/* GTECHNO GPTV visual system - applied over the Anti static export */
:root {
  --gptv-navy-950: #020b24;
  --gptv-navy-900: #06163f;
  --gptv-navy-800: #08245d;
  --gptv-blue-700: #073f9c;
  --gptv-blue-600: #0758ce;
  --gptv-blue-500: #0879e8;
  --gptv-cyan: #00b7f0;
  --gptv-gold: #d9aa3d;
  --gptv-paper: #f5f8ff;
  --gptv-panel: #ffffff;
  --gptv-line: rgba(8, 36, 93, 0.14);
  --gptv-ink: #071634;
  --gptv-muted: #53637f;
  --color-void: #ffffff !important;
  --color-base: #ffffff !important;
  --color-elev-1: #ffffff !important;
  --color-elev-2: #eef4ff !important;
  --color-elev-3: #dce8fa !important;
  --color-ink: var(--gptv-ink) !important;
  --color-ink-dim: var(--gptv-muted) !important;
  --color-ink-faint: #7685a0 !important;
  --color-accent: var(--gptv-blue-600) !important;
  --color-accent-soft: var(--gptv-cyan) !important;
  --color-copper: var(--gptv-gold) !important;
  --color-signal: var(--gptv-cyan) !important;
  --color-signal-soft: #c8f3ff !important;
  --color-alert: #d33b4b !important;
  --color-orange: var(--gptv-gold) !important;
  --color-orange-soft: #f3d98f !important;
  --color-line: rgba(8, 36, 93, 0.14) !important;
  --color-line-strong: rgba(8, 36, 93, 0.28) !important;
}

html { scroll-behavior: smooth; }
body {
  background: var(--gptv-paper) !important;
  color: var(--gptv-ink) !important;
  font-family: var(--font-geist-sans), Geist, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}
::selection { background: rgba(0, 183, 240, .24); color: var(--gptv-navy-950); }

/* Legacy Anti sections recoloured to GPTV */
.surface-deep,
.surface-orange {
  --color-void: var(--gptv-navy-950) !important;
  --color-base: var(--gptv-navy-900) !important;
  --color-elev-1: var(--gptv-navy-800) !important;
  --color-elev-2: #0b2e71 !important;
  --color-elev-3: #0a2458 !important;
  --color-ink: #ffffff !important;
  --color-ink-dim: #d8e7ff !important;
  --color-ink-faint: #9eb8e2 !important;
  --color-accent: #58d8ff !important;
  --color-accent-soft: #9feaff !important;
  --color-copper: #f1c75e !important;
  --color-signal: #58d8ff !important;
  --color-signal-soft: #c5f4ff !important;
  --color-line: rgba(255, 255, 255, .14) !important;
  --color-line-strong: rgba(255, 255, 255, .30) !important;
  background-color: var(--gptv-navy-900) !important;
  color: #fff !important;
}
.surface-tint {
  --color-base: #edf4ff !important;
  --color-elev-2: #dfeaff !important;
  --color-elev-3: #cbdcf7 !important;
  background-color: #edf4ff !important;
}
.surface-warm,
.tone-warm,
.cta-card {
  --color-base: #fff8e9 !important;
  --color-elev-2: #ffefc9 !important;
  --color-elev-3: #f6dda0 !important;
  --color-accent: var(--gptv-blue-700) !important;
  --color-accent-soft: var(--gptv-cyan) !important;
  --color-copper: #9d7114 !important;
  --color-line: rgba(122, 83, 7, .16) !important;
  --color-line-strong: rgba(122, 83, 7, .30) !important;
  background-color: #fff8e9 !important;
}
header.surface-deep,
#mobile-menu.surface-deep {
  background: rgba(2, 11, 36, .94) !important;
  border-color: rgba(255, 255, 255, .12) !important;
}
header.surface-deep.is-stuck { background: rgba(2, 11, 36, .98) !important; }
.grid-field { background-size: 64px 64px !important; }
.surface-deep .grid-field {
  background-image: linear-gradient(90deg, rgba(77, 191, 255, .09) 1px, transparent 1px), linear-gradient(rgba(77, 191, 255, .09) 1px, transparent 1px) !important;
}
.text-signal {
  background-image: linear-gradient(100deg, var(--gptv-ink) 0%, var(--gptv-blue-700) 45%, var(--gptv-cyan) 68%, var(--gptv-gold) 100%) !important;
}
.surface-deep .text-signal {
  background-image: linear-gradient(100deg, #fff 0%, #dceaff 34%, #50d9ff 65%, #f1c75e 100%) !important;
}
.machined {
  border-color: var(--gptv-line) !important;
  box-shadow: 0 18px 50px -34px rgba(2, 22, 63, .42), inset 0 1px rgba(255,255,255,.9) !important;
}
.surface-deep .machined {
  --color-ink: var(--gptv-ink) !important;
  --color-ink-dim: var(--gptv-muted) !important;
  --color-ink-faint: #7685a0 !important;
  --color-accent: var(--gptv-blue-600) !important;
  --color-copper: var(--gptv-gold) !important;
  background: linear-gradient(180deg, #fff, #eef4ff) !important;
}
.glass { background: rgba(255, 255, 255, .92) !important; border-color: var(--gptv-line) !important; }
.surface-deep .glass { background: rgba(5, 24, 63, .92) !important; border-color: rgba(255,255,255,.16) !important; }

/* Custom GPTV components */
.gptv-shell { width: min(1320px, calc(100% - 40px)); margin-inline: auto; }
.gptv-page { overflow-x: hidden; overflow-y: auto; min-height: 100%; }
.gptv-section { position: relative; padding: 92px 0; }
.gptv-section--compact { padding: 56px 0; }
.gptv-kicker {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px;
  color: var(--gptv-blue-600); font-size: 12px; font-weight: 760; letter-spacing: .16em; text-transform: uppercase;
}
.gptv-kicker::before { content: ""; width: 30px; height: 2px; background: linear-gradient(90deg, var(--gptv-blue-600), var(--gptv-cyan)); }
.gptv-heading { max-width: 840px; font-size: clamp(2rem, 4vw, 4.35rem); line-height: 1.01; letter-spacing: -.045em; font-weight: 680; color: var(--gptv-ink); }
.gptv-heading--light { color: #fff; }
.gptv-copy { max-width: 720px; color: var(--gptv-muted); font-size: clamp(1rem, 1.25vw, 1.16rem); line-height: 1.75; }
.gptv-copy--light { color: #c6d8f5; }
.gptv-button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px;
  padding: 0 24px; border-radius: 999px; font-size: .92rem; font-weight: 690; text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.gptv-button:hover { transform: translateY(-2px); }
.gptv-button--primary { color: #fff; background: linear-gradient(135deg, var(--gptv-blue-600), var(--gptv-blue-500)); box-shadow: 0 14px 34px -18px rgba(7, 88, 206, .9); }
.gptv-button--primary:hover { box-shadow: 0 18px 38px -16px rgba(0, 183, 240, .75); }
.gptv-button--ghost { color: var(--gptv-ink); border: 1px solid var(--gptv-line); background: rgba(255,255,255,.72); }
.gptv-button--light { color: #fff; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.08); }
.gptv-button--gold { color: var(--gptv-navy-950); background: linear-gradient(135deg, #f7d77f, var(--gptv-gold)); }

.gptv-topbar { position: fixed; inset: 0 0 auto; z-index: 200; height: 76px; background: rgba(2,11,36,.92); border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(18px); }
.gptv-topbar__inner { width: min(1380px, calc(100% - 40px)); height: 100%; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.gptv-brand img { width: auto; height: 33px; }
.gptv-nav { display: flex; align-items: center; gap: 3px; }
.gptv-nav > a,
.gptv-nav__drop > button { color: #d7e5fb; font-size: .88rem; padding: 10px 13px; border-radius: 999px; transition: color .2s, background .2s; cursor: pointer; }
.gptv-nav > a:hover,
.gptv-nav__drop > button:hover,
.gptv-nav > a[aria-current="page"] { color: #fff; background: rgba(255,255,255,.09); }
.gptv-nav__drop { position: relative; }
.gptv-nav__drop > button { display: flex; align-items: center; gap: 6px; }
.gptv-nav__menu { position: absolute; top: calc(100% + 12px); left: 0; width: 260px; padding: 9px; border-radius: 18px; background: rgba(255,255,255,.98); border: 1px solid var(--gptv-line); box-shadow: 0 24px 60px -28px rgba(2,11,36,.6); opacity: 0; visibility: hidden; transform: translateY(-6px); transition: .22s ease; }
.gptv-nav__drop:hover .gptv-nav__menu,
.gptv-nav__drop:focus-within .gptv-nav__menu { opacity: 1; visibility: visible; transform: translateY(0); }
.gptv-nav__menu a { display: block; padding: 10px 12px; border-radius: 12px; color: var(--gptv-muted); font-size: .86rem; }
.gptv-nav__menu a:hover { color: var(--gptv-blue-700); background: #edf4ff; }
.gptv-nav-toggle { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: 20px; }
.gptv-mobile-panel { position: fixed; inset: 76px 0 0; z-index: 190; padding: 26px 20px 42px; background: rgba(2,11,36,.985); transform: translateY(-105%); opacity: 0; pointer-events: none; transition: transform .3s ease, opacity .3s ease; overflow-y: auto; }
.gptv-mobile-panel.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.gptv-mobile-panel a { display: block; padding: 13px 0; color: #e2edff; border-bottom: 1px solid rgba(255,255,255,.1); font-size: 1.05rem; }
.gptv-mobile-panel small { display: block; padding: 18px 0 6px; color: #68dfff; text-transform: uppercase; letter-spacing: .15em; font-size: .65rem; }

.gptv-hero { min-height: 100svh; padding: 132px 0 70px; display: flex; align-items: center; color: #fff; background:
  radial-gradient(circle at 79% 42%, rgba(0,183,240,.26), transparent 26%),
  radial-gradient(circle at 62% 14%, rgba(7,88,206,.25), transparent 32%),
  linear-gradient(135deg, var(--gptv-navy-950), var(--gptv-navy-900) 50%, #092c70 100%); }
.gptv-hero::before { content: ""; position: absolute; inset: 0; opacity: .32; background-image: linear-gradient(rgba(92,210,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(92,210,255,.12) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 90%); }
.gptv-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); align-items: center; gap: clamp(40px, 7vw, 110px); }
.gptv-hero__badge { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 8px 13px; border: 1px solid rgba(104,223,255,.25); border-radius: 999px; background: rgba(0,183,240,.08); color: #9deaff; font-size: .72rem; letter-spacing: .13em; text-transform: uppercase; }
.gptv-hero h1 { max-width: 760px; font-size: clamp(2.6rem, 6.2vw, 6.4rem); line-height: .93; letter-spacing: -.058em; font-weight: 690; }
.gptv-hero h1 span { color: transparent; background: linear-gradient(100deg, #fff 5%, #73e2ff 52%, #f3c95f 100%); -webkit-background-clip: text; background-clip: text; }
.gptv-hero__lead { max-width: 650px; margin-top: 26px; color: #c3d8f6; font-size: clamp(1rem, 1.4vw, 1.22rem); line-height: 1.72; }
.gptv-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.gptv-hero__visual { position: relative; min-height: 600px; display: grid; place-items: center; }
.gptv-hero__orb { position: absolute; width: min(540px, 90%); aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(13,126,232,.36), rgba(0,183,240,.11) 42%, transparent 70%); filter: blur(1px); }
.gptv-hero__product { position: relative; z-index: 2; width: min(430px, 82%); max-height: 680px; object-fit: contain; filter: drop-shadow(0 36px 45px rgba(0,0,0,.38)); animation: gptv-float 6s ease-in-out infinite; }
.gptv-hero__floating { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 16px; color: #fff; background: rgba(5,24,63,.72); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(14px); box-shadow: 0 20px 40px -24px rgba(0,0,0,.7); font-size: .78rem; }
.gptv-hero__floating strong { display: block; font-size: .94rem; }
.gptv-hero__floating--one { top: 16%; left: -1%; }
.gptv-hero__floating--two { top: 43%; right: -2%; }
.gptv-hero__floating--three { bottom: 14%; left: 4%; }
.gptv-icon-dot { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #00133d; background: linear-gradient(135deg, #8eeaff, var(--gptv-cyan)); font-weight: 900; }
.gptv-hero__metrics { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 62px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; overflow: hidden; background: rgba(255,255,255,.1); }
.gptv-metric { padding: 20px 22px; background: rgba(3,16,48,.72); }
.gptv-metric strong { display: block; color: #fff; font-size: 1.08rem; }
.gptv-metric span { color: #9db5d9; font-size: .78rem; }
@keyframes gptv-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-13px); } }

.gptv-product-section { background: var(--gptv-navy-900); color: #fff; }
.gptv-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.gptv-filters { display: flex; flex-wrap: wrap; gap: 8px; }
.gptv-filter,
.gptv-tab-button { padding: 10px 15px; border-radius: 999px; color: #b9cdec; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); cursor: pointer; font-size: .8rem; transition: .2s ease; }
.gptv-filter:hover,
.gptv-filter.is-active,
.gptv-tab-button:hover,
.gptv-tab-button.is-active { color: #fff; border-color: rgba(85,218,255,.6); background: rgba(0,183,240,.15); }
.gptv-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.gptv-product-card { position: relative; display: flex; flex-direction: column; min-height: 560px; overflow: hidden; border-radius: 24px; background: linear-gradient(180deg, #fff, #edf4ff); border: 1px solid rgba(255,255,255,.14); color: var(--gptv-ink); box-shadow: 0 30px 70px -45px rgba(0,0,0,.8); transition: transform .3s ease, box-shadow .3s ease; }
.gptv-product-card:hover { transform: translateY(-8px); box-shadow: 0 38px 80px -38px rgba(0,183,240,.34); }
.gptv-product-card.is-hidden { display: none; }
.gptv-product-card__image { height: 275px; overflow: hidden; background: #f6f9ff; }
.gptv-product-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.gptv-product-card:hover .gptv-product-card__image img { transform: scale(1.035); }
.gptv-product-card__image--luma img { object-fit: contain; padding: 22px; background: #071127; }
.gptv-product-card__image--saze img { object-position: 58% 38%; }
.gptv-product-card__image--hometap img { object-position: 82% 28%; }
.gptv-product-card__body { display: flex; flex: 1; flex-direction: column; padding: 24px; }
.gptv-product-card__tag { color: var(--gptv-blue-600); font-size: .67rem; font-weight: 760; letter-spacing: .14em; text-transform: uppercase; }
.gptv-product-card h3 { margin-top: 9px; font-size: 1.35rem; font-weight: 720; letter-spacing: -.025em; }
.gptv-product-card p { margin-top: 10px; color: var(--gptv-muted); font-size: .88rem; line-height: 1.62; }
.gptv-price { display: flex; align-items: baseline; gap: 7px; margin-top: 18px; color: var(--gptv-navy-900); }
.gptv-price strong { font-size: 1.65rem; letter-spacing: -.035em; }
.gptv-price span { color: #74819a; font-size: .74rem; }
.gptv-chip-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.gptv-chip { padding: 6px 9px; border: 1px solid var(--gptv-line); border-radius: 999px; color: #55647d; background: #f9fbff; font-size: .7rem; }
.gptv-product-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 22px; }
.gptv-product-card__link { color: var(--gptv-blue-700); font-size: .83rem; font-weight: 720; }

.gptv-page-hero { padding: 154px 0 76px; color: #fff; background: radial-gradient(circle at 80% 20%, rgba(0,183,240,.22), transparent 26%), linear-gradient(135deg, var(--gptv-navy-950), var(--gptv-navy-900) 55%, #092c70); }
.gptv-page-hero .gptv-heading { max-width: 980px; }
.gptv-page-hero__row { display: flex; align-items: end; justify-content: space-between; gap: 40px; }

.gptv-compare { overflow-x: auto; border: 1px solid var(--gptv-line); border-radius: 24px; background: #fff; box-shadow: 0 22px 60px -42px rgba(2,22,63,.45); }
.gptv-compare table { width: 100%; min-width: 920px; border-collapse: collapse; }
.gptv-compare th, .gptv-compare td { padding: 17px 20px; border-bottom: 1px solid var(--gptv-line); text-align: left; font-size: .84rem; }
.gptv-compare thead th { color: #fff; background: var(--gptv-navy-900); }
.gptv-compare tbody th { width: 190px; color: var(--gptv-blue-700); background: #edf4ff; font-weight: 720; }
.gptv-compare tbody tr:last-child th, .gptv-compare tbody tr:last-child td { border-bottom: 0; }

.gptv-detail-hero { min-height: 760px; padding: 138px 0 70px; display: flex; align-items: center; background: linear-gradient(135deg, #f7faff, #e8f1ff); }
.gptv-detail-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(50px, 8vw, 115px); align-items: center; }
.gptv-detail-visual { position: relative; min-height: 580px; display: grid; place-items: center; border-radius: 32px; overflow: hidden; background: radial-gradient(circle at 55% 45%, #fff, #dfeaff); border: 1px solid var(--gptv-line); box-shadow: 0 35px 75px -52px rgba(2,22,63,.55); }
.gptv-detail-visual img { position: absolute; width: 100%; height: 100%; object-fit: contain; padding: 36px; opacity: 0; transform: scale(.985); transition: opacity .25s, transform .3s; }
.gptv-detail-visual img.is-active { opacity: 1; transform: scale(1); }
.gptv-detail-visual img.gptv-catalog-photo { object-fit: contain; object-position: center; padding: 36px; }
.gptv-detail-copy h1 { font-size: clamp(2.5rem, 5vw, 5.3rem); line-height: .96; letter-spacing: -.052em; font-weight: 700; }
.gptv-detail-copy__lead { margin-top: 22px; color: var(--gptv-muted); font-size: 1.08rem; line-height: 1.7; }
.gptv-detail-price { margin-top: 28px; font-size: 2.15rem; color: var(--gptv-blue-700); font-weight: 780; letter-spacing: -.04em; }
.gptv-detail-price small { margin-left: 7px; color: #7a879d; font-size: .78rem; font-weight: 520; }
.gptv-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.gptv-gallery-thumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.gptv-gallery-thumb { width: 66px; height: 58px; overflow: hidden; border-radius: 12px; border: 1px solid var(--gptv-line); background: #fff; cursor: pointer; }
.gptv-gallery-thumb img { width: 100%; height: 100%; object-fit: cover; }
.gptv-gallery-thumb.is-active { border-color: var(--gptv-cyan); box-shadow: 0 0 0 3px rgba(0,183,240,.15); }

.gptv-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.gptv-feature-card { padding: 25px; border-radius: 20px; background: #fff; border: 1px solid var(--gptv-line); box-shadow: 0 18px 45px -38px rgba(2,22,63,.42); }
.gptv-feature-card__icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 19px; border-radius: 14px; color: var(--gptv-navy-950); background: linear-gradient(135deg, #a8efff, var(--gptv-cyan)); font-size: 1.25rem; }
.gptv-feature-card h3 { font-size: 1.05rem; font-weight: 730; }
.gptv-feature-card p { margin-top: 8px; color: var(--gptv-muted); font-size: .86rem; line-height: 1.62; }

.gptv-tabs { margin-top: 34px; }
.gptv-tabs__nav { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.gptv-tabs .gptv-tab-button { color: var(--gptv-muted); background: #fff; border-color: var(--gptv-line); }
.gptv-tabs .gptv-tab-button.is-active { color: #fff; background: var(--gptv-blue-700); border-color: var(--gptv-blue-700); }
.gptv-tab-panel { display: none; padding: 30px; border: 1px solid var(--gptv-line); border-radius: 22px; background: #fff; }
.gptv-tab-panel.is-active { display: block; animation: gptv-in .25s ease; }
@keyframes gptv-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
.gptv-spec-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--gptv-line); border-radius: 16px; background: var(--gptv-line); }
.gptv-spec { display: flex; justify-content: space-between; gap: 22px; padding: 15px 17px; background: #fff; font-size: .83rem; }
.gptv-spec span:first-child { color: #75829a; }
.gptv-spec strong { color: var(--gptv-ink); text-align: right; }
.gptv-variant-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.gptv-variant { padding: 20px; border: 1px solid var(--gptv-line); border-radius: 17px; background: #f9fbff; }
.gptv-variant strong { display: block; color: var(--gptv-blue-700); font-size: 1.18rem; }
.gptv-variant span { display: block; margin-top: 5px; color: var(--gptv-muted); font-size: .8rem; }

.gptv-enquiry { color: #fff; background: radial-gradient(circle at 88% 15%, rgba(0,183,240,.25), transparent 24%), linear-gradient(135deg, var(--gptv-navy-950), var(--gptv-navy-800)); }
.gptv-enquiry-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.gptv-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; padding: 26px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.08); backdrop-filter: blur(15px); }
.gptv-field { display: grid; gap: 7px; }
.gptv-field--full { grid-column: 1 / -1; }
.gptv-field label { color: #bcd0ef; font-size: .73rem; }
.gptv-field input, .gptv-field select, .gptv-field textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; color: #fff; background: rgba(2,11,36,.58); outline: none; }
.gptv-field textarea { min-height: 110px; resize: vertical; }
.gptv-field input:focus, .gptv-field select:focus, .gptv-field textarea:focus { border-color: var(--gptv-cyan); box-shadow: 0 0 0 3px rgba(0,183,240,.12); }
.gptv-form button { grid-column: 1 / -1; border: 0; cursor: pointer; }
.gptv-form-note { grid-column: 1 / -1; color: #9fb5d7; font-size: .68rem; }

.gptv-footer { padding: 58px 0 24px; color: #c6d7ef; background: var(--gptv-navy-950); border-top: 1px solid rgba(255,255,255,.1); }
.gptv-footer__grid { display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); gap: 44px; }
.gptv-footer img { width: 230px; }
.gptv-footer p { margin-top: 17px; max-width: 440px; color: #8fa8ce; font-size: .82rem; line-height: 1.7; }
.gptv-footer h3 { color: #fff; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.gptv-footer a { display: block; margin-top: 11px; color: #9fb5d7; font-size: .82rem; }
.gptv-footer a:hover { color: #62ddff; }
.gptv-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #7189ad; font-size: .72rem; }

@media (max-width: 1120px) {
  .gptv-nav { display: none; }
  .gptv-nav-toggle { display: grid; place-items: center; }
  .gptv-hero__grid { grid-template-columns: 1fr 420px; gap: 35px; }
  .gptv-product-grid { grid-template-columns: repeat(2, 1fr); }
  .gptv-footer__grid { grid-template-columns: 1.25fr repeat(2, .75fr); }
  .gptv-footer__grid > div:last-child { grid-column: 2; }
}
@media (max-width: 820px) {
  .gptv-shell { width: min(100% - 30px, 720px); }
  .gptv-section { padding: 72px 0; }
  .gptv-hero { padding-top: 112px; }
  .gptv-hero__grid, .gptv-detail-grid, .gptv-enquiry-grid { grid-template-columns: 1fr; }
  .gptv-hero__visual { min-height: 500px; order: -1; }
  .gptv-hero__product { max-height: 520px; }
  .gptv-hero__floating--one { left: 0; }
  .gptv-hero__floating--two { right: 0; }
  .gptv-hero__metrics { grid-template-columns: repeat(2, 1fr); }
  .gptv-section-head, .gptv-page-hero__row { align-items: start; flex-direction: column; }
  .gptv-feature-grid { grid-template-columns: repeat(2, 1fr); }
  .gptv-detail-visual { min-height: 510px; }
  .gptv-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .gptv-shell, .gptv-topbar__inner { width: calc(100% - 24px); }
  .gptv-brand img { height: 28px; }
  .gptv-topbar .gptv-button { display: none; }
  .gptv-hero h1 { font-size: clamp(2.7rem, 13vw, 4.2rem); }
  .gptv-hero__visual { min-height: 430px; }
  .gptv-hero__floating { padding: 9px 11px; font-size: .68rem; }
  .gptv-hero__floating strong { font-size: .8rem; }
  .gptv-hero__floating--one { top: 10%; }
  .gptv-hero__floating--two { top: 52%; }
  .gptv-hero__floating--three { bottom: 5%; }
  .gptv-hero__metrics, .gptv-product-grid, .gptv-feature-grid, .gptv-spec-list, .gptv-variant-grid, .gptv-form { grid-template-columns: 1fr; }
  .gptv-field--full, .gptv-form button, .gptv-form-note { grid-column: auto; }
  .gptv-product-card { min-height: 535px; }
  .gptv-detail-visual { min-height: 430px; }
  .gptv-footer__grid { grid-template-columns: 1fr; }
  .gptv-footer__grid > div:last-child { grid-column: auto; }
  .gptv-footer__bottom { flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
.gptv-detail-price small { display: inline-block; white-space: nowrap; vertical-align: middle; line-height: 1.2; }
/* Crop catalogue artwork so product photography remains clean inside cards. */
.gptv-product-card__image--hometap img {
  width: 125%;
  max-width: none;
  object-position: 100% 28%;
}
.gptv-detail-visual img.gptv-catalog-photo {
  width: 100%;
  max-width: 100%;
  left: 0;
  right: auto;
  object-position: center;
}
.gptv-detail-price small {
  display: block;
  margin: 5px 0 0;
  white-space: normal;
  vertical-align: baseline;
  line-height: 1.3;
}
/* Legacy Anti footer now follows the GPTV deep-navy surface. */
footer.bg-base {
  --color-base: var(--gptv-navy-950) !important;
  --color-ink: #ffffff !important;
  --color-ink-dim: #c5d7f2 !important;
  --color-ink-faint: #839bc0 !important;
  --color-accent: #58d8ff !important;
  --color-line: rgba(255,255,255,.12) !important;
  --color-line-strong: rgba(255,255,255,.24) !important;
  background: var(--gptv-navy-950) !important;
  color: #fff !important;
  border-color: rgba(255,255,255,.1) !important;
}
footer.bg-base .grid-field {
  background-image: linear-gradient(90deg, rgba(77,191,255,.06) 1px, transparent 1px), linear-gradient(rgba(77,191,255,.06) 1px, transparent 1px) !important;
}


/* Revision 2: robust static scrolling and stronger GPTV treatment across Anti layouts */
html, body { min-height: 100%; height: auto !important; }
html { overflow-x: hidden; overflow-y: auto !important; }
body { overflow-x: hidden; overflow-y: visible !important; }
html.gptv-menu-open, html.gptv-menu-open body { overflow: hidden !important; }
.gptv-page main { display: block; }

.gptv-hero--image-left .gptv-hero__grid { grid-template-columns: minmax(420px,.92fr) minmax(0,1.08fr); }
.gptv-hero--image-left .gptv-hero__visual { grid-column: 1; grid-row: 1; }
.gptv-hero--image-left .gptv-hero__copy { grid-column: 2; grid-row: 1; }
.gptv-hero__checks { display:grid; gap:9px; margin-top:25px; color:#d7e6fb; font-size:.88rem; }
.gptv-hero__checks li { position:relative; padding-left:24px; }
.gptv-hero__checks li::before { content:'✓'; position:absolute; left:0; color:#65ddff; font-weight:800; }

.gptv-legacy-page-hero { color:#fff !important; padding-top:calc(76px + 3.75rem) !important; padding-bottom:3.5rem !important; background: radial-gradient(circle at 82% 18%, rgba(0,183,240,.22), transparent 28%), linear-gradient(135deg,#020b24,#06163f 55%,#092c70) !important; }
.gptv-legacy-page-hero::after { content:''; position:absolute; inset:0; pointer-events:none; opacity:.28; background-image:linear-gradient(rgba(92,210,255,.11) 1px,transparent 1px),linear-gradient(90deg,rgba(92,210,255,.11) 1px,transparent 1px); background-size:64px 64px; mask-image:linear-gradient(to bottom,#000,transparent 94%); }
.gptv-legacy-page-hero > * { position:relative; z-index:1; }
.gptv-legacy-page-hero .text-ink, .gptv-legacy-page-hero h1, .gptv-legacy-page-hero h2 { color:#fff !important; }
.gptv-legacy-page-hero .text-ink-dim, .gptv-legacy-page-hero p { color:#c9dcf8 !important; }

.gptv-legacy-page main > section:not(.surface-deep):not(.surface-tint):not(.surface-warm):not(.surface-orange),
.gptv-static-main > section:not(.surface-deep):not(.surface-tint):not(.surface-warm):not(.surface-orange) { background:#fff; }
.gptv-legacy-page .surface-tint, .gptv-static-main .surface-tint { background:linear-gradient(180deg,#edf4ff,#f8fbff) !important; }
.gptv-legacy-page .surface-warm, .gptv-static-main .surface-warm { background:linear-gradient(180deg,#fff7e4,#fffaf0) !important; }
.gptv-legacy-page .machined, .gptv-static-main .machined { background:linear-gradient(180deg,#fff,#f4f8ff) !important; border-color:rgba(8,54,136,.16) !important; box-shadow:0 20px 55px -42px rgba(2,22,63,.5), inset 0 1px rgba(255,255,255,.95) !important; }
.gptv-legacy-page .mono-label, .gptv-static-main .mono-label { color:#0758ce; }
.surface-deep .mono-label { color:#62ddff !important; }
.gptv-legacy-page .bg-ink, .gptv-static-main .bg-ink { background:linear-gradient(135deg,#0758ce,#0879e8) !important; color:#fff !important; }
/* CTA "Talk to us" card uses the Home-page cream style on every page (legacy dark-blue override removed) */

.gptv-anti-product-card { min-height:590px; transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease; }
.gptv-anti-product-card:hover { transform:translateY(-7px); border-color:rgba(0,183,240,.45) !important; box-shadow:0 34px 72px -42px rgba(7,88,206,.55) !important; }
.gptv-anti-product-image { background:radial-gradient(circle at 50% 45%,#fff,#e8f1ff); }
.gptv-anti-product-image img { object-fit:contain; padding:14px; transition:transform .42s ease; }
.gptv-anti-product-card:hover .gptv-anti-product-image img { transform:scale(1.045); }
.gptv-anti-product-image--saze img, .gptv-anti-product-image--hometap img { object-fit:contain; padding:14px; width:100%; max-width:100%; object-position:center; }
.gptv-card-price { margin-top:17px; color:#073f9c; font-size:1.4rem; font-weight:780; letter-spacing:-.035em; }
.gptv-card-price span { display:block; margin-top:2px; color:#75839c; font-size:.68rem; font-weight:520; letter-spacing:0; }
.gptv-card-enquire { padding:9px 13px; border-radius:999px; color:#00133d; background:linear-gradient(135deg,#f7d77f,#d9aa3d); font-size:.76rem; font-weight:720; }
.gptv-anti-filters { display:flex; flex-wrap:wrap; gap:8px; }
.surface-deep .gptv-filter { color:#c6d7f2; }
.gptv-filter.is-active { color:#fff !important; background:#0758ce !important; border-color:#0879e8 !important; }

.gptv-anti-detail-hero { padding-top:calc(76px + 2.75rem) !important; padding-bottom:3.5rem !important; background:radial-gradient(circle at 82% 22%,rgba(0,183,240,.14),transparent 26%),linear-gradient(135deg,#f9fbff,#e8f1ff); }
.gptv-anti-price { margin-top:24px; color:#073f9c; font-size:2.15rem; font-weight:800; letter-spacing:-.045em; }
.gptv-anti-price span { display:block; margin-top:4px; color:#77859c; font-size:.74rem; font-weight:520; letter-spacing:0; }
.gptv-anti-gallery { overflow:hidden; background:#fff; }
.gptv-anti-gallery .gptv-detail-visual { min-height:510px; border:0; border-radius:0; box-shadow:none; }
.gptv-anti-gallery .gptv-gallery-thumbs { padding:14px 16px; margin:0; border-top:1px solid var(--gptv-line); background:#f5f8ff; }
.gptv-model-summary dt { color:#71809a; font-size:.68rem; text-transform:uppercase; letter-spacing:.12em; }
.gptv-model-summary dd { margin-top:3px; color:#071634; font-size:.92rem; font-weight:650; }
.gptv-anti-feature-card { transition:transform .25s ease,border-color .25s ease; }
.gptv-anti-feature-card:hover { transform:translateY(-5px); border-color:rgba(0,183,240,.42) !important; }
.gptv-anti-tabs .gptv-tab-button { color:#53637f; background:#fff; border-color:rgba(8,36,93,.16); }
.gptv-anti-tabs .gptv-tab-button.is-active { color:#fff; background:#073f9c; border-color:#073f9c; }

.gptv-legacy-page form:not(.gptv-form) input, .gptv-legacy-page form:not(.gptv-form) select, .gptv-legacy-page form:not(.gptv-form) textarea { border-color:rgba(8,36,93,.18) !important; background:#f8fbff !important; }
.gptv-legacy-page form:not(.gptv-form) input:focus, .gptv-legacy-page form:not(.gptv-form) select:focus, .gptv-legacy-page form:not(.gptv-form) textarea:focus { border-color:#00b7f0 !important; box-shadow:0 0 0 3px rgba(0,183,240,.13) !important; }
.gptv-legacy-page article, .gptv-legacy-page li > a.machined { transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease; }
.gptv-legacy-page article:hover, .gptv-legacy-page li > a.machined:hover { border-color:rgba(0,183,240,.36) !important; box-shadow:0 26px 60px -44px rgba(7,88,206,.55) !important; }

@media (max-width: 820px) {
  .gptv-hero--image-left .gptv-hero__grid { grid-template-columns:1fr; }
  .gptv-hero--image-left .gptv-hero__visual { grid-column:1; grid-row:1; min-height:470px; }
  .gptv-hero--image-left .gptv-hero__copy { grid-column:1; grid-row:2; }
  .gptv-anti-detail-hero .gptv-detail-visual { min-height:440px; }
}
@media (max-width:560px) {
  .gptv-legacy-page-hero { padding-top:calc(76px + 2.5rem) !important; padding-bottom:2.75rem !important; }
  .gptv-header-cta { display:none; }
  .gptv-hero--image-left .gptv-hero__visual { min-height:390px; }
  .gptv-anti-product-card { min-height:540px; }
  .gptv-anti-gallery .gptv-detail-visual { min-height:400px; }
}


/* Revision 3: restored Anti hero order, exact GPTV visual, portable navigation and hard scroll reset */
html {
  width: 100%;
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  scroll-behavior: smooth;
}
body,
body.gptv-page {
  position: static !important;
  width: 100%;
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  touch-action: pan-y;
  overscroll-behavior-y: auto;
}
html.gptv-menu-open,
html.gptv-menu-open body {
  overflow-y: scroll !important;
}
body.gptv-page main,
body.gptv-page #main,
body.gptv-page main > section {
  height: auto !important;
  max-height: none !important;
  overflow-y: visible !important;
  content-visibility: visible !important;
  contain: none !important;
}
body.gptv-page .anim-hidden {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  filter: none !important;
  clip-path: none !important;
  animation: none !important;
}

.gptv-nav__drop > .gptv-nav__trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #d7e5fb;
  font-size: .88rem;
  padding: 10px 13px;
  border-radius: 999px;
  transition: color .2s, background .2s;
  cursor: pointer;
}
.gptv-nav__drop > .gptv-nav__trigger:hover,
.gptv-nav__drop > .gptv-nav__trigger[aria-current="page"] {
  color: #fff;
  background: rgba(255,255,255,.09);
}
.gptv-mobile-overview {
  color: #fff !important;
  font-weight: 720;
}

.gptv-hero--image-right .gptv-hero__grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(500px, .96fr);
  gap: clamp(44px, 6vw, 92px);
}
.gptv-hero--image-right .gptv-hero__copy {
  grid-column: 1;
  grid-row: 1;
}
.gptv-hero--image-right .gptv-hero__visual {
  grid-column: 2;
  grid-row: 1;
}
.gptv-hero--image-right .gptv-hero__copy h1 {
  font-size: clamp(2.8rem, 5.45vw, 5.6rem);
}
.gptv-hero__visual--showcase {
  min-height: 610px;
  isolation: isolate;
}
.gptv-hero__orb--showcase {
  width: min(650px, 110%);
  background: radial-gradient(circle, rgba(75,191,255,.28), rgba(7,88,206,.12) 48%, transparent 72%);
}
.gptv-hero__showcase-image {
  position: relative;
  z-index: 2;
  display: block;
  width: min(690px, 100%);
  height: auto;
  object-fit: contain;
  border-radius: 30px;
  filter: drop-shadow(0 34px 42px rgba(0,0,0,.28));
}

@media (max-width: 1120px) {
  .gptv-hero--image-right .gptv-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, .88fr);
    gap: 38px;
  }
  .gptv-hero--image-right .gptv-hero__copy h1 {
    font-size: clamp(2.7rem, 5.6vw, 4.7rem);
  }
  .gptv-hero__visual--showcase { min-height: 520px; }
}
@media (max-width: 820px) {
  .gptv-hero--image-right .gptv-hero__grid { grid-template-columns: 1fr; }
  .gptv-hero--image-right .gptv-hero__copy { grid-column: 1; grid-row: 1; }
  .gptv-hero--image-right .gptv-hero__visual { grid-column: 1; grid-row: 2; min-height: 470px; }
  .gptv-hero__showcase-image { width: min(650px, 100%); }
}
@media (max-width: 560px) {
  .gptv-hero--image-right .gptv-hero__visual { min-height: 355px; }
  .gptv-hero__showcase-image { border-radius: 22px; }
}

/* Product filters must hide the Anti card wrapper, not only the inner article. */
[data-product-card].is-hidden { display: none !important; }

/* Revision 4: every blue website section now uses the Home Hero blue sweep. */
:root {
  --gptv-hero-blue-surface:
    radial-gradient(circle at 79% 42%, rgba(0, 183, 240, .26), transparent 26%),
    radial-gradient(circle at 62% 14%, rgba(7, 88, 206, .25), transparent 32%),
    linear-gradient(135deg, var(--gptv-navy-950) 0%, var(--gptv-navy-900) 50%, #092c70 100%);
}

/* Full-width blue sections: use one consistent dark-left to light-right theme. */
.gptv-hero,
.gptv-page-hero,
.gptv-product-section,
.gptv-enquiry,
.gptv-legacy-page-hero,
section.surface-deep,
section.surface-orange,
header.gptv-legacy-page-hero,
footer.gptv-footer,
footer.bg-base {
  background-color: var(--gptv-navy-900) !important;
  background-image: var(--gptv-hero-blue-surface) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}

/* Existing section grids and decorative layers remain unchanged. */


/* Revision 5: homepage benefits band matches the Home Hero blue sweep. */
.gptv-benefits-band {
  background-color: var(--gptv-navy-900) !important;
  background-image: var(--gptv-hero-blue-surface) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border-top: 1px solid rgba(255, 255, 255, .10);
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}
.gptv-benefits-band .text-ink { color: #ffffff !important; }
.gptv-benefits-band .text-ink-dim { color: #c9dcf8 !important; }
.gptv-benefits-band .text-accent { color: #65ddff !important; }


/* Revision 6: high-resolution raster assets */
img { image-rendering: auto; }
.gptv-hero__showcase-image, .gptv-product-card__image img, .gptv-anti-product-image img, .gptv-detail-visual img, .gptv-gallery-thumb img { backface-visibility: hidden; -webkit-backface-visibility: hidden; }

/* Revision 7: Home Hero uses a clean white background. */
.gptv-hero {
  color: var(--gptv-ink) !important;
  background-color: #ffffff !important;
  background-image: none !important;
}
.gptv-hero::before {
  opacity: .16 !important;
  background-image:
    linear-gradient(rgba(7, 88, 206, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 88, 206, .06) 1px, transparent 1px) !important;
  mask-image: linear-gradient(to bottom, #000, transparent 92%);
}
.gptv-hero__badge {
  color: var(--gptv-blue-700) !important;
  border-color: rgba(7, 88, 206, .20) !important;
  background: #eef6ff !important;
}
.gptv-hero h1 {
  color: var(--gptv-navy-950) !important;
}
.gptv-hero h1 span {
  background: linear-gradient(100deg, var(--gptv-blue-700) 5%, var(--gptv-cyan) 58%, var(--gptv-gold) 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}
.gptv-hero__lead {
  color: #52637f !important;
}
.gptv-hero__checks {
  color: #304563 !important;
}
.gptv-hero__checks li::before {
  color: var(--gptv-blue-600) !important;
}
.gptv-hero .gptv-button--light {
  color: var(--gptv-navy-950) !important;
  border-color: rgba(7, 88, 206, .22) !important;
  background: #ffffff !important;
  box-shadow: 0 12px 30px -24px rgba(2, 22, 63, .55);
}
.gptv-hero .gptv-button--light:hover {
  color: var(--gptv-blue-700) !important;
  border-color: rgba(7, 88, 206, .42) !important;
  background: #f4f8ff !important;
}
.gptv-hero__orb--showcase {
  background: radial-gradient(circle, rgba(75, 191, 255, .20), rgba(7, 88, 206, .07) 48%, transparent 72%) !important;
}
.gptv-hero__showcase-image {
  filter: drop-shadow(0 28px 38px rgba(2, 22, 63, .18)) !important;
}
.gptv-hero__metrics {
  border-color: rgba(8, 54, 136, .14) !important;
  background: rgba(8, 54, 136, .10) !important;
  box-shadow: 0 20px 52px -42px rgba(2, 22, 63, .40);
}
.gptv-hero .gptv-metric {
  background: rgba(248, 251, 255, .96) !important;
}
.gptv-hero .gptv-metric strong {
  color: var(--gptv-navy-950) !important;
}
.gptv-hero .gptv-metric span {
  color: #667793 !important;
}


/* Revision 9: redesigned homepage Features showcase. */
.gptv-feature-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(3.5rem, 6vw, 5.5rem) 0 clamp(2rem, 3.4vw, 3.25rem);
  background:
    radial-gradient(circle at 88% 7%, rgba(76, 191, 255, .13), transparent 29%),
    linear-gradient(180deg, #f9fbff 0%, #ffffff 46%, #f4f8ff 100%);
}
.gptv-feature-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 88, 206, .038) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 88, 206, .038) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.78), transparent 72%);
}
.gptv-feature-showcase__shell {
  position: relative;
  z-index: 1;
  width: min(100% - 2.5rem, 1440px);
  margin-inline: auto;
}
.gptv-feature-showcase__header {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(19rem, .72fr);
  gap: clamp(2rem, 6vw, 6rem);
  align-items: end;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}
.gptv-feature-showcase__eyebrow {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin-bottom: 1rem;
  color: var(--gptv-blue-700);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.gptv-feature-showcase__eyebrow span {
  color: var(--gptv-cyan);
  font-size: 1.2rem;
}
.gptv-feature-showcase h2 {
  max-width: 820px;
  margin: 0;
  color: var(--gptv-navy-950);
  font-size: clamp(2.25rem, 4.25vw, 4.9rem);
  font-weight: 760;
  line-height: .98;
  letter-spacing: -.055em;
}
.gptv-feature-showcase__intro {
  padding-bottom: .35rem;
}
.gptv-feature-showcase__intro p {
  margin: 0;
  color: #5d6e89;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
}
.gptv-feature-showcase__link {
  display: inline-flex;
  align-items: center;
  gap: .65rem;
  margin-top: 1.35rem;
  color: var(--gptv-blue-700);
  font-size: .95rem;
  font-weight: 750;
  text-decoration: none;
  transition: color .25s ease, gap .25s ease;
}
.gptv-feature-showcase__link:hover {
  color: var(--gptv-cyan);
  gap: .9rem;
}
.gptv-feature-showcase__figure {
  margin: 0;
}
.gptv-feature-showcase__image-frame {
  position: relative;
  padding: 1px;
  overflow: hidden;
  border-radius: clamp(1.25rem, 2.4vw, 2.25rem);
  background: linear-gradient(120deg, rgba(7, 88, 206, .72), rgba(76, 215, 255, .62), rgba(214, 157, 53, .38));
  box-shadow:
    0 34px 90px -48px rgba(2, 22, 63, .62),
    0 14px 40px -28px rgba(7, 88, 206, .48);
}
.gptv-feature-showcase__image-frame::before {
  content: "";
  position: absolute;
  inset: -16% auto auto -8%;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(76, 215, 255, .18);
  filter: blur(60px);
  pointer-events: none;
  z-index: 2;
}
.gptv-feature-showcase__scroller {
  position: relative;
  overflow: hidden;
  border-radius: calc(clamp(1.25rem, 2.4vw, 2.25rem) - 1px);
  background: var(--gptv-navy-950);
  scrollbar-width: thin;
  scrollbar-color: var(--gptv-cyan) rgba(255,255,255,.14);
}
.gptv-feature-showcase__scroller img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  image-rendering: auto;
}
.gptv-feature-showcase figcaption {
  display: none;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  margin-top: .9rem;
  color: #6a7a95;
  font-size: .78rem;
  text-align: center;
}
.gptv-feature-showcase__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
  border: 1px solid rgba(122, 83, 7, .16);
  border-radius: 1.35rem;
  background: #fff8e9;
  box-shadow: 0 20px 60px -48px rgba(2,22,63,.5);
}
.gptv-feature-showcase__summary div {
  min-width: 0;
  padding: 1.35rem 1.5rem;
  border-right: 1px solid rgba(122, 83, 7, .13);
}
.gptv-feature-showcase__summary div:last-child { border-right: 0; }
.gptv-feature-showcase__summary strong,
.gptv-feature-showcase__summary span {
  display: block;
}
.gptv-feature-showcase__summary strong {
  color: var(--gptv-navy-950);
  font-size: .96rem;
  font-weight: 800;
}
.gptv-feature-showcase__summary span {
  margin-top: .35rem;
  color: #6a7a95;
  font-size: .82rem;
  line-height: 1.5;
}
@media (max-width: 900px) {
  .gptv-feature-showcase__header {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }
  .gptv-feature-showcase__intro { max-width: 43rem; }
  .gptv-feature-showcase__summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gptv-feature-showcase__summary div:nth-child(2) { border-right: 0; }
  .gptv-feature-showcase__summary div:nth-child(-n+2) { border-bottom: 1px solid rgba(122, 83, 7, .13); }
}
@media (max-width: 640px) {
  .gptv-feature-showcase {
    padding: 4rem 0;
  }
  .gptv-feature-showcase__shell {
    width: min(100% - 1.5rem, 1440px);
  }
  .gptv-feature-showcase h2 {
    font-size: clamp(2.1rem, 11vw, 3.3rem);
  }
  .gptv-feature-showcase__image-frame {
    border-radius: 1.2rem;
  }
  .gptv-feature-showcase__scroller {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x proximity;
    border-radius: calc(1.2rem - 1px);
    -webkit-overflow-scrolling: touch;
  }
  .gptv-feature-showcase__scroller img {
    width: 980px;
    max-width: none;
    scroll-snap-align: start;
  }
  .gptv-feature-showcase figcaption { display: flex; }
  .gptv-feature-showcase__summary {
    grid-template-columns: 1fr;
    border-radius: 1.1rem;
  }
  .gptv-feature-showcase__summary div,
  .gptv-feature-showcase__summary div:nth-child(2) {
    border-right: 0;
    border-bottom: 1px solid rgba(7, 88, 206, .11);
  }
  .gptv-feature-showcase__summary div:last-child { border-bottom: 0; }
}


/* Revision 10: image-only secondary Home Hero. */
.gptv-secondary-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(1rem, 2.5vw, 2.25rem) 0 clamp(2.75rem, 5vw, 5rem);
  background: #ffffff;
}
.gptv-secondary-hero__frame {
  width: min(100% - 2.5rem, 1600px);
  margin-inline: auto;
  overflow: hidden;
  border: 1px solid rgba(7, 88, 206, .12);
  border-radius: clamp(1.25rem, 2.4vw, 2.25rem);
  background: #e9eef3;
  box-shadow:
    0 34px 90px -54px rgba(2, 22, 63, .50),
    0 10px 34px -28px rgba(7, 88, 206, .34);
}
.gptv-secondary-hero__frame img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  image-rendering: auto;
}
@media (max-width: 640px) {
  .gptv-secondary-hero {
    padding: .75rem 0 3rem;
  }
  .gptv-secondary-hero__frame {
    width: calc(100% - 1.5rem);
    border-radius: 1.15rem;
  }
}


/* Revision 11: primary and secondary Home Heroes share one timed carousel position. */
.gptv-home-hero-slider {
  position: relative;
  display: grid;
  overflow: hidden;
  min-height: 100svh;
  background: #ffffff;
  isolation: isolate;
}
.gptv-home-hero-slide {
  grid-area: 1 / 1;
  width: 100%;
  min-height: 100svh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
  transition: opacity .9s ease, visibility 0s linear .9s;
}
.gptv-home-hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
  transition-delay: 0s;
}
.gptv-home-hero-slider .gptv-secondary-hero {
  display: flex;
  align-items: stretch;
  padding: 0;
  background: #ffffff;
}
.gptv-home-hero-slider .gptv-secondary-hero__frame {
  width: 100%;
  min-height: 100svh;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
}
.gptv-home-hero-slider .gptv-secondary-hero__frame img {
  width: 100%;
  height: 100svh;
  object-fit: cover;
  object-position: center center;
}
.gptv-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 760px) {
  .gptv-home-hero-slider .gptv-secondary-hero__frame,
  .gptv-home-hero-slider .gptv-secondary-hero__frame img {
    min-height: 100svh;
    height: 100svh;
  }
  .gptv-home-hero-slider .gptv-secondary-hero__frame img {
    object-fit: contain;
    object-position: center center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gptv-home-hero-slide { transition: none; }
}


/* Revision 12: compact, gap-free Home Hero carousel with reliable controls. */
.gptv-home-hero-slider {
  height: auto;
  min-height: clamp(520px, 42vw, 640px);
  margin-top: 76px;
  overflow: hidden;
  background: #ffffff;
}
.gptv-home-hero-slide {
  width: 100%;
  height: 100%;
  min-height: 0;
}
.gptv-home-hero-slider .gptv-hero {
  min-height: 0;
  height: 100%;
  padding: clamp(1.5rem, 3.2vw, 3rem) 0;
}
.gptv-home-hero-slider .gptv-hero__grid {
  height: 100%;
}
.gptv-home-hero-slider .gptv-hero__visual--showcase {
  min-height: 0;
  height: 100%;
  max-height: 660px;
}
.gptv-home-hero-slider .gptv-hero__showcase-image {
  max-height: 100%;
}
.gptv-home-hero-slider .gptv-secondary-hero,
.gptv-home-hero-slider .gptv-secondary-hero__frame {
  width: 100%;
  height: 100%;
  min-height: 0;
}
.gptv-home-hero-slider .gptv-secondary-hero__frame img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
}
.gptv-home-hero-controls {
  position: absolute;
  z-index: 8;
  left: 50%;
  bottom: 1.15rem;
  display: flex;
  align-items: center;
  gap: .45rem;
  padding: .42rem;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  background: rgba(2,11,36,.76);
  box-shadow: 0 14px 38px -22px rgba(2,11,36,.76);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  transform: translateX(-50%);
}
.gptv-home-hero-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  min-height: 38px;
  padding: 0 .9rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #dceaff;
  background: transparent;
  cursor: pointer;
  font-size: .72rem;
  line-height: 1;
  transition: color .22s ease, background .22s ease, border-color .22s ease, transform .22s ease;
}
.gptv-home-hero-control:hover,
.gptv-home-hero-control:focus-visible {
  color: #ffffff;
  border-color: rgba(101,221,255,.45);
  outline: none;
  transform: translateY(-1px);
}
.gptv-home-hero-control span {
  color: #65ddff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: .62rem;
  letter-spacing: .08em;
}
.gptv-home-hero-control strong {
  position: relative;
  z-index: 1;
  font-weight: 750;
  white-space: nowrap;
}
.gptv-home-hero-control.is-active {
  color: var(--gptv-navy-950);
  border-color: rgba(255,255,255,.7);
  background: linear-gradient(135deg, #ffffff, #dff7ff);
}
.gptv-home-hero-control.is-active span {
  color: var(--gptv-blue-700);
}
.gptv-home-hero-control.is-active.is-cycling::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gptv-blue-600), var(--gptv-cyan));
  transform-origin: left center;
  animation: gptv-hero-progress 5s linear forwards;
}
@keyframes gptv-hero-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}
@media (max-width: 820px) {
  .gptv-home-hero-slider {
    height: auto;
    min-height: calc(100svh - 76px);
  }
  .gptv-home-hero-slide {
    height: auto;
    min-height: calc(100svh - 76px);
  }
  .gptv-home-hero-slider .gptv-hero {
    height: auto;
    min-height: calc(100svh - 76px);
    padding: 2rem 0 5.25rem;
  }
  .gptv-home-hero-slider .gptv-hero__grid {
    height: auto;
  }
  .gptv-home-hero-slider .gptv-hero__visual--showcase {
    height: auto;
    min-height: 420px;
  }
  .gptv-home-hero-slider .gptv-secondary-hero,
  .gptv-home-hero-slider .gptv-secondary-hero__frame {
    min-height: calc(100svh - 76px);
  }
  .gptv-home-hero-controls {
    bottom: .85rem;
  }
}
@media (max-width: 560px) {
  .gptv-home-hero-slider .gptv-hero {
    padding-top: 1.5rem;
  }
  .gptv-home-hero-slider .gptv-hero__visual--showcase {
    min-height: 320px;
  }
  .gptv-home-hero-controls {
    width: calc(100% - 1.5rem);
    justify-content: center;
    padding: .36rem;
  }
  .gptv-home-hero-control {
    flex: 1 1 0;
    justify-content: center;
    padding-inline: .65rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .gptv-home-hero-control.is-active.is-cycling::after { animation: none; }
}


/* Revision 13: four catalogue model Heroes in the five-second Home carousel. */
.gptv-model-hero{position:relative;overflow:hidden;color:var(--gptv-navy-950);background:radial-gradient(circle at 82% 16%,rgba(0,183,240,.16),transparent 28%),radial-gradient(circle at 12% 92%,rgba(243,201,95,.12),transparent 24%),linear-gradient(135deg,#fff 0%,#f4f8ff 56%,#eaf4ff 100%)}
.gptv-model-hero::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.6;background-image:linear-gradient(rgba(7,88,206,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(7,88,206,.045) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to right,#000,transparent 68%)}
.gptv-model-hero--saze{background:radial-gradient(circle at 83% 18%,rgba(0,205,255,.2),transparent 28%),linear-gradient(135deg,#fff,#f0f8ff 58%,#e4f6ff)}
.gptv-model-hero--h100{background:radial-gradient(circle at 82% 18%,rgba(84,143,194,.2),transparent 29%),linear-gradient(135deg,#fff,#f3f6fa 58%,#e7edf4)}
.gptv-model-hero--h1{background:radial-gradient(circle at 82% 18%,rgba(7,88,206,.18),transparent 28%),linear-gradient(135deg,#fff,#f5f7fb 58%,#e8edf6)}
.gptv-model-hero__shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,.94fr) minmax(430px,1.06fr);align-items:center;gap:clamp(2.25rem,5vw,6rem);height:100%;padding-top:clamp(1.5rem,2.6vw,2.75rem);padding-bottom:clamp(5.25rem,6vw,6.5rem)}
.gptv-model-hero__copy{max-width:690px}.gptv-model-hero__eyebrow{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;margin-bottom:1.25rem;color:var(--gptv-blue-700);font-size:.73rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.gptv-model-hero__eyebrow span{padding:.58rem .8rem;border:1px solid rgba(7,88,206,.17);border-radius:999px;background:rgba(238,246,255,.82)}.gptv-model-hero__eyebrow strong{color:var(--gptv-navy-950);letter-spacing:.02em}
.gptv-model-hero h2{max-width:760px;margin:0;color:var(--gptv-navy-950);font-size:clamp(2.6rem,4.55vw,5.25rem);line-height:.97;letter-spacing:-.06em;font-weight:720}.gptv-model-hero h2 span{color:transparent;background:linear-gradient(100deg,var(--gptv-blue-700),var(--gptv-cyan) 60%,#c48b12);-webkit-background-clip:text;background-clip:text}.gptv-model-hero__copy>p{max-width:650px;margin:1.35rem 0 0;color:#52637f;font-size:clamp(.98rem,1.25vw,1.17rem);line-height:1.7}
.gptv-model-hero__features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem 1.4rem;margin:1.35rem 0 0;color:#1e3558;font-size:.84rem;font-weight:650}.gptv-model-hero__features li{position:relative;padding-left:1.35rem}.gptv-model-hero__features li::before{content:"";position:absolute;left:0;top:.36rem;width:.54rem;height:.54rem;border:2px solid #fff;border-radius:50%;background:var(--gptv-cyan);box-shadow:0 0 0 2px rgba(7,88,206,.18)}
.gptv-model-hero__assurance{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.4rem}.gptv-model-hero__assurance span{padding:.5rem .72rem;border:1px solid rgba(7,88,206,.16);border-radius:999px;color:#355276;background:rgba(255,255,255,.7);font-size:.72rem;font-weight:750}
.gptv-model-hero__variants{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;max-width:540px;margin-top:1.4rem}.gptv-model-hero__variants a{display:grid;gap:.2rem;padding:.72rem .85rem;border:1px solid rgba(7,88,206,.15);border-radius:14px;background:rgba(255,255,255,.78);box-shadow:0 13px 26px -23px rgba(2,11,36,.5)}.gptv-model-hero__variants small{color:#647796;font-size:.65rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gptv-model-hero__variants strong{color:var(--gptv-blue-700);font-size:.92rem}
.gptv-model-hero__actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.45rem}.gptv-button--outline-dark{color:var(--gptv-navy-950);border:1px solid rgba(5,31,78,.22);background:rgba(255,255,255,.76)}.gptv-button--outline-dark:hover{border-color:rgba(7,88,206,.48);background:#fff}
.gptv-model-hero__visual{position:relative;display:grid;place-items:center;width:100%;height:min(560px,66vh);min-height:460px;overflow:hidden;border:1px solid rgba(7,88,206,.14);border-radius:clamp(24px,3vw,46px);box-shadow:0 34px 78px -52px rgba(2,11,36,.8)}.gptv-model-hero__visual--dark{border-color:rgba(102,218,255,.28);background:radial-gradient(circle at 60% 38%,rgba(7,88,206,.32),transparent 42%),linear-gradient(145deg,#020817,#06163f 62%,#0b2d66)}.gptv-model-hero__visual--light{background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(229,240,255,.78))}
.gptv-model-hero__visual img{position:relative;z-index:2;display:block;width:88%;height:92%;object-fit:contain;filter:drop-shadow(0 28px 30px rgba(2,11,36,.2))}.gptv-model-hero__visual--dark img{width:72%;height:95%}.gptv-model-hero__visual--saze img{width:88%;height:96%;object-fit:contain;object-position:center}.gptv-model-hero__visual--hometap img{width:92%;height:96%;object-fit:contain;object-position:center}.gptv-model-hero__halo{position:absolute;z-index:1;width:72%;aspect-ratio:1;border-radius:50%;background:radial-gradient(circle,rgba(0,183,240,.22),rgba(7,88,206,.07) 48%,transparent 72%)}
.gptv-model-hero__callout{position:absolute;z-index:4;display:grid;gap:.18rem;min-width:128px;padding:.72rem .85rem;border:1px solid rgba(255,255,255,.7);border-radius:16px;color:var(--gptv-navy-950);background:rgba(255,255,255,.8);box-shadow:0 18px 36px -24px rgba(2,11,36,.7);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.gptv-model-hero__callout small{color:var(--gptv-blue-700);font-size:.58rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}.gptv-model-hero__callout strong{font-size:.78rem}.gptv-model-hero__callout--top{top:7%;right:5%}.gptv-model-hero__callout--bottom{bottom:8%;left:5%}.gptv-model-hero__visual--dark .gptv-model-hero__callout{color:#fff;border-color:rgba(255,255,255,.2);background:rgba(3,19,55,.7)}.gptv-model-hero__visual--dark .gptv-model-hero__callout small{color:#6ee1ff}
.gptv-home-hero-controls{max-width:calc(100% - 2rem);overflow-x:auto;scrollbar-width:none}.gptv-home-hero-controls::-webkit-scrollbar{display:none}.gptv-home-hero-control{flex:0 0 auto}

/* ============================================================
   Home hero — redesigned cards & details (premium refresh)
   ============================================================ */
/* Eyebrow: refined category pill + gold price tag */
.gptv-model-hero__eyebrow{gap:.6rem .7rem;margin-bottom:1.45rem}
.gptv-model-hero__eyebrow span{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .95rem;border:1px solid rgba(7,88,206,.18);background:linear-gradient(180deg,#fff,rgba(236,245,255,.72));box-shadow:0 10px 22px -18px rgba(7,88,206,.7)}
.gptv-model-hero__eyebrow span::before{content:"";width:.44rem;height:.44rem;border-radius:50%;background:var(--gptv-cyan);box-shadow:0 0 0 3px rgba(0,183,240,.16),0 0 8px rgba(0,183,240,.7)}
.gptv-model-hero__eyebrow strong{display:inline-flex;align-items:center;padding:.46rem .9rem;border-radius:999px;color:#8a5600;background:linear-gradient(135deg,rgba(247,215,127,.42),rgba(243,201,95,.16));border:1px solid rgba(196,139,18,.34);box-shadow:0 10px 22px -18px rgba(196,139,18,.65)}

/* Feature list: glowing gradient bullets */
.gptv-model-hero__features{gap:.72rem 1.5rem}
.gptv-model-hero__features li{padding-left:1.5rem}
.gptv-model-hero__features li::before{width:.5rem;height:.5rem;top:.34rem;border:none;background:linear-gradient(135deg,var(--gptv-cyan),var(--gptv-blue-600));box-shadow:0 0 0 4px rgba(0,183,240,.12),0 0 9px rgba(0,183,240,.5)}

/* Assurance: chips with a check badge */
.gptv-model-hero__assurance{gap:.55rem}
.gptv-model-hero__assurance span{display:inline-flex;align-items:center;gap:.45rem;padding:.46rem .85rem .46rem .5rem;border:1px solid rgba(7,88,206,.15);background:linear-gradient(180deg,rgba(255,255,255,.9),rgba(236,245,255,.62));box-shadow:0 10px 22px -18px rgba(2,11,36,.55)}
.gptv-model-hero__assurance span::before{content:"✓";display:grid;place-items:center;width:1.15rem;height:1.15rem;border-radius:50%;background:linear-gradient(135deg,var(--gptv-cyan),var(--gptv-blue-600));color:#fff;font-size:.62rem;font-weight:900;box-shadow:0 3px 7px -2px rgba(7,88,206,.55)}

/* Variant price cards: glass cards with top accent + hover lift */
.gptv-model-hero__variants{gap:.6rem}
.gptv-model-hero__variants a{position:relative;overflow:hidden;padding:.85rem .95rem;border-radius:16px;border:1px solid rgba(7,88,206,.14);background:linear-gradient(162deg,rgba(255,255,255,.95),rgba(238,246,255,.7));box-shadow:0 16px 30px -24px rgba(2,11,36,.55);transition:transform .26s ease,box-shadow .26s ease,border-color .26s ease}
.gptv-model-hero__variants a::before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,var(--gptv-cyan),var(--gptv-blue-600));opacity:0;transition:opacity .26s ease}
.gptv-model-hero__variants a:hover{transform:translateY(-4px);border-color:rgba(7,88,206,.32);box-shadow:0 26px 44px -28px rgba(7,88,206,.55)}
.gptv-model-hero__variants a:hover::before{opacity:1}
.gptv-model-hero__variants strong{font-size:.98rem;letter-spacing:-.01em}

/* Floating callout cards on the product image */
.gptv-model-hero__callout{gap:.26rem;min-width:132px;padding:.82rem 1.05rem .82rem 1.15rem;border-radius:18px;border:1px solid rgba(255,255,255,.6);background:linear-gradient(150deg,rgba(255,255,255,.94),rgba(236,245,255,.8));box-shadow:0 24px 46px -26px rgba(2,11,36,.55),0 3px 8px -3px rgba(2,11,36,.14),inset 0 1px 0 rgba(255,255,255,.75);backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);overflow:hidden;animation:gptv-callout-float 6.5s ease-in-out infinite}
.gptv-model-hero__callout::before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--gptv-cyan),var(--gptv-blue-600))}
.gptv-model-hero__callout small{display:inline-flex;align-items:center;gap:.42rem}
.gptv-model-hero__callout small::before{content:"";width:.42rem;height:.42rem;border-radius:50%;background:var(--gptv-cyan);box-shadow:0 0 0 3px rgba(0,183,240,.16),0 0 8px rgba(0,183,240,.7)}
.gptv-model-hero__callout strong{font-size:.82rem;letter-spacing:-.01em}
.gptv-model-hero__callout--bottom{animation-delay:-3.25s}
.gptv-model-hero__visual--dark .gptv-model-hero__callout{border-color:rgba(120,220,255,.24);background:linear-gradient(150deg,rgba(8,26,68,.82),rgba(3,15,45,.72))}

/* Richer halo + deeper product shadow */
.gptv-model-hero__halo{width:78%;background:radial-gradient(circle,rgba(0,183,240,.3),rgba(7,88,206,.1) 45%,transparent 71%);filter:blur(5px)}
.gptv-model-hero__visual img{filter:drop-shadow(0 38px 44px rgba(2,11,36,.26))}

/* Motion: gentle float + staggered entrance on the active slide */
@keyframes gptv-callout-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@keyframes gptv-hero-rise{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
.gptv-home-hero-slide.is-active .gptv-model-hero__copy>*{animation:gptv-hero-rise .58s cubic-bezier(.22,1,.36,1) backwards}
.gptv-home-hero-slide.is-active .gptv-model-hero__eyebrow{animation-delay:.04s}
.gptv-home-hero-slide.is-active .gptv-model-hero h2{animation-delay:.11s}
.gptv-home-hero-slide.is-active .gptv-model-hero__copy>p{animation-delay:.19s}
.gptv-home-hero-slide.is-active .gptv-model-hero__features{animation-delay:.27s}
.gptv-home-hero-slide.is-active .gptv-model-hero__assurance,.gptv-home-hero-slide.is-active .gptv-model-hero__variants{animation-delay:.33s}
.gptv-home-hero-slide.is-active .gptv-model-hero__actions{animation-delay:.4s}
.gptv-home-hero-slide.is-active .gptv-model-hero__visual img{animation:gptv-hero-rise .7s cubic-bezier(.22,1,.36,1) backwards;animation-delay:.1s}
@media (prefers-reduced-motion:reduce){.gptv-model-hero__callout{animation:none}.gptv-home-hero-slide.is-active .gptv-model-hero__copy>*,.gptv-home-hero-slide.is-active .gptv-model-hero__visual img{animation:none}}

@media(max-width:1120px){.gptv-model-hero__shell{grid-template-columns:minmax(0,1fr) 400px;gap:2rem}.gptv-model-hero h2{font-size:clamp(2.5rem,5vw,4.2rem)}.gptv-model-hero__visual{min-height:455px;height:560px}}
@media(max-width:820px){.gptv-model-hero{min-height:calc(100svh - 76px)}.gptv-model-hero__shell{grid-template-columns:1fr;align-content:start;gap:1.5rem;height:auto;min-height:calc(100svh - 76px);padding-top:1.7rem;padding-bottom:6rem}.gptv-model-hero__copy{max-width:none}.gptv-model-hero h2{font-size:clamp(2.5rem,9vw,4rem)}.gptv-model-hero__copy>p{margin-top:1rem;font-size:.96rem}.gptv-model-hero__features,.gptv-model-hero__assurance,.gptv-model-hero__variants{margin-top:1rem}.gptv-model-hero__actions{margin-top:1.15rem}.gptv-model-hero__visual{height:440px;min-height:390px;order:-1}.gptv-model-hero__visual--dark img{width:61%}.gptv-model-hero__visual--saze img{width:70%;height:120%}.gptv-model-hero__visual--hometap img{width:83%;height:116%}.gptv-home-hero-controls{justify-content:flex-start}}
@media(max-width:560px){.gptv-model-hero__shell{padding-inline:1rem}.gptv-model-hero__eyebrow{margin-bottom:.85rem;font-size:.62rem}.gptv-model-hero h2{font-size:clamp(2.25rem,11vw,3.25rem)}.gptv-model-hero__features{grid-template-columns:1fr;gap:.45rem}.gptv-model-hero__assurance{display:none}.gptv-model-hero__variants{gap:.35rem}.gptv-model-hero__variants a{padding:.58rem .62rem}.gptv-model-hero__visual{height:340px;min-height:320px;border-radius:24px}.gptv-model-hero__callout{min-width:102px;padding:.58rem .65rem}.gptv-model-hero__callout strong{font-size:.68rem}.gptv-model-hero__actions .gptv-button{flex:1 1 auto}.gptv-home-hero-controls{width:calc(100% - 1rem);max-width:none;justify-content:flex-start}.gptv-home-hero-control{flex:0 0 auto;padding-inline:.68rem}.gptv-home-hero-control strong{font-size:.67rem}}

/* Products page hero: smart-lock lineup as background with a legibility scrim */
header.gptv-legacy-page-hero--products.surface-deep {
  background-image:
    linear-gradient(90deg, rgba(2,11,36,.95) 0%, rgba(2,11,36,.86) 30%, rgba(2,11,36,.55) 64%, rgba(2,11,36,.32) 100%),
    url('assets/backgrounds/all-products-lineup.png?v=1') !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: cover, cover !important;
  background-position: center, center right !important;
}
header.gptv-legacy-page-hero--products .grid-field { opacity: .16 !important; }
@media (max-width: 720px) {
  header.gptv-legacy-page-hero--products.surface-deep {
    background-image:
      linear-gradient(180deg, rgba(2,11,36,.9) 0%, rgba(2,11,36,.68) 52%, rgba(2,11,36,.5) 100%),
      url('assets/backgrounds/all-products-lineup.png?v=1') !important;
    background-position: center, center bottom !important;
  }
}

/* About page hero: the home Primary hero shifted here (copy left, image right), at page-hero height */
.gptv-hero--about { min-height: auto; padding: clamp(88px, 11vh, 116px) 0 clamp(40px, 5vh, 64px); }
.gptv-hero--about .gptv-hero__visual--showcase { min-height: auto; }

/* Footer: white surface to match the light content sections */
footer.gptv-footer{background:#ffffff !important;background-image:none !important;color:#52637f !important;border-top:1px solid rgba(2,11,36,.10) !important}
footer.gptv-footer h3{color:var(--gptv-navy-950) !important}
footer.gptv-footer p{color:#5b6b83 !important}
footer.gptv-footer a{color:#4a5c78 !important}
footer.gptv-footer a:hover{color:var(--gptv-blue-700) !important}
footer.gptv-footer .gptv-footer__bottom{color:#7a8aa3 !important;border-top-color:rgba(2,11,36,.10) !important}

/* Mission & Vision section: blue background like the other sections (cards keep their own colors) */
#mission-vision.surface-warm{background:linear-gradient(180deg,#edf4ff,#f8fbff) !important}

/* About page: every card shares the cream shade of the Mission card (the CTA card is excluded) */
.gptv-about-page .bg-base:not(.cta-card),
.gptv-about-page .machined:not(.cta-card){
  background:#fff8e9 !important;
  background-image:none !important;
  border-color:rgba(122,83,7,.16) !important;
}
/* Why-us cards were dark navy with white text — restore dark text + blue accents on the cream card */
.gptv-about-page #why-us .bg-base .text-ink{color:#071634 !important}
.gptv-about-page #why-us .bg-base .text-ink-dim{color:#52637f !important}
.gptv-about-page #why-us .bg-base .mono-label,
.gptv-about-page #why-us .bg-base .text-accent,
.gptv-about-page #why-us .bg-base svg{color:var(--gptv-blue-700) !important}
/* Industries grid: the gutters between cards show the section background, not a card colour */
.gptv-about-page #industries ul.tone-warm{background:transparent !important;background-color:transparent !important}
/* Home 'Eight ways through one door' (Luma) feature grid: gutters show the page background, not a card colour */
section[aria-labelledby="luma-heading"] .tone-warm{background:transparent !important;background-color:transparent !important}

/* Services / Resources / Contact: cards share the cream card shade; grid gutters show the section background */
.gptv-cream-cards .bg-base:not(.cta-card),
.gptv-cream-cards .machined:not(.cta-card){
  background:#fff8e9 !important;
  background-image:none !important;
  border-color:rgba(122,83,7,.16) !important;
}
.gptv-cream-cards .tone-warm.grid,
.gptv-cream-cards ul.tone-warm{background:transparent !important;background-color:transparent !important}

/* Services page hero: smart-lock lineup background with a legibility scrim */
header.gptv-legacy-page-hero--services.surface-deep{
  background-image:
    linear-gradient(90deg, rgba(2,11,36,.95) 0%, rgba(2,11,36,.86) 32%, rgba(2,11,36,.62) 66%, rgba(2,11,36,.42) 100%),
    url('assets/backgrounds/services-hero-lineup.png?v=1') !important;
  background-repeat:no-repeat, no-repeat !important;
  background-size:cover, cover !important;
  background-position:center, center right !important;
}
header.gptv-legacy-page-hero--services .grid-field{opacity:.14 !important}
@media (max-width: 720px){
  header.gptv-legacy-page-hero--services.surface-deep{
    background-image:
      linear-gradient(180deg, rgba(2,11,36,.9) 0%, rgba(2,11,36,.72) 52%, rgba(2,11,36,.55) 100%),
      url('assets/backgrounds/services-hero-lineup.png?v=1') !important;
    background-position:center, center bottom !important;
  }
}

/* Services coverage: interactive India map with location pins */
.gptv-india-map{position:relative;width:100%;max-width:27rem;margin-inline:auto;padding:.4rem}
.gptv-india-map svg{width:100%;height:auto;overflow:visible;filter:drop-shadow(0 14px 26px rgba(7,88,206,.16))}
.gptv-map-land{fill:#ffffff;stroke:var(--gptv-blue-600);stroke-width:1.7;stroke-linejoin:round}
.gptv-map-pin{cursor:pointer}
.gptv-map-pin__pulse{fill:var(--gptv-cyan);opacity:.16;transform-box:fill-box;transform-origin:center;animation:gptv-pin-pulse 2.6s ease-out infinite}
.gptv-map-pin__ring{fill:#fff;stroke:var(--gptv-blue-600);stroke-width:1.6;transition:stroke .2s,stroke-width .2s}
.gptv-map-pin__dot{fill:var(--gptv-blue-600);transition:fill .2s}
.gptv-map-pin__label{fill:var(--gptv-navy-950);font-size:15px;font-weight:800;opacity:0;pointer-events:none;paint-order:stroke;stroke:#fff;stroke-width:4.2px;stroke-linejoin:round;transition:opacity .2s}
.gptv-map-pin:hover .gptv-map-pin__label,.gptv-map-pin.is-active .gptv-map-pin__label{opacity:1}
.gptv-map-pin:hover .gptv-map-pin__dot,.gptv-map-pin.is-active .gptv-map-pin__dot{fill:var(--gptv-cyan)}
.gptv-map-pin:hover .gptv-map-pin__ring,.gptv-map-pin.is-active .gptv-map-pin__ring{stroke:var(--gptv-cyan);stroke-width:2}
.gptv-city-chip{cursor:pointer;outline:none}
.gptv-city-chip.is-active{border-color:var(--gptv-cyan) !important;background:#ffffff}
@keyframes gptv-pin-pulse{0%{transform:scale(.5);opacity:.32}70%{opacity:0}100%{transform:scale(2);opacity:0}}
@media (prefers-reduced-motion:reduce){.gptv-map-pin__pulse{animation:none}}

/* Flat 45% off pricing: struck MRP + discount badge (applied by initSalePricing) */
.gptv-price-wrap{font-weight:inherit}
.gptv-mrp-was{margin-left:.16em;color:#93a2ba;font-weight:600;text-decoration:line-through;font-size:.66em;letter-spacing:0;text-transform:none}
.gptv-off-tag{display:inline-block;margin-left:.4em;padding:.18em .55em;border-radius:999px;background:linear-gradient(135deg,#0758ce,#00b7f0);color:#fff;font-size:.5em;font-weight:800;letter-spacing:.04em;line-height:1.5;vertical-align:middle;text-transform:none}
.gptv-model-hero__variants .gptv-mrp-was{display:block;margin:.1rem 0 0;font-size:.8em}

/* Resources (blog) page hero: smart-lock lineup background with a legibility scrim */
header.gptv-legacy-page-hero--resources.surface-deep{
  background-image:
    linear-gradient(90deg, rgba(2,11,36,.95) 0%, rgba(2,11,36,.86) 32%, rgba(2,11,36,.62) 66%, rgba(2,11,36,.42) 100%),
    url('assets/backgrounds/resources-hero-lineup.png?v=1') !important;
  background-repeat:no-repeat, no-repeat !important;
  background-size:cover, cover !important;
  background-position:center, center right !important;
}
header.gptv-legacy-page-hero--resources .grid-field{opacity:.14 !important}
@media (max-width: 720px){
  header.gptv-legacy-page-hero--resources.surface-deep{
    background-image:
      linear-gradient(180deg, rgba(2,11,36,.9) 0%, rgba(2,11,36,.72) 52%, rgba(2,11,36,.55) 100%),
      url('assets/backgrounds/resources-hero-lineup.png?v=1') !important;
    background-position:center, center bottom !important;
  }
}

.gptv-model-hero__variants a{text-decoration:none;color:inherit;cursor:pointer}

/* Readable label on light product cards (was cyan on surface-deep) */
.gptv-anti-product-card .mono-label{color:var(--gptv-blue-700) !important}

/* Nested submenu (flyout) for HomeTap variants inside the Products dropdown */
.gptv-nav__sub { position: relative; }
.gptv-nav__sub > .gptv-nav__sub-link { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.gptv-nav__sub-caret { color: var(--gptv-muted); font-size: 1.05rem; line-height: 1; transition: transform .2s ease, color .2s ease; }
.gptv-nav__sub:hover > .gptv-nav__sub-link .gptv-nav__sub-caret,
.gptv-nav__sub:focus-within > .gptv-nav__sub-link .gptv-nav__sub-caret { transform: translateX(3px); color: var(--gptv-blue-700); }
.gptv-nav__sub:hover > .gptv-nav__sub-link { color: var(--gptv-blue-700); background: #edf4ff; }
.gptv-nav__submenu {
  position: absolute; top: -9px; left: 100%;
  min-width: 188px; padding: 9px; border-radius: 16px;
  background: rgba(255,255,255,.98); border: 1px solid var(--gptv-line);
  box-shadow: 0 24px 60px -28px rgba(2,11,36,.6);
  opacity: 0; visibility: hidden; transform: translateX(-6px);
  transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s; z-index: 6;
}
.gptv-nav__sub:hover > .gptv-nav__submenu,
.gptv-nav__sub:focus-within > .gptv-nav__submenu {
  opacity: 1; visibility: visible; transform: translateX(0);
  transition: opacity .2s ease, transform .2s ease;
}
.gptv-nav__submenu a { display: block; padding: 9px 12px; border-radius: 11px; color: var(--gptv-muted); font-size: .84rem; white-space: nowrap; }
.gptv-nav__submenu a:hover { color: var(--gptv-blue-700); background: #edf4ff; }

/* Product photo gallery (masonry of catalogue photography) */
.gptv-photo-gallery { columns: 1; column-gap: 18px; }
@media (min-width:640px){ .gptv-photo-gallery{ columns: 2; } }
@media (min-width:1024px){ .gptv-photo-gallery{ columns: 3; } }
.gptv-photo-card { break-inside: avoid; margin: 0 0 18px; border-radius: 18px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 26px 55px -34px rgba(0,0,0,.72); transition: transform .3s ease, box-shadow .3s ease; }
.gptv-photo-card:hover { transform: translateY(-4px); box-shadow: 0 36px 68px -30px rgba(0,183,240,.42); border-color: rgba(88,216,255,.5); }
.gptv-photo-card img { width: 100%; height: auto; display: block; }

/* Catalogue photos fill the hero gallery frame edge-to-edge (product renders stay 'contain') */
.gptv-detail-visual img[data-gallery-image^="cat"] { object-fit: contain !important; object-position: center !important; padding: 0 !important; }

/* Fullscreen image lightbox */
.gptv-anti-gallery .gptv-detail-visual { cursor: zoom-in; }
.gptv-lightbox { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; background: rgba(3,10,28,.93); -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px); padding: 24px; cursor: zoom-out; }
.gptv-lightbox.is-open { display: flex; }
.gptv-lightbox__img { max-width: 96vw; max-height: 92vh; width: auto; height: auto; object-fit: contain; border-radius: 10px; box-shadow: 0 40px 100px -30px rgba(0,0,0,.8); cursor: default; }
.gptv-lightbox__close { position: absolute; top: 18px; right: 22px; width: 46px; height: 46px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.12); color: #fff; font-size: 26px; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .2s ease; }
.gptv-lightbox__close:hover { background: rgba(255,255,255,.24); }

/* Lightbox prev/next navigation + counter */
.gptv-lightbox__nav { position: absolute; top: 50%; transform: translateY(-50%); width: 52px; height: 52px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.12); color: #fff; font-size: 30px; line-height: 1; cursor: pointer; display: grid; place-items: center; transition: background .2s ease; z-index: 2; padding-bottom: 3px; }
.gptv-lightbox__nav:hover { background: rgba(255,255,255,.26); }
.gptv-lightbox__prev { left: 22px; }
.gptv-lightbox__next { right: 22px; }
.gptv-lightbox__count { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.82); font-size: .82rem; letter-spacing: .06em; background: rgba(0,0,0,.35); padding: 5px 12px; border-radius: 999px; }
@media (max-width: 640px){ .gptv-lightbox__nav { width: 44px; height: 44px; font-size: 26px; } .gptv-lightbox__prev { left: 10px; } .gptv-lightbox__next { right: 10px; } }

/* Lightbox fade between photos */
.gptv-lightbox__img { transition: opacity .28s ease; }
.gptv-lightbox__img.is-swapping { opacity: 0; }

/* Model overview card: match the height of the features column and anchor the spec list to the bottom */
@media (min-width: 1024px){
  .gptv-model-summary { height: auto; display: flex; flex-direction: column; }
  .gptv-model-summary > dl { margin-top: auto; }
}

/* Hero: top-align the text column with the top of the gallery */
@media (min-width: 1024px){
  .gptv-anti-detail-hero .grid { align-items: start; }
}

/* Contact form status message */
.gptv-form-status{flex-basis:100%;width:100%;margin:.15rem 0 0;font-size:.86rem;line-height:1.5;font-weight:600;}
.gptv-form-status:empty{display:none;}
.gptv-form-status[data-state="ok"]{color:#16a34a;}
.gptv-form-status[data-state="err"]{color:#dc2626;}
