:root {
    --black: #05070a;
    --ink: #0a192f;
    --navy: #10233f;
    --panel: #0f1724;
    --panel-2: #131d2b;
    --line-dark: rgba(255,255,255,.1);
    --white: #ffffff;
    --paper: #f4f8f5;
    --paper-2: #e7f0e9;
    --text: #0a192f;
    --muted: #667383;
    --muted-light: #a8b1bd;
    --red: #2f9250;
    --red-bright: #59c36a;
    --red-soft: #eef9f0;
    --blue: #3b9f55;
    --blue-bright: #86db94;
    --green: #59c36a;
    --amber: #f3a71a;
    --purple: #8467e8;
    --radius-sm: 8px;
    --radius: 16px;
    --radius-lg: 26px;
    --shadow: 0 28px 90px rgba(3, 9, 18, .18);
    --container: 1220px;
    --font: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    --display: "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 95px;
}

body {
    margin: 0;
    color: var(--text);
    background: var(--paper);
    font-family: var(--font);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body.is-locked {
    overflow: hidden;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    cursor: pointer;
}

a {
    color: inherit;
    text-decoration: none;
}

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

h1,
h2,
h3 {
    font-family: var(--display);
    letter-spacing: -.045em;
    line-height: 1.08;
}

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    z-index: 1000;
    top: 12px;
    left: 12px;
    padding: 10px 15px;
    color: var(--white);
    background: var(--red);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(-100% - 24px));
}

.skip-link:focus {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.site-header {
    position: sticky;
    z-index: 100;
    top: 0;
    border-bottom: 1px solid var(--line-dark);
    color: var(--white);
    background: rgba(5,7,10,.93);
    backdrop-filter: blur(18px);
}

.header-inner {
    display: flex;
    min-height: 78px;
    align-items: center;
    gap: 30px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.brand-logo-shell {
    display: block;
    width: 168px;
    height: 52px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

.brand-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 52%;
}

.brand-mark {
    position: relative;
    display: grid;
    width: 41px;
    height: 41px;
    place-items: center;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 9px;
    background: #101722;
}

.brand-mark::before {
    position: absolute;
    top: -7px;
    left: 9px;
    width: 9px;
    height: 56px;
    content: "";
    background: var(--red-bright);
    transform: rotate(24deg);
}

.brand-mark::after {
    position: absolute;
    top: -7px;
    right: 9px;
    width: 9px;
    height: 56px;
    content: "";
    background: var(--blue-bright);
    transform: rotate(24deg);
}

.brand-mark i {
    display: none;
}

.brand-word {
    display: flex;
    align-items: baseline;
    line-height: 1;
}

.brand-word strong,
.brand-word b {
    font-family: var(--display);
    font-size: 1.1rem;
    font-weight: 850;
    letter-spacing: -.06em;
}

.brand-word strong {
    color: var(--red-bright);
}

.brand-word b {
    color: var(--white);
}

.brand-word small {
    position: absolute;
    margin: 22px 0 0;
    color: #7f8a98;
    font-size: .48rem;
    font-weight: 800;
    letter-spacing: .14em;
}

.header-product {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 28px;
    border-left: 1px solid var(--line-dark);
    color: #a7b1bd;
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.header-product span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green);
    box-shadow: 0 0 0 5px rgba(32,180,134,.12);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: auto;
    font-size: .74rem;
    font-weight: 700;
}

.header-actions > a:first-child {
    color: #9ba6b3;
    transition: color 180ms ease;
}

.header-actions > a:first-child:hover {
    color: var(--white);
}

.header-cta {
    display: inline-flex;
    min-height: 41px;
    align-items: center;
    gap: 17px;
    padding: 8px 15px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 7px;
    color: var(--white);
    background: rgba(255,255,255,.06);
    transition: background 180ms ease, border-color 180ms ease;
}

.header-cta span {
    color: var(--blue-bright);
}

.header-cta:hover {
    background: var(--red);
    border-color: var(--red);
}

.header-cta:hover span {
    color: var(--white);
}

/* Hero */
.hero {
    position: relative;
    min-height: 750px;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(circle at 75% 15%, rgba(0,136,204,.08), transparent 24%),
        linear-gradient(145deg, #05070a, #09111c 58%, #06090e);
}

.hero-grid {
    position: absolute;
    inset: 0;
    opacity: .16;
    background-image:
        linear-gradient(rgba(255,255,255,.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.09) 1px, transparent 1px);
    background-size: 68px 68px;
    mask-image: linear-gradient(90deg, rgba(0,0,0,.95), rgba(0,0,0,.25));
}

.hero-grid::after {
    position: absolute;
    top: 0;
    left: 38%;
    width: 1px;
    height: 100%;
    content: "";
    background: linear-gradient(transparent, var(--red-bright), transparent);
    animation: scan 7s linear infinite;
}

@keyframes scan {
    0% { transform: translateX(-40vw); opacity: 0; }
    20% { opacity: .4; }
    80% { opacity: .4; }
    100% { transform: translateX(70vw); opacity: 0; }
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
    pointer-events: none;
}

.hero-glow--red {
    top: 70px;
    left: -180px;
    width: 430px;
    height: 430px;
    background: radial-gradient(circle, rgba(161,14,26,.17), transparent 68%);
}

.hero-glow--blue {
    right: -120px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    background: radial-gradient(circle, rgba(0,136,204,.13), transparent 68%);
}

.hero-layout {
    position: relative;
    z-index: 2;
    display: grid;
    min-height: 670px;
    grid-template-columns: minmax(0, 1fr) minmax(440px, .82fr);
    align-items: center;
    gap: clamp(60px, 8vw, 115px);
    padding-top: 72px;
    padding-bottom: 78px;
}

.eyebrow {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 21px;
    color: #b9c2cc;
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.eyebrow > span {
    width: 28px;
    height: 2px;
    background: var(--red-bright);
}

.eyebrow--dark {
    color: var(--muted);
}

.hero h1 {
    max-width: 720px;
    margin-bottom: 24px;
    font-size: clamp(3.6rem, 6.4vw, 6.4rem);
    font-weight: 800;
}

.hero h1 em {
    position: relative;
    color: var(--blue-bright);
    font-style: normal;
}

.hero h1 em::after {
    position: absolute;
    right: 2px;
    bottom: 2px;
    left: 2px;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, var(--red-bright), var(--blue-bright));
    transform: scaleX(.82);
    transform-origin: left;
}

.hero-lead {
    max-width: 650px;
    margin-bottom: 36px;
    color: #aab4c0;
    font-size: clamp(.98rem, 1.3vw, 1.13rem);
    line-height: 1.8;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    display: inline-flex;
    min-height: 53px;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 12px 21px;
    border: 1px solid transparent;
    border-radius: 8px;
    font-size: .78rem;
    font-weight: 800;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

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

.button--primary {
    color: var(--white);
    background: linear-gradient(115deg, var(--red), #c31828);
    box-shadow: 0 13px 34px rgba(161,14,26,.25);
}

.button--primary:hover {
    background: linear-gradient(115deg, #2f9250, #59c36a);
    box-shadow: 0 17px 40px rgba(161,14,26,.34);
}

.button--ghost {
    color: #d4dae1;
    background: rgba(255,255,255,.04);
    border-color: rgba(255,255,255,.2);
}

.button--ghost:hover {
    color: var(--white);
    background: rgba(255,255,255,.09);
    border-color: rgba(255,255,255,.32);
}

.button--outline-dark,
.button--ghost-dark {
    min-height: 43px;
    padding: 9px 15px;
    font-size: .7rem;
}

.button--outline-dark {
    color: var(--white);
    background: var(--ink);
}

.button--ghost-dark {
    border-color: #cdd4dc;
    color: var(--text);
    background: transparent;
}

.button--dark-text {
    color: var(--white);
}

.button--full {
    width: 100%;
}

.hero-trust {
    display: flex;
    align-items: center;
    gap: 0;
    margin-top: 49px;
}

.hero-trust > div {
    display: grid;
    min-width: 130px;
    padding: 0 25px;
    border-right: 1px solid var(--line-dark);
}

.hero-trust > div:first-child {
    padding-left: 0;
}

.hero-trust > div:last-child {
    border-right: 0;
}

.hero-trust strong {
    color: var(--white);
    font-size: 1.05rem;
    letter-spacing: -.03em;
}

.hero-trust span {
    color: #7f8b99;
    font-size: .62rem;
}

.hero-console {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 15px;
    background: rgba(9,15,24,.78);
    box-shadow: 0 40px 120px rgba(0,0,0,.45);
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
    backdrop-filter: blur(16px);
}

.console-top {
    display: flex;
    min-height: 46px;
    align-items: center;
    gap: 16px;
    padding: 0 17px;
    border-bottom: 1px solid var(--line-dark);
    color: #667483;
    background: rgba(255,255,255,.025);
    font-size: .56rem;
    font-weight: 800;
    letter-spacing: .1em;
}

.console-top > span {
    flex: 1;
}

.console-top > b {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--green);
    font-size: .54rem;
}

.console-top > b::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: "";
    background: currentColor;
    box-shadow: 0 0 10px currentColor;
}

.console-dots {
    display: flex;
    gap: 5px;
}

.console-dots i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4d5865;
}

.console-dots i:first-child {
    background: var(--red-bright);
}

.console-dots i:last-child {
    background: var(--blue-bright);
}

.console-body {
    padding: 25px;
}

.console-score {
    display: grid;
    grid-template-columns: 104px 1fr;
    align-items: center;
    gap: 20px;
}

.console-ring {
    display: grid;
    width: 102px;
    height: 102px;
    place-content: center;
    border: 7px solid #202b39;
    border-top-color: var(--red-bright);
    border-right-color: var(--blue-bright);
    border-radius: 50%;
    text-align: center;
    transform: rotate(-25deg);
}

.console-ring > * {
    transform: rotate(25deg);
}

.console-ring strong {
    color: var(--white);
    font-size: 2rem;
    line-height: .9;
}

.console-ring small {
    color: #6d7885;
    font-size: .56rem;
}

.console-score > div:last-child > span {
    color: #74808d;
    font-size: .6rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.console-score h2 {
    margin: 6px 0;
    font-size: 1.25rem;
    letter-spacing: -.03em;
}

.console-score p {
    margin: 0;
    color: #778492;
    font-size: .67rem;
}

.console-divider {
    height: 1px;
    margin: 25px 0 10px;
    background: var(--line-dark);
}

.console-list > div {
    display: flex;
    min-height: 45px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.console-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #a9b3bf;
    font-size: .7rem;
}

.console-list b {
    color: #5f6c7a;
    font-size: .62rem;
}

.dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.dot--red { background: var(--red-bright); }
.dot--blue { background: var(--blue-bright); }
.dot--purple { background: var(--purple); }
.dot--green { background: var(--green); }
.dot--amber { background: var(--amber); }

.console-status {
    margin-top: 22px;
    padding: 14px 15px;
    border: 1px solid rgba(32,180,134,.15);
    border-radius: 8px;
    background: rgba(32,180,134,.06);
}

.console-status span,
.console-status small {
    display: block;
}

.console-status span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #a6d9ca;
    font-size: .65rem;
    font-weight: 750;
}

.console-status span i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green);
}

.console-status small {
    margin: 4px 0 0 14px;
    color: #688479;
    font-size: .57rem;
}

/* Method */
.method {
    padding: 105px 0;
    background: var(--white);
}

.section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .7fr);
    align-items: end;
    gap: 70px;
    margin-bottom: 50px;
}

.section-heading h2 {
    max-width: 780px;
    margin: 0;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.section-heading > p {
    margin: 0 0 5px;
    color: var(--muted);
    font-size: .88rem;
}

.method-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.method-grid article {
    min-height: 230px;
    padding: 28px;
    border: 1px solid #dfe4e9;
    border-radius: var(--radius);
    background: #fbfcfd;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.method-grid article:hover {
    border-color: #bcc7d1;
    box-shadow: 0 18px 45px rgba(20,32,45,.08);
    transform: translateY(-4px);
}

.method-grid article > span {
    display: block;
    margin-bottom: 45px;
    color: var(--red);
    font-size: .69rem;
    font-weight: 850;
}

.method-grid h3 {
    margin-bottom: 12px;
    font-size: 1.14rem;
}

.method-grid p {
    margin: 0;
    color: var(--muted);
    font-size: .79rem;
}

/* Assessment */
.assessment-section {
    position: relative;
    min-height: 800px;
    padding: 100px 0 120px;
    overflow: hidden;
    background: var(--paper);
}

.assessment-bg {
    position: absolute;
    inset: 0;
    opacity: .32;
    background-image:
        linear-gradient(#d7dde3 1px, transparent 1px),
        linear-gradient(90deg, #d7dde3 1px, transparent 1px);
    background-size: 70px 70px;
    mask-image: linear-gradient(#000, transparent 85%);
}

.assessment-shell {
    position: relative;
    z-index: 2;
    width: min(100%, 980px);
    margin: auto;
    overflow: hidden;
    border: 1px solid #d8dee5;
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow);
}

.assessment-intro {
    display: grid;
    min-height: 620px;
    place-items: center;
    align-content: center;
    padding: 70px;
    text-align: center;
}

.intro-icon {
    display: grid;
    width: 76px;
    height: 76px;
    place-items: center;
    margin-bottom: 30px;
    border: 1px solid #d9e0e6;
    border-radius: 20px;
    background: #f6f8fa;
}

.intro-icon span {
    position: relative;
    width: 29px;
    height: 35px;
    border: 3px solid var(--ink);
    border-radius: 14px 14px 9px 9px;
}

.intro-icon span::before {
    position: absolute;
    top: -11px;
    left: 6px;
    width: 11px;
    height: 13px;
    border: 3px solid var(--ink);
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    content: "";
}

.assessment-intro .eyebrow {
    justify-content: center;
}

.assessment-intro h2 {
    max-width: 700px;
    margin-bottom: 18px;
    font-size: clamp(2.2rem, 4.5vw, 3.7rem);
}

.assessment-intro > p:not(.eyebrow) {
    max-width: 620px;
    margin-bottom: 28px;
    color: var(--muted);
}

.assessment-intro ul {
    display: grid;
    gap: 8px;
    margin: 0 0 35px;
    padding: 0;
    color: #4f5e6c;
    font-size: .76rem;
    text-align: left;
    list-style: none;
}

.assessment-intro li {
    position: relative;
    padding-left: 24px;
}

.assessment-intro li::before {
    position: absolute;
    top: .2em;
    left: 0;
    display: grid;
    width: 16px;
    height: 16px;
    place-items: center;
    border-radius: 50%;
    color: var(--white);
    content: "✓";
    background: var(--green);
    font-size: .55rem;
}

.quiz {
    min-height: 690px;
}

.quiz-header {
    display: grid;
    min-height: 84px;
    grid-template-columns: 190px 1fr 90px;
    align-items: center;
    gap: 25px;
    padding: 0 34px;
    border-bottom: 1px solid #e4e8ec;
    background: #fbfcfd;
}

.quiz-header > div:first-child {
    display: flex;
    align-items: center;
    gap: 16px;
}

.quiz-header > div:first-child > span {
    color: var(--red);
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.quiz-header strong {
    color: #808c98;
    font-size: .65rem;
}

.quiz-header strong b {
    color: var(--text);
    font-size: .8rem;
}

.quiz-header > button {
    padding: 7px;
    border: 0;
    color: #89939e;
    background: transparent;
    font-size: .65rem;
    font-weight: 700;
}

.quiz-header > button:hover {
    color: var(--red);
}

.progress-track {
    position: relative;
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: #e3e7eb;
}

.progress-track span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--red), var(--blue));
    transition: width 300ms ease;
}

.quiz-content {
    min-height: 510px;
    padding: 55px 70px 45px;
}

.question-code {
    margin-bottom: 11px;
    color: var(--red);
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.quiz-content h2 {
    max-width: 780px;
    margin-bottom: 12px;
    font-size: clamp(1.75rem, 3.2vw, 2.7rem);
    line-height: 1.16;
}

.question-hint {
    margin-bottom: 31px;
    color: var(--muted);
    font-size: .78rem;
}

.answer-list {
    display: grid;
    gap: 10px;
}

.answer-option {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 62px;
    grid-template-columns: 32px 1fr 22px;
    align-items: center;
    gap: 13px;
    padding: 12px 17px;
    border: 1px solid #dce2e7;
    border-radius: 10px;
    color: #364452;
    background: #fbfcfd;
    text-align: left;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.answer-option:hover {
    border-color: #9cabb8;
    background: var(--white);
    transform: translateX(3px);
}

.answer-option__key {
    display: grid;
    width: 29px;
    height: 29px;
    place-items: center;
    border: 1px solid #d7dee4;
    border-radius: 7px;
    color: #788592;
    background: var(--white);
    font-size: .66rem;
    font-weight: 850;
}

.answer-option__label {
    font-size: .79rem;
    font-weight: 700;
}

.answer-option__check {
    display: grid;
    width: 19px;
    height: 19px;
    place-items: center;
    border: 1px solid #cad2da;
    border-radius: 50%;
}

.answer-option__check::after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    background: transparent;
}

.answer-option.is-selected {
    color: var(--white);
    background: var(--ink);
    border-color: var(--ink);
    box-shadow: 0 12px 30px rgba(8,15,24,.15);
}

.answer-option.is-selected .answer-option__key {
    color: var(--white);
    background: var(--red);
    border-color: var(--red);
}

.answer-option.is-selected .answer-option__check {
    border-color: var(--blue-bright);
}

.answer-option.is-selected .answer-option__check::after {
    background: var(--blue-bright);
}

.quiz-footer {
    display: grid;
    min-height: 86px;
    grid-template-columns: 150px 1fr 150px;
    align-items: center;
    gap: 20px;
    padding: 0 34px;
    border-top: 1px solid #e4e8ec;
    background: #fbfcfd;
}

.quiz-footer p {
    margin: 0;
    color: #919ba6;
    font-size: .62rem;
    text-align: center;
}

.nav-button {
    min-height: 42px;
    border: 1px solid #d7dde3;
    border-radius: 7px;
    color: #5f6b77;
    background: var(--white);
    font-size: .7rem;
    font-weight: 750;
}

.nav-button--next {
    color: var(--white);
    background: var(--ink);
    border-color: var(--ink);
}

.nav-button:disabled {
    cursor: not-allowed;
    opacity: .38;
}

/* Results */
.results {
    padding: 52px;
}

.report-header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e1e6ea;
}

.report-header h2 {
    margin-bottom: 8px;
    font-size: clamp(2rem, 4vw, 3.35rem);
}

.report-header > div:first-child > p:last-child {
    margin: 0;
    color: var(--muted);
    font-size: .69rem;
}

.report-actions {
    display: flex;
    gap: 8px;
}

.result-overview {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 18px;
    margin: 30px 0 45px;
}

.result-gauge-card,
.result-summary-card {
    min-height: 260px;
    border-radius: 16px;
}

.result-gauge-card {
    display: grid;
    grid-template-columns: 170px 1fr;
    align-items: center;
    gap: 28px;
    padding: 32px;
    color: var(--white);
    background:
        radial-gradient(circle at 20% 20%, rgba(0,136,204,.11), transparent 35%),
        var(--ink);
}

.result-gauge {
    display: grid;
    width: 168px;
    height: 168px;
    place-items: center;
    border-radius: 50%;
    background: conic-gradient(var(--red-bright) 0deg, #202b38 0deg);
    transition: background 700ms ease;
}

.result-gauge::before {
    position: absolute;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    content: "";
    background: var(--ink);
}

.result-gauge > div {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

.result-gauge strong {
    font-size: 3.4rem;
    letter-spacing: -.08em;
    line-height: .8;
}

.result-gauge span {
    margin-left: 4px;
    color: #6d7987;
    font-size: .67rem;
}

.result-level small {
    color: #778392;
    font-size: .59rem;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.result-level h3 {
    margin: 8px 0 11px;
    color: var(--blue-bright);
    font-size: 1.65rem;
}

.result-level p {
    margin: 0;
    color: #9da8b5;
    font-size: .74rem;
}

.result-summary-card {
    padding: 32px;
    border: 1px solid #dce2e7;
    background: #f8fafb;
}

.result-summary-card > span {
    color: var(--red);
    font-size: .62rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.result-summary-card h3 {
    margin: 16px 0 12px;
    font-size: 1.35rem;
}

.result-summary-card > p {
    margin-bottom: 25px;
    color: var(--muted);
    font-size: .76rem;
}

.result-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.result-badges i {
    padding: 6px 9px;
    border: 1px solid #dce2e7;
    border-radius: 5px;
    color: #62707d;
    background: var(--white);
    font-size: .59rem;
    font-style: normal;
    font-weight: 750;
}

.report-section {
    margin-top: 45px;
}

.report-section-heading {
    display: grid;
    grid-template-columns: 1fr minmax(260px, .7fr);
    align-items: end;
    gap: 35px;
    margin-bottom: 24px;
}

.report-section-heading > div {
    display: flex;
    align-items: center;
    gap: 13px;
}

.report-section-heading span {
    color: var(--red);
    font-size: .67rem;
    font-weight: 850;
}

.report-section-heading h3 {
    margin: 0;
    font-size: 1.28rem;
}

.report-section-heading p {
    margin: 0;
    color: var(--muted);
    font-size: .68rem;
}

.category-chart {
    display: grid;
    gap: 16px;
    padding: 28px;
    border: 1px solid #dfe4e9;
    border-radius: 13px;
    background: #fbfcfd;
}

.chart-row {
    display: grid;
    grid-template-columns: 135px 1fr 46px;
    align-items: center;
    gap: 17px;
}

.chart-row__label {
    color: #364553;
    font-size: .7rem;
    font-weight: 750;
}

.chart-row__track {
    height: 10px;
    overflow: hidden;
    border-radius: 999px;
    background: #e4e8ec;
}

.chart-row__bar {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--red), var(--blue));
    transition: width 800ms cubic-bezier(.2,.8,.2,1);
}

.chart-row__value {
    color: var(--text);
    font-size: .72rem;
    font-weight: 850;
    text-align: right;
}

.recommendation-list {
    display: grid;
    gap: 10px;
}

.recommendation {
    display: grid;
    grid-template-columns: 39px minmax(130px, .38fr) minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    padding: 16px 18px;
    border: 1px solid #dfe4e9;
    border-radius: 11px;
    background: var(--white);
}

.recommendation__rank {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 8px;
    color: var(--red);
    background: var(--red-soft);
    font-size: .66rem;
    font-weight: 850;
}

.recommendation__title strong,
.recommendation__title span {
    display: block;
}

.recommendation__title strong {
    font-size: .74rem;
}

.recommendation__title span {
    margin-top: 3px;
    color: var(--muted);
    font-size: .58rem;
}

.recommendation > p {
    margin: 0;
    color: #5d6b78;
    font-size: .68rem;
}

.recommendation__priority {
    padding: 6px 9px;
    border-radius: 5px;
    color: #65717d;
    background: #eff2f5;
    font-size: .56rem;
    font-weight: 800;
    white-space: nowrap;
}

.report-disclaimer {
    margin-top: 30px;
    padding: 18px 20px;
    border-left: 3px solid var(--amber);
    color: #665a3b;
    background: #fff9e9;
}

.report-disclaimer strong {
    display: block;
    margin-bottom: 4px;
    font-size: .67rem;
}

.report-disclaimer p {
    margin: 0;
    font-size: .63rem;
}

.lead-panel {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 45px;
    margin-top: 45px;
    padding: 40px;
    border-radius: 18px;
    color: var(--white);
    background:
        radial-gradient(circle at 0 0, rgba(161,14,26,.22), transparent 35%),
        radial-gradient(circle at 100% 100%, rgba(0,136,204,.15), transparent 34%),
        var(--ink);
}

.lead-panel-copy h2 {
    margin-bottom: 15px;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.lead-panel-copy > p:not(.eyebrow) {
    color: #9ba6b3;
    font-size: .76rem;
}

.lead-contact {
    display: grid;
    gap: 8px;
    margin-top: 26px;
}

.lead-contact a:first-child {
    color: var(--white);
    font-size: 1.15rem;
    font-weight: 800;
}

.lead-contact a:last-child {
    color: var(--blue-bright);
    font-size: .68rem;
    font-weight: 800;
}

.lead-form {
    display: grid;
    gap: 14px;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 11px;
}

.lead-form label:not(.consent) {
    display: grid;
    gap: 6px;
    color: #9faab6;
    font-size: .62rem;
    font-weight: 750;
}

.lead-form label span {
    color: var(--red-bright);
}

.lead-form input[type="text"],
.lead-form input[type="email"],
.lead-form input[type="tel"] {
    min-height: 47px;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 7px;
    outline: none;
    color: var(--white);
    background: rgba(255,255,255,.06);
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.lead-form input:focus {
    border-color: var(--blue);
    background: rgba(255,255,255,.09);
    box-shadow: 0 0 0 4px rgba(0,136,204,.12);
}

.consent {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #8793a0;
    font-size: .57rem;
    line-height: 1.5;
}

.consent input {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin-top: 2px;
    accent-color: var(--red);
}

.consent a {
    color: var(--blue-bright);
    text-decoration: underline;
}

.honeypot {
    position: absolute;
    left: -10000px;
}

.form-status {
    min-height: 19px;
    font-size: .63rem;
    font-weight: 700;
}

.form-status.is-error {
    color: #ff9aa4;
}

.form-status.is-success {
    color: #83e2c5;
}

.noscript {
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 15px;
    color: var(--white);
    background: var(--red);
    text-align: center;
}

/* Footer */
.site-footer {
    padding-top: 63px;
    color: #7f8995;
    background: #05070a;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1.2fr 1fr auto;
    gap: 60px;
    padding-bottom: 45px;
}

.footer-brand p {
    max-width: 330px;
    margin: 22px 0 0;
    font-size: .68rem;
}

.footer-note strong,
.footer-note p {
    display: block;
}

.footer-note strong {
    margin-bottom: 8px;
    color: var(--white);
    font-size: .72rem;
}

.footer-note p {
    max-width: 280px;
    margin: 0;
    font-size: .65rem;
}

.footer-links {
    display: grid;
    align-content: start;
    justify-items: end;
    gap: 7px;
    font-size: .67rem;
}

.footer-links a:hover {
    color: var(--blue-bright);
}

.footer-bottom {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line-dark);
    font-size: .58rem;
}

[hidden] {
    display: none !important;
}

@media (max-width: 940px) {
    .hero-layout {
        grid-template-columns: 1fr;
        gap: 65px;
        padding-bottom: 95px;
    }

    .hero-content {
        max-width: 760px;
    }

    .hero-console {
        width: min(100%, 610px);
        transform: none;
    }

    .section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .result-overview,
    .lead-panel {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .footer-links {
        grid-column: 1 / -1;
        justify-items: start;
    }
}

@media (max-width: 700px) {
    .container {
        width: min(calc(100% - 28px), var(--container));
    }

    .header-inner {
        min-height: 68px;
    }

    .header-product,
    .header-actions > a:first-child {
        display: none;
    }

    .header-actions {
        margin-left: auto;
    }

    .header-cta {
        min-height: 37px;
        padding: 7px 11px;
        font-size: .63rem;
    }

    .brand-mark {
        width: 37px;
        height: 37px;
    }

    .brand-word strong,
    .brand-word b {
        font-size: 1rem;
    }

    .hero {
        min-height: auto;
    }

    .hero-layout {
        min-height: auto;
        gap: 55px;
        padding-top: 70px;
    }

    .hero h1 {
        font-size: clamp(3.15rem, 15vw, 4.6rem);
    }

    .hero-lead {
        font-size: .92rem;
    }

    .hero-actions {
        display: grid;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-trust {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .hero-trust > div {
        min-width: 0;
        padding: 0 13px;
    }

    .hero-trust strong {
        font-size: .88rem;
    }

    .hero-trust span {
        font-size: .53rem;
    }

    .console-body {
        padding: 18px;
    }

    .console-score {
        grid-template-columns: 84px 1fr;
    }

    .console-ring {
        width: 82px;
        height: 82px;
    }

    .method {
        padding: 75px 0;
    }

    .section-heading h2 {
        font-size: clamp(2.2rem, 11vw, 3.2rem);
    }

    .method-grid {
        grid-template-columns: 1fr;
    }

    .method-grid article {
        min-height: 200px;
    }

    .assessment-section {
        padding: 65px 0 80px;
    }

    .assessment-shell {
        border-radius: 18px;
    }

    .assessment-intro {
        min-height: 600px;
        padding: 45px 22px;
    }

    .assessment-intro h2 {
        font-size: clamp(2.1rem, 11vw, 3rem);
    }

    .quiz-header {
        min-height: 96px;
        grid-template-columns: 1fr 65px;
        gap: 12px;
        padding: 15px 19px;
    }

    .progress-track {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .quiz-content {
        min-height: 560px;
        padding: 40px 20px 35px;
    }

    .quiz-content h2 {
        font-size: clamp(1.7rem, 8vw, 2.3rem);
    }

    .answer-option {
        grid-template-columns: 30px 1fr 20px;
        padding: 12px;
    }

    .answer-option__label {
        font-size: .72rem;
    }

    .quiz-footer {
        grid-template-columns: 1fr 1fr;
        padding: 13px 18px;
    }

    .quiz-footer p {
        display: none;
    }

    .results {
        padding: 35px 19px;
    }

    .report-header {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .report-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .result-gauge-card {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .result-level p {
        max-width: 380px;
    }

    .report-section-heading {
        grid-template-columns: 1fr;
        gap: 9px;
    }

    .category-chart {
        padding: 20px 15px;
    }

    .chart-row {
        grid-template-columns: 105px 1fr 38px;
        gap: 10px;
    }

    .chart-row__label {
        font-size: .62rem;
    }

    .recommendation {
        grid-template-columns: 37px 1fr auto;
        align-items: start;
    }

    .recommendation > p {
        grid-column: 2 / -1;
    }

    .lead-panel {
        gap: 32px;
        padding: 30px 20px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .footer-links {
        grid-column: auto;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
    }
}

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

.report-owner-form {
    margin: 28px 0;
    border: 1px solid #dce5df;
    border-radius: 14px;
    padding: 20px;
    background: #f7faf8;
}

.report-owner-title {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}

.report-owner-title strong {
    color: var(--ink);
    font-size: 15px;
}

.report-owner-title span {
    color: var(--muted);
    font-size: 11px;
}

.report-owner-form label {
    display: grid;
    gap: 7px;
    color: var(--ink);
    font-size: 11px;
    font-weight: 700;
}

.report-owner-form label > span {
    color: var(--red);
}

.report-owner-form input {
    min-height: 46px;
    border: 1px solid #cbd7cf;
    border-radius: 8px;
    padding: 0 13px;
    color: var(--ink);
    background: #fff;
    font: inherit;
}

.report-identity {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 180px 1.25fr 1fr;
    align-items: center;
    gap: 26px;
    margin-bottom: 32px;
    overflow: hidden;
    border: 0;
    border-radius: 16px;
    padding: 22px 24px;
    color: #fff;
    background: linear-gradient(120deg, #0a192f, #102b47);
    box-shadow: 0 18px 46px rgba(10, 25, 47, .16);
}

.report-identity__brand {
    display: grid;
    height: 62px;
    place-items: center;
    overflow: hidden;
    border-radius: 9px;
    background: #fff;
}

.report-identity__brand img {
    width: 170px;
    height: 58px;
    object-fit: cover;
    object-position: center 52%;
}

.report-identity__title {
    display: grid;
    gap: 5px;
}

.report-identity__title small {
    width: max-content;
    border-radius: 99px;
    padding: 4px 8px;
    color: #0a192f;
    background: #59c36a;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: .12em;
}

.report-identity__title strong {
    color: #fff;
    font-size: 18px;
    line-height: 1.15;
}

.report-identity__title span {
    color: #aebdca;
    font-size: 10px;
}

.report-identity__meta {
    display: grid;
    gap: 10px;
    border-left: 1px solid rgba(255, 255, 255, .16);
    padding-left: 22px;
}

.report-identity__meta p {
    display: grid;
    gap: 2px;
    margin: 0;
}

.report-identity__meta small {
    color: #86db94;
    font-size: 7px;
    font-weight: 900;
    letter-spacing: .12em;
}

.report-identity__meta strong {
    color: #fff;
    font-size: 12px;
}

.report-watermark {
    display: none;
}

@media (max-width: 760px) {
    .report-owner-title {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .report-identity {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .report-identity__meta {
        border-top: 1px solid rgba(255, 255, 255, .16);
        border-left: 0;
        padding-top: 14px;
        padding-left: 0;
    }
}

@media print {
    @page {
        size: A4;
        margin: 12mm;
    }

    body {
        color: #111;
        background: #fff;
    }

    .site-header,
    .hero,
    .method,
    .assessment-bg,
    .assessment-intro,
    .quiz,
    .report-actions,
    .lead-panel,
    .site-footer,
    .skip-link {
        display: none !important;
    }

    .assessment-section {
        min-height: 0;
        padding: 0;
        background: #fff;
    }

    .container,
    .assessment-shell {
        width: 100%;
        max-width: none;
        border: 0;
        box-shadow: none;
    }

    .results {
        position: relative;
        display: block !important;
        padding: 0;
    }

    .results > *:not(.report-watermark) {
        position: relative;
        z-index: 2;
    }

    .report-watermark {
        position: fixed;
        z-index: 0;
        top: 48%;
        right: 8%;
        left: 8%;
        display: block;
        height: 0;
        opacity: .045;
        transform: rotate(-24deg);
        pointer-events: none;
        white-space: nowrap;
    }

    .report-watermark img {
        display: none !important;
    }

    .report-watermark strong {
        display: block;
        margin: 0;
        color: #0a192f;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: .08em;
        text-align: center;
        text-transform: uppercase;
    }

    .report-identity {
        grid-template-columns: 38mm 1.2fr 1fr;
        gap: 6mm;
        margin-bottom: 6mm;
        border-radius: 3mm;
        padding: 5mm;
        background: #0a192f !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .report-identity__brand {
        width: 38mm;
        height: 14mm;
    }

    .report-identity__brand img {
        width: 38mm;
        height: 14mm;
        object-fit: cover;
        object-position: center 52%;
    }

    .report-identity__title strong {
        font-size: 12pt;
    }

    .report-identity__title span {
        font-size: 7pt;
    }

    .report-identity__meta {
        gap: 3mm;
        padding-left: 5mm;
    }

    .report-header {
        margin-bottom: 5mm;
    }

    .report-section {
        margin-top: 6mm;
        padding-top: 5mm;
    }

    .report-section-heading {
        margin-bottom: 4mm;
    }

    .recommendation-list {
        gap: 2mm;
    }

    .recommendation {
        break-inside: avoid;
        padding: 3mm;
    }

    .result-overview {
        grid-template-columns: 1fr 1fr;
        break-inside: avoid;
    }

    .result-gauge-card {
        color: #fff !important;
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
    }

    .report-section,
    .report-disclaimer {
        break-inside: avoid;
    }

    .recommendation {
        padding: 10px;
    }
}
