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

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


.shell-footer-unique {
    width: 100%;
    padding: 0 10%;
    margin-inline: auto;
}

h3 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    letter-spacing: -0.03em;
}

h1,
h2,
.review-card blockquote,
.page-header h1,
.hero-copy h1,
.section-heading-row h2,
.editorial-copy h2,
.availability-copy h2,
.booking-copy h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.lead,
.support-text,
.plain-list span,
.editorial-card p,
.offering-row p,
.booking-copy p,
.booking-form label span,
.availability-note,
.form-banner,
.review-meta span,
.date-card span,
.hero-note span,
.ribbon-card p {
    color: var(--text-soft);
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.92rem 1.38rem;
    border: 0;
    border-radius: 999px;
    font-weight: 700;
}

.button-primary:hover, 
.button-secondary:hover {
    transform: scale(1.03);
}

.hero-actions {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    padding-top: 30px;
    width: fit-content;
}

.button-primary {
    background: var(--accent);
    color: #fffaf5;
    box-shadow: 0 12px 28px rgba(171, 134, 101, 0.18);
    max-width: 250px;
}

.button-secondary {
    border: 1px solid white;
    background: rgba(235, 230, 220, 0.70);
    color: var(--text);
    max-width: 250px;
}

.button-small {
    min-height: 2.8rem;
    padding-inline: 1.1rem;
    width: 90px;
}

.button-with-icon {
    gap: 0.65rem;
    width: 100%;
}

/* .button-with-icon svg {
    width: 1rem;
    height: 1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
} */

.send-booking-form-icon {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    /* flex: 0 0 18px; */
    fill: none;
    stroke: currentColor;
}

.button-wide {
    width: 100%;
    margin: 0;
}

.booking-form .button-wide,
.package-payment-modal__form .button-wide {
    max-width: none;
}

.cta-with-icon {
    border: 0;
    width: 300px;
    max-width: none;
    border-radius: 18px;
}


.desktop-home-view {
    padding: 0;
}

.hero-section {
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    z-index: 2;
}



/* .hero-layout {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(340px, 1.04fr);
    gap: 4rem;
    align-items: center;
} */

.hero-layout {
    max-width: 60vw;
}

        .hero-copy h1 {
            padding-right: 19vw;
        }

    @media (max-width: 900px) {
        .hero-layout {
            max-width: 100%;
        }

        .hero-copy, .hero-copy p {
            width: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .hero-actions {
           left: 50%;
           transform: translateX(-50%);
        }

        .hero-copy .lead {
            position: relative;
            left: 50%;
            transform: translateX(-50%);
        }

        .hero-copy h1 {
            padding-right: 0;
        }
    }

        @media (max-width: 600px) {
        .hero-actions {
           width: 100%;
           display: flex;
           flex-direction: column;
           align-items: center;
           justify-content: center;
        }

        .hero-actions .button-primary, 
        .hero-actions .button-secondary {

            width: 80vw;
            max-width: 100%;
        }

        .hero-copy .lead {
            position: relative;
            height: fit-content;
            margin: 20px 0 !important;
        }
    }

.hero-copy {
    position: relative;
    max-width: 650px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
    /* padding-top: 13vh; */
}

.section-kicker {
    margin: 0 0 0.95rem;
    color: var(--accent-deep);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
}

h1 {
    margin: 0;
    font-size: clamp(3.6rem, 8vw, 7rem);
    line-height: 0.9;
    width: 90%;
}

h2 {
    margin: 0;
    font-size: clamp(2.5rem, 5vw, 4.4rem);
    line-height: 0.95;
}

h3 {
    margin: 0;
    font-size: 2rem;
    line-height: 1;
}

.lead,
.support-text,
.plain-list span,
.editorial-card p,
.offering-row p,
.booking-copy p,
.footer-column span,
.footer-column a,
.footer-brand p,
.date-card-note,
.zoom-benefit-card p,
.payment-note-list p,
.faq-answer p,
.policy-detail-card p {
    font-size: 1rem;
    line-height: 1.72;
}

.lead {
    max-width: 58ch;
    margin: 1.5rem 0 0;
}

.hero-media,
.ribbon-card,
.editorial-card,
.review-card,
.form-panel,
.contact-card {
    background: var(--surface);
    border: 1px solid rgba(107, 83, 63, 0.08);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.hero-media {
    position: absolute;
    inset: 0 2rem 0 0;
    display: grid;
    place-items: center;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(239, 229, 219, 0.7)),
        radial-gradient(circle at 50% 20%, rgba(171, 134, 101, 0.16), transparent 42%);
}

.hero-logo {
    width: min(100%, 390px);
    opacity: 0.98;
}

.hero-note {
    position: absolute;
    max-width: 240px;
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: rgba(255, 251, 246, 0.84);
    border: 1px solid rgba(107, 83, 63, 0.1);
    backdrop-filter: blur(12px);
    box-shadow: 0 18px 42px rgba(98, 79, 64, 0.08);
}

.hero-note strong {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.96rem;
}

.hero-note-top {
    top: 2.25rem;
    right: 0;
}

.hero-note-bottom {
    left: 0;
    bottom: 2.25rem;
}

.section-block {

    .split-layout {
        height: 100%;
    }
}

.section-block .split-layout .plain-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;

    p {
        position: relative;
    }
}

.section-soft {
    background: linear-gradient(180deg, rgba(255, 250, 245, 0.52), rgba(255, 250, 245, 0.28));
}

.feature-ribbon {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.bridge-section {
    display: grid;
    gap: 2.15rem;
}

.bridge-heading {
    max-width: 44rem;
}

.bridge-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.bridge-card {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr auto;
    column-gap: 1rem;
    row-gap: 1rem;
    min-height: 270px;
    padding: 1.45rem;
    border-radius: 30px;
    border: 1px solid rgba(107, 83, 63, 0.08);
    box-shadow: 0 18px 42px rgba(96, 76, 60, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.bridge-card:hover,
.bridge-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 28px 52px rgba(96, 76, 60, 0.12);
    border-color: rgba(107, 83, 63, 0.14);
    outline: none;
}

.bridge-card > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 999px;
    background: rgba(141, 102, 70, 0.12);
    color: var(--accent-deep);
    font-size: 0.86rem;
    font-weight: 700;
}

.bridge-card h3 {
    margin: 0.28rem 0 0.48rem;
    font-size: 1.85rem;
    line-height: 1.02;
}

.bridge-card > div {
    grid-column: 2;
}

.bridge-card p:last-child {
    color: var(--text-soft);
    max-width: 26ch;
}

.bridge-pill {
    display: inline-flex;
    margin: 0 0 -15px 0;
    align-items: center;
    justify-content: center;
    grid-column: 1 / -1;
    justify-self: start;
    align-self: end;
    padding: 0.48rem 0.9rem;
    border-radius: 999px;
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--accent-deep);
    background: rgba(141, 102, 70, 0.12);
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.bridge-card-practice {
    background:
        radial-gradient(circle at top right, rgba(175, 128, 88, 0.14), transparent 30%),
        linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(244, 236, 227, 0.92));
}

.bridge-card-support {
    background:
        radial-gradient(circle at 82% 18%, rgba(183, 145, 107, 0.18), transparent 34%),
        linear-gradient(160deg, rgba(247, 239, 231, 0.98), rgba(235, 224, 213, 0.94));
}

.bridge-card-restore {
    background:
        radial-gradient(circle at 16% 14%, rgba(182, 144, 108, 0.14), transparent 26%),
        linear-gradient(160deg, rgba(94, 71, 52, 0.98), rgba(67, 50, 37, 0.98));
    color: #fff8f3;
}

.bridge-card-restore .section-kicker,
.bridge-card-restore p:last-child,
.bridge-card-restore .bridge-pill {
    color: rgba(255, 248, 243, 0.82);
}

.bridge-card-restore > span {
    background: rgba(255, 248, 243, 0.12);
    color: #fff8f3;
}

.bridge-card-restore .bridge-pill {
    background: rgba(255, 248, 243, 0.1);
    border-color: rgba(255, 248, 243, 0.14);
}

.ribbon-card {
    padding: 1.6rem;
    border-radius: 26px;
}

.ribbon-card h3 {
    font-size: 1.9rem;
    margin-bottom: 0.45rem;
}

.editorial-split,
.availability-layout,
.booking-home-layout,
.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 3rem;
    align-items: start;
}

.zoom-highlight-layout {
    position: relative;
    display: flex;
    flex-direction: row;
}

.zoom-highlight-copy {
    z-index: 3;
    padding: 2rem;
    border-radius: 30px;
    background: rgba(255, 251, 246, 0.6);
    border: 1px solid rgba(107, 83, 63, 0.1);
    box-shadow: 0 22px 50px rgba(96, 76, 60, 0.12);
    backdrop-filter: blur(12px);
    min-width: 500px;
    max-width: 750px;
}

.zoom-highlight-layout .zoom-stage {
    position: absolute;
    margin-top: 100px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    height: auto;
    width: 100%;
    padding: 0 10%;
}

.text-link {
    display: inline-flex;
    margin-top: 1.2rem;
    color: var(--accent-deep);
    border: 1px solid var(--accent-deep);
    border-radius: 30px;
    padding: 5px 30px 5px 35px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    width: fit-content;
}

.text-link p {
    position: relative;
    font-weight: 700;
}

.text-link svg {
    position: relative;
    height: auto;
    width: 40px;
    margin: 0;
    top: 1px;
}

.text-link:hover {
    transform: scale(1.03) translateX(5px);
}

.button-with-arrow {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 250px;
}

/* .button-with-icon svg {
    position: relative;
    margin-top: -10px;
    margin-bottom: -10px;
    height: 30px;
    width: auto;
    margin-left: 5px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
} */

.button-with-arrow svg {
    width: 1.3rem;
    height: 1.3rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
}

.editorial-stack {
    display: grid;
    gap: 1rem;
}

.session-option-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.session-option-card {
    padding: 1.3rem 1.2rem;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 251, 246, 0.94), rgba(244, 235, 225, 0.88));
    border: 1px solid rgba(107, 83, 63, 0.1);
    box-shadow: 0 18px 38px rgba(96, 76, 60, 0.08);
}

.session-option-card span {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: var(--accent-deep);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.session-option-card h3 {
    margin-bottom: 0.35rem;
    font-size: 1.5rem;
}

.session-option-card p {
    color: var(--muted);
    line-height: 1.75;
}

.thai-benefit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.thai-benefit-card {
    min-height: 150px;
    padding: 1.25rem;
    border-radius: 26px;
    background:
        radial-gradient(circle at top right, rgba(165, 122, 86, 0.14), transparent 40%),
        linear-gradient(160deg, rgba(139, 100, 71, 0.734), rgba(77, 56, 41, 0.824));
    color: #ffffff;
    box-shadow: 0 22px 40px rgba(78, 57, 41, 0.16);
}

.thai-benefit-card span {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(248, 239, 230, 0.72);
}

.thai-benefit-card strong {
    display: block;
    max-width: 12ch;
    font-size: 1.45rem;
    line-height: 1.2;
}

.editorial-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    padding: 1.6rem;
    border-radius: 28px;
}

.editorial-card span,
.date-card strong {
    color: var(--accent-deep);
    font-weight: 700;
}

.editorial-card-large {
    min-height: 220px;
}

.editorial-card-soft {
    background: linear-gradient(180deg, rgba(238, 227, 214, 0.7), rgba(255, 251, 246, 0.84));
}

.zoom-highlight-section {
    position: relative;
}

.zoom-highlight-copy,
.zoom-page-copy {
    max-width: 38rem;
}

.zoom-highlight-points,
.zoom-benefit-grid {
    display: grid;
    gap: 1rem;
}

.zoom-highlight-points {
    margin: 1.8rem 0 2rem;
}

.zoom-point-card,
.zoom-benefit-card,
.zoom-cta-panel,
.zoom-hero-panel {
    background: var(--surface);
    border: 1px solid rgba(107, 83, 63, 0.08);
    box-shadow: var(--shadow);
}

.zoom-point-card,
.zoom-benefit-card {
    padding: 1.35rem 1.4rem;
    border-radius: 26px;
}

.zoom-point-card strong {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--accent-deep);
    font-size: 1rem;
}

.zoom-point-card span,
.zoom-benefit-card p {
    color: var(--text-soft);
    line-height: 1.8;
}


.zoom-stage-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(8px);
    z-index: 0;
}

.zoom-stage-orb-left {
    width: 220px;
    height: 220px;
    left: 1rem;
    top: 4rem;
    background: rgba(171, 134, 101, 0.18);
}

.zoom-stage-orb-right {
    width: 260px;
    height: 260px;
    right: 0;
    bottom: 2rem;
    background: rgba(226, 210, 193, 0.56);
}

.zoom-stage-card {
    position: relative;
    width: min(100%, 60vw);
    z-index: 1;
}

.zoom-stage-mockup {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 30px 50px rgba(89, 69, 53, 0.22));
}

.zoom-stage-caption {
    position: absolute;
    left: 10%;
    right: 32%;
    bottom: 12%;
    display: grid;
    gap: 0.8rem;
}

.zoom-stage-sidebar {
    position: absolute;
    top: 13%;
    right: 0%;
    width: min(27%, 200px);
    display: grid;
    gap: 0.8rem;
}

.macbook-mockup {
    position: relative;
    width: min(100%, 760px);
    z-index: 1;
}

.macbook-screen {
    padding: 1rem;
    border-radius: 28px 28px 18px 18px;
    background:
        linear-gradient(180deg, rgba(67, 62, 57, 0.98), rgba(28, 26, 25, 0.98));
    box-shadow: 0 36px 90px rgba(89, 69, 53, 0.22);
    border: 1px solid rgba(54, 49, 45, 0.8);
}

.zoom-window-bar {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.2rem 0.3rem 0.9rem;
    color: rgba(255, 247, 240, 0.8);
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.zoom-window-bar span {
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
}

.zoom-window-bar span:nth-child(1) {
    background: #ff5f57;
}

.zoom-window-bar span:nth-child(2) {
    background: #febc2e;
}

.zoom-window-bar span:nth-child(3) {
    background: #28c840;
}

.zoom-window-bar p {
    margin: 0 0 0 0.5rem;
}

.zoom-call-layout,
.zoom-call-layout-page {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 190px;
    gap: 0.95rem;
}

.zoom-call-main {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background:
        radial-gradient(circle at top, rgba(255, 249, 242, 0.24), transparent 40%),
        linear-gradient(180deg, rgba(236, 226, 215, 0.9), rgba(213, 196, 182, 0.94));
}

.zoom-call-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zoom-call-overlay {
    position: absolute;
    inset: auto 1rem 1rem 1rem;
    display: grid;
    gap: 0.8rem;
}

.zoom-live-pill {
    width: fit-content;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(31, 111, 235, 0.92);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.zoom-call-caption {
    max-width: 25rem;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(255, 250, 245, 0.9);
    backdrop-filter: blur(12px);
    box-shadow: 0 22px 45px rgba(72, 55, 42, 0.14);
}

.zoom-call-caption strong {
    display: block;
    margin-bottom: 0.28rem;
    color: var(--accent-deep);
}

.zoom-call-caption span {
    color: var(--text-soft);
    line-height: 1.7;
}

.zoom-call-sidebar {
    display: grid;
    gap: 0.8rem;
    align-content: start;
}

.zoom-mini-card {
    padding: 1rem 0.9rem;
    border-radius: 20px;
    background: rgba(255, 251, 246, 0.7);
    border: 1px solid rgba(255, 244, 232, 0.1);
    backdrop-filter: blur(10px);
}

.zoom-mini-card span {
    display: block;
    margin-bottom: 0.25rem;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.zoom-mini-card strong {
    font-size: 0.98rem;
    line-height: 1.45;
}

.zoom-mini-card.is-active {
    background: linear-gradient(180deg, rgba(171, 134, 101, 0.4), rgba(125, 97, 72, 0.34));
    border-color: rgba(240, 222, 205, 0.16);
}

.macbook-base {
    position: relative;
    width: calc(100% - 4rem);
    height: 1.3rem;
    margin: 0 auto;
    border-radius: 0 0 24px 24px;
    background: linear-gradient(180deg, #d9d5d1, #a8a4a0);
    box-shadow: 0 20px 34px rgba(94, 72, 57, 0.18);
}

.macbook-base::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0.1rem;
    transform: translateX(-50%);
    width: 22%;
    height: 0.28rem;
    border-radius: 999px;
    background: rgba(112, 108, 105, 0.34);
}

.zoom-hero-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
    gap: 2.4rem;
    padding: 1.6rem;
    border-radius: 34px;
    background:
        radial-gradient(circle at top right, rgba(226, 210, 193, 0.45), transparent 34%),
        linear-gradient(180deg, rgba(255, 252, 248, 0.96), rgba(249, 242, 235, 0.96));
}

.macbook-mockup-page {
    width: min(100%, 700px);
}

.zoom-page-visual {
    display: grid;
    place-items: center;
}

/* .zoom-call-layout-page .zoom-call-main {
    min-height: 390px;
} */

.zoom-benefit-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.zoom-benefit-card {
    min-height: 100%;
}

.zoom-benefit-card h3 {
    margin-bottom: 0.55rem;
    font-size: 1.85rem;
}

.zoom-cta-panel {
    padding: 2.2rem;
    border-radius: 32px;
    text-align: center;
    background:
        radial-gradient(circle at top, rgba(229, 216, 202, 0.42), transparent 36%),
        linear-gradient(180deg, rgba(255, 252, 248, 0.96), rgba(249, 242, 235, 0.96));
}

.zoom-cta-panel h2,
.zoom-cta-panel .support-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 16ch;
}

.zoom-cta-panel .support-text {
    max-width: 48rem;
    margin-top: 1rem;
}

.zoom-cta-panel .hero-actions {
    justify-content: center;
}

.date-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.9rem;
}

.date-card {
    display: grid;
    align-content: start;
    gap: 0.35rem;
    min-height: 11.5rem;
    padding: 1.2rem 1rem 1.15rem;
    border-radius: 24px;
    background: rgba(255, 251, 246, 0.76);
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.date-card strong {
    display: block;
    margin-top: 0.2rem;
    font-size: 1.08rem;
}

.date-card-status {
    margin: 0.6rem 0 0;
    color: var(--accent-deep);
    font-weight: 700;
    line-height: 1.5;
}

.date-card-note {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.7;
}

.date-card.is-open {
    background: linear-gradient(180deg, rgba(255, 251, 246, 0.96), rgba(247, 240, 232, 0.92));
}

.date-card.is-limited {
    background: linear-gradient(180deg, rgba(252, 245, 235, 0.96), rgba(244, 229, 211, 0.92));
}

.date-card.is-full {
    background: linear-gradient(180deg, rgba(244, 236, 231, 0.96), rgba(235, 223, 216, 0.92));
}

.date-card.is-blocked {
    background: linear-gradient(180deg, rgba(237, 236, 242, 0.96), rgba(226, 223, 235, 0.92));
}

.testimonial-shell {
    display: grid;
    gap: 2rem;
}

.section-heading-row {
    max-width: 48rem;
}

.testimonial-marquee {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.testimonial-track {
    display: flex;
    gap: 1rem;
    width: max-content;
    animation: review-scroll 34s linear infinite;
}

.testimonial-marquee:hover .testimonial-track {
    animation-play-state: paused;
}

.review-card {
    flex: 0 0 420px;
    min-height: 19rem;
    display: grid;
    align-content: start;
    padding: 1.5rem;
    border-radius: 28px;
}

.review-stars {
    margin-bottom: 1rem;
    color: var(--accent);
    font-size: 0.95rem;
    letter-spacing: 0.18em;
}

.review-card blockquote {
    margin: 0;
    font-size: clamp(1.5rem, 1.7vw, 1.8rem);
    line-height: 1.2;
}

.review-meta {
    display: grid;
    gap: 0.2rem;
    margin-top: 1.5rem;
}

.review-meta strong {
    font-size: 0.98rem;
    color: var(--accent-deep);
}

@keyframes review-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 0.5rem));
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .testimonial-track {
        animation: none;
    }
}

.booking-copy {
    max-width: 36rem;
}

.booking-points {
    display: grid;
    gap: 0.75rem;
    margin: 1.6rem 0 0;
    padding: 0;
    list-style: none;
}

.booking-points li {
    padding-left: 1.15rem;
    position: relative;
    color: var(--text-soft);
}

.booking-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: var(--accent);
}

.form-panel {
    padding: 1.65rem;
    border-radius: var(--radius-xl);
}

.form-banner {
    margin-bottom: 1rem;
    padding: 1rem 1.05rem;
    border-radius: var(--radius-sm);
    font-size: 0.96rem;
}

.form-error-list {
    margin: 0.6rem 0 0;
    padding-left: 1.1rem;
    display: grid;
    gap: 0.3rem;
}

.form-banner-success {
    color: var(--success);
    background: rgba(104, 130, 93, 0.1);
    border: 1px solid rgba(104, 130, 93, 0.2);
}

.form-banner-error {
    color: var(--error);
    background: rgba(176, 105, 94, 0.08);
    border: 1px solid rgba(176, 105, 94, 0.18);
}

.booking-form {
    display: grid;
    gap: 1rem;
    position: relative;
}

.booking-toggle-group {
    display: grid;
    gap: 0.65rem;
    margin: 0;
    padding: 0;
    border: 0;
}

.booking-toggle-group legend {
    color: var(--text-soft);
    font-weight: 500;
}

.booking-toggle-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.booking-toggle-option {
    position: relative;
    display: block;
}

.booking-toggle-option input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.booking-toggle-option span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.35rem;
    padding: 0.94rem 1rem;
    border: 1px solid rgba(107, 83, 63, 0.12);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.76);
    color: var(--text);
    font-weight: 600;
    text-align: center;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
    cursor: pointer;
}

.booking-toggle-option input:checked + span {
    border-color: rgba(171, 134, 101, 0.55);
    background: rgba(171, 134, 101, 0.14);
    box-shadow: 0 0 0 4px rgba(171, 134, 101, 0.1);
}

.booking-toggle-option input:focus-visible + span {
    border-color: rgba(171, 134, 101, 0.55);
    box-shadow: 0 0 0 4px rgba(171, 134, 101, 0.1);
}

.field-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.booking-form label {
    display: grid;
    gap: 0.42rem;
}

.booking-day-picker {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(10.5rem, 10.5rem);
    gap: 0.75rem;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding-bottom: 0.35rem;
    scrollbar-width: none;
}

.booking-day-option {
    display: grid;
    gap: 0.2rem;
    justify-items: start;
    min-height: 4.4rem;
    padding: 0.9rem 1rem;
    border: 1px solid rgba(107, 83, 63, 0.12);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.76);
    color: var(--text);
    font: inherit;
    text-align: left;
    transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.booking-day-picker::-webkit-scrollbar {
    display: none;
}

.booking-day-option strong {
    font-size: 0.98rem;
    font-weight: 700;
}

.booking-day-option span {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--text-soft);
}

.booking-day-option.is-selected {
    border-color: rgba(171, 134, 101, 0.55);
    background: rgba(171, 134, 101, 0.14);
    box-shadow: 0 0 0 4px rgba(171, 134, 101, 0.1);
}

.booking-day-option.is-open:hover {
    transform: translateY(-1px);
    border-color: rgba(171, 134, 101, 0.35);
}

.booking-day-option.is-full,
.booking-day-option.is-blocked,
.booking-day-option.is-disabled {
    opacity: 0.72;
}

.booking-day-option.is-full {
    background: rgba(176, 105, 94, 0.08);
}

.booking-day-option.is-blocked {
    background: rgba(143, 133, 174, 0.1);
}

.booking-day-picker-copy {
    margin: -0.1rem 0 0;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.booking-day-picker-value {
    display: none;
}

.booking-form input,
.booking-form select,
.booking-form textarea {
    width: 100%;
    border: 1px solid rgba(107, 83, 63, 0.12);
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.76);
    color: var(--text);
    padding: 0.94rem 1rem;
    font: inherit;
    appearance: none;
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
    color: rgba(57, 46, 39, 0.42);
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {
    outline: none;
    border-color: rgba(171, 134, 101, 0.42);
    box-shadow: 0 0 0 4px rgba(171, 134, 101, 0.1);
}

.booking-form small {
    color: var(--error);
}

.availability-note {
    padding: 0.98rem 1rem;
    border-radius: var(--radius-sm);
    background: rgba(255, 251, 247, 0.8);
    border: 1px dashed rgba(107, 83, 63, 0.15);
    line-height: 1.65;
}

.availability-note.is-valid {
    color: var(--success);
    background: rgba(104, 130, 93, 0.08);
    border-color: rgba(104, 130, 93, 0.2);
}

.availability-note.is-invalid {
    color: var(--error);
    background: rgba(176, 105, 94, 0.06);
    border-color: rgba(176, 105, 94, 0.18);
}

body.booking-page-is-submitting {
    overflow: hidden;
}

body.booking-page-is-submitting > *:not(.booking-submit-overlay) {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
}

.booking-submit-overlay {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    background: rgba(248, 243, 236, 0.42);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: 9999;
}

.booking-submit-overlay[hidden] {
    display: none;
}

.booking-submit-overlay-card {
    display: grid;
    justify-items: center;
    gap: 0.55rem;
    width: min(100%, 22rem);
    padding: 1.5rem 1.35rem;
    border: 1px solid rgba(107, 83, 63, 0.1);
    border-radius: 24px;
    background: rgba(255, 251, 247, 0.96);
    box-shadow: 0 28px 64px rgba(78, 57, 38, 0.18);
    text-align: center;
}

.booking-submit-overlay-card p {
    margin: 0;
    color: var(--text);
    font-weight: 700;
}

.booking-submit-overlay-card small {
    margin: 0;
    color: var(--text-soft);
    font-size: 0.9rem;
    line-height: 1.5;
}

.booking-submit-spinner {
    display: inline-grid;
    grid-auto-flow: column;
    gap: 0.45rem;
    align-items: center;
    justify-content: center;
}

.booking-submit-spinner span {
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #be8d63 0%, #8d6646 100%);
    box-shadow: 0 8px 16px rgba(141, 102, 70, 0.24);
    animation: bookingSubmitPulse 1s ease-in-out infinite;
}

.booking-submit-spinner span:nth-child(2) {
    animation-delay: 0.14s;
}

.booking-submit-spinner span:nth-child(3) {
    animation-delay: 0.28s;
}

.back-to-top-button {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    z-index: 28;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    border: 1px solid rgba(107, 83, 63, 0.12);
    border-radius: 999px;
    background: rgba(255, 251, 246, 0.92);
    color: var(--accent-deep);
    box-shadow: 0 18px 36px rgba(91, 67, 48, 0.14);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease;
}

.back-to-top-button.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.back-to-top-button:hover {
    border-color: rgba(107, 83, 63, 0.22);
}

.back-to-top-button svg {
    width: 1.15rem;
    height: 1.15rem;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

@keyframes bookingSubmitPulse {
    0%,
    80%,
    100% {
        transform: translateY(0) scale(0.88);
        opacity: 0.48;
    }

    40% {
        transform: translateY(-5px) scale(1);
        opacity: 1;
    }
}

.instagram-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 3rem;
    align-items: start;
}

.instagram-copy {
    display: grid;
    gap: 1.35rem;
    max-width: 34rem;
}

.instagram-profile-card,
.instagram-empty-state {
    background: rgba(255, 251, 246, 0.82);
    border: 1px solid rgba(107, 83, 63, 0.08);
    border-radius: 28px;
    box-shadow: var(--shadow);
}

.instagram-profile-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1.2rem;
}

.instagram-profile-image {
    width: 5.2rem;
    height: 5.2rem;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(171, 134, 101, 0.2);
}

.instagram-handle {
    color: var(--accent-deep);
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.instagram-bio,
.instagram-stats,
.instagram-empty-kicker {
    color: var(--text-soft);
}

.instagram-bio {
    margin-top: 0.45rem;
    line-height: 1.7;
}

.instagram-stats {
    margin-top: 0.5rem;
    font-size: 0.95rem;
}

.instagram-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.instagram-tile {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 28px;
    aspect-ratio: 1 / 1;
    background: rgba(255, 251, 246, 0.76);
    border: 1px solid rgba(107, 83, 63, 0.08);
    box-shadow: var(--shadow);
}

.instagram-tile:hover {
    transform: scale(1.04);
    box-shadow: 0 26px 50px rgba(109, 88, 70, 0.14);
}

.instagram-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instagram-tile-badge {
    position: absolute;
    left: 0.9rem;
    bottom: 0.9rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(63, 51, 40, 0.74);
    color: #fffaf5;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.instagram-empty-state {
    grid-column: 1 / -1;
    display: grid;
    gap: 0.9rem;
    padding: 1.8rem;
}

.instagram-empty-state h3 {
    font-size: 2.1rem;
}

.page-header {
    padding-bottom: 2.5rem;
}

.content-stack {
    display: grid;
    gap: 2rem;
}

.content-stack > *,
.split-layout > *,
.offering-row > div,
.price-line > div,
.price-line-copy,
.price-line-meta {
    min-width: 0;
}

.offering-list {
    display: grid;
    gap: 1.2rem;
}

.offering-row,
.price-line {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.3rem 0;
    border-top: 1px solid var(--line);
}

.offering-row:last-child,
.price-line:last-child {
    border-bottom: 1px solid var(--line);
}

.offering-row span,
.price-line-meta strong {
    color: var(--accent-deep);
    white-space: nowrap;
    font-weight: 700;
}

.price-line-package {
    align-items: flex-start;
}

.price-line-copy {
    display: grid;
    gap: 0.55rem;
    min-width: 0;
}

.price-line-top {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    flex-wrap: wrap;
}

.price-save-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    background: rgba(171, 134, 101, 0.12);
    color: var(--accent-deep);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.price-line-actions {
    margin-top: 0.25rem;
}

.price-line-meta {
    display: grid;
    gap: 0.35rem;
    justify-items: end;
    text-align: right;
    flex: 0 1 auto;
}

.price-line-copy p,
.price-line-meta small {
    overflow-wrap: anywhere;
}

.price-line-meta small {
    color: var(--text-soft);
    font-size: 0.92rem;
    font-weight: 600;
}

body.package-payment-modal-open {
    position: fixed;
    inset: 0;
    width: 100%;
    overflow: hidden;
    overscroll-behavior: none;
    touch-action: none;
}

.package-payment-modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 1.5rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    z-index: 10000;
}

.package-payment-modal[hidden] {
    display: none;
}

.package-payment-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(48, 35, 26, 0.34);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.package-payment-modal__dialog {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 1rem;
    width: min(100%, 38rem);
    max-height: min(calc(100vh - 3rem), 42rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    padding: 2rem;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(179, 138, 100, 0.16), transparent 28%),
        linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(244, 236, 227, 0.96));
    border: 1px solid rgba(107, 83, 63, 0.1);
    box-shadow: 0 28px 68px rgba(66, 48, 35, 0.2);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.package-payment-modal__dialog::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.package-payment-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--accent-deep);
    font-size: 1.45rem;
    line-height: 1;
    cursor: pointer;
}

.package-payment-modal__summary {
    display: grid;
    gap: 0.32rem;
    padding: 1rem 1.1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.package-payment-modal__summary strong {
    font-size: 1.1rem;
}

.package-payment-modal__summary span {
    color: var(--text-soft);
    line-height: 1.7;
}

.package-payment-modal__summary b {
    color: var(--accent-deep);
    font-size: 1.15rem;
}

.package-payment-modal__feedback {
    margin-bottom: 0;
}

.package-payment-modal__form {
    display: grid;
    gap: 1rem;
}

.package-payment-modal__form label {
    display: grid;
    gap: 0.45rem;
}

.package-payment-modal__form label span {
    color: var(--text-soft);
    font-size: 0.94rem;
    font-weight: 600;
}

.package-payment-modal__form input {
    width: 100%;
    min-height: 3.25rem;
    padding: 0.92rem 1rem;
    border-radius: 18px;
    border: 1px solid rgba(107, 83, 63, 0.12);
    background: rgba(255, 252, 248, 0.94);
    color: var(--text);
    font: inherit;
}

@media (max-width: 600px) {
    .package-payment-modal {
        place-items: stretch;
        padding: 0;
    }

    .package-payment-modal__dialog {
        width: 100vw;
        min-height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        padding: 1.5rem 1.25rem 2rem;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .package-payment-modal__close {
        top: 1rem;
        right: 1rem;
    }
}

.simple-bullets {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.95rem;
}

.simple-bullets li {
    position: relative;
    padding-left: 1.2rem;
    color: var(--text-soft);
    line-height: 1.8;
}

.simple-bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.82rem;
    width: 0.38rem;
    height: 0.38rem;
    border-radius: 50%;
    background: var(--accent);
}

.plain-list {
    display: grid;
    gap: 1.35rem;
}

.plain-list strong {
    display: block;
    margin-bottom: 0.2rem;
    font-size: 1.02rem;
}

.pricing-columns {
    display: grid;
}

.pricing-columns + .simple-bullets {
    margin-top: 1.5rem;
}

.plain-copy {
    max-width: 42rem;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.contact-card {
    padding: 1.7rem;
    border-radius: 28px;
}

.contact-cta {
    margin-top: 2rem;
}

/* .booking-redirect-shell {
    position: relative;
    width: inherit;
    height: auto;
    margin: 0;
    padding: 0 10vw;
    padding: 100px 10vw;
} */

.booking-redirect-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 1.5rem;
    padding: 30px 50px;
    border-radius: 30px;
    border: 1px solid rgba(107, 83, 63, 0.08);
    background:
        radial-gradient(circle at 82% 18%, rgba(175, 128, 88, 0.14), transparent 26%),
        linear-gradient(160deg, rgba(255, 250, 245, 0.96), rgba(244, 235, 226, 0.92));
    box-shadow: var(--shadow);
    width: auto;
}

.booking-redirect-card h2 {
    margin-bottom: 0.5rem;
}

.payment-page-header {
    padding-bottom: 2.25rem;
}

.payment-hero-layout,
.payment-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 2rem;
    align-items: start;
}

.payment-hero-panel,
.payment-detail-card,
.payment-side-card,
.payment-process-card,
.payment-note-card,
.payment-method-card {
    border: 1px solid rgba(107, 83, 63, 0.08);
    box-shadow: var(--shadow);
}

.payment-hero-panel {
    padding: 1.7rem;
    border-radius: 30px;
    background:
        radial-gradient(circle at top right, rgba(179, 138, 100, 0.18), transparent 34%),
        linear-gradient(160deg, rgba(255, 250, 244, 0.96), rgba(243, 234, 225, 0.92));
}

.payment-hero-points,
.payment-side-stack,
.payment-note-list {
    display: grid;
    gap: 1rem;
}

.payment-hero-points article {
    padding: 1rem 0;
    border-top: 1px solid rgba(107, 83, 63, 0.1);
}

.payment-hero-points article:first-child {
    border-top: 0;
    padding-top: 0.2rem;
}

.payment-method-grid,
.payment-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.payment-method-card {
    min-height: 250px;
    padding: 1.55rem;
    border-radius: 30px;
}

.payment-method-card h2 {
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
    font-size: 2rem;
}

.payment-method-card p {
    color: var(--text-soft);
}

.payment-method-card-eft {
    background:
        linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(241, 232, 223, 0.94));
}

.payment-method-card-qr {
    background:
        radial-gradient(circle at top right, rgba(176, 145, 108, 0.18), transparent 34%),
        linear-gradient(160deg, rgba(247, 239, 230, 0.96), rgba(233, 221, 209, 0.94));
}

.payment-method-card-link {
    background:
        radial-gradient(circle at 18% 18%, rgba(141, 102, 70, 0.14), transparent 28%),
        linear-gradient(160deg, rgba(99, 74, 53, 0.98), rgba(65, 49, 36, 0.98));
    color: #fff8f3;
}

.payment-method-card-link .section-kicker,
.payment-method-card-link p {
    color: rgba(255, 248, 243, 0.82);
}

.payment-detail-card {
    padding: 1.8rem;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(245, 237, 229, 0.94));
}

.payment-detail-list {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.35rem;
}

.payment-detail-list div {
    display: grid;
    gap: 0.25rem;
    padding: 0.95rem 1rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.payment-detail-list dt {
    color: var(--accent-deep);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.payment-detail-list dd {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 600;
}

.payment-side-stack {
    align-content: start;
}

.payment-side-card {
    padding: 1.5rem;
    border-radius: 28px;
}

.payment-side-card-qr {
    background:
        linear-gradient(180deg, rgba(255, 250, 245, 0.98), rgba(243, 232, 221, 0.94));
}

.payment-side-card-link {
    background:
        linear-gradient(160deg, rgba(95, 71, 51, 0.98), rgba(72, 53, 39, 0.98));
    color: #fff8f3;
}

.payment-side-card-link .section-kicker,
.payment-side-card-link p {
    color: rgba(255, 248, 243, 0.8);
}

.payment-qr-image,
.payment-qr-placeholder {
    margin-top: 1rem;
    border-radius: 24px;
}

.payment-qr-image {
    width: min(100%, 260px);
    background: #fff;
    padding: 0.8rem;
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.payment-qr-placeholder {
    display: grid;
    gap: 0.35rem;
    min-height: 220px;
    place-items: center;
    text-align: center;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(245, 237, 228, 0.92));
    border: 1px dashed rgba(107, 83, 63, 0.22);
    color: var(--text-soft);
}

.payment-process-shell {
    display: grid;
    gap: 1.4rem;
}

.payment-process-card {
    min-height: 210px;
    padding: 1.45rem;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(244, 236, 227, 0.92));
}

.payment-process-card span {
    display: inline-flex;
    width: 2.4rem;
    height: 2.4rem;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(141, 102, 70, 0.12);
    color: var(--accent-deep);
    font-weight: 700;
}

.payment-process-card strong {
    display: block;
    margin: 1rem 0 0.55rem;
    font-size: 1.2rem;
}

.payment-process-card p {
    color: var(--text-soft);
}

.payment-note-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
    padding: 2rem;
    border-radius: 34px;
    background:
        radial-gradient(circle at 85% 18%, rgba(177, 139, 102, 0.18), transparent 24%),
        linear-gradient(160deg, rgba(255, 251, 247, 0.98), rgba(242, 232, 222, 0.92));
}

.payment-note-list article {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
    align-items: start;
}

.payment-note-list span {
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0.5rem;
    border-radius: 999px;
    background: var(--accent-deep);
    opacity: 0.72;
}

.payment-note-list p {
    margin: 0;
    color: var(--text-soft);
}

.faq-page-header {
    padding-bottom: 2.25rem;
}

.faq-hero-layout,
.faq-layout,
.faq-cta-card {
    display: grid;
    gap: 2rem;
}

.faq-hero-layout,
.faq-layout {
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    align-items: start;
}

.faq-hero-copy {
    max-width: 42rem;
}

.faq-hero-card,
.faq-sidebar,
.faq-section-card,
.faq-cta-card {
    border: 1px solid rgba(107, 83, 63, 0.08);
    box-shadow: var(--shadow);
}

.faq-hero-card {
    padding: 2rem;
    border-radius: 34px;
    background:
        radial-gradient(circle at 82% 10%, rgba(171, 134, 101, 0.2), transparent 28%),
        linear-gradient(180deg, rgba(255, 251, 247, 0.96), rgba(242, 232, 222, 0.9));
}

.faq-hero-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.faq-hero-grid article {
    padding: 1.1rem 1.15rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(107, 83, 63, 0.08);
}

.faq-hero-grid span {
    display: block;
    margin-bottom: 0.3rem;
    color: var(--accent-deep);
    font-size: 0.76rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.faq-hero-grid strong {
    font-family: "Cormorant Garamond", serif;
    font-size: 1.35rem;
    line-height: 1.1;
}

.faq-sidebar {
    position: sticky;
    top: 6.5rem;
    padding: 1.7rem;
    border-radius: 30px;
    background: rgba(255, 250, 245, 0.78);
}

.faq-topic-list {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.faq-topic-list a {
    display: grid;
    gap: 0.22rem;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(107, 83, 63, 0.08);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.faq-topic-list a:hover {
    transform: translateY(-1px);
    border-color: rgba(171, 134, 101, 0.22);
    box-shadow: 0 14px 28px rgba(98, 79, 64, 0.08);
}

.faq-topic-list strong {
    font-size: 0.98rem;
}

.faq-topic-list span {
    color: var(--text-soft);
    line-height: 1.55;
}

.faq-sections {
    display: grid;
    gap: 1.4rem;
}

.faq-section-card {
    padding: 1.8rem;
    border-radius: 32px;
    background:
        linear-gradient(180deg, rgba(255, 252, 248, 0.96), rgba(245, 237, 229, 0.9)),
        radial-gradient(circle at top right, rgba(171, 134, 101, 0.1), transparent 32%);
}

.faq-section-card h2 {
    margin-top: 0.15rem;
    font-size: clamp(2rem, 4vw, 3rem);
}

.faq-accordion {
    display: grid;
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.faq-item {
    border-radius: 24px;
    border: 1px solid rgba(107, 83, 63, 0.08);
    background: rgba(255, 255, 255, 0.74);
    overflow: hidden;
}

.faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    cursor: pointer;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary span {
    font-weight: 700;
    font-size: 1.02rem;
    line-height: 1.5;
}

.faq-item summary b {
    position: relative;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem;
}

.faq-item summary b::before,
.faq-item summary b::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.95rem;
    height: 1.5px;
    border-radius: 999px;
    background: var(--accent-deep);
    transform: translate(-50%, -50%);
    transition: transform 180ms ease, opacity 180ms ease;
}

.faq-item summary b::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] summary b::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scaleX(0.4);
}

.faq-answer {
    padding: 0 1.35rem 1.3rem;
}

.faq-answer p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.85;
}

.faq-cta-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 2rem;
    border-radius: 34px;
    background:
        radial-gradient(circle at 15% 20%, rgba(171, 134, 101, 0.16), transparent 26%),
        linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(244, 236, 227, 0.92));
}

.faq-whatsapp-button {
    gap: 0.55rem;
}

.faq-whatsapp-button svg {
    width: 1.15rem;
    height: 1.15rem;
}

.policy-page-header {
    padding-bottom: 2.25rem;
}

.policy-hero-layout,
.policy-layout,
.policy-note-card {
    display: grid;
    gap: 2rem;
}

.policy-hero-layout,
.policy-layout {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    align-items: start;
}

.policy-hero-copy {
    max-width: 43rem;
}

.policy-hero-panel,
.policy-sidebar,
.policy-section-card,
.policy-note-card,
.policy-detail-card {
    border: 1px solid rgba(107, 83, 63, 0.08);
    box-shadow: var(--shadow);
}

.policy-hero-panel {
    padding: 2rem;
    border-radius: 34px;
    background:
        radial-gradient(circle at 85% 12%, rgba(171, 134, 101, 0.18), transparent 28%),
        linear-gradient(180deg, rgba(255, 251, 247, 0.96), rgba(243, 235, 226, 0.92));
}

.policy-hero-points {
    display: grid;
    gap: 0.9rem;
    margin-top: 1rem;
}

.policy-hero-points article {
    padding: 1.1rem 1.15rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.66);
}

.policy-hero-points strong {
    display: block;
    margin-bottom: 0.3rem;
    font-size: 1rem;
}

.policy-hero-points p,
.policy-detail-card p {
    margin: 0;
    color: var(--text-soft);
    line-height: 1.8;
}

.policy-sidebar {
    position: sticky;
    top: 6.5rem;
    padding: 1.7rem;
    border-radius: 30px;
    background: rgba(255, 250, 245, 0.8);
}

.policy-topic-list {
    display: grid;
    gap: 0.8rem;
    margin-top: 1.4rem;
}

.policy-topic-list a {
    display: grid;
    gap: 0.22rem;
    padding: 1rem 1.05rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.68);
    border: 1px solid rgba(107, 83, 63, 0.08);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.policy-topic-list a:hover {
    transform: translateY(-1px);
    border-color: rgba(171, 134, 101, 0.22);
    box-shadow: 0 14px 28px rgba(98, 79, 64, 0.08);
}

.policy-topic-list strong {
    font-size: 0.98rem;
}

.policy-topic-list span {
    color: var(--text-soft);
    line-height: 1.55;
}

.policy-sections {
    display: grid;
    gap: 1.4rem;
}

.policy-section-card {
    padding: 1.8rem;
    border-radius: 32px;
    background:
        radial-gradient(circle at top right, rgba(171, 134, 101, 0.1), transparent 32%),
        linear-gradient(180deg, rgba(255, 252, 248, 0.96), rgba(245, 237, 229, 0.9));
}

.policy-section-card h2 {
    margin-top: 0.15rem;
    font-size: clamp(2rem, 4vw, 3rem);
}

.policy-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.4rem;
}

.policy-detail-card {
    padding: 1.2rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.74);
}

.policy-detail-card h3 {
    margin-bottom: 0.45rem;
    font-size: 1.6rem;
}

.policy-note-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 2rem;
    border-radius: 34px;
    border: 1px solid rgba(107, 83, 63, 0.08);
    box-shadow: var(--shadow);
    background:
        radial-gradient(circle at 18% 20%, rgba(171, 134, 101, 0.14), transparent 24%),
        linear-gradient(180deg, rgba(255, 251, 247, 0.98), rgba(244, 236, 227, 0.92));
}

[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 560ms ease, transform 560ms ease;
}

[data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}
