:root {
  --ink: #08111f;
  --ink-2: #101b2d;
  --ink-3: #172640;
  --navy: #071427;
  --muted: #64748b;
  --muted-dark: #a8b5c7;
  --line: #d8e1ed;
  --line-dark: rgba(255,255,255,.10);
  --surface: #ffffff;
  --surface-2: #f3f6fb;
  --surface-3: #eaf0f8;
  --blue: #5b82ff;
  --blue-2: #3f6df2;
  --blue-soft: #e9efff;
  --teal: #22cbb2;
  --teal-soft: #dff9f4;
  --violet: #8b5cf6;
  --warning: #f3a54a;
  --success: #15957c;
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 26px 80px rgba(4, 12, 26, .18);
  --shadow-sm: 0 14px 40px rgba(9, 20, 39, .10);
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #f4f7fb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.skip-link { position: absolute; top: -60px; left: 16px; background: #fff; color: var(--ink); padding: 10px 14px; border-radius: 9px; z-index: 999; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { position: relative; padding: 104px 0; background: #f7f9fc; }
.section + .section { border-top: 1px solid rgba(216,225,237,.78); }
.section-sm { padding: 68px 0; }
.section-soft {
  background:
    radial-gradient(circle at 4% 18%, rgba(91,130,255,.10), transparent 25%),
    radial-gradient(circle at 92% 82%, rgba(34,203,178,.08), transparent 24%),
    linear-gradient(180deg, #edf3fb 0%, #f7f9fc 100%);
}
.section-showcase {
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 10%, rgba(91,130,255,.20), transparent 27%),
    radial-gradient(circle at 90% 78%, rgba(34,203,178,.14), transparent 25%),
    linear-gradient(150deg, #0a1526 0%, #10213c 58%, #123f4a 100%);
  border-top: 0 !important;
}
.section-showcase .eyebrow { color: #8fabff; }
.section-showcase .lead { color: #b8c5d5; }
.section-showcase .card-accent { color: var(--ink); }
.section-showcase .card-dark { border-color: rgba(255,255,255,.12); }

.section-dark {
  overflow: hidden;
  background:
    radial-gradient(circle at 15% -10%, rgba(91,130,255,.28), transparent 32%),
    radial-gradient(circle at 88% 92%, rgba(34,203,178,.17), transparent 27%),
    linear-gradient(135deg, #07111f 0%, #0c1d36 58%, #0c3440 100%);
  color: #fff;
  border-top: 0 !important;
}
.section-dark::before,
.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .33;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.8), transparent 85%);
}
.eyebrow { margin: 0 0 14px; color: var(--blue-2); font-size: .76rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.section-dark .eyebrow, .page-hero .eyebrow { color: #8fabff; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.07; letter-spacing: -.042em; }
h1 { font-size: clamp(3rem, 6.9vw, 6rem); max-width: 960px; margin-bottom: 25px; }
h2 { font-size: clamp(2.15rem, 4.4vw, 4rem); margin-bottom: 20px; }
h3 { font-size: 1.34rem; margin-bottom: 12px; }
.lead { font-size: clamp(1.05rem, 2vw, 1.3rem); color: var(--muted); max-width: 760px; }
.section-dark .lead, .section-dark .muted, .page-hero .lead { color: #b7c4d5; }
.muted { color: var(--muted); }
.text-center { text-align: center; }
.text-center .lead { margin-left: auto; margin-right: auto; }
.kicker { display: inline-flex; align-items: center; gap: 10px; padding: 9px 14px; border: 1px solid rgba(143,171,255,.28); background: rgba(113,145,255,.10); color: #c9d7ff; border-radius: 999px; font-size: .86rem; font-weight: 780; backdrop-filter: blur(10px); }
.kicker-dot { width: 8px; height: 8px; background: var(--teal); border-radius: 50%; box-shadow: 0 0 0 6px rgba(34,203,178,.14), 0 0 22px rgba(34,203,178,.8); }
.gradient-text { background: linear-gradient(110deg, #7aa0ff 4%, #49d9c3 92%); -webkit-background-clip: text; background-clip: text; color: transparent; }

.announcement { position: relative; z-index: 110; background: linear-gradient(90deg, #2852ce, #6547da 55%, #168c8b); color: #eef4ff; font-size: .84rem; }
.announcement .container { display: flex; justify-content: center; gap: 8px; padding: 8px 0; text-align: center; }
.announcement a { color: #fff; font-weight: 850; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(7,17,31,.83); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(255,255,255,.08); box-shadow: 0 14px 40px rgba(3,9,19,.20); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 1.04rem; font-weight: 880; letter-spacing: -.025em; }
.brand img { width: 44px; height: 44px; border-radius: 13px; box-shadow: 0 10px 26px rgba(34,95,255,.22); }
.brand small { display: block; color: #9badc2; font-weight: 650; font-size: .68rem; letter-spacing: .025em; }
.site-nav { display: flex; align-items: center; gap: 25px; }
.site-nav a { color: #c9d3e0; font-size: .91rem; font-weight: 720; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: #fff; }
.site-nav .btn { color: #fff; }
.site-nav .btn:hover, .site-nav .btn:focus-visible { color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); align-items: center; justify-content: center; }
.nav-toggle span, .nav-toggle::before, .nav-toggle::after { content: ""; display: block; width: 20px; height: 2px; background: #fff; transition: .2s ease; }
.nav-toggle span { margin: 4px 0; }

.btn-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 20px; border-radius: 13px; border: 1px solid transparent; font-weight: 820; font-size: .93rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, #5c84ff 0%, #3a64df 100%); color: #fff; box-shadow: 0 13px 32px rgba(67,107,235,.34); }
.btn-primary:hover { background: linear-gradient(135deg, #6d91ff, #486fef); }
.btn-blue { background: linear-gradient(135deg, #5d84ff 0%, #3c6df0 100%); color: #fff; box-shadow: 0 14px 34px rgba(62,105,237,.32); }
.btn-blue:hover { background: linear-gradient(135deg, #7094ff, #4b78f4); }
.btn-secondary { border-color: rgba(255,255,255,.18); background: rgba(255,255,255,.07); color: #fff; backdrop-filter: blur(10px); }
.btn-secondary:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.28); }
.section:not(.section-dark) .btn-secondary, .page-hero + .section .btn-secondary { border-color: #d4deea; background: #fff; color: var(--ink); }
.btn-ghost-light { border-color: rgba(255,255,255,.24); color: #fff; background: rgba(255,255,255,.07); }
.btn-sm { min-height: 42px; padding: 9px 15px; border-radius: 11px; }

.hero { position: relative; overflow: hidden; padding: 102px 0 92px; color: #fff; background:
  radial-gradient(circle at 12% 8%, rgba(82,117,255,.28), transparent 28%),
  radial-gradient(circle at 82% 18%, rgba(113,75,255,.25), transparent 30%),
  radial-gradient(circle at 90% 82%, rgba(34,203,178,.18), transparent 25%),
  linear-gradient(145deg, #07111f 0%, #0b1930 48%, #102a43 100%);
}
.hero::after { content: ""; position: absolute; width: 640px; height: 640px; right: -400px; bottom: -410px; border: 1px solid rgba(129,161,255,.22); border-radius: 50%; box-shadow: 0 0 0 90px rgba(91,130,255,.035), 0 0 0 180px rgba(34,203,178,.025); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; position: relative; z-index: 2; }
.hero h1 { font-size: clamp(3.25rem, 6.2vw, 5.65rem); margin-top: 22px; text-wrap: balance; }
.hero .lead { margin-bottom: 31px; color: #b9c7d8; max-width: 650px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px 25px; margin-top: 31px; color: #b4c2d4; font-size: .86rem; font-weight: 720; }
.hero-proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero-proof span::before { content: "✓"; width: 21px; height: 21px; border-radius: 50%; display: grid; place-items: center; background: rgba(34,203,178,.13); color: #5de1cd; border: 1px solid rgba(93,225,205,.20); font-size: .73rem; font-weight: 900; }

.browser { position: relative; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.15); border-radius: 26px; padding: 12px; box-shadow: 0 38px 100px rgba(0,0,0,.38); transform: rotate(1.1deg); backdrop-filter: blur(18px); }
.browser::before { content: ""; position: absolute; inset: -1px; border-radius: 26px; padding: 1px; background: linear-gradient(135deg, rgba(125,158,255,.65), rgba(34,203,178,.18), rgba(255,255,255,.08)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.browser-bar { height: 37px; display: flex; align-items: center; gap: 6px; padding: 0 8px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.28); }
.browser-url { margin-left: 8px; height: 20px; flex: 1; border-radius: 8px; background: rgba(255,255,255,.10); }
.dashboard-demo { border-radius: 18px; background: linear-gradient(145deg, #101b2d, #0c1625); color: #fff; padding: 23px; overflow: hidden; box-shadow: inset 0 1px rgba(255,255,255,.04); }
.demo-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.demo-title { font-weight: 860; }
.demo-pill { padding: 6px 9px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; color: #bdc9d8; font-size: .72rem; background: rgba(255,255,255,.04); }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.metric-card { padding: 14px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.045)); border: 1px solid rgba(255,255,255,.08); border-radius: 14px; }
.metric-card small { color: #9eafc2; display: block; font-size: .68rem; }
.metric-card strong { display: block; margin: 4px 0 3px; font-size: 1.13rem; }
.metric-card em { color: #5ce1cc; font-size: .68rem; font-style: normal; }
.chart-wrap { display: grid; grid-template-columns: 1.35fr .65fr; gap: 10px; margin-top: 10px; }
.chart-card { min-height: 176px; border-radius: 14px; padding: 14px; background: linear-gradient(145deg, rgba(255,255,255,.065), rgba(255,255,255,.035)); border: 1px solid rgba(255,255,255,.075); }
.bar-chart { height: 112px; display: flex; gap: 9px; align-items: end; padding-top: 12px; border-bottom: 1px solid rgba(255,255,255,.12); }
.bar-chart span { flex: 1; min-width: 10px; border-radius: 5px 5px 0 0; background: linear-gradient(180deg, #7899ff, #4269e7); animation: rise 1.1s ease both; transform-origin: bottom; }
.bar-chart span:nth-child(2n) { background: linear-gradient(180deg, #5fe0cb, #269e8a); }
.donut { width: 104px; height: 104px; margin: 14px auto 0; border-radius: 50%; background: conic-gradient(#5b82ff 0 58%, #38d0b4 58% 79%, #f2a44a 79% 91%, rgba(255,255,255,.10) 91% 100%); position: relative; box-shadow: 0 0 35px rgba(91,130,255,.16); }
.donut::after { content: "£18k"; position: absolute; inset: 16px; background: #15233a; border-radius: 50%; display: grid; place-items: center; font-size: .84rem; font-weight: 860; }

.logo-strip { padding: 24px 0; color: #b9c5d4; background: #091422; border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); }
.logo-strip .container { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px 38px; text-align: center; font-size: .86rem; font-weight: 720; }
.logo-strip span { display: inline-flex; align-items: center; gap: 9px; }
.logo-strip span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: #55dcca; box-shadow: 0 0 12px rgba(85,220,202,.55); }

.cards-2, .cards-3, .cards-4 { display: grid; gap: 22px; }
.cards-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cards-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.card { position: relative; overflow: hidden; border: 1px solid rgba(211,221,234,.95); background: rgba(255,255,255,.92); border-radius: var(--radius); padding: 30px; box-shadow: 0 12px 35px rgba(10,25,48,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.card::after { content: ""; position: absolute; width: 170px; height: 170px; right: -100px; bottom: -110px; border-radius: 50%; background: radial-gradient(circle, rgba(91,130,255,.11), transparent 70%); pointer-events: none; }
.card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(10,25,48,.11); border-color: rgba(91,130,255,.28); }
.card-dark { background: linear-gradient(145deg, #0d1727, #142947); color: #fff; border-color: rgba(255,255,255,.08); box-shadow: 0 24px 65px rgba(4,12,26,.20); }
.card-dark .muted { color: #b8c4d4; }
.card-accent { background: linear-gradient(145deg, #edf3ff 0%, #ebfbf7 100%); border-color: #d3def6; }
.card-icon { width: 50px; height: 50px; display: grid; place-items: center; margin-bottom: 21px; border-radius: 15px; background: linear-gradient(145deg, #e8efff, #f4f7ff); color: var(--blue-2); font-weight: 900; box-shadow: inset 0 0 0 1px rgba(91,130,255,.12); }
.card-icon.teal { background: linear-gradient(145deg, #dff9f4, #effdfa); color: #11806e; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; margin-top: 9px; color: var(--blue-2); font-weight: 830; }
.link-arrow::after { content: "→"; transition: transform .2s ease; }
.link-arrow:hover::after { transform: translateX(4px); }

.split { display: grid; grid-template-columns: .92fr 1.08fr; gap: 78px; align-items: center; }
.check-list { display: grid; gap: 14px; margin: 26px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 33px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 50%; color: var(--success); background: var(--teal-soft); font-size: .75rem; font-weight: 900; }
.number-card { display: grid; grid-template-columns: auto 1fr; gap: 19px; align-items: start; padding: 24px 0; border-bottom: 1px solid var(--line); }
.number-card:last-child { border-bottom: 0; }
.number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: linear-gradient(145deg, #14233b, #315082); box-shadow: 0 10px 24px rgba(13,31,57,.18); font-weight: 860; }

.process { counter-reset: step; }
.process-step { position: relative; overflow: hidden; padding: 28px; border: 1px solid rgba(211,221,234,.95); border-radius: var(--radius); background: rgba(255,255,255,.93); box-shadow: 0 13px 38px rgba(8,22,43,.06); transition: transform .25s ease, box-shadow .25s ease; }
.process-step:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(8,22,43,.11); }
.process-step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 38px; height: 38px; margin-bottom: 19px; border-radius: 12px; background: linear-gradient(145deg, #5b82ff, #3f65dc); color: #fff; box-shadow: 0 10px 24px rgba(63,101,220,.25); font-weight: 860; }
.section-dark .process-step { background: rgba(255,255,255,.065); border-color: rgba(255,255,255,.10); box-shadow: none; }
.section-dark .process-step p { color: #b8c5d5; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: stretch; }
.price-card { position: relative; display: flex; flex-direction: column; border: 1px solid rgba(211,221,234,.95); border-radius: 24px; padding: 30px; background: rgba(255,255,255,.95); box-shadow: 0 14px 40px rgba(9,22,42,.06); }
.price-card.featured { border: 2px solid var(--blue); box-shadow: 0 26px 60px rgba(77,114,230,.17); background: linear-gradient(180deg, #fff, #f3f7ff); transform: translateY(-8px); }
.price-badge { position: absolute; right: 18px; top: 18px; padding: 6px 9px; border-radius: 999px; background: #e7edff; color: var(--blue-2); font-size: .7rem; font-weight: 860; }
.price { margin: 10px 0 4px; font-size: 2.45rem; font-weight: 900; letter-spacing: -.05em; }
.price small { font-size: .85rem; font-weight: 650; color: var(--muted); letter-spacing: 0; }
.price-card ul { padding: 0; margin: 22px 0 28px; list-style: none; display: grid; gap: 10px; }
.price-card li { position: relative; padding-left: 25px; color: #405166; font-size: .92rem; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.price-card .btn { margin-top: auto; }
.note { padding: 15px 17px; border-radius: 13px; background: #fff7e8; border: 1px solid #efd9ad; color: #6f4d18; font-size: .86rem; }

.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.stat { padding: 30px; border-radius: var(--radius); background: rgba(255,255,255,.94); border: 1px solid rgba(211,221,234,.95); box-shadow: 0 14px 40px rgba(8,22,43,.055); }
.stat strong { display: block; margin-bottom: 5px; font-size: 2.2rem; letter-spacing: -.05em; }
.section-dark .stat { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.10); box-shadow: none; }
.section-dark .stat p { color: #b7c4d4; }

.page-hero { position: relative; overflow: hidden; padding: 88px 0 76px; color: #fff; background:
  radial-gradient(circle at 8% 2%, rgba(91,130,255,.26), transparent 30%),
  radial-gradient(circle at 86% 40%, rgba(34,203,178,.16), transparent 26%),
  linear-gradient(145deg, #07111f 0%, #0b1c35 58%, #103545 100%);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { font-size: clamp(2.9rem, 5.8vw, 5rem); max-width: 920px; }
.breadcrumb { display: flex; gap: 8px; margin-bottom: 25px; color: #9cadc1; font-size: .84rem; font-weight: 700; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb span { color: #61758e; }

.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.feature-item { padding: 19px; border: 1px solid rgba(211,221,234,.95); border-radius: 16px; background: rgba(255,255,255,.93); box-shadow: 0 10px 30px rgba(8,22,43,.045); }
.feature-item strong { display: block; margin-bottom: 4px; }

.mock-window { padding: 16px; border-radius: 27px; border: 1px solid rgba(211,221,234,.95); background: rgba(255,255,255,.88); box-shadow: var(--shadow); }
.mock-site { min-height: 400px; padding: 27px; border-radius: 19px; overflow: hidden; color: #fff; background:
 radial-gradient(circle at 82% 18%, rgba(56,208,180,.42), transparent 26%),
 radial-gradient(circle at 18% 90%, rgba(91,130,255,.28), transparent 30%),
 linear-gradient(145deg, #0b1525, #243c65); }
.mock-nav { display: flex; align-items: center; justify-content: space-between; font-size: .72rem; }
.mock-nav-links { display: flex; gap: 10px; color: #cad4e1; }
.mock-heading { max-width: 390px; margin: 76px 0 16px; font-size: 2.35rem; line-height: 1.02; font-weight: 900; letter-spacing: -.045em; }
.mock-copy { max-width: 350px; color: #c6d0de; font-size: .84rem; }
.mock-button { display: inline-block; margin-top: 17px; padding: 9px 13px; border-radius: 9px; background: linear-gradient(135deg, #fff, #eaf0ff); color: var(--ink); font-size: .72rem; font-weight: 860; }

.dashboard-full { border-radius: 26px; padding: 25px; background: linear-gradient(145deg, #101c2f, #0b1524); color: #fff; box-shadow: 0 30px 90px rgba(4,12,26,.30); border: 1px solid rgba(255,255,255,.08); }
.dashboard-header { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 20px; }
.dashboard-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.dashboard-metric { padding: 18px; border-radius: 15px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.045)); border: 1px solid rgba(255,255,255,.08); }
.dashboard-metric small { color: #aab8c8; }
.dashboard-metric strong { display: block; font-size: 1.37rem; margin: 4px 0; }
.dashboard-metric span { color: #5edbc3; font-size: .72rem; }
.dashboard-lower { display: grid; grid-template-columns: 1.3fr .7fr; gap: 12px; margin-top: 12px; }
.table-card, .renewal-card { padding: 18px; border-radius: 15px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.08); }
.mini-table { width: 100%; border-collapse: collapse; margin-top: 10px; font-size: .76rem; }
.mini-table th, .mini-table td { padding: 10px 7px; text-align: left; border-bottom: 1px solid rgba(255,255,255,.08); }
.mini-table th { color: #91a2b5; font-weight: 650; }
.status { display: inline-block; padding: 3px 7px; border-radius: 999px; font-size: .62rem; font-weight: 800; }
.status.green { color: #7ce7d2; background: rgba(35,191,164,.13); }
.status.amber { color: #ffd092; background: rgba(233,149,62,.15); }
.renewal-list { display: grid; gap: 10px; margin-top: 12px; }
.renewal { display: flex; justify-content: space-between; gap: 8px; padding: 10px; border-radius: 10px; background: rgba(255,255,255,.045); }
.renewal small { color: #9eacbb; }

.faq { display: grid; gap: 12px; max-width: 900px; margin: 0 auto; }
.faq-item { border: 1px solid rgba(211,221,234,.95); border-radius: 16px; background: rgba(255,255,255,.95); overflow: hidden; box-shadow: 0 10px 30px rgba(8,22,43,.04); }
.faq-question { width: 100%; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 21px; border: 0; background: transparent; color: var(--ink); font-weight: 820; text-align: left; }
.faq-question::after { content: "+"; font-size: 1.25rem; color: var(--blue-2); }
.faq-question[aria-expanded="true"]::after { content: "−"; }
.faq-answer { display: none; padding: 0 21px 20px; color: var(--muted); }
.faq-answer.open { display: block; }

.form-card { padding: 34px; border: 1px solid rgba(211,221,234,.95); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: 0 24px 70px rgba(8,22,43,.10); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
label { font-size: .84rem; font-weight: 820; color: #344459; }
input, select, textarea { width: 100%; border: 1px solid #cbd7e5; border-radius: 12px; padding: 13px 14px; color: var(--ink); background: #fff; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(91,130,255,.12); }
textarea { min-height: 145px; resize: vertical; }
.form-help { font-size: .76rem; color: var(--muted); }
.form-message { display: none; margin-top: 16px; padding: 14px 16px; border-radius: 12px; background: var(--teal-soft); color: #126c5e; font-size: .86rem; font-weight: 720; }
.form-message.show { display: block; }
.form-message.error { background: #fff0f0; color: #8b1f2d; border: 1px solid #f1c6cc; }
.form-honeypot { position: absolute !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; border: 0 !important; white-space: nowrap !important; }
.btn:disabled { cursor: wait; opacity: .72; transform: none; }

.cta { position: relative; overflow: hidden; padding: 60px; border-radius: var(--radius-lg); color: #fff; background:
  radial-gradient(circle at 15% 0%, rgba(120,151,255,.34), transparent 32%),
  radial-gradient(circle at 95% 95%, rgba(34,203,178,.27), transparent 28%),
  linear-gradient(130deg, #091425 0%, #172d56 62%, #14545c 100%);
  box-shadow: 0 34px 90px rgba(8,22,43,.24);
}
.cta::after { content: ""; position: absolute; width: 350px; height: 350px; right: -120px; top: -190px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; box-shadow: 0 0 0 68px rgba(255,255,255,.03), 0 0 0 136px rgba(255,255,255,.018); }
.cta-inner { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 34px; align-items: center; }
.cta h2 { max-width: 690px; margin-bottom: 10px; }
.cta p { max-width: 660px; color: #cad6e4; margin-bottom: 0; }

.site-footer { padding: 62px 0 25px; background: linear-gradient(180deg, #07101c 0%, #0b1728 100%); color: #dce4ee; border-top: 1px solid rgba(255,255,255,.07); }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .7fr); gap: 42px; }
.footer-brand { max-width: 370px; }
.footer-brand .brand { margin-bottom: 16px; color: #fff; }
.footer-brand p { color: #94a5ba; font-size: .9rem; }
.footer-col h3 { font-size: .88rem; color: #fff; letter-spacing: 0; }
.footer-col a { display: block; margin: 8px 0; color: #9eacbd; font-size: .86rem; }
.footer-col a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; margin-top: 38px; border-top: 1px solid rgba(255,255,255,.1); color: #8292a5; font-size: .78rem; }

.btn:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(104,144,255,.45); outline-offset: 3px; }

@keyframes rise { from { transform: scaleY(.08); opacity: .4; } to { transform: scaleY(1); opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}

@media (max-width: 980px) {
  .hero-grid, .split { grid-template-columns: 1fr; gap: 48px; }
  .hero-copy { max-width: 820px; }
  .browser { max-width: 700px; }
  .cards-3, .cards-4, .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-metrics { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-grid .footer-col:last-child { grid-column: 2 / 3; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 780px) {
  .section { padding: 78px 0; }
  .site-nav { display: none; position: absolute; top: 78px; left: 18px; right: 18px; padding: 15px; flex-direction: column; align-items: stretch; gap: 4px; border: 1px solid rgba(255,255,255,.11); border-radius: 16px; background: rgba(7,17,31,.97); box-shadow: var(--shadow-sm); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 11px; border-radius: 9px; }
  .site-nav .btn { margin-top: 6px; }
  .nav-toggle { display: inline-flex; flex-direction: column; }
  .nav-toggle.open span { opacity: 0; }
  .nav-toggle.open::before { transform: translateY(6px) rotate(45deg); }
  .nav-toggle.open::after { transform: translateY(-6px) rotate(-45deg); }
  .cards-2, .cards-3, .cards-4, .pricing-grid, .stats { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .form-grid, .feature-list { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .metric-card:last-child { grid-column: 1 / -1; }
  .chart-wrap, .dashboard-lower { grid-template-columns: 1fr; }
  .dashboard-full { padding: 17px; }
  .dashboard-metrics { grid-template-columns: repeat(2, 1fr); }
  .cta { padding: 40px 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-grid .footer-col:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 520px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .announcement .container { font-size: .76rem; }
  .brand small { display: none; }
  .brand img { width: 40px; height: 40px; }
  .hero { padding-top: 72px; }
  h1 { font-size: 2.75rem; }
  .hero h1 { font-size: 2.95rem; }
  .btn-row .btn { width: 100%; }
  .hero-proof { display: grid; }
  .metric-grid, .dashboard-metrics { grid-template-columns: 1fr; }
  .metric-card:last-child { grid-column: auto; }
  .dashboard-demo { padding: 16px; }
  .mock-site { min-height: 350px; }
  .mock-heading { margin-top: 60px; font-size: 2rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand, .footer-grid .footer-col:last-child { grid-column: auto; }
  .cta { padding: 34px 24px; }
}
