/* Mindalia / 21 dias / v7.0.0
   Everything is scoped to #d21-app. No site-wide resets or hidden overflow.
   The mobile layout uses normal document flow, not fixed-position text.
*/
body.landing-21dias-page {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
}
#d21-app {
    --d21-ink: #0b2056;
    --d21-yellow: #ffc62d;
    --d21-cream: #fff9ed;
    --d21-ice: #eaf5fc;
    --d21-rule: rgba(11, 32, 86, .14);
    --d21-header-height: 88px;
    --d21-admin-offset: 0px;
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: var(--d21-header-height) 0 0;
    background: #fff;
    color: var(--d21-ink) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    text-align: left;
    isolation: isolate;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
#d21-app *, #d21-app *::before, #d21-app *::after { box-sizing: border-box; }
#d21-app :where(h1, h2, h3, p, figure, blockquote, ul, li) { margin: 0; padding: 0; }
#d21-app :where(h1, h2, h3, p, li, a, span, strong, figcaption) {
    color: inherit;
    font-family: inherit;
}
#d21-app :where(h1, h2, h3) {
    color: var(--d21-ink) !important;
    font-style: normal;
    font-weight: 900;
    -webkit-text-stroke: .4px currentColor;
    paint-order: stroke fill;
    letter-spacing: -.035em;
    line-height: 1.12;
    text-transform: none;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
}
#d21-app h2 { font-size: clamp(29px, 2.65vw, 40px); text-transform: uppercase; }
#d21-app h3 { font-size: 16px; letter-spacing: -.01em; -webkit-text-stroke: .15px currentColor; }
#d21-app p { font-size: inherit; line-height: 1.5; }
#d21-app strong { font-weight: 700; }
#d21-app a {
    text-decoration: none;
    box-shadow: none;
    border: 0;
    overflow-wrap: normal;
    word-break: normal;
}
#d21-app img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
}
#d21-app picture { display: block; }
#d21-app ul { list-style: none; }
#d21-app li::before, #d21-app li::after { content: none; }
#d21-app section, #d21-app main { display: block; float: none; margin: 0; }
#d21-app :is(section[id], main[id]) { scroll-margin-top: calc(var(--d21-header-height) + var(--d21-admin-offset) + 18px); }
#d21-app :focus-visible { outline: 3px solid #247bb3; outline-offset: 5px; }
#d21-app [tabindex="-1"]:focus:not(:focus-visible) { outline: none; }
#d21-app .d21-container { width: min(1280px, calc(100% - 80px)); margin-inline: auto; }
#d21-app .d21-section { padding-block: 64px; }
#d21-app .d21-icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    max-width: none;
    object-fit: contain;
    flex: 0 0 25px;
}
#d21-app .d21-skip {
    position: fixed;
    top: calc(var(--d21-admin-offset) + 8px);
    left: 16px;
    z-index: 10001;
    padding: 10px 18px;
    background: #fff;
    color: var(--d21-ink);
    transform: translateY(-180%);
}
#d21-app .d21-skip:focus { transform: none; }

/* FIXED HEADER. The JS measures its real height and the visible WP toolbar. */
body.admin-bar #d21-app { --d21-admin-offset: 32px; }
@media (max-width: 782px) { body.admin-bar #d21-app { --d21-admin-offset: 46px; } }
#d21-app .d21-header {
    position: fixed;
    inset-inline: 0;
    top: var(--d21-admin-offset);
    z-index: 1000;
    width: 100%;
    padding: 0;
    background: rgba(247, 251, 253, .97);
    border-bottom: 1px solid rgba(11, 32, 86, .07);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
#d21-app .d21-header[data-scrolled="true"] { box-shadow: 0 4px 18px rgba(11, 32, 86, .09); }
#d21-app .d21-header__inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
#d21-app .d21-brand { display: block; flex: 0 0 auto; }
#d21-app .d21-header .d21-brand { margin-right: auto; }
#d21-app .d21-brand img { width: 222px; height: auto; }
#d21-app .d21-nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 32px); }
#d21-app .d21-nav__section { display: block; font-size: 12px; font-weight: 700; line-height: 1.5; text-transform: uppercase; white-space: nowrap; }
#d21-app .d21-nav__section:hover { text-decoration: underline; text-underline-offset: 5px; }
#d21-app .d21-header__actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
#d21-app .d21-menu-toggle {
    display: none; align-items: center; justify-content: center; flex: 0 0 44px;
    width: 44px; height: 44px; min-width: 44px; margin: 0; padding: 9px;
    border: 1px solid var(--d21-rule); border-radius: 8px; background: #fff;
    color: var(--d21-ink); cursor: pointer; line-height: 1; box-shadow: none;
}
#d21-app .d21-menu-toggle .d21-icon { width: 24px; height: 24px; min-width: 24px; flex-basis: 24px; }
#d21-app .d21-menu-toggle .d21-menu-icon--close { display: none; }
#d21-app .d21-menu-toggle[aria-expanded="true"] .d21-menu-icon--open { display: none; }
#d21-app .d21-menu-toggle[aria-expanded="true"] .d21-menu-icon--close { display: block; }
#d21-app .d21-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    max-width: 100%;
    min-height: 56px;
    padding: 14px 28px;
    border: 1px solid transparent;
    border-radius: 100px;
    background: var(--d21-yellow);
    color: var(--d21-ink) !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: -.01em;
    white-space: normal;
    transition: background-color .18s ease, box-shadow .18s ease;
}
#d21-app .d21-button:hover { background: #ffd25c; box-shadow: 0 5px 16px rgba(114, 78, 0, .14); }
#d21-app .d21-button--small { min-height: 44px; padding: 11px 22px; font-size: 13px; }

/* FULL-BLEED HERO. The photo is outside the limited-width text container.
   On small screens the photo and quote use separate full-width rows. */
#d21-app .d21-hero { position: relative; isolation: isolate; background: #faf9f4; }
#d21-app .d21-hero__photo { position: absolute; inset: 0; z-index: -2; }
#d21-app .d21-hero__photo > img {
    width: 100%; height: 100%; max-width: none; object-fit: cover;
    object-position: 50% 12%; border: 0; border-radius: 0;
}
#d21-app .d21-hero::before {
    content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
    background: linear-gradient(90deg, rgba(255,253,247,.98) 0%, rgba(255,253,247,.95) 24%, rgba(255,253,247,.84) 37%, rgba(255,253,247,.4) 48%, rgba(255,253,247,0) 60%);
}
#d21-app .d21-hero__grid {
    display: grid; grid-template-columns: minmax(0, .47fr) minmax(0, .53fr);
    align-content: center; column-gap: 20px; row-gap: 18px;
    min-height: 640px; padding-block: 42px 30px;
}
#d21-app .d21-hero__copy { container-type: inline-size; min-width: 0; grid-column: 1; }
#d21-app .d21-title {
    max-width: none; margin: 0 0 26px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: clamp(32px, 4.2vw, 64px);
    font-size: clamp(32px, 10.25cqi, 64px);
    font-weight: 900; -webkit-text-stroke: .6px currentColor; paint-order: stroke fill;
    line-height: 1.02; letter-spacing: -.047em;
}
#d21-app .d21-title > span { display: block; width: fit-content; max-width: 100%; white-space: nowrap; }
#d21-app .d21-title__last { position: relative; }
#d21-app .d21-title__last::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -10px;
    height: 5px; background: var(--d21-yellow); border-radius: 50%; transform: rotate(-1.4deg);
}
#d21-app .d21-hero__lead { max-width: 420px; margin: 0 0 22px; font-size: clamp(18px, 1.5vw, 22px); line-height: 1.4; }
#d21-app .d21-ribbon {
    display: table;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 9px 13px;
    background: #ffe092;
    border-radius: 6px 10px 5px 9px;
    color: var(--d21-ink);
    font-size: clamp(14px, 1.35vw, 18px);
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -.035em;
}
#d21-app .d21-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px; }
#d21-app .d21-meta > span { display: flex; min-width: 0; align-items: center; gap: 8px; font-size: 15px; line-height: 1.4; }
#d21-app .d21-meta--hero { margin-bottom: 24px; }
#d21-app .d21-meta--hero > span { font-weight: 700; }
#d21-app .d21-meta--hero > span + span { padding-left: 18px; border-left: 1px solid var(--d21-rule); }
#d21-app .d21-hero__note {
    grid-column: 1; display: grid; justify-items: start; align-content: start;
    width: min(380px, 100%); margin: 0; padding: 0; gap: 0;
    background: transparent;
}
#d21-app .d21-hero__note > img { width: 100%; height: auto; }
#d21-app .d21-hero__note > figcaption { justify-self: center; max-width: 360px; text-align: center; font-size: 18px; font-weight: 800; line-height: 1.35; letter-spacing: -.01em; }

/* THE EXPERIENCE */
#d21-app .d21-experience__grid { display: grid; grid-template-columns: minmax(0, 1.17fr) minmax(0, .85fr) minmax(0, .93fr); gap: 36px; align-items: center; }
#d21-app .d21-experience__copy h2 { font-size: clamp(28px, 2.3vw, 36px); margin-bottom: 20px; }
#d21-app .d21-experience__copy p { margin-bottom: 18px; font-size: 17px; }
#d21-app .d21-experience__copy p:last-child { margin-bottom: 0; }
#d21-app .d21-paper { background: #fff9e9; padding: 24px 14px; margin: 0; }
#d21-app .d21-paper > img { width: 100%; height: auto; }
#d21-app .d21-paper--questions { width: 100%; max-width: 340px; justify-self: center; border-radius: 9px 3px 12px 5px; }
#d21-app .d21-questions { display: grid; gap: 17px; border-left: 1px solid var(--d21-rule); padding-left: 26px; }
#d21-app .d21-questions li { display: flex; align-items: flex-start; gap: 12px; }
#d21-app .d21-questions .d21-icon { width: 23px; height: 23px; min-width: 23px; flex-basis: 23px; margin-top: 2px; }
#d21-app .d21-questions p { flex: 1 1 0; min-width: 0; font-size: 17px; line-height: 1.45; }

/* HOW IT WORKS: icon drawings live in separate SVG files. */
#d21-app .d21-how { background: linear-gradient(125deg, #e8f5fd, #f2f9fd); }
#d21-app .d21-how h2 { margin-bottom: 32px; }
#d21-app .d21-how__grid { display: grid; grid-template-columns: minmax(0, 1fr) 218px; gap: 26px; }
#d21-app .d21-features { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
#d21-app .d21-feature { display: flex; flex-direction: column; align-items: center; gap: 15px; min-width: 0; padding: 8px 15px 12px; text-align: center; }
#d21-app .d21-feature + .d21-feature { border-left: 1px solid var(--d21-rule); }
#d21-app .d21-feature__icon { display: grid; place-items: center; width: 66px; height: 66px; flex: 0 0 66px; border-radius: 50%; background: #fff; }
#d21-app .d21-feature__icon .d21-icon { width: 37px; height: 37px; min-width: 37px; }
#d21-app .d21-feature__text { min-width: 0; }
#d21-app .d21-feature h3 { min-height: 2.55em; margin-bottom: 11px; font-size: 15px; line-height: 1.3; text-transform: uppercase; letter-spacing: -.025em; }
#d21-app .d21-feature p { font-size: 15px; line-height: 1.5; }
#d21-app .d21-simple { border-left: 1px solid var(--d21-rule); padding: 17px 0 0 24px; }
#d21-app .d21-simple ul { display: grid; gap: 12px; }
#d21-app .d21-simple li { display: flex; align-items: flex-start; gap: 9px; }
#d21-app .d21-simple li .d21-icon { width: 19px; height: 19px; min-width: 19px; flex-basis: 19px; margin-top: 2px; }
#d21-app .d21-simple p { flex: 1 1 0; min-width: 0; font-size: 15px; line-height: 1.45; }
#d21-app .d21-life { position: relative; display: table; margin: 12px 0 0 28px; font-size: 30px; line-height: 1.15; text-transform: uppercase; }
#d21-app .d21-life::after { content: ""; display: block; width: 106%; height: 4px; margin-top: 6px; border-radius: 50%; background: var(--d21-yellow); transform: rotate(-3deg); }

/* DESTINATION: quote is layered over empty scenery on desktop only.
   Below 960px it moves into its own caption row. */
#d21-app .d21-destination { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); background: var(--d21-cream); }
#d21-app .d21-destination__visual { position: relative; min-height: 380px; }
#d21-app .d21-steps-photo { position: absolute; inset: 0; }
#d21-app .d21-steps-photo > img { width: 100%; height: 100%; object-fit: cover; object-position: 32% 55%; }
#d21-app .d21-paper--steps { position: absolute; top: 25px; right: 24px; width: min(265px, 45%); padding: 18px 10px; background: rgba(255, 251, 239, .96); border-radius: 3px 10px 4px 8px; }
#d21-app .d21-destination__copy { display: grid; align-items: center; padding: 50px clamp(36px, 5vw, 80px); }
#d21-app .d21-destination__copy > div { max-width: 580px; }
#d21-app .d21-destination__copy h2 { margin-bottom: 20px; }
#d21-app .d21-destination__copy p { margin-bottom: 21px; font-size: 18px; }
#d21-app .d21-destination__copy p:last-child { margin-bottom: 0; }

/* FINAL CTA: no absolute text, negative margins or fixed heights. */
#d21-app .d21-final { background: linear-gradient(180deg, rgba(255,255,255,.91), rgba(255,255,255,.62) 65%, rgba(255,255,255,.28)), url("img/paisaje.webp") center 53% / cover; }
#d21-app .d21-final__inner { padding-block: 48px 55px; text-align: center; }
#d21-app .d21-final h2 { font-size: clamp(28px, 2.8vw, 40px); line-height: 1.15; }
#d21-app .d21-final h2 span { display: inline; }
#d21-app .d21-final__by { margin-top: 10px; font-size: 18px; font-weight: 700; }
#d21-app .d21-meta--final { justify-content: center; margin-block: 25px; gap: 12px 21px; }
#d21-app .d21-meta--final > span { font-size: 14px; }
#d21-app .d21-meta--final .d21-icon { width: 22px; height: 22px; min-width: 22px; flex-basis: 22px; }
#d21-app .d21-final__question { display: table; max-width: 100%; margin: 25px auto 0; font-size: clamp(17px, 1.65vw, 23px); line-height: 1.35; font-weight: 800; text-transform: uppercase; }
#d21-app .d21-final__question::after { content: ""; display: block; width: 76%; height: 4px; margin: 11px auto 0; border-radius: 50%; background: var(--d21-yellow); transform: rotate(-2deg); }

/* REGISTRATION: explicit line-height and grid gap prevent price/date overlaps. */
#d21-app .d21-signup { padding-bottom: 54px; background: #fff; }
#d21-app .d21-signup__inner { max-width: 780px; text-align: center; }
#d21-app .d21-signup__heading { display: grid; justify-items: center; gap: 12px; margin: 0 0 28px; }
#d21-app .d21-kicker { max-width: 100%; font-size: 12px; line-height: 1.6; letter-spacing: .16em; text-transform: uppercase; font-weight: 700; }
#d21-app .d21-signup h2 { font-size: clamp(30px, 3.35vw, 46px); line-height: 1.15; text-transform: none; }
#d21-app .d21-signup__price { display: block; margin: 0; font-size: 58px; font-weight: 800; line-height: 1.1; letter-spacing: -.05em; }
#d21-app .d21-signup__date { font-size: 16px; line-height: 1.5; }
#d21-app .d21-donorbox { width: 100%; max-width: 540px; margin-inline: auto; }
#d21-app .d21-donorbox iframe { display: block; width: 100%; max-width: 100%; border: 0; margin-inline: auto; }
#d21-app .d21-phone-note {
    width: min(540px, 100%);
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: start;
    margin: 0 auto 20px;
    padding: 15px 17px;
    border: 1px solid rgba(17,169,77,.18);
    border-radius: 13px;
    background: #f3fbf6;
    text-align: left;
}
#d21-app .d21-phone-note__icon {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e4f7eb;
}
#d21-app .d21-phone-note__icon .d21-icon { width: 22px; height: 22px; }
#d21-app .d21-phone-note p {
    margin: 0;
    color: #264435;
    font-size: 14px;
    line-height: 1.48;
}

#d21-app .d21-payment-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; min-height: 230px; padding: 28px 22px; border: 1.5px dashed #bfc9d7; border-radius: 14px; background: #fbfcfe; }
#d21-app .d21-payment-placeholder > .d21-icon { width: 42px; height: 42px; min-width: 42px; flex-basis: auto; }
#d21-app .d21-payment-placeholder p { font-size: 15px; }
#d21-app .d21-payment-placeholder__title { font-size: 18px !important; font-weight: 700; }
#d21-app .d21-payment-placeholder__status { max-width: 100%; margin-top: 2px; padding: 7px 10px; border-radius: 6px; background: #fff4d4; font-size: 12px; line-height: 1.45; }

/* FOOTER */
#d21-app .d21-footer { padding: 30px 0 40px; background: #fff; }
#d21-app .d21-footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 28px; padding-top: 28px; border-top: 1px solid var(--d21-rule); }
#d21-app .d21-footer .d21-brand img { width: 206px; }
#d21-app .d21-footer__info { text-align: right; }
#d21-app .d21-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 20px; margin-bottom: 8px; }
#d21-app .d21-footer nav a { font-size: 13px; text-decoration: underline; text-underline-offset: 3px; }
#d21-app .d21-footer__info p { font-size: 12px; }



/* LONG-FORM EXPERIENCE */
#d21-app .d21-eyebrow {
    margin-bottom: 13px;
    color: #9a5a1f;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}
#d21-app .d21-journey {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 12%, rgba(255,198,45,.18), transparent 22%),
        linear-gradient(180deg, #fffaf0 0%, #fbf5e9 100%);
}
#d21-app .d21-journey::after {
    content: "21";
    position: absolute;
    right: -18px;
    bottom: -105px;
    color: rgba(154,90,31,.045);
    font-size: clamp(230px, 28vw, 430px);
    line-height: 1;
    font-weight: 900;
    pointer-events: none;
}
#d21-app .d21-journey__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: clamp(52px, 7vw, 105px);
    align-items: start;
}
#d21-app .d21-journey__sticky {
    position: sticky;
    top: 118px;
}
#d21-app .d21-journey__intro h2 {
    max-width: 480px;
    margin-bottom: 34px;
    font-size: clamp(35px, 3.5vw, 56px);
    line-height: 1.01;
    text-transform: none;
}
#d21-app .d21-journey__metrics {
    display: grid;
    width: min(420px, 100%);
    border-top: 1px solid rgba(154,90,31,.25);
    border-bottom: 1px solid rgba(154,90,31,.25);
}
#d21-app .d21-journey__metric {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px;
    align-items: center;
    padding: 18px 2px;
}
#d21-app .d21-journey__metric + .d21-journey__metric {
    border-top: 1px solid rgba(154,90,31,.16);
}
#d21-app .d21-journey__metric strong {
    min-width: 78px;
    color: #9a5a1f;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
}
#d21-app .d21-journey__metric span {
    max-width: 230px;
    font-size: 15px;
    line-height: 1.42;
}
#d21-app .d21-journey__phases {
    display: grid;
    gap: 22px;
    max-width: 820px;
}
#d21-app .d21-journey__phase {
    position: relative;
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 22px;
    padding: clamp(24px, 3vw, 34px);
    border: 1px solid rgba(154,90,31,.12);
    border-radius: 20px;
    background: rgba(255,255,255,.72);
    box-shadow: 0 12px 34px rgba(74,48,20,.055);
    backdrop-filter: blur(4px);
}
#d21-app .d21-journey__phase::before {
    content: "";
    position: absolute;
    left: 25px;
    top: 77px;
    bottom: -23px;
    width: 1px;
    background: linear-gradient(180deg, rgba(154,90,31,.28), rgba(154,90,31,.04));
}
#d21-app .d21-journey__phase--last::before { display: none; }
#d21-app .d21-journey__phase-number {
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--d21-yellow);
    color: var(--d21-navy);
    font-size: 14px;
    line-height: 1;
    font-weight: 900;
    box-shadow: 0 7px 18px rgba(154,90,31,.13);
}
#d21-app .d21-journey__phase-copy > p {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 1.65;
}
#d21-app .d21-journey__phase-copy > p:last-child { margin-bottom: 0; }
#d21-app .d21-journey__phase-copy em {
    color: #744316;
    font-style: italic;
    font-weight: 700;
}
#d21-app .d21-journey__questions-lead {
    margin-top: 24px;
    font-weight: 700;
}
#d21-app .d21-journey__questions {
    position: relative;
    margin: 22px 0 2px;
    padding: 26px 28px 26px 32px;
    border: 0;
    border-left: 5px solid var(--d21-yellow);
    border-radius: 0 15px 15px 0;
    background: #fffdf8;
    box-shadow: inset 0 0 0 1px rgba(154,90,31,.055);
}
#d21-app .d21-journey__questions::before {
    content: "?“";
    position: absolute;
    right: 20px;
    top: -20px;
    color: rgba(154,90,31,.09);
    font-family: Georgia, serif;
    font-size: 78px;
    line-height: 1;
}
#d21-app .d21-journey__questions p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 20px;
    line-height: 1.55;
}
#d21-app .d21-journey__after {
    display: table;
    margin: 4px 0 22px !important;
    padding: 7px 15px 9px;
    border-radius: 10px;
    background: #fff4c9;
    font-size: clamp(25px, 2.4vw, 34px) !important;
    line-height: 1.2 !important;
    font-weight: 900;
}
#d21-app .d21-journey__after::after {
    content: "";
    display: block;
    width: 72%;
    height: 4px;
    margin-top: 8px;
    border-radius: 50%;
    background: var(--d21-yellow);
    transform: rotate(-2deg);
}

/* ALFREDO BIO */
#d21-app .d21-bio {
    background:
        radial-gradient(circle at 22% 45%, rgba(255,198,45,.10), transparent 30%),
        #fff;
}
#d21-app .d21-bio__grid {
    display: grid;
    grid-template-columns: minmax(320px, .82fr) minmax(0, 1.18fr);
    gap: clamp(42px, 6vw, 88px);
    align-items: center;
}
#d21-app .d21-bio__visual {
    position: relative;
    overflow: hidden;
    aspect-ratio: 2 / 3;
    margin: 0;
    border-radius: 24px;
    background: #f8efe1;
    box-shadow: 0 22px 55px rgba(62,44,24,.10);
}
#d21-app .d21-bio__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid rgba(154,90,31,.11);
    border-radius: inherit;
    pointer-events: none;
}
#d21-app .d21-bio__visual picture,
#d21-app .d21-bio__visual img { width: 100%; height: 100%; }
#d21-app .d21-bio__visual img { object-fit: cover; object-position: 50% 50%; }
#d21-app .d21-bio__copy h2 {
    margin-bottom: 8px;
    font-size: clamp(38px, 4vw, 58px);
    text-transform: none;
}
#d21-app .d21-bio__role {
    margin-bottom: 27px;
    color: #9a5a1f;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 800;
}
#d21-app .d21-bio__text {
    position: relative;
    padding-left: 24px;
    border-left: 2px solid rgba(255,198,45,.85);
}
#d21-app .d21-bio__text p {
    margin-bottom: 17px;
    font-size: 17px;
    line-height: 1.62;
}
#d21-app .d21-bio__text p:last-child { margin-bottom: 0; }
#d21-app .d21-bio__text em { font-style: italic; font-weight: 700; }
#d21-app .d21-bio__closing {
    display: table;
    margin-left: -10px !important;
    padding: 15px 18px;
    background: #fff4c9;
    border-radius: 10px;
    font-size: 19px !important;
}

/* FAQ */
#d21-app .d21-faq {
    padding-block: clamp(72px, 8vw, 110px);
    background: #f8f3ea;
    color: #2d261f;
}
#d21-app .d21-faq__grid {
    display: grid;
    grid-template-columns: minmax(245px, .75fr) minmax(0, 1.25fr);
    gap: clamp(50px, 7vw, 105px);
    align-items: start;
}
#d21-app .d21-faq__intro { padding-top: 6px; }
#d21-app .d21-faq__eyebrow {
    margin-bottom: 22px;
    color: #9a5a1f;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: .19em;
    text-transform: uppercase;
}
#d21-app .d21-faq__intro h2 {
    color: #2d261f !important;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(42px, 4.6vw, 65px);
    line-height: 1.02;
    letter-spacing: -.04em;
    text-transform: none;
    -webkit-text-stroke: 0;
}
#d21-app .d21-faq__intro h2 em {
    color: #9a5a1f;
    font-weight: 400;
}
#d21-app .d21-faq__items { border-top: 1px solid rgba(95,70,42,.28); }
#d21-app .d21-faq__item {
    border-bottom: 1px solid rgba(95,70,42,.28);
}
#d21-app .d21-faq__item summary {
    position: relative;
    display: block;
    padding: 22px 46px 22px 0;
    color: #2d261f;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.45;
    font-weight: 800;
    list-style: none;
}
#d21-app .d21-faq__item summary::-webkit-details-marker { display: none; }
#d21-app .d21-faq__item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    transform: translateY(-50%);
    color: #2d261f;
    font-size: 25px;
    line-height: 1;
    font-weight: 400;
}
#d21-app .d21-faq__item[open] summary::after { content: "−"; }
#d21-app .d21-faq__answer {
    max-width: 760px;
    padding: 0 44px 22px 0;
}
#d21-app .d21-faq__answer p {
    margin-bottom: 12px;
    color: #51483f;
    font-size: 16px;
    line-height: 1.62;
}
#d21-app .d21-faq__answer p:last-child { margin-bottom: 0; }
#d21-app .d21-faq__item[open] summary { color: #9a5a1f; }


/* LAPTOP / TABLET */
@media (max-width: 1199px) {
    #d21-app .d21-container { width: calc(100% - 64px); }
    #d21-app .d21-brand img { width: 190px; }
    #d21-app .d21-experience__grid { grid-template-columns: minmax(0, 1fr) minmax(0, .95fr); gap: 32px; }
    #d21-app .d21-questions { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; padding: 24px 0 0; border-left: 0; border-top: 1px solid var(--d21-rule); }
    #d21-app .d21-how__grid { grid-template-columns: 1fr; gap: 30px; }
    #d21-app .d21-simple { border-left: 0; border-top: 1px solid var(--d21-rule); padding: 25px 0 0; }
    #d21-app .d21-simple ul { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px 28px; }
    #d21-app .d21-life { margin-top: 18px; }
    #d21-app .d21-destination__visual { min-height: 365px; }
}
@media (max-width: 959px) {
    #d21-app .d21-features { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
    #d21-app .d21-feature { display: grid; grid-template-columns: 58px minmax(0, 1fr); align-items: start; text-align: left; gap: 14px; padding: 14px 0; border: 0 !important; }
    #d21-app .d21-feature__icon { width: 56px; height: 56px; }
    #d21-app .d21-feature__icon .d21-icon { width: 32px; height: 32px; min-width: 32px; }
    #d21-app .d21-feature h3 { min-height: 0; margin-bottom: 8px; font-size: 15px; }
    #d21-app .d21-destination { grid-template-columns: 1fr 1fr; }
    #d21-app .d21-destination__visual { min-height: 0; display: flex; flex-direction: column; }
    #d21-app .d21-steps-photo { position: relative; inset: auto; flex: 1 1 auto; min-height: 260px; }
    #d21-app .d21-steps-photo > img { position: absolute; inset: 0; }
    #d21-app .d21-paper--steps { position: static; width: 100%; padding: 4px 45px; border-radius: 0; }
    #d21-app .d21-paper--steps > img { max-width: 300px; margin-inline: auto; }
    #d21-app .d21-destination__copy { padding: 38px 28px; }
    #d21-app .d21-destination__copy p { font-size: 17px; }
}

/* MOBILE: no text over the face, no fixed hero height, no floating CTA. */
@media (max-width: 699px) {
    #d21-app { font-size: 16px; }
    #d21-app .d21-container { width: calc(100% - 40px); }
    #d21-app .d21-section { padding-block: 44px; }
    #d21-app .d21-brand img { width: 157px; }
    #d21-app .d21-button--small { min-height: 44px; padding: 10px 16px; font-size: 11px; }
    #d21-app .d21-button { min-height: 54px; font-size: 16px; padding: 14px 25px; }
    #d21-app .d21-button--small { min-height: 44px; font-size: 11px; padding: 10px 15px; }
    #d21-app .d21-button--hero { width: 100%; }
    #d21-app h2 { font-size: clamp(28px, 7.5vw, 36px); }
    #d21-app .d21-experience__grid { grid-template-columns: 1fr; gap: 28px; }
    #d21-app .d21-experience__copy h2 { font-size: clamp(27px, 7.4vw, 36px); }
    #d21-app .d21-experience__copy p, #d21-app .d21-questions p { font-size: 16px; }
    #d21-app .d21-paper--questions { max-width: 370px; padding: 20px 10px; }
    #d21-app .d21-questions { grid-column: auto; grid-template-columns: 1fr; padding-top: 24px; gap: 17px; }
    #d21-app .d21-how h2 { margin-bottom: 22px; }
    #d21-app .d21-features { grid-template-columns: 1fr; gap: 0; }
    #d21-app .d21-feature { grid-template-columns: 60px minmax(0, 1fr); padding: 20px 0; gap: 17px; }
    #d21-app .d21-feature + .d21-feature { border-top: 1px solid var(--d21-rule) !important; }
    #d21-app .d21-feature__icon { width: 60px; height: 60px; }
    #d21-app .d21-feature h3 { font-size: 16px; }
    #d21-app .d21-feature p { font-size: 16px; }
    #d21-app .d21-how__grid { gap: 10px; }
    #d21-app .d21-simple ul { grid-template-columns: 1fr; gap: 14px; }
    #d21-app .d21-simple p { font-size: 16px; }
    #d21-app .d21-destination { grid-template-columns: 1fr; }
    #d21-app .d21-steps-photo { min-height: 0; aspect-ratio: 1.5; flex: none; }
    #d21-app .d21-paper--steps { padding: 6px 34px; }
    #d21-app .d21-paper--steps > img { max-width: 310px; }
    #d21-app .d21-destination__copy { padding: 35px 20px 42px; }
    #d21-app .d21-destination__copy > div { max-width: 550px; margin-inline: auto; }
    #d21-app .d21-destination__copy p { font-size: 16px; }
    #d21-app .d21-final__inner { padding-block: 40px 44px; }
    #d21-app .d21-final h2 { font-size: clamp(27px, 7vw, 34px); }
    #d21-app .d21-final__by { font-size: 16px; }
    #d21-app .d21-meta--final { display: grid; grid-template-columns: 1fr; width: fit-content; max-width: 100%; margin-inline: auto; gap: 13px; text-align: left; }
    #d21-app .d21-meta--final > span { font-size: 14px; }
    #d21-app .d21-final__question { margin-top: 25px; font-size: 17px; }
    #d21-app .d21-signup__heading { gap: 14px; margin-bottom: 26px; }
    #d21-app .d21-signup h2 { font-size: clamp(30px, 8.2vw, 40px); }
    #d21-app .d21-kicker { font-size: 10px; letter-spacing: .12em; }
    #d21-app .d21-signup__price { font-size: 52px; }
    #d21-app .d21-signup__date { font-size: 15px; }
    #d21-app .d21-payment-placeholder { padding: 26px 16px; min-height: 225px; }
    #d21-app .d21-footer { padding-block: 10px 34px; }
    #d21-app .d21-footer__inner { flex-direction: column; gap: 23px; }
    #d21-app .d21-footer__info { text-align: center; }
    #d21-app .d21-footer nav { justify-content: center; }
    #d21-app .d21-footer .d21-brand img { width: 184px; }
}
@media (max-width: 359px) {
    #d21-app .d21-container { width: calc(100% - 32px); }
    #d21-app .d21-brand img { width: 136px; }
    #d21-app .d21-button--small { padding-inline: 12px; font-size: 10px; }
}


@media (max-width: 959px) {
    #d21-app .d21-journey__grid,
    #d21-app .d21-bio__grid,
    #d21-app .d21-faq__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    #d21-app .d21-journey__intro h2 { max-width: 700px; }
    #d21-app .d21-journey__sticky { position: static; }
    #d21-app .d21-journey__metrics { max-width: 560px; }
    #d21-app .d21-journey__phases { max-width: none; }
    #d21-app .d21-bio__visual { width: min(520px, 100%); aspect-ratio: 2 / 3; }
    #d21-app .d21-bio__visual img { object-position: 50% 50%; }
    #d21-app .d21-faq__intro h2 { max-width: 520px; }
}

@media (max-width: 699px) {
    #d21-app .d21-journey__grid,
    #d21-app .d21-bio__grid,
    #d21-app .d21-faq__grid { gap: 30px; }
    #d21-app .d21-eyebrow,
    #d21-app .d21-faq__eyebrow { font-size: 10px; }
    #d21-app .d21-journey__intro h2 { font-size: clamp(31px, 8.4vw, 41px); }
    #d21-app .d21-journey__metric { grid-template-columns: 76px 1fr; gap: 12px; padding: 15px 0; }
    #d21-app .d21-journey__metric strong { min-width: 0; font-size: 31px; }
    #d21-app .d21-journey__phase { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; padding: 20px 17px; border-radius: 15px; }
    #d21-app .d21-journey__phase::before { left: 20px; top: 69px; }
    #d21-app .d21-journey__phase-number { width: 38px; height: 38px; font-size: 12px; }
    #d21-app .d21-journey__phase-copy > p { margin-bottom: 16px; font-size: 16px; line-height: 1.58; }
    #d21-app .d21-journey__questions { margin: 20px 0 2px; padding: 19px 16px 19px 19px; }
    #d21-app .d21-journey__questions p { font-size: 16px; line-height: 1.52; }
    #d21-app .d21-journey__after { font-size: 24px !important; }
    #d21-app .d21-bio__visual { width: 100%; max-width: 430px; aspect-ratio: 2 / 3; border-radius: 16px; }
    #d21-app .d21-bio__copy h2 { font-size: clamp(34px, 9vw, 44px); }
    #d21-app .d21-bio__role { margin-bottom: 22px; font-size: 18px; }
    #d21-app .d21-bio__text p { font-size: 16px; line-height: 1.58; }
    #d21-app .d21-bio__closing { padding: 13px 14px; font-size: 17px !important; }
    #d21-app .d21-phone-note { grid-template-columns: 34px minmax(0, 1fr); padding: 13px 14px; margin-bottom: 16px; }
    #d21-app .d21-phone-note__icon { width: 32px; height: 32px; }
    #d21-app .d21-phone-note p { font-size: 13px; }
    #d21-app .d21-faq { padding-block: 58px; }
    #d21-app .d21-faq__intro h2 { font-size: clamp(40px, 12vw, 53px); }
    #d21-app .d21-faq__item summary { padding-block: 19px; padding-right: 40px; font-size: 16px; }
    #d21-app .d21-faq__answer { padding: 0 8px 20px 0; }
    #d21-app .d21-faq__answer p { font-size: 15px; line-height: 1.58; }
}

@media (prefers-reduced-motion: reduce) {
    #d21-app *, #d21-app *::before, #d21-app *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* V5 responsive header/hero. No fixed height or absolute text on phones. */
@media (min-width: 1600px) {
    #d21-app .d21-hero__grid { min-height: 710px; padding-block: 50px 36px; }
}
@media (min-width: 960px) and (max-width: 1199px) {
    #d21-app .d21-header__inner { gap: 18px; }
    #d21-app .d21-nav { gap: 17px; }
    #d21-app .d21-nav__section { font-size: 11px; }
    #d21-app .d21-hero__grid { min-height: 610px; padding-block: 40px 28px; row-gap: 15px; }
    #d21-app .d21-hero__note { width: min(330px, 100%); }
    #d21-app .d21-ribbon { font-size: 15px; }
    #d21-app .d21-meta--hero > span { font-size: 14px; }
}
@media (max-width: 959px) {
    #d21-app { --d21-header-height: 80px; }
    #d21-app .d21-header__inner { min-height: 80px; gap: 18px; }
    #d21-app .d21-menu-toggle { display: flex; }
    #d21-app .d21-nav {
        display: none; position: absolute; top: 100%; inset-inline: 0;
        flex-direction: column; align-items: stretch; gap: 0;
        max-height: calc(100dvh - var(--d21-header-height) - var(--d21-admin-offset));
        overflow-y: auto; padding: 8px 32px 16px; background: #f7fbfd;
        border-bottom: 1px solid var(--d21-rule); box-shadow: 0 9px 15px rgba(11,32,86,.08);
    }
    #d21-app .d21-nav[data-open="true"] { display: flex; }
    #d21-app .d21-nav__section { display: block; min-height: 44px; padding: 13px 0; font-size: 12px; }
    #d21-app .d21-nav__section + .d21-nav__section { border-top: 1px solid var(--d21-rule); }
    #d21-app .d21-hero { display: grid; grid-template-columns: minmax(0, 1fr); background: linear-gradient(125deg, #fffdf7, #f0f8fc); }
    #d21-app .d21-hero::before { display: none; }
    #d21-app .d21-hero__grid { display: contents; }
    #d21-app .d21-hero__copy {
        grid-row: 1; grid-column: 1; width: calc(100% - 64px); max-width: 620px;
        margin-inline: auto; padding-block: 36px 30px;
    }
    #d21-app .d21-title { font-size: clamp(30px, 7.8vw, 60px); font-size: clamp(30px, 10.25cqi, 60px); }
    #d21-app .d21-hero__lead { font-size: 20px; }
    #d21-app .d21-hero__photo { position: relative; inset: auto; z-index: auto; grid-column: 1; grid-row: 2; width: 100%; aspect-ratio: 1.7; }
    #d21-app .d21-hero__photo > img { position: absolute; inset: 0; object-position: 50% 14%; }
    #d21-app .d21-hero__note {
        grid-column: 1; grid-row: 3; width: 100%; max-width: none;
        padding: 8px 24px 20px; justify-items: center; background: #fff9ed;
    }
    #d21-app .d21-hero__note > img { max-width: 440px; }
    #d21-app .d21-hero__note > figcaption { font-size: 16px; }
}
@media (max-width: 699px) {
    #d21-app { --d21-header-height: 72px; }
    #d21-app .d21-header__inner { min-height: 72px; gap: 10px; }
    #d21-app .d21-header .d21-brand img { width: clamp(112px, 32vw, 156px); }
    #d21-app .d21-header__actions { gap: 8px; }
    #d21-app .d21-header .d21-button--small { min-height: 42px; padding: 10px 13px; font-size: 10px; }
    #d21-app .d21-nav { padding-inline: 20px; }
    #d21-app .d21-hero__copy { width: calc(100% - 40px); max-width: 510px; padding-block: 28px 28px; }
    #d21-app .d21-title { font-size: clamp(28px, 9.3vw, 52px); font-size: clamp(28px, 10.1cqi, 52px); line-height: 1.04; letter-spacing: -.04em; -webkit-text-stroke: .4px currentColor; }
    #d21-app .d21-title__last::after { height: 4px; bottom: -9px; }
    #d21-app .d21-hero__lead { font-size: 18px; max-width: 380px; margin-bottom: 18px; }
    #d21-app .d21-ribbon { font-size: clamp(12px, 3.7vw, 16px); padding: 8px 10px; margin-bottom: 18px; }
    #d21-app .d21-meta--hero { gap: 10px 17px; margin-bottom: 21px; }
    #d21-app .d21-meta--hero > span { font-size: 13px; }
    #d21-app .d21-meta--hero > span + span { padding-left: 0; border: 0; }
    #d21-app .d21-meta--hero .d21-icon { width: 21px; height: 21px; min-width: 21px; flex-basis: 21px; }
    #d21-app .d21-button--hero { width: 100%; }
    #d21-app .d21-hero__photo { aspect-ratio: 1.23; }
    #d21-app .d21-hero__photo > img { object-position: 50% 8%; }
    #d21-app .d21-hero__note { padding: 8px 20px 18px; }
}
@media (max-width: 359px) {
    #d21-app .d21-header .d21-brand img { width: 106px; }
    #d21-app .d21-header .d21-button--small { padding-inline: 10px; font-size: 9px; }
    #d21-app .d21-header__actions { gap: 6px; }
    #d21-app .d21-hero__copy { width: calc(100% - 32px); }
    #d21-app .d21-title { font-size: 29px; }
    #d21-app .d21-meta--hero { gap: 10px 13px; }
}
