:root {
    --red: #51170f;
    --red2: #852b1c;
    --cream: #fbf0dd;
    --paper: #fffcf5;
    --gold: #e7b93f;
    --ink: #351813;
    --muted: #765f58;
    --line: #eadbc9;
    --shadow: 0 20px 55px rgba(72, 25, 17, .12)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 82px
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "DM Sans", sans-serif;
    line-height: 1.65
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    color: inherit
}

button {
    font: inherit
}

.container {
    width: min(1160px, calc(100% - 40px));
    margin: auto
}

.section {
    padding: 105px 0
}

.section-head {
    max-width: 750px;
    text-align: center;
    margin: 0 auto 52px
}

.section-head.left {
    text-align: left;
    margin-left: 0
}

.section-head p {
    max-width: 650px;
    margin: 14px auto 0
}

.section-head.left p {
    margin-left: 0
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--red2);
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .2em
}

.light {
    color: #f5ce69
}

.section-head.light h2,
.section-head.light p {
    color: white
}

h1,
h2,
h3 {
    font-family: "Playfair Display", serif;
    line-height: 1.12;
    margin: 0
}

h1 {
    font-size: clamp(3rem, 6.4vw, 5.8rem);
    max-width: 950px
}

h2 {
    font-size: clamp(2.2rem, 4.3vw, 3.7rem)
}

h3 {
    font-size: 1.42rem
}

p {
    color: var(--muted)
}

small {
    display: block;
    color: #8b7770
}

.center {
    text-align: center
}

.skip {
    position: fixed;
    left: 20px;
    top: -80px;
    z-index: 100;
    background: white;
    padding: 10px
}

.skip:focus {
    top: 10px
}

header {
    position: fixed;
    inset: 0 0 auto;
    z-index: 50;
    color: white;
    border-bottom: 1px solid #ffffff29;
    transition: .3s
}

header.scrolled {
    background: #42100af7
}

.nav-wrap {
    height: 84px;
    display: flex;
    align-items: center;
    gap: 25px
}

.brand img {
    width: 148px;
    max-height: 62px;
    object-fit: contain
}

nav {
    display: flex;
    gap: 19px;
    margin-left: auto;
    font-size: .85rem
}

nav a {
    opacity: .88
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 4px;
    font-weight: 800;
    transition: .25s;
    border: 1px solid transparent
}

.btn:hover {
    transform: translateY(-2px)
}

.btn-gold {
    background: var(--gold);
    color: #32130d
}

.btn-dark {
    background: var(--red);
    color: white
}

.btn-line {
    border-color: #ffffffa6;
    color: white
}

.menu {
    display: none;
    background: none;
    border: 0
}

.menu i {
    display: block;
    width: 24px;
    height: 2px;
    background: white;
    margin: 5px
}

.hero {
    position: relative;
    min-height: 850px;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden
}

.hero>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #300906f5, #4b120cde 52%, #3a0c0826 84%)
}

.hero-copy {
    position: relative;
    z-index: 2;
    padding-top: 72px
}

.hero h1 em {
    color: #f1c849;
    font-style: normal
}

.hero-copy>p:not(.eyebrow) {
    color: #f6ede6;
    max-width: 660px;
    font-size: 1.1rem
}

.actions {
    display: flex;
    gap: 12px;
    margin: 31px 0 35px
}

.trust {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    font-size: .83rem
}

.trust span:before {
    content: "✓";
    color: var(--gold);
    margin-right: 8px
}

.brand-strip {
    background: var(--gold);
    padding: 19px 0
}

.brand-strip .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    font-size: .72rem;
    letter-spacing: .09em
}

.brand-strip i {
    height: 22px;
    width: 1px;
    background: #3518134d
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 85px;
    align-items: center
}

.photo-stack {
    position: relative;
    display: grid;
    place-items: center
}

.photo-stack img,
.rounded {
    width: auto;
    max-width: 100%;
    max-height: 680px;
    height: auto;
    aspect-ratio: 2 / 3;
    object-fit: contain;
    border-radius: 230px 230px 10px 10px;
    box-shadow: var(--shadow)
}

.photo-stack>span {
    position: absolute;
    right: -24px;
    bottom: 44px;
    background: var(--red);
    color: white;
    padding: 17px 24px
}

.photo-stack>span b {
    color: var(--gold)
}

.quality {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin: 30px 0 10px
}

.quality div {
    padding: 20px;
    border: 1px solid var(--line);
    background: var(--cream)
}

.quality b {
    font: 800 2rem "Playfair Display";
    color: var(--red2);
    display: block
}

.quality span {
    font-size: .83rem
}

.audience,
.packages,
.proof {
    background: var(--cream)
}

.audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.audience-grid article {
    background: white;
    padding: 30px 25px;
    border-bottom: 3px solid var(--gold)
}

.audience-grid b,
.reason-grid span {
    color: var(--red2);
    font-size: .78rem
}

.audience-grid h3 {
    margin: 35px 0 8px
}

.audience-grid p {
    font-size: .88rem
}

.reasons {
    background: linear-gradient(135deg, #3c0d09, #711f14);
    color: white
}

.reason-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #ffffff2e;
    border-left: 1px solid #ffffff2e
}

.reason-grid article {
    padding: 34px;
    border-right: 1px solid #ffffff2e;
    border-bottom: 1px solid #ffffff2e;
    min-height: 225px
}

.reason-grid span {
    color: var(--gold)
}

.reason-grid h3 {
    margin: 28px 0 10px
}

.reason-grid p {
    color: #d9cbc5;
    font-size: .88rem
}

.toggle {
    width: max-content;
    max-width: 100%;
    margin: 0 auto 38px;
    background: #eadbc5;
    padding: 5px;
    border-radius: 50px
}

.toggle button {
    border: 0;
    border-radius: 50px;
    padding: 12px 23px;
    color: #73584f;
    background: none;
    cursor: pointer
}

.toggle button.active {
    background: var(--red);
    color: white
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.package {
    position: relative;
    display: flex;
    flex-direction: column;
    background: white;
    border: 1px solid var(--line);
    overflow: hidden
}

.package.featured {
    border: 2px solid var(--gold)
}

.popular {
    position: absolute;
    z-index: 2;
    right: 14px;
    top: 14px;
    background: var(--gold);
    padding: 7px 11px;
    font-size: .66rem;
    font-weight: 800
}

.package-image {
    aspect-ratio: 3 / 2;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #f4eadb
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: .4s
}

.package:hover .package-image img {
    transform: scale(1.015)
}

.package-image span {
    position: absolute;
    left: 18px;
    bottom: 16px;
    background: var(--red);
    color: white;
    padding: 6px 10px;
    font-size: .68rem;
    letter-spacing: .14em
}

.package-body {
    flex: 1 1 auto;
    padding: 29px;
    display: flex;
    flex-direction: column;
    min-height: 0
}

.availability {
    font-size: .8rem;
    margin: 8px 0 20px
}

.price {
    border-block: 1px solid var(--line);
    padding: 16px 0
}

.price strong {
    display: block;
    font: 800 2.25rem "Playfair Display";
    color: var(--red2)
}

.package ul {
    padding-left: 20px;
    margin: 23px 0;
    min-height: 105px
}

.package li {
    margin: 7px 0;
    color: #68564f;
    font-size: .87rem
}

.package .btn {
    width: 100%
}

.package-cta {
    margin-top: auto;
    padding-top: 17px;
    border-top: 1px dashed var(--line)
}

.package-cta small {
    margin-bottom: 10px;
    color: var(--red2);
    font-size: .76rem;
    font-weight: 700;
    text-align: center
}

.package-cta .btn {
    gap: 11px;
    min-height: 56px;
    box-shadow: 0 12px 25px rgba(81, 23, 15, .16);
    font-size: .88rem;
    line-height: 1.2;
    opacity: 1;
    visibility: visible
}

.package-cta-label {
    display: inline-block;
    color: inherit;
    font-size: inherit;
    font-weight: 800;
    opacity: 1;
    visibility: visible
}

.package-cta .btn-dark .package-cta-label {
    color: #fff
}

.package-cta .btn-gold .package-cta-label {
    color: #32130d
}

.package-cta-arrow {
    display: inline-block;
    color: inherit;
    font-size: 1.25rem;
    transition: transform .25s
}

.package-cta .btn:hover .package-cta-arrow {
    transform: translateX(4px)
}

.package.featured .package-cta {
    border-top-color: #d7ad3c
}

.notice {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 20px;
    max-width: 920px;
    margin: 30px auto 0;
    padding: 22px 25px;
    background: #f0dfc8;
    border-left: 3px solid var(--gold)
}

.notice p {
    font-size: .79rem;
    margin: 0
}

.scenario-tabs {
    display: flex;
    gap: 8px;
    margin: 25px 0 16px
}

.scenario-tabs button {
    border: 1px solid var(--line);
    background: white;
    padding: 9px 20px
}

.scenario-tabs button.active {
    background: var(--red);
    color: white
}

.sim-card {
    background: var(--cream);
    padding: 5px 25px;
    border-left: 4px solid var(--gold);
    margin-bottom: 10px
}

.sim-card>div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 14px 0;
    border-bottom: 1px solid #e4d4bf
}

.sim-card span {
    font-size: .82rem;
    color: var(--muted)
}

.simulation .rounded {
    border-radius: 10px 230px 230px 10px
}

.proof-layout {
    display: grid;
    grid-template-columns: minmax(0, 900px);
    justify-content: center
}

.proof-main {
    position: relative;
    overflow: hidden;
    background: var(--red)
}

.proof-main>img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #efe3d2
}

.proof-main:after {
    display: none
}

.proof-main>div {
    position: relative;
    padding: 30px 35px 34px;
    color: white
}

.proof-main span {
    color: var(--gold)
}

.proof-main h3 {
    font-size: 2rem
}

.proof-main p {
    color: #e3d6d0
}

.proof-side {
    display: grid;
    gap: 20px
}

.proof-side button {
    position: relative;
    border: 0;
    padding: 0;
    min-height: 245px;
    overflow: hidden
}

.proof-side img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: top
}

.proof-side span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: #460e0ae6;
    color: white
}

.social-proof {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 25px;
    background: var(--red);
    color: white
}

.social-proof div {
    text-align: center;
    padding: 25px;
    border-right: 1px solid #ffffff26
}

.social-proof strong {
    display: block;
    color: var(--gold);
    font: 700 1.8rem "Playfair Display"
}

.social-proof span {
    font-size: .75rem
}

.steps {
    background: linear-gradient(135deg, #3b100b, #732618)
}

.step-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 9px
}

.step-grid>div {
    background: #ffffff12;
    padding: 21px 14px;
    color: white;
    min-height: 165px
}

.step-grid b {
    color: var(--gold)
}

.step-grid h3 {
    font-size: 1rem;
    margin-top: 42px
}

.narrow {
    max-width: 850px
}

.faq-list article {
    border-bottom: 1px solid var(--line)
}

.faq-list button {
    width: 100%;
    padding: 23px 0;
    display: flex;
    justify-content: space-between;
    background: none;
    border: 0;
    text-align: left;
    font-weight: 700
}

.faq-list article p {
    display: none
}

.faq-list article.open p {
    display: block
}

.faq-list:not(.show-all) article:nth-child(n+7) {
    display: none
}

.faq-more-wrap {
    margin-top: 32px;
    text-align: center
}

.faq-more {
    min-width: 210px
}

.cta {
    text-align: center;
    padding: 110px 0;
    background: linear-gradient(#3a0a07e8, #3a0a07e8), url('../assets/images/store.png') center/cover;
    color: white
}

.cta h2 {
    max-width: 870px;
    margin: auto
}

.cta p {
    color: #e6d9d3;
    max-width: 670px;
    margin: 18px auto
}

footer {
    background: #260806;
    color: #d8c9c4;
    padding: 72px 0 25px
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.25fr 1.5fr 1.5fr .8fr;
    gap: 36px
}

.footer-grid h3 {
    font-size: 1rem;
    color: var(--gold)
}

.footer-grid p,
.footer-grid a {
    font-size: .81rem;
    color: #bdaea8
}

.copyright {
    border-top: 1px solid #ffffff1f;
    padding-top: 20px;
    margin-top: 40px;
    font-size: .74rem;
    display: flex;
    justify-content: space-between
}

.float-wa {
    position: fixed;
    z-index: 45;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #24a75a;
    color: white;
    border-radius: 50px;
    padding: 12px 17px;
    font-weight: 800
}

.float-wa img {
    width: 24px
}

.top {
    position: fixed;
    right: 24px;
    bottom: 83px;
    width: 48px;
    height: 48px;
    border: 0;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none
}

.top.show {
    opacity: 1;
    pointer-events: auto
}

.modal {
    position: fixed;
    z-index: 100;
    inset: 0;
    background: #000e;
    display: grid;
    place-items: center;
    padding: 30px
}

.modal[hidden] {
    display: none
}

.modal img {
    max-height: 90vh
}

.modal-close {
    position: absolute;
    right: 25px;
    top: 15px;
    background: none;
    color: white;
    border: 0;
    font-size: 2.5rem
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: .7s
}

.reveal.visible {
    opacity: 1;
    transform: none
}

@media(max-width:950px) {
    nav {
        position: absolute;
        top: 84px;
        left: 0;
        right: 0;
        display: none;
        flex-direction: column;
        background: var(--red);
        padding: 26px
    }

    .open nav {
        display: flex
    }

    .desktop-cta {
        display: none
    }

    .menu {
        display: block;
        margin-left: auto
    }

    .split {
        gap: 45px
    }

    .audience-grid,
    .reason-grid {
        grid-template-columns: 1fr 1fr
    }

    .step-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .chat-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr
    }
}

@media(max-width:650px) {
    .container {
        width: min(100% - 28px, 1160px)
    }

    .section {
        padding: 76px 0
    }

    .hero {
        min-height: 820px;
        background: #35100c
    }

    .hero>img {
        height: auto;
        object-fit: contain;
        object-position: center top
    }

    .hero-shade {
        background: linear-gradient(180deg, #30090670 0, #35100ce8 31%, #35100c 55%)
    }

    .hero h1 {
        font-size: 2.8rem
    }

    .actions {
        flex-direction: column
    }

    .trust {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .brand-strip .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center
    }

    .brand-strip i {
        display: none
    }

    .split,
    .package-grid,
    .proof-layout,
    .footer-grid,
    .audience-grid,
    .reason-grid,
    .quality,
    .chat-grid {
        grid-template-columns: 1fr
    }

    .photo-stack>span {
        right: 8px
    }

    .photo-stack img,
    .rounded {
        border-radius: 150px 150px 10px 10px
    }

    .proof-main>div {
        padding: 25px 22px 28px
    }

    .notice {
        grid-template-columns: 1fr
    }

    .simulation .rounded {
        border-radius: 10px 170px 170px 10px
    }

    .social-proof {
        grid-template-columns: 1fr
    }

    .step-grid {
        grid-template-columns: 1fr 1fr
    }

    .step-grid>div {
        min-height: 130px
    }

    .phone-chat {
        max-width: 390px;
        width: 100%;
        margin: auto
    }

    .chat-bg {
        min-height: 360px
    }

    .copyright {
        flex-direction: column
    }

    .package-body {
        padding: 25px 22px
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        scroll-behavior: auto !important;
        transition: none !important
    }

    .reveal {
        opacity: 1;
        transform: none
    }
}

.text-justify {
    text-align: justify;
}