/* home.css — Summit 360 Landing Page
   Complete redesign. Builds on modern-report-hub.css global tokens.
----------------------------------------------------------------------- */

/* ── 0. Scroll-driven custom properties ───────────────────────────── */
:root {
  --s360-home-shell-max: 1300px;
  --s360-home-shell-pad: clamp(20px, 4vw, 52px);
  --s360-home-section-pad: clamp(32px, 3.5vw, 52px);
  --s360-ambient-progress: 0.18;
  --s360-dark-zone: 0;
  --s360-how-stage: 0;
  --s360-preview-stage: 0;
  --s360-features-stage: 0.64;
  --s360-how-dark-level: 0.42;
  --s360-how-light: 0.18;
  --s360-pricing-stage: 0;
  --s360-page-theme-progress: 0.16;
  --s360-focus-rgb: 42, 108, 136;
  --s360-focus-strength: 0.24;
}

/* ── 1. Landing shell ─────────────────────────────────────────────── */
body .s360-landing {
  position: relative;
  width: 100%;
  overflow-x: clip;
  color: var(--s360-ink, #0f172a);
  font-family: 'Poppins', 'Segoe UI', sans-serif;
  background: transparent;
}

/* Scroll-driven animated background */
body .s360-landing::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(
      1320px 800px
      at calc(10% + (16% * var(--s360-ambient-progress))) calc(10% + (10% * var(--s360-ambient-progress))),
      rgba(var(--s360-focus-rgb), calc(0.14 + (0.2 * var(--s360-ambient-progress)))),
      transparent 74%
    ),
    radial-gradient(
      1220px 760px
      at calc(92% - (14% * var(--s360-ambient-progress))) calc(84% - (12% * var(--s360-ambient-progress))),
      rgba(44, 200, 150, calc(0.09 + (0.16 * var(--s360-ambient-progress)))),
      transparent 76%
    ),
    radial-gradient(
      1660px 980px at 50% calc(58% - (14% * var(--s360-dark-zone))),
      rgba(6, 24, 38, calc(0.04 + (0.26 * var(--s360-dark-zone)))),
      transparent 82%
    ),
    linear-gradient(158deg, #f8fafc 0%, #eef5fb 44%, #f0f7fc 100%);
  animation: s360-bg-shift 30s ease-in-out infinite;
}

body .s360-landing > * { position: relative; z-index: 1; }
body .s360-landing *,
body .s360-landing *::before,
body .s360-landing *::after { box-sizing: border-box; }

body .s360-landing :is(#tour, #features, #how-it-works, #pricing, #faq) {
  scroll-margin-top: 84px;
}

/* ── 2. Public header overrides ───────────────────────────────────── */
.s360-header--public {
  padding: 14px var(--s360-home-shell-pad);
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 140;
  pointer-events: none;
  background: transparent;
  border: 0 !important;
  box-shadow: none !important;
  --s360-head-ink-r: calc(13 + (228 - 13) * var(--s360-page-theme-progress));
  --s360-head-ink-g: calc(47 + (243 - 47) * var(--s360-page-theme-progress));
  --s360-head-ink-b: calc(64 + (252 - 64) * var(--s360-page-theme-progress));
  --s360-head-muted-r: calc(31 + (178 - 31) * var(--s360-page-theme-progress));
  --s360-head-muted-g: calc(79 + (211 - 79) * var(--s360-page-theme-progress));
  --s360-head-muted-b: calc(104 + (232 - 104) * var(--s360-page-theme-progress));
}

.s360-header--public::after { content: none; }
.s360-header--public .s360-header__edge { display: none !important; }

.s360-header--public .s360-header__shell {
  position: relative;
  z-index: 1;
  max-width: min(var(--s360-home-shell-max), 96vw);
  pointer-events: auto;
  border-radius: 999px;
  background:
    linear-gradient(
      180deg,
      rgba(
        calc(255 + (8 - 255) * var(--s360-page-theme-progress)),
        calc(255 + (28 - 255) * var(--s360-page-theme-progress)),
        calc(255 + (41 - 255) * var(--s360-page-theme-progress)),
        calc(0.78 - (0.12 * var(--s360-page-theme-progress)))
      ),
      rgba(
        calc(251 + (7 - 251) * var(--s360-page-theme-progress)),
        calc(255 + (24 - 255) * var(--s360-page-theme-progress)),
        calc(252 + (37 - 252) * var(--s360-page-theme-progress)),
        calc(0.72 - (0.08 * var(--s360-page-theme-progress)))
      )
    ),
    radial-gradient(540px 180px at 10% 0%, rgba(var(--s360-focus-rgb), 0.22), transparent 70%),
    radial-gradient(580px 220px at 90% 100%, rgba(var(--s360-focus-rgb), 0.18), transparent 72%);
  background-size: 170% 170%, 180% 180%, 180% 180%;
  animation: s360-header-blend 16s ease-in-out infinite;
  border: 1px solid rgba(
    calc(8 + (120 - 8) * var(--s360-page-theme-progress)),
    calc(44 + (178 - 44) * var(--s360-page-theme-progress)),
    calc(60 + (208 - 60) * var(--s360-page-theme-progress)),
    calc(0.01 + (0.04 * var(--s360-page-theme-progress)))
  );
  box-shadow: 0 12px 28px rgba(6, 24, 38, calc(0.1 + (0.12 * var(--s360-page-theme-progress))));
  backdrop-filter: blur(calc(8px + (4px * var(--s360-page-theme-progress))));
}

.s360-header--public .s360-nav__rail {
  background: rgba(
    calc(10 + (8 - 10) * var(--s360-page-theme-progress)),
    calc(53 + (39 - 53) * var(--s360-page-theme-progress)),
    calc(70 + (56 - 70) * var(--s360-page-theme-progress)),
    calc(0.08 + (0.2 * var(--s360-page-theme-progress)))
  );
}

.s360-header--public .s360-brand__top,
.s360-header--public .s360-brand__bot,
.s360-header--public .s360-nav__link {
  color: rgba(var(--s360-head-ink-r), var(--s360-head-ink-g), var(--s360-head-ink-b), 0.95);
}

.s360-header--public .s360-nav__link i {
  color: rgba(var(--s360-head-muted-r), var(--s360-head-muted-g), var(--s360-head-muted-b), 0.9);
}

.s360-header--public .s360-nav__link:hover {
  color: rgba(var(--s360-head-ink-r), var(--s360-head-ink-g), var(--s360-head-ink-b), 1);
}

.s360-header--public .s360-actions .s360-btn {
  min-height: 46px;
  border: 1px solid rgba(
    calc(12 + (120 - 12) * var(--s360-page-theme-progress)),
    calc(57 + (184 - 57) * var(--s360-page-theme-progress)),
    calc(77 + (212 - 77) * var(--s360-page-theme-progress)),
    calc(0.24 + (0.2 * var(--s360-page-theme-progress)))
  );
}

.s360-header--public .s360-btn--ghost {
  background: rgba(
    calc(13 + (10 - 13) * var(--s360-page-theme-progress)),
    calc(47 + (40 - 47) * var(--s360-page-theme-progress)),
    calc(64 + (57 - 64) * var(--s360-page-theme-progress)),
    calc(0.11 + (0.26 * var(--s360-page-theme-progress)))
  );
  color: rgba(var(--s360-head-ink-r), var(--s360-head-ink-g), var(--s360-head-ink-b), 0.98) !important;
}

.s360-header--public .s360-btn--primary {
  background: linear-gradient(128deg, #1f6f93 0%, #2a6c88 52%, #2ca536 100%);
  color: #fff !important;
}

/* ── 3. Section shell ─────────────────────────────────────────────── */
.s360-section {
  position: relative;
  isolation: isolate;
  padding: var(--s360-home-section-pad) var(--s360-home-shell-pad);
}

.s360-section__shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(var(--s360-home-shell-max), 96vw);
  margin: 0 auto;
  display: grid;
  gap: 32px;
}

/* ── 4. Typography utilities ──────────────────────────────────────── */
.section-eyebrow { display: block; }

.eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(42, 108, 136, 0.1);
  border: 1px solid rgba(42, 108, 136, 0.18);
  color: #2a6c88;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.eyebrow-pill--teal {
  background: rgba(42, 108, 136, 0.12);
  border-color: rgba(42, 108, 136, 0.22);
  color: #2a6c88;
}

.eyebrow-pill--light {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.92);
}

.eyebrow-pill--white {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.section-heading {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  line-height: 1.16;
  letter-spacing: -0.025em;
  color: var(--s360-ink, #0f172a);
}

.section-heading.sh--light { color: #f1f9ff; }

.section-subhead {
  margin: 0;
  max-width: 680px;
  font-size: clamp(0.95rem, 1.2vw, 1.05rem);
  line-height: 1.72;
  color: #64748b;
}

.section-subhead.sh--light-muted { color: rgba(215, 240, 255, 0.9); }

/* Landing-specific button variants */
.s360-btn--outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 12px;
  border: 1.5px solid rgba(42, 108, 136, 0.3);
  background: transparent;
  color: #2a6c88;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
  width: 100%;
  text-align: center;
}

.s360-btn--outline:hover {
  background: rgba(42, 108, 136, 0.06);
  border-color: rgba(42, 108, 136, 0.5);
}

.s360-btn--white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 14px;
  background: #fff;
  border: none;
  color: #0f172a !important;
  font-size: 0.94rem;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.14);
  text-decoration: none;
  cursor: pointer;
  transition: transform 140ms ease, box-shadow 140ms ease;
}

.s360-btn--white:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.2);
  color: #0f172a !important;
  text-decoration: none !important;
}

.s360-btn--ghost-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 0.94rem;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease;
}

.s360-btn--ghost-white:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.44);
  color: #fff !important;
  text-decoration: none !important;
}

/* ── 5. HERO ──────────────────────────────────────────────────────── */
.s360-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(136px, 11vw, 170px) var(--s360-home-shell-pad) clamp(40px, 4vw, 60px);
  isolation: isolate;
}

.s360-hero::before {
  content: "";
  position: absolute;
  inset: -200px 0 -60px;
  z-index: -1;
  background:
    radial-gradient(900px 480px at 8% 12%, rgba(var(--s360-focus-rgb), 0.22), transparent 72%),
    radial-gradient(860px 440px at 88% 82%, rgba(44, 165, 54, 0.14), transparent 74%);
  animation: s360-hero-bg-pan 20s ease-in-out infinite;
  pointer-events: none;
}

.s360-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

/* Parallax orbs */
.s360-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(88px);
  animation: s360-orb-float 14s ease-in-out infinite;
}

.s360-orb.o1 {
  width: 520px; height: 520px;
  top: -120px; left: -100px;
  background: radial-gradient(circle, rgba(42, 108, 136, 0.32) 0%, transparent 70%);
  opacity: 0.5;
}

.s360-orb.o2 {
  width: 440px; height: 440px;
  top: -80px; right: -80px;
  background: radial-gradient(circle, rgba(44, 165, 54, 0.28) 0%, transparent 70%);
  opacity: 0.4;
  animation-delay: -4s;
  animation-duration: 18s;
}

.s360-orb.o3 {
  width: 360px; height: 360px;
  bottom: -60px; left: 30%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
  opacity: 0.35;
  animation-delay: -8s;
  animation-duration: 22s;
}

/* Hero layout */
.s360-hero__shell {
  position: relative;
  z-index: 1;
  max-width: min(var(--s360-home-shell-max), 96vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}

/* Hero copy */
.s360-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 22px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #2a6c88;
}

.eyebrow-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2ca536;
  flex-shrink: 0;
  position: relative;
}

.eyebrow-pulse::after {
  content: "";
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  background: rgba(44, 165, 54, 0.3);
  animation: s360-hero-pulse 2s ease-in-out infinite;
}

.s360-hero__title {
  margin: 0 0 20px;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #0f172a;
}

.s360-hero__title-accent {
  background: linear-gradient(120deg, #2a6c88, #2ca536 70%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.s360-hero__body {
  margin: 0 0 32px;
  font-size: clamp(1rem, 1.3vw, 1.1rem);
  line-height: 1.72;
  color: #475569;
  max-width: 560px;
}

.s360-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 40px;
}

.s360-hero__metrics {
  display: flex;
  gap: clamp(20px, 3vw, 40px);
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.hero-metric-item { display: flex; flex-direction: column; gap: 3px; }

.hero-metric-item dt {
  font-size: clamp(1.5rem, 2.2vw, 1.9rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0f172a;
  line-height: 1;
}

.hero-metric-num { display: inline; }

.hero-metric-item dd {
  font-size: 0.78rem;
  color: #64748b;
  font-weight: 500;
  margin: 0;
}

/* Hero visual — dashboard mockup */
.s360-hero__visual {
  display: flex;
  justify-content: flex-end;
}

.hero-command {
  position: relative;
  width: 100%;
  max-width: 520px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  box-shadow:
    0 2px 8px rgba(15, 23, 42, 0.06),
    0 24px 64px rgba(15, 23, 42, 0.12),
    0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  backdrop-filter: blur(8px);
  overflow: hidden;
}

/* Browser chrome bar */
.hero-command__bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(248, 250, 252, 0.95);
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.cmd-dot {
  width: 10px; height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}
.cmd-dot.d1 { background: #ff5f57; }
.cmd-dot.d2 { background: #febc2e; }
.cmd-dot.d3 { background: #28c840; }

.cmd-title {
  flex: 1;
  font-size: 0.7rem;
  font-weight: 600;
  color: #64748b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cmd-live-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 2px 8px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.28);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #15803d;
  flex-shrink: 0;
}

.cmd-live-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #22c55e;
  animation: s360-live-blink 1.8s ease-in-out infinite;
}

/* KPI cards row */
.hero-command__kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(15, 23, 42, 0.07);
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.hero-command__kpi-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.98);
}

.kpi-c__label {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.kpi-c__value {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
  line-height: 1;
}

.kpi-c__delta {
  font-size: 0.68rem;
  font-weight: 700;
}

.kpi-up { color: #16a34a; }
.kpi-dn { color: #dc2626; }

/* Chart area */
.hero-command__chart-wrap {
  padding: 14px 16px 10px;
  background: #fff;
}

.hero-command__chart-label {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
  margin-bottom: 10px;
}

.hero-command__chart {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 72px;
}

.hero-bar {
  flex: 1;
  border-radius: 4px 4px 0 0;
  height: calc(var(--hero-mini-level, 0.6) * 100%);
  background: linear-gradient(to top, #2a6c88 0%, rgba(42, 108, 136, 0.28) 100%);
  transition: height 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
}

.hero-bar.is-peak {
  background: linear-gradient(to top, #2ca536 0%, rgba(44, 165, 54, 0.3) 100%);
}

.hero-command__chart-months {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
  padding: 0 1px;
}

.hero-command__chart-months span {
  flex: 1;
  text-align: center;
  font-size: 0.6rem;
  color: #94a3b8;
  font-weight: 500;
}

/* Floating notification cards */
.hero-command__float {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  font-size: 0.72rem;
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
  animation: s360-float 3.6s ease-in-out infinite;
}

.hero-command__float i { color: #2a6c88; font-size: 0.85rem; }

.hero-command__float.f1 {
  bottom: -18px;
  left: -40px;
  animation-delay: 0s;
}

.hero-command__float.f2 {
  top: 44px;
  right: -44px;
  animation-delay: -1.8s;
}

/* ── 6. Trust strip ───────────────────────────────────────────────── */
.s360-trust {
  position: relative;
  z-index: 1;
  padding: 22px var(--s360-home-shell-pad);
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  background: rgba(248, 250, 252, 0.7);
  backdrop-filter: blur(4px);
}

.s360-trust__shell {
  max-width: min(var(--s360-home-shell-max), 96vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.s360-trust__label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #94a3b8;
  margin: 0;
  flex-shrink: 0;
}

.s360-trust__logos {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.trust-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.8);
  font-size: 0.73rem;
  font-weight: 600;
  color: #475569;
  white-space: nowrap;
  transition: border-color 150ms ease, background 150ms ease;
}

.trust-logo:hover {
  border-color: rgba(42, 108, 136, 0.22);
  background: rgba(255, 255, 255, 0.95);
}

.trust-sep {
  width: 1px;
  height: 20px;
  background: rgba(15, 23, 42, 0.1);
  flex-shrink: 0;
}

/* ── 7. Pain points ───────────────────────────────────────────────── */
.s360-section--pain { background: transparent; }

.s360-section--pain .s360-section__shell { gap: 28px; }

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pain-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
  transition: transform 200ms ease, box-shadow 200ms ease;
}

.pain-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.1);
}

.pain-card__icon-wrap {
  width: 48px; height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(239, 68, 68, 0.1);
  color: #ef4444;
  font-size: 1.2rem;
}

.pain-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
}

.pain-card__body {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.66;
  color: #64748b;
  flex: 1;
}

.pain-card__vs {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.07);
  font-size: 0.75rem;
  font-weight: 600;
}

.vs-before {
  padding: 3px 8px;
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.18);
  border-radius: 6px;
  color: #b91c1c;
  text-decoration: line-through;
}

.pain-card__vs i { color: #94a3b8; font-size: 0.7rem; }

.vs-after {
  padding: 3px 8px;
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: 6px;
  color: #15803d;
}

/* ── 8. Product tour ──────────────────────────────────────────────── */
.s360-section--preview {
  padding-bottom: 0;
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(42, 108, 136, 0.08), transparent 72%),
    radial-gradient(900px 500px at 80% 80%, rgba(99, 102, 241, 0.06), transparent 72%),
    transparent;
}

.s360-tour {
  position: relative;
  max-width: min(var(--s360-home-shell-max), 96vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

/* Tour nav (tab buttons) */
.s360-tour__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: sticky;
  top: 96px;
}

.tour-nav__btn {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  padding: 16px 16px 16px 14px;
  background: transparent;
  border: 1.5px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  transition: background 160ms ease, border-color 160ms ease;
  overflow: hidden;
}

.tour-nav__btn:hover { background: rgba(42, 108, 136, 0.04); }

.tour-nav__btn.is-active {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(42, 108, 136, 0.18);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.07);
}

.tour-nav__num {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #94a3b8;
  line-height: 1;
  padding-top: 2px;
  flex-shrink: 0;
}

.tour-nav__btn.is-active .tour-nav__num { color: #2a6c88; }

.tour-nav__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.tour-nav__title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #334155;
  line-height: 1.3;
}

.tour-nav__btn.is-active .tour-nav__title { color: #0f172a; }

.tour-nav__desc {
  font-size: 0.78rem;
  color: #94a3b8;
  line-height: 1.5;
}

.tour-nav__btn.is-active .tour-nav__desc { color: #64748b; }

/* Progress bar */
.tour-nav__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #2a6c88, #2ca536);
  border-radius: 0 2px 2px 0;
  transition: none;
}

.tour-nav__progress.is-active {
  width: 100%;
  transition: width 4600ms linear;
}

/* Tour stage & panes */
.s360-tour__stage {
  position: relative;
  min-height: 440px;
}

.tour-pane {
  display: none;
  flex-direction: column;
  gap: 20px;
  animation: s360-fade-slide-in 320ms ease forwards;
}

.tour-pane.is-active { display: flex; }

/* Mock browser window */
.tour-screen {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 8px 40px rgba(15, 23, 42, 0.14), 0 2px 8px rgba(15, 23, 42, 0.06);
  background: #fff;
}

.tour-screen__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px 14px;
  background: #f8fafc;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.tbar-dot {
  width: 9px; height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}
.tbar-dot.r { background: #ff5f57; }
.tbar-dot.y { background: #febc2e; }
.tbar-dot.g { background: #28c840; }

.tbar-addr {
  flex: 1;
  font-size: 0.65rem;
  color: #94a3b8;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tour-screen__body {
  padding: 16px;
  background: #f8fafc;
  min-height: 300px;
}

/* Mock KPI tiles */
.tmock-kpis {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.tmock-kpi {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.05);
}

.tmock-kpi__label {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.tmock-kpi__val {
  font-size: 0.95rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.tmock-kpi__delta {
  font-size: 0.65rem;
  font-weight: 700;
}

.tmock-up { color: #16a34a; }
.tmock-dn { color: #dc2626; }

/* Mock bar chart */
.tmock-chart {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  padding: 12px;
}

.tmock-chart__bars {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  height: 100px;
}

.tmock-bar {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: var(--h, 60%);
  background: linear-gradient(to top, #2a6c88, rgba(42, 108, 136, 0.2));
  border-radius: 3px 3px 0 0;
  transition: height 500ms ease;
}

.tmock-bar.is-peak {
  background: linear-gradient(to top, #2ca536, rgba(44, 165, 54, 0.2));
}

.tmock-bar span {
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.55rem;
  color: #94a3b8;
  font-weight: 500;
  white-space: nowrap;
}

/* Mock table */
.tmock-table {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

.tmock-table__hdr {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 0.8fr;
  gap: 8px;
  padding: 8px 12px;
  background: #f8fafc;
  border-bottom: 1px solid rgba(15, 23, 42, 0.07);
}

.tmock-table__hdr span {
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.tmock-table__row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 0.8fr;
  gap: 8px;
  padding: 9px 12px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
  font-size: 0.75rem;
  color: #334155;
  align-items: center;
}

.tmock-table__row--muted { opacity: 0.55; }
.tmock-item-name { font-weight: 600; color: #0f172a; }
.tmock-money { font-weight: 700; color: #0f172a; }

/* Mock finance cards */
.tmock-finance {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.tmock-fin-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px 14px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.07);
}

.tfc-label {
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #94a3b8;
}

.tfc-val {
  font-size: 1.1rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.02em;
}

.tfc-bar {
  height: 4px;
  background: rgba(15, 23, 42, 0.07);
  border-radius: 2px;
  overflow: hidden;
}

.tfc-fill {
  height: 100%;
  border-radius: 2px;
  background: var(--fc, #2a6c88);
  transition: width 800ms ease;
}

/* Mock reports grid */
.tmock-reports {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.tmock-report-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  cursor: pointer;
  transition: border-color 150ms ease;
}

.tmock-report-card:hover { border-color: rgba(42, 108, 136, 0.3); }

.tmock-report-card i {
  font-size: 1.1rem;
  color: #2a6c88;
}

.tmrc-title {
  font-size: 0.75rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.4;
}

.tmrc-tag {
  display: inline-block;
  padding: 2px 7px;
  background: rgba(42, 108, 136, 0.08);
  border-radius: 4px;
  font-size: 0.6rem;
  font-weight: 700;
  color: #2a6c88;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  align-self: flex-start;
}

/* Tour floating badges */
.tour-float {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #334155;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
  align-self: flex-start;
  animation: s360-float 3.8s ease-in-out infinite;
}

.tour-float i { color: #2a6c88; }
.tour-float.tf2 { animation-delay: -1.9s; }
.tour-float.tf3 { animation-delay: -1s; }

/* ── 9. Features ──────────────────────────────────────────────────── */
.s360-section--features {
  background:
    radial-gradient(900px 500px at 5% 20%, rgba(8, 32, 52, 0.95), transparent 65%),
    radial-gradient(1200px 700px at 95% 80%, rgba(12, 48, 72, 0.9), transparent 70%),
    linear-gradient(155deg, #071624 0%, #0c2438 50%, #071e32 100%);
  color: #f1f9ff;
}

.s360-section--features::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 300px at 60% 40%, rgba(42, 108, 136, 0.18), transparent 70%),
    radial-gradient(400px 200px at 20% 70%, rgba(44, 165, 54, 0.1), transparent 60%);
  pointer-events: none;
}

.s360-feature-spotlight {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.feature-spotlight__copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.feature-card:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(42, 108, 136, 0.36);
  transform: translateY(-2px);
}

.feature-card__icon {
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(42, 108, 136, 0.22);
  border: 1px solid rgba(42, 108, 136, 0.3);
  color: #7dd3e8;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.feature-card__title {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 700;
  color: #ffffff;
}

.feature-card__body {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.66;
  color: rgba(210, 238, 252, 0.88);
}

/* ── 10. Security ─────────────────────────────────────────────────── */
.s360-section--security {
  background:
    radial-gradient(1000px 500px at 10% 50%, rgba(14, 58, 82, 0.98), transparent 60%),
    radial-gradient(800px 400px at 90% 50%, rgba(12, 46, 64, 0.95), transparent 65%),
    linear-gradient(120deg, #071624 0%, #0a1f32 50%, #071a28 100%);
}

.s360-section--security::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 400px at 50% 0%, rgba(42, 108, 136, 0.12), transparent 70%),
    radial-gradient(600px 300px at 50% 100%, rgba(44, 165, 54, 0.08), transparent 70%);
  pointer-events: none;
}

.security-inner {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
}

.security-copy {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.security-pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.sec-pillar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.sec-pillar__icon {
  width: 40px; height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(42, 108, 136, 0.2);
  color: #7dd3e8;
  font-size: 1rem;
}

.sec-pillar h3 {
  margin: 0;
  font-size: 0.88rem;
  font-weight: 700;
  color: #f1f9ff;
}

.sec-pillar p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.64;
  color: rgba(210, 238, 252, 0.86);
}

/* ── 11. How it works ─────────────────────────────────────────────── */
.s360-section--how-it-works { background: transparent; }

.s360-section--how-it-works .s360-section__shell { gap: 28px; }

.s360-how-flow {
  max-width: min(var(--s360-home-shell-max), 96vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: clamp(24px, 4vw, 56px);
  align-items: start;
}

/* Step nav */
.how-flow__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: sticky;
  top: 96px;
}

.how-flow__step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  padding: 14px 14px 14px 12px;
  background: transparent;
  border: 1.5px solid transparent;
  border-radius: 14px;
  cursor: pointer;
  text-align: left;
  font-family: 'Poppins', sans-serif;
  transition: background 160ms ease, border-color 160ms ease;
  overflow: hidden;
}

.how-flow__step:hover { background: rgba(42, 108, 136, 0.04); }

.how-flow__step.is-active {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(42, 108, 136, 0.18);
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.07);
}

.hfs-num {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #94a3b8;
  padding-top: 2px;
  flex-shrink: 0;
}

.how-flow__step.is-active .hfs-num { color: #2a6c88; }

.hfs-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.hfs-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #475569;
}

.how-flow__step.is-active .hfs-title { color: #0f172a; }

.hfs-desc {
  font-size: 0.78rem;
  color: #94a3b8;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.how-flow__step.is-active .hfs-desc {
  -webkit-line-clamp: unset;
  color: #64748b;
}

.hfs-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background: linear-gradient(90deg, #2a6c88, #2ca536);
  transition: none;
}

.hfs-progress.is-active {
  width: 100%;
  transition: width 5200ms linear;
}

.how-flow__controls {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  padding-left: 2px;
}

.how-flow__arrow {
  width: 36px; height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(42, 108, 136, 0.08);
  border: 1px solid rgba(42, 108, 136, 0.16);
  color: #2a6c88;
  font-size: 0.8rem;
  cursor: pointer;
  transition: background 150ms ease, transform 150ms ease;
}

.how-flow__arrow:hover {
  background: rgba(42, 108, 136, 0.14);
  transform: scale(1.04);
}

/* How it works stage & panes */
.how-flow__stage { min-height: 360px; }

.how-pane {
  display: none;
  flex-direction: column;
  gap: 20px;
  animation: s360-fade-slide-in 300ms ease forwards;
}

.how-pane.is-active { display: flex; }

.how-visual {
  padding: 32px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  box-shadow: 0 2px 16px rgba(15, 23, 42, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}

/* ERP flow visual */
.how-v-flow {
  display: flex;
  align-items: center;
  gap: 20px;
}

.hvf-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.hvf-node__icon {
  width: 64px; height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, #2a6c88 0%, #1f566b 100%);
  color: #fff;
  font-size: 1.6rem;
  box-shadow: 0 8px 24px rgba(42, 108, 136, 0.3);
}

.hvf-node__icon.hvf-dest {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  box-shadow: 0 8px 24px rgba(99, 102, 241, 0.3);
}

.hvf-node__label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f172a;
  text-align: center;
}

.hvf-arrow {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #94a3b8;
  font-size: 0.85rem;
  position: relative;
}

.hvf-arrow__line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #2a6c88, #6366f1);
  border-radius: 1px;
  position: relative;
  overflow: hidden;
}

.hvf-arrow__pulse {
  position: absolute;
  top: 50%;
  left: -100%;
  width: 30px;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
  transform: translateY(-50%);
  animation: s360-data-flow 1.8s ease-in-out infinite;
}

/* Roles visual */
.how-v-roles {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hvr-manufacturers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hvr-mfr {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(42, 108, 136, 0.08);
  border: 1px solid rgba(42, 108, 136, 0.18);
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #334155;
}

.hvr-mfr i { color: #2a6c88; }

.hvr-shield {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 80px; height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2a6c88 0%, #1a4f66 100%);
  color: #fff;
  font-size: 1.6rem;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(42, 108, 136, 0.35);
}

.hvr-shield span {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

/* Portal visual */
.how-v-portal {
  display: flex;
  gap: 8px;
  width: 100%;
  max-width: 320px;
  height: 160px;
  background: #f8fafc;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.hvp-sidebar {
  width: 56px;
  background: #0f172a;
  padding: 12px 8px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hvp-nav-item {
  height: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.12);
}

.hvp-nav-active { background: rgba(42, 108, 136, 0.7); }

.hvp-content {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hvp-kpi-row { display: flex; gap: 6px; }

.hvp-kpi {
  flex: 1;
  height: 36px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(15, 23, 42, 0.07);
}

.hvp-chart-area {
  flex: 1;
  background: #fff;
  border-radius: 6px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  background-image: linear-gradient(
    to right,
    rgba(42, 108, 136, 0.15) 1px, transparent 1px,
    transparent calc(100% / 6 - 1px), rgba(42, 108, 136, 0.15) calc(100% / 6)
  );
  background-size: calc(100% / 3) 100%;
}

/* Checklist visual */
.how-v-checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 320px;
}

.hvcl-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 0.82rem;
  font-weight: 600;
}

.hvcl-done {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.2);
  color: #166534;
}

.hvcl-done i { color: #22c55e; }

.hvcl-active {
  background: rgba(245, 158, 11, 0.1);
  border: 1px solid rgba(245, 158, 11, 0.25);
  color: #92400e;
  animation: s360-active-pulse 2s ease-in-out infinite;
}

.hvcl-active i { color: #f59e0b; }

.hvcl-pending {
  background: rgba(15, 23, 42, 0.04);
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #94a3b8;
}

/* Live visual */
.how-v-live {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
}

.hvl-badge {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  width: 88px; height: 88px;
  border-radius: 50%;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: #fff;
  justify-content: center;
  box-shadow: 0 8px 28px rgba(34, 197, 94, 0.4);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.hvl-badge i { font-size: 1.5rem; }

.hvl-pulse {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 2px solid rgba(34, 197, 94, 0.4);
  animation: s360-live-ring 2s ease-out infinite;
}

.hvl-stats { display: flex; flex-direction: column; gap: 6px; }

.hvl-stat {
  font-size: 0.82rem;
  color: #64748b;
  margin: 0;
}

.hvl-stat strong { color: #0f172a; }

.how-pane__detail {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.72;
  color: #64748b;
  max-width: 520px;
}

/* ── 12. Pricing ──────────────────────────────────────────────────── */
.s360-section--pricing { background: transparent; }

.pricing-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: rgba(15, 23, 42, 0.06);
  border-radius: 12px;
  width: fit-content;
}

.pricing-toggle__btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  border-radius: 9px;
  border: none;
  background: transparent;
  font-family: 'Poppins', sans-serif;
  font-size: 0.84rem;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.pricing-toggle__btn.is-active {
  background: #fff;
  color: #0f172a;
  box-shadow: 0 1px 6px rgba(15, 23, 42, 0.1);
}

.pricing-toggle__save {
  padding: 2px 7px;
  background: rgba(34, 197, 94, 0.12);
  border: 1px solid rgba(34, 197, 94, 0.24);
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  color: #15803d;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1.5px solid rgba(15, 23, 42, 0.09);
  border-radius: 22px;
  box-shadow: 0 2px 12px rgba(15, 23, 42, 0.05);
  position: relative;
}

.pricing-card--featured {
  background: #fff;
  border-color: rgba(42, 108, 136, 0.3);
  box-shadow:
    0 4px 24px rgba(42, 108, 136, 0.18),
    0 0 0 1px rgba(42, 108, 136, 0.12) inset;
  transform: scale(1.02);
}

.pricing-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 14px;
  background: linear-gradient(135deg, #2a6c88, #2ca536);
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(42, 108, 136, 0.3);
}

.pricing-card__head { display: flex; flex-direction: column; gap: 8px; }

.pricing-tier {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.01em;
}

.pricing-card__tagline {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.56;
  color: #64748b;
}

.pricing-card__price {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}

.pricing-price--custom { align-items: center; }

.pricing-price__currency {
  font-size: 1.1rem;
  font-weight: 700;
  color: #0f172a;
  padding-bottom: 4px;
}

.pricing-price__value {
  font-size: 2.4rem;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.04em;
  line-height: 1;
}

.pricing-price--custom .pricing-price__value { font-size: 2rem; }

.pricing-price__unit {
  font-size: 0.82rem;
  font-weight: 600;
  color: #94a3b8;
  padding-bottom: 6px;
}

.pricing-card__note {
  margin: 0;
  font-size: 0.75rem;
  color: #94a3b8;
}

.pricing-card__features {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.pricing-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.83rem;
  color: #334155;
  line-height: 1.5;
}

.pricing-card__features li i {
  color: #2ca536;
  font-size: 0.75rem;
  margin-top: 3px;
  flex-shrink: 0;
}

.pricing-card .s360-btn,
.pricing-card .s360-btn--outline {
  margin-top: auto;
}

/* ── 13. FAQ ──────────────────────────────────────────────────────── */
.s360-section--faq { background: transparent; }

.faq-inner {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
}

.faq-copy {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: 96px;
}

.faq-copy__link { color: #2a6c88; }

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.7);
}

.faq-item { border-bottom: 1px solid rgba(15, 23, 42, 0.07); }
.faq-item:last-child { border-bottom: none; }

.faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 22px;
  background: transparent;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  text-align: left;
  transition: background 150ms ease;
}

.faq-item__q:hover { background: rgba(42, 108, 136, 0.03); }

.faq-item.is-open .faq-item__q { color: #2a6c88; }

.faq-icon {
  color: #94a3b8;
  font-size: 0.75rem;
  flex-shrink: 0;
  transition: transform 240ms ease, color 150ms ease;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
  color: #2a6c88;
}

.faq-item__a {
  padding: 0 22px 18px;
  animation: s360-faq-open 200ms ease forwards;
}

.faq-item__a p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.72;
  color: #64748b;
}

/* ── 14. CTA ──────────────────────────────────────────────────────── */
.s360-section--cta {
  position: relative;
  overflow: hidden;
  padding-top: clamp(80px, 10vw, 128px);
  padding-bottom: clamp(80px, 10vw, 128px);
  background:
    radial-gradient(1000px 600px at 20% 50%, rgba(14, 52, 74, 0.98), transparent 60%),
    radial-gradient(800px 500px at 80% 50%, rgba(12, 44, 62, 0.95), transparent 65%),
    linear-gradient(140deg, #071624 0%, #0c2438 50%, #071a28 100%);
  text-align: center;
}

.cta-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.cta-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(96px);
}

.cta-orb.co1 {
  width: 480px; height: 480px;
  top: -100px; left: -80px;
  background: radial-gradient(circle, rgba(42, 108, 136, 0.4) 0%, transparent 70%);
  animation: s360-orb-float 16s ease-in-out infinite;
}

.cta-orb.co2 {
  width: 380px; height: 380px;
  bottom: -80px; right: -60px;
  background: radial-gradient(circle, rgba(44, 165, 54, 0.3) 0%, transparent 70%);
  animation: s360-orb-float 20s ease-in-out infinite;
  animation-delay: -8s;
}

.cta-orb.co3 {
  width: 320px; height: 320px;
  top: 30%;
  left: 40%;
  background: radial-gradient(circle, rgba(99, 102, 241, 0.2) 0%, transparent 70%);
  animation: s360-orb-float 14s ease-in-out infinite;
  animation-delay: -4s;
}

.cta-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 1;
}

.cta-heading {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #f1f9ff;
  max-width: 760px;
}

.cta-heading__accent {
  background: linear-gradient(120deg, #7dd3e8, #2ca536);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-body {
  margin: 0;
  font-size: clamp(0.95rem, 1.2vw, 1.08rem);
  line-height: 1.68;
  color: rgba(215, 240, 255, 0.9);
  max-width: 540px;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 8px;
}

/* ── 15. Keyframe animations ──────────────────────────────────────── */
@keyframes s360-bg-shift {
  0%, 100% { background-position: 0% 50%, 100% 50%, 50% 70%, 0 0; }
  33%       { background-position: 20% 35%, 80% 65%, 50% 60%, 0 0; }
  66%       { background-position: 10% 65%, 90% 35%, 50% 80%, 0 0; }
}

@keyframes s360-header-blend {
  0%, 100% { background-position: 0% 50%, 0% 0%, 100% 100%; }
  50%       { background-position: 100% 50%, 100% 100%, 0% 0%; }
}

@keyframes s360-hero-bg-pan {
  0%, 100% { background-position: 0% 0%, 100% 100%; }
  50%       { background-position: 30% 20%, 70% 80%; }
}

@keyframes s360-orb-float {
  0%, 100% { transform: translateY(0px) scale(1); }
  33%       { transform: translateY(-18px) scale(1.03); }
  66%       { transform: translateY(12px) scale(0.97); }
}

@keyframes s360-hero-pulse {
  0%, 100% { transform: scale(1); opacity: 0.6; }
  50%       { transform: scale(2.4); opacity: 0; }
}

@keyframes s360-live-blink {
  0%, 80%, 100% { opacity: 1; }
  40%            { opacity: 0.3; }
}

@keyframes s360-float {
  0%, 100% { transform: translateY(0px); }
  50%       { transform: translateY(-6px); }
}

@keyframes s360-data-flow {
  0%   { left: -40%; }
  100% { left: 120%; }
}

@keyframes s360-live-ring {
  0%   { transform: scale(1); opacity: 0.6; }
  100% { transform: scale(1.6); opacity: 0; }
}

@keyframes s360-active-pulse {
  0%, 100% { border-color: rgba(245, 158, 11, 0.25); }
  50%       { border-color: rgba(245, 158, 11, 0.5); }
}

@keyframes s360-fade-slide-in {
  from { opacity: 0; transform: translateY(12px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes s360-faq-open {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ── 16. Footer — dark landing page blend ────────────────────────── */
.s360-footer {
  background: #071624;
}

.s360-footer__shell {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06) inset !important;
}

.s360-footer .footer-title { color: #f1f9ff !important; }

.s360-footer .footer-sub,
.s360-footer .footer-a,
.s360-footer .muted,
.s360-footer .mini-a { color: rgba(180, 218, 236, 0.6) !important; }

.s360-footer .footer-h { color: rgba(255, 255, 255, 0.88) !important; font-weight: 700 !important; }

.s360-footer .footer-a:hover,
.s360-footer .mini-a:hover { color: #7dd3e8 !important; }

.s360-footer .footer-mark {
  background: rgba(42, 108, 136, 0.2) !important;
  border-color: rgba(42, 108, 136, 0.3) !important;
}

.s360-footer .footer-mark i { color: #7dd3e8 !important; }

.s360-footer .footer-social-a {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
  color: rgba(200, 230, 246, 0.72) !important;
}

.s360-footer .footer-social-a:hover {
  color: #7dd3e8 !important;
  border-color: rgba(42, 108, 136, 0.4) !important;
}

.s360-footer__bottom { border-color: rgba(255, 255, 255, 0.07) !important; }

.s360-footer .footer-legal-sep { color: rgba(255, 255, 255, 0.18) !important; }

/* ── 17. Responsive ───────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .s360-hero__shell {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .s360-hero__copy { align-items: center; }

  .s360-hero__eyebrow { justify-content: center; }

  .s360-hero__body { max-width: none; }

  .s360-hero__actions { justify-content: center; }

  .s360-hero__metrics { justify-content: center; }

  .s360-hero__visual { justify-content: center; }

  .hero-command { max-width: 480px; }

  .hero-command__float.f1 { left: -10px; bottom: -10px; }
  .hero-command__float.f2 { right: -10px; top: 32px; }

  .s360-feature-spotlight,
  .security-inner {
    grid-template-columns: 1fr;
  }

  .feature-spotlight__copy,
  .security-copy { position: static; }

  .s360-tour,
  .s360-how-flow {
    grid-template-columns: 1fr;
  }

  .s360-tour__nav,
  .how-flow__nav {
    position: static;
    flex-direction: row;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 4px;
  }

  .tour-nav__btn,
  .how-flow__step {
    min-width: 200px;
    flex-shrink: 0;
  }

  .tour-nav__desc,
  .hfs-desc { display: none; }

  .faq-inner {
    grid-template-columns: 1fr;
  }

  .faq-copy { position: static; }

  .pricing-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }

  .pricing-card--featured { transform: none; }

  .pain-grid { grid-template-columns: 1fr; max-width: 480px; }

  .tmock-kpis { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .s360-trust__logos { gap: 4px; }

  .trust-sep { display: none; }

  .trust-logo span { display: none; }

  .trust-logo { padding: 6px 8px; }

  .hero-command__float { display: none; }

  .feature-grid { grid-template-columns: 1fr; }

  .security-pillars { grid-template-columns: 1fr; }

  .tmock-finance { grid-template-columns: 1fr; }

  .tmock-reports { grid-template-columns: 1fr; }

  .s360-how-flow .how-visual { padding: 20px; }

  .cta-actions { flex-direction: column; align-items: center; }

  .cta-actions .s360-btn { width: 100%; max-width: 320px; }
}

@media (max-width: 480px) {
  .s360-hero__metrics { flex-direction: column; gap: 14px; align-items: center; }

  .pricing-toggle { width: 100%; }

  .pricing-toggle__btn { flex: 1; justify-content: center; }

  .tmock-kpis { grid-template-columns: repeat(2, 1fr); }

  .tmock-table__hdr,
  .tmock-table__row {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .tmock-table__hdr span:last-child,
  .tmock-table__row span:last-child {
    display: none;
  }
}
