:root {
  --accent: #db2777;
  --accent-light: #ec4899;
  --green: #16a34a;
  --bg: #ffffff;
  --bg-soft: #fdf2f8;
  --text: #111827;
  --text-muted: #6b7280;
  --border: #e5e7eb;
  --radius: 12px;
  --radius-full: 9999px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: var(--bg); color: var(--text); font-family: 'Inter', -apple-system, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
.container { max-width: 980px; margin: 0 auto; padding: 0 24px; }
a { color: inherit; }

nav { position: sticky; top: 0; padding: 16px 0; background: rgba(255,255,255,0.9); backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); z-index: 10; }
.nav-inner { display: flex; justify-content: space-between; align-items: center; }
.logo { font-weight: 700; font-size: 1.1rem; text-decoration: none; letter-spacing: -0.02em; }
.logo span { color: var(--accent); }
.nav-cta { padding: 8px 18px; background: var(--accent); color: #fff; border-radius: var(--radius-full); font-size: 0.85rem; font-weight: 600; text-decoration: none; }
.nav-cta:hover { background: var(--accent-light); }

.badge { display: inline-flex; align-items: center; gap: 8px; padding: 6px 14px; background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius-full); font-size: 0.78rem; color: var(--text-muted); }
.badge .dot { width: 6px; height: 6px; background: var(--green); border-radius: 50%; }

.hero { padding: 80px 0 60px; text-align: center; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.4rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.03em; margin-top: 24px; }
.hero h1 span { color: var(--accent); }
.hero p.lead { font-size: 1.2rem; color: var(--text-muted); margin: 24px auto 0; max-width: 620px; }
.hero .ctas { display: flex; gap: 12px; justify-content: center; margin-top: 36px; flex-wrap: wrap; }

.btn-primary { display: inline-block; padding: 14px 28px; background: var(--accent); color: #fff; border-radius: var(--radius-full); font-weight: 600; text-decoration: none; transition: transform 0.15s; }
.btn-primary:hover { transform: translateY(-1px); background: var(--accent-light); color: #fff; }
.btn-primary.block { display: block; text-align: center; }
.btn-ghost { display: inline-block; padding: 14px 28px; border: 1px solid var(--border); border-radius: var(--radius-full); font-weight: 600; text-decoration: none; color: var(--text); }
.btn-ghost:hover { background: var(--bg-soft); }

section { padding: 64px 0; }
section h2 { font-size: 2rem; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 12px; }
section h2 .accent { color: var(--accent); }
section .label { display: block; font-size: 0.8rem; font-weight: 600; color: var(--accent); text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 14px; }
.label.center { text-align: center; }
.lead-2 { font-size: 1.1rem; color: var(--text-muted); max-width: 620px; }
.lead-2.center { text-align: center; margin-left: auto; margin-right: auto; }
.h2-center { text-align: center; }
.note-small { margin-top: 32px; font-size: 0.85rem; }
.note-small.center { text-align: center; margin: 12px auto 32px; }

.pain-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 24px; margin-top: 40px; }
.pain-card { padding: 28px; background: var(--bg-soft); border-radius: var(--radius); border: 1px solid var(--border); }
.pain-card .num { font-size: 2.4rem; font-weight: 800; color: #ef4444; letter-spacing: -0.02em; line-height: 1; margin-bottom: 12px; }
.pain-card p { color: var(--text-muted); font-size: 0.95rem; }

.solution { background: linear-gradient(135deg, var(--bg-soft) 0%, #fff 100%); border-radius: 24px; padding: 48px; margin: 32px 0; border: 1px solid var(--border); }
.solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.solution-list { list-style: none; }
.solution-list li { padding: 14px 0; display: flex; gap: 14px; align-items: start; border-bottom: 1px solid var(--border); }
.solution-list li:last-child { border-bottom: none; }
.solution-list .check { flex-shrink: 0; width: 24px; height: 24px; background: var(--green); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; }
.solution-list strong { color: var(--text); }

.pricing { background: var(--bg-soft); border: 1px solid var(--border); border-radius: var(--radius); padding: 40px; text-align: center; max-width: 520px; margin: 0 auto; }
.pricing .price { font-size: 3rem; font-weight: 800; color: var(--accent); letter-spacing: -0.02em; }
.pricing .price .period { font-size: 1rem; color: var(--text-muted); font-weight: 500; }
.pricing ul { list-style: none; margin: 24px 0; text-align: left; }
.pricing ul li { padding: 6px 0; color: var(--text-muted); }
.pricing ul li::before { content: '✓ '; color: var(--green); font-weight: 700; }

.other-personas { background: var(--bg-soft); padding: 40px 0; border-top: 1px solid var(--border); }
.other-personas h3 { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 16px; text-align: center; font-weight: 500; }
.persona-row { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.persona-row a { padding: 10px 20px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-full); font-size: 0.9rem; text-decoration: none; color: var(--text); transition: all 0.15s; }
.persona-row a:hover { border-color: var(--accent); color: var(--accent); }

footer { padding: 32px 0; text-align: center; color: var(--text-muted); font-size: 0.85rem; border-top: 1px solid var(--border); }

@media (max-width: 720px) {
  .pain-grid { grid-template-columns: 1fr; }
  .solution-grid { grid-template-columns: 1fr; gap: 32px; }
  .solution { padding: 28px; }
}
