@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Inter+Tight:ital,wght@0,500;0,600;0,700;0,800;1,600&family=JetBrains+Mono:wght@500;600&display=swap');

:root {
  --bg: oklch(0.97 0.01 85);
  --ink: oklch(0.27 0.02 45);
  --soft: oklch(0.56 0.04 45);
  --brand: oklch(0.71 0.24 55);
  --brand-ink: oklch(0.63 0.22 55);
  --line: oklch(0.27 0.02 45 / 0.10);
  --surface: oklch(1 0 0 / 0.55);
  --surface-strong: oklch(1 0 0 / 0.72);
  --muted: oklch(0.94 0.01 80);
  --white: oklch(1 0 0);
  --rose: oklch(0.91 0.06 30 / .55);
  --amber: oklch(0.9 0.12 85 / .52);
  --radius: 16px;
  --radius-lg: 22px;
  --max: 1152px;
  --font-display: "Inter Tight", sans-serif;
  --font-body: "Inter", sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --shadow-soft: 0 30px 60px -30px oklch(0.27 0.02 45 / .25);
  --shadow-brand: 0 28px 54px -28px oklch(0.63 0.22 55 / .42);

  /* aliases kept for the existing markup */
  --navy: var(--ink);
  --navy-2: var(--ink);
  --action: var(--brand);
  --action-dark: var(--brand-ink);
  --slate-light: var(--muted);
  --slate-50: var(--bg);
  --slate-100: var(--line);
  --slate-200: var(--line);
  --slate-300: oklch(0.76 0.03 60);
  --slate-400: oklch(0.68 0.04 55);
  --slate-500: var(--soft);
  --slate-600: var(--soft);
  --slate-700: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: clip;
}
body::before,
body::after {
  content: "";
  position: fixed;
  z-index: -2;
  border-radius: 999px;
  filter: blur(70px);
  pointer-events: none;
}
body::before { width: 520px; height: 520px; top: -210px; right: -150px; background: oklch(0.81 0.18 65 / .28); }
body::after { width: 440px; height: 440px; top: 38vh; left: -240px; background: var(--rose); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4 { margin: 0; font-family: var(--font-display); }
p { margin: 0; }
::selection { background: oklch(0.71 0.24 55 / .20); }

.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding: 92px 0; }
.bg-light,
.bg-navy { background: transparent; color: var(--ink); }
.bg-light { border-block: 1px solid var(--line); }
.bg-navy { border-block: 1px solid var(--line); }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-ink);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 999px; background: var(--brand); }
.section-title { margin-top: 14px; font-size: clamp(36px, 5vw, 52px); line-height: 1.03; letter-spacing: -.045em; }
.section-copy { max-width: 700px; margin-top: 18px; color: var(--soft); font-size: 17px; line-height: 1.7; }
.section-head { max-width: 780px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .section-copy { margin-inline: auto; }
.bg-navy .section-copy { color: var(--soft); }

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: oklch(0.97 0.01 85 / .74);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 17px;
  letter-spacing: -.035em;
  white-space: nowrap;
}
.brand::before {
  content: "P";
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--brand);
  color: var(--bg);
  font-size: 16px;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px oklch(0 0 0 / .05);
}
.brand-dot { color: var(--brand); }
.nav-links { display: flex; gap: 30px; color: var(--soft); font-size: 13px; font-weight: 500; }
.nav-links a { transition: color .2s ease; }
.nav-links a:hover { color: var(--ink); }
.nav-actions { display: flex; align-items: center; gap: 12px; }
.menu-toggle { display: none; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface); align-items: center; justify-content: center; cursor: pointer; backdrop-filter: blur(14px); }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 16px; height: 2px; background: var(--ink); border-radius: 2px; }
.menu-toggle span { margin: 4px 0; }
.mobile-menu { display: none; padding: 8px 20px 18px; border-top: 1px solid var(--line); background: oklch(0.97 0.01 85 / .94); backdrop-filter: blur(18px); }
.mobile-menu.open { display: grid; gap: 4px; }
.mobile-menu a { padding: 11px 4px; color: var(--soft); font-size: 14px; font-weight: 600; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  font-weight: 650;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}
.btn-primary,
.btn-nav,
.btn-plan.primary {
  background: var(--brand);
  color: var(--bg);
  box-shadow: inset 0 0 0 1px oklch(0 0 0 / .05);
}
.btn-primary { padding: 14px 24px; }
.btn-nav { padding: 11px 18px; font-size: 13px; }
.btn-primary:hover,
.btn-nav:hover,
.btn-plan.primary:hover { background: var(--brand-ink); transform: translateY(-2px); box-shadow: var(--shadow-brand); }
.btn-secondary,
.btn-light {
  padding: 14px 24px;
  background: var(--surface);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(14px);
}
.btn-secondary:hover,
.btn-light:hover { background: var(--surface-strong); transform: translateY(-1px); }

.hero {
  position: relative;
  padding: 72px 0 86px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 52px;
  align-items: center;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 430px;
  height: 430px;
  top: 30px;
  left: 43%;
  border-radius: 999px;
  background: var(--amber);
  filter: blur(70px);
}
.hero-copy { display: grid; gap: 24px; }
.hero .eyebrow {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(14px);
  color: var(--soft);
  letter-spacing: 0;
  text-transform: none;
}
.hero h1 { max-width: 690px; font-size: clamp(44px, 5.3vw, 64px); line-height: 1.02; letter-spacing: -.055em; }
.hero h1 .accent { color: var(--brand); font-style: italic; font-weight: 600; }
.hero-sub { max-width: 620px; color: var(--soft); font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 640px; padding-top: 8px; }
.hero-proof div { padding: 0 14px 0 0; border: 0; background: transparent; display: grid; gap: 3px; }
.hero-proof div + div { border-left: 1px solid var(--line); padding-left: 18px; }
.hero-proof strong { font-family: var(--font-display); font-size: 25px; font-weight: 800; letter-spacing: -.04em; }
.hero-proof span { color: var(--soft); font-size: 11px; line-height: 1.4; }
.microcopy { color: oklch(0.62 0.03 45); font-size: 10px; line-height: 1.5; }

.hero-visual { position: relative; min-height: 500px; display: grid; place-items: center; }
.hero-visual::before { content: ""; position: absolute; inset: 9% 5%; border-radius: 42%; background: linear-gradient(145deg, oklch(1 0 0 / .72), oklch(0.92 0.10 75 / .28)); filter: blur(26px); }
.browser-frame {
  width: min(100%, 570px);
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 20px;
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--line);
  backdrop-filter: blur(20px);
  animation: floaty 6s ease-in-out infinite;
}
.browser-bar { height: 44px; display: flex; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid var(--line); background: oklch(1 0 0 / .34); }
.browser-bar > span { width: 9px; height: 9px; border-radius: 50%; }
.browser-bar > span:nth-child(1) { background: oklch(0.82 0.08 25); }
.browser-bar > span:nth-child(2) { background: oklch(0.86 0.12 82); }
.browser-bar > span:nth-child(3) { background: oklch(0.79 0.12 150); }
.address { margin-left: 8px; color: var(--soft); font-family: var(--font-mono); font-size: 9px; }
.mock-site { padding: 25px; min-height: 390px; background: oklch(1 0 0 / .45); }
.mock-nav { display: flex; align-items: center; gap: 12px; color: var(--ink); font-family: var(--font-display); font-size: 11px; }
.mock-nav b { margin-right: auto; }
.mock-nav i { width: 36px; height: 4px; background: var(--line); border-radius: 999px; }
.mock-hero { margin-top: 48px; padding: 8px 8px 42px; }
.mock-tag { display: inline-block; color: var(--brand-ink); font-family: var(--font-mono); font-size: 8px; font-weight: 600; letter-spacing: .12em; }
.mock-title { width: 88%; height: 18px; background: var(--ink); border-radius: 5px; margin-top: 16px; }
.mock-title.short { width: 62%; margin-top: 8px; background: var(--brand); }
.mock-text { width: 75%; height: 7px; background: var(--line); border-radius: 999px; margin-top: 20px; }
.mock-text.short { width: 58%; margin-top: 8px; }
.mock-buttons { display: flex; gap: 8px; margin-top: 22px; }
.mock-buttons span:first-child { width: 100px; height: 30px; background: var(--brand); border-radius: 999px; }
.mock-buttons span:last-child { width: 90px; height: 30px; border: 1px solid var(--line); background: var(--surface); border-radius: 999px; }
.mock-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mock-cards span { height: 80px; background: var(--surface); border-radius: 12px; box-shadow: inset 0 0 0 1px var(--line); }
.float-card { position: absolute; z-index: 3; display: grid; gap: 4px; padding: 13px 15px; border-radius: 14px; background: oklch(1 0 0 / .72); color: var(--ink); box-shadow: var(--shadow-soft), inset 0 0 0 1px var(--line); backdrop-filter: blur(18px); }
.float-card strong { font-family: var(--font-display); font-size: 12px; }
.float-card span { color: var(--soft); font-size: 9px; }
.float-one { left: -8px; bottom: 54px; animation: floaty 7s ease-in-out infinite .5s; }
.float-two { right: -8px; top: 42px; background: oklch(0.71 0.24 55 / .92); color: var(--bg); animation: floaty 6.5s ease-in-out infinite 1s; }
.float-two span { color: oklch(0.99 0 0 / .82); }

.trust-strip { border-block: 1px solid var(--line); background: oklch(1 0 0 / .22); backdrop-filter: blur(10px); }
.trust-grid { min-height: 66px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; align-items: center; text-align: center; color: var(--soft); font-size: 11px; font-weight: 600; }

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.benefit-card,
.process-card,
.pricing-card,
.audience-grid div,
.final-card {
  background: var(--surface);
  box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(18px);
}
.benefit-card { padding: 26px; border: 0; border-radius: var(--radius); transition: transform .25s ease, background .25s ease; }
.benefit-card:hover { transform: translateY(-4px); background: var(--surface-strong); }
.benefit-card .num { color: var(--brand-ink); font-family: var(--font-mono); font-size: 11px; font-weight: 600; }
.benefit-card h3 { margin-top: 16px; font-size: 18px; }
.benefit-card p { margin-top: 9px; color: var(--soft); font-size: 13px; line-height: 1.65; }

.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 48px; }
.process-card { padding: 25px; border: 0; border-radius: var(--radius); display: grid; gap: 22px; }
.process-card > span { width: auto; height: auto; display: block; border-radius: 0; background: transparent; color: var(--brand-ink); font-family: var(--font-mono); font-size: 12px; font-weight: 600; }
.process-card h3 { font-size: 18px; }
.process-card p { margin-top: 8px; color: var(--soft); font-size: 13px; line-height: 1.65; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 52px; align-items: stretch; }
.pricing-card { position: relative; padding: 29px; border: 0; border-radius: var(--radius-lg); display: flex; flex-direction: column; transition: transform .28s ease, background .28s ease; }
.pricing-card:not(.featured):hover { transform: translateY(-5px); background: var(--surface-strong); }
.pricing-card.featured { background: oklch(1 0 0 / .72); box-shadow: inset 0 0 0 2px var(--brand), var(--shadow-brand); transform: translateY(-8px); }
.recommended { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); padding: 7px 12px; border-radius: 999px; background: var(--brand); color: var(--bg); font-size: 9px; font-weight: 700; letter-spacing: .09em; white-space: nowrap; }
.price-top { padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.plan-label { color: var(--brand-ink); font-family: var(--font-mono); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; }
.price-top h3 { margin-top: 12px; min-height: 52px; font-size: 19px; line-height: 1.35; }
.price { display: flex; align-items: flex-start; margin-top: 22px; font-family: var(--font-display); }
.price small { margin-top: 10px; margin-right: 5px; color: var(--soft); font-size: 13px; }
.price strong { font-size: 49px; line-height: .95; letter-spacing: -.055em; }
.price sup { margin-top: 3px; font-weight: 700; font-size: 14px; }
.price-top p { margin-top: 9px; color: var(--soft); font-size: 11px; }
.feature-list { list-style: none; margin: 22px 0 0; padding: 0; display: grid; gap: 12px; }
.feature-list li { position: relative; padding-left: 23px; color: var(--soft); font-size: 13px; line-height: 1.5; }
.feature-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--brand); font-weight: 800; }
.feature-list b { color: var(--ink); }
.renewal { margin-top: 24px; padding: 14px; border-radius: 12px; background: oklch(1 0 0 / .42); box-shadow: inset 0 0 0 1px var(--line); display: grid; gap: 5px; }
.renewal span { color: var(--soft); font-family: var(--font-mono); font-size: 9px; text-transform: uppercase; letter-spacing: .07em; }
.renewal strong { font-size: 12px; line-height: 1.45; }
.btn-plan { width: 100%; margin-top: 24px; padding: 14px 18px; background: var(--surface); color: var(--ink); box-shadow: inset 0 0 0 1px var(--line); }
.btn-plan:hover { background: var(--surface-strong); transform: translateY(-1px); }
.pricing-note { max-width: 860px; margin: 23px auto 0; color: var(--soft); text-align: center; font-size: 10px; line-height: 1.6; }

.comparison-section { overflow: hidden; border-top: 1px solid var(--line); }
.comparison-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.comparison-copy .btn { margin-top: 26px; }
.audience-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.audience-grid div { min-height: 164px; padding: 24px; border: 0; border-radius: var(--radius); display: grid; align-content: center; gap: 9px; }
.audience-grid strong { font-family: var(--font-display); font-size: 16px; }
.audience-grid span { color: var(--soft); font-size: 13px; line-height: 1.6; }

.guarantee { padding: 68px 0; }
.guarantee-inner { display: flex; align-items: center; justify-content: space-between; gap: 48px; padding: 38px; border-radius: var(--radius-lg); background: oklch(1 0 0 / .46); box-shadow: inset 0 0 0 1px var(--line); backdrop-filter: blur(18px); }
.guarantee h2 { max-width: 760px; margin-top: 12px; font-size: clamp(32px, 4vw, 44px); line-height: 1.08; letter-spacing: -.04em; }
.guarantee p { max-width: 650px; margin-top: 15px; color: var(--soft); line-height: 1.65; }

.faq { max-width: 780px; }
.faq-list { margin-top: 42px; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); padding: 22px 0; }
summary { cursor: pointer; list-style: none; position: relative; padding-right: 36px; font-family: var(--font-display); font-weight: 650; font-size: 15px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 2px; top: -4px; color: var(--brand); font-size: 24px; font-weight: 400; transition: transform .2s ease; }
details[open] summary::after { transform: rotate(45deg); }
details p { max-width: 720px; margin-top: 13px; color: var(--soft); font-size: 13px; line-height: 1.7; }

.final-cta { padding-top: 34px; }
.final-card { position: relative; overflow: hidden; padding: 58px; border: 0; border-radius: 28px; text-align: center; }
.final-card::before { content: ""; position: absolute; z-index: -1; width: 360px; height: 360px; left: 50%; top: -210px; transform: translateX(-50%); border-radius: 999px; background: oklch(0.71 0.24 55 / .24); filter: blur(50px); }
.final-card h2 { max-width: 740px; margin: 14px auto 0; font-size: clamp(34px, 5vw, 50px); line-height: 1.04; letter-spacing: -.045em; }
.final-card p { max-width: 650px; margin: 18px auto 0; color: var(--soft); font-size: 16px; line-height: 1.65; }
.final-card .hero-actions { justify-content: center; margin-top: 26px; }

.footer { margin-top: 22px; border-top: 1px solid var(--line); }
.footer-inner { min-height: 150px; display: grid; grid-template-columns: 1.3fr 1fr auto; gap: 30px; align-items: center; }
.footer-inner > div:first-child p { margin-top: 8px; color: var(--soft); font-size: 11px; }
.footer-links { display: flex; gap: 18px; color: var(--soft); font-size: 11px; }
.footer-inner > span { color: var(--soft); font-family: var(--font-mono); font-size: 10px; }

.toast { position: fixed; left: 50%; bottom: 24px; z-index: 100; transform: translate(-50%, 20px); padding: 12px 16px; border-radius: 999px; background: var(--ink); color: var(--bg); font-size: 12px; opacity: 0; pointer-events: none; transition: opacity .2s ease, transform .2s ease; box-shadow: var(--shadow-soft); }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s cubic-bezier(.32,.72,0,1), transform .7s cubic-bezier(.32,.72,0,1); }
.reveal.visible { opacity: 1; transform: none; }

@keyframes floaty {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@media (max-width: 1040px) {
  .nav-links { display: none; }
  .menu-toggle { display: flex; flex-direction: column; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 470px; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; margin-top: 52px; }
  .pricing-card.featured { transform: none; }
  .price-top h3 { min-height: auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .comparison-layout { grid-template-columns: 1fr; gap: 42px; }
  .trust-grid { grid-template-columns: repeat(3, 1fr); padding: 18px 0; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .container { width: min(var(--max), calc(100% - 30px)); }
  .section { padding: 70px 0; }
  .nav-inner { min-height: 62px; }
  .btn-nav { display: none; }
  .brand { font-size: 15px; }
  .brand::before { width: 29px; height: 29px; }
  .hero { padding: 48px 0 62px; gap: 22px; }
  .hero h1 { font-size: 42px; }
  .hero-sub { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 14px; }
  .hero-proof div + div { border-left: 0; border-top: 1px solid var(--line); padding: 14px 0 0; }
  .hero-visual { min-height: 390px; }
  .browser-frame { animation: none; }
  .mock-site { min-height: 310px; }
  .mock-hero { margin-top: 34px; padding-bottom: 28px; }
  .float-one { left: -2px; bottom: 12px; }
  .float-two { right: -2px; top: 8px; }
  .trust-grid { grid-template-columns: 1fr 1fr; text-align: left; }
  .benefit-grid, .process-grid, .audience-grid { grid-template-columns: 1fr; }
  .pricing-card { padding: 25px; }
  .guarantee-inner { align-items: flex-start; flex-direction: column; padding: 28px 22px; }
  .guarantee-inner .btn { width: 100%; }
  .final-card { padding: 42px 21px; }
  .footer-inner { grid-template-columns: 1fr; padding: 38px 0; align-items: flex-start; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .001ms !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
