/* =========================================================
   GrowthPilot AI — Warm Tech Design System
   ========================================================= */

/* ---- Local Fonts (self-hosted, OFL licensed) ---- */
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/manrope-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/manrope-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/manrope-700.woff2') format('woff2');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('../fonts/manrope-800.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/inter-400.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/inter-500.woff2') format('woff2');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/inter-600.woff2') format('woff2');
}

/* ---- Tokens ---- */
:root {
  --cream: #FDFBF7;
  --orange: #E85D04;
  --orange-dark: #c94e02;
  --green: #1C3F39;
  --green-2: #163029;
  --dark: #101816;
  --white: #FFFFFF;
  --border: #E8E2D8;
  --muted: #66736F;
  --ink: #17211E;

  --font-head: 'Manrope', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  --font-body: 'Inter', ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;

  --radius: 16px;
  --radius-sm: 10px;
  --radius-lg: 26px;
  --shadow-sm: 0 1px 2px rgba(16,24,22,.05), 0 2px 8px rgba(16,24,22,.04);
  --shadow: 0 10px 30px rgba(16,24,22,.08);
  --shadow-lg: 0 24px 60px rgba(16,24,22,.14);
  --maxw: 1180px;
  --gutter: clamp(20px, 5vw, 48px);
  --sp: clamp(64px, 9vw, 128px);
}

/* ---- Reset & base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg, video { max-width: 100%; height: auto; display: block; }
a { color: var(--orange); text-decoration: none; }
a:hover { color: var(--orange-dark); }
h1, h2, h3, h4, h5 { font-family: var(--font-head); color: var(--green); line-height: 1.12; letter-spacing: -0.02em; margin: 0 0 .5em; font-weight: 800; }
h1 { font-size: clamp(2.4rem, 6vw, 4rem); }
h2 { font-size: clamp(1.9rem, 4.2vw, 2.9rem); }
h3 { font-size: clamp(1.2rem, 2.4vw, 1.5rem); }
p { margin: 0 0 1rem; }
ul { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; border-radius: 4px; }
::selection { background: var(--orange); color: #fff; }

/* ---- Utilities ---- */
.gp-container { max-width: var(--maxw); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.gp-section { padding-top: var(--sp); padding-bottom: var(--sp); }
.gp-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-head); font-weight: 700; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); background: rgba(232,93,4,.09); padding: 7px 14px; border-radius: 999px; margin-bottom: 18px; }
.gp-lead { font-size: 1.15rem; color: var(--muted); max-width: 62ch; }
.gp-center { text-align: center; margin-left: auto; margin-right: auto; }
.gp-grid { display: grid; gap: 24px; }
.gp-muted { color: var(--muted); }
.gp-skip-link { position: absolute; left: -9999px; top: 0; background: var(--green); color: #fff; padding: 12px 20px; z-index: 9999; border-radius: 0 0 8px 0; }
.gp-skip-link:focus { left: 0; color:#fff; }

/* ---- Buttons ---- */
.gp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-head); font-weight: 700; font-size: 1rem; padding: 15px 28px; border-radius: 999px; border: 2px solid transparent; cursor: pointer; transition: transform .18s ease, background-color .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease; text-align: center; line-height: 1.15; white-space: nowrap; }
.gp-btn:hover { transform: translateY(-2px); }
.gp-btn svg { width: 1.15em; height: 1.15em; flex: none; }
.gp-eyebrow svg { width: 16px; height: 16px; flex: none; }
.gp-breadcrumb + h1 svg, .gp-dash__nav a svg { flex: none; }
.gp-btn:active { transform: translateY(0); }
.gp-btn--primary { background: var(--orange); color: #fff; box-shadow: 0 10px 24px rgba(232,93,4,.28); }
.gp-btn--primary:hover { background: var(--orange-dark); color: #fff; box-shadow: 0 14px 30px rgba(232,93,4,.34); }
.gp-btn--ghost { background: transparent; color: var(--green); border-color: var(--border); }
.gp-btn--ghost:hover { border-color: var(--green); color: var(--green); background: #fff; }
.gp-btn--light { background: #fff; color: var(--green); }
.gp-btn--light:hover { color: var(--green); background: #f4efe6; }
.gp-btn--block { width: 100%; }
.gp-btn--lg { padding: 18px 34px; font-size: 1.06rem; }

/* ---- Header ---- */
.gp-header { position: sticky; top: 0; z-index: 100; background: rgba(253,251,247,.82); backdrop-filter: saturate(150%) blur(14px); -webkit-backdrop-filter: saturate(150%) blur(14px); border-bottom: 1px solid transparent; transition: border-color .2s ease, box-shadow .2s ease; }
.gp-header.is-stuck { border-bottom-color: var(--border); box-shadow: var(--shadow-sm); }
.gp-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 74px; }
.gp-brand { display: inline-flex; align-items: center; gap: 11px; font-family: var(--font-head); font-weight: 800; font-size: 1.28rem; color: var(--green); letter-spacing: -.02em; }
.gp-brand__mark { width: 38px; height: 38px; border-radius: 11px; background: var(--green); display: grid; place-items: center; color: #fff; box-shadow: var(--shadow-sm); }
.gp-brand__mark svg { width: 21px; height: 21px; }
.gp-brand span b { color: var(--orange); }
.gp-nav { display: flex; align-items: center; gap: 4px; }
.gp-nav ul, .gp-menu { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.gp-nav li { list-style: none; }
.gp-nav a { font-family: var(--font-head); font-weight: 600; font-size: .97rem; color: var(--ink); padding: 9px 12px; border-radius: 10px; white-space: nowrap; transition: background-color .15s ease, color .15s ease; }
.gp-nav a:hover, .gp-nav .current-menu-item > a { background: rgba(28,63,57,.07); color: var(--green); }
.gp-header__actions { display: flex; align-items: center; gap: 12px; }
.gp-header__actions .gp-btn { padding: 11px 20px; }
.gp-burger { display: none; background: none; border: 1px solid var(--border); border-radius: 10px; width: 46px; height: 46px; cursor: pointer; align-items: center; justify-content: center; color: var(--green); }
.gp-burger svg { width: 24px; height: 24px; }

/* ---- Hero ---- */
.gp-hero { position: relative; overflow: hidden; padding-top: clamp(48px, 7vw, 92px); padding-bottom: clamp(56px, 8vw, 104px); }
.gp-hero__glow { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.gp-hero__glow::before { content: ""; position: absolute; top: -160px; right: -120px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(232,93,4,.16), transparent 62%); }
.gp-hero__glow::after { content: ""; position: absolute; bottom: -220px; left: -140px; width: 560px; height: 560px; background: radial-gradient(circle, rgba(28,63,57,.12), transparent 62%); }
.gp-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 64px); align-items: center; }
.gp-hero h1 { margin-bottom: 20px; }
.gp-hero h1 em { font-style: normal; color: var(--orange); }
.gp-hero__sub { font-size: 1.18rem; color: var(--muted); max-width: 56ch; margin-bottom: 28px; }
.gp-hero__cta { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 22px; }
.gp-hero__note { display: inline-flex; align-items: center; gap: 9px; font-size: .95rem; color: var(--muted); }
.gp-hero__note svg { width: 18px; height: 18px; color: var(--orange); }

/* Hero visual — automation flow card */
.gp-hero__panel { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); padding: 26px; position: relative; }
.gp-hero__panel-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.gp-hero__dot { width: 11px; height: 11px; border-radius: 50%; }
.gp-hero__dots { display: flex; gap: 7px; }
.gp-hero__badge { font-family: var(--font-head); font-weight: 700; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--green); background: rgba(28,63,57,.08); padding: 6px 11px; border-radius: 999px; }
.gp-flow { display: grid; gap: 12px; }
.gp-flow__node { display: flex; align-items: center; gap: 14px; padding: 15px 16px; border: 1px solid var(--border); border-radius: 14px; background: linear-gradient(180deg,#fff, #fdfcf9); }
.gp-flow__node .ic { width: 42px; height: 42px; border-radius: 11px; flex: none; display: grid; place-items: center; color: #fff; }
.gp-flow__node .ic svg { width: 21px; height: 21px; }
.gp-flow__t { font-family: var(--font-head); font-weight: 700; color: var(--green); font-size: .98rem; }
.gp-flow__d { font-size: .82rem; color: var(--muted); }
.gp-flow__arrow { display: grid; place-items: center; color: var(--border); }
.gp-flow__arrow svg { width: 20px; height: 20px; }

/* ---- Trust strip ---- */
.gp-trust { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: #fff; }
.gp-trust__inner { display: flex; flex-wrap: wrap; gap: 18px 40px; align-items: center; justify-content: center; padding: 26px 0; }
.gp-trust__item { display: inline-flex; align-items: center; gap: 10px; font-family: var(--font-head); font-weight: 600; color: var(--green); font-size: .95rem; }
.gp-trust__item svg { width: 20px; height: 20px; color: var(--orange); }

/* ---- Section header ---- */
.gp-shead { max-width: 720px; margin: 0 auto clamp(40px,6vw,64px); text-align: center; }
.gp-shead .gp-lead { margin: 0 auto; }

/* ---- Bento / cards ---- */
.gp-bento { grid-template-columns: repeat(3, 1fr); }
.gp-card { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.gp-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #dcd4c6; }
.gp-card__ic { width: 52px; height: 52px; border-radius: 13px; display: grid; place-items: center; background: rgba(232,93,4,.1); color: var(--orange); margin-bottom: 18px; }
.gp-card__ic svg { width: 26px; height: 26px; }
.gp-card h3 { margin-bottom: 8px; }
.gp-card p { color: var(--muted); margin: 0; font-size: .98rem; }

/* problems variant */
.gp-problem .gp-card__ic { background: rgba(28,63,57,.09); color: var(--green); }

/* ---- Dark section ---- */
.gp-dark { background: var(--dark); color: #d9e2df; position: relative; overflow: hidden; }
.gp-dark h2, .gp-dark h3 { color: #fff; }
.gp-dark .gp-lead { color: #9fb0ab; }
.gp-dark .gp-eyebrow { color: #ffb27a; background: rgba(232,93,4,.16); }
.gp-dark::before { content:""; position:absolute; top:-140px; right:-120px; width:420px; height:420px; background: radial-gradient(circle, rgba(232,93,4,.14), transparent 60%); }
.gp-why { grid-template-columns: repeat(2, 1fr); gap: 20px 34px; position: relative; z-index: 1; }
.gp-why__item { display: flex; gap: 15px; align-items: flex-start; }
.gp-why__item .ck { width: 30px; height: 30px; border-radius: 9px; flex: none; display: grid; place-items: center; background: rgba(232,93,4,.16); color: #ff8f4d; }
.gp-why__item .ck svg { width: 17px; height: 17px; }
.gp-why__item h3 { font-size: 1.08rem; margin: 2px 0 4px; }
.gp-why__item p { color: #9fb0ab; font-size: .95rem; margin: 0; }

/* ---- Process ---- */
.gp-steps { grid-template-columns: repeat(4, 1fr); counter-reset: step; }
.gp-step { position: relative; padding-top: 12px; }
.gp-step__n { font-family: var(--font-head); font-weight: 800; font-size: 1rem; width: 46px; height: 46px; border-radius: 13px; background: var(--green); color: #fff; display: grid; place-items: center; margin-bottom: 18px; box-shadow: var(--shadow-sm); }
.gp-step h3 { margin-bottom: 6px; }
.gp-step p { color: var(--muted); font-size: .96rem; margin: 0; }
.gp-step:not(:last-child)::after { content: ""; position: absolute; top: 34px; left: 60px; right: -12px; height: 2px; background: repeating-linear-gradient(90deg, var(--border) 0 8px, transparent 8px 16px); }

/* ---- Packages ---- */
.gp-pricing { grid-template-columns: repeat(3, 1fr); align-items: stretch; }
.gp-price { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px 28px; display: flex; flex-direction: column; box-shadow: var(--shadow-sm); position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.gp-price:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gp-price--featured { border-color: var(--orange); box-shadow: 0 20px 50px rgba(232,93,4,.16); }
.gp-price__tag { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); background: var(--orange); color: #fff; font-family: var(--font-head); font-weight: 700; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; padding: 6px 14px; border-radius: 999px; }
.gp-price__name { font-family: var(--font-head); font-weight: 800; font-size: 1.3rem; color: var(--green); }
.gp-price__desc { color: var(--muted); font-size: .93rem; min-height: 42px; margin: 6px 0 14px; }
.gp-price__amt { font-family: var(--font-head); font-weight: 800; font-size: 2.5rem; color: var(--ink); line-height: 1; }
.gp-price__amt small { font-size: .95rem; font-weight: 600; color: var(--muted); }
.gp-price__list { list-style: none; margin: 22px 0; display: grid; gap: 11px; }
.gp-price__list li { display: flex; gap: 10px; align-items: flex-start; font-size: .95rem; color: var(--ink); }
.gp-price__list li svg { width: 18px; height: 18px; color: var(--orange); flex: none; margin-top: 3px; }
.gp-price__foot { margin-top: auto; display: grid; gap: 10px; }
.gp-price__note { font-size: .8rem; color: var(--muted); text-align: center; }

/* ---- About ---- */
.gp-about { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px,5vw,60px); align-items: center; }
.gp-about__stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 26px; }
.gp-statcard { background:#fff; border:1px solid var(--border); border-radius: var(--radius); padding: 20px; }
.gp-statcard b { font-family: var(--font-head); color: var(--green); font-size: 1.05rem; display:block; }
.gp-statcard span { color: var(--muted); font-size: .9rem; }

/* ---- FAQ ---- */
.gp-faq { max-width: 820px; margin: 0 auto; display: grid; gap: 12px; }
.gp-acc { background: #fff; border: 1px solid var(--border); border-radius: 14px; overflow: hidden; }
.gp-acc__q { width: 100%; text-align: left; background: none; border: 0; cursor: pointer; padding: 20px 22px; font-family: var(--font-head); font-weight: 700; font-size: 1.03rem; color: var(--green); display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.gp-acc__q .chev { transition: transform .25s ease; flex: none; color: var(--orange); }
.gp-acc__q .chev svg { width: 20px; height: 20px; display:block; }
.gp-acc[open] .gp-acc__q .chev, .gp-acc.is-open .gp-acc__q .chev { transform: rotate(180deg); }
.gp-acc__a { padding: 0 22px; max-height: 0; overflow: hidden; transition: max-height .3s ease, padding .3s ease; }
.gp-acc.is-open .gp-acc__a { padding: 0 22px 20px; max-height: 400px; }
.gp-acc__a p { color: var(--muted); margin: 0; }

/* ---- Final CTA ---- */
.gp-cta-band { background: linear-gradient(135deg, var(--green), var(--green-2)); border-radius: var(--radius-lg); padding: clamp(40px,6vw,68px); text-align: center; color: #fff; position: relative; overflow: hidden; }
.gp-cta-band::before { content:""; position:absolute; top:-120px; left:-80px; width:340px; height:340px; background: radial-gradient(circle, rgba(232,93,4,.28), transparent 60%); }
.gp-cta-band h2 { color: #fff; position: relative; }
.gp-cta-band p { color: #c6d3cf; max-width: 58ch; margin: 0 auto 26px; position: relative; }
.gp-cta-band .gp-btn { position: relative; }

/* ---- Forms ---- */
.gp-form { display: grid; gap: 16px; }
.gp-field { display: grid; gap: 7px; }
.gp-field label { font-family: var(--font-head); font-weight: 600; font-size: .9rem; color: var(--green); }
.gp-field label .req { color: var(--orange); }
.gp-input, .gp-select, .gp-textarea { width: 100%; font-family: var(--font-body); font-size: 1rem; padding: 13px 15px; border: 1px solid var(--border); border-radius: 12px; background: #fff; color: var(--ink); transition: border-color .15s ease, box-shadow .15s ease; }
.gp-input:focus, .gp-select:focus, .gp-textarea:focus { outline: none; border-color: var(--orange); box-shadow: 0 0 0 3px rgba(232,93,4,.15); }
.gp-textarea { min-height: 120px; resize: vertical; }
.gp-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gp-field .err { color: #b3261e; font-size: .84rem; display: none; }
.gp-field.is-invalid .err { display: block; }
.gp-field.is-invalid .gp-input, .gp-field.is-invalid .gp-select, .gp-field.is-invalid .gp-textarea { border-color: #b3261e; }
.gp-honeypot { position: absolute !important; left: -9999px !important; height: 0; overflow: hidden; }
.gp-consent { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; color: var(--muted); }
.gp-consent input { margin-top: 4px; }
.gp-form__msg { padding: 14px 16px; border-radius: 12px; font-size: .95rem; display: none; }
.gp-form__msg.is-ok { display: block; background: rgba(28,63,57,.09); color: var(--green); border: 1px solid rgba(28,63,57,.2); }
.gp-form__msg.is-err { display: block; background: rgba(179,38,30,.08); color: #b3261e; border: 1px solid rgba(179,38,30,.25); }
.gp-formcard { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(24px,4vw,40px); box-shadow: var(--shadow); }

/* ---- Auth / narrow pages ---- */
.gp-auth { max-width: 460px; margin: 0 auto; }
.gp-auth .gp-formcard { padding: 34px; }
.gp-auth__foot { text-align: center; margin-top: 18px; font-size: .93rem; color: var(--muted); }

/* ---- Dashboard ---- */
.gp-dash { display: grid; grid-template-columns: 250px 1fr; gap: 30px; align-items: start; }
.gp-dash__nav { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 14px; position: sticky; top: 96px; }
.gp-dash__nav a { display: flex; align-items: center; gap: 11px; padding: 11px 13px; border-radius: 10px; font-family: var(--font-head); font-weight: 600; font-size: .95rem; color: var(--ink); }
.gp-dash__nav a:hover, .gp-dash__nav a.is-active { background: rgba(28,63,57,.07); color: var(--green); }
.gp-dash__nav a svg { width: 18px; height: 18px; }
.gp-panel { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 26px; margin-bottom: 22px; }
.gp-panel h3 { margin-bottom: 16px; }
.gp-table { width: 100%; border-collapse: collapse; font-size: .93rem; }
.gp-table th, .gp-table td { text-align: left; padding: 12px 10px; border-bottom: 1px solid var(--border); }
.gp-table th { font-family: var(--font-head); color: var(--green); font-size: .82rem; text-transform: uppercase; letter-spacing: .05em; }
.gp-badge { display: inline-block; padding: 4px 11px; border-radius: 999px; font-size: .78rem; font-weight: 600; font-family: var(--font-head); }
.gp-badge--new { background: rgba(232,93,4,.12); color: var(--orange-dark); }
.gp-badge--paid, .gp-badge--confirmed, .gp-badge--completed { background: rgba(28,63,57,.12); color: var(--green); }
.gp-badge--pending, .gp-badge--processing { background: rgba(200,150,0,.14); color: #8a6d00; }
.gp-badge--failed, .gp-badge--cancelled { background: rgba(179,38,30,.1); color: #b3261e; }

/* ---- Page hero (interior) ---- */
.gp-phead { background: #fff; border-bottom: 1px solid var(--border); padding: clamp(48px,7vw,84px) 0; }
.gp-phead h1 { margin-bottom: 12px; }
.gp-breadcrumb { font-size: .88rem; color: var(--muted); margin-bottom: 14px; }
.gp-breadcrumb a { color: var(--muted); }
.gp-breadcrumb a:hover { color: var(--orange); }

/* ---- Content prose ---- */
.gp-prose { max-width: 780px; }
.gp-page-app { width: 100%; }
.gp-page-app > h2:first-child, .gp-page-app > h1:first-child { text-align: center; margin-bottom: 28px; }
.gp-prose h2 { margin-top: 1.6em; }
.gp-prose h3 { margin-top: 1.3em; }
.gp-prose ul, .gp-prose ol { padding-left: 1.3em; margin: 0 0 1rem; }
.gp-prose li { margin-bottom: .4em; }

/* ---- Footer ---- */
.gp-footer { background: var(--dark); color: #9fb0ab; padding-top: clamp(56px,7vw,84px); }
.gp-footer a { color: #c6d3cf; }
.gp-footer a:hover { color: #fff; }
.gp-footer__grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 34px; padding-bottom: 44px; }
.gp-footer h4 { color: #fff; font-family: var(--font-head); font-size: 1rem; margin: 0 0 16px; }
.gp-footer ul { list-style: none; display: grid; gap: 9px; }
.gp-footer .gp-brand { color: #fff; margin-bottom: 14px; }
.gp-footer .gp-brand__mark { background: var(--orange); }
.gp-footer__about { font-size: .95rem; max-width: 34ch; }
.gp-footer__bar { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: .87rem; }

/* ---- Sticky mobile CTA ---- */
.gp-mobile-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 90; background: rgba(253,251,247,.95); backdrop-filter: blur(10px); border-top: 1px solid var(--border); padding: 12px var(--gutter); display: none; box-shadow: 0 -6px 24px rgba(16,24,22,.08); }
.gp-mobile-cta .gp-btn { width: 100%; }

/* ---- Mobile menu ---- */
.gp-mobile-menu { position: fixed; inset: 0; z-index: 200; background: var(--cream); transform: translateX(100%); transition: transform .3s ease; display: flex; flex-direction: column; padding: 20px var(--gutter); }
.gp-mobile-menu.is-open { transform: translateX(0); }
.gp-mobile-menu__top { display: flex; align-items: center; justify-content: space-between; height: 54px; }
.gp-mobile-menu nav { display: grid; gap: 4px; margin-top: 24px; }
.gp-mobile-menu nav a { font-family: var(--font-head); font-weight: 700; font-size: 1.3rem; color: var(--green); padding: 12px 0; border-bottom: 1px solid var(--border); }
.gp-mobile-menu__actions { margin-top: auto; display: grid; gap: 12px; padding-bottom: 20px; }

/* ---- Reveal animations ---- */
.gp-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.gp-reveal.is-in { opacity: 1; transform: none; }

/* ---- Responsive ---- */
@media (max-width: 1024px) {
  /* Collapse to the mobile menu earlier so the header never wraps on tablets. */
  .gp-nav, .gp-header__actions { display: none; }
  .gp-burger { display: inline-flex; }
  .gp-mobile-cta { display: block; }
  body.gp-has-sticky { padding-bottom: 78px; }
}
@media (max-width: 980px) {
  .gp-hero__grid { grid-template-columns: 1fr; }
  .gp-hero__panel { order: -1; }
  .gp-bento, .gp-pricing { grid-template-columns: repeat(2, 1fr); }
  .gp-steps { grid-template-columns: repeat(2, 1fr); }
  .gp-step::after { display: none; }
  .gp-why { grid-template-columns: 1fr; }
  .gp-about, .gp-dash { grid-template-columns: 1fr; }
  .gp-dash__nav { position: static; display: flex; flex-wrap: wrap; gap: 6px; }
  .gp-footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  body { font-size: 16px; }
  .gp-bento, .gp-pricing, .gp-steps, .gp-about__stats, .gp-footer__grid, .gp-row2 { grid-template-columns: 1fr; }
}
