:root {
    --sage: #aebea4;
    --sage-light: #e8eee4;
    --sage-pale: #f4f6f1;
    --indigo: #5c6279;
    --indigo-dark: #383d50;
    --coral: #cc7378;
    --coral-dark: #aa565d;
    --ink: #161716;
    --cream: #f8f5ef;
    --white: #fff;
    --line: rgba(22, 23, 22, .14);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --shadow-soft: 0 22px 60px rgba(56, 61, 80, .12);
    --font-sans: "DM Sans", sans-serif;
    --font-serif: "Playfair Display", Georgia, serif;
}

html { scroll-behavior: smooth; }

body {
    color: var(--ink);
    background: var(--cream);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
}

body.modal-open { padding-right: 0 !important; }

::selection { color: var(--white); background: var(--coral); }

.skip-link {
    position: fixed;
    top: .75rem;
    left: .75rem;
    z-index: 9999;
    padding: .75rem 1rem;
    color: var(--white);
    background: var(--ink);
    transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }

.sale-bar {
    position: relative;
    z-index: 1031;
    padding: .9rem 0;
    color: var(--white);
    background: var(--indigo-dark);
    border-bottom: 4px solid var(--coral);
    box-shadow: 0 8px 24px rgba(22,23,22,.18);
}

.sale-bar__inner {
    display: grid;
    grid-template-columns: minmax(270px, 1fr) auto minmax(140px, .55fr);
    align-items: center;
    gap: clamp(1.25rem, 3vw, 3.25rem);
}

.sale-bar__message { display: flex; align-items: center; gap: 1rem; }

.sale-bar__message p { display: flex; flex-direction: column; margin: 0; line-height: 1.25; }
.sale-bar__message p strong { font-family: var(--font-serif); font-size: 1.08rem; font-weight: 600; }
.sale-bar__message p span { margin-top: .18rem; color: rgba(255,255,255,.58); font-size: .68rem; }

.sale-bar__badge {
    flex: 0 0 auto;
    padding: .42rem .65rem;
    color: var(--ink);
    background: var(--sage);
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.countdown { display: flex; align-items: flex-start; gap: .55rem; color: var(--sage-light); }
.countdown > span { display: flex; min-width: 48px; flex-direction: column; align-items: center; }
.countdown strong { color: var(--white); font-family: var(--font-serif); font-size: 2rem; font-weight: 600; font-variant-numeric: tabular-nums; line-height: .9; }
.countdown small { margin-top: .38rem; color: rgba(255,255,255,.48); font-size: .52rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.countdown b { color: var(--coral); font-family: var(--font-serif); font-size: 1.55rem; font-weight: 400; line-height: .8; animation: colonPulse 1s ease-in-out infinite; }

.sale-bar__cta { justify-self: end; color: var(--white); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.sale-bar__cta i { margin-left: .45rem; color: var(--coral); }
.sale-bar__cta:hover { color: var(--sage-light); }

@keyframes colonPulse { 50% { opacity: .25; } }

.navbar-manifiesta {
    min-height: 80px;
    background: rgba(255,255,255,.86);
    border-bottom: 1px solid rgba(0,0,0,.07);
    box-shadow: 0 8px 32px rgba(56,61,80,.06);
    backdrop-filter: blur(20px) saturate(1.25);
}

.navbar-brand { height: 64px; padding: 0; overflow: hidden; }

.navbar-brand img {
    width: 164px;
    height: auto;
    margin-top: -11px;
}

.navbar-manifiesta .nav-link {
    padding: .55rem .8rem !important;
    color: var(--ink);
    font-size: .86rem;
    font-weight: 600;
}

.navbar-manifiesta .nav-link:hover { color: var(--coral-dark); }
.navbar-manifiesta .nav-link { border-radius: 999px; }
.navbar-manifiesta .nav-link:hover { background: rgba(204,115,120,.08); }

.btn {
    border-radius: var(--radius-sm);
    font-weight: 600;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

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

.btn-brand {
    color: var(--white);
    background: linear-gradient(135deg, var(--coral), #bb6269);
    border-color: var(--coral);
    box-shadow: 0 12px 28px rgba(170,86,93,.25);
}

.btn-brand:hover,
.btn-brand:focus {
    color: var(--white);
    background: var(--coral-dark);
    border-color: var(--coral-dark);
    box-shadow: 0 8px 20px rgba(170,86,93,.25);
}

.btn-brand.btn-sm { padding: .62rem 1rem; box-shadow: 0 8px 20px rgba(170,86,93,.2); }
.btn-lg { padding: .95rem 1.3rem; font-size: .92rem; }

.hero {
    position: relative;
    min-height: 710px;
    padding: 7.5rem 0 6.5rem;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 18%, rgba(255,255,255,.84), transparent 28%),
        linear-gradient(135deg, #eef3ea 0%, var(--sage-light) 48%, #e3eadd 100%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .42;
    background-image: radial-gradient(rgba(22,23,22,.12) .65px, transparent .65px);
    background-size: 8px 8px;
    mask-image: linear-gradient(to right, #000, transparent 60%);
}

.hero-orbit {
    position: absolute;
    border: 2px solid rgba(92,98,121,.15);
    border-radius: 50%;
}

.hero-orbit--one { width: 540px; height: 540px; top: -250px; right: 5%; }
.hero-orbit--two { width: 830px; height: 830px; right: -540px; bottom: -480px; border-color: rgba(204,115,120,.2); }

.eyebrow,
.section-kicker {
    margin-bottom: 1.35rem;
    color: var(--indigo);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eyebrow { display: flex; flex-wrap: wrap; align-items: center; gap: .7rem; }
.eyebrow span { display: inline-block; width: 18px; height: 1px; background: var(--coral); }

.display-title {
    max-width: 780px;
    margin-bottom: 1.75rem;
    font-family: var(--font-serif);
    font-size: clamp(3rem, 5.5vw, 5.55rem);
    font-weight: 600;
    line-height: .98;
    letter-spacing: -.045em;
}

.display-title em,
.section h2 em,
.movement-card h2 em,
.closing-section h2 em {
    color: var(--coral-dark);
    font-weight: 600;
}

.hero-copy {
    max-width: 670px;
    margin-bottom: 2rem;
    color: rgba(22,23,22,.78);
    font-size: 1.06rem;
    line-height: 1.75;
}

.exclusive-promise {
    display: flex;
    max-width: 670px;
    align-items: center;
    gap: 1rem;
    margin: -.4rem 0 2rem;
    padding: .9rem 1rem;
    border-left: 3px solid var(--coral);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    background: rgba(255,255,255,.48);
    box-shadow: 0 10px 30px rgba(56,61,80,.06);
    backdrop-filter: blur(10px);
}

.exclusive-promise__icon { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--white); background: var(--indigo); }
.exclusive-promise p { margin: 0; font-size: .82rem; line-height: 1.35; }
.exclusive-promise strong,
.exclusive-promise small { display: block; }
.exclusive-promise strong { margin-bottom: .2rem; }
.exclusive-promise small { color: rgba(22,23,22,.6); font-size: .7rem; }

.hero-price { display: flex; flex-direction: column; }
.hero-price strong { font-family: var(--font-serif); font-size: 1.4rem; line-height: 1.15; }
.hero-price strong small { font-family: var(--font-sans); font-size: .62rem; font-weight: 600; }
.hero-price span { color: rgba(22,23,22,.58); font-size: .75rem; }
.hero-microcopy { margin: 1.25rem 0 0; color: rgba(22,23,22,.6); font-size: .76rem; }
.hero-microcopy i { margin-right: .35rem; color: var(--indigo); }

.hero-card {
    position: relative;
    width: min(100%, 410px);
    min-height: 500px;
    margin-left: auto;
    padding: 2rem;
    color: var(--white);
    background: var(--indigo);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-soft), 14px 14px 0 rgba(174,190,164,.42);
}

.hero-card::after {
    content: "";
    position: absolute;
    top: 28px;
    right: 26px;
    width: 105px;
    height: 105px;
    border: 14px solid var(--sage);
    border-radius: 50%;
    filter: drop-shadow(0 0 0 rgba(0,0,0,0));
}

.hero-card__number { color: rgba(255,255,255,.1); font-family: var(--font-serif); font-size: 7rem; line-height: .9; }
.hero-card__label { max-width: 180px; margin: .75rem 0 3rem; font-family: var(--font-serif); font-size: 1.7rem; line-height: 1.12; }
.event-facts { border-top: 1px solid rgba(255,255,255,.18); }
.event-facts > div { display: flex; align-items: center; gap: .8rem; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.event-facts i { color: var(--sage-light); font-size: 1.1rem; }
.event-facts span { font-size: .9rem; }
.event-facts small { display: block; margin-bottom: .1rem; color: rgba(255,255,255,.56); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; }
.hero-card__seal {
    position: absolute;
    right: -42px;
    bottom: 22px;
    width: 90px;
    height: 90px;
    padding: 14px;
    border-radius: 50%;
    color: var(--ink);
    background: var(--coral);
    font-size: .52rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: .08em;
    text-align: center;
    transform: rotate(-12deg);
}

.limited-access { display: flex; align-items: center; gap: .5rem; margin: 1.2rem 0 0; color: var(--sage-light); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.limited-access i { color: var(--coral); }

.signal-strip { color: var(--white); background: var(--ink); }
.signal-strip .col-4 { padding: 1.5rem .5rem; border-right: 1px solid rgba(255,255,255,.16); }
.signal-strip .col-4:last-child { border-right: 0; }
.signal-strip strong { margin-right: .45rem; color: var(--sage); font-family: var(--font-serif); font-size: 1.65rem; }
.signal-strip span { font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.exclusivity-band { padding: 2.2rem 0; background: var(--coral); }
.exclusivity-band__inner { display: grid; grid-template-columns: .7fr 2fr auto; align-items: center; gap: 2.5rem; }
.exclusivity-band__eyebrow { color: var(--ink); font-size: .64rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.exclusivity-band p { margin: 0; color: rgba(22,23,22,.78); font-family: var(--font-serif); font-size: 1.08rem; line-height: 1.45; }
.exclusivity-band p strong { color: var(--ink); }
.exclusivity-band a { color: var(--ink); font-size: .67rem; font-weight: 700; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.exclusivity-band a i { margin-left: .35rem; }

.section { padding: 7.5rem 0; }
.section h2,
.movement-card h2,
.sponsor-section h2 {
    margin: 0;
    font-family: var(--font-serif);
    font-size: clamp(2.65rem, 5vw, 4.6rem);
    font-weight: 600;
    line-height: 1.02;
    letter-spacing: -.04em;
}
.section-lead { color: rgba(22,23,22,.67); font-size: 1.02rem; line-height: 1.75; }

.section-recognition { background: var(--white); }
.belief-comparison { width: 100%; }
.belief-comparison:focus-visible { outline: 3px solid rgba(204,115,120,.35); outline-offset: 5px; }
.belief-table { width: calc(100% + 24px); margin-left: -12px; border-collapse: separate; border-spacing: 12px; table-layout: fixed; }
.belief-table th { padding: 1rem 1.25rem; color: var(--white); background: var(--indigo); border-radius: var(--radius-sm); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.belief-table th:last-child { background: var(--coral-dark); }
.belief-table th > span { display: inline-grid; width: 26px; height: 26px; margin-right: .6rem; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; font-size: .55rem; }
.belief-table td { position: relative; height: 170px; padding: 2rem 4.2rem 2rem 1.6rem; vertical-align: top; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--sage-pale); box-shadow: 0 12px 36px rgba(56,61,80,.045); font-family: var(--font-serif); font-size: 1.08rem; line-height: 1.48; transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.belief-table td:nth-child(2) { background: #fbf3f2; }
.belief-table td:hover { transform: translateY(-3px); border-color: rgba(204,115,120,.35); box-shadow: 0 18px 40px rgba(56,61,80,.08); }
.belief-number { position: absolute; top: 1.15rem; right: 1.25rem; color: var(--coral-dark); font-family: var(--font-sans); font-size: .66rem; font-weight: 700; }
.role-tabs { gap: .6rem; border: 0; }
.role-tabs .nav-link { padding: .75rem 1rem; border: 1px solid var(--line); border-radius: 100px; color: var(--ink); font-size: .82rem; font-weight: 600; }
.role-tabs .nav-link.active { color: var(--white); background: var(--indigo); border-color: var(--indigo); }
.quote-grid blockquote {
    position: relative;
    height: 100%;
    min-height: 185px;
    margin: 0;
    padding: 1.6rem 4.4rem 1.6rem 1.6rem;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--sage-pale);
    box-shadow: 0 12px 36px rgba(56,61,80,.045);
    font-family: var(--font-serif);
    font-size: 1.17rem;
    line-height: 1.45;
}
.quote-grid blockquote span { position: absolute; top: 1.2rem; right: 1.3rem; color: var(--coral); font-family: var(--font-sans); font-size: .7rem; font-weight: 700; }
.quote-grid blockquote { transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.quote-grid blockquote:hover { transform: translateY(-3px); border-color: rgba(204,115,120,.35); box-shadow: 0 18px 40px rgba(56,61,80,.08); }
.recognition-bridge { display: flex; align-items: center; gap: 2rem; max-width: 930px; margin: 4rem auto 0; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.recognition-bridge p { margin: 0; font-family: var(--font-serif); font-size: clamp(1.4rem, 2.3vw, 2rem); line-height: 1.35; }
.recognition-bridge strong { color: var(--coral-dark); font-weight: 600; }
.bridge-mark { flex: 0 0 74px; width: 74px; height: 74px; border: 12px solid var(--sage); border-radius: 50%; }

.section-promise { background: var(--sage-light); }
.promise-intro { position: sticky; top: 130px; align-self: flex-start; }
.promise-intro h2 { margin-bottom: 1.5rem; font-size: clamp(2.5rem, 4vw, 4rem); }
.promise-intro p { color: rgba(22,23,22,.67); line-height: 1.7; }
.promise-intro .promise-highlight { color: var(--ink); font-family: var(--font-serif); font-size: 1.35rem; }
.benefit-list { margin: 0; padding: 0; list-style: none; }
.benefit-list li { display: grid; grid-template-columns: 58px 1fr; align-items: center; min-height: 100px; border-top: 1px solid rgba(22,23,22,.2); }
.benefit-list li:last-child { border-bottom: 1px solid rgba(22,23,22,.2); }
.benefit-list span { color: var(--coral-dark); font-size: .7rem; font-weight: 700; }
.benefit-list p { margin: 0; font-size: 1.08rem; }

.program-intro .section-lead + .section-lead { margin-top: 1rem; }

.section-path { position: relative; overflow: hidden; background: var(--cream); }
.path-line { height: 1px; margin-bottom: 2rem; background: var(--line); }
.path-card { min-height: 520px; padding: 1.65rem; border: 1px solid var(--line); background: var(--white); transition: transform .25s ease, box-shadow .25s ease; }
.path-card { border-radius: var(--radius-md); box-shadow: 0 16px 44px rgba(56,61,80,.06); }
.path-card:hover { transform: translateY(-7px); box-shadow: 0 24px 55px rgba(56,61,80,.14); }
.path-card--featured { color: var(--white); background: var(--indigo); transform: translateY(22px); }
.path-card--featured { background: linear-gradient(150deg, #686f89 0%, var(--indigo) 65%, #4b5168 100%); }
.path-card--featured:hover { transform: translateY(15px); box-shadow: 0 24px 55px rgba(56,61,80,.22); }
.path-card__top { display: flex; justify-content: space-between; padding-bottom: 1.25rem; border-bottom: 1px solid currentColor; font-size: .67rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; opacity: .74; }
.path-card h3 { min-height: 130px; margin: 2rem 0 .6rem; font-family: var(--font-serif); font-size: 2rem; line-height: 1.08; }
.path-card__theme { color: var(--coral-dark); font-size: .72rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.path-card--featured .path-card__theme { color: var(--sage-light); }
.path-card ul { margin: 2rem 0 0; padding: 0; list-style: none; }
.path-card li { padding: .8rem 0; border-top: 1px solid rgba(22,23,22,.14); font-size: .9rem; }
.path-card--featured li { border-color: rgba(255,255,255,.16); }
.path-card li small { display: block; margin-bottom: .22rem; color: rgba(22,23,22,.47); font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.path-card--featured li small { color: rgba(255,255,255,.5); }

.movement-section { padding: 0 0 7.5rem; background: var(--cream); }
.movement-card { position: relative; padding: 5rem; overflow: hidden; color: var(--white); background: linear-gradient(135deg, var(--ink), #292c35); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.movement-card::after { content: ""; position: absolute; width: 340px; height: 340px; right: -155px; top: -170px; border: 45px solid var(--sage); border-radius: 50%; opacity: .23; }
.movement-tag { margin: 0; color: var(--sage); font-size: .74rem; font-weight: 700; letter-spacing: .13em; line-height: 1.7; text-transform: uppercase; }
.movement-card h2 { margin-bottom: 1.2rem; }
.movement-copy { max-width: 650px; }
.movement-copy p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.75; }
.movement-copy p + p { margin-top: 1rem; }

.section-investment { background: var(--white); }
.section-investment h2 { margin-bottom: 1.5rem; }
.included-list { margin-top: 2rem; }
.included-list > div { display: flex; gap: .65rem; padding: .8rem 0; border-top: 1px solid var(--line); font-size: .9rem; }
.included-list > div:last-child { border-bottom: 1px solid var(--line); }
.included-list i { color: var(--coral-dark); }
.price-card { overflow: hidden; border: 1px solid rgba(22,23,22,.18); border-radius: var(--radius-md); box-shadow: var(--shadow-soft), 10px 10px 0 rgba(174,190,164,.45); }
.price-card__header { display: flex; justify-content: space-between; padding: 1rem 1.4rem; color: var(--white); background: var(--indigo); font-size: .66rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.price-card__body { padding: 2.4rem; }
.price-label { color: rgba(22,23,22,.55); font-size: .72rem; font-weight: 600; text-transform: uppercase; }
.price-amount { display: flex; align-items: center; gap: .8rem; font-family: var(--font-serif); font-size: clamp(3.7rem, 7vw, 5.6rem); line-height: 1; letter-spacing: -.06em; }
.price-amount span { font-family: var(--font-sans); font-size: .62rem; font-weight: 700; line-height: 1.45; letter-spacing: .04em; }
.price-note { display: flex; align-items: flex-start; gap: .55rem; margin: 1rem 0 1.75rem; color: var(--coral-dark); font-size: .8rem; font-weight: 600; }
.price-note > span { flex: 0 0 8px; width: 8px; height: 8px; margin-top: .27rem; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 0 rgba(204,115,120,.55); animation: urgencyPulse 1.8s infinite; }

@keyframes urgencyPulse {
    70% { box-shadow: 0 0 0 8px rgba(204,115,120,0); }
    100% { box-shadow: 0 0 0 0 rgba(204,115,120,0); }
}
.secure-note { margin-top: 1rem; color: rgba(22,23,22,.48); font-size: .7rem; text-align: center; }
.price-card__footer { border-top: 1px solid var(--line); }
.discount-toggle { display: flex; width: 100%; justify-content: space-between; padding: 1rem 1.4rem; border: 0; background: transparent; font-size: .78rem; font-weight: 600; text-align: left; }
.discount-toggle[aria-expanded="true"] i { transform: rotate(45deg); }
.discount-toggle i { transition: transform .2s ease; }
.discount-form { padding: .25rem 1.4rem 1.4rem; }
.discount-form .form-label { font-size: .75rem; }
.discount-form .form-control { border-radius: var(--radius-sm) 0 0 var(--radius-sm); }
.pricing-compare { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 2rem; overflow: hidden; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius-sm); }
.pricing-compare > div { padding: 1rem; background: var(--white); }
.pricing-compare span,
.pricing-compare small { display: block; color: rgba(22,23,22,.5); font-size: .62rem; }
.pricing-compare strong { display: block; margin: .3rem 0; font-size: .76rem; }

.faq-section { background: var(--sage-pale); }
.accordion { border-top: 1px solid var(--line); }
.accordion-item { background: transparent; border-color: var(--line); }
.accordion-button { padding: 1.3rem .1rem; color: var(--ink); background: transparent; font-weight: 600; box-shadow: none !important; }
.accordion-button:not(.collapsed) { color: var(--coral-dark); background: transparent; }
.accordion-body { padding: 0 2rem 1.4rem .1rem; color: rgba(22,23,22,.68); line-height: 1.7; }

.closing-section { position: relative; padding: 8rem 0; overflow: hidden; color: var(--white); background: linear-gradient(135deg, var(--indigo-dark), var(--indigo) 55%, #717890); }
.closing-section::before,
.closing-section::after { content: ""; position: absolute; border-radius: 50%; }
.closing-section::before { width: 460px; height: 460px; left: -230px; top: -250px; border: 65px solid var(--sage); opacity: .2; }
.closing-section::after { width: 270px; height: 270px; right: -150px; bottom: -155px; border: 45px solid var(--coral); opacity: .45; }
.closing-section .section-kicker { color: var(--sage-light); }
.closing-section h2 { position: relative; z-index: 1; font-size: clamp(2.8rem, 6vw, 5.6rem); }
.closing-section h2 em { color: var(--sage-light); }
.closing-section .closing-promise { max-width: 660px; margin: 1.5rem auto .85rem; color: rgba(255,255,255,.72); font-family: var(--font-serif); font-size: 1.12rem; line-height: 1.55; }
.closing-section .closing-date { margin: 0 0 2.3rem; color: rgba(255,255,255,.7); font-size: .8rem; }

.sponsor-section { padding: 4.5rem 0; background: linear-gradient(110deg, var(--sage), #c9d6c2); }
.sponsor-section p { font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sponsor-section h2 { font-size: clamp(2.1rem, 3.6vw, 3.4rem); }
.sponsor-section .btn { padding: 1rem 1.4rem; }

.site-footer { padding: 4rem 0 1.2rem; background: var(--white); }
.site-footer img { width: 220px; height: auto; margin: -30px 0 -20px; }
.site-footer p { max-width: 390px; margin: 0; color: rgba(22,23,22,.6); font-size: .8rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1.3rem; }
.footer-links a { color: var(--ink); font-size: .76rem; font-weight: 600; text-decoration: none; }
.footer-links a:hover { color: var(--coral-dark); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: rgba(22,23,22,.42); font-size: .65rem; }

.checkout-modal { overflow: hidden; border: 0; border-radius: var(--radius-md); box-shadow: 0 30px 90px rgba(22,23,22,.28); }
.checkout-close { position: absolute; top: 1rem; right: 1rem; z-index: 3; }
.checkout-summary { padding: 2.5rem; color: var(--white); background: var(--indigo); }
.checkout-summary .section-kicker { color: var(--sage-light); }
.checkout-summary h2 { margin-bottom: 2.2rem; font-family: var(--font-serif); }
.checkout-date { display: flex; gap: .8rem; padding: 1rem 0; border-top: 1px solid rgba(255,255,255,.15); font-size: .82rem; }
.checkout-date i { color: var(--sage-light); }
.checkout-date small { color: rgba(255,255,255,.52); }
.checkout-total { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.15); }
.checkout-total span { display: block; color: rgba(255,255,255,.55); font-size: .65rem; text-transform: uppercase; }
.checkout-total strong { font-family: var(--font-serif); font-size: 2rem; }
.checkout-form-wrap { padding: 2.5rem; }
.stripe-ready { margin-bottom: 1.5rem; padding: .7rem .8rem; color: var(--indigo-dark); background: var(--sage-light); font-size: .68rem; font-weight: 600; }
.checkout-form-wrap .form-label { font-size: .72rem; font-weight: 600; }
.checkout-form-wrap .form-control { min-height: 46px; border-radius: var(--radius-sm); border-color: rgba(22,23,22,.18); background: #fbfcfa; }
.checkout-form-wrap .form-control:focus { border-color: var(--indigo); box-shadow: 0 0 0 .2rem rgba(92,98,121,.12); }
.checkout-form-wrap .form-check-label { color: rgba(22,23,22,.65); font-size: .7rem; }
.checkout-form-wrap a { color: var(--coral-dark); }
.checkout-feedback { min-height: 1.2rem; margin: .8rem 0 0; color: var(--coral-dark); font-size: .72rem; text-align: center; }

.legal-page { min-height: 100vh; background: var(--sage-pale); }
.legal-header { padding: 1.2rem 0; background: var(--white); border-bottom: 1px solid var(--line); }
.legal-header img { width: 175px; height: auto; margin: -25px 0; }
.legal-header a { color: var(--ink); font-size: .78rem; font-weight: 600; text-decoration: none; }
.legal-hero { padding-top: 5rem; padding-bottom: 3rem; }
.legal-hero h1 { font-family: var(--font-serif); font-size: clamp(2.8rem, 6vw, 5rem); line-height: 1; letter-spacing: -.04em; }
.legal-card { max-width: 900px; margin-bottom: 5rem; padding: clamp(1.5rem, 5vw, 4rem); background: var(--white); border: 1px solid var(--line); }
.legal-card h2 { margin: 2.2rem 0 .8rem; font-family: var(--font-serif); font-size: 1.45rem; }
.legal-card h2:first-child { margin-top: 0; }
.legal-card p,
.legal-card li { color: rgba(22,23,22,.72); font-size: .9rem; line-height: 1.75; }
.legal-card a { color: var(--coral-dark); }
.legal-meta { color: rgba(22,23,22,.5); font-size: .72rem; }

.reveal { animation: revealUp .7s both; }
.reveal:nth-child(2) { animation-delay: .08s; }
.reveal:nth-child(3) { animation-delay: .16s; }
.reveal:nth-child(4) { animation-delay: .24s; }

@keyframes revealUp {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 991.98px) {
    .sale-bar__inner { grid-template-columns: 1fr auto; }
    .sale-bar__cta { display: none; }
    .navbar-collapse { padding: 1rem 0 .5rem; }
    .navbar-nav .btn { width: 100%; margin-top: .5rem; }
    .hero { padding: 5.5rem 0; }
    .hero-card { margin: 0 auto; }
    .promise-intro { position: static; }
    .path-card--featured { transform: none; }
    .path-card--featured:hover { transform: translateY(-7px); }
    .movement-card { padding: 3rem; }
    .checkout-summary,
    .checkout-form-wrap { padding: 2rem; }
}

@media (max-width: 767.98px) {
    .sale-bar { padding: .75rem 0 .85rem; text-align: left; }
    .sale-bar__inner { display: flex; flex-direction: column; gap: .7rem; }
    .sale-bar__message { width: 100%; justify-content: center; gap: .65rem; }
    .sale-bar__message p strong { font-size: .92rem; }
    .sale-bar__message p span { font-size: .6rem; }
    .sale-bar__badge { padding: .35rem .5rem; font-size: .49rem; }
    .countdown { width: 100%; justify-content: center; gap: .4rem; }
    .countdown > span { min-width: 52px; }
    .countdown strong { font-size: 2.15rem; }
    .countdown b { font-size: 1.7rem; }
    .navbar-manifiesta { min-height: 70px; }
    .navbar-brand { height: 54px; }
    .navbar-brand img { width: 145px; }
    .hero { min-height: 0; padding: 4.5rem 0; }
    .display-title { font-size: clamp(2.75rem, 13vw, 4rem); }
    .hero-card { min-height: 455px; box-shadow: 0 20px 50px rgba(56,61,80,.16), 8px 8px 0 rgba(174,190,164,.45); }
    .hero-card__seal { right: -5px; }
    .signal-strip strong { display: block; margin: 0; }
    .signal-strip span { font-size: .58rem; }
    .exclusivity-band { padding: 2rem 0; }
    .exclusivity-band__inner { display: block; text-align: center; }
    .exclusivity-band p { margin: .7rem auto 1rem; font-size: 1.03rem; }
    .exclusive-promise { align-items: flex-start; }
    .section { padding: 5rem 0; }
    .belief-table,
    .belief-table tbody,
    .belief-table tr,
    .belief-table td { display: block; width: 100%; }
    .belief-table { margin: 0; border-spacing: 0; }
    .belief-table thead { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
    .belief-table tr { margin-bottom: 1.15rem; }
    .belief-table td { height: auto; min-height: 0; padding: 3.15rem 2.8rem 1.5rem 1.35rem; }
    .belief-table td + td { margin-top: .65rem; }
    .belief-table td::before { content: attr(data-profile); position: absolute; top: 1rem; left: 1.35rem; color: var(--indigo); font-family: var(--font-sans); font-size: .57rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
    .belief-table td:nth-child(2)::before { color: var(--coral-dark); }
    .belief-number { top: 1rem; right: 1.1rem; }
    .recognition-bridge { align-items: flex-start; gap: 1rem; }
    .bridge-mark { flex-basis: 44px; width: 44px; height: 44px; border-width: 8px; }
    .path-card { min-height: 0; }
    .movement-section { padding-bottom: 5rem; }
    .movement-card { padding: 2.2rem 1.5rem; }
    .pricing-compare { grid-template-columns: 1fr; }
    .price-card { box-shadow: 0 18px 45px rgba(56,61,80,.11), 7px 7px 0 rgba(174,190,164,.5); }
    .price-card__body { padding: 1.6rem; }
    .price-amount { font-size: 3.65rem; }
    .footer-bottom { flex-direction: column; gap: .45rem; }
    .checkout-summary { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
