:root {
    --ink: #1d2926;
    --muted: #65716b;
    --cream: #f5f0e7;
    --paper: #fffdf9;
    --sage: #b6c7b5;
    --deep-sage: #314c42;
    --orange: #e8734c;
    --line: #d8ddd5;
    --serif: 'Fraunces', Georgia, serif;
    --sans: 'DM Sans', sans-serif
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    line-height: 1.55;
    overflow-x: hidden
}

a {
    color: inherit;
    text-decoration: none
}

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

.section-wrap {
    max-width: 1160px;
    margin: auto;
    padding: 0 28px
}

.site-header {
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 max(28px, calc((100vw - 1160px)/2));
    border-bottom: 1px solid var(--line);
    background: rgba(255, 253, 249, .96)
}

.brand {
    font-size: 14px;
    letter-spacing: .13em;
    font-weight: 700
}

.brand span {
    color: var(--orange);
    font-family: var(--serif);
    font-size: 18px
}

.hero {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 72px;
    align-items: center;
    padding-top: 86px;
    padding-bottom: 100px
}

.eyebrow {
    margin: 0 0 16px;
    color: var(--orange);
    font-size: 11px;
    letter-spacing: .16em;
    font-weight: 700
}

.hero h1 {
    font-family: var(--serif);
    font-size: clamp(48px, 6vw, 80px);
    line-height: 1.02;
    max-width: 650px;
    margin: 0 0 24px
}

.hero-subtitle {
    font-size: 19px;
    line-height: 1.55;
    max-width: 510px;
    color: var(--muted);
    margin: 0 0 30px
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 54px;
    padding: 0 22px;
    font-weight: 700;
    font-size: 13px;
    transition: transform .2s, background .2s
}

.button:hover {
    transform: translateY(-2px)
}

.button-primary {
    background: var(--orange);
    color: #fff
}

.button-dark {
    background: var(--ink);
    color: #fff;
    width: 100%
}

.micro-proof {
    margin: 15px 0 0;
    font-size: 11px;
    color: var(--muted)
}

.hero-visual {
    position: relative;
    justify-self: end;
    width: min(100%, 475px)
}

.hero-image-frame {
    background: var(--sage);
    padding: 34px 54px 0;
    transform: rotate(2deg);
    box-shadow: 14px 16px 0 var(--cream)
}

.hero-image-frame img {
    width: 100%;
    max-width: 100%;
    height: auto;
    box-shadow: 0 20px 28px rgba(29, 41, 38, .18)
}

.floating-note {
    position: absolute;
    left: -35px;
    bottom: 28px;
    background: var(--orange);
    color: #fff;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 10px
}

.floating-note strong {
    font-family: var(--serif);
    font-size: 25px
}

.floating-note span {
    font-size: 11px;
    line-height: 1.2;
    max-width: 86px
}

.band {
    background: var(--deep-sage);
    color: #fff
}

.band-light {
    background: var(--cream)
}

.narrow {
    max-width: 720px
}

.center {
    text-align: center
}

.problem {
    padding: 85px 0
}

.problem h2,
.section-heading h2,
.benefits-intro h2,
.offer-copy h2,
.guarantee h2 {
    font-family: var(--serif);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    margin: 0 0 18px
}

.problem p:not(.eyebrow) {
    color: #dbe5dc;
    font-size: 17px
}

.deliverables {
    padding-top: 105px;
    padding-bottom: 110px
}

.section-heading {
    margin-bottom: 42px;
    max-width: 650px
}

.section-heading.center {
    margin-left: auto;
    margin-right: auto
}

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

.deliverable-card {
    border-top: 2px solid var(--ink);
    padding: 22px 12px 0 0
}

.card-number {
    color: var(--orange);
    font-size: 12px;
    font-weight: 700
}

.deliverable-card h3,
.bonus-card h3 {
    font-family: var(--serif);
    font-size: 23px;
    margin: 28px 0 12px;
    line-height: 1.15
}

.deliverable-card p,
.bonus-card p {
    color: var(--muted);
    font-size: 14px;
    margin: 0 0 25px
}

.deliverable-card strong,
.bonus-card strong {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.benefits {
    padding: 100px 0
}

.benefits-layout {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 100px
}

.benefits-intro h2 {
    max-width: 450px
}

.benefits-intro>p:not(.eyebrow) {
    color: var(--muted);
    font-size: 16px;
    max-width: 400px
}

.text-link {
    display: inline-block;
    margin-top: 24px;
    color: var(--orange);
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid var(--orange);
    padding-bottom: 5px
}

.benefit {
    display: grid;
    grid-template-columns: 76px 1fr;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid var(--line)
}

.benefit:last-child {
    border-bottom: 1px solid var(--line)
}

.benefit-icon {
    color: var(--orange);
    font-family: var(--serif);
    font-size: 22px
}

.benefit h3 {
    font-size: 16px;
    margin: 0 0 4px
}

.benefit p {
    font-size: 14px;
    color: var(--muted);
    margin: 0
}

.bonuses {
    padding: 105px 0 115px
}

.bonus-card {
    background: #e8eee6;
    padding: 30px 28px 32px;
    min-height: 265px
}

.bonus-card:nth-child(2) {
    background: #f9e1d5
}

.bonus-card:nth-child(3) {
    background: #e4e4d7
}

.bonus-tag {
    font-size: 10px;
    color: var(--orange);
    font-weight: 700;
    letter-spacing: .16em
}

.gallery {
    padding: 105px 0
}

.gallery .section-heading {
    color: #fff
}

.carousel {
    position: relative
}

.carousel-track {
    display: grid;
    grid-template-columns: repeat(5, 100%);
    overflow: hidden
}

.slide {
    grid-row: 1;
    grid-column: 1;
    margin: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .4s
}

.slide.active {
    opacity: 1;
    pointer-events: auto
}

.slide img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    background: #dae1d9
}

.slide figcaption {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 16px 0;
    color: #fff;
    font-size: 16px
}

.slide figcaption span {
    font-size: 12px;
    color: #b8cabb
}

.carousel-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px
}

.carousel-button {
    width: 42px;
    height: 42px;
    border: 1px solid #9cb09f;
    background: transparent;
    color: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer
}

.dots {
    display: flex;
    gap: 7px
}

.dot {
    width: 6px;
    height: 6px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: #789381;
    cursor: pointer
}

.dot.active {
    background: var(--orange);
    transform: scale(1.4)
}

.testimonials {
    padding: 105px 0 110px
}

.testimonial {
    margin: 0;
    border-left: 2px solid var(--orange);
    padding: 5px 24px
}

.testimonial-photo {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    margin: 0 0 18px;
    border: 3px solid var(--cream);
    box-shadow: 0 3px 10px rgba(29, 41, 38, .12)
}

.stars {
    color: var(--orange);
    letter-spacing: 3px;
    font-size: 13px
}

.testimonial p {
    font-family: var(--serif);
    font-size: 21px;
    line-height: 1.35;
    margin: 18px 0 25px
}

.testimonial cite {
    font-size: 12px;
    font-weight: 700;
    font-style: normal
}

.testimonial cite span {
    display: block;
    font-weight: 400;
    color: var(--muted);
    margin-top: 4px
}

.offer-section {
    background: var(--sage);
    padding: 105px 0
}

.offer-wrap {
    display: grid;
    grid-template-columns: 1fr 450px;
    align-items: center;
    gap: 90px
}

.offer-copy h2 {
    max-width: 560px
}

.offer-intro {
    color: var(--deep-sage);
    font-size: 16px;
    max-width: 430px
}

.timer-label {
    display: inline-block;
    background: var(--ink);
    color: #fff;
    padding: 13px 16px;
    margin-top: 25px;
    font-size: 12px
}

.timer-label span {
    color: #ffc3a8;
    font-weight: 700
}

.price-card {
    background: var(--paper);
    padding: 37px 36px 30px;
    position: relative;
    box-shadow: 12px 12px 0 rgba(49, 76, 66, .16)
}

.popular {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--orange);
    color: #fff;
    padding: 8px 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em
}

.price-kicker {
    font-size: 10px;
    color: var(--orange);
    font-weight: 700;
    letter-spacing: .14em;
    margin: 0 0 12px
}

.price-card h3 {
    font-family: var(--serif);
    font-size: 32px;
    margin: 0
}

.price-description {
    color: var(--muted);
    font-size: 13px;
    margin: 3px 0 13px
}

.price {
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 22px;
    margin-bottom: 18px
}

.price del {
    color: var(--muted);
    font-size: 18px
}

.price strong {
    font-family: var(--serif);
    font-size: 48px;
    color: var(--deep-sage)
}

.price-card ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px
}

.price-card li {
    font-size: 13px;
    padding: 7px 0;
    border-bottom: 1px solid #edf0ec
}

.price-card li::before {
    content: '✓';
    color: var(--orange);
    font-weight: 700;
    margin-right: 10px
}

.secure {
    text-align: center;
    font-size: 10px;
    color: var(--muted);
    margin: 15px 0 0
}

.guarantee {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 65px;
    align-items: center;
    padding: 100px 0
}

.guarantee-mark {
    width: 142px;
    height: 142px;
    border: 1px solid var(--orange);
    border-radius: 50%;
    display: grid;
    place-content: center;
    text-align: center;
    font-family: var(--serif);
    font-size: 47px;
    line-height: .8;
    color: var(--orange);
    transform: rotate(-8deg)
}

.guarantee-mark span {
    font: 700 10px var(--sans);
    letter-spacing: .15em;
    margin-top: 10px
}

.guarantee p:not(.eyebrow) {
    max-width: 680px;
    color: var(--muted)
}

.faq {
    padding: 100px 0
}

.faq-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 100px
}

.faq-list details {
    border-top: 1px solid var(--line);
    padding: 21px 0
}

.faq-list details:last-child {
    border-bottom: 1px solid var(--line)
}

summary {
    list-style: none;
    cursor: pointer;
    font-family: var(--serif);
    font-size: 20px;
    display: flex;
    justify-content: space-between
}

summary::-webkit-details-marker {
    display: none
}

summary::after {
    content: '+';
    font: 24px var(--sans);
    color: var(--orange)
}

details[open] summary::after {
    content: '−'
}

details p {
    color: var(--muted);
    font-size: 14px;
    max-width: 650px;
    margin: 13px 35px 0 0
}

.site-footer {
    background: var(--ink);
    color: #fff
}

.footer-inner {
    min-height: 105px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.footer-inner p,
.footer-links {
    font-size: 11px;
    color: #b4c0b6
}

.footer-links {
    display: flex;
    gap: 25px
}

.footer-links a:hover {
    color: #fff
}

.reveal {
    animation: rise .7s both
}

@keyframes rise {
    from {
        opacity: 0;
        transform: translateY(14px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(max-width:800px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 55px;
        padding-top: 58px;
        padding-bottom: 75px
    }

    .hero h1 {
        font-size: 50px
    }

    .hero-visual {
        justify-self: center;
        width: min(100%, 390px)
    }

    .floating-note {
        left: -12px
    }

    .deliverable-grid,
    .bonus-grid,
    .testimonial-grid {
        grid-template-columns: 1fr
    }

    .deliverables,
    .bonuses,
    .testimonials {
        padding-top: 75px;
        padding-bottom: 75px
    }

    .benefits {
        padding: 75px 0
    }

    .benefits-layout,
    .offer-wrap,
    .faq-layout {
        grid-template-columns: 1fr;
        gap: 45px
    }

    .gallery {
        padding: 75px 0
    }

    .slide img {
        height: 320px
    }

    .offer-section {
        padding: 75px 0
    }

    .price-card {
        max-width: 500px
    }

    .guarantee {
        grid-template-columns: 1fr;
        gap: 30px;
        padding-top: 75px;
        padding-bottom: 75px
    }

    .footer-inner {
        padding-top: 25px;
        padding-bottom: 25px;
        align-items: flex-start;
        flex-direction: column;
        gap: 15px
    }
}

@media(max-width:600px) {
    .section-wrap {
        padding: 0 20px
    }

    .site-header {
        height: 60px;
        padding: 0 18px
    }

    .brand {
        font-size: 11px;
        letter-spacing: .1em
    }

    .hero {
        gap: 38px;
        padding-top: 48px;
        padding-bottom: 62px
    }

    .hero h1 {
        font-size: clamp(40px, 11vw, 48px);
        margin-bottom: 18px
    }

    .hero-subtitle {
        font-size: 16px;
        line-height: 1.48;
        margin-bottom: 24px
    }

    .hero-actions {
        width: 100%
    }

    .hero-actions .button-primary {
        display: flex;
        width: 100%;
        min-height: 58px
    }

    .hero-visual {
        width: min(100%, 330px)
    }

    .hero-image-frame {
        padding: 22px 30px 0;
        box-shadow: 9px 10px 0 var(--cream);
        transform: none
    }

    .floating-note {
        left: -8px;
        bottom: 18px;
        padding: 11px 13px
    }

    .problem {
        padding: 62px 0
    }

    .problem h2,
    .section-heading h2,
    .benefits-intro h2,
    .offer-copy h2,
    .guarantee h2 {
        font-size: clamp(32px, 9vw, 42px)
    }

    .problem p:not(.eyebrow) {
        font-size: 15px
    }

    .deliverables,
    .bonuses,
    .testimonials {
        padding-top: 64px;
        padding-bottom: 68px
    }

    .section-heading {
        margin-bottom: 30px
    }

    .deliverable-card {
        padding-top: 18px
    }

    .deliverable-card h3,
    .bonus-card h3 {
        font-size: 22px;
        margin-top: 20px
    }

    .benefits {
        padding: 64px 0
    }

    .benefits-layout,
    .offer-wrap,
    .faq-layout {
        gap: 34px
    }

    .benefit {
        grid-template-columns: 52px 1fr;
        gap: 14px;
        padding: 18px 0
    }

    .benefit-icon {
        font-size: 19px
    }

    .benefit h3 {
        font-size: 15px
    }

    .benefit p {
        font-size: 13px;
        line-height: 1.45
    }

    .bonus-card {
        min-height: 0;
        padding: 24px 22px 26px
    }

    .gallery {
        padding: 64px 0
    }

    .gallery .section-wrap {
        padding: 0 20px
    }

    .carousel-track {
        display: block
    }

    .slide {
        display: none
    }

    .slide.active {
        display: block
    }

    .slide img {
        height: auto;
        aspect-ratio: 1.3
    }

    .slide figcaption {
        font-size: 15px;
        padding: 13px 0
    }

    .carousel-controls {
        gap: 18px
    }

    .carousel-button {
        width: 48px;
        height: 48px
    }

    .testimonial {
        padding: 4px 18px
    }

    .testimonial-photo {
        width: 58px;
        height: 58px;
        margin-bottom: 14px
    }

    .testimonial p {
        font-size: 19px;
        margin: 14px 0 20px
    }

    .offer-section {
        padding: 64px 0
    }

    .timer-label {
        font-size: 11px;
        padding: 12px 13px
    }

    .price-card {
        padding: 30px 22px 24px;
        box-shadow: 7px 7px 0 rgba(49, 76, 66, .14)
    }

    .price-card h3 {
        font-size: 29px
    }

    .price strong {
        font-size: 43px
    }

    .price-card li {
        font-size: 12px;
        padding: 8px 0
    }

    .guarantee {
        gap: 25px;
        padding-top: 64px;
        padding-bottom: 64px
    }

    .guarantee-mark {
        width: 116px;
        height: 116px;
        font-size: 39px
    }

    .faq {
        padding: 64px 0
    }

    .faq-list details {
        padding: 19px 0
    }

    .faq-list summary {
        font-size: 18px;
        gap: 14px
    }

    .faq-list details p {
        font-size: 13px;
        line-height: 1.5;
        margin-top: 11px
    }

    .footer-inner {
        padding-top: 25px;
        padding-bottom: 25px
    }

    .footer-inner p {
        line-height: 1.4
    }

    .footer-links {
        flex-wrap: wrap
    }
}

@media(min-width:601px) {
    .hero-image-frame {
        transform: rotate(2deg)
    }
}