:root {
    --paper: #fffdf8;
    --cream: #f6efe3;
    --sand: #eadcc7;
    --gold: #c8a45d;
    --gold-dark: #9a7332;
    --ink: #241f1b;
    --muted: #685f55;
    --green: #51695c;
    --white: #ffffff;
    --shadow: 0 18px 50px rgba(44, 35, 25, 0.12);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    color: var(--ink);
    background: var(--paper);
    line-height: 1.65;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

.container {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.narrow {
    max-width: 820px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: rgba(255, 253, 248, 0.94);
    border-bottom: 1px solid var(--sand);
}

.nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    font-weight: 700;
}

.brand img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.hero {
    padding: 74px 0 78px;
    background: linear-gradient(135deg, #fffdf8 0%, #f6efe3 58%, #f1e3cf 100%);
    border-bottom: 1px solid var(--sand);
}

.hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(280px, 0.72fr);
    gap: 56px;
    align-items: center;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--gold-dark);
    font-family: Arial, sans-serif;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
}

h1,
h2,
h3,
p {
    overflow-wrap: anywhere;
}

h1 {
    max-width: 760px;
    margin: 0;
    font-size: clamp(2.6rem, 6vw, 5.1rem);
    line-height: 1.03;
    font-weight: 700;
    letter-spacing: 0;
}

h2 {
    margin: 0 0 18px;
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    line-height: 1.16;
    letter-spacing: 0;
}

h3 {
    margin: 0 0 8px;
    font-size: 1.2rem;
}

.subtitle {
    max-width: 680px;
    margin: 22px 0;
    color: var(--muted);
    font-size: clamp(1.08rem, 2vw, 1.32rem);
}

.hero-pain {
    max-width: 680px;
    margin: 0 0 24px;
    padding-left: 18px;
    border-left: 3px solid var(--gold);
    color: #3b332b;
    font-size: 1.08rem;
}

.price-line {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 26px 0;
    color: var(--muted);
    font-family: Arial, sans-serif;
}

.price-line strong {
    color: var(--ink);
    font-size: 2.3rem;
    line-height: 1;
}

.actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 14px 24px;
    border: 1px solid #a9833d;
    border-radius: 6px;
    background: var(--gold);
    color: #1f180f;
    font-family: Arial, sans-serif;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(154, 115, 50, 0.22);
    text-align: center;
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.btn:hover,
.btn:focus-visible {
    background: #d8b978;
    transform: translateY(-1px);
    box-shadow: 0 16px 34px rgba(154, 115, 50, 0.3);
}

.btn-primary {
    min-height: 60px;
    padding: 16px 30px;
    background: linear-gradient(180deg, #e0bf76 0%, #c8a45d 100%);
    border-color: #8f692c;
    font-size: 1.02rem;
}

.btn-secondary {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--white);
    box-shadow: 0 12px 26px rgba(36, 31, 27, 0.18);
}

.btn-secondary:hover,
.btn-secondary:focus-visible {
    background: #3a3129;
}

.btn-small {
    min-height: 42px;
    padding: 10px 16px;
    font-size: 0.9rem;
}

.text-link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    color: var(--green);
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.dev-note,
.secure {
    margin-top: 18px;
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 0.92rem;
}

.trust-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
    font-family: Arial, sans-serif;
}

.trust-list li {
    padding: 8px 12px;
    border: 1px solid rgba(200, 164, 93, 0.38);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 700;
}

.cover-panel {
    background: var(--white);
    border: 1px solid var(--sand);
    border-radius: 8px;
    padding: 18px;
    box-shadow: var(--shadow);
}

.cover-panel img,
.cover-fallback {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 5px;
    background: var(--cream);
}

.cover-fallback {
    display: grid;
    place-items: center;
    padding: 28px;
    color: var(--gold-dark);
    text-align: center;
    font-size: 2rem;
    line-height: 1.1;
}

.cover-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 16px;
    font-family: Arial, sans-serif;
}

.cover-meta span {
    color: var(--muted);
    font-weight: 700;
}

.cover-meta strong {
    font-size: 1.6rem;
}

.section {
    padding: 78px 0;
}

.intro p,
.faq p,
.benefits p,
.content-grid p,
.why p,
.testimonials p,
.reassurance p,
.final-cta p,
.offer-box p {
    color: var(--muted);
}

.soft {
    background: var(--cream);
    border-block: 1px solid var(--sand);
}

.benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.content-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.reassurance-list {
    display: grid;
    gap: 14px;
}

.benefits article,
.content-grid article,
.offer-box,
.thanks-panel,
.testimonial-grid figure,
.reassurance-list div,
details {
    background: var(--white);
    border: 1px solid var(--sand);
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 10px 28px rgba(44, 35, 25, 0.07);
}

.testimonial-grid figure {
    margin: 0;
}

.testimonial-grid blockquote {
    margin: 0 0 18px;
    color: #3b332b;
    font-size: 1.03rem;
}

.testimonial-grid figcaption {
    color: var(--gold-dark);
    font-family: Arial, sans-serif;
    font-size: 0.88rem;
    font-weight: 800;
}

.reassurance {
    background: var(--cream);
    border-block: 1px solid var(--sand);
}

.reassurance-list strong,
.reassurance-list span {
    display: block;
}

.reassurance-list strong {
    margin-bottom: 4px;
    color: var(--ink);
}

.reassurance-list span {
    color: var(--muted);
    font-family: Arial, sans-serif;
    font-size: 0.94rem;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 400px);
    gap: 34px;
    align-items: start;
}

.checklist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.checklist li {
    position: relative;
    margin: 0 0 14px;
    padding-left: 30px;
}

.checklist li::before {
    content: "";
    position: absolute;
    top: 0.72em;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--gold);
}

.offer-box h2 {
    color: var(--gold-dark);
    font-size: 3.2rem;
}

.why {
    background: var(--paper);
}

.final-cta {
    text-align: center;
    background: linear-gradient(135deg, #fffdf8 0%, #f1e3cf 100%);
    border-top: 1px solid var(--sand);
}

.final-cta p {
    max-width: 720px;
    margin: 0 auto 22px;
}

.faq details + details {
    margin-top: 14px;
}

summary {
    cursor: pointer;
    font-weight: 700;
}

.footer {
    padding: 28px 20px;
    border-top: 1px solid var(--sand);
    color: var(--muted);
    text-align: center;
}

.thanks {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 40px 20px;
    background: linear-gradient(135deg, #fffdf8 0%, #f6efe3 100%);
}

.thanks-panel {
    width: min(720px, 100%);
    text-align: center;
}

.thanks-panel .btn {
    margin: 8px 12px 12px;
}

@media (max-width: 860px) {
    .nav,
    .price-line,
    .actions {
        align-items: flex-start;
    }

    .nav {
        flex-direction: column;
        padding: 16px 0;
    }

    .hero {
        padding: 52px 0 58px;
    }

    .hero-grid,
    .benefits,
    .content-grid,
    .testimonial-grid,
    .split {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 54px 0;
    }

    .price-line,
    .actions {
        flex-direction: column;
    }

    .trust-list {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cover-panel {
        max-width: 430px;
        margin: 0 auto;
    }
}

@media (max-width: 520px) {
    .container {
        width: min(100% - 28px, 1120px);
    }

    h1 {
        font-size: 2.45rem;
    }

    .btn,
    .text-link {
        width: 100%;
    }

    .btn-primary {
        min-height: 58px;
        padding-inline: 18px;
    }

    .hero-pain {
        padding-left: 14px;
        font-size: 1rem;
    }
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 22px;
    margin-top: 10px;
}

.footer-links a {
    color: inherit;
}

.legal-page {
    min-height: 100vh;
    padding: 48px 0;
    background: var(--soft);
}

.legal-panel {
    padding: 34px;
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--shadow);
}

.legal-panel h2 {
    margin-top: 30px;
}

.legal-panel a {
    color: var(--primary);
}
