:root {
    --wizard-ink: #0a2940;
    --wizard-green: #109fd8;
    --wizard-green-dark: #087fab;
    --wizard-mint: #eaf7fc;
    --wizard-lime: #65cff1;
    --wizard-paper: #f4f8fb;
    --wizard-line: #dce8f0;
    --wizard-muted: #526d7e;
}

.wizard-page {
    color: var(--wizard-ink);
    background: var(--wizard-paper);
    font-family: "Manrope", sans-serif;
}

.wizard-page h1,
.wizard-page h2,
.wizard-page h3,
.wizard-page p {
    margin-top: 0;
}

.wizard-hero {
    position: relative;
    overflow: hidden;
    padding: 96px 0 76px;
    color: #fff;
    background: linear-gradient(125deg, #071b2c 0%, #0b3d5e 100%);
}

.wizard-hero::after {
    position: absolute;
    right: -15%;
    bottom: -70%;
    width: 720px;
    height: 720px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(32, 175, 228, .3), rgba(7, 27, 44, 0) 68%);
    pointer-events: none;
}

.wizard-hero-grid {
    position: absolute;
    inset: 0;
    opacity: .12;
    background-image: linear-gradient(rgba(255,255,255,.14) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.14) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: linear-gradient(90deg, #000, transparent 80%);
    pointer-events: none;
}

.wizard-hero-row {
    display: flex;
    align-items: center;
}

.wizard-eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 22px;
    color: #bcecff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.wizard-eyebrow span {
    width: 42px;
    height: 2px;
    background: var(--wizard-lime);
}

.wizard-hero h1 {
    max-width: 760px;
    margin-bottom: 23px;
    color: #fff;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -2.5px;
}

.wizard-hero h1 em {
    color: var(--wizard-lime);
    font-style: normal;
}

.wizard-hero-copy {
    max-width: 660px;
    margin-bottom: 25px;
    color: #c2d3de;
    font-size: 17px;
    line-height: 1.75;
}

.wizard-hero-notes {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    color: #edf7fb;
    font-size: 13px;
    font-weight: 700;
}

.wizard-hero-notes i {
    margin-right: 7px;
    color: var(--wizard-lime);
}

.wizard-orbit {
    position: relative;
    width: 330px;
    height: 330px;
    margin-left: auto;
}

.wizard-orbit-ring {
    position: absolute;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
}

.ring-one { inset: 23px; }
.ring-two { inset: 71px; border-style: dashed; }

.wizard-orbit-core {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 116px;
    height: 116px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(255,255,255,.3);
    border-radius: 50%;
    color: var(--wizard-ink);
    background: var(--wizard-lime);
    box-shadow: 0 0 0 16px rgba(200,228,92,.08);
    text-decoration: none;
    cursor: pointer;
    z-index: 2;
}

.wizard-orbit-core:hover,
.wizard-orbit-core:focus {
    color: var(--wizard-ink);
    text-decoration: none;
    box-shadow: 0 0 0 16px rgba(200,228,92,.14), 0 8px 24px rgba(0,0,0,.16);
}

.wizard-orbit-core:focus-visible {
    outline: 3px solid rgba(255,255,255,.85);
    outline-offset: 5px;
}

.wizard-orbit-core i { font-size: 37px; }
.wizard-orbit-core small { margin-top: 6px; font-size: 10px; font-weight: 800; letter-spacing: 2px; }

.orbit-node {
    position: absolute;
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    color: #fff;
    background: rgba(8, 127, 171, .86);
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
    font-size: 19px;
}

.node-one { top: 10px; left: 139px; }
.node-two { right: 14px; bottom: 61px; }
.node-three { bottom: 45px; left: 25px; }

.wizard-workspace {
    padding: 76px 0 84px;
    background: var(--wizard-paper);
    scroll-margin-top: 80px;
}

.wizard-shell {
    display: grid;
    overflow: hidden;
    grid-template-columns: 285px minmax(0, 1fr);
    border: 1px solid var(--wizard-line);
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(7, 35, 56, .11);
}

.wizard-sidebar {
    padding: 42px 30px;
    color: #fff;
    background: var(--wizard-green-dark);
}

.wizard-sidebar-label {
    margin-bottom: 28px;
    color: #bcecff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.wizard-steps {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wizard-steps li {
    position: relative;
    display: flex;
    min-height: 82px;
    gap: 14px;
    opacity: .52;
}

.wizard-steps li:not(:last-child)::after {
    position: absolute;
    top: 34px;
    bottom: 4px;
    left: 16px;
    width: 1px;
    content: "";
    background: rgba(255,255,255,.22);
}

.wizard-steps li.active,
.wizard-steps li.complete { opacity: 1; }

.wizard-steps li > span {
    position: relative;
    z-index: 1;
    display: flex;
    width: 33px;
    height: 33px;
    flex: 0 0 33px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 800;
}

.wizard-steps li.active > span,
.wizard-steps li.complete > span {
    border-color: var(--wizard-lime);
    color: var(--wizard-ink);
    background: var(--wizard-lime);
}

.wizard-steps b { display: block; margin: 5px 0 3px; font-size: 13px; }
.wizard-steps small { display: block; color: #c2d3de; font-size: 11px; line-height: 1.5; }

.wizard-help {
    display: flex;
    gap: 12px;
    margin-top: 32px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,.15);
}

.wizard-help > i { margin-top: 3px; color: var(--wizard-lime); font-size: 20px; }
.wizard-help small { display: block; margin-bottom: 5px; color: #bcecff; font-size: 11px; }
.wizard-help > div > a:not(.wizard-whatsapp) { display: block; color: #fff; font-size: 14px; font-weight: 800; }

.wizard-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 11px;
    padding: 8px 10px;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 4px;
    color: #fff !important;
    background: rgba(37, 211, 102, .2);
    font-size: 11px !important;
    font-weight: 800;
    transition: background .18s ease, border-color .18s ease;
}

.wizard-whatsapp:hover,
.wizard-whatsapp:focus {
    border-color: #25d366;
    color: #fff !important;
    background: #25d366;
    text-decoration: none;
    outline: none;
}

.wizard-whatsapp i { font-size: 15px; }

.wizard-main {
    min-height: 620px;
    padding: 42px 50px 34px;
}

.wizard-progress-copy {
    display: flex;
    justify-content: space-between;
    margin-bottom: 9px;
    color: var(--wizard-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.wizard-progress-copy b { color: var(--wizard-green); }

.wizard-progress {
    overflow: hidden;
    height: 5px;
    border-radius: 5px;
    background: #e8f0f5;
}

.wizard-progress span {
    display: block;
    width: 34%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--wizard-green), var(--wizard-lime));
    transition: width .3s ease;
}

.wizard-stage {
    min-height: 450px;
    padding: 46px 0 25px;
}

.wizard-question-kicker,
.wizard-result-kicker {
    margin-bottom: 12px;
    color: var(--wizard-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.wizard-question-title,
.wizard-result-title {
    max-width: 760px;
    margin-bottom: 12px;
    color: var(--wizard-ink);
    font-size: 31px;
    font-weight: 800;
    line-height: 1.24;
    letter-spacing: -.7px;
}

.wizard-question-title:focus,
.wizard-result-title:focus {
    outline: none;
}

.wizard-question-copy,
.wizard-result-copy {
    max-width: 720px;
    margin-bottom: 27px;
    color: var(--wizard-muted);
    font-size: 16px;
    line-height: 1.7;
}

.wizard-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.wizard-option {
    position: relative;
    display: grid;
    min-height: 106px;
    padding: 20px 42px 18px 69px;
    border: 1px solid var(--wizard-line);
    border-radius: 4px;
    text-align: left;
    color: var(--wizard-ink);
    background: #fff;
    cursor: pointer;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.wizard-option:hover,
.wizard-option:focus {
    outline: none;
    border-color: var(--wizard-green);
    box-shadow: 0 10px 25px rgba(20,122,85,.1);
    transform: translateY(-2px);
}

.wizard-option-icon {
    position: absolute;
    top: 20px;
    left: 18px;
    display: flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--wizard-green-dark);
    background: var(--wizard-mint);
    font-size: 16px;
}

.wizard-option b { align-self: end; margin-bottom: 6px; font-size: 15px; line-height: 1.4; }
.wizard-option small { color: var(--wizard-muted); font-size: 12px; line-height: 1.55; }
.wizard-option > i { position: absolute; top: 45px; right: 17px; color: #9eada7; font-size: 11px; }

.wizard-controls {
    display: flex;
    min-height: 35px;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #edf3f6;
}

.wizard-controls button {
    padding: 6px 0;
    border: 0;
    color: var(--wizard-muted);
    background: transparent;
    font-size: 12px;
    font-weight: 800;
}

.wizard-controls button:hover,
.wizard-controls button:focus { color: var(--wizard-green); outline: none; }
.wizard-controls i { margin-right: 6px; }
.wizard-back[hidden] { display: block; visibility: hidden; }
.wizard-reset { margin-left: auto; }

.wizard-result-head {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 20px;
}

.wizard-result-icon {
    display: flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--wizard-green-dark);
    background: var(--wizard-lime);
    font-size: 27px;
}

.wizard-result-body {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 28px;
    margin-top: 23px;
    padding: 24px;
    border-left: 4px solid var(--wizard-green);
    background: #f1f7fb;
}

.wizard-result-body h3 {
    margin-bottom: 13px;
    color: var(--wizard-ink);
    font-size: 14px;
    font-weight: 800;
}

.wizard-checklist { margin: 0; padding: 0; list-style: none; }
.wizard-checklist li { position: relative; margin-bottom: 10px; padding-left: 22px; color: #526d7e; font-size: 12px; line-height: 1.55; }
.wizard-checklist i { position: absolute; top: 3px; left: 0; color: var(--wizard-green); }

.wizard-result-actions { display: flex; justify-content: center; flex-direction: column; gap: 9px; }
.wizard-result-actions a { display: block; padding: 13px 17px; border: 1px solid var(--wizard-green); border-radius: 3px; text-align: center; font-size: 11px; font-weight: 800; transition: all .18s ease; }
.wizard-result-actions .primary { color: #fff; background: var(--wizard-green); }
.wizard-result-actions .primary:hover { color: #fff; background: var(--wizard-green-dark); }
.wizard-result-actions .secondary { color: var(--wizard-green-dark); background: transparent; }
.wizard-result-actions .secondary:hover { color: #fff; background: var(--wizard-green-dark); }

.wizard-disclaimer {
    max-width: 860px;
    margin: 20px auto 0;
    text-align: center;
    color: #678090;
    font-size: 11px;
    line-height: 1.65;
}

.wizard-disclaimer i { margin-right: 5px; color: var(--wizard-green); }

.wizard-noscript { padding: 30px; border: 1px solid var(--wizard-line); background: #f5f9fc; }
.wizard-noscript h2 { font-size: 22px; }
.wizard-noscript a { display: inline-block; margin: 10px 14px 0 0; color: var(--wizard-green); font-weight: 700; }

@media (max-width: 991px) {
    .wizard-hero { padding: 75px 0 64px; }
    .wizard-hero-row { display: block; }
    .wizard-shell { grid-template-columns: 220px minmax(0, 1fr); }
    .wizard-sidebar { padding: 34px 23px; }
    .wizard-main { padding: 36px 34px 30px; }
    .wizard-result-body { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
    .wizard-hero { padding: 58px 0 52px; }
    .wizard-hero h1 { font-size: 39px; letter-spacing: -1.6px; }
    .wizard-hero-copy { font-size: 15px; }
    .wizard-workspace { padding: 38px 0 55px; }
    .wizard-shell { display: block; }
    .wizard-sidebar { padding: 22px 20px; }
    .wizard-sidebar-label,
    .wizard-help { display: none; }
    .wizard-steps { display: flex; }
    .wizard-steps li { min-height: auto; flex: 1; align-items: center; gap: 7px; opacity: .5; }
    .wizard-steps li:not(:last-child)::after { display: none; }
    .wizard-steps li > span { width: 27px; height: 27px; flex-basis: 27px; }
    .wizard-steps b { margin: 0; font-size: 9px; }
    .wizard-steps small { display: none; }
    .wizard-whatsapp { font-size: 10px !important; }
    .wizard-main { min-height: 600px; padding: 28px 20px 22px; }
    .wizard-stage { min-height: 460px; padding-top: 32px; }
    .wizard-question-title,
    .wizard-result-title { font-size: 24px; }
    .wizard-options { grid-template-columns: 1fr; }
    .wizard-option { min-height: 95px; }
    .wizard-result-head { grid-template-columns: 52px minmax(0, 1fr); gap: 13px; }
    .wizard-result-icon { width: 50px; height: 50px; font-size: 20px; }
    .wizard-result-body { padding: 20px; }
}

@media (prefers-reduced-motion: reduce) {
    .wizard-progress span,
    .wizard-option { transition: none; }
}
