/* ============================================================
   Global Gate Tax Relief — funnel styles
   Brand: deep navy + green. Mobile-first, sleek, trustworthy.
   ============================================================ */

:root {
  --navy:      #15225c;
  --navy-700:  #1d2d70;
  --navy-900:  #0e1740;
  --green:     #2ca24a;
  --green-600: #23913f;
  --green-050: #eafaef;
  --ink:       #131a2e;
  --body:      #4a5268;
  --muted:     #6b7384;
  --line:      #e6e9f0;
  --bg:        #ffffff;
  --bg-soft:   #f5f7fb;
  --bg-navy:   #11193f;
  --radius:    16px;
  --radius-sm: 11px;
  --shadow-sm: 0 1px 2px rgba(16,24,64,.06), 0 4px 12px rgba(16,24,64,.05);
  --shadow-md: 0 8px 28px rgba(16,24,64,.10);
  --shadow-lg: 0 24px 60px rgba(14,23,64,.18);
  --maxw: 1140px;
  --font-head: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0; background: var(--bg); color: var(--body);
  font-family: var(--font-body); font-size: 16px; line-height: 1.6;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: var(--green-600); text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-head); color: var(--ink); margin: 0; line-height: 1.15; letter-spacing: -.02em; }
em { font-style: normal; color: var(--green); }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 780px; }
.section { padding: 64px 0; }
.section-alt { background: var(--bg-soft); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-head); font-weight: 700; font-size: 16px;
  border: none; border-radius: 999px; cursor: pointer; text-align: center;
  padding: 14px 26px; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  position: relative; line-height: 1;
}
.btn-primary { background: var(--green); color: #fff; box-shadow: 0 6px 18px rgba(44,162,74,.32); }
.btn-primary:hover { background: var(--green-600); transform: translateY(-1px); box-shadow: 0 10px 24px rgba(44,162,74,.38); }
.btn-light { background: #fff; color: var(--navy); box-shadow: var(--shadow-md); }
.btn-light:hover { transform: translateY(-1px); }
.btn-lg { padding: 17px 34px; font-size: 17px; }
.btn-block { width: 100%; }
.btn-arrow { transition: transform .18s ease; }
.btn:hover .btn-arrow { transform: translateX(3px); }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.92);
  backdrop-filter: saturate(160%) blur(10px); border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 66px; }
.brand-logo { height: 38px; width: auto; }
.header-right { display: flex; align-items: center; gap: 18px; }
.header-trust { display: inline-flex; align-items: center; gap: 6px; color: var(--navy); font-weight: 600; font-size: 13.5px; }
.header-trust svg { color: var(--green); }
.phone-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-weight: 700; font-family: var(--font-head); font-size: 15px; }
.phone-link svg { color: var(--green); }

/* ---------- hero ---------- */
.hero { position: relative; overflow: hidden; background: var(--bg-navy); color: #fff; padding: 54px 0 60px; }
.hero-grad {
  position: absolute; inset: 0;
  background:
    radial-gradient(1100px 480px at 12% -8%, rgba(44,162,74,.30), transparent 60%),
    radial-gradient(900px 520px at 100% 0%, rgba(40,64,160,.55), transparent 62%),
    linear-gradient(180deg, #16235f 0%, #0e1740 100%);
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; }
.hero-copy { max-width: 580px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 600; font-size: 13px;
  letter-spacing: .04em; text-transform: uppercase; color: #b9c6ef;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  padding: 7px 14px; border-radius: 999px;
}
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(44,162,74,.25); }
.hero-title { color: #fff; font-size: clamp(30px, 5.2vw, 50px); font-weight: 800; margin: 20px 0 16px; }
.hero-title em { color: #5fe08a; }
.hero-sub { color: #c8d1ea; font-size: clamp(16px, 2.1vw, 19px); margin: 0 0 22px; }
.hero-sub strong { color: #fff; }
.hero-checks { list-style: none; margin: 0 0 26px; padding: 0; display: grid; gap: 11px; }
.hero-checks li { display: flex; align-items: center; gap: 11px; color: #e7ecf8; font-size: 15.5px; font-weight: 500; }
.hero-checks svg { width: 19px; height: 19px; flex: 0 0 19px; color: #5fe08a; }
.hero-trustrow { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-badge {
  display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 11px 15px;
}
.trust-badge strong { font-family: var(--font-head); color: #5fe08a; font-size: 19px; font-weight: 800; }
.trust-badge span { font-size: 11.5px; line-height: 1.25; color: #aeb9da; }

/* ---------- form card ---------- */
.form-card { background: #fff; border-radius: 20px; box-shadow: var(--shadow-lg); padding: 26px 24px 22px; }
.form-card-head h2 { font-size: 23px; font-weight: 800; }
.form-card-head p { color: var(--muted); font-size: 14px; margin: 6px 0 18px; }
.gg-form { display: grid; gap: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.field { display: grid; gap: 6px; }
.field label { font-size: 13px; font-weight: 600; color: var(--ink); }
.field input, .field select {
  width: 100%; font-family: var(--font-body); font-size: 16px; color: var(--ink);
  padding: 13px 14px; border: 1.5px solid var(--line); border-radius: var(--radius-sm);
  background: #fff; transition: border-color .15s ease, box-shadow .15s ease; appearance: none;
}
.field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%236b7384' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; padding-right: 40px;
}
.field input:focus, .field select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 3px rgba(44,162,74,.16); }
.field input::placeholder { color: #9aa1b2; }

.consent { display: flex; gap: 10px; align-items: flex-start; margin: 4px 0 2px; cursor: pointer; }
.consent input { margin: 3px 0 0; width: 18px; height: 18px; flex: 0 0 18px; accent-color: var(--green); cursor: pointer; }
.consent-text { font-size: 11px; line-height: 1.5; color: var(--muted); }
.consent-text a { color: var(--green-600); text-decoration: underline; }
.consent-text strong { color: var(--body); }

#ggSubmit { margin-top: 4px; }
#ggSubmit.is-loading .btn-label, #ggSubmit.is-loading .btn-arrow { visibility: hidden; }
.btn-spinner { display: none; position: absolute; width: 20px; height: 20px; border: 2.5px solid rgba(255,255,255,.4); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
#ggSubmit.is-loading .btn-spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }

.form-error { color: #d33; font-size: 13px; margin: 2px 0 0; font-weight: 500; }
.form-assurance { display: flex; align-items: center; gap: 7px; justify-content: center; color: var(--muted); font-size: 12px; margin-top: 4px; }
.form-assurance svg { color: var(--green); }

/* ---------- section heads ---------- */
.section-head { text-align: center; max-width: 640px; margin: 0 auto 38px; }
.kicker { display: inline-block; font-family: var(--font-head); font-weight: 700; font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--green-600); margin-bottom: 12px; }
.section-title { font-size: clamp(25px, 3.6vw, 36px); font-weight: 800; }
.section-sub { color: var(--body); font-size: 17px; margin: 14px 0 0; }
.center-cta { text-align: center; margin-top: 40px; }

/* ---------- steps ---------- */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; counter-reset: s; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow-sm); position: relative; }
.step-num { width: 42px; height: 42px; border-radius: 12px; background: linear-gradient(135deg, var(--navy), var(--navy-700)); color: #fff; font-family: var(--font-head); font-weight: 800; font-size: 19px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step h3 { font-size: 19px; margin-bottom: 8px; }
.step p { margin: 0; font-size: 15px; }

/* ---------- help grid ---------- */
.help-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.help-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 22px; box-shadow: var(--shadow-sm); transition: transform .18s ease, box-shadow .2s ease; }
.help-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.help-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--green-050); color: var(--green-600); display: flex; align-items: center; justify-content: center; margin-bottom: 15px; }
.help-icon svg { width: 26px; height: 26px; }
.help-card h3 { font-size: 18px; margin-bottom: 7px; }
.help-card p { margin: 0; font-size: 14.5px; }

/* ---------- why ---------- */
.why-wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
.why-copy .section-head { text-align: left; margin: 0; }
.why-copy .kicker { margin-bottom: 10px; }
.why-list { list-style: none; margin: 24px 0 28px; padding: 0; display: grid; gap: 16px; }
.why-list li { display: flex; gap: 13px; align-items: flex-start; }
.why-check { flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%; background: var(--green-050); color: var(--green-600); font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: 13px; margin-top: 1px; }
.why-list strong { color: var(--ink); }
.why-stats { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-900) 100%); border-radius: 20px; padding: 32px 30px; color: #fff; box-shadow: var(--shadow-lg); display: grid; gap: 22px; }
.why-stat { border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom: 20px; }
.why-stat:last-child { border-bottom: none; padding-bottom: 0; }
.why-stat-num { font-family: var(--font-head); font-weight: 800; font-size: 38px; color: #5fe08a; line-height: 1; }
.why-stat-label { color: #c0c9e6; font-size: 14.5px; margin-top: 7px; }

/* ---------- reviews ---------- */
.review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; box-shadow: var(--shadow-sm); }
.stars { color: #f5a623; letter-spacing: 2px; font-size: 16px; margin-bottom: 12px; }
.review-card blockquote { margin: 0 0 16px; font-size: 15.5px; color: var(--ink); line-height: 1.6; }
.review-card figcaption { display: flex; flex-direction: column; gap: 2px; }
.review-card figcaption strong { color: var(--ink); font-size: 14.5px; }
.review-card figcaption span { color: var(--green-600); font-size: 13px; font-weight: 600; }

/* ---------- faq ---------- */
.faq-list { display: grid; gap: 12px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); box-shadow: var(--shadow-sm); overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 18px 20px; font-family: var(--font-head); font-weight: 700; color: var(--ink); font-size: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item .chev { color: var(--green-600); transition: transform .2s ease; flex: 0 0 20px; }
.faq-item[open] .chev { transform: rotate(180deg); }
.faq-body { padding: 0 20px 18px; }
.faq-body p { margin: 0; font-size: 15px; }

/* ---------- final cta ---------- */
.final-cta { position: relative; background: var(--bg-navy); color: #fff; padding: 70px 0; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(700px 360px at 50% -20%, rgba(44,162,74,.32), transparent 60%); }
.final-cta-inner { position: relative; text-align: center; max-width: 640px; margin: 0 auto; }
.final-cta h2 { color: #fff; font-size: clamp(26px, 4vw, 38px); font-weight: 800; }
.final-cta p { color: #c8d1ea; font-size: 17px; margin: 16px 0 28px; }
.final-cta-or { margin-top: 18px; color: #aeb9da; font-size: 15px; }
.final-cta-or a { color: #fff; font-weight: 700; }

/* ---------- footer ---------- */
.site-footer { background: #0b1130; color: #9aa6cc; padding: 44px 0 28px; font-size: 13.5px; }
.footer-top { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-logo { height: 40px; width: auto; filter: brightness(0) invert(1); opacity: .96; }
.footer-tag { margin: 0; max-width: 560px; color: #aab4d6; }
.footer-disclaimer { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-disclaimer p { margin: 0; font-size: 11.5px; line-height: 1.65; color: #7e89ad; }
.footer-base { display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; padding-top: 20px; }
.footer-legal a { color: #aab4d6; }
.footer-legal a:hover { color: #fff; }

/* ---------- floating mobile CTA ---------- */
.floating-cta {
  position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 60;
  display: none; align-items: center; justify-content: center; gap: 8px;
  background: var(--green); color: #fff; font-family: var(--font-head); font-weight: 700;
  padding: 16px; border-radius: 14px; box-shadow: 0 10px 30px rgba(44,162,74,.45);
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 940px) {
  .hero-inner { grid-template-columns: 1fr; gap: 30px; }
  .hero { padding: 40px 0 44px; }
  .hero-copy { max-width: none; }
  .why-wrap { grid-template-columns: 1fr; gap: 30px; }
  .steps, .help-grid, .review-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .section { padding: 48px 0; }
  .header-trust { display: none; }
  .steps, .help-grid, .review-grid { grid-template-columns: 1fr; }
  .hero-trustrow { gap: 8px; }
  .trust-badge { flex: 1 1 auto; }
  .floating-cta { display: flex; }
  .final-cta { padding: 54px 0; }
  /* keep the form reachable; floating CTA jumps to it */
  body { padding-bottom: 0; }
}
@media (max-width: 380px) {
  .form-grid { grid-template-columns: 1fr; }
}

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