:root {
    --cd-navy: #06182d;
    --cd-navy-2: #0b2645;
    --cd-ink: #10243c;
    --cd-blue: #1f5f91;
    --cd-amber: #f3ad3d;
    --cd-amber-2: #ffd477;
    --cd-sky: #edf5fb;
    --cd-line: #dbe5ed;
    --cd-muted: #66778b;
    --cd-white: #fff;
}

html { scroll-behavior: smooth; }
body.en-inner-page-lp { background: #f6f9fb; }
.crm-diagnostic { color: var(--cd-ink); font-family: Roboto, sans-serif; overflow: hidden; }
.crm-diagnostic * { box-sizing: border-box; }
.cd-shell { width: min(1160px, calc(100% - 48px)); margin: 0 auto; }
.cd-header { height: 82px; padding: 0 max(24px, calc((100% - 1160px) / 2)); display: flex; align-items: center; justify-content: space-between; background: var(--cd-navy); border-bottom: 1px solid rgba(255,255,255,.1); }
.cd-brand { color: white; display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.cd-brand:hover { color: white; text-decoration: none; }
.cd-brand__mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(243,173,61,.75); border-radius: 9px; color: var(--cd-amber); font-size: .78rem; font-weight: 900; letter-spacing: .04em; }
.cd-brand > span:last-child { display: flex; flex-direction: column; line-height: 1.08; }
.cd-brand strong { font-size: .96rem; letter-spacing: .02em; }
.cd-brand small { margin-top: 5px; color: rgba(255,255,255,.55); font-size: .66rem; text-transform: uppercase; letter-spacing: .15em; }
.cd-header__back { color: rgba(255,255,255,.72); font-size: .86rem; font-weight: 700; text-decoration: none; }
.cd-header__back i { margin-right: 8px; color: var(--cd-amber); }
.cd-header__back:hover { color: white; text-decoration: none; }

.cd-hero { min-height: 680px; display: flex; align-items: center; position: relative; background: radial-gradient(circle at 72% 45%, rgba(31,95,145,.3), transparent 33%), linear-gradient(135deg, #06182d 0%, #071f3b 62%, #0b2a4b 100%); color: white; padding: 72px 0 86px; }
.cd-hero::after { content: ''; position: absolute; inset: 0; opacity: .15; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(90deg, transparent, #000 50%, transparent); }
.cd-orbit { position: absolute; border: 1px solid rgba(243,173,61,.13); border-radius: 50%; pointer-events: none; }
.cd-orbit--one { width: 620px; height: 620px; right: -170px; top: -240px; }
.cd-orbit--two { width: 420px; height: 420px; left: -250px; bottom: -250px; }
.cd-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; gap: 86px; align-items: center; }
.cd-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--cd-amber-2); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.cd-kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--cd-amber); box-shadow: 0 0 0 6px rgba(243,173,61,.12); }
.cd-hero h1 { max-width: 650px; margin: 22px 0; color: white; font-family: 'Roboto Slab', serif; font-size: clamp(2.7rem, 4.4vw, 4.55rem); font-weight: 700; line-height: .98; letter-spacing: -.055em; }
.cd-hero h1 em { color: var(--cd-amber-2); font-style: normal; }
.cd-hero__copy > p { max-width: 630px; margin: 0 0 32px; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.7; }
.cd-button { min-height: 52px; border: 0; border-radius: 8px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; cursor: pointer; font-size: .92rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.cd-button:hover { text-decoration: none; transform: translateY(-2px); }
.cd-button--primary { color: #10243c; background: linear-gradient(135deg, var(--cd-amber-2), var(--cd-amber)); box-shadow: 0 12px 26px rgba(243,173,61,.18); }
.cd-button--primary:hover { color: #10243c; box-shadow: 0 15px 34px rgba(243,173,61,.28); }
.cd-button--quiet { color: var(--cd-muted); background: #edf2f6; }
.cd-button--quiet:hover { color: var(--cd-ink); }
.cd-button:disabled { cursor: not-allowed; opacity: .42; transform: none; }
.cd-hero__meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 25px; color: rgba(255,255,255,.62); font-size: .8rem; }
.cd-hero__meta i { margin-right: 6px; color: var(--cd-amber); }

.cd-scan { position: relative; background: rgba(6,24,45,.78); border: 1px solid rgba(255,255,255,.13); border-radius: 18px; padding: 25px; box-shadow: 0 30px 80px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.cd-scan::before { content: ''; position: absolute; inset: 10px; border: 1px solid rgba(243,173,61,.07); border-radius: 13px; pointer-events: none; }
.cd-scan__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.48); font-size: .67rem; letter-spacing: .18em; }
.cd-scan__head b { padding: 6px 9px; border-radius: 99px; color: var(--cd-amber-2); background: rgba(243,173,61,.1); font-size: .65rem; letter-spacing: .07em; text-transform: uppercase; }
.cd-scan__score { display: grid; grid-template-columns: 116px 1fr; gap: 21px; align-items: center; padding: 26px 0 22px; }
.cd-scan__ring { width: 112px; height: 112px; border-radius: 50%; display: grid; place-content: center; text-align: center; background: radial-gradient(circle at center, #0a2441 59%, transparent 61%), conic-gradient(var(--cd-amber) 0 72%, rgba(255,255,255,.09) 72% 100%); }
.cd-scan__ring span { color: white; font: 700 2.5rem/1 'Roboto Slab', serif; }
.cd-scan__ring small { margin-top: 3px; color: rgba(255,255,255,.46); font-size: .66rem; }
.cd-scan__score > div:last-child small { color: var(--cd-amber); font-size: .63rem; font-weight: 800; letter-spacing: .15em; }
.cd-scan__score strong { display: block; margin-top: 5px; color: white; font: 700 1.45rem 'Roboto Slab', serif; }
.cd-scan__score p { margin: 8px 0 0; color: rgba(255,255,255,.52); font-size: .78rem; line-height: 1.5; }
.cd-scan__lines { display: grid; gap: 13px; }
.cd-scan__lines > div { display: grid; grid-template-columns: 135px 1fr; gap: 13px; align-items: center; }
.cd-scan__lines span { color: rgba(255,255,255,.7); font-size: .76rem; }
.cd-scan__lines span i { width: 20px; color: var(--cd-amber); }
.cd-scan__lines b { height: 5px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.08); }
.cd-scan__lines b::after { content: ''; display: block; width: var(--level); height: 100%; background: linear-gradient(90deg, var(--cd-blue), var(--cd-amber)); }
.cd-scan__pulse { margin-top: 23px; border-radius: 9px; padding: 12px 14px; color: rgba(255,255,255,.63); background: rgba(31,95,145,.2); font-size: .72rem; }
.cd-scan__pulse i { margin-right: 8px; color: var(--cd-amber-2); }

.cd-map { padding: 92px 0 98px; background: white; }
.cd-section-heading { max-width: 710px; margin: 0 auto 45px; text-align: center; }
.cd-section-heading > span, .cd-assessment__intro > span { color: var(--cd-blue); font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.cd-section-heading h2, .cd-assessment__intro h2 { margin: 10px 0 13px; color: var(--cd-navy); font: 700 clamp(2rem, 3.2vw, 3.1rem)/1.08 'Roboto Slab', serif; letter-spacing: -.035em; }
.cd-section-heading p, .cd-assessment__intro p { margin: 0; color: var(--cd-muted); font-size: 1rem; line-height: 1.65; }
.cd-map__grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--cd-line); border-radius: 16px; overflow: hidden; }
.cd-map__grid article { position: relative; min-height: 242px; padding: 28px 24px; background: white; border-right: 1px solid var(--cd-line); }
.cd-map__grid article:last-child { border-right: 0; }
.cd-map__grid article::after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: var(--cd-amber); transform: scaleX(0); transform-origin: left; transition: transform .3s ease; }
.cd-map__grid article:hover::after { transform: scaleX(1); }
.cd-map__grid article > b { position: absolute; right: 18px; top: 15px; color: #dfe7ed; font: 700 2rem 'Roboto Slab', serif; }
.cd-map__grid article > i { width: 47px; height: 47px; display: grid; place-items: center; margin-bottom: 37px; border-radius: 11px; color: var(--cd-blue); background: var(--cd-sky); font-size: 1.05rem; }
.cd-map__grid h3 { margin: 0 0 9px; color: var(--cd-navy); font: 700 1.12rem 'Roboto Slab', serif; }
.cd-map__grid p { margin: 0; color: var(--cd-muted); font-size: .83rem; line-height: 1.55; }

.cd-assessment { padding: 95px 0 105px; background: #f2f6f9; }
.cd-assessment__intro { max-width: 720px; margin: 0 auto 38px; text-align: center; }
.cd-quiz, .cd-result { max-width: 850px; margin: 0 auto; border: 1px solid var(--cd-line); border-radius: 18px; overflow: hidden; background: white; box-shadow: 0 24px 65px rgba(16,36,60,.08); }
.cd-progress { padding: 18px 28px; background: var(--cd-navy); }
.cd-progress__top { display: flex; justify-content: space-between; margin-bottom: 10px; color: var(--cd-amber-2); font-size: .71rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.cd-progress__top b { color: rgba(255,255,255,.63); }
.cd-progress__track { height: 5px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.1); }
.cd-progress__track i { display: block; width: 10%; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--cd-amber), var(--cd-amber-2)); transition: width .35s ease; }
.cd-quiz__body { min-height: 520px; padding: 47px 52px 35px; }
.cd-question { animation: cd-enter .28s ease both; }
@keyframes cd-enter { from { opacity: 0; transform: translateY(7px); } }
.cd-question__icon { width: 53px; height: 53px; display: grid; place-items: center; float: right; border-radius: 13px; color: var(--cd-blue); background: var(--cd-sky); font-size: 1.1rem; }
.cd-question__number { color: var(--cd-blue); font-size: .7rem; font-weight: 900; letter-spacing: .17em; }
.cd-question h3 { max-width: 670px; margin: 10px 72px 9px 0; color: var(--cd-navy); font: 700 1.65rem/1.2 'Roboto Slab', serif; letter-spacing: -.025em; }
.cd-question > p { max-width: 650px; margin: 0 0 25px; color: var(--cd-muted); font-size: .88rem; line-height: 1.55; }
.cd-options { display: grid; gap: 10px; margin: 0; padding: 0; border: 0; }
.cd-option { min-height: 67px; margin: 0; padding: 12px 15px; display: grid; grid-template-columns: 36px 1fr 25px; gap: 13px; align-items: center; border: 1px solid var(--cd-line); border-radius: 10px; color: #415268; cursor: pointer; font-size: .88rem; font-weight: 500; line-height: 1.4; transition: border-color .18s ease, background .18s ease, transform .18s ease; }
.cd-option:hover { border-color: #a8c2d8; background: #fbfdff; transform: translateX(3px); }
.cd-option input { position: absolute; opacity: 0; pointer-events: none; }
.cd-option__marker { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--cd-line); border-radius: 8px; color: var(--cd-muted); background: #f5f8fa; font-size: .73rem; font-weight: 900; }
.cd-option > i { opacity: 0; color: var(--cd-blue); }
.cd-option.is-selected { border-color: var(--cd-blue); color: var(--cd-ink); background: #f0f7fc; box-shadow: 0 0 0 1px var(--cd-blue); }
.cd-option.is-selected .cd-option__marker { border-color: var(--cd-blue); color: white; background: var(--cd-blue); }
.cd-option.is-selected > i { opacity: 1; }
.cd-option:has(input:focus-visible) { outline: 3px solid rgba(31,95,145,.22); outline-offset: 2px; }
.cd-quiz__footer { min-height: 86px; padding: 16px 28px; display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; border-top: 1px solid var(--cd-line); background: #fbfcfd; }
.cd-quiz__footer p { margin: 0; color: #b34338; font-size: .78rem; text-align: center; }

.cd-result { max-width: 960px; }
.cd-result__hero { min-height: 255px; padding: 40px 50px; display: grid; grid-template-columns: 160px 1fr; gap: 36px; align-items: center; color: white; background: radial-gradient(circle at 10% 0, rgba(31,95,145,.5), transparent 30%), var(--cd-navy); }
.cd-result__gauge { width: 152px; height: 152px; display: grid; place-content: center; text-align: center; border-radius: 50%; background: radial-gradient(circle, var(--cd-navy) 58%, transparent 60%), conic-gradient(var(--cd-amber) 0 72%, rgba(255,255,255,.1) 72%); }
.cd-result__gauge strong { color: white; font: 700 3rem/1 'Roboto Slab', serif; }
.cd-result__gauge span { color: rgba(255,255,255,.55); font-size: .72rem; }
.cd-result__label { color: var(--cd-amber-2); font-size: .67rem; font-weight: 900; letter-spacing: .17em; }
.cd-result__hero h2 { margin: 7px 0 10px; color: white; font: 700 2.3rem/1.1 'Roboto Slab', serif; }
.cd-result__hero p { max-width: 600px; margin: 0; color: rgba(255,255,255,.66); font-size: .9rem; line-height: 1.6; }
.cd-result__grid { display: grid; grid-template-columns: 1fr 1fr; }
.cd-result__dimensions, .cd-result__priorities { padding: 38px 42px; }
.cd-result__dimensions { border-right: 1px solid var(--cd-line); }
.cd-result__grid h3 { margin: 0 0 25px; color: var(--cd-navy); font: 700 1.35rem 'Roboto Slab', serif; }
.cd-dimension { margin-bottom: 16px; }
.cd-dimension > div { display: flex; justify-content: space-between; margin-bottom: 6px; color: var(--cd-muted); font-size: .76rem; }
.cd-dimension > div b { color: var(--cd-ink); }
.cd-dimension > i { height: 6px; display: block; overflow: hidden; border-radius: 99px; background: #e7edf2; }
.cd-dimension > i em { display: block; height: 100%; border-radius: 99px; background: linear-gradient(90deg, var(--cd-blue), #4d8bb8); }
.cd-result__priorities > span { color: var(--cd-blue); font-size: .66rem; font-weight: 900; letter-spacing: .16em; }
.cd-result__priorities h3 { margin-top: 6px; }
.cd-result__priorities ol { display: grid; gap: 15px; margin: 0; padding: 0; list-style: none; }
.cd-result__priorities li { display: grid; grid-template-columns: 33px 1fr; gap: 11px; align-items: start; color: #536579; font-size: .79rem; line-height: 1.45; }
.cd-result__priorities li b { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 8px; color: var(--cd-blue); background: var(--cd-sky); font-size: .67rem; }
.cd-result__next { padding: 30px 42px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid var(--cd-line); background: #f7fafc; }
.cd-result__next > div > span { color: var(--cd-blue); font-size: .66rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.cd-result__next h3 { margin: 5px 0; color: var(--cd-navy); font: 700 1.18rem 'Roboto Slab', serif; }
.cd-result__next p { max-width: 560px; margin: 0; color: var(--cd-muted); font-size: .78rem; }
.cd-result__next .cd-button { flex: 0 0 auto; }

.cd-contact { max-width: 760px; margin: 45px auto 0; padding: 8px; border-radius: 18px; background: white; box-shadow: 0 20px 55px rgba(16,36,60,.08); }
.cd-contact .brevo-embed { margin: 0; }
.cd-footer { padding: 24px 0; color: rgba(255,255,255,.55); background: var(--cd-navy); font-size: .74rem; }
.cd-footer .cd-shell { display: flex; justify-content: space-between; gap: 20px; }
.cd-footer a { color: rgba(255,255,255,.7); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
[hidden] { display: none !important; }

@media (max-width: 991.98px) {
    .cd-hero { min-height: auto; }
    .cd-hero__grid { grid-template-columns: 1fr; gap: 55px; }
    .cd-hero__copy { max-width: 760px; }
    .cd-scan { max-width: 620px; }
    .cd-map__grid { grid-template-columns: repeat(2, 1fr); }
    .cd-map__grid article { min-height: 210px; border-bottom: 1px solid var(--cd-line); }
    .cd-map__grid article:nth-child(2n) { border-right: 0; }
    .cd-map__grid article:last-child { grid-column: 1 / -1; border-bottom: 0; }
}

@media (max-width: 767.98px) {
    body.en-inner-page-lp .cd-shell { width: min(100% - 32px, 1160px); padding: 0; }
    .cd-header { height: 72px; padding: 0 16px; }
    .cd-header__back { font-size: 0; }
    .cd-header__back i { margin: 0; font-size: 1rem; }
    .cd-hero { padding: 58px 0 67px; }
    .cd-hero h1 { font-size: clamp(2.45rem, 12vw, 3.55rem); }
    .cd-hero__copy > p { font-size: .98rem; }
    .cd-hero__meta { display: grid; gap: 10px; }
    .cd-scan { padding: 20px; }
    .cd-scan__score { grid-template-columns: 95px 1fr; }
    .cd-scan__ring { width: 92px; height: 92px; }
    .cd-scan__lines > div { grid-template-columns: 122px 1fr; }
    .cd-map, .cd-assessment { padding: 70px 0; }
    .cd-map__grid { grid-template-columns: 1fr; }
    .cd-map__grid article, .cd-map__grid article:nth-child(2n) { min-height: 178px; border-right: 0; border-bottom: 1px solid var(--cd-line); }
    .cd-map__grid article:last-child { grid-column: auto; }
    .cd-map__grid article > i { margin-bottom: 24px; }
    .cd-quiz__body { min-height: 530px; padding: 32px 22px 25px; }
    .cd-question__icon { width: 44px; height: 44px; }
    .cd-question h3 { margin-right: 48px; font-size: 1.35rem; }
    .cd-option { min-height: 72px; grid-template-columns: 32px 1fr 18px; gap: 10px; padding: 10px 11px; font-size: .8rem; }
    .cd-option__marker { width: 31px; height: 31px; }
    .cd-quiz__footer { grid-template-columns: auto auto; gap: 10px; padding: 14px; }
    .cd-quiz__footer p { grid-column: 1 / -1; grid-row: 1; min-height: 18px; }
    .cd-quiz__footer .cd-button { min-height: 47px; padding: 0 15px; font-size: .79rem; }
    .cd-result__hero { padding: 35px 25px; grid-template-columns: 1fr; gap: 25px; }
    .cd-result__gauge { width: 126px; height: 126px; }
    .cd-result__hero h2 { font-size: 1.85rem; }
    .cd-result__grid { grid-template-columns: 1fr; }
    .cd-result__dimensions, .cd-result__priorities { padding: 30px 25px; }
    .cd-result__dimensions { border-right: 0; border-bottom: 1px solid var(--cd-line); }
    .cd-result__next { padding: 28px 25px; align-items: stretch; flex-direction: column; }
    .cd-footer .cd-shell { flex-direction: column; }
}

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