:root {
  --gav-navy: #0f3d5e;
  --gav-navy-deep: #072a42;
  --gav-aegean: #2e6d7e;
  --gav-sea: #4f8f9d;
  --gav-sage: #7fa69a;
  --gav-olive: #5e6f45;
  --gav-sand: #e8d8b6;
  --gav-sun: #e2b64d;
  --gav-terra: #d66a4a;
  --gav-cream: #f7f4ee;
  --gav-paper: #fffdf9;
  --gav-ink: #153748;
  --gav-muted: #65777d;
  --gav-line: rgba(15, 61, 94, .13);
  --gav-shadow-sm: 0 16px 46px rgba(15, 61, 94, .10);
  --gav-shadow-lg: 0 40px 110px rgba(8, 43, 67, .20);
  --gav-radius-xl: 44px;
  --gav-radius-lg: 30px;
  --gav-radius-md: 22px;
  --gav-max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--gav-cream); }
body.gav-landing-body {
  margin: 0;
  min-width: 320px;
  color: var(--gav-ink);
  background:
    radial-gradient(circle at 7% 4%, rgba(226, 182, 77, .22), transparent 27rem),
    radial-gradient(circle at 93% 18%, rgba(46, 109, 126, .18), transparent 33rem),
    linear-gradient(180deg, #fbf9f4 0%, #f7f4ee 58%, #f0eadf 100%);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.gav-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input { font: inherit; }
button { -webkit-tap-highlight-color: transparent; }
[hidden] { display: none !important; }

.gav-container { width: min(calc(100% - 40px), var(--gav-max)); margin-inline: auto; }
.gav-section { position: relative; padding: 116px 0; }
.gav-section--tight { padding: 86px 0; }
.gav-section--dark {
  color: #fff;
  background:
    radial-gradient(circle at 15% 12%, rgba(226, 182, 77, .18), transparent 30rem),
    radial-gradient(circle at 90% 80%, rgba(79, 143, 157, .22), transparent 32rem),
    var(--gav-navy-deep);
}
.gav-section--paper { background: rgba(255, 253, 249, .72); border-block: 1px solid rgba(15, 61, 94, .08); }
.gav-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.gav-announcement {
  position: relative;
  z-index: 80;
  color: #fff;
  background: var(--gav-navy-deep);
  font-size: 13px;
}
.gav-announcement__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
.gav-announcement__dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gav-sun); box-shadow: 0 0 0 5px rgba(226, 182, 77, .15); }
.gav-announcement a { color: var(--gav-sand); font-weight: 800; text-decoration: none; }

.gav-header {
  position: sticky;
  z-index: 70;
  top: 0;
  border-bottom: 1px solid rgba(15, 61, 94, .07);
  background: rgba(250, 248, 242, .84);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}
.gav-header__inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.gav-logo { flex: 0 0 auto; display: inline-flex; align-items: center; text-decoration: none; }
.gav-logo img { width: 216px; height: 64px; object-fit: contain; object-position: left center; }
.gav-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.gav-nav a { position: relative; color: var(--gav-ink); font-size: 14px; font-weight: 720; text-decoration: none; }
.gav-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; border-radius: 2px; background: var(--gav-sun); transition: right .24s ease; }
.gav-nav a:hover::after, .gav-nav a.is-active::after { right: 0; }
.gav-header__actions { display: flex; align-items: center; gap: 10px; }
.gav-menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--gav-line); border-radius: 50%; color: var(--gav-navy); background: rgba(255,255,255,.65); cursor: pointer; }
.gav-menu-button svg { width: 21px; height: 21px; }

.gav-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.gav-button:hover { transform: translateY(-2px); }
.gav-button--primary { color: #fff; background: var(--gav-navy); box-shadow: 0 16px 36px rgba(15,61,94,.24); }
.gav-button--primary:hover { background: var(--gav-navy-deep); box-shadow: 0 20px 40px rgba(15,61,94,.30); }
.gav-button--secondary { color: var(--gav-navy); border-color: var(--gav-line); background: rgba(255,253,249,.72); }
.gav-button--light { color: var(--gav-navy-deep); background: var(--gav-paper); }
.gav-button--ghost-light { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.gav-button svg { width: 19px; height: 19px; flex: 0 0 auto; }
.gav-button.is-coming { cursor: pointer; }

.gav-hero { position: relative; min-height: 790px; padding: 78px 0 92px; overflow: hidden; }
.gav-hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -220px; top: 20px; border-radius: 50%; background: rgba(79,143,157,.15); filter: blur(2px); }
.gav-hero::after { content: ""; position: absolute; width: 440px; height: 440px; left: -260px; bottom: -180px; border-radius: 50%; background: rgba(226,182,77,.16); }
.gav-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .91fr) minmax(520px, 1.09fr); gap: 44px; align-items: center; }
.gav-kicker { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 21px; color: var(--gav-aegean); font-size: 12px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.gav-kicker::before { content: ""; width: 35px; height: 1px; background: var(--gav-sun); }
.gav-hero h1, .gav-heading h2, .gav-showcase__copy h3, .gav-final-cta h2 {
  margin: 0;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  font-weight: 500;
  letter-spacing: -.045em;
}
.gav-hero h1 { max-width: 650px; color: var(--gav-navy-deep); font-size: clamp(56px, 6.4vw, 91px); line-height: .92; }
.gav-hero h1 em { color: var(--gav-olive); font-style: normal; }
.gav-hero__lead { max-width: 590px; margin: 27px 0 30px; color: var(--gav-muted); font-size: 18px; line-height: 1.68; }
.gav-store-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.gav-store-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 196px;
  min-height: 62px;
  padding: 9px 17px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 17px;
  color: #fff;
  background: #0a1720;
  box-shadow: 0 18px 40px rgba(8,43,67,.18);
  text-decoration: none;
  transition: transform .22s ease, box-shadow .22s ease;
}
.gav-store-badge:hover { transform: translateY(-3px); box-shadow: 0 24px 50px rgba(8,43,67,.25); }
.gav-store-badge svg { flex: 0 0 30px; width: 30px; height: 30px; }
.gav-store-badge small { display: block; color: rgba(255,255,255,.70); font-size: 10px; line-height: 1.1; }
.gav-store-badge strong { display: block; margin-top: 3px; font-size: 17px; line-height: 1; }
.gav-store-badge--muted { color: var(--gav-navy); border-color: var(--gav-line); background: rgba(255,253,249,.78); box-shadow: none; }
.gav-store-badge--muted small { color: var(--gav-muted); }
.gav-hero__proof { display: flex; flex-wrap: wrap; gap: 18px 30px; margin: 31px 0 0; padding: 0; list-style: none; }
.gav-hero__proof li { display: flex; align-items: center; gap: 9px; color: var(--gav-muted); font-size: 13px; font-weight: 720; }
.gav-hero__proof i { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; color: var(--gav-olive); background: rgba(127,166,154,.16); font-style: normal; }

.gav-device-deck { position: relative; min-height: 620px; perspective: 1800px; }
.gav-device-deck::before {
  content: "";
  position: absolute;
  inset: 65px 15px 10px 60px;
  border-radius: 56% 44% 48% 52%;
  background: linear-gradient(145deg, rgba(232,216,182,.70), rgba(127,166,154,.42));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), var(--gav-shadow-lg);
  transform: rotate(-6deg);
}
.gav-device-deck::after {
  content: "";
  position: absolute;
  left: 70px;
  right: 45px;
  bottom: 4px;
  height: 70px;
  border-radius: 50%;
  background: rgba(8,43,67,.24);
  filter: blur(28px);
}
.gav-phone {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border: 8px solid #11191f;
  border-radius: 48px;
  background: #11191f;
  box-shadow: 0 36px 80px rgba(5,29,45,.33), inset 0 0 0 1px rgba(255,255,255,.22);
}
.gav-phone::before { content: ""; position: absolute; z-index: 4; left: 50%; top: 9px; width: 74px; height: 22px; transform: translateX(-50%); border-radius: 99px; background: #10181d; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04); }
.gav-phone::after { content: ""; position: absolute; z-index: 4; left: 50%; bottom: 7px; width: 78px; height: 4px; transform: translateX(-50%); border-radius: 99px; background: rgba(255,255,255,.72); }
.gav-phone img { width: 100%; height: 100%; object-fit: cover; }
.gav-phone--main { left: 50%; top: 8px; width: 292px; height: 632px; transform: translateX(-50%) rotateY(-4deg) rotateZ(1.3deg); }
.gav-phone--left { left: 5px; top: 126px; width: 210px; height: 454px; transform: rotateY(17deg) rotateZ(-7deg); opacity: .96; }
.gav-phone--right { right: 0; top: 114px; width: 214px; height: 463px; transform: rotateY(-17deg) rotateZ(7deg); opacity: .96; }
.gav-phone__label { position: absolute; z-index: 5; left: 50%; bottom: -25px; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 8px; padding: 10px 15px; border: 1px solid rgba(255,255,255,.7); border-radius: 999px; color: var(--gav-navy); background: rgba(255,253,249,.78); box-shadow: var(--gav-shadow-sm); backdrop-filter: blur(15px); font-size: 12px; font-weight: 850; white-space: nowrap; }
.gav-phone__label i { width: 8px; height: 8px; border-radius: 50%; background: var(--gav-sage); }

.gav-stat-strip { position: relative; z-index: 3; margin-top: -8px; }
.gav-stat-strip__inner { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(15,61,94,.09); border-radius: 28px; background: rgba(255,253,249,.76); box-shadow: var(--gav-shadow-sm); backdrop-filter: blur(16px); }
.gav-stat { position: relative; padding: 24px 22px; text-align: center; }
.gav-stat + .gav-stat::before { content: ""; position: absolute; left: 0; top: 23%; bottom: 23%; width: 1px; background: var(--gav-line); }
.gav-stat strong { display: block; color: var(--gav-navy); font-family: Georgia, serif; font-size: 31px; font-weight: 500; }
.gav-stat span { display: block; margin-top: 4px; color: var(--gav-muted); font-size: 12px; font-weight: 720; }

.gav-heading { max-width: 730px; margin-bottom: 54px; }
.gav-heading--center { margin-inline: auto; text-align: center; }
.gav-heading .gav-kicker { margin-bottom: 16px; }
.gav-heading h2 { color: var(--gav-navy-deep); font-size: clamp(43px, 5vw, 68px); line-height: .98; }
.gav-heading p { margin: 20px 0 0; color: var(--gav-muted); font-size: 17px; line-height: 1.7; }
.gav-section--dark .gav-heading h2 { color: #fff; }
.gav-section--dark .gav-heading p { color: rgba(255,255,255,.68); }
.gav-section--dark .gav-kicker { color: var(--gav-sand); }

.gav-showcase { display: grid; grid-template-columns: minmax(0, .86fr) minmax(470px, 1.14fr); gap: 80px; align-items: center; }
.gav-screen-tabs { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; }
.gav-screen-tab { min-height: 42px; padding: 0 15px; border: 1px solid var(--gav-line); border-radius: 999px; color: var(--gav-muted); background: rgba(255,253,249,.64); font-size: 13px; font-weight: 800; cursor: pointer; }
.gav-screen-tab.is-active { color: #fff; border-color: var(--gav-navy); background: var(--gav-navy); box-shadow: 0 10px 24px rgba(15,61,94,.16); }
.gav-showcase__copy h3 { color: var(--gav-navy-deep); font-size: clamp(40px, 4.4vw, 58px); line-height: 1; }
.gav-showcase__copy > p { max-width: 590px; margin: 21px 0 28px; color: var(--gav-muted); font-size: 16px; line-height: 1.68; }
.gav-feature-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.gav-feature-list li { display: grid; grid-template-columns: 42px 1fr; gap: 13px; align-items: start; }
.gav-feature-list i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--gav-navy); background: rgba(232,216,182,.55); font-style: normal; font-weight: 900; }
.gav-feature-list strong { display: block; color: var(--gav-ink); font-size: 14px; }
.gav-feature-list span { display: block; margin-top: 4px; color: var(--gav-muted); font-size: 13px; line-height: 1.5; }
.gav-showcase__visual { position: relative; min-height: 650px; display: grid; place-items: center; }
.gav-showcase__visual::before { content: ""; position: absolute; width: 510px; height: 510px; border-radius: 50%; background: linear-gradient(145deg, rgba(226,182,77,.20), rgba(79,143,157,.22)); }
.gav-showcase-phone { position: relative; z-index: 2; width: 302px; height: 654px; overflow: hidden; border: 9px solid #11191f; border-radius: 52px; background: #11191f; box-shadow: var(--gav-shadow-lg); }
.gav-showcase-phone::before { content: ""; position: absolute; z-index: 3; top: 9px; left: 50%; width: 76px; height: 23px; transform: translateX(-50%); border-radius: 99px; background: #11191f; }
.gav-showcase-phone img { width: 100%; height: 100%; object-fit: cover; transition: opacity .22s ease, transform .35s ease; }
.gav-showcase-phone.is-changing img { opacity: .35; transform: scale(.985); }
.gav-showcase__float { position: absolute; z-index: 3; width: 210px; padding: 17px; border: 1px solid rgba(255,255,255,.75); border-radius: 24px; background: rgba(255,253,249,.78); box-shadow: var(--gav-shadow-sm); backdrop-filter: blur(18px); }
.gav-showcase__float strong { display: block; color: var(--gav-navy); font-size: 14px; }
.gav-showcase__float span { display: block; margin-top: 5px; color: var(--gav-muted); font-size: 11px; line-height: 1.4; }
.gav-showcase__float--one { left: 0; top: 110px; }
.gav-showcase__float--two { right: 0; bottom: 105px; }

.gav-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; counter-reset: gavstep; }
.gav-step { position: relative; padding: 34px; min-height: 300px; border: 1px solid var(--gav-line); border-radius: var(--gav-radius-lg); background: rgba(255,253,249,.77); box-shadow: var(--gav-shadow-sm); counter-increment: gavstep; }
.gav-step::before { content: "0" counter(gavstep); display: block; color: var(--gav-sun); font-family: Georgia, serif; font-size: 55px; line-height: 1; }
.gav-step__icon { display: grid; place-items: center; width: 58px; height: 58px; margin-top: 35px; border-radius: 18px; color: #fff; background: var(--gav-navy); }
.gav-step__icon svg { width: 28px; height: 28px; }
.gav-step h3 { margin: 23px 0 10px; color: var(--gav-navy); font-size: 21px; }
.gav-step p { margin: 0; color: var(--gav-muted); font-size: 14px; line-height: 1.65; }

.gav-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.gav-feature-card { position: relative; min-height: 280px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--gav-radius-lg); background: rgba(255,255,255,.065); }
.gav-feature-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -70px; bottom: -75px; border-radius: 50%; background: rgba(226,182,77,.09); }
.gav-feature-card__icon { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; color: var(--gav-sun); background: rgba(255,255,255,.07); }
.gav-feature-card__icon svg { width: 27px; height: 27px; }
.gav-feature-card h3 { margin: 47px 0 12px; color: #fff; font-size: 21px; }
.gav-feature-card p { margin: 0; color: rgba(255,255,255,.65); font-size: 14px; line-height: 1.65; }

.gav-web-guide { position: relative; overflow: hidden; border-radius: 42px; color: #fff; background: var(--gav-navy); box-shadow: var(--gav-shadow-lg); }
.gav-web-guide::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,42,66,.98) 0%, rgba(7,42,66,.88) 48%, rgba(7,42,66,.22) 100%); }
.gav-web-guide__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gav-web-guide__inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, .7fr) minmax(300px, .3fr); gap: 35px; align-items: center; min-height: 430px; padding: 56px; }
.gav-web-guide h2 { margin: 0; max-width: 700px; font-family: Georgia, serif; font-size: clamp(40px, 5vw, 65px); line-height: 1; font-weight: 500; letter-spacing: -.04em; }
.gav-web-guide p { max-width: 650px; margin: 20px 0 27px; color: rgba(255,255,255,.70); font-size: 16px; line-height: 1.65; }
.gav-web-guide__mini { justify-self: end; width: 222px; height: 480px; margin-bottom: -116px; overflow: hidden; border: 7px solid #10191f; border-radius: 40px 40px 0 0; background: #10191f; box-shadow: 0 30px 70px rgba(0,0,0,.35); }
.gav-web-guide__mini img { width: 100%; height: 100%; object-fit: cover; }

.gav-principles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gav-principle { padding: 32px; border-top: 1px solid var(--gav-line); }
.gav-principle__number { color: var(--gav-sun); font-family: Georgia, serif; font-size: 18px; }
.gav-principle h3 { margin: 31px 0 12px; color: var(--gav-navy); font-size: 23px; }
.gav-principle p { margin: 0; color: var(--gav-muted); font-size: 14px; line-height: 1.7; }

.gav-faq { max-width: 900px; margin-inline: auto; border-top: 1px solid var(--gav-line); }
.gav-faq-item { border-bottom: 1px solid var(--gav-line); }
.gav-faq-button { width: 100%; min-height: 86px; display: grid; grid-template-columns: 1fr 38px; align-items: center; gap: 20px; padding: 0; border: 0; color: var(--gav-ink); text-align: left; background: transparent; cursor: pointer; }
.gav-faq-button span:first-child { font-size: 18px; font-weight: 780; }
.gav-faq-button i { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--gav-line); border-radius: 50%; color: var(--gav-navy); font-style: normal; transition: transform .25s ease, background .25s ease; }
.gav-faq-button[aria-expanded="true"] i { color: #fff; background: var(--gav-navy); transform: rotate(45deg); }
.gav-faq-answer { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.gav-faq-answer p { margin: 0; padding: 0 70px 27px 0; color: var(--gav-muted); font-size: 15px; line-height: 1.72; }

.gav-final-cta { position: relative; overflow: hidden; padding: 82px 70px; border-radius: 44px; color: #fff; text-align: center; background:
  radial-gradient(circle at 12% 10%, rgba(226,182,77,.28), transparent 26rem),
  radial-gradient(circle at 88% 90%, rgba(79,143,157,.34), transparent 30rem),
  var(--gav-navy-deep);
  box-shadow: var(--gav-shadow-lg);
}
.gav-final-cta h2 { font-size: clamp(48px, 6vw, 76px); line-height: .98; }
.gav-final-cta p { max-width: 650px; margin: 22px auto 30px; color: rgba(255,255,255,.68); font-size: 17px; line-height: 1.65; }
.gav-final-cta .gav-store-row { justify-content: center; }

.gav-footer { padding: 76px 0 34px; }
.gav-footer__top { display: grid; grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(140px, .55fr)); gap: 54px; padding-bottom: 48px; border-bottom: 1px solid var(--gav-line); }
.gav-footer__brand img { width: 235px; }
.gav-footer__brand p { max-width: 400px; margin: 19px 0 0; color: var(--gav-muted); font-size: 14px; line-height: 1.65; }
.gav-footer h3 { margin: 7px 0 18px; color: var(--gav-navy); font-size: 14px; }
.gav-footer ul { margin: 0; padding: 0; list-style: none; }
.gav-footer li + li { margin-top: 12px; }
.gav-footer a { color: var(--gav-muted); font-size: 13px; text-decoration: none; }
.gav-footer a:hover { color: var(--gav-navy); }
.gav-footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding-top: 27px; color: var(--gav-muted); font-size: 12px; }
.gav-footer__locations { display: flex; flex-wrap: wrap; gap: 8px 19px; }
.gav-footer__locations span { display: inline-flex; align-items: center; gap: 7px; }
.gav-footer__locations i { width: 5px; height: 5px; border-radius: 50%; background: var(--gav-sun); }

.gav-toast { position: fixed; z-index: 100; left: 50%; bottom: 25px; max-width: min(410px, calc(100% - 32px)); padding: 13px 18px; border-radius: 999px; color: #fff; background: rgba(7,42,66,.96); box-shadow: var(--gav-shadow-lg); opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: opacity .22s ease, transform .22s ease; font-size: 13px; font-weight: 750; text-align: center; }
.gav-toast.is-visible { opacity: 1; transform: translate(-50%, 0); }

.gav-mobile-panel { display: none; }

@media (max-width: 1080px) {
  .gav-nav { gap: 20px; }
  .gav-hero__grid { grid-template-columns: minmax(0, .9fr) minmax(450px, 1.1fr); gap: 20px; }
  .gav-device-deck { transform: scale(.91); transform-origin: center; }
  .gav-showcase { gap: 45px; }
  .gav-showcase__float { width: 180px; }
}

@media (max-width: 900px) {
  .gav-section { padding: 88px 0; }
  .gav-nav, .gav-header__actions .gav-button { display: none; }
  .gav-menu-button { display: grid; place-items: center; margin-left: auto; }
  .gav-header__inner { min-height: 72px; }
  .gav-logo img { width: 190px; height: 56px; }
  .gav-mobile-panel { position: fixed; z-index: 75; inset: 110px 14px auto; display: grid; gap: 7px; padding: 18px; border: 1px solid rgba(255,255,255,.8); border-radius: 26px; background: rgba(255,253,249,.96); box-shadow: var(--gav-shadow-lg); backdrop-filter: blur(20px); transform: translateY(-16px); opacity: 0; pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
  .gav-mobile-panel.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .gav-mobile-panel a { min-height: 48px; display: flex; align-items: center; padding: 0 13px; border-radius: 14px; color: var(--gav-ink); font-size: 15px; font-weight: 800; text-decoration: none; }
  .gav-mobile-panel a:hover { background: rgba(15,61,94,.06); }
  .gav-hero { min-height: auto; padding-top: 58px; }
  .gav-hero__grid { grid-template-columns: 1fr; }
  .gav-hero__copy { text-align: center; }
  .gav-hero__lead { margin-inline: auto; }
  .gav-store-row, .gav-hero__proof { justify-content: center; }
  .gav-device-deck { width: min(100%, 610px); margin: 30px auto 0; transform: none; }
  .gav-stat-strip { margin-top: 10px; }
  .gav-showcase { grid-template-columns: 1fr; gap: 55px; }
  .gav-showcase__copy { max-width: 680px; }
  .gav-showcase__visual { order: -1; }
  .gav-steps, .gav-feature-grid, .gav-principles { grid-template-columns: 1fr; }
  .gav-step { min-height: 0; }
  .gav-feature-card { min-height: 0; }
  .gav-web-guide__inner { grid-template-columns: 1fr; padding: 48px; }
  .gav-web-guide__mini { display: none; }
  .gav-footer__top { grid-template-columns: 1.25fr 1fr 1fr; }
  .gav-footer__brand { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  .gav-container { width: min(calc(100% - 28px), var(--gav-max)); }
  .gav-announcement { font-size: 11px; }
  .gav-announcement__inner { min-height: 35px; gap: 7px; }
  .gav-header__inner { min-height: 68px; }
  .gav-logo img { width: 165px; height: 50px; }
  .gav-mobile-panel { top: 101px; }
  .gav-hero { padding: 45px 0 55px; }
  .gav-kicker { font-size: 10px; letter-spacing: .11em; }
  .gav-hero h1 { font-size: clamp(48px, 16.5vw, 68px); }
  .gav-hero__lead { margin-top: 20px; font-size: 15px; line-height: 1.58; }
  .gav-store-row { display: grid; grid-template-columns: 1fr; width: min(100%, 330px); margin-inline: auto; }
  .gav-store-badge { width: 100%; }
  .gav-hero__proof { gap: 12px 18px; }
  .gav-hero__proof li { font-size: 11px; }
  .gav-device-deck { min-height: 455px; margin-top: 25px; }
  .gav-device-deck::before { inset: 50px 0 5px 20px; }
  .gav-phone { border-width: 6px; border-radius: 34px; }
  .gav-phone::before { top: 6px; width: 51px; height: 15px; }
  .gav-phone::after { bottom: 4px; width: 54px; height: 3px; }
  .gav-phone--main { width: 215px; height: 466px; top: 1px; }
  .gav-phone--left { width: 152px; height: 329px; left: -15px; top: 102px; }
  .gav-phone--right { width: 154px; height: 333px; right: -16px; top: 95px; }
  .gav-phone__label { bottom: -7px; font-size: 10px; }
  .gav-stat-strip__inner { grid-template-columns: repeat(2, 1fr); }
  .gav-stat:nth-child(3)::before { display: none; }
  .gav-stat:nth-child(n+3) { border-top: 1px solid var(--gav-line); }
  .gav-stat { padding: 18px 13px; }
  .gav-stat strong { font-size: 25px; }
  .gav-heading { margin-bottom: 38px; }
  .gav-heading h2 { font-size: 42px; }
  .gav-heading p { font-size: 15px; }
  .gav-showcase__visual { min-height: 540px; }
  .gav-showcase__visual::before { width: 350px; height: 350px; }
  .gav-showcase-phone { width: 238px; height: 516px; border-width: 7px; border-radius: 41px; }
  .gav-showcase__float { width: 150px; padding: 13px; border-radius: 18px; }
  .gav-showcase__float strong { font-size: 11px; }
  .gav-showcase__float span { font-size: 9px; }
  .gav-showcase__float--one { left: -5px; top: 75px; }
  .gav-showcase__float--two { right: -5px; bottom: 62px; }
  .gav-screen-tabs { flex-wrap: nowrap; overflow-x: auto; margin-inline: -14px; padding-inline: 14px; scrollbar-width: none; }
  .gav-screen-tabs::-webkit-scrollbar { display: none; }
  .gav-screen-tab { flex: 0 0 auto; }
  .gav-showcase__copy h3 { font-size: 40px; }
  .gav-step, .gav-feature-card { padding: 26px; }
  .gav-web-guide { border-radius: 30px; }
  .gav-web-guide__inner { min-height: 0; padding: 37px 26px; }
  .gav-web-guide h2 { font-size: 42px; }
  .gav-final-cta { padding: 55px 23px; border-radius: 30px; }
  .gav-final-cta h2 { font-size: 45px; }
  .gav-faq-button { min-height: 74px; }
  .gav-faq-button span:first-child { font-size: 15px; }
  .gav-faq-answer p { padding-right: 0; font-size: 14px; }
  .gav-footer__top { grid-template-columns: 1fr 1fr; gap: 35px 24px; }
  .gav-footer__brand { grid-column: 1 / -1; }
  .gav-footer__bottom { align-items: flex-start; flex-direction: column; }
}

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

/* Defensive width containment for mobile horizontal scrollers. */
html, body.gav-landing-body { overflow-x: hidden; }
.gav-showcase, .gav-showcase > *, .gav-showcase__copy, .gav-showcase__visual { min-width: 0; }
@media (max-width: 900px) {
  .gav-showcase__copy, .gav-showcase__visual { width: 100%; }
}
@media (max-width: 640px) {
  .gav-screen-tabs { max-width: calc(100vw - 0px); }
  .gav-showcase__visual { overflow: hidden; border-radius: 30px; }
}
