/*
Theme Name: Giltech Blocks
Theme URI: https://giltech.es/
Author: Giltech
Author URI: https://giltech.es/
Description: An editable full-site block theme for Giltech courses, digital toolkits and WooCommerce products.
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: giltech-blocks
Tags: block-patterns, full-site-editing, e-commerce, education, translation-ready, wide-blocks
*/

:root {
  --giltech-ink: #161711;
  --giltech-paper: #f4f1e8;
  --giltech-white: #fffdf7;
  --giltech-violet: #8c73ff;
  --giltech-acid: #d8ff42;
  --giltech-coral: #ff684b;
  --giltech-blue: #78c9ff;
  --giltech-peach: #ffb99f;
  --giltech-muted: #66675f;
  --giltech-border: 2px solid var(--giltech-ink);
  --giltech-radius: 18px;
  --giltech-shadow: 6px 6px 0 var(--giltech-ink);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  overflow-x: hidden;
  background: var(--giltech-paper);
}

a { text-underline-offset: .18em; }

.wp-site-blocks { min-height: 100vh; }

.giltech-shell {
  width: min(1240px, calc(100% - 40px));
  margin-inline: auto;
}

.giltech-header-wrap {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: var(--giltech-border);
  background: color-mix(in srgb, var(--giltech-paper) 92%, transparent);
  backdrop-filter: blur(14px);
}

.admin-bar .giltech-header-wrap { top: 32px; }

.giltech-header {
  min-height: 82px;
  gap: 28px;
}

.giltech-header .wp-block-site-logo img { max-height: 46px; width: auto; }

.giltech-header .wp-block-site-title {
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.giltech-header .wp-block-navigation { font-size: .9rem; font-weight: 700; }

.giltech-header .wp-block-navigation-item__content { text-decoration: none; }

.giltech-header .wp-block-navigation-item__content:hover { text-decoration: underline; }

.giltech-language-slot {
  border: 1.5px solid var(--giltech-ink);
  border-radius: 999px;
  padding: 7px 12px;
  white-space: nowrap;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.giltech-hero {
  position: relative;
  min-height: 680px;
  padding-top: clamp(70px, 10vw, 140px);
  padding-bottom: clamp(70px, 10vw, 130px);
  border-bottom: var(--giltech-border);
  overflow: hidden;
}

.giltech-hero::before,
.giltech-hero::after {
  content: "";
  position: absolute;
  border: 2px solid var(--giltech-ink);
  border-radius: 50%;
  pointer-events: none;
}

.giltech-hero::before {
  width: 420px;
  height: 420px;
  top: -165px;
  right: -95px;
}

.giltech-hero::after {
  width: 220px;
  height: 220px;
  right: 12%;
  bottom: -110px;
}

.giltech-kicker,
.giltech-section-label {
  display: inline-flex;
  width: fit-content;
  border: 1.5px solid var(--giltech-ink);
  border-radius: 999px;
  padding: 8px 13px;
  background: var(--giltech-acid);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1;
  text-transform: uppercase;
}

.giltech-hero-title {
  max-width: 970px;
  margin-top: 28px;
  margin-bottom: 26px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4.15rem, 10vw, 9.4rem);
  font-weight: 400;
  letter-spacing: -.07em;
  line-height: .83;
}

.giltech-hero-copy {
  max-width: 710px;
  color: var(--giltech-muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.giltech-actions { margin-top: 36px; gap: 14px; }

.wp-block-button .wp-block-button__link {
  border: var(--giltech-border);
  border-radius: 999px;
  padding: 14px 22px;
  box-shadow: none;
  font-size: .9rem;
  font-weight: 800;
  letter-spacing: .02em;
  transition: transform .18s ease, box-shadow .18s ease;
}

.wp-block-button .wp-block-button__link:hover {
  transform: translate(-2px, -2px);
  box-shadow: 4px 4px 0 var(--giltech-ink);
}

.wp-block-button.is-style-outline .wp-block-button__link { background: transparent; }

.giltech-trust-strip {
  border-bottom: var(--giltech-border);
  background: var(--giltech-ink);
  color: var(--giltech-paper);
}

.giltech-trust-strip > .wp-block-group {
  min-height: 76px;
  gap: 18px 36px;
}

.giltech-trust-item {
  margin: 0;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.giltech-section {
  padding-top: clamp(72px, 9vw, 126px);
  padding-bottom: clamp(72px, 9vw, 126px);
}

.giltech-section + .giltech-section { border-top: var(--giltech-border); }

.giltech-section-title {
  max-width: 880px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.8rem, 6vw, 5.4rem);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .95;
}

.giltech-section-intro {
  max-width: 680px;
  color: var(--giltech-muted);
  font-size: 1.08rem;
  line-height: 1.65;
}

.giltech-topic-grid { gap: 16px; margin-top: 44px; }

.giltech-topic-card,
.giltech-info-card,
.giltech-contact-card {
  min-height: 220px;
  border: var(--giltech-border);
  border-radius: var(--giltech-radius);
  padding: clamp(24px, 4vw, 38px);
  box-shadow: var(--giltech-shadow);
}

.giltech-topic-card h3,
.giltech-info-card h3,
.giltech-contact-card h3 {
  margin-top: auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.5rem);
  line-height: 1;
}

.giltech-topic-card p,
.giltech-info-card p,
.giltech-contact-card p { line-height: 1.55; }

.giltech-card-violet { background: var(--giltech-violet); }
.giltech-card-acid { background: var(--giltech-acid); }
.giltech-card-coral { background: var(--giltech-coral); }
.giltech-card-blue { background: var(--giltech-blue); }
.giltech-card-peach { background: var(--giltech-peach); }
.giltech-card-paper { background: var(--giltech-white); }

.giltech-card-mark {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4.5rem;
  line-height: .8;
}

.giltech-product-section { background: var(--giltech-white); }

.giltech-product-grid { margin-top: 48px; }

.woocommerce ul.products,
.wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 18px !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none !important; }

.woocommerce ul.products li.product,
.wc-block-product {
  width: auto !important;
  margin: 0 !important;
  border: var(--giltech-border);
  border-radius: var(--giltech-radius);
  padding: 12px 12px 18px !important;
  background: var(--giltech-paper);
  box-shadow: 5px 5px 0 var(--giltech-ink);
}

.woocommerce ul.products li.product a img,
.wc-block-components-product-image img {
  border: 1.5px solid var(--giltech-ink);
  border-radius: 11px;
  aspect-ratio: 1;
  object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.wc-block-components-product-name {
  padding: 13px 6px 4px !important;
  color: var(--giltech-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem !important;
  line-height: 1.05;
}

.woocommerce ul.products li.product .price,
.wc-block-components-product-price {
  padding-inline: 6px;
  color: var(--giltech-ink) !important;
  font-weight: 800;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button {
  border: 1.5px solid var(--giltech-ink) !important;
  border-radius: 999px !important;
  background: var(--giltech-ink) !important;
  color: var(--giltech-paper) !important;
  font-weight: 800 !important;
}

.giltech-split { align-items: stretch; gap: 18px; }

.giltech-split > .wp-block-column {
  border: var(--giltech-border);
  border-radius: var(--giltech-radius);
  padding: clamp(30px, 5vw, 62px);
}

.giltech-price {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.5rem);
  letter-spacing: -.06em;
}

.giltech-check-list { list-style: none; padding: 0; }

.giltech-check-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 28px;
}

.giltech-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: 900;
}

.giltech-faq { max-width: 900px; margin-top: 42px; }

.giltech-faq details {
  border-top: 1.5px solid var(--giltech-ink);
  padding: 20px 0;
}

.giltech-faq details:last-child { border-bottom: 1.5px solid var(--giltech-ink); }

.giltech-faq summary { font-size: 1.05rem; font-weight: 800; cursor: pointer; }

.giltech-cta {
  border: var(--giltech-border);
  border-radius: 28px;
  padding: clamp(34px, 7vw, 80px);
  background: var(--giltech-violet);
  box-shadow: 9px 9px 0 var(--giltech-ink);
}

.giltech-page-hero {
  padding-top: clamp(70px, 10vw, 130px);
  padding-bottom: clamp(50px, 8vw, 100px);
  border-bottom: var(--giltech-border);
}

.giltech-page-hero h1 {
  max-width: 950px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 9vw, 8rem);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .86;
}

.giltech-legal {
  max-width: 900px;
  padding-top: 70px;
  padding-bottom: 110px;
}

.giltech-legal h2 { margin-top: 54px; font-family: Georgia, "Times New Roman", serif; font-size: 2rem; }
.giltech-legal h3 { margin-top: 32px; }
.giltech-legal p,
.giltech-legal li { line-height: 1.72; }

.giltech-footer {
  border-top: var(--giltech-border);
  padding-top: 70px;
  padding-bottom: 38px;
  background: var(--giltech-ink);
  color: var(--giltech-paper);
}

.giltech-footer a { color: var(--giltech-paper); }

.giltech-footer-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 7vw, 6.5rem);
  letter-spacing: -.06em;
}

.giltech-footer-meta {
  margin-top: 54px;
  padding-top: 24px;
  border-top: 1px solid #5b5b56;
  color: #c9c6bd;
  font-size: .78rem;
}

@media (max-width: 960px) {
  .woocommerce ul.products,
  .wc-block-product-template { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .giltech-header { min-height: 70px; }
  .giltech-language-slot { display: none; }
}

@media (max-width: 782px) {
  .admin-bar .giltech-header-wrap { top: 46px; }
  .giltech-shell { width: min(100% - 28px, 1240px); }
  .giltech-hero { min-height: auto; }
  .giltech-topic-grid { grid-template-columns: 1fr !important; }
  .giltech-footer .wp-block-columns { gap: 35px; }
}

.giltech-commerce-content .woocommerce {
  width: 100%;
}

.giltech-commerce-content .woocommerce form,
.giltech-commerce-content .woocommerce table,
.giltech-commerce-content .woocommerce-account .woocommerce-MyAccount-navigation,
.giltech-commerce-content .woocommerce-account .woocommerce-MyAccount-content {
  border-color: #cbc8bd;
}

.giltech-commerce-content .woocommerce input,
.giltech-commerce-content .woocommerce select,
.giltech-commerce-content .woocommerce textarea {
  border: 1px solid var(--giltech-ink);
  border-radius: 0;
  background: var(--giltech-white);
}

@media (max-width: 560px) {
  .woocommerce ul.products,
  .wc-block-product-template { grid-template-columns: 1fr; }
  .giltech-hero-title { font-size: 4rem; }
  .giltech-actions { align-items: stretch; flex-direction: column; }
  .giltech-actions .wp-block-button,
  .giltech-actions .wp-block-button__link { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Original Giltech Digital Learning direction — v1.1 */
.giltech-header-wrap {
  position: relative;
  top: auto;
  border-bottom: 0;
  background: var(--giltech-paper);
  backdrop-filter: none;
}

.admin-bar .giltech-header-wrap { top: auto; }

.giltech-header {
  min-height: 88px;
  border-bottom: 1px solid #cbc8bd;
  gap: 24px;
}

.giltech-header .wp-block-site-logo img {
  width: 122px;
  max-height: 42px;
  object-fit: contain;
}

.giltech-header .wp-block-navigation {
  margin-left: auto;
  margin-right: auto;
  font-size: .78rem;
  font-weight: 400;
}

.giltech-header .wp-block-navigation__container { gap: 38px; }

.giltech-language-slot {
  border: 0;
  border-bottom: 1px solid var(--giltech-ink);
  border-radius: 0;
  padding: 6px 2px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: 0;
}

.giltech-header-cta .wp-block-button__link {
  border-width: 1px;
  padding: 12px 19px;
  font-size: .72rem;
  font-weight: 500;
}

.giltech-original-hero {
  min-height: 646px;
  border-bottom: 1px solid #cbc8bd;
}

.giltech-original-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(38px, 5vw, 72px);
  align-items: center;
  padding-top: 68px;
  padding-bottom: 16px;
}

.giltech-original-copy {
  display: flex;
  min-height: 550px;
  flex-direction: column;
  justify-content: center;
  padding: 18px 0 12px 42px;
}

.giltech-original-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 26px;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.giltech-original-kicker::before {
  content: "";
  width: 24px;
  height: 1.5px;
  background: var(--giltech-ink);
}

.giltech-original-title {
  max-width: 580px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(4rem, 6.3vw, 6.35rem);
  font-weight: 400;
  letter-spacing: -.065em;
  line-height: .88;
}

.giltech-original-title em {
  color: var(--giltech-violet);
  font-weight: 400;
}

.giltech-original-copy > .giltech-hero-copy {
  max-width: 560px;
  margin-top: 34px;
  font-size: 1.08rem;
  line-height: 1.55;
}

.giltech-original-actions {
  margin-top: 32px;
  gap: 30px;
}

.giltech-original-actions .wp-block-button:first-child .wp-block-button__link {
  border-radius: 0;
  padding: 15px 25px;
  box-shadow: none;
}

.giltech-original-actions .is-style-outline .wp-block-button__link {
  border: 0;
  border-bottom: 1px solid var(--giltech-ink);
  border-radius: 0;
  padding: 12px 0 7px;
}

.giltech-original-actions .wp-block-button__link:hover {
  transform: none;
  box-shadow: none;
  opacity: .72;
}

.giltech-benefits {
  gap: 20px;
  margin-top: auto;
  padding-top: 28px;
  border-top: 1px solid #cbc8bd;
}

.giltech-benefit {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 9px;
  align-items: center;
  margin: 0;
  font-size: .68rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.giltech-benefit strong {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--giltech-ink);
  border-radius: 50%;
  font-size: .64rem;
}

.giltech-feature-card {
  position: relative;
  min-height: 578px;
  padding: 31px 34px 28px;
  overflow: hidden;
  background: var(--giltech-violet);
}

.giltech-feature-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 450px;
  height: 450px;
  right: -125px;
  bottom: -175px;
  border-radius: 50%;
  background: var(--giltech-acid);
}

.giltech-feature-card::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  top: 48px;
  right: -118px;
  border: 1px solid color-mix(in srgb, var(--giltech-ink) 55%, transparent);
  border-radius: 50%;
  box-shadow: 0 0 0 62px transparent, 0 0 0 63px color-mix(in srgb, var(--giltech-ink) 55%, transparent), 0 0 0 124px transparent, 0 0 0 125px color-mix(in srgb, var(--giltech-ink) 55%, transparent);
}

.giltech-feature-card > * { position: relative; z-index: 2; }

.giltech-feature-meta {
  margin: 0;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.giltech-feature-count {
  position: absolute !important;
  top: 32px;
  right: 34px;
}

.giltech-feature-mark {
  margin: 128px 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(6.5rem, 10vw, 9.2rem);
  letter-spacing: -.08em;
  line-height: .63;
}

.giltech-feature-mark span { color: var(--giltech-acid); }

.giltech-feature-badge {
  display: inline-block;
  width: fit-content;
  margin: 4px 0 14px;
  padding: 8px 12px;
  background: var(--giltech-paper);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.giltech-feature-name {
  max-width: 470px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4vw, 4rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .9;
}

.giltech-feature-copy { max-width: 315px; margin-top: 14px; font-size: .79rem; }

.giltech-feature-price-row {
  position: absolute !important;
  right: 34px;
  bottom: 28px;
  left: 34px;
  z-index: 3;
  padding-top: 18px;
  border-top: 1px solid color-mix(in srgb, var(--giltech-ink) 35%, transparent);
}

.giltech-feature-price-row p { margin: 0; }

.giltech-feature-price {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 700;
}

.giltech-feature-arrow {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: var(--giltech-ink);
  color: var(--giltech-paper);
  text-decoration: none;
}

.giltech-section-label {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  font-size: .66rem;
  letter-spacing: .16em;
}

.giltech-section-title {
  font-size: clamp(2.9rem, 5vw, 4.9rem);
  letter-spacing: -.06em;
}

.giltech-topic-card,
.giltech-info-card,
.giltech-contact-card,
.giltech-split > .wp-block-column,
.giltech-cta,
.woocommerce ul.products li.product,
.wc-block-product {
  border-width: 1px;
  border-radius: 0;
  box-shadow: none;
}

.woocommerce ul.products li.product,
.wc-block-product { padding: 0 0 18px !important; background: transparent; }

.woocommerce ul.products li.product a img,
.wc-block-components-product-image img { border: 0; border-radius: 0; }

@media (max-width: 1000px) {
  .giltech-original-hero-grid { grid-template-columns: 1fr; padding-top: 48px; padding-bottom: 48px; }
  .giltech-original-copy { min-height: auto; padding: 20px 18px 0; }
  .giltech-feature-card { width: min(100%, 650px); min-height: 590px; }
  .giltech-header .wp-block-navigation__container { gap: 22px; }
  .giltech-language-slot { display: none; }
}

@media (max-width: 782px) {
  .giltech-original-copy { padding-inline: 0; }
  .giltech-benefits { align-items: flex-start; flex-direction: column; }
  .giltech-original-title { font-size: clamp(3.9rem, 16vw, 6rem); }
  .giltech-feature-card { min-height: 540px; padding-inline: 24px; }
  .giltech-feature-count { right: 24px; }
  .giltech-feature-price-row { right: 24px; left: 24px; }
  .giltech-header-cta { display: none; }
}

/* Complete original homepage — v1.4 */
.giltech-home {
  --giltech-home-line: rgba(22, 23, 17, .18);
  background: var(--giltech-paper);
  color: var(--giltech-ink);
}

.giltech-home-shell {
  width: min(1320px, calc(100% - 48px)) !important;
  max-width: none !important;
  margin-inline: auto !important;
}

.giltech-home .wp-block-columns,
.giltech-home .wp-block-group,
.giltech-home p,
.giltech-home h1,
.giltech-home h2,
.giltech-home h3 { margin-block-start: 0; }

.giltech-original-hero {
  min-height: 710px;
  border: 0;
}

.giltech-original-hero-grid {
  grid-template-columns: 1.04fr .96fr;
  gap: 58px;
  padding-top: 66px;
  padding-bottom: 62px;
}

.giltech-original-copy {
  min-height: 578px;
  padding: 20px 0 0 3.5vw;
}

.giltech-home-summary {
  max-width: 535px;
  margin: 34px 0 !important;
  color: #56574e;
  font-size: 18px;
  line-height: 1.6;
}

.giltech-signal-strip {
  min-height: 58px;
  gap: 34px;
  padding: 12px 24px;
  background: var(--giltech-ink);
  color: #fff;
}

.giltech-signal-strip p {
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.giltech-signal-strip span { color: var(--giltech-acid); }

.giltech-home-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.giltech-home-heading {
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 55px;
}

.giltech-home-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.giltech-home-eyebrow::before {
  content: "";
  width: 25px;
  height: 2px;
  background: currentColor;
}

.giltech-home-title {
  margin: 0 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 5vw, 78px);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .94;
}

.giltech-home-title em {
  color: var(--giltech-violet);
  font-weight: 400;
}

.giltech-home-intro {
  max-width: 360px;
  margin-bottom: 8px !important;
  color: #64655c;
  font-size: 15px;
  line-height: 1.65;
}

.giltech-catalog-toolbar {
  gap: 8px;
  margin: -20px 0 28px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--giltech-home-line);
}

.giltech-catalog-toolbar p {
  margin: 0;
  padding: 10px 14px;
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 800;
}

.giltech-catalog-toolbar .is-active {
  border-color: var(--giltech-ink);
  background: var(--giltech-ink);
  color: #fff;
}

.giltech-catalog-toolbar .giltech-offer-count {
  margin-left: auto;
  padding-right: 0;
  color: #72736a;
  letter-spacing: .1em;
}

.giltech-payment-choice {
  gap: 24px;
  margin-bottom: 28px;
  padding: 20px 22px;
  border: 1px solid var(--giltech-home-line);
  background: rgba(255, 255, 255, .45);
}

.giltech-payment-choice p { margin: 0; font-size: 11px; }
.giltech-payment-choice p + p { margin-top: 5px; color: #67685f; font-size: 10px; }
.giltech-payment-choice .wp-block-buttons { gap: 5px; }
.giltech-payment-choice .wp-block-button__link { min-height: 38px; padding: 9px 16px; border-width: 1px; font-size: 10px; }

.giltech-home-product-grid .woocommerce ul.products,
.giltech-home-product-grid ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px !important;
}

.giltech-home-product-grid .woocommerce ul.products li.product,
.giltech-home-product-grid ul.products li.product {
  min-height: 560px;
  padding: 22px 22px 20px !important;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--giltech-home-line);
  background: rgba(255, 255, 255, .38);
  transition: transform .25s ease, box-shadow .25s ease;
}

.giltech-home-product-grid .woocommerce ul.products li.product:hover,
.giltech-home-product-grid ul.products li.product:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 50px rgba(30, 30, 20, .1);
}

.giltech-home-product-grid .woocommerce ul.products li.product a img,
.giltech-home-product-grid ul.products li.product a img {
  width: 100%;
  height: 245px;
  margin: 0 0 28px;
  border: 0;
  border-radius: 0;
  object-fit: cover;
}

.giltech-home-product-grid .woocommerce-loop-product__title {
  padding: 0 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 33px !important;
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1 !important;
}

.giltech-home-product-grid .price {
  margin-top: auto !important;
  padding: 15px 0 !important;
  border-top: 1px solid var(--giltech-home-line);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px !important;
}

.giltech-home-product-grid a.button {
  margin-top: 0 !important;
  padding: 14px 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--giltech-ink) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--giltech-ink) !important;
  text-align: left;
  text-transform: uppercase;
}

.giltech-recurring {
  min-height: 740px;
  gap: 0;
  margin: 0;
  background: var(--giltech-ink);
  color: #fff;
}

.giltech-recurring > .wp-block-column { margin-left: 0; }

.giltech-recurring-art {
  position: relative;
  min-height: 740px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--giltech-acid);
  color: var(--giltech-ink);
}

.giltech-recurring-art::before,
.giltech-recurring-art::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(22, 23, 17, .55);
  border-radius: 50%;
}

.giltech-recurring-art::before { width: 72%; aspect-ratio: 1; }
.giltech-recurring-art::after { width: 48%; aspect-ratio: 1; }

.giltech-os-mark {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(100px, 12vw, 180px);
  letter-spacing: -.12em;
  line-height: .7;
}

.giltech-os-edition {
  position: absolute;
  right: 7%;
  bottom: 8%;
  margin: 0;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.4;
}

.giltech-recurring-copy {
  padding: clamp(70px, 8vw, 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.giltech-recurring-copy .giltech-home-title em,
.giltech-why .giltech-home-title em { color: var(--giltech-acid); }

.giltech-recurring-summary {
  max-width: 610px;
  margin: 32px 0 !important;
  color: #c8c8c0;
  font-size: 16px;
  line-height: 1.7;
}

.giltech-inside-label {
  margin: 0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .25);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.giltech-recurring-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.giltech-recurring-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #eeeeea;
  font-size: 12px;
}

.giltech-recurring-list li::before { content: "✓"; margin-right: 10px; color: var(--giltech-acid); }

.giltech-recurring-payment {
  gap: 20px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.giltech-recurring-payment p {
  margin: 0;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  font-size: 10px;
}

.giltech-recurring-payment p:first-child { background: var(--giltech-acid); color: var(--giltech-ink); }
.giltech-recurring-payment small { opacity: .72; }

.giltech-recurring-price { gap: 55px; margin-top: 35px; }
.giltech-recurring-price p { display: flex; flex-direction: column; gap: 7px; margin: 0; }
.giltech-recurring-price small { color: #9c9c94; font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.giltech-recurring-price strong { font-family: Georgia, "Times New Roman", serif; font-size: 38px; }
.giltech-recurring-price strong span { font-family: Arial, sans-serif; font-size: 12px; }
.giltech-recurring-price b { margin-top: 12px; color: var(--giltech-acid); font-size: 10px; letter-spacing: .1em; }

.giltech-steps { gap: 0; border-top: 1px solid var(--giltech-ink); }
.giltech-steps > .wp-block-column { min-height: 330px; padding: 25px 30px; border-right: 1px solid var(--giltech-home-line); }
.giltech-steps > .wp-block-column:first-child { border-left: 1px solid var(--giltech-home-line); }
.giltech-step-number { margin: 0; font-size: 10px; font-weight: 900; }
.giltech-step-icon { width: 76px; height: 76px; margin: 42px 0 !important; display: grid; place-items: center; border-radius: 50%; background: var(--giltech-ink); color: var(--giltech-acid); font-family: Georgia, serif; font-size: 32px; }
.giltech-steps h3 { margin: 0 0 13px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; letter-spacing: -.03em; }
.giltech-steps .wp-block-column > p:last-child { max-width: 300px; color: #62635a; font-size: 13px; line-height: 1.6; }

.giltech-delivery {
  min-height: 290px;
  gap: 60px;
  align-items: center !important;
  margin-top: 24px !important;
  padding: 44px;
  background: var(--giltech-violet);
}

.giltech-mail-card {
  position: relative;
  min-height: 160px;
  display: grid;
  place-items: center;
  background: var(--giltech-acid);
  transform: rotate(-3deg);
  box-shadow: 12px 12px 0 rgba(22, 23, 17, .18);
}

.giltech-mail-card p:first-child { margin: 0; font-family: Georgia, serif; font-size: 62px; }
.giltech-mail-card p:last-child { position: absolute; left: 18px; bottom: 15px; margin: 0; font-size: 9px; font-weight: 900; letter-spacing: .09em; }
.giltech-delivery h3 { margin: 0; font-family: Georgia, serif; font-size: 35px; font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.giltech-delivery > .wp-block-column:last-child p { font-size: 13px; line-height: 1.7; }

.giltech-why {
  gap: 100px;
  margin: 0;
  padding: 115px max(24px, calc((100% - 1320px) / 2));
  background: var(--giltech-violet);
}

.giltech-reasons { border-top: 1px solid rgba(22, 23, 17, .45); }
.giltech-reasons > .wp-block-group { grid-template-columns: 50px 1fr 1.4fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid rgba(22, 23, 17, .45); }
.giltech-reasons p { margin: 0; font-size: 12px; line-height: 1.65; }
.giltech-reasons > .wp-block-group > p:first-child { font-size: 9px; font-weight: 900; }
.giltech-reasons h3 { margin: 0; font-family: Georgia, serif; font-size: 23px; font-weight: 400; letter-spacing: -.03em; }

.giltech-home-faq { gap: 100px; }
.giltech-home-faq > .wp-block-column:first-child .giltech-home-title { font-size: clamp(44px, 4.4vw, 68px); }
.giltech-faq-list { border-top: 1px solid var(--giltech-ink); }
.giltech-faq-list details { padding: 0; border: 0; border-bottom: 1px solid var(--giltech-home-line); }
.giltech-faq-list summary { padding: 24px 0; font-family: Georgia, serif; font-size: 22px; cursor: pointer; }
.giltech-faq-list details p { max-width: 650px; margin: -5px 0 26px; color: #606158; font-size: 13px; line-height: 1.7; }

.giltech-support {
  gap: 90px;
  margin: 0;
  padding: 110px max(24px, calc((100% - 1320px) / 2));
  background: var(--giltech-acid);
}

.giltech-support-intro > p:not(.giltech-home-eyebrow) { max-width: 520px; margin: 28px 0; font-size: 15px; line-height: 1.7; }
.giltech-support-intro .wp-block-button__link { border-radius: 0; }
.giltech-company-card { display: grid; grid-template-columns: 1fr 1fr; align-self: start; border-top: 1px solid var(--giltech-ink); }
.giltech-company-card > .wp-block-group { min-height: 125px; padding: 22px 18px 22px 0; border-bottom: 1px solid rgba(22, 23, 17, .32); }
.giltech-company-card > .wp-block-group:nth-child(even) { padding-left: 22px; border-left: 1px solid rgba(22, 23, 17, .32); }
.giltech-company-card > .wp-block-group:first-child { grid-column: 1 / -1; }
.giltech-company-card p { margin: 0 0 14px; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.giltech-company-card h3 { margin: 0; font-size: 14px; line-height: 1.5; }
.giltech-company-card > .wp-block-group:first-child h3 { max-width: 520px; font-size: 18px; }

.giltech-final-cta {
  min-height: 590px;
  padding: 90px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--giltech-coral);
  text-align: center;
}

.giltech-final-cta .giltech-home-title { max-width: 950px; font-size: clamp(60px, 7vw, 108px); }
.giltech-final-cta .giltech-home-title em { color: var(--giltech-paper); }
.giltech-final-cta > p:not(.giltech-home-eyebrow) { margin: 30px 0; font-size: 15px; }
.giltech-final-cta .wp-block-button__link { border-radius: 0; }

.giltech-home-footer {
  min-height: 220px;
  padding: 50px 0;
  background: var(--giltech-ink);
  color: #fff;
}

.giltech-home-footer-inner { gap: 45px; align-items: start; }
.giltech-home-footer .wp-block-site-logo img { filter: brightness(0) invert(1); }
.giltech-home-footer-tag { margin: 10px 0 0; color: #a6a69f; font-family: Georgia, serif; font-size: 26px; }
.giltech-home-footer-nav a { color: #fff; font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.giltech-home-footer-meta { grid-column: 1 / -1; margin: 0; color: #77776f; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }

@media (max-width: 1000px) {
  .giltech-original-hero-grid { grid-template-columns: 1fr; }
  .giltech-original-copy { min-height: auto; padding-left: 0; }
  .giltech-home-product-grid .woocommerce ul.products,
  .giltech-home-product-grid ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .giltech-recurring { display: grid !important; grid-template-columns: 1fr; }
  .giltech-recurring-art { min-height: 520px; }
  .giltech-steps { display: grid !important; grid-template-columns: 1fr; }
  .giltech-steps > .wp-block-column { min-height: 260px; border-left: 1px solid var(--giltech-home-line); border-bottom: 1px solid var(--giltech-home-line); }
  .giltech-delivery { display: grid !important; grid-template-columns: 1fr 1fr; }
  .giltech-delivery > .wp-block-column:last-child { grid-column: 1 / -1; }
  .giltech-why,
  .giltech-home-faq,
  .giltech-support { display: grid !important; grid-template-columns: 1fr; gap: 55px; }
}

@media (max-width: 782px) {
  .giltech-home-shell { width: calc(100% - 28px) !important; }
  .giltech-home-section { padding-top: 78px; padding-bottom: 78px; }
  .giltech-home-heading { flex-direction: column; align-items: flex-start; gap: 25px; }
  .giltech-home-heading > .wp-block-column { flex-basis: auto !important; }
  .giltech-catalog-toolbar { flex-wrap: nowrap !important; overflow-x: auto; }
  .giltech-catalog-toolbar p { flex: 0 0 auto; }
  .giltech-catalog-toolbar .giltech-offer-count { display: none; }
  .giltech-payment-choice { align-items: flex-start; flex-direction: column; }
  .giltech-home-product-grid .woocommerce ul.products,
  .giltech-home-product-grid ul.products { grid-template-columns: 1fr; }
  .giltech-recurring-art { min-height: 420px; }
  .giltech-recurring-copy { padding: 70px 24px; }
  .giltech-recurring-list { grid-template-columns: 1fr; }
  .giltech-recurring-payment { align-items: stretch; flex-direction: column; }
  .giltech-recurring-price { align-items: flex-start; flex-direction: column; gap: 28px; }
  .giltech-delivery { grid-template-columns: 1fr; gap: 28px; padding: 24px; }
  .giltech-delivery > .wp-block-column:last-child { grid-column: auto; }
  .giltech-why,
  .giltech-support { padding: 78px 20px; }
  .giltech-reasons > .wp-block-group { grid-template-columns: 35px 1fr; }
  .giltech-reasons > .wp-block-group > p:last-child { grid-column: 2; }
  .giltech-company-card { grid-template-columns: 1fr; }
  .giltech-company-card > .wp-block-group:first-child { grid-column: auto; }
  .giltech-company-card > .wp-block-group:nth-child(even) { padding-left: 0; border-left: 0; }
  .giltech-home-footer-inner { grid-template-columns: 1fr !important; gap: 25px; }
  .giltech-home-footer-nav .wp-block-navigation__container { justify-content: flex-start; }
  .giltech-home-footer-meta { grid-column: auto; }
}
