.sbx-couples-advisor {
    --sbx-couple-ink: #1a111d;
    --sbx-couple-muted: #746a78;
    --sbx-couple-purple: #78108e;
    --sbx-couple-magenta: #b515b4;
    --sbx-couple-dark: #19091d;
    --sbx-couple-line: #eadbec;
    --sbx-couple-soft: #fbf6fc;
    color: var(--sbx-couple-ink);
}

/* The old Elementor Instagram bubble overlaps choices and was previously
   marked for removal. Keep the useful Instagram sections, not the popup. */
body.sbx-couples-advisor-page #elementor-popup-modal-42157 {
    display: none !important;
}

.sbx-couples-advisor .sbx-couples-hero {
    padding: 22px 0 30px;
    background: radial-gradient(circle at 80% 16%, #ead4ef 0, #faf5fc 28%, #fff 64%);
}

.sbx-couples-hero-shell {
    min-height: 310px;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr);
    align-items: center;
    gap: clamp(28px, 4vw, 54px);
}

.sbx-couples-advisor .sbx-journey-hero-copy h1 {
    max-width: 750px;
    margin: 8px 0 13px;
    font-size: clamp(34px, 3.45vw, 48px);
    font-weight: 790;
    line-height: 1.02;
    letter-spacing: -.045em;
}

.sbx-couples-advisor .sbx-journey-lead {
    max-width: 660px;
    margin-bottom: 17px;
    font-size: clamp(14px, 1.2vw, 16px);
    line-height: 1.48;
}

.sbx-couples-advisor .sbx-journey-microproof { margin-top: 9px; }

.sbx-couples-process {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 23px;
    background: linear-gradient(145deg, #16091a 0%, #321039 52%, #5b1267 100%);
    color: #fff;
    box-shadow: 0 24px 58px rgba(43, 11, 49, .22);
}

.sbx-couples-process::after {
    position: absolute;
    right: -74px;
    top: -82px;
    width: 190px;
    height: 190px;
    border: 34px solid rgba(218, 84, 226, .09);
    border-radius: 50%;
    content: "";
}

.sbx-couples-process > * { position: relative; z-index: 1; }
.sbx-couples-process > p { margin: 0 0 11px; color: #ef9cf2; font-size: 9.5px; font-weight: 850; letter-spacing: .12em; }
.sbx-couples-process ol { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.sbx-couples-process li { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 10px; padding: 9px 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; background: rgba(255,255,255,.06); }
.sbx-couples-process li > b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 10px; background: linear-gradient(135deg, #8c149e, #c117b8); font-size: 12px; }
.sbx-couples-process li strong,
.sbx-couples-process li small { display: block; }
.sbx-couples-process li strong { margin-bottom: 1px; font-size: 12.5px; }
.sbx-couples-process li small { color: rgba(255,255,255,.66); font-size: 10px; line-height: 1.3; }
.sbx-couples-process > a { display: inline-flex; align-items: center; gap: 7px; margin-top: 11px; color: #fff !important; font-size: 10.5px; font-weight: 800; }
.sbx-couples-process > a svg { width: 17px; height: 17px; }

.sbx-couples-advisor + .sbx-mobile-sticky,
.sbx-couples-advisor .sbx-mobile-sticky { z-index: 1000; }
.sbx-couples-guide {
    padding: 42px 0 78px;
    background: #fff;
    scroll-margin-top: 118px;
}

.sbx-couples-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 30px;
    margin-bottom: 30px;
}

.sbx-couples-section-head h2,
.sbx-couples-decisions h2 {
    margin: 7px 0 9px;
    color: var(--sbx-couple-ink);
    font-size: clamp(29px, 3.2vw, 45px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.sbx-couples-section-head > div > span { color: var(--sbx-couple-muted); font-size: 15px; }
.sbx-couples-section-head > p { display: flex; align-items: center; gap: 7px; margin: 0; color: var(--sbx-couple-muted); font-size: 12px; }
.sbx-couples-section-head > p svg { width: 18px; height: 18px; color: var(--sbx-couple-purple); }

.sbx-couples-guide-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(390px, .98fr);
    align-items: start;
    gap: 22px;
}

.sbx-couples-questions {
    display: grid;
    gap: 16px;
}

.sbx-couples-question {
    min-width: 0;
    margin: 0;
    padding: 22px;
    border: 1px solid var(--sbx-couple-line);
    border-radius: 22px;
    background: linear-gradient(145deg, #fff, #fdf9fd);
    box-shadow: 0 12px 34px rgba(48, 20, 55, .06);
}

.sbx-couples-question legend {
    width: 100%;
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 11px;
    margin: 0 0 17px;
    padding: 0;
}

.sbx-couples-question legend > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: #f1ddf5; color: var(--sbx-couple-purple); font-size: 13px; }
.sbx-couples-question legend strong,
.sbx-couples-question legend small { display: block; }
.sbx-couples-question legend strong { margin-bottom: 2px; font-size: 16px; }
.sbx-couples-question legend small { color: var(--sbx-couple-muted); font-size: 12px; font-weight: 450; }

.sbx-couples-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.sbx-couples-choice-grid button,
.sbx-couples-levels button {
    min-width: 0;
    appearance: none;
    cursor: pointer;
    text-align: left;
    transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.sbx-couples-choice-grid button {
    position: relative;
    min-height: 102px;
    display: grid;
    grid-template-columns: 36px 1fr;
    align-content: center;
    column-gap: 10px;
    padding: 14px;
    border: 1px solid #e8dce9;
    border-radius: 16px;
    background: #fff;
    color: var(--sbx-couple-ink);
}

.sbx-couples-choice-grid button > span { grid-row: 1 / span 2; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; background: #f8ebfa; color: var(--sbx-couple-purple); }
.sbx-couples-choice-grid button svg { width: 18px; height: 18px; }
.sbx-couples-choice-grid button b,
.sbx-couples-choice-grid button small { display: block; }
.sbx-couples-choice-grid button b { align-self: end; font-size: 13px; line-height: 1.25; }
.sbx-couples-choice-grid button small { align-self: start; margin-top: 3px; color: var(--sbx-couple-muted); font-size: 10.5px; line-height: 1.35; }
.sbx-couples-choice-grid button:hover { transform: translateY(-2px); border-color: #ca91d3; }
.sbx-couples-choice-grid button.is-active { border-color: #a328b5; background: linear-gradient(145deg, #fff, #faeefa); box-shadow: 0 0 0 2px rgba(142, 20, 159, .1), 0 10px 24px rgba(91, 11, 111, .1); }
.sbx-couples-choice-grid button.is-active::after { position: absolute; right: 10px; top: 10px; width: 9px; height: 9px; border-radius: 50%; background: #ac1bb0; box-shadow: 0 0 0 4px #f5dff6; content: ""; }
.sbx-couples-choice-grid .sbx-couples-choice-wide { grid-column: 1 / -1; min-height: 82px; }

.sbx-couples-levels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
.sbx-couples-levels button { min-height: 76px; padding: 12px 13px; border: 1px solid #e8dce9; border-radius: 14px; background: #fff; color: var(--sbx-couple-ink); }
.sbx-couples-levels button b,
.sbx-couples-levels button small { display: block; }
.sbx-couples-levels button b { margin-bottom: 4px; font-size: 12.5px; }
.sbx-couples-levels button small { color: var(--sbx-couple-muted); font-size: 10px; line-height: 1.3; }
.sbx-couples-levels button:hover { border-color: #ca91d3; }
.sbx-couples-levels button.is-active { border-color: #8f1ba1; background: #f7e8f8; box-shadow: inset 0 0 0 1px rgba(117, 13, 135, .08); }
.sbx-couples-level-question[hidden] { display: none; }

.sbx-couples-result {
    position: sticky;
    top: 110px;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    background: linear-gradient(145deg, #16091a 0%, #301035 58%, #591461 100%);
    color: #fff;
    box-shadow: 0 22px 54px rgba(38, 8, 45, .2);
}

.sbx-couples-result::before { position: absolute; right: -120px; top: -120px; width: 290px; height: 290px; border: 46px solid rgba(214, 57, 215, .08); border-radius: 50%; content: ""; }
.sbx-couples-result > * { position: relative; z-index: 1; }
.sbx-couples-result > p { margin: 0 0 8px; color: #ef9cf2; font-size: 10px; font-weight: 850; letter-spacing: .11em; }
.sbx-couples-result h3 { margin: 0 0 10px; color: #fff; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.08; letter-spacing: -.03em; }
.sbx-couples-result-copy { margin-bottom: 18px; color: rgba(255,255,255,.76); font-size: 13px; line-height: 1.55; }
.sbx-couples-result-items { display: grid; gap: 8px; }
.sbx-couples-result-item { display: grid; grid-template-columns: 1fr auto; column-gap: 12px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.075); color: #fff !important; }
.sbx-couples-result-item small,
.sbx-couples-result-item strong,
.sbx-couples-result-item span { grid-column: 1; display: block; }
.sbx-couples-result-item small { margin-bottom: 2px; color: #ec9bf0; font-size: 8px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.sbx-couples-result-item strong { font-size: 12.5px; line-height: 1.25; }
.sbx-couples-result-item span { margin-top: 3px; color: rgba(255,255,255,.63); font-size: 10px; line-height: 1.35; }
.sbx-couples-result-item b { grid-column: 2; grid-row: 1 / span 3; align-self: center; display: inline-flex; align-items: center; gap: 4px; color: #fff; font-size: 9px; white-space: nowrap; }
.sbx-couples-result-item b svg { width: 14px; height: 14px; }
.sbx-couples-result-item:hover { border-color: rgba(240,153,244,.55); background: rgba(255,255,255,.11); }
.sbx-couples-result-note { margin: 13px 0; padding: 11px 12px; border-radius: 12px; background: rgba(0,0,0,.17); color: rgba(255,255,255,.68); font-size: 10.5px; line-height: 1.4; }
.sbx-couples-result-note strong { color: #fff; }
.sbx-couples-result-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; }
.sbx-couples-result-actions .sbx-brand-btn { min-height: 45px; padding: 10px 14px; font-size: 11px; }
.sbx-couples-result-actions .sbx-brand-btn svg { width: 16px; height: 16px; }
.sbx-couples-result-whatsapp { display: inline-flex; align-items: center; gap: 6px; color: #fff !important; font-size: 10px; font-weight: 800; white-space: nowrap; }
.sbx-couples-result-whatsapp svg { width: 17px; height: 17px; }
.sbx-couples-health-note { display: block; margin-top: 13px; color: rgba(255,255,255,.48); font-size: 8.5px; line-height: 1.35; }

.sbx-couples-decisions { padding: 82px 0; background: linear-gradient(180deg, #fbf7fc, #fff); }
.sbx-couples-decision-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; margin-top: 26px; }
.sbx-couples-decision-grid article { min-width: 0; display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 20px; border: 1px solid var(--sbx-couple-line); border-radius: 18px; background: #fff; box-shadow: 0 10px 26px rgba(50, 20, 58, .055); }
.sbx-couples-decision-grid article > b { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: #f2dff5; color: var(--sbx-couple-purple); font-size: 12px; }
.sbx-couples-decision-grid strong,
.sbx-couples-decision-grid small { display: block; }
.sbx-couples-decision-grid strong { margin: 3px 0 6px; font-size: 13px; }
.sbx-couples-decision-grid small { color: var(--sbx-couple-muted); font-size: 10.5px; line-height: 1.45; }

.sbx-couples-invite { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 20px; margin-top: 18px; padding: 24px 26px; border: 1px solid #ddc5e1; border-radius: 20px; background: linear-gradient(125deg, #fff, #f8eefa); }
.sbx-couples-invite p { margin: 0 0 7px; color: var(--sbx-couple-purple); font-size: 9px; font-weight: 850; letter-spacing: .1em; }
.sbx-couples-invite blockquote { margin: 0; padding: 0; border: 0; color: var(--sbx-couple-ink); font-size: 17px; font-weight: 680; line-height: 1.45; }
.sbx-couples-invite button { min-height: 43px; padding: 10px 16px; border: 1px solid #8f1ba1; border-radius: 12px; background: #fff; color: var(--sbx-couple-purple); font-size: 11px; font-weight: 850; cursor: pointer; }
.sbx-couples-invite button:hover { background: #7c118f; color: #fff; }
.sbx-couples-invite > span { position: absolute; right: 26px; bottom: 5px; color: #208b51; font-size: 9px; }

.sbx-couples-products .sbx-journey-section-head p { max-width: 720px; margin: 8px 0 0; color: var(--sbx-couple-muted); font-size: 13px; line-height: 1.5; }
.sbx-couples-support .sbx-journey-support-card { background: linear-gradient(125deg, #19091d 0%, #60116c 72%, #9f179d 100%); }

@media (max-width: 1024px) {
    .sbx-couples-hero-shell { grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; }
    .sbx-couples-guide-layout { grid-template-columns: 1fr; }
    .sbx-couples-result { position: relative; top: auto; }
    .sbx-couples-decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
    .sbx-couples-advisor .sbx-couples-hero { padding: 11px 0 24px; }
    .sbx-couples-hero-shell { min-height: 0; grid-template-columns: 1fr; gap: 13px; }
    .sbx-couples-advisor .sbx-breadcrumb { margin-bottom: 6px; }
    .sbx-couples-advisor .sbx-journey-hero-copy h1 { margin: 6px 0 10px; font-size: clamp(28px, 8.2vw, 36px); line-height: 1.04; }
    .sbx-couples-advisor .sbx-journey-lead { margin-bottom: 13px; font-size: 12.5px; line-height: 1.45; }
    .sbx-couples-advisor .sbx-brand-actions { grid-template-columns: 1fr 1fr; gap: 7px; }
    .sbx-couples-advisor .sbx-brand-actions .sbx-brand-btn { min-height: 45px; padding: 9px 8px; font-size: 10.5px; }
    .sbx-couples-advisor .sbx-journey-microproof { margin-top: 7px; font-size: 8.8px; }
    .sbx-couples-process { padding: 13px; border-radius: 18px; }
    .sbx-couples-process > p { margin-bottom: 8px; font-size: 8px; }
    .sbx-couples-process ol { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
    .sbx-couples-process li { min-width: 0; display: block; padding: 8px 7px; }
    .sbx-couples-process li > b { width: 26px; height: 26px; margin-bottom: 5px; border-radius: 8px; font-size: 10px; }
    .sbx-couples-process li strong { font-size: 9px; line-height: 1.2; }
    .sbx-couples-process li small { margin-top: 2px; font-size: 7.5px; line-height: 1.2; }
    .sbx-couples-process > a { margin-top: 8px; font-size: 8px; }

    .sbx-couples-guide { padding: 32px 0 52px; scroll-margin-top: 90px; }
    .sbx-couples-section-head { display: block; margin-bottom: 20px; }
    .sbx-couples-section-head h2,
    .sbx-couples-decisions h2 { font-size: 29px; line-height: 1.08; }
    .sbx-couples-section-head > div > span { font-size: 12px; line-height: 1.45; }
    .sbx-couples-section-head > p { margin-top: 9px; font-size: 9px; }
    .sbx-couples-guide-layout { gap: 13px; }
    .sbx-couples-questions { gap: 11px; }
    .sbx-couples-question { padding: 15px; border-radius: 18px; }
    .sbx-couples-question legend { grid-template-columns: 30px 1fr; gap: 9px; margin-bottom: 13px; }
    .sbx-couples-question legend > b { width: 30px; height: 30px; }
    .sbx-couples-question legend strong { font-size: 13px; }
    .sbx-couples-question legend small { font-size: 9.5px; }
    .sbx-couples-choice-grid { gap: 7px; }
    .sbx-couples-choice-grid button { min-height: 96px; display: block; padding: 11px; }
    .sbx-couples-choice-grid button > span { width: 31px; height: 31px; margin-bottom: 7px; }
    .sbx-couples-choice-grid button b { padding-right: 8px; font-size: 11px; }
    .sbx-couples-choice-grid button small { font-size: 8.7px; }
    .sbx-couples-choice-grid .sbx-couples-choice-wide { min-height: 84px; }
    .sbx-couples-levels { display: flex; overflow-x: auto; padding-bottom: 2px; scroll-snap-type: x proximity; scrollbar-width: none; }
    .sbx-couples-levels::-webkit-scrollbar { display: none; }
    .sbx-couples-levels button { flex: 0 0 142px; min-height: 69px; scroll-snap-align: start; }
    .sbx-couples-result { padding: 21px 17px; border-radius: 20px; }
    .sbx-couples-result h3 { font-size: 24px; }
    .sbx-couples-result-copy { font-size: 11.5px; }
    .sbx-couples-result-item { grid-template-columns: 1fr; padding: 12px; }
    .sbx-couples-result-item b { grid-column: 1; grid-row: auto; margin-top: 7px; }
    .sbx-couples-result-actions { grid-template-columns: 1fr; }
    .sbx-couples-result-whatsapp { justify-content: center; min-height: 38px; }

    .sbx-couples-decisions { padding: 56px 0; }
    .sbx-couples-decision-grid { grid-template-columns: 1fr; gap: 8px; margin-top: 18px; }
    .sbx-couples-decision-grid article { padding: 15px; border-radius: 15px; }
    .sbx-couples-invite { grid-template-columns: 1fr; gap: 13px; padding: 19px; }
    .sbx-couples-invite blockquote { font-size: 14px; }
    .sbx-couples-invite button { width: 100%; }
    .sbx-couples-invite > span { position: static; margin-top: -8px; }
    .sbx-couples-products .sbx-journey-section-head p { font-size: 11px; }
}

@media (max-width: 360px) {
    .sbx-couples-advisor .sbx-brand-actions { grid-template-columns: 1fr; }
    .sbx-couples-process li small { display: none; }
    .sbx-couples-choice-grid { grid-template-columns: 1fr; }
    .sbx-couples-choice-grid .sbx-couples-choice-wide { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    .sbx-couples-choice-grid button,
    .sbx-couples-levels button { transition: none; }
    html { scroll-behavior: auto !important; }
}
