@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap');

:root {
  --navy: #1a2f56;
  --navy-2: #243965;
  --orange: #e8913a;
  --orange-2: #f0a35a;
  --ink: #14233f;
  --muted: #5d6b82;
  --line: #cfd8e8;
  --sand: #e4ebf6;
  --white: #ffffff;
  --max: 1120px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body.landing {
  margin: 0;
  color: var(--ink);
  font-family: "Sora", "Segoe UI", sans-serif;
  background:
    radial-gradient(900px 520px at 100% -10%, rgba(232, 145, 58, .18), transparent 50%),
    radial-gradient(700px 480px at -10% 20%, rgba(26, 47, 86, .10), transparent 48%),
    linear-gradient(180deg, #d7e0ef 0%, #eef2f8 28%, #f5f7fb 100%);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.wrap {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

/* Top bar */
.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(12px);
  background: rgba(237, 242, 250, .92);
  border-bottom: 1px solid rgba(207, 216, 232, .7);
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .75rem 0;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: .65rem;
  min-width: 0;
}

.brand-lockup img {
  height: auto;
  width: auto;
  max-height: 48px;
  max-width: 168px;
  background: #f7f9fd;
  border-radius: 10px;
  padding: .2rem .35rem;
  object-fit: contain;
}

.brand-lockup strong {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -.02em;
  color: var(--navy);
}

.brand-lockup span {
  display: block;
  font-size: .68rem;
  color: var(--muted);
  font-weight: 500;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}

.top-nav {
  display: none;
  align-items: center;
  gap: 1rem;
  font-size: .82rem;
  font-weight: 600;
  color: var(--muted);
}

.top-nav a:hover { color: var(--navy); }

@media (max-width: 420px) {
  .top-actions .btn-ghost { display: none; }
  .brand-lockup span { display: none; }
  .btn { padding: .65rem .85rem; font-size: .82rem; }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  border: 0;
  border-radius: .8rem;
  padding: .7rem 1.05rem;
  font-weight: 700;
  font-family: inherit;
  font-size: .9rem;
  cursor: pointer;
  transition: transform .15s ease, background .15s ease;
}

.btn:active { transform: scale(.98); }
.btn-primary { background: linear-gradient(145deg, var(--navy-2), var(--navy)); color: #fff; }
.btn-accent { background: linear-gradient(145deg, var(--orange-2), var(--orange)); color: var(--navy); }
.btn-ghost { background: transparent; color: var(--navy); border: 1px solid var(--line); }

/* Hero — one composition */
.hero {
  position: relative;
  min-height: min(100vh, 920px);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img,
.hero-media .hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.hero-video {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity .6s ease;
}

.hero-media.has-video .hero-video { opacity: 1; }
.hero-media.has-video .hero-fallback { opacity: 0; }

.hero-fallback {
  position: absolute;
  inset: 0;
  transition: opacity .6s ease;
  animation: heroKen 28s ease-in-out infinite alternate;
}

.hero-fallback.is-static {
  opacity: 1;
}

@keyframes heroKen {
  from { transform: scale(1.05) translate3d(0, 0, 0); }
  to { transform: scale(1.14) translate3d(-2%, -1%, 0); }
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(20, 35, 63, .35) 0%, rgba(26, 47, 86, .45) 42%, rgba(15, 28, 53, .88) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 5.5rem 0 3.25rem;
  color: #fff;
}

.hero-logo {
  width: min(280px, 78vw);
  height: auto;
  margin: 0 0 .85rem;
  background: #f7f9fd;
  border-radius: 1rem;
  padding: .45rem .65rem;
  box-shadow: 0 14px 36px rgba(15, 28, 53, .28);
}

.hero-brand {
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.8rem, 9vw, 5rem);
  font-weight: 700;
  letter-spacing: -.03em;
  line-height: .95;
  margin: 0 0 .85rem;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .28);
}

.hero-line {
  max-width: 30ch;
  font-size: clamp(1.02rem, 2.4vw, 1.28rem);
  font-weight: 500;
  opacity: .94;
  margin: 0 0 1.4rem;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
}

.hero-ghost {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .35) !important;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal.delay-1 { transition-delay: .12s; }
.reveal.delay-2 { transition-delay: .22s; }
.reveal.delay-3 { transition-delay: .32s; }

/* Product tour + video */
.tour-section { padding-top: 3.25rem; }

.tour-player {
  border-radius: 1.35rem;
  overflow: hidden;
  border: 1px solid rgba(207, 216, 232, .95);
  background: #0f1c35;
  box-shadow: 0 22px 48px rgba(26, 47, 86, .18);
  margin-bottom: 1.25rem;
  opacity: 1;
  visibility: visible;
}

.tour-player video {
  display: block;
  width: 100%;
  min-height: 220px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #0f1c35;
}

.tour-caption {
  margin: .75rem 0 0;
  text-align: center;
  color: var(--muted);
  font-size: .86rem;
}

.tour-missing {
  padding: 2rem 1.25rem;
  text-align: center;
  color: var(--muted);
  background: #edf2fa;
}

.tour-missing code {
  font-size: .78rem;
  color: var(--navy);
}

.flow-player {
  margin-top: .5rem;
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--line);
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(26, 47, 86, .12);
}

.flow-stage {
  display: grid;
  gap: 0;
}

.flow-frame {
  width: 100%;
  height: 360px;
  min-height: 360px;
  max-height: 360px;
  background:
    radial-gradient(520px 240px at 50% 0%, rgba(232, 145, 58, .16), transparent 55%),
    #101c35;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: 16px;
  box-sizing: border-box;
}

.flow-frame img,
.flow-stage img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .28);
  background: #fff;
  object-fit: contain;
  object-position: center center;
}

/* Portrait app shots — fill frame height so they match desktop visual weight */
.flow-frame img.is-phone {
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: min(100%, 210px);
}

/* Landscape admin shots — fill frame width */
.flow-frame img.is-desktop {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.flow-copy {
  padding: 1.15rem 1.25rem 1.25rem;
}

.flow-role {
  display: inline-block;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: .35rem;
}

.flow-copy strong {
  display: block;
  font-size: 1.2rem;
  color: var(--navy);
  margin-bottom: .35rem;
}

.flow-copy p {
  margin: 0 0 .9rem;
  color: var(--muted);
  font-size: .94rem;
  max-width: 52ch;
}

.flow-controls {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.flow-btn {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 12px;
  background: var(--navy);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.flow-btn.flow-play {
  background: linear-gradient(145deg, var(--orange-2), var(--orange));
  color: var(--navy);
  width: 46px;
  height: 46px;
}

.flow-count {
  margin-left: .35rem;
  font-size: .82rem;
  font-weight: 700;
  color: var(--muted);
}

.flow-dots {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  padding: 0 1.25rem 1.15rem;
}

.flow-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: #c9d4e6;
  cursor: pointer;
  padding: 0;
}

.flow-dot.is-active {
  background: var(--orange);
  transform: scale(1.15);
}

@media (min-width: 900px) {
  .flow-stage {
    grid-template-columns: 1.15fr .95fr;
    align-items: stretch;
  }
  .flow-frame {
    height: 460px;
    min-height: 460px;
    max-height: 460px;
    padding: 22px;
  }
  .flow-frame img.is-phone {
    max-width: min(100%, 250px);
  }
  .flow-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-fallback,
  .tour-reel-track,
  .reveal {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Brand strip — real product logos */
.brand-strip { padding-top: 2.5rem; padding-bottom: 0; }

.brand-strip-inner {
  display: grid;
  gap: 1rem;
}

.brand-card {
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 1.15rem 1.25rem;
  display: grid;
  gap: .75rem;
  align-content: start;
}

.brand-card img {
  width: min(280px, 90%);
  height: auto;
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
}

.brand-card.powered img {
  width: min(120px, 48%);
  background: transparent;
  border: 0;
}

.brand-card p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
  max-width: 36ch;
}

.brand-card .tiny {
  font-size: .65rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #8b95a8;
  font-weight: 700;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Sections */
.section {
  padding: 4.25rem 0;
}

.section-head {
  max-width: 36rem;
  margin-bottom: 1.75rem;
}

.section-head .kicker {
  color: var(--orange);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .45rem;
}

.section-head h2 {
  margin: 0 0 .55rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.7rem, 4vw, 2.45rem);
  letter-spacing: -.02em;
  color: var(--navy);
  line-height: 1.15;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
}

/* Screens */
.screen-stage {
  display: grid;
  gap: 1.25rem;
}

.screen-card {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(207, 216, 232, .9);
  border-radius: 1.25rem;
  overflow: hidden;
  backdrop-filter: blur(6px);
}

.screen-card figcaption {
  padding: 1rem 1.1rem 1.15rem;
}

.screen-card h3 {
  margin: 0 0 .25rem;
  color: var(--navy);
  font-size: 1.05rem;
}

.screen-card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.screen-frame {
  background: #0f1c35;
  padding: .85rem .85rem 0;
}

.screen-frame.desktop { padding: .9rem; }
.screen-frame.desktop img {
  border-radius: .65rem;
  width: 100%;
  height: auto;
}

.phone-shell {
  width: min(100%, 280px);
  margin: 0 auto;
  background: #111827;
  border-radius: 1.6rem 1.6rem 0 0;
  padding: .55rem .55rem 0;
  box-shadow: 0 20px 40px rgba(15, 28, 53, .25);
}

.phone-shell img {
  width: 100%;
  border-radius: 1.15rem 1.15rem 0 0;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
}

.phones-row {
  display: grid;
  gap: 1.25rem;
}

/* Feature bands */
.band {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.band-copy h3 {
  margin: 0 0 .5rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  color: var(--navy);
}

.band-copy p {
  margin: 0;
  color: var(--muted);
  max-width: 38ch;
}

.feature-list {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: .55rem;
}

.feature-list li {
  display: flex;
  gap: .55rem;
  align-items: flex-start;
  color: var(--ink);
  font-size: .95rem;
}

.feature-list i {
  color: var(--orange);
  margin-top: .15rem;
}

.shot-panel {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
  animation: fadeUp .7s ease both;
}

.shot-panel img {
  width: 100%;
  height: auto;
}

.shot-panel.phone-panel {
  max-width: 320px;
  margin-inline: auto;
  background: #0f1c35;
  padding: .65rem;
}

.shot-panel.phone-panel img {
  border-radius: 1rem;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  object-position: top center;
}

.more-shots {
  display: grid;
  gap: 1rem;
}

.more-shots figure {
  margin: 0;
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  overflow: hidden;
}

.more-shots img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: top center;
  background: #0f1c35;
}

.more-shots figcaption {
  padding: .85rem 1rem;
  color: var(--muted);
  font-size: .88rem;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

/* Buy strip — light brand surface so navy logo stays readable */
.buy {
  background:
    linear-gradient(135deg, #edf2fa 0%, #e8eef8 48%, #fff4e8 100%);
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  padding: 1.75rem 1.35rem;
  position: relative;
  overflow: hidden;
}

.buy::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -50px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(232, 145, 58, .22);
}

.buy h2 {
  position: relative;
  z-index: 1;
  margin: 0 0 .45rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.55rem, 4vw, 2.1rem);
  color: var(--navy);
}

.buy p {
  position: relative;
  z-index: 1;
  margin: 0 0 1.1rem;
  opacity: 1;
  color: var(--muted);
  max-width: 40ch;
}

.buy .btn { position: relative; z-index: 1; }

.buy-logos {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-bottom: 1rem;
}

.buy-logos img {
  height: auto;
  max-height: 64px;
  width: auto;
  max-width: 240px;
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.aside-logos {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem;
}

.aside-logos img {
  height: auto;
  max-height: 52px;
  width: auto;
  max-width: 200px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

.footer-gk {
  height: auto;
  max-height: 56px;
  width: auto;
  max-width: 220px;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  margin-top: .35rem;
}

/* Enquire form */
.enquire-grid {
  display: grid;
  gap: 1.25rem;
}

.enquire-form {
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 1.25rem;
}

.enquire-form label {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: .3rem;
}

.enquire-form .field { margin-bottom: .8rem; }

.enquire-form input,
.enquire-form textarea,
.enquire-form select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: .75rem;
  padding: .75rem .85rem;
  font: inherit;
  font-size: 16px;
  background: #fff;
  color: var(--ink);
}

.enquire-form .row {
  display: grid;
  gap: .8rem;
}

.flash {
  border-radius: .85rem;
  padding: .85rem 1rem;
  margin-bottom: 1rem;
  font-size: .92rem;
}

.flash.ok { background: #e8f7ee; color: #146c3c; }
.flash.err { background: #fdecec; color: #9b1c1c; }

.aside-note {
  color: var(--muted);
  font-size: .95rem;
}

.aside-note strong {
  display: block;
  color: var(--navy);
  font-size: 1.05rem;
  margin-bottom: .35rem;
}

.aside-checklist {
  list-style: none;
  margin: .85rem 0;
  padding: 0;
  display: grid;
  gap: .45rem;
}

.aside-checklist li {
  display: flex;
  gap: .45rem;
  align-items: flex-start;
  color: var(--ink);
  font-size: .9rem;
}

.aside-checklist i { color: var(--orange); margin-top: .1rem; }

.aside-modules {
  margin: .75rem 0 0;
  font-size: .88rem;
  line-height: 1.45;
}

.form-fine {
  margin: .75rem 0 0;
  text-align: center;
  font-size: .78rem;
  color: var(--muted);
}

/* Pain / why buy */
.pain-grid {
  display: grid;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.pain-item {
  background: rgba(255, 255, 255, .78);
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  padding: 1.15rem 1.2rem;
}

.pain-label {
  display: inline-block;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #9b4a2a;
  background: #f8e6d8;
  border-radius: .4rem;
  padding: .2rem .45rem;
  margin-bottom: .55rem;
}

.pain-item h3 {
  margin: 0 0 .4rem;
  font-size: 1.05rem;
  color: var(--navy);
}

.pain-item p {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.solve-strip {
  display: grid;
  gap: 1rem;
  align-items: center;
  background: linear-gradient(135deg, rgba(26, 47, 86, .06), rgba(232, 145, 58, .12));
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 1.25rem 1.35rem;
}

.solve-strip h3 {
  margin: 0 0 .4rem;
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.6rem);
  color: var(--navy);
}

.solve-strip p {
  margin: 0;
  color: var(--muted);
  max-width: 52ch;
}

/* Roles */
.role-grid {
  display: grid;
  gap: 1rem;
}

.role-grid article {
  padding: 1.1rem 1.15rem;
  border-left: 3px solid var(--orange);
  background: rgba(255, 255, 255, .55);
  border-radius: 0 1rem 1rem 0;
}

.role-grid i {
  font-size: 1.25rem;
  color: var(--navy);
}

.role-grid h3 {
  margin: .45rem 0 .35rem;
  font-size: 1.02rem;
  color: var(--navy);
}

.role-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

/* Modules */
.module-grid {
  display: grid;
  gap: 1rem;
}

.module-grid article {
  background: rgba(255, 255, 255, .82);
  border: 1px solid var(--line);
  border-radius: 1.1rem;
  padding: 1.15rem;
}

.module-grid i {
  font-size: 1.35rem;
  color: var(--orange);
}

.module-grid h3 {
  margin: .5rem 0 .35rem;
  font-size: 1.02rem;
  color: var(--navy);
}

.module-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
  line-height: 1.45;
}

/* Steps */
.steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

.steps li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  background: rgba(255, 255, 255, .8);
  border: 1px solid var(--line);
  border-radius: 1.15rem;
  padding: 1.1rem 1.2rem;
}

.steps span {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}

.steps h3 {
  margin: 0 0 .3rem;
  font-size: 1.05rem;
  color: var(--navy);
}

.steps p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

/* Plans */
.plan-grid {
  display: grid;
  gap: 1rem;
}

.plan {
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--line);
  border-radius: 1.25rem;
  padding: 1.35rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: .65rem;
}

.plan-featured {
  border-color: rgba(232, 145, 58, .55);
  box-shadow: 0 14px 36px rgba(26, 47, 86, .1);
  background: linear-gradient(180deg, #fff 0%, #fff7ef 100%);
}

.plan-tag {
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--orange);
}

.plan h3 {
  margin: 0;
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.45rem;
  color: var(--navy);
}

.plan-size {
  margin: 0;
  font-weight: 700;
  color: var(--ink);
  font-size: .95rem;
}

.plan ul {
  list-style: none;
  margin: .25rem 0 .5rem;
  padding: 0;
  display: grid;
  gap: .4rem;
  flex: 1;
}

.plan li {
  position: relative;
  padding-left: 1.1rem;
  font-size: .9rem;
  color: var(--muted);
}

.plan li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .45rem;
  width: .45rem;
  height: .45rem;
  border-radius: 50%;
  background: var(--orange);
}

.plan .btn { align-self: stretch; }

.plan-note {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: .88rem;
  text-align: center;
}

/* Trust */
.trust-panel {
  background: rgba(255, 255, 255, .9);
  border: 1px solid var(--line);
  border-radius: 1.4rem;
  padding: 1.5rem 1.25rem;
}

.trust-grid {
  display: grid;
  gap: 1rem;
}

.trust-grid strong {
  display: block;
  color: var(--navy);
  margin-bottom: .3rem;
  font-size: 1rem;
}

.trust-grid p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.trust-cta {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.35rem;
}

.demo-hint {
  margin: 1rem 0 0;
  font-size: .82rem;
  color: var(--muted);
}

.demo-hint code {
  background: var(--sand);
  padding: .1rem .35rem;
  border-radius: .35rem;
  font-size: .8rem;
}

/* FAQ */
.faq-list {
  display: grid;
  gap: .65rem;
}

.faq-list details {
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--line);
  border-radius: 1rem;
  padding: .95rem 1.1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--navy);
  list-style: none;
}

.faq-list summary::-webkit-details-marker { display: none; }

.faq-list summary::after {
  content: "+";
  float: right;
  color: var(--orange);
  font-weight: 800;
}

.faq-list details[open] summary::after { content: "–"; }

.faq-list p {
  margin: .65rem 0 0;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.5;
}

/* Footer */
.site-footer {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid var(--line);
  margin-top: 1rem;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .45rem;
  text-align: center;
}

.footer-inner .tiny {
  font-size: .65rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8b95a8;
}

.logo-plate {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: .3rem .5rem;
}

.logo-plate img { height: 36px; width: auto; }

.footer-links {
  display: flex;
  gap: 1rem;
  font-size: .85rem;
  color: var(--muted);
  margin-top: .35rem;
}

@media (min-width: 768px) {
  .top-nav { display: flex; }

  .phones-row {
    grid-template-columns: 1fr 1fr;
    align-items: end;
  }

  .screen-stage {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .screen-stage .screen-card:first-child {
    grid-column: 1 / -1;
  }

  .band {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }

  .band.reverse .band-copy { order: 2; }
  .band.reverse .shot-panel { order: 1; }

  .brand-strip-inner {
    grid-template-columns: 1.2fr .8fr;
  }

  .more-shots {
    grid-template-columns: repeat(3, 1fr);
  }

  .pain-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .solve-strip {
    grid-template-columns: 1fr auto;
    gap: 1.5rem;
  }

  .role-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .module-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .plan-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .enquire-grid {
    grid-template-columns: .9fr 1.1fr;
    align-items: start;
  }

  .enquire-form .row-2 {
    grid-template-columns: 1fr 1fr;
  }

  .buy {
    padding: 2.25rem 2rem;
  }

  .hero-content { padding: 7rem 0 4rem; }
}

@media (min-width: 1024px) {
  .phones-row {
    grid-template-columns: 1fr;
  }

  /* .screen-stage {
    grid-template-columns: 1.45fr .75fr .75fr;
  } */

  .role-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
