/* =========================================================
   It's Your Idea — site styles  (DARK THEME)
   Brand: blue #428bca, cyan accent #00aaef, on dark navy surfaces.
   Surfaces align with the It's Your Idea product family (Monitoring/Insights).
   Font: Anek Gurmukhi (Google), Helvetica fallback.
   ========================================================= */

:root {
  /* dark surfaces */
  --navy:        #081320;   /* deepest — header/footer/topbar */
  --navy-2:      #0e2133;   /* trust strip / insets */
  --bg:          #0a1622;   /* page background */
  --bg-soft:     #0e2031;   /* alternating sections */
  --surface:     #122a3f;   /* cards / panels */
  --surface-2:   #173552;   /* inputs / hovers / insets */
  --line:        #244058;   /* borders on dark */

  /* brand accents (logo-derived) */
  --blue:        #4f9bd9;
  --blue-dark:   #2b7bb9;
  --blue-deep:   #1f5a87;
  --cyan:        #21c1f3;
  --teal:        #16b6c9;

  /* text */
  --ink:         #e8f1f8;
  --muted:       #94aabf;

  --radius:      16px;
  --radius-sm:   10px;
  --shadow:      0 22px 55px -22px rgba(0, 0, 0, .65);
  --shadow-sm:   0 10px 28px -14px rgba(0, 0, 0, .55);
  --maxw:        1180px;

  --grad-cyan:   linear-gradient(135deg, #00aaef 0%, #0089a3 100%);
  --grad-blue:   linear-gradient(135deg, #428bca 0%, #2b7bb9 100%);
  --grad-deep:   linear-gradient(135deg, #1f5a87 0%, #0a1622 100%);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; overflow-x: clip;   /* clip (not hidden) — hidden creates a scroll container that breaks position:sticky on the header */ }

body {
  margin: 0;
  font-family: "Anek Gurmukhi", "Helvetica", Verdana, Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;   /* clip (not hidden) — hidden creates a scroll container that breaks position:sticky on the header */
}

img { max-width: 100%; display: block; }
a { color: var(--cyan); text-decoration: none; }
a:hover { color: #6fd8fb; }

.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.eyebrow {
  display: inline-block;
  font-weight: 600;
  font-size: .82rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--teal);
  margin-bottom: 14px;
}
.eyebrow--light { color: #7fd6ff; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: .5em;
  font: inherit; font-weight: 600;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn--lg { padding: 15px 30px; font-size: 1.02rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--grad-blue); color: #fff; box-shadow: var(--shadow-sm); }
.btn--primary:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 34px -14px rgba(43,123,185,.7); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--blue); color: var(--cyan); transform: translateY(-2px); }

.grad-cyan { background: var(--grad-cyan); }
.grad-blue { background: var(--grad-blue); }
.grad-deep { background: var(--grad-deep); }

/* ---------- Top bar ---------- */
.topbar { background: var(--navy); color: #cfe3f1; font-size: .85rem; }
.topbar__inner { display: flex; justify-content: space-between; align-items: center; min-height: 38px; gap: 16px; }
.topbar__left { display: flex; gap: 22px; }
.topbar__link { color: #9fd4ff; font-weight: 600; }
.topbar__link:hover { color: #fff; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: var(--navy);
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 20px; }
.brand__logo { height: 34px; width: auto; }
.site-footer .brand__logo { height: 38px; }

.nav { display: flex; align-items: center; gap: 26px; }
.nav__link { color: #d8e6f2; font-weight: 500; font-size: .98rem; position: relative; }
.nav__link:hover { color: #fff; }
.nav__link::after {
  content: ""; position: absolute; left: 0; bottom: -6px; height: 2px; width: 0;
  background: var(--cyan); transition: width .2s ease;
}
.nav__link:hover::after { width: 100%; }
.nav__cta { margin-left: 4px; }
.nav__cta:hover { color: #fff; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; transition: .25s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; background: radial-gradient(120% 120% at 80% -10%, #16395a 0%, var(--navy) 55%); color: #eef6fc; }
.hero__glow {
  position: absolute; top: -120px; right: -120px; width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(0,170,239,.32), transparent 65%);
  filter: blur(10px); pointer-events: none;
}
.hero__inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px; align-items: center; padding: 76px 0 84px; position: relative; }
.hero__title { font-size: clamp(2.1rem, 4.4vw, 3.3rem); line-height: 1.1; font-weight: 800; margin: 0 0 18px; letter-spacing: -.02em; }
.hero__lead { font-size: 1.15rem; color: #c6dbec; max-width: 560px; margin: 0 0 30px; }
.hero__lead strong { color: #fff; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 30px; }
.hero .btn--ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.hero .btn--ghost:hover { border-color: var(--cyan); color: #fff; background: rgba(0,170,239,.12); }
.hero__badges { list-style: none; display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 0; font-size: .92rem; color: #aecbe2; }

/* floating product cards */
.hero__panel { display: grid; gap: 16px; }
.float-card {
  display: flex; align-items: center; gap: 14px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(6px);
  border-radius: var(--radius); padding: 16px 18px;
  box-shadow: var(--shadow);
}
.float-card strong { display: block; color: #fff; font-size: 1.05rem; }
.float-card span { color: #b9d2e6; font-size: .9rem; }
.float-card__icon { width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center; color: #fff; font-size: 1.3rem; flex: none; }
.float-card--insights { transform: translateX(12px); }
.float-card--pulse { transform: translateX(-8px); }
.float-card--host { transform: translateX(16px); }

/* ---------- Trust strip ---------- */
.trust { background: var(--navy-2); color: #fff; }
.trust__inner { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 26px 0; }
.stat { text-align: center; }
.stat__num { display: block; font-size: 2rem; font-weight: 800; color: #fff; line-height: 1; }
.stat__num--sm { font-size: 1.2rem; line-height: 1.2; }
.stat__label { display: block; font-size: .85rem; color: #a9c6dd; margin-top: 6px; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section--soft { background: var(--bg-soft); }
.section__head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section__title { font-size: clamp(1.8rem, 3.2vw, 2.5rem); font-weight: 800; letter-spacing: -.02em; margin: 0 0 14px; }
.section__title--light { color: #fff; }
.section__sub { font-size: 1.1rem; color: var(--muted); margin: 0; }

/* ---------- Products ---------- */
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.product-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; box-shadow: var(--shadow-sm);
  display: flex; flex-direction: column;
  transition: transform .2s ease, box-shadow .2s ease;
}
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card__top { padding: 30px 30px 26px; color: #fff; }
.product-card__kicker { font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; opacity: .9; }
.product-card__name { font-size: 2rem; font-weight: 800; margin: 8px 0 4px; }
.product-card__tag { margin: 0; font-size: 1.02rem; opacity: .95; }
.product-card__body { padding: 26px 30px 30px; display: flex; flex-direction: column; gap: 18px; flex: 1; }
.product-card__body > p { margin: 0; color: var(--muted); }
.product-card__body .btn { margin-top: auto; align-self: flex-start; }

/* Product-specific card tops */
.product-card__top--insights {
  background: linear-gradient(135deg, #E8A317 0%, #C47D10 40%, #1B3A6B 100%);
}
.product-card__top--monitoring {
  background: linear-gradient(135deg, #2AC5AE 0%, #1EA7C9 45%, #3179C6 75%, #16335F 100%);
}

/* Logo chip — white rounded pill so logo reads on any gradient */
.product-card__logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 12px;
  padding: 8px 14px;
  margin-bottom: 16px;
  box-shadow: 0 4px 14px rgba(0,0,0,.22);
}
.product-card__logo img {
  display: block;
  max-height: 52px;
  width: auto;
}

/* Brand CTA buttons */
.btn--insights {
  background: #F5A623;
  color: #1B3A6B;
  border-color: transparent;
  box-shadow: var(--shadow-sm);
  font-weight: 700;
}
.btn--insights:hover {
  background: #E8A317;
  color: #0f2248;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -14px rgba(232,163,23,.55);
}
.btn--monitoring {
  background: #2AC5AE;
  color: #fff;
  border-color: transparent;
  box-shadow: var(--shadow-sm);
  font-weight: 700;
}
.btn--monitoring:hover {
  background: #1EA7C9;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px -14px rgba(42,197,174,.55);
}

.ticklist { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.ticklist li { position: relative; padding-left: 28px; color: var(--ink); }
.ticklist li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(0,170,239,.14); color: var(--teal);
  display: grid; place-items: center; font-size: .72rem; font-weight: 700;
}

/* ---------- Testimonials / social proof (shared) ---------- */
.iyi-quotes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
/* Compact 2-up strip used inside the tool conversion block */
.iyi-quotes--strip { grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 4px 0 0; }

.iyi-quote {
  margin: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.iyi-quotes--strip .iyi-quote { padding: 18px 18px; gap: 12px; box-shadow: none; }

.iyi-quote blockquote {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.6;
}
.iyi-quotes--strip .iyi-quote blockquote { font-size: .92rem; }

.iyi-quote figcaption { margin-top: auto; display: flex; flex-direction: column; gap: 2px; }
.iyi-quote__name { font-weight: 700; color: #fff; font-size: .95rem; }
.iyi-quote__role { color: var(--muted); font-size: .85rem; }

/* ---------- Tool conversion block (success → sign up) ---------- */
.iyi-convert {
  margin-top: 22px;
  padding: 22px 22px 24px;
  border-radius: var(--radius);
  border: 1px solid rgba(0, 170, 239, .28);
  background: rgba(0, 170, 239, .08);
}
.iyi-convert__title {
  margin: 0 0 14px;
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.3;
}
.iyi-convert__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: grid;
  gap: 9px;
}
.iyi-convert__bullets li {
  position: relative;
  padding-left: 26px;
  color: var(--ink);
  font-size: .95rem;
  line-height: 1.5;
}
.iyi-convert__bullets li::before {
  content: "✓"; position: absolute; left: 0; top: 1px;
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(0, 170, 239, .18); color: var(--cyan);
  display: grid; place-items: center; font-size: .68rem; font-weight: 700;
}
.iyi-convert__actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.iyi-convert__alt {
  margin: 14px 0 0;
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 960px) {
  .iyi-quotes { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .iyi-quotes--strip { grid-template-columns: 1fr; }
  .iyi-quotes { max-width: 100%; }
  .iyi-convert { padding: 18px 16px 20px; }
  .iyi-convert__actions .btn { width: 100%; justify-content: center; }
}

/* ---------- Services grid ---------- */
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.svc:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: #cfe2f1; }
.svc__icon {
  width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center;
  font-size: 1.5rem; color: #fff; background: var(--grad-blue); margin-bottom: 16px;
}
.svc h3 { margin: 0 0 8px; font-size: 1.2rem; }
.svc p { margin: 0; color: var(--muted); }

/* ---------- Why us ---------- */
.why { display: grid; grid-template-columns: 1.25fr .75fr; gap: 48px; align-items: start; }
.why .section__head { text-align: left; margin: 0 0 28px; }
.why .section__title, .why .section__sub { text-align: left; }
.why__list { display: grid; gap: 22px; margin-top: 30px; }
.why__item { display: flex; gap: 16px; }
.why__check {
  flex: none; width: 30px; height: 30px; border-radius: 50%;
  background: var(--grad-cyan); color: #fff; display: grid; place-items: center; font-weight: 700;
}
.why__item h4 { margin: 2px 0 4px; font-size: 1.1rem; }
.why__item p { margin: 0; color: var(--muted); }
.why__card {
  position: sticky; top: 96px;
  background: var(--grad-deep); color: #eaf4fb;
  border-radius: var(--radius); padding: 34px 30px; box-shadow: var(--shadow);
}
.why__card h3 { margin: 0 0 12px; color: #fff; font-size: 1.35rem; }
.why__card p { margin: 0 0 24px; color: #c4dcee; }

/* ---------- Grow ladder (upsell) ---------- */
.ladder { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 16px; align-items: stretch; }
.ladder__step {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 22px; box-shadow: var(--shadow-sm); position: relative;
}
.ladder__step--accent { background: var(--grad-deep); color: #eaf4fb; border-color: transparent; }
.ladder__step--accent p { color: #c4dcee; }
.ladder__num {
  display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%;
  background: var(--grad-blue); color: #fff; font-weight: 700; font-size: .95rem; margin-bottom: 14px;
}
.ladder__step--accent .ladder__num { background: rgba(255,255,255,.18); }
.ladder__step h3 { margin: 0 0 8px; font-size: 1.2rem; }
.ladder__step p { margin: 0 0 16px; color: var(--muted); font-size: .96rem; }
.ladder__price { font-weight: 800; font-size: 1.15rem; color: var(--cyan); }
.ladder__step--accent .ladder__price { color: #8fd9ff; }
.ladder__price small { font-weight: 500; color: var(--muted); font-size: .8rem; }
.ladder__step--accent .ladder__price small { color: #aecbe2; }
.ladder__arrow { display: grid; place-items: center; color: var(--blue); font-size: 1.6rem; font-weight: 700; }
.ladder__note {
  margin: 30px auto 0; max-width: 760px; text-align: center;
  background: rgba(0,170,239,.08); border: 1px solid rgba(0,170,239,.22);
  border-radius: var(--radius-sm); padding: 16px 20px; color: var(--ink);
}
.ladder__note a { font-weight: 600; }

/* ---------- For partners ---------- */
.partners { background: radial-gradient(120% 120% at 10% 0%, #14395b 0%, var(--navy) 60%); color: #eaf4fb; }
.partners__inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; }
.partners__lead { font-size: 1.15rem; color: #c6dbec; }
.partners__points { list-style: none; padding: 0; margin: 24px 0; display: grid; gap: 12px; }
.partners__points li { position: relative; padding-left: 30px; }
.partners__points li::before { content: "→"; position: absolute; left: 0; color: var(--cyan); font-weight: 700; }
.partners__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.partners .btn--ghost { color: #fff; border-color: rgba(255,255,255,.3); }
.partners .btn--ghost:hover { border-color: var(--cyan); color: #fff; background: rgba(0,170,239,.12); }
.partners__art { display: grid; gap: 14px; justify-items: end; }
.partners__chip {
  color: #fff; font-weight: 600; padding: 16px 22px; border-radius: 14px;
  box-shadow: var(--shadow); min-width: 240px; text-align: center;
}
.partners__chip--outline { background: transparent; border: 1.5px dashed rgba(255,255,255,.35); }
.partners__chip:nth-child(1) { transform: translateX(-26px); }
.partners__chip:nth-child(3) { transform: translateX(-26px); }

/* ---------- Roadmap ---------- */
.roadmap__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.roadmap__item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; box-shadow: var(--shadow-sm); }
.roadmap__tag {
  display: inline-block; font-size: .72rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: var(--teal); background: rgba(0,170,239,.12); padding: 4px 10px; border-radius: 999px; margin-bottom: 12px;
}
.roadmap__item h4 { margin: 0 0 6px; font-size: 1.08rem; }
.roadmap__item p { margin: 0; color: var(--muted); font-size: .94rem; }
.roadmap__note { text-align: center; margin: 30px 0 0; color: var(--muted); }

/* ---------- CTA actions ---------- */
.cta__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }

/* ---------- CTA / contact ---------- */
.cta { background: var(--bg-soft); }
.cta__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.cta__title { font-size: clamp(1.9rem, 3.4vw, 2.6rem); font-weight: 800; margin: 0 0 14px; letter-spacing: -.02em; }
.cta__sub { font-size: 1.1rem; color: var(--muted); margin: 0 0 26px; }
.cta__contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.cta__contact li { display: flex; align-items: center; gap: 12px; font-size: 1.02rem; }
.cta__contact span { font-size: 1.2rem; }

.cta__form { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px; box-shadow: var(--shadow-sm); display: grid; gap: 16px; }
.field { display: grid; gap: 6px; }
.field label { font-weight: 600; font-size: .92rem; }
.field input, .field select, .field textarea {
  font: inherit; padding: 11px 14px; border: 1.5px solid var(--line);
  border-radius: var(--radius-sm); background: var(--surface-2); color: var(--ink); width: 100%;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(66,139,202,.18);
}
.field textarea { resize: vertical; }
.cta__formnote { margin: 4px 0 0; font-size: .92rem; color: var(--teal); font-weight: 600; min-height: 1.2em; }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy); color: #b9d2e6; }
.site-footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; padding: 56px 0 40px; }
.site-footer__brand p { margin: 16px 0 0; max-width: 300px; font-size: .95rem; }
.site-footer__col h4 { color: #fff; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; margin: 0 0 14px; }
.site-footer__col a { display: block; color: #b9d2e6; padding: 5px 0; font-size: .96rem; }
.site-footer__col a:hover { color: var(--cyan); }
.site-footer__bar { border-top: 1px solid rgba(255,255,255,.08); }
.site-footer__barinner { display: flex; justify-content: space-between; padding: 18px 0; font-size: .86rem; color: #89a8c1; }

/* ---------- How it works (homepage) ---------- */
.hiw-home__steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 0 20px;
  align-items: start;
  margin-bottom: 40px;
}

.hiw-home__step {
  background: var(--surface);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 28px 24px;
  height: 100%;
}

.hiw-home__num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--grad-blue);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}

.hiw-home__step h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
}

.hiw-home__step p {
  margin: 0;
  font-size: .94rem;
  color: var(--muted);
  line-height: 1.6;
}

.hiw-home__step p a {
  color: var(--cyan);
  font-weight: 600;
}

.hiw-home__arrow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 34px;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--blue);
}

.hiw-home__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero__inner { grid-template-columns: 1fr; gap: 36px; padding: 56px 0 64px; }
  .hero__panel { max-width: 460px; }
  .why { grid-template-columns: 1fr; }
  .why__card { position: static; }
  .partners__inner { grid-template-columns: 1fr; gap: 34px; }
  .partners__art { justify-items: start; }
  .partners__chip:nth-child(odd) { transform: none; }
  .cta__inner { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .ladder { grid-template-columns: 1fr 1fr; }
  .ladder__arrow { display: none; }
  .roadmap__grid { grid-template-columns: 1fr 1fr; }
  .hiw-home__steps { grid-template-columns: 1fr; gap: 14px; }
  .hiw-home__arrow { display: none; }
}

/* Nav hamburger: activate at ≤900px to prevent overflow with 7 nav items */
@media (max-width: 900px) {
  .topbar__hours { display: none; }
  .nav {
    position: fixed; inset: 0 0 0 auto; width: min(82vw, 320px);
    background: var(--navy); flex-direction: column; align-items: flex-start;
    padding: 90px 28px 28px; gap: 6px; transform: translateX(100%);
    transition: transform .28s ease; box-shadow: -20px 0 50px -20px rgba(0,0,0,.6);
  }
  .nav.is-open { transform: none; }
  .nav__link { padding: 10px 0; font-size: 1.1rem; width: 100%; border-bottom: 1px solid rgba(255,255,255,.07); }
  .nav__cta { margin-top: 14px; width: 100%; }
  .nav-toggle { display: flex; z-index: 60; }
}

@media (max-width: 760px) {
  .product-grid { grid-template-columns: 1fr; }
  .trust__inner { grid-template-columns: 1fr 1fr; gap: 24px 12px; }
  .section { padding: 60px 0; }
  .ladder { grid-template-columns: 1fr; }
  .roadmap__grid { grid-template-columns: 1fr; }
  /* Hero CTAs full-width on mobile */
  .hero__actions { flex-direction: column; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  /* CTA section actions stack */
  .cta__actions { flex-direction: column; }
  .cta__actions .btn { width: 100%; justify-content: center; }
  /* Partners actions stack */
  .partners__actions { flex-direction: column; }
  .partners__actions .btn { width: 100%; justify-content: center; }
  /* How it works CTA stack */
  .hiw-home__cta { flex-direction: column; align-items: stretch; }
  .hiw-home__cta .btn { width: 100%; justify-content: center; }
}

@media (max-width: 640px) {
  .service-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .site-footer__inner { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
  .topbar__left { gap: 0; }
  .hero__badges { font-size: .85rem; }
  /* Partners chips no longer overflow */
  .partners__chip { min-width: 0; width: 100%; transform: none !important; }
}

@media (max-width: 400px) {
  /* Ensure footer columns don't squeeze below 400px */
  .site-footer__inner { grid-template-columns: 1fr; }
  .trust__inner { grid-template-columns: 1fr; gap: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
