:root {
    --ink: #1a2a24;
    --ink-soft: #3d5248;
    --teal: #0f6b63;
    --teal-dark: #0b4f4a;
    --teal-soft: #e4f3f0;
    --sand: #f6f1e8;
    --sand-2: #efe6d6;
    --clay: #c4a574;
    --line: #d9cfc0;
    --white: #fffcf7;
    --ok: #2f6f4e;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: "Source Sans 3", sans-serif;
    color: var(--ink);
    background: var(--sand);
    line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.p-nav {
    position: sticky; top: 0; z-index: 40;
    background: rgba(255,252,247,.92);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}
.p-nav-inner {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    gap: 16px; min-height: 72px;
}
.p-brand { display: flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: -.02em; }
.p-logo {
    width: 34px; height: 34px; border-radius: 9px;
    background: var(--teal); color: #fff;
    display: grid; place-items: center;
    font-family: Fraunces, serif; font-weight: 600;
}
.p-nav-links { display: flex; gap: 22px; color: var(--ink-soft); font-size: 15px; }
.p-nav-actions { display: flex; gap: 10px; }

.btn-primary, .btn-ghost {
    display: inline-flex; align-items: center; justify-content: center;
    height: 44px; padding: 0 18px; border-radius: 999px;
    font-weight: 600; font-size: 15px;
}
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: var(--teal-dark); }
.btn-ghost { border: 1px solid var(--line); background: transparent; }
.btn-ghost:hover { background: var(--sand-2); }

.hero-p { position: relative; padding: 72px 0 80px; overflow: hidden; }
.hero-bg-grid {
    position: absolute; inset: 0;
    background:
        radial-gradient(900px 280px at 85% -10%, #cfe8e3 0%, transparent 60%),
        linear-gradient(#f6f1e8, #efe6d6);
}
.hero-content { position: relative; max-width: 720px; }
.trial-chip {
    display: inline-flex; align-items: center; gap: 8px;
    background: var(--teal-soft); color: var(--teal-dark);
    border-radius: 999px; padding: 7px 12px; font-size: 14px; font-weight: 600;
    margin-bottom: 18px;
}
.hero-title {
    font-family: Fraunces, serif;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.08; font-weight: 600; letter-spacing: -.03em;
}
.hero-title em { font-style: italic; color: var(--teal); }
.hero-subtitle { margin-top: 18px; font-size: 19px; color: var(--ink-soft); max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.pill {
    background: var(--white); border: 1px solid var(--line);
    border-radius: 999px; padding: 7px 12px; font-size: 14px;
}

.content-section { padding: 72px 0; }
.content-section.bg { background: var(--white); }
.content-section.alt { background: var(--sand); }
.section-header { max-width: 640px; margin-bottom: 36px; }
.section-tag {
    display: inline-block; color: var(--teal-dark); font-weight: 700;
    font-size: 13px; letter-spacing: .08em; text-transform: uppercase;
    margin-bottom: 10px;
}
.section-header h2 {
    font-family: Fraunces, serif; font-size: clamp(28px, 3vw, 40px);
    line-height: 1.15; font-weight: 600;
}
.section-header p { margin-top: 10px; color: var(--ink-soft); }

.two-col, .three-col, .feat-grid, .step-row, .price-grid {
    display: grid; gap: 18px;
}
.two-col, .step-row { grid-template-columns: 1fr 1fr; }
.three-col, .price-grid { grid-template-columns: 1fr 1fr 1fr; }
.feat-grid { grid-template-columns: 1fr 1fr 1fr; }

.info-card {
    background: var(--white); border: 1px solid var(--line);
    border-radius: 18px; padding: 24px;
}
.info-card.blue { background: var(--teal-soft); border-color: #c7e4de; }
.info-card h3 { font-size: 20px; margin-bottom: 8px; }
.info-card p { color: var(--ink-soft); }
.ico {
    width: 42px; height: 42px; border-radius: 12px;
    background: var(--teal-soft); color: var(--teal-dark);
    display: grid; place-items: center; margin-bottom: 14px;
}

.step-item { display: flex; gap: 12px; margin-top: 16px; }
.step-num {
    width: 28px; height: 28px; border-radius: 50%;
    background: var(--teal); color: #fff;
    display: grid; place-items: center; font-size: 13px; font-weight: 700;
    flex: none;
}
.step-item span { display: block; color: var(--ink-soft); font-size: 14px; }

.trial-banner {
    background: var(--teal-dark); color: #fff;
    border-radius: 24px; padding: 40px;
}
.trial-banner h2 { font-family: Fraunces, serif; font-size: 34px; margin-bottom: 8px; }
.trial-banner p { opacity: .86; margin-bottom: 22px; }
.trial-banner .btn-primary { background: #fff; color: var(--teal-dark); }

.price-card .price-tag { font-size: 13px; color: var(--teal-dark); font-weight: 700; margin-bottom: 6px; }
.offer-price { font-family: Fraunces, serif; font-size: 36px; margin: 8px 0 16px; }
.offer-price small { font-size: 16px; color: var(--ink-soft); }
.price-card.featured { background: var(--teal); color: #fff; border-color: var(--teal); }
.price-card.featured .price-tag, .price-card.featured .offer-price small { color: #d7efe9; }
.prog-list { list-style: none; margin-bottom: 22px; }
.prog-list li { display: flex; gap: 8px; margin: 8px 0; }
.prog-list i { color: var(--ok); margin-top: 3px; }
.price-card.featured .prog-list i { color: #fff; }

.faq-item { border-bottom: 1px solid var(--line); }
.faq-q {
    width: 100%; background: none; border: 0; text-align: left;
    padding: 16px 0; font: inherit; font-weight: 600;
    display: flex; justify-content: space-between; cursor: pointer;
}
.faq-a { display: none; padding: 0 0 16px; color: var(--ink-soft); }
.faq-item.open .faq-a { display: block; }

.cta-final { padding: 80px 0; text-align: center; background: var(--sand-2); }
.cta-final h2 { font-family: Fraunces, serif; font-size: clamp(28px, 4vw, 44px); }
.cta-final p { margin: 12px 0 24px; color: var(--ink-soft); }

.p-footer { border-top: 1px solid var(--line); padding: 28px 0; color: var(--ink-soft); font-size: 14px; }
.p-footer-inner { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; }

.reveal { opacity: 0; transform: translateY(12px); transition: .5s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
    .p-nav-links { display: none; }
    .two-col, .three-col, .feat-grid, .step-row, .price-grid { grid-template-columns: 1fr; }
}
