.audit-v28 {
    --a28-navy: #07182d;
    --a28-navy-soft: #0b2d59;
    --a28-blue: #1264f4;
    --a28-cyan: #6fe5d1;
    --a28-green: #087862;
    --a28-ink: #0b1b31;
    --a28-text: #50637b;
    --a28-muted: #74869c;
    --a28-line: #dce5ef;
    --a28-soft: #f5f8fc;
    overflow: hidden;
    color: var(--a28-ink);
    background: #ffffff;
}

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

.audit-v28__eyebrow {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: var(--a28-blue);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.audit-v28__eyebrow::before {
    width: 27px;
    height: 2px;
    content: "";
    border-radius: 99px;
    background: currentColor;
}

.audit-v28__hero {
    position: relative;
    padding: 54px 0 82px;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 87% 4%,
            rgba(38, 116, 255, .37),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            var(--a28-navy),
            var(--a28-navy-soft)
        );
}

.audit-v28__hero::after {
    position: absolute;
    right: -270px;
    bottom: -480px;
    width: 900px;
    height: 900px;
    content: "";
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
    box-shadow:
        0 0 0 90px rgba(255,255,255,.024),
        0 0 0 185px rgba(255,255,255,.016);
}

.audit-v28__hero .container {
    position: relative;
    z-index: 2;
}

.audit-v28__breadcrumb {
    display: flex;
    gap: 9px;
    margin-bottom: 45px;
    color: rgba(255,255,255,.56);
    font-size: 13px;
}

.audit-v28__breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.audit-v28__hero-grid {
    display: grid;
    grid-template-columns:
        minmax(0, 1.35fr)
        minmax(340px, .65fr);
    gap: clamp(55px, 7vw, 105px);
    align-items: center;
}

.audit-v28__hero .audit-v28__eyebrow {
    color: var(--a28-cyan);
}

.audit-v28__hero h1 {
    max-width: 900px;
    margin: 20px 0 0;
    color: #ffffff;
    font-size: clamp(43px, 5vw, 72px);
    font-weight: 690;
    letter-spacing: -.055em;
    line-height: 1;
}

.audit-v28__hero-copy > p {
    max-width: 760px;
    margin: 28px 0 0;
    color: #becddd;
    font-size: 18px;
    line-height: 1.75;
}

.audit-v28__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    align-items: center;
    margin-top: 35px;
}

.audit-v28__hero-link {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: #ffffff;
    font-weight: 750;
    text-decoration: none;
}

.audit-v28__hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 47px;
    padding-top: 27px;
    border-top: 1px solid rgba(255,255,255,.13);
}

.audit-v28__hero-metrics div {
    display: grid;
    gap: 4px;
    padding-right: 25px;
}

.audit-v28__hero-metrics div + div {
    padding-left: 25px;
    border-left: 1px solid rgba(255,255,255,.13);
}

.audit-v28__hero-metrics strong {
    color: #ffffff;
    font-size: 19px;
}

.audit-v28__hero-metrics span {
    color: #91a5bc;
    font-size: 11px;
}

.audit-v28__hero-panel {
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 27px;
    background: rgba(255,255,255,.075);
    box-shadow: 0 35px 90px rgba(0,0,0,.25);
    backdrop-filter: blur(18px);
}

.audit-v28__hero-panel-head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 21px 24px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.audit-v28__hero-panel-head i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--a28-cyan);
    box-shadow: 0 0 0 6px rgba(111,229,209,.13);
}

.audit-v28__hero-score {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 21px;
    align-items: center;
    padding: 26px 24px 20px;
}

.audit-v28__hero-score > span {
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    background: rgba(18,100,244,.2);
    font-size: 18px;
    font-weight: 800;
}

.audit-v28__hero-score strong {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.35;
}

.audit-v28__hero-score p {
    margin: 8px 0 0;
    color: #9fb1c5;
    font-size: 12px;
    line-height: 1.55;
}

.audit-v28__hero-panel ul {
    display: grid;
    gap: 9px;
    margin: 0;
    padding: 4px 24px 25px;
    list-style: none;
}

.audit-v28__hero-panel li {
    position: relative;
    padding: 12px 14px 12px 40px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 13px;
    background: rgba(255,255,255,.045);
    color: #c3d0df;
    font-size: 12px;
}

.audit-v28__hero-panel li::before {
    position: absolute;
    top: 50%;
    left: 15px;
    content: "✓";
    color: var(--a28-cyan);
    font-weight: 900;
    transform: translateY(-50%);
}

.audit-v28__hero-panel-foot {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 16px 24px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #9fb1c5;
    font-size: 11px;
}

.audit-v28__hero-panel-foot span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--a28-cyan);
}

.audit-v28__intro,
.audit-v28__request,
.audit-v28__after {
    padding: 95px 0;
}

.audit-v28__request {
    background: var(--a28-soft);
    border-top: 1px solid var(--a28-line);
    border-bottom: 1px solid var(--a28-line);
}

.audit-v28__section-heading {
    display: flex;
    justify-content: space-between;
    gap: 55px;
    align-items: end;
    margin-bottom: 43px;
}

.audit-v28__section-heading > div {
    max-width: 820px;
}

.audit-v28__section-heading h2 {
    margin: 16px 0 0;
    color: var(--a28-ink);
    font-size: clamp(33px, 3.8vw, 53px);
    letter-spacing: -.045em;
    line-height: 1.07;
}

.audit-v28__section-heading > p {
    max-width: 440px;
    margin: 0;
    color: var(--a28-text);
    line-height: 1.75;
}

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

.audit-v28__axes article {
    min-height: 265px;
    padding: 28px;
    border: 1px solid var(--a28-line);
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 15px 45px rgba(20,48,82,.05);
}

.audit-v28__axes article > span {
    color: #c0ccd9;
    font-size: 30px;
    font-weight: 760;
}

.audit-v28__axes h3 {
    margin: 31px 0 12px;
    color: var(--a28-ink);
    font-size: 23px;
    letter-spacing: -.025em;
}

.audit-v28__axes p {
    margin: 0;
    color: var(--a28-text);
    font-size: 14px;
    line-height: 1.72;
}

.audit-v28__request-grid {
    display: grid;
    grid-template-columns:
        minmax(0, .72fr)
        minmax(560px, 1.28fr);
    gap: clamp(55px, 7vw, 100px);
    align-items: start;
}

.audit-v28__request-copy {
    position: sticky;
    top: 115px;
}

.audit-v28__request-copy h2 {
    margin: 17px 0 0;
    color: var(--a28-ink);
    font-size: clamp(35px, 4vw, 53px);
    letter-spacing: -.045em;
    line-height: 1.06;
}

.audit-v28__request-copy > p {
    margin: 24px 0 0;
    color: var(--a28-text);
    line-height: 1.75;
}

.audit-v28__benefits {
    display: grid;
    gap: 16px;
    margin-top: 32px;
}

.audit-v28__benefits > div {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 13px;
}

.audit-v28__benefits > div > span {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 10px;
    background: #e8f8f4;
    color: var(--a28-green);
    font-size: 12px;
    font-weight: 900;
}

.audit-v28__benefits p {
    display: grid;
    gap: 4px;
    margin: 0;
    color: var(--a28-muted);
    font-size: 13px;
    line-height: 1.5;
}

.audit-v28__benefits strong {
    color: var(--a28-ink);
    font-size: 14px;
}

.audit-v28__privacy {
    display: grid;
    gap: 9px;
    margin-top: 34px;
    padding: 24px;
    border-radius: 20px;
    background: var(--a28-navy);
    color: #ffffff;
}

.audit-v28__privacy > span {
    color: #ffffff;
    font-weight: 750;
}

.audit-v28__privacy p {
    margin: 0;
    color: #aebed0;
    font-size: 13px;
    line-height: 1.65;
}

.audit-v28__privacy a {
    display: inline-flex;
    gap: 9px;
    width: fit-content;
    color: var(--a28-cyan);
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.audit-v28__form-shell {
    overflow: hidden;
    border: 1px solid var(--a28-line);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 35px 90px rgba(20,48,82,.11);
}

.audit-v28__form-heading {
    padding: 31px 34px 26px;
    border-bottom: 1px solid var(--a28-line);
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(18,100,244,.11),
            transparent 39%
        ),
        #ffffff;
}

.audit-v28__form-heading > span {
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 99px;
    background: #edf4ff;
    color: var(--a28-blue);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.audit-v28__form-heading h2 {
    margin: 16px 0 0;
    color: var(--a28-ink);
    font-size: 30px;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.audit-v28__form-heading p {
    margin: 10px 0 0;
    color: var(--a28-muted);
    font-size: 13px;
}

.audit-v28__progress {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 22px 28px 21px;
    border-bottom: 1px solid var(--a28-line);
    background: #fbfcfe;
}

.audit-v28__progress button {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--a28-muted);
    font: inherit;
    cursor: default;
}

.audit-v28__progress button > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid var(--a28-line);
    border-radius: 50%;
    background: #ffffff;
    font-size: 11px;
    font-weight: 800;
}

.audit-v28__progress button strong {
    font-size: 10px;
    font-weight: 750;
}

.audit-v28__progress button.is-active,
.audit-v28__progress button.is-complete {
    color: var(--a28-blue);
}

.audit-v28__progress button.is-active > span,
.audit-v28__progress button.is-complete > span {
    border-color: var(--a28-blue);
    background: var(--a28-blue);
    color: #ffffff;
}

.audit-v28__progress > i {
    position: absolute;
    top: 38px;
    left: 12.5%;
    z-index: 1;
    width: 0;
    max-width: 75%;
    height: 2px;
    background: var(--a28-blue);
    transition: width .25s ease;
}

.audit-v28__progress::before {
    position: absolute;
    top: 38px;
    right: 12.5%;
    left: 12.5%;
    height: 2px;
    content: "";
    background: var(--a28-line);
}

.audit-v28__form {
    padding: 31px 34px 35px;
}

.audit-v28__step > header {
    margin-bottom: 26px;
}

.audit-v28__step > header > span {
    color: var(--a28-blue);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.audit-v28__step > header h3 {
    margin: 9px 0 0;
    color: var(--a28-ink);
    font-size: 25px;
    letter-spacing: -.03em;
}

.audit-v28__step > header p {
    margin: 8px 0 0;
    color: var(--a28-muted);
    font-size: 13px;
    line-height: 1.6;
}

.audit-v28__fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.audit-v28__field {
    display: grid;
    gap: 8px;
}

.audit-v28__field > span,
.audit-v28__choices legend {
    color: var(--a28-ink);
    font-size: 12px;
    font-weight: 760;
}

.audit-v28__field input,
.audit-v28__field select,
.audit-v28__field textarea {
    width: 100%;
    min-height: 51px;
    padding: 12px 14px;
    border: 1px solid #d5dfeb;
    border-radius: 13px;
    outline: none;
    background: #ffffff;
    color: var(--a28-ink);
    font: inherit;
    font-size: 14px;
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.audit-v28__field textarea {
    resize: vertical;
    line-height: 1.65;
}

.audit-v28__field input:focus,
.audit-v28__field select:focus,
.audit-v28__field textarea:focus {
    border-color: rgba(18,100,244,.65);
    box-shadow: 0 0 0 4px rgba(18,100,244,.1);
}

.audit-v28__field--full {
    grid-column: 1 / -1;
}

.audit-v28__choices {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0;
    padding: 0;
    border: 0;
}

.audit-v28__choices legend {
    grid-column: 1 / -1;
    margin-bottom: 1px;
}

.audit-v28__choices label {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid var(--a28-line);
    border-radius: 12px;
    background: #fbfcfe;
    color: var(--a28-text);
    font-size: 12px;
    cursor: pointer;
}

.audit-v28__choices input {
    width: 17px;
    height: 17px;
    accent-color: var(--a28-blue);
}

.audit-v28__choices.is-invalid {
    padding: 12px;
    border: 1px solid #d92d20;
    border-radius: 13px;
    background: #fff5f4;
}

.audit-v28__step-actions {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid var(--a28-line);
}

.audit-v28__next,
.audit-v28__back,
.audit-v28__submit {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
    min-height: 49px;
    padding: 11px 18px;
    border-radius: 12px;
    font: inherit;
    font-size: 13px;
    font-weight: 780;
    cursor: pointer;
}

.audit-v28__next,
.audit-v28__submit {
    border: 0;
    background: var(--a28-blue);
    color: #ffffff;
    box-shadow: 0 13px 28px rgba(18,100,244,.2);
}

.audit-v28__back {
    border: 1px solid var(--a28-line);
    background: #ffffff;
    color: var(--a28-ink);
}

.audit-v28__submit {
    min-width: 300px;
    justify-content: space-between;
}

.audit-v28__submit i {
    display: grid;
    width: 31px;
    height: 31px;
    place-items: center;
    border-radius: 10px;
    background: rgba(255,255,255,.15);
    font-style: normal;
}

.audit-v28__submit:disabled {
    opacity: .65;
    cursor: wait;
}

.audit-v28__consent {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 11px;
    margin-top: 22px;
    color: var(--a28-muted);
    font-size: 12px;
    line-height: 1.55;
    cursor: pointer;
}

.audit-v28__consent input {
    width: 17px;
    height: 17px;
    accent-color: var(--a28-blue);
}

.audit-v28__submit-note {
    margin: 13px 0 0;
    color: var(--a28-muted);
    font-size: 11px;
    text-align: right;
}

.audit-v28__error {
    margin-top: 18px;
    padding: 15px 17px;
    border: 1px solid #edc0c0;
    border-radius: 13px;
    background: #fff1f1;
    color: #a51d1d;
    font-size: 13px;
    line-height: 1.55;
}

.audit-v28__honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

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

.audit-v28__after-grid article {
    padding: 28px;
    border: 1px solid var(--a28-line);
    border-radius: 21px;
    background: #ffffff;
}

.audit-v28__after-grid article > span {
    color: #c0ccd9;
    font-size: 29px;
    font-weight: 760;
}

.audit-v28__after-grid h3 {
    margin: 29px 0 11px;
    font-size: 22px;
}

.audit-v28__after-grid p {
    margin: 0;
    color: var(--a28-text);
    font-size: 14px;
    line-height: 1.7;
}

/* Confirmation */

.audit-v28-confirmation {
    padding: clamp(25px, 5vw, 44px);
    background:
        radial-gradient(
            circle at 100% 0%,
            rgba(18,100,244,.11),
            transparent 37%
        ),
        #ffffff;
}

.audit-v28-confirmation__heading {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 21px;
}

.audit-v28-confirmation__icon {
    display: grid;
    width: 61px;
    height: 61px;
    place-items: center;
    border: 1px solid #b9e6da;
    border-radius: 18px;
    background: #e9faf5;
    color: var(--a28-green);
    font-size: 28px;
    font-weight: 900;
}

.audit-v28-confirmation__eyebrow {
    display: block;
    margin-bottom: 9px;
    color: var(--a28-green);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.audit-v28-confirmation h2 {
    margin: 0;
    color: var(--a28-ink);
    font-size: clamp(29px, 4vw, 42px);
    letter-spacing: -.04em;
    line-height: 1.08;
}

.audit-v28-confirmation__heading p {
    margin: 14px 0 0;
    color: var(--a28-muted);
    line-height: 1.65;
}

.audit-v28-confirmation__meta {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    margin: 28px 0 19px;
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255,255,255,.12);
}

.audit-v28-confirmation__meta > div {
    display: grid;
    gap: 6px;
    min-width: 0;
    padding: 17px 18px;
    background: var(--a28-navy);
}

.audit-v28-confirmation__meta span {
    color: #91a5bb;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.audit-v28-confirmation__meta strong {
    color: #ffffff;
    font-size: 13px;
    overflow-wrap: anywhere;
}

.audit-v28-confirmation__details {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--a28-line);
    border-radius: 17px;
    background: var(--a28-line);
}

.audit-v28-confirmation__details > div {
    display: grid;
    gap: 7px;
    min-width: 0;
    padding: 17px 19px;
    background: #ffffff;
}

.audit-v28-confirmation__details span {
    color: var(--a28-muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.audit-v28-confirmation__details strong {
    color: var(--a28-ink);
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.audit-v28-confirmation__next {
    margin-top: 19px;
    padding: 18px 20px;
    border-left: 3px solid var(--a28-blue);
    background: #f3f7ff;
}

.audit-v28-confirmation__next p {
    margin: 5px 0 0;
    color: var(--a28-muted);
    font-size: 13px;
    line-height: 1.55;
}

.audit-v28-confirmation__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 23px;
}

.audit-v28-confirmation__actions button,
.audit-v28-confirmation__actions a {
    display: inline-flex;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid var(--a28-line);
    border-radius: 12px;
    background: #ffffff;
    color: var(--a28-ink);
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
}

.audit-v28-confirmation__actions button:first-child {
    border-color: var(--a28-blue);
    background: var(--a28-blue);
    color: #ffffff;
}

@media (max-width: 1080px) {
    .audit-v28__hero-grid,
    .audit-v28__request-grid {
        grid-template-columns: 1fr;
    }

    .audit-v28__hero-panel {
        max-width: 760px;
    }

    .audit-v28__request-copy {
        position: static;
    }
}

@media (max-width: 820px) {
    .audit-v28__intro,
    .audit-v28__request,
    .audit-v28__after {
        padding: 70px 0;
    }

    .audit-v28__section-heading {
        display: grid;
        gap: 18px;
    }

    .audit-v28__axes,
    .audit-v28__after-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .audit-v28__hero {
        padding: 38px 0 55px;
    }

    .audit-v28__hero h1 {
        font-size: 41px;
    }

    .audit-v28__hero-metrics,
    .audit-v28__axes,
    .audit-v28__after-grid,
    .audit-v28__fields,
    .audit-v28__choices {
        grid-template-columns: 1fr;
    }

    .audit-v28__hero-metrics {
        gap: 17px;
    }

    .audit-v28__hero-metrics div,
    .audit-v28__hero-metrics div + div {
        padding: 0;
        border-left: 0;
    }

    .audit-v28__hero-metrics div + div {
        padding-top: 17px;
        border-top: 1px solid rgba(255,255,255,.12);
    }

    .audit-v28__progress {
        padding-right: 12px;
        padding-left: 12px;
    }

    .audit-v28__progress button strong {
        display: none;
    }

    .audit-v28__form-heading,
    .audit-v28__form {
        padding-right: 22px;
        padding-left: 22px;
    }

    .audit-v28__field--full {
        grid-column: auto;
    }

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

    .audit-v28__next,
    .audit-v28__back,
    .audit-v28__submit {
        width: 100%;
        min-width: 0;
    }

    .audit-v28__step-actions > span {
        display: none;
    }

    .audit-v28-confirmation__heading,
    .audit-v28-confirmation__meta,
    .audit-v28-confirmation__details {
        grid-template-columns: 1fr;
    }

    .audit-v28-confirmation__actions {
        display: grid;
    }

    .audit-v28-confirmation__actions button,
    .audit-v28-confirmation__actions a {
        width: 100%;
    }
}

@media print {
    body * {
        visibility: hidden !important;
    }

    .audit-v28-confirmation,
    .audit-v28-confirmation * {
        visibility: visible !important;
    }

    .audit-v28-confirmation {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

    .audit-v28-confirmation__actions {
        display: none !important;
    }
}
