﻿:root {
    --nav-height: 76px;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: calc(var(--nav-height) + 14px);
}

body.tanya-page {
    margin: 0;
}

.skip-link {
    position: fixed;
    top: 8px;
    right: 8px;
    z-index: 10000;
    transform: translateY(-160%);
    background: #4b1837;
    color: #fff;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 900;
}

    .skip-link:focus {
        transform: translateY(0);
    }

.nav-shell {
    position: sticky;
    top: 0;
    z-index: 9000;
}

#site-content {
    min-height: 65vh;
}

.site-nav-backdrop {
    display: none;
}

.tanya-menu a.active {
    background: rgba(75, 24, 55, .10);
}

.tanya-menu .nav-cta {
    color: #fff;
    background: linear-gradient(135deg, var(--wine), var(--gold));
    box-shadow: 0 10px 24px rgba(75, 24, 55, .18);
}

.site-footer {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 42px 16px 96px;
    color: #6e5849;
}

.footer-logo {
    display: block;
    color: #4b1837;
    font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", serif;
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 8px;
}

.mobile-cta {
    display: none;
}

@media (max-width: 991px) {
    body.nav-open {
        overflow: hidden;
    }

    .site-nav-backdrop.open {
        display: block;
        position: fixed;
        inset: var(--nav-height) 0 0 0;
        z-index: 8990;
        border: 0;
        background: rgba(43, 26, 18, .30);
        backdrop-filter: blur(2px);
    }

    .tanya-menu.open {
        z-index: 9010;
    }
}

@media (max-width: 576px) {
    .mobile-cta {
        position: fixed;
        right: 14px;
        left: 14px;
        bottom: 14px;
        z-index: 8995;
        display: block;
    }

        .mobile-cta a {
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 52px;
            border-radius: 999px;
            color: #fff;
            text-decoration: none;
            font-weight: 900;
            background: linear-gradient(135deg, #4b1837, #9d6b34);
            box-shadow: 0 18px 38px rgba(75, 24, 55, .28);
        }

    .whatsapp-float {
        bottom: 78px !important;
    }
}


.tanya-page {
    --wine: #4b1837;
    --wine-2: #6e244f;
    --gold: #9d6b34;
    --gold-soft: #d7b06c;
    --ink: #3f2b23;
    --muted: #6e5849;
    --cream: #fff6e6;
    --cream-2: #f3dfbe;
    --card: rgba(255, 250, 239, .75);
    direction: rtl;
    overflow-x: hidden;
    color: var(--ink);
    background: radial-gradient(circle at 12% 6%, rgba(160, 112, 62, .22), transparent 34%), radial-gradient(circle at 86% 8%, rgba(88, 32, 67, .17), transparent 36%), linear-gradient(180deg, #fbefdb 0%, #fff8ec 45%, #f1ddb8 100%);
    font-family: "Assistant", "Heebo", Arial, sans-serif;
}

    .tanya-page *,
    .tanya-page *::before,
    .tanya-page *::after {
        box-sizing: border-box;
    }

    .tanya-page::before {
        content: "";
        position: fixed;
        inset: 0;
        pointer-events: none;
        z-index: -1;
        opacity: .33;
        background-image: radial-gradient(circle, rgba(84, 38, 28, .12) 1px, transparent 1px);
        background-size: 24px 24px;
    }

.tanya-nav {
    position: sticky;
    top: 0;
    z-index: 9000;
    background: rgba(255, 247, 232, .88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(115, 73, 31, .16);
}

.tanya-nav-inner {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.tanya-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--wine);
    text-decoration: none;
}

    .tanya-brand:hover {
        color: var(--wine);
    }

.brand-mark {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff8ec;
    font-size: 28px;
    font-weight: 900;
    font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", serif;
    background: radial-gradient(circle at 35% 25%, #8b5b2d, var(--wine) 68%);
    box-shadow: 0 10px 25px rgba(75, 24, 55, .22);
}

.brand-copy strong {
    display: block;
    font-size: 20px;
    line-height: 1.1;
}

.brand-copy small {
    display: block;
    color: #7c6045;
    font-size: 13px;
    margin-top: 4px;
}

.tanya-menu {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .tanya-menu a {
        color: var(--wine);
        text-decoration: none;
        font-weight: 900;
        padding: 10px 14px;
        border-radius: 999px;
        transition: .2s ease;
        white-space: nowrap;
    }

        .tanya-menu a:hover {
            background: rgba(75, 24, 55, .08);
        }

    .tanya-menu .menu-wa {
        color: #fff;
        background: linear-gradient(135deg, var(--wine), var(--gold));
        box-shadow: 0 10px 24px rgba(75, 24, 55, .20);
    }

.nav-toggle {
    display: none;
    width: 46px;
    height: 42px;
    border: 0;
    border-radius: 14px;
    background: rgba(75, 24, 55, .10);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

    .nav-toggle span {
        width: 22px;
        height: 2px;
        background: var(--wine);
        border-radius: 10px;
        display: block;
        transition: .2s ease;
    }

    .nav-toggle.open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .nav-toggle.open span:nth-child(2) {
        opacity: 0;
    }

    .nav-toggle.open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

.hero {
    position: relative;
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 86px 0 95px;
    background: linear-gradient(90deg, rgba(251, 240, 220, .98), rgba(255, 248, 236, .91)), radial-gradient(circle at 76% 30%, rgba(214, 176, 113, .34), transparent 34%);
    overflow: hidden;
}

.hero-bg-lace {
    position: absolute;
    color: rgba(75, 24, 55, .20);
    font-size: 120px;
    line-height: 1;
    pointer-events: none;
    font-family: serif;
}

.lace-top {
    top: 24px;
    right: 32px;
}

.lace-bottom {
    bottom: 18px;
    left: 28px;
    transform: rotate(180deg);
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #6d3f1e;
    background: rgba(255, 255, 255, .50);
    border: 1px solid rgba(157, 107, 52, .24);
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 900;
    box-shadow: 0 10px 30px rgba(115, 73, 31, .08);
}

    .eyebrow i {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: var(--gold-soft);
        box-shadow: 0 0 0 7px rgba(212, 163, 95, .18);
    }

.hero-title {
    margin: 24px 0 18px;
    color: var(--wine);
    font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", serif;
    font-weight: 900;
    font-size: clamp(48px, 7vw, 94px);
    line-height: .98;
    letter-spacing: -1px;
}

    .hero-title .line {
        display: block;
    }

    .hero-title .shine {
        color: #7d4b20;
        text-shadow: 0 2px 0 rgba(255, 255, 255, .58);
    }

.hero-sub {
    max-width: 690px;
    font-size: 21px;
    line-height: 1.9;
    color: #5d493d;
    margin-bottom: 28px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.btn-main,
.btn-soft {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 13px 24px;
    font-weight: 900;
    text-decoration: none;
    transition: .2s ease;
    border: 0;
}

.btn-main {
    color: #fff;
    background: linear-gradient(135deg, var(--wine), var(--gold));
    box-shadow: 0 16px 36px rgba(75, 24, 55, .24);
    border: 1px solid rgba(255, 255, 255, .35);
}

    .btn-main:hover {
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 20px 44px rgba(75, 24, 55, .30);
    }

.btn-soft {
    color: var(--wine);
    background: rgba(255, 255, 255, .52);
    border: 1px solid rgba(75, 24, 55, .16);
}

    .btn-soft:hover {
        color: var(--wine);
        background: rgba(255, 255, 255, .78);
        transform: translateY(-2px);
    }

.micro-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

    .micro-trust span {
        color: #6b4c35;
        background: rgba(255, 255, 255, .44);
        border: 1px solid rgba(157, 107, 52, .18);
        border-radius: 999px;
        padding: 9px 13px;
        font-weight: 800;
    }

.tanya-hero-art {
    position: relative;
    min-height: 610px;
    max-width: 620px;
    margin-inline: auto;
}

.hero-image-frame {
    position: absolute;
    top: 0;
    right: 22px;
    left: 22px;
    height: 455px;
    padding: 13px;
    border-radius: 34px;
    background: linear-gradient(135deg, #e7c98a, #6e421f 42%, #f1dcaa);
    box-shadow: 0 30px 70px rgba(63, 37, 20, .30), inset 0 0 0 1px rgba(255,255,255,.55);
    transform: rotate(1deg);
    overflow: hidden;
}

    .hero-image-frame::before {
        content: "";
        position: absolute;
        inset: 25px;
        border: 1px solid rgba(244, 218, 161, .76);
        border-radius: 24px;
        z-index: 2;
        pointer-events: none;
    }

    .hero-image-frame::after {
        content: "";
        position: absolute;
        inset: 13px;
        border-radius: 26px;
        z-index: 1;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(255,246,218,.12), transparent 42%, rgba(55,27,18,.18));
    }

    .hero-image-frame img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
        border-radius: 24px;
        filter: sepia(.14) contrast(1.04) saturate(.9);
    }

.hero-book {
    position: absolute;
    right: 0;
    bottom: 18px;
    transform: rotate(-8deg);
    z-index: 5;
}

.book-cover {
    width: 155px;
    height: 215px;
    border-radius: 10px 18px 18px 10px;
    background: linear-gradient(90deg, rgba(255,255,255,.08), transparent 18%), linear-gradient(135deg, #2a1711, #52301b 55%, #1b0e0b);
    border: 3px solid #b98a4b;
    box-shadow: 0 22px 42px rgba(34, 18, 9, .34);
    color: #e8c98b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", serif;
}

    .book-cover span {
        font-size: 20px;
    }

    .book-cover strong {
        font-size: 50px;
        line-height: 1;
    }

    .book-cover small {
        margin-top: 15px;
        font-size: 14px;
        color: #f7e7bf;
    }

.hero-candle {
    position: absolute;
    left: 20px;
    bottom: 28px;
    width: 82px;
    height: 210px;
    z-index: 6;
}

.flame {
    position: absolute;
    top: 0;
    right: 22px;
    width: 36px;
    height: 72px;
    border-radius: 55% 55% 45% 45%;
    background: radial-gradient(circle at 55% 70%, #5e8ee7 0 9%, #ffd270 22%, #fff2ad 42%, #f29c2e 78%);
    box-shadow: 0 0 34px rgba(255, 192, 80, .76), 0 0 70px rgba(255, 180, 56, .38);
    animation: flameMove 2.4s ease-in-out infinite;
}

.wick {
    position: absolute;
    top: 70px;
    right: 38px;
    width: 5px;
    height: 22px;
    background: #2a1b16;
    border-radius: 10px;
    z-index: 3;
}

.wax {
    position: absolute;
    bottom: 0;
    right: 8px;
    width: 66px;
    height: 138px;
    border-radius: 16px 16px 9px 9px;
    background: linear-gradient(90deg, rgba(255,255,255,.55), transparent 35%), linear-gradient(180deg, #fff8dc, #e8d6a8);
    box-shadow: inset -8px 0 18px rgba(126, 94, 45, .16), 0 16px 30px rgba(80, 46, 20, .18);
}

@keyframes flameMove {
    0%, 100% {
        transform: scale(1) rotate(-2deg);
    }

    50% {
        transform: scale(1.06) rotate(2deg);
    }
}

.float-note {
    position: absolute;
    z-index: 7;
    min-width: 150px;
    border-radius: 24px;
    padding: 14px 16px;
    color: var(--wine);
    background: rgba(255, 250, 239, .82);
    border: 1px solid rgba(157, 107, 52, .24);
    box-shadow: 0 18px 38px rgba(92, 58, 29, .16);
    font-weight: 900;
    backdrop-filter: blur(8px);
}

    .float-note small {
        display: block;
        color: #795c45;
        font-weight: 800;
        margin-top: 4px;
        font-size: 12px;
    }

    .float-note.n1 {
        top: 60px;
        left: 0;
    }

    .float-note.n2 {
        bottom: 160px;
        left: 115px;
    }

    .float-note.n3 {
        bottom: 36px;
        right: 170px;
    }

.tanya-intro {
    padding: 92px 0 46px;
}

.parchment-card {
    position: relative;
    max-width: 1060px;
    margin: 0 auto;
    padding: clamp(30px, 5vw, 68px);
    border-radius: 34px;
    color: #4a3328;
    background: linear-gradient(135deg, rgba(255,255,255,.58), rgba(255,248,232,.88)), radial-gradient(circle at 10% 0%, rgba(196, 157, 102, .24), transparent 32%), linear-gradient(180deg, #fff7e7, #f5e4c8);
    border: 1px solid rgba(132, 89, 45, .22);
    box-shadow: 0 28px 80px rgba(95, 58, 28, .15);
    overflow: hidden;
}

    .parchment-card::before {
        content: "";
        position: absolute;
        inset: 16px;
        border: 1px solid rgba(75, 24, 55, .13);
        border-radius: 26px;
        pointer-events: none;
    }

.corner {
    position: absolute;
    width: 130px;
    height: 130px;
    opacity: .30;
    pointer-events: none;
    z-index: 1;
}

    .corner::before {
        content: "❦";
        font-size: 104px;
        color: var(--wine);
        font-family: serif;
    }

.top-right {
    top: 10px;
    right: 18px;
}

.bottom-left {
    left: 18px;
    bottom: 10px;
    transform: rotate(180deg);
}

.intro-kicker,
.label {
    position: relative;
    z-index: 2;
    color: var(--gold);
    font-weight: 900;
    letter-spacing: .2px;
    margin-bottom: 10px;
}

.parchment-card h2,
.section-title,
.teacher-content h2,
.cta-copy h2 {
    color: var(--wine);
    font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", serif;
    font-weight: 900;
}

.parchment-card h2 {
    position: relative;
    z-index: 2;
    font-size: clamp(42px, 6vw, 74px);
    margin-bottom: 24px;
}

.parchment-card p {
    position: relative;
    z-index: 2;
    font-size: 20px;
    line-height: 2;
    margin-bottom: 18px;
}

.parchment-card strong {
    color: var(--wine);
}

.intro-points {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0;
}

    .intro-points span {
        padding: 10px 16px;
        border-radius: 999px;
        color: var(--wine);
        background: rgba(255,255,255,.55);
        border: 1px solid rgba(157, 107, 52, .22);
        font-weight: 900;
    }

.parchment-card blockquote {
    position: relative;
    z-index: 2;
    margin: 34px 0;
    padding: 26px 30px;
    border-right: 5px solid var(--gold);
    border-radius: 24px;
    color: var(--wine);
    background: rgba(255, 255, 255, .50);
    font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", serif;
    font-size: clamp(25px, 4vw, 38px);
    line-height: 1.55;
    font-weight: 900;
    box-shadow: 0 18px 40px rgba(95, 58, 28, .10);
}

.closing-line {
    color: var(--wine);
    font-weight: 900;
}

.glass-card {
    background: var(--card);
    border: 1px solid rgba(132, 89, 45, .18);
    border-radius: 28px;
    box-shadow: 0 22px 60px rgba(95, 58, 28, .12);
    backdrop-filter: blur(10px);
}

.meaning,
.flow-section,
.inside,
.teacher,
.testimonials,
.cta-section,
.faq-section {
    padding: 72px 0;
}

.section-head {
    max-width: 800px;
    margin: 0 auto 36px;
    text-align: center;
}

.section-title {
    font-size: clamp(34px, 5vw, 56px);
    margin-bottom: 14px;
}

.section-text {
    color: var(--muted);
    font-size: 19px;
    line-height: 1.9;
}

.mean-card,
.inside-card,
.testi-card {
    height: 100%;
    padding: 28px;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .mean-card:hover,
    .inside-card:hover,
    .testi-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 28px 70px rgba(95, 58, 28, .16);
    }

.mean-icon {
    font-size: 38px;
    margin-bottom: 12px;
}

.mean-card h3,
.inside-card h3,
.flow-step h3,
.quote-panel h3,
.testi-card h3 {
    color: var(--wine);
    font-weight: 900;
}

.mean-card p,
.inside-card p,
.flow-step p,
.quote-panel p,
.testi-card p,
.teacher-content p,
.cta-copy p,
.promise,
.faq-a {
    color: var(--muted);
    line-height: 1.85;
}

.flow-box,
.quote-panel,
.teacher-card,
.cta-box,
.lead-form,
.faq-item {
    padding: 30px;
}

.flow-step {
    display: flex;
    gap: 18px;
    padding: 22px 0;
    border-bottom: 1px solid rgba(132, 89, 45, .15);
}

    .flow-step:first-child {
        padding-top: 0;
    }

    .flow-step:last-child {
        border-bottom: 0;
        padding-bottom: 0;
    }

.step-num {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--wine), var(--gold));
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(75, 24, 55, .20);
}

.quote-panel {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .quote-panel h3 {
        font-family: "Frank Ruhl Libre", "Noto Serif Hebrew", serif;
        font-size: 31px;
        line-height: 1.55;
    }

.mini {
    margin-top: 16px;
    color: var(--wine);
    font-weight: 900;
}

.tag {
    display: inline-flex;
    border-radius: 999px;
    padding: 8px 13px;
    background: rgba(75, 24, 55, .08);
    color: var(--wine);
    font-weight: 900;
    margin-bottom: 14px;
}

.teacher-card,
.cta-box {
    overflow: hidden;
    padding: 0;
}

.teacher-photo {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 32px;
    background: radial-gradient(circle at 50% 38%, rgba(212, 163, 95, .28), transparent 58%);
}

.teacher-figure img {
    width: 100%;
    max-width: 420px;
    display: block;
    border-radius: 28px;
    border: 8px solid rgba(255, 250, 239, .78);
    box-shadow: 0 22px 52px rgba(65, 35, 20, .20);
}

.teacher-content,
.cta-copy {
    padding: clamp(30px, 4vw, 48px);
}

    .teacher-content h2,
    .cta-copy h2 {
        font-size: clamp(32px, 4vw, 48px);
        margin-bottom: 16px;
    }

.teacher-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

    .teacher-pills span {
        display: inline-flex;
        border-radius: 999px;
        padding: 8px 13px;
        background: rgba(75, 24, 55, .08);
        color: var(--wine);
        font-weight: 900;
    }

.stars {
    color: var(--gold);
    font-size: 19px;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.person {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 20px;
}

.avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--wine), var(--gold));
    color: #fff;
    font-weight: 900;
}

.person strong,
.person small {
    display: block;
}

.person strong {
    color: var(--wine);
}

.person small {
    color: var(--muted);
}

.promise {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

    .promise div {
        position: relative;
        padding-right: 26px;
        font-weight: 800;
    }

        .promise div::before {
            content: "✓";
            position: absolute;
            right: 0;
            top: 0;
            color: var(--gold);
            font-weight: 900;
        }

.lead-form {
    margin: clamp(20px, 4vw, 42px);
    background: rgba(255, 255, 255, .42);
}

    .lead-form .form-control,
    .lead-form .form-select {
        min-height: 52px;
        border-radius: 18px;
        border-color: rgba(132, 89, 45, .26);
        background: rgba(255, 255, 255, .68);
    }

        .lead-form .form-control:focus,
        .lead-form .form-select:focus {
            border-color: rgba(75, 24, 55, .45);
            box-shadow: 0 0 0 .25rem rgba(75, 24, 55, .10);
        }

    .lead-form .form-label {
        color: var(--wine);
        font-weight: 900;
    }

.whatsapp-direct {
    margin-top: 12px;
    width: 100%;
    border: 0;
    background: transparent;
    color: #128C7E;
    font-weight: 900;
    text-decoration: underline;
    cursor: pointer;
}

.form-small {
    text-align: center;
    color: var(--muted);
    font-size: 13px;
    margin-top: 12px;
}

.faq-item {
    margin-bottom: 14px;
    padding: 0;
    overflow: hidden;
}

.faq-q {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    text-align: right;
    padding: 22px 24px;
    color: var(--wine);
    font-weight: 900;
    font-size: 18px;
    cursor: pointer;
}

    .faq-q span {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(75, 24, 55, .08);
        transition: .2s ease;
    }

.faq-a {
    display: none;
    padding: 0 24px 24px;
}

.faq-item.open .faq-a {
    display: block;
}

.faq-item.open .faq-q span {
    transform: rotate(45deg);
    background: rgba(157, 107, 52, .16);
}

.whatsapp-float {
    position: fixed;
    left: 22px;
    bottom: 22px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #fff;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 14px 34px rgba(18, 140, 126, .35);
    transition: transform .2s ease, box-shadow .2s ease;
}

    .whatsapp-float:hover {
        color: #fff;
        transform: translateY(-3px);
        box-shadow: 0 18px 42px rgba(18, 140, 126, .45);
    }

.whatsapp-float-icon {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1;
}

.whatsapp-float-text {
    white-space: nowrap;
}

[data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease;
}

    [data-reveal].is-visible {
        opacity: 1;
        transform: translateY(0);
    }

@media (max-width: 1199px) {
    .tanya-menu a {
        padding-inline: 10px;
    }

    .tanya-hero-art {
        max-width: 560px;
    }
}

@media (max-width: 991px) {
    .nav-toggle {
        display: inline-flex;
    }

    .tanya-menu {
        position: absolute;
        top: 76px;
        right: 12px;
        left: 12px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 14px;
        border-radius: 24px;
        background: rgba(255, 248, 236, .98);
        border: 1px solid rgba(132, 89, 45, .18);
        box-shadow: 0 24px 50px rgba(55, 32, 16, .18);
    }

        .tanya-menu.open {
            display: flex;
        }

        .tanya-menu a {
            text-align: center;
            padding: 14px;
        }

    .hero {
        min-height: auto;
        padding: 34px 0 72px;
        text-align: center;
    }

        .hero .col-lg-6:last-child {
            order: -1;
        }

    .tanya-hero-art {
        min-height: 520px;
        max-width: 430px;
        margin-bottom: 18px;
    }

    .hero-image-frame {
        height: 350px;
        right: 0;
        left: 0;
    }

    .hero-book {
        right: 14px;
        bottom: 32px;
    }

    .book-cover {
        width: 118px;
        height: 164px;
    }

        .book-cover strong {
            font-size: 36px;
        }

    .hero-candle {
        left: 14px;
        bottom: 26px;
        transform: scale(.82);
        transform-origin: bottom left;
    }

    .float-note {
        font-size: 13px;
        min-width: 120px;
        padding: 11px 12px;
    }

        .float-note.n1 {
            top: 42px;
            left: -8px;
        }

        .float-note.n2 {
            bottom: 150px;
            left: 0;
        }

        .float-note.n3 {
            bottom: 10px;
            right: 126px;
        }

    .hero-actions,
    .micro-trust {
        justify-content: center;
    }

    .hero-sub {
        margin-inline: auto;
        font-size: 18px;
    }

    .parchment-card p {
        font-size: 18px;
    }

    .teacher-content {
        padding: 30px;
    }
}

@media (max-width: 576px) {
    .tanya-nav-inner {
        min-height: 68px;
    }

    .brand-copy strong {
        font-size: 17px;
    }

    .brand-copy small {
        font-size: 12px;
    }

    .brand-mark {
        width: 40px;
        height: 40px;
        font-size: 23px;
    }

    .tanya-menu {
        top: 68px;
    }

    .hero {
        padding-top: 22px;
    }

    .hero-title {
        font-size: 44px;
        line-height: 1.04;
    }

    .hero-actions a,
    .hero-actions button {
        width: 100%;
    }

    .micro-trust span {
        flex: 1 1 100%;
        text-align: center;
    }

    .tanya-hero-art {
        min-height: 445px;
        max-width: 330px;
    }

    .hero-image-frame {
        height: 285px;
        border-radius: 26px;
        padding: 9px;
    }

        .hero-image-frame::before {
            inset: 17px;
            border-radius: 18px;
        }

        .hero-image-frame img {
            border-radius: 18px;
        }

    .hero-book {
        right: 4px;
        bottom: 32px;
    }

    .book-cover {
        width: 104px;
        height: 146px;
    }

        .book-cover span {
            font-size: 16px;
        }

        .book-cover strong {
            font-size: 32px;
        }

        .book-cover small {
            font-size: 12px;
        }

    .hero-candle {
        left: 0;
        bottom: 22px;
        transform: scale(.70);
    }

    .float-note.n1 {
        top: 28px;
        left: -6px;
    }

    .float-note.n2 {
        bottom: 142px;
        left: -4px;
    }

    .float-note.n3 {
        bottom: 4px;
        right: 102px;
    }

    .eyebrow {
        border-radius: 20px;
        font-size: 14px;
        text-align: right;
    }

    .parchment-card {
        border-radius: 24px;
        padding: 30px 20px;
    }

        .parchment-card::before {
            inset: 10px;
            border-radius: 18px;
        }

        .parchment-card blockquote {
            padding: 20px;
            font-size: 24px;
        }

    .intro-points span {
        flex: 1 1 100%;
        text-align: center;
    }

    .meaning,
    .flow-section,
    .inside,
    .teacher,
    .testimonials,
    .cta-section,
    .faq-section {
        padding: 52px 0;
    }

    .flow-step {
        flex-direction: column;
    }

    .flow-box,
    .quote-panel,
    .lead-form,
    .faq-item .faq-q {
        padding: 22px;
    }

    .faq-a {
        padding-inline: 22px;
    }

    .quote-panel h3 {
        font-size: 26px;
    }

    .teacher-photo {
        padding: 22px;
    }

    .whatsapp-float {
        left: 14px;
        bottom: 14px;
        padding: 12px;
    }

    .whatsapp-float-text {
        display: none;
    }
}
