*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --bg-dark: #0D1B2A;
  --bg-mid: #12243A;
  --bg-light: #F7F8FA;
  --bg-white: #FFFFFF;
  --teal: #06D6A0;
  --teal-dim: rgba(6, 214, 160, 0.12);
  --text-light: #F0F4F8;
  --text-dim: #8FA3B8;
  --text-dark: #0D1B2A;
  --border: #1E3347;
}
body { font-family: 'DM Sans', sans-serif; color: var(--text-dark); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .section-label, .hero-badge, .footer-logo { font-family: 'Syne', sans-serif; }
.section-label { display: inline-block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 0.75rem; }

/* HERO */
.hero { background: var(--bg-dark); padding: 80px 40px 96px; }
.hero-cta { display: inline-block; background: var(--teal); color: var(--text-dark); font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 600; padding: 12px 28px; border-radius: 10px; text-decoration: none; margin-bottom: 36px; transition: opacity 0.15s; }
.hero-cta:hover { opacity: 0.85; }
.hero-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.hero-badge { display: inline-block; background: var(--teal-dim); color: var(--teal); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 12px; border-radius: 20px; margin-bottom: 24px; }
.hero-content h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); font-weight: 800; line-height: 1.08; color: var(--text-light); margin-bottom: 20px; letter-spacing: -0.02em; }
.hero-lede { font-size: 1.05rem; color: var(--text-dim); line-height: 1.7; max-width: 480px; margin-bottom: 40px; }
.hero-proof { display: flex; gap: 40px; }
.proof-item { display: flex; flex-direction: column; gap: 4px; }
.proof-num { font-family: 'Syne', sans-serif; font-size: 2rem; font-weight: 800; color: var(--teal); line-height: 1; }
.proof-label { font-size: 0.78rem; color: var(--text-dim); max-width: 96px; }

/* Score card */
.hero-visual { display: flex; justify-content: center; }
.score-card { background: var(--bg-mid); border: 1px solid var(--border); border-radius: 20px; padding: 28px; width: 100%; max-width: 340px; }
.score-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
.score-title { font-family: 'Syne', sans-serif; font-size: 0.8rem; font-weight: 600; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.08em; }
.score-badge { font-size: 0.7rem; background: rgba(255, 180, 0, 0.15); color: #FFB400; padding: 3px 10px; border-radius: 20px; font-weight: 500; }
.ring-wrap { position: relative; width: 160px; height: 160px; margin: 0 auto 24px; }
.ring-wrap svg { width: 100%; height: 100%; }
.ring-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; }
.ring-score { display: block; font-family: 'Syne', sans-serif; font-size: 2.4rem; font-weight: 800; color: var(--text-light); line-height: 1; }
.ring-max { font-size: 0.78rem; color: var(--text-dim); }
.score-factors { display: flex; flex-direction: column; gap: 10px; }
.factor-row { display: grid; grid-template-columns: 100px 1fr 32px; align-items: center; gap: 8px; font-size: 0.78rem; color: var(--text-dim); }
.factor-bar { background: var(--border); height: 4px; border-radius: 2px; overflow: hidden; }
.factor-fill { height: 100%; background: var(--teal); border-radius: 2px; }
.factor-val { text-align: right; color: var(--text-light); font-weight: 500; }

/* HOW */
.how { background: var(--bg-white); padding: 96px 40px; }
.how-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.how-inner h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 700; color: var(--text-dark); margin-bottom: 56px; letter-spacing: -0.02em; }
.steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: start; gap: 0; text-align: left; }
.step { padding: 0 24px; }
.step-num { font-family: 'Syne', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; color: var(--teal); text-transform: uppercase; margin-bottom: 12px; }
.step h3 { font-size: 1.1rem; font-weight: 700; color: var(--text-dark); margin-bottom: 10px; }
.step p { font-size: 0.9rem; color: #64748B; line-height: 1.6; }
.step-divider { width: 1px; height: 120px; background: #E2E8F0; align-self: center; margin-top: 20px; }

/* FEATURES */
.features { background: var(--bg-dark); padding: 96px 40px; }
.features-inner { max-width: 1100px; margin: 0 auto; }
.features-header { max-width: 600px; margin-bottom: 56px; }
.features-header h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 700; color: var(--text-light); margin-bottom: 16px; letter-spacing: -0.02em; }
.features-sub { font-size: 1rem; color: var(--text-dim); line-height: 1.65; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.feature-card { background: var(--bg-mid); padding: 36px 32px; border-radius: 2px; }
.feature-icon { color: var(--teal); margin-bottom: 20px; }
.feature-card h3 { font-size: 1.1rem; font-weight: 700; color: var(--text-light); margin-bottom: 10px; }
.feature-card p { font-size: 0.9rem; color: var(--text-dim); line-height: 1.65; }

/* COMPARISON */
.comparison { background: var(--bg-light); padding: 96px 40px; }
.comparison-inner { max-width: 900px; margin: 0 auto; }
.comparison h2 { font-size: clamp(1.8rem, 3.5vw, 2.4rem); font-weight: 700; color: var(--text-dark); margin-bottom: 16px; letter-spacing: -0.02em; }
.comparison-sub { font-size: 1rem; color: #64748B; line-height: 1.65; margin-bottom: 48px; }
.comp-table { background: var(--bg-white); border-radius: 16px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.06); }
.comp-header { display: grid; grid-template-columns: 2fr 1fr 1fr; background: var(--bg-dark); padding: 16px 24px; }
.comp-col { font-family: 'Syne', sans-serif; font-size: 0.78rem; font-weight: 600; color: var(--text-dim); text-transform: uppercase; letter-spacing: 0.06em; text-align: center; }
.highlight-col { color: var(--teal); }
.comp-row { display: grid; grid-template-columns: 2fr 1fr 1fr; padding: 16px 24px; border-top: 1px solid #E2E8F0; font-size: 0.88rem; align-items: center; }
.comp-row span:first-child { color: #334155; font-weight: 500; }
.comp-row span:nth-child(2) { color: #94A3B8; text-align: center; }
.teal-check { color: var(--text-dark) !important; font-weight: 600 !important; text-align: center !important; }

/* MANIFESTO */
.manifesto { background: var(--bg-dark); padding: 96px 40px; }
.manifesto-inner { max-width: 760px; margin: 0 auto; }
.manifesto-label { display: inline-block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal); margin-bottom: 32px; }
blockquote { font-family: 'Syne', sans-serif; font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 700; color: var(--text-light); line-height: 1.3; letter-spacing: -0.02em; margin-bottom: 32px; border: none; padding: 0; }
.manifesto-body { font-size: 1rem; color: var(--text-dim); line-height: 1.8; }

/* CLOSING */
.closing-section { background: var(--bg-white); padding: 96px 40px; text-align: center; }
.closing-inner { max-width: 760px; margin: 0 auto; }
.closing-inner h2 { font-size: clamp(1.8rem, 3.5vw, 2.6rem); font-weight: 800; color: var(--text-dark); line-height: 1.25; letter-spacing: -0.02em; margin-bottom: 20px; }
.closing-inner p { font-size: 1.05rem; color: #64748B; }

/* FOOTER */
.site-footer { background: var(--bg-dark); padding: 40px; border-top: 1px solid var(--border); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-family: 'Syne', sans-serif; font-size: 1.1rem; font-weight: 800; color: var(--text-light); display: block; }
.footer-tagline { font-size: 0.8rem; color: var(--text-dim); margin-top: 4px; display: block; }
.footer-note { font-size: 0.8rem; color: var(--text-dim); }

/* ANIMATIONS */
.ring-animate { animation: ringDraw 1.8s cubic-bezier(0.4, 0, 0.2, 1) forwards; stroke-dashoffset: 427; }
@keyframes ringDraw { to { stroke-dashoffset: 140; } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.hero-content { animation: fadeUp 0.8s ease-out forwards; }
.hero-visual { animation: fadeUp 0.8s 0.2s ease-out both; }

/* RESPONSIVE */
@media (max-width: 768px) {
  .hero { padding: 56px 24px 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-content h1 { font-size: 2.2rem; }
  .hero-lede { font-size: 1rem; }
  .hero-proof { gap: 24px; }
  .score-card { max-width: 100%; }
  .how { padding: 64px 24px; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .step-divider { display: none; }
  .features { padding: 64px 24px; }
  .feature-grid { grid-template-columns: 1fr; }
  .comparison { padding: 64px 24px; }
  .comp-table { overflow-x: auto; }
  .manifesto { padding: 64px 24px; }
  .closing-section { padding: 64px 24px; }
  .footer-inner { flex-direction: column; gap: 16px; align-items: flex-start; }
}