html,
body {
    min-height: 100%;
    background: #050608 !important;
}

body {
    overflow-x: clip;
}

body:has(.cox-matricula-page),
body:has(.cox-matricula-page) #page,
body:has(.cox-matricula-page) .site,
body:has(.cox-matricula-page) .site-content,
body:has(.cox-matricula-page) .content-area,
body:has(.cox-matricula-page) #content,
body:has(.cox-matricula-page) .entry-content,
body:has(.cox-matricula-page) .page-content,
body:has(.cox-matricula-page) .elementor,
body:has(.cox-matricula-page) .elementor-section-wrap,
body:has(.cox-matricula-page) .elementor-widget-wrap,
body:has(.cox-matricula-page) .elementor-widget-container,
body:has(.cox-matricula-page) .e-con,
body:has(.cox-matricula-page) .e-con-inner {
    background-color: #050608 !important;
}

.cox-matricula-page {
    --cox-font-heading: Rajdhani, Inter, ui-sans-serif, system-ui, sans-serif;
    --cox-font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    --cox-color-red: #ed1c24;
    --cox-color-red-bright: #ed1c24;
    --cox-color-red-soft: #ed1c24;
    --cox-color-white: #ffffff;
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    min-height: 100dvh;
    position: relative;
    overflow: hidden;
    padding: clamp(28px, 5vw, 72px) 18px max(clamp(28px, 5vw, 72px), calc(env(safe-area-inset-bottom, 0px) + 28px));
    background-color: #050608;
    background-image:
        radial-gradient(circle at 78% 18%, rgba(237, 28, 36, .22), transparent 22%),
        radial-gradient(circle at 18% 78%, rgba(237, 28, 36, .12), transparent 26%),
        linear-gradient(135deg, #020304 0%, #090b10 52%, #050608 100%);
    color: #fff;
    font-family: var(--cox-font-body);
    margin: 0 0 -2px;
    box-shadow: 0 0 0 100vmax #050608;
    clip-path: inset(0 -100vmax);
    isolation: isolate;
}

.cox-matricula-page * {
    box-sizing: border-box;
}

.cox-matricula-grid {
    position: absolute;
    inset: 0;
    z-index: -2;
    background-image:
        linear-gradient(rgba(237, 28, 36, .13) 1px, transparent 1px),
        linear-gradient(90deg, rgba(237, 28, 36, .13) 1px, transparent 1px);
    background-size: 74px 74px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%);
    opacity: .18;
}

.cox-matricula-particles {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.cox-matricula-particles span {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: rgba(237, 28, 36, .95);
    box-shadow: 0 0 22px rgba(237, 28, 36, .98), 0 0 42px rgba(237, 28, 36, .52);
    opacity: 0;
    animation: coxMatriculaParticle 3.8s linear infinite;
}

.cox-matricula-particles span:nth-child(4n) {
    width: 8px;
    height: 8px;
    box-shadow: 0 0 26px rgba(237, 28, 36, 1), 0 0 58px rgba(237, 28, 36, .58);
}

.cox-matricula-particles span:nth-child(7n) {
    width: 10px;
    height: 10px;
    background: rgba(237, 28, 36, .95);
    filter: blur(.2px);
}

.cox-matricula-particles span:nth-child(n+31) {
    animation-duration: 3.2s;
}

.cox-matricula-particles span:nth-child(n+49) {
    animation-duration: 2.9s;
}

.cox-matricula-particles span:nth-child(n+31):nth-child(odd) {
    width: 5px;
    height: 5px;
}

.cox-matricula-particles span:nth-child(1) { left: 6%; top: 86%; animation-delay: 0s; animation-duration: 5.4s; }
.cox-matricula-particles span:nth-child(2) { left: 12%; top: 42%; animation-delay: .2s; animation-duration: 6.2s; }
.cox-matricula-particles span:nth-child(3) { left: 18%; top: 18%; animation-delay: .8s; animation-duration: 5.8s; }
.cox-matricula-particles span:nth-child(4) { left: 25%; top: 74%; animation-delay: 1.1s; animation-duration: 6.5s; }
.cox-matricula-particles span:nth-child(5) { left: 32%; top: 30%; animation-delay: .4s; animation-duration: 5.6s; }
.cox-matricula-particles span:nth-child(6) { left: 38%; top: 92%; animation-delay: 1.5s; animation-duration: 6.1s; }
.cox-matricula-particles span:nth-child(7) { left: 44%; top: 50%; animation-delay: .7s; animation-duration: 5.2s; }
.cox-matricula-particles span:nth-child(8) { left: 51%; top: 12%; animation-delay: 1.9s; animation-duration: 6.7s; }
.cox-matricula-particles span:nth-child(9) { left: 58%; top: 80%; animation-delay: .9s; animation-duration: 5.9s; }
.cox-matricula-particles span:nth-child(10) { left: 64%; top: 36%; animation-delay: 2.2s; animation-duration: 6.4s; }
.cox-matricula-particles span:nth-child(11) { left: 70%; top: 62%; animation-delay: 1.3s; animation-duration: 5.5s; }
.cox-matricula-particles span:nth-child(12) { left: 76%; top: 24%; animation-delay: 2.8s; animation-duration: 6.8s; }
.cox-matricula-particles span:nth-child(13) { left: 82%; top: 88%; animation-delay: 1.8s; animation-duration: 5.7s; }
.cox-matricula-particles span:nth-child(14) { left: 88%; top: 46%; animation-delay: 3.1s; animation-duration: 6.2s; }
.cox-matricula-particles span:nth-child(15) { left: 94%; top: 70%; animation-delay: 2.4s; animation-duration: 5.3s; }
.cox-matricula-particles span:nth-child(16) { left: 8%; top: 64%; animation-delay: 3.4s; animation-duration: 6.6s; }
.cox-matricula-particles span:nth-child(17) { left: 16%; top: 92%; animation-delay: 2.9s; animation-duration: 5.8s; }
.cox-matricula-particles span:nth-child(18) { left: 28%; top: 8%; animation-delay: 3.8s; animation-duration: 6s; }
.cox-matricula-particles span:nth-child(19) { left: 34%; top: 58%; animation-delay: 4.2s; animation-duration: 5.6s; }
.cox-matricula-particles span:nth-child(20) { left: 47%; top: 28%; animation-delay: 3.6s; animation-duration: 6.3s; }
.cox-matricula-particles span:nth-child(21) { left: 54%; top: 94%; animation-delay: 4.6s; animation-duration: 5.4s; }
.cox-matricula-particles span:nth-child(22) { left: 62%; top: 8%; animation-delay: 4.9s; animation-duration: 6.5s; }
.cox-matricula-particles span:nth-child(23) { left: 68%; top: 76%; animation-delay: 5.1s; animation-duration: 5.9s; }
.cox-matricula-particles span:nth-child(24) { left: 74%; top: 52%; animation-delay: 4.1s; animation-duration: 6.1s; }
.cox-matricula-particles span:nth-child(25) { left: 80%; top: 14%; animation-delay: 5.4s; animation-duration: 5.7s; }
.cox-matricula-particles span:nth-child(26) { left: 86%; top: 82%; animation-delay: 5.8s; animation-duration: 6.6s; }
.cox-matricula-particles span:nth-child(27) { left: 92%; top: 30%; animation-delay: 4.7s; animation-duration: 5.5s; }
.cox-matricula-particles span:nth-child(28) { left: 22%; top: 48%; animation-delay: 5.2s; animation-duration: 6.2s; }
.cox-matricula-particles span:nth-child(29) { left: 40%; top: 70%; animation-delay: 5.7s; animation-duration: 5.6s; }
.cox-matricula-particles span:nth-child(30) { left: 56%; top: 44%; animation-delay: 6.1s; animation-duration: 6.8s; }
.cox-matricula-particles span:nth-child(31) { left: 4%; top: 18%; animation-delay: .1s; animation-duration: 4.2s; }
.cox-matricula-particles span:nth-child(32) { left: 11%; top: 78%; animation-delay: .6s; animation-duration: 4.8s; }
.cox-matricula-particles span:nth-child(33) { left: 19%; top: 34%; animation-delay: 1.1s; animation-duration: 4.4s; }
.cox-matricula-particles span:nth-child(34) { left: 27%; top: 88%; animation-delay: 1.7s; animation-duration: 5s; }
.cox-matricula-particles span:nth-child(35) { left: 35%; top: 16%; animation-delay: .3s; animation-duration: 4.1s; }
.cox-matricula-particles span:nth-child(36) { left: 43%; top: 82%; animation-delay: .9s; animation-duration: 4.7s; }
.cox-matricula-particles span:nth-child(37) { left: 49%; top: 22%; animation-delay: 1.4s; animation-duration: 4.3s; }
.cox-matricula-particles span:nth-child(38) { left: 57%; top: 66%; animation-delay: 2s; animation-duration: 4.9s; }
.cox-matricula-particles span:nth-child(39) { left: 65%; top: 14%; animation-delay: .5s; animation-duration: 4.5s; }
.cox-matricula-particles span:nth-child(40) { left: 72%; top: 90%; animation-delay: 1.2s; animation-duration: 5.1s; }
.cox-matricula-particles span:nth-child(41) { left: 79%; top: 38%; animation-delay: 1.8s; animation-duration: 4.2s; }
.cox-matricula-particles span:nth-child(42) { left: 87%; top: 74%; animation-delay: .4s; animation-duration: 4.8s; }
.cox-matricula-particles span:nth-child(43) { left: 95%; top: 20%; animation-delay: 1s; animation-duration: 4.4s; }
.cox-matricula-particles span:nth-child(44) { left: 7%; top: 52%; animation-delay: 1.6s; animation-duration: 4.6s; }
.cox-matricula-particles span:nth-child(45) { left: 31%; top: 46%; animation-delay: .8s; animation-duration: 4s; }
.cox-matricula-particles span:nth-child(46) { left: 52%; top: 58%; animation-delay: 1.9s; animation-duration: 4.7s; }
.cox-matricula-particles span:nth-child(47) { left: 69%; top: 50%; animation-delay: .2s; animation-duration: 4.3s; }
.cox-matricula-particles span:nth-child(48) { left: 91%; top: 86%; animation-delay: 1.3s; animation-duration: 4.9s; }
.cox-matricula-particles span:nth-child(49) { left: 3%; top: 66%; animation-delay: .15s; animation-duration: 3.5s; }
.cox-matricula-particles span:nth-child(50) { left: 14%; top: 12%; animation-delay: .55s; animation-duration: 3.1s; }
.cox-matricula-particles span:nth-child(51) { left: 24%; top: 62%; animation-delay: .95s; animation-duration: 3.7s; }
.cox-matricula-particles span:nth-child(52) { left: 39%; top: 38%; animation-delay: 1.35s; animation-duration: 3.2s; }
.cox-matricula-particles span:nth-child(53) { left: 46%; top: 6%; animation-delay: .25s; animation-duration: 3.4s; }
.cox-matricula-particles span:nth-child(54) { left: 61%; top: 74%; animation-delay: .75s; animation-duration: 3.8s; }
.cox-matricula-particles span:nth-child(55) { left: 76%; top: 10%; animation-delay: 1.15s; animation-duration: 3.3s; }
.cox-matricula-particles span:nth-child(56) { left: 97%; top: 54%; animation-delay: 1.55s; animation-duration: 3.6s; }
.cox-matricula-particles span:nth-child(57) { left: 9%; top: 32%; animation-delay: 2.05s; animation-duration: 3.2s; }
.cox-matricula-particles span:nth-child(58) { left: 21%; top: 84%; animation-delay: 2.35s; animation-duration: 3.9s; }
.cox-matricula-particles span:nth-child(59) { left: 53%; top: 18%; animation-delay: 2.65s; animation-duration: 3.4s; }
.cox-matricula-particles span:nth-child(60) { left: 67%; top: 92%; animation-delay: 2.95s; animation-duration: 3.1s; }
.cox-matricula-particles span:nth-child(61) { left: 83%; top: 58%; animation-delay: 3.15s; animation-duration: 3.5s; }
.cox-matricula-particles span:nth-child(62) { left: 90%; top: 8%; animation-delay: 3.45s; animation-duration: 3.7s; }
.cox-matricula-particles span:nth-child(63) { left: 29%; top: 22%; animation-delay: 3.75s; animation-duration: 3.2s; }
.cox-matricula-particles span:nth-child(64) { left: 72%; top: 42%; animation-delay: 4.05s; animation-duration: 3.6s; }

@keyframes coxMatriculaParticle {
    0% {
        opacity: 0;
        transform: translate3d(-18px, 42px, 0) scale(.55);
    }

    14% {
        opacity: 1;
    }

    72% {
        opacity: .74;
    }

    100% {
        opacity: 0;
        transform: translate3d(70px, -150px, 0) scale(1.2);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cox-matricula-particles span,
    .cox-submit,
    .cox-submit::before,
    .cox-submit span,
    .cox-summary-card::before,
    .cox-summary-card-glow {
        animation: none;
        transform: none;
        transition: none;
    }

    .cox-matricula-particles span {
        opacity: .35;
    }
}

.cox-matricula-shell {
    width: min(100%, 1180px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.cox-matricula-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(8, 10, 15, .22), rgba(14, 18, 27, .1));
    box-shadow: 0 32px 100px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(10px) saturate(130%);
    -webkit-backdrop-filter: blur(10px) saturate(130%);
}

.cox-matricula-hero {
    position: relative;
    min-height: 240px;
    background: #090b10;
}

.cox-matricula-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(8, 10, 15, .82));
    pointer-events: none;
}

.cox-matricula-hero img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 240px;
    object-fit: cover;
}

.cox-matricula-body {
    padding: clamp(26px, 5vw, 50px);
}

.cox-matricula-kicker {
    margin: 0 0 12px;
    color: rgba(255, 255, 255, .58);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cox-matricula-body h1 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(36px, 6vw, 64px);
    line-height: .98;
    letter-spacing: 0;
    font-weight: 950;
    font-family: var(--cox-font-heading);
}

.cox-title-red {
    color: #ed1c24;
    text-shadow: 0 0 28px rgba(237, 28, 36, .2);
}

.cox-matricula-kicker,
.cox-stage-heading span,
.cox-field-label,
.cox-price-eyebrow,
.cox-progress li,
.cox-method-card > span,
.cox-choice strong,
.cox-mission-card strong,
.cox-price-summary strong,
.cox-summary-grid strong,
.cox-submit,
.cox-secondary-button {
    font-family: var(--cox-font-heading);
}

.cox-matricula-copy {
    max-width: 640px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, .72);
    font-size: 18px;
    line-height: 1.65;
}

.cox-alert {
    margin-top: 24px;
    padding: 14px 16px;
    border-radius: 8px;
    font-weight: 700;
    line-height: 1.45;
}

.cox-alert-success {
    border: 1px solid rgba(70, 220, 150, .34);
    background: rgba(31, 160, 103, .14);
    color: #b7f7d6;
}

.cox-alert-error {
    border: 1px solid rgba(237, 28, 36, .42);
    background: rgba(237, 28, 36, .12);
    color: rgba(255, 255, 255, .86);
}

.cox-form-notice {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(237, 28, 36, .42);
    border-radius: 8px;
    background: rgba(237, 28, 36, .12);
    color: rgba(255, 255, 255, .86);
    font-weight: 800;
    line-height: 1.45;
}

.cox-form-notice[hidden] {
    display: none;
}

.cox-matricula-form {
    margin-top: 30px;
}

.cox-honeypot-field {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.cox-field-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.cox-field {
    display: grid;
    gap: 8px;
}

.cox-field-full {
    grid-column: 1 / -1;
}

.cox-field label,
.cox-field > label {
    color: rgba(255, 255, 255, .88);
    font-size: 15px;
    font-weight: 850;
}

.cox-field label span {
    color: #ed1c24;
}

.cox-field input[type="text"],
.cox-field input[type="email"],
.cox-field input[type="tel"],
.cox-field input[type="date"],
.cox-field select,
.cox-field textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, .055);
    color: #fff;
    font: inherit;
    font-size: 16px;
    padding: 13px 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.cox-select-wrap {
    position: relative;
}

.cox-select-wrap::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 2px solid rgba(255, 255, 255, .75);
    border-bottom: 2px solid rgba(255, 255, 255, .75);
    pointer-events: none;
    transform: translateY(-65%) rotate(45deg);
}

.cox-field select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 44px;
}

.cox-field select option {
    background: #10131a;
    color: #fff;
}

.cox-field textarea {
    min-height: 116px;
    resize: vertical;
}

.cox-field input::placeholder,
.cox-field textarea::placeholder {
    color: rgba(255, 255, 255, .42);
}

.cox-field input:focus,
.cox-field select:focus,
.cox-field textarea:focus {
    border-color: rgba(237, 28, 36, .82);
    background: rgba(255, 255, 255, .085);
    box-shadow: 0 0 0 4px rgba(237, 28, 36, .18);
}

.cox-field-error input[type="text"],
.cox-field-error input[type="email"],
.cox-field-error input[type="tel"],
.cox-field-error input[type="date"],
.cox-field-error select,
.cox-field-error textarea {
    border-color: rgba(255, 205, 70, .98);
    background: rgba(255, 205, 70, .075);
    box-shadow: 0 0 0 4px rgba(255, 205, 70, .16), 0 0 28px rgba(255, 205, 70, .12);
}

.cox-field-error > label {
    color: #ffe39a;
}

.cox-field-error .cox-choice > span,
.cox-field-error .cox-day span,
.cox-field-error .cox-referral-choice > span,
.cox-field-error .cox-method-card > span,
.cox-field-error .cox-mission-card > span,
.cox-field-error .cox-terms-check {
    border-color: rgba(255, 205, 70, .85);
    box-shadow: 0 0 0 4px rgba(255, 205, 70, .12);
}

.cox-choice-stack {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cox-package-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cox-choice,
.cox-day {
    cursor: pointer;
    user-select: none;
}

.cox-choice {
    display: grid;
    min-height: 112px;
}

.cox-choice input,
.cox-day input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cox-choice > span {
    display: grid;
    align-content: center;
    gap: 8px;
    min-height: 112px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
    padding: 16px;
    transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.cox-choice strong {
    color: #fff;
    font-size: 18px;
}

.cox-choice small {
    color: #ed1c24;
    font-size: 14px;
    line-height: 1.35;
}

.cox-choice input:checked + span,
.cox-day input:checked + span {
    border-color: rgba(237, 28, 36, .92);
    background: rgba(237, 28, 36, .14);
    box-shadow: 0 12px 34px rgba(237, 28, 36, .16);
}

.cox-choice:hover > span,
.cox-day:hover span {
    transform: translateY(-2px);
    border-color: rgba(237, 28, 36, .54);
}

.cox-days-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
}

.cox-day span {
    display: grid;
    min-height: 46px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.cox-referral-box {
    border: 1px solid rgba(237, 28, 36, .22);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(237, 28, 36, .1), rgba(255, 255, 255, .035));
    padding: 16px;
}

.cox-referral-types {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.cox-referral-choice {
    cursor: pointer;
    user-select: none;
}

.cox-referral-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cox-referral-choice > span {
    display: grid;
    gap: 7px;
    min-height: 96px;
    align-content: center;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
    padding: 15px;
    transition: border-color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.cox-referral-choice strong {
    color: #fff;
    font-size: 16px;
}

.cox-referral-choice small {
    color: rgba(255, 255, 255, .64);
    font-size: 14px;
    line-height: 1.35;
}

.cox-referral-choice:hover > span {
    transform: translateY(-2px);
    border-color: rgba(237, 28, 36, .54);
}

.cox-referral-choice input:checked + span {
    border-color: rgba(237, 28, 36, .92);
    background: rgba(237, 28, 36, .16);
    box-shadow: 0 14px 34px rgba(237, 28, 36, .18);
}

.cox-referral-box input[disabled] {
    cursor: not-allowed;
    opacity: .58;
}

.cox-referral-status {
    margin: -2px 0 0;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.35;
}

.cox-referral-status[hidden] {
    display: none;
}

.cox-referral-status[data-state="pending"] {
    color: rgba(255, 255, 255, .68);
}

.cox-referral-status[data-state="success"] {
    color: #b7f7d6;
}

.cox-referral-status[data-state="error"] {
    color: rgba(255, 255, 255, .86);
}

.cox-terms-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .055);
    padding: 14px 16px;
    cursor: pointer;
}

.cox-terms-check input {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #ed1c24;
}

.cox-terms-check span {
    color: rgba(255, 255, 255, .82);
    font-size: 15px;
    font-weight: 800;
    line-height: 1.45;
}

.cox-terms-check a {
    color: #ed1c24;
    text-decoration: none;
}

.cox-help {
    margin: 0;
    color: rgba(255, 255, 255, .5);
    font-size: 14px;
}

.cox-price-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 24px;
    border: 1px solid rgba(237, 28, 36, .28);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(237, 28, 36, .14), rgba(255, 255, 255, .045));
    padding: 18px;
}

.cox-price-summary > div {
    display: grid;
    gap: 6px;
}

.cox-price-eyebrow {
    color: rgba(255, 255, 255, .56);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.cox-price-summary strong {
    color: #fff;
    font-size: clamp(19px, 3vw, 28px);
    line-height: 1.1;
}

.cox-price-summary p {
    max-width: 390px;
    margin: 0;
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
    line-height: 1.45;
}

.cox-price-summary s {
    color: rgba(255, 255, 255, .54);
    font-weight: 700;
}

.cox-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    width: min(100%, 420px);
    min-height: 58px;
    margin-top: 24px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(135deg, #ed1c24, #c9001b);
    color: #fff;
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    padding: 0 22px;
    box-shadow: 0 18px 42px rgba(237, 28, 36, .32);
    position: relative;
    overflow: hidden;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.cox-submit::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, .28) 45%, transparent 70%);
    transform: translateX(-120%);
    transition: transform .55s ease;
}

.cox-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 54px rgba(237, 28, 36, .48);
}

.cox-submit:hover::before {
    transform: translateX(120%);
}

.cox-submit span {
    position: relative;
    font-size: 22px;
    line-height: 1;
    transition: transform .22s ease;
}

.cox-submit:hover span {
    transform: translateX(4px);
}

@media (max-width: 860px) {
    .cox-matricula-page {
        background-image:
            radial-gradient(circle at 78% 18%, rgba(237, 28, 36, .18), transparent 26%),
            linear-gradient(135deg, #020304 0%, #090b10 52%, #050608 100%);
    }

    .cox-field-grid,
    .cox-choice-stack,
    .cox-referral-types {
        grid-template-columns: 1fr;
    }

    .cox-days-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cox-price-summary {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 520px) {
    .cox-matricula-page {
        padding: 18px 12px;
    }

    .cox-matricula-card {
        border-radius: 10px;
    }

    .cox-matricula-hero,
    .cox-matricula-hero img {
        min-height: 170px;
    }

    .cox-matricula-body {
        padding: 24px 16px;
    }

    .cox-matricula-body h1 {
        font-size: clamp(34px, 12vw, 48px);
    }

    .cox-days-grid {
        grid-template-columns: 1fr;
    }

    .cox-submit {
        width: 100%;
    }
}

.cox-confirmation {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 14px;
    margin-top: 26px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(237, 28, 36, .16), rgba(255, 255, 255, .045));
    padding: clamp(24px, 5vw, 42px);
}

.cox-confirmation h2 {
    max-width: 720px;
    margin: 0;
    color: #fff;
    font-size: clamp(30px, 5vw, 54px);
    line-height: 1;
}

.cox-confirmation p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .74);
    font-size: 17px;
    line-height: 1.6;
}

.cox-confirmation strong {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    color: #fff;
    font-size: 18px;
}

.cox-confirmation code {
    border: 1px solid rgba(237, 28, 36, .38);
    border-radius: 8px;
    background: rgba(0, 0, 0, .44);
    color: #ed1c24;
    padding: 6px 9px;
}

.cox-confirmation-orbit {
    position: absolute;
    right: -90px;
    top: -90px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(237, 28, 36, .26);
    border-radius: 999px;
    box-shadow: 0 0 80px rgba(237, 28, 36, .16);
}

.cox-support-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.cox-support-links a,
.cox-secondary-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(237, 28, 36, .48);
    border-radius: 8px;
    background: rgba(0, 0, 0, .24);
    color: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    padding: 0 16px;
    cursor: pointer;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.cox-support-links a:hover,
.cox-secondary-button:hover {
    transform: translateY(-2px);
    border-color: rgba(237, 28, 36, .9);
    background: rgba(237, 28, 36, .12);
    box-shadow: 0 14px 32px rgba(237, 28, 36, .18);
}

.cox-progress {
    --cox-progress: 0%;
    --cox-progress-ratio: 0;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
    isolation: isolate;
}

.cox-progress::before,
.cox-progress::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 18px;
    top: 26px;
    height: 2px;
    border-radius: 999px;
    pointer-events: none;
}

.cox-progress::before {
    z-index: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .16), rgba(255, 255, 255, .08));
}

.cox-progress::after {
    z-index: 0;
    right: 18px;
    background: linear-gradient(90deg, #b90614, #ed1c24, #b90614);
    box-shadow: 0 0 18px rgba(237, 28, 36, .52);
    transform: scaleX(var(--cox-progress-ratio));
    transform-origin: left center;
    transition: transform .35s ease;
}

.cox-progress li {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 8px;
    align-content: start;
    min-height: 74px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .035));
    color: rgba(255, 255, 255, .56);
    font-size: 12px;
    font-weight: 900;
    line-height: 1.2;
    padding: 12px;
    text-transform: uppercase;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: border-color .2s ease, color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cox-progress li[hidden] {
    display: none;
}

.cox-progress span {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: #090b10;
    color: #fff;
    line-height: 1;
    padding: 0 0 1px;
    box-shadow: 0 0 0 4px rgba(8, 10, 15, .88);
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.cox-progress li.is-active,
.cox-progress li.is-complete {
    border-color: rgba(237, 28, 36, .55);
    background: rgba(237, 28, 36, .13);
    color: #fff;
}

.cox-progress li.is-active {
    box-shadow: 0 16px 38px rgba(237, 28, 36, .16);
    transform: translateY(-1px);
}

.cox-progress li.is-active span,
.cox-progress li.is-complete span {
    border-color: rgba(237, 28, 36, .9);
    background: linear-gradient(135deg, #ed1c24, #b90018);
    box-shadow: 0 0 0 4px rgba(8, 10, 15, .9), 0 0 22px rgba(237, 28, 36, .58);
}

.cox-progress li.is-valid {
    border-color: rgba(64, 220, 142, .58);
    background: rgba(31, 160, 103, .13);
    color: #d8ffe8;
}

.cox-progress li.is-valid span {
    border-color: rgba(64, 220, 142, .9);
    background: linear-gradient(135deg, #3ee58e, #119b58);
    box-shadow: 0 0 0 4px rgba(8, 10, 15, .9), 0 0 22px rgba(64, 220, 142, .45);
}

.cox-progress li.is-active:not(.is-valid) span {
    border-color: rgba(237, 28, 36, .9);
    background: linear-gradient(135deg, #ed1c24, #b90018);
}

.cox-stage {
    animation: coxStageEnter .32s ease both;
}

.cox-stage[hidden] {
    display: none;
}

@keyframes coxStageEnter {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cox-stage-heading {
    display: grid;
    gap: 7px;
    margin: 0 0 20px;
}

.cox-stage-heading span,
.cox-field-label {
    color: #ed1c24;
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cox-stage-heading h2,
.cox-stage-heading h3 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 4vw, 40px);
    line-height: 1.05;
}

.cox-compact-heading h3 {
    font-size: clamp(20px, 3vw, 28px);
}

.cox-stage-message,
.cox-auto-day,
.cox-no-discount,
.cox-generation-note {
    border: 1px solid rgba(70, 220, 150, .26);
    border-radius: 8px;
    background: rgba(31, 160, 103, .1);
    color: #b7f7d6;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.5;
    padding: 13px 15px;
}

.cox-stage-message {
    margin-bottom: 18px;
}

.cox-auto-day {
    color: rgba(255, 255, 255, .84);
    background: rgba(255, 255, 255, .055);
    border-color: rgba(255, 255, 255, .12);
}

.cox-auto-day strong {
    color: #ed1c24;
}

.cox-auto-day span {
    display: block;
    margin-top: 6px;
    color: rgba(255, 255, 255, .86);
}

.cox-no-discount {
    border-color: rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .055);
    color: rgba(255, 255, 255, .78);
}

.cox-method-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.cox-method-card,
.cox-mission-card {
    cursor: pointer;
    user-select: none;
}

.cox-method-card input,
.cox-mission-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.cox-method-card > span,
.cox-mission-card > span {
    display: grid;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 10px;
    background: rgba(255, 255, 255, .055);
    color: #fff;
    transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.cox-method-card > span {
    min-height: 72px;
    place-items: center;
    font-size: 18px;
    font-weight: 950;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.cox-method-card:hover > span,
.cox-mission-card:hover > span {
    transform: translateY(-2px);
    border-color: rgba(237, 28, 36, .54);
}

.cox-method-card input:checked + span,
.cox-mission-card input:checked + span {
    border-color: rgba(237, 28, 36, .92);
    background: rgba(237, 28, 36, .14);
    box-shadow: 0 14px 36px rgba(237, 28, 36, .18);
}

.cox-method-description {
    margin: 0 0 18px;
    border-left: 3px solid #ed1c24;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.65;
    padding: 4px 0 4px 16px;
}

.cox-mission-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cox-mission-card[hidden] {
    display: none;
}

.cox-mission-card > span {
    min-height: 158px;
    align-content: start;
    padding: 18px;
}

.cox-mission-card strong {
    color: #fff;
    font-size: 19px;
    line-height: 1.15;
}

.cox-mission-card small {
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.45;
}

.cox-mission-card em {
    align-self: end;
    color: #ed1c24;
    font-size: 15px;
    font-style: normal;
    font-weight: 950;
}

.cox-discount-panel {
    display: grid;
    gap: 16px;
}

.cox-discount-panel [hidden],
.cox-referral-box[hidden] {
    display: none;
}

.cox-discount-panel .cox-referral-types {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 10px;
}

.cox-referral-box label {
    display: block;
    margin-bottom: 9px;
    color: rgba(255, 255, 255, .88);
    font-size: 15px;
    font-weight: 850;
}

.cox-referral-box input[type="text"] {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, .055);
    color: #fff;
    font: inherit;
    font-size: 16px;
    padding: 13px 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.cox-referral-box input[type="text"]:focus {
    border-color: rgba(237, 28, 36, .82);
    background: rgba(255, 255, 255, .085);
    box-shadow: 0 0 0 4px rgba(237, 28, 36, .18);
}

.cox-hour-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cox-guardian-fields {
    display: grid;
    gap: 16px;
    border: 1px solid rgba(237, 28, 36, .25);
    border-radius: 12px;
    background: rgba(237, 28, 36, .08);
    padding: 18px;
}

.cox-guardian-fields[hidden] {
    display: none;
}

.cox-guardian-authorization {
    margin-top: 2px;
}

.cox-step-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
}

.cox-step-actions .cox-submit {
    margin-top: 0;
}

.cox-summary-card {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 20px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .035)),
        radial-gradient(circle at 20% 0%, rgba(237, 28, 36, .22), transparent 34%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, .045) 0 1px, transparent 1px 18px),
        rgba(8, 10, 15, .58);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .42), inset 0 0 0 1px rgba(255, 255, 255, .05);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    padding: clamp(20px, 4vw, 34px);
}

.cox-summary-card::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent, rgba(255, 255, 255, .16), transparent),
        linear-gradient(180deg, rgba(255, 255, 255, .08), transparent 38%);
    transform: translateX(-120%);
    animation: coxSummaryGlass 4.2s ease-in-out infinite;
}

.cox-summary-card-glow {
    position: absolute;
    inset: -40% auto auto -12%;
    width: 42%;
    height: 120%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(237, 28, 36, .18), transparent);
    filter: blur(12px);
    transform: rotate(18deg);
    animation: coxSummaryScanner 3.8s linear infinite;
}

@keyframes coxSummaryGlass {
    0%,
    42% {
        transform: translateX(-120%);
    }

    72%,
    100% {
        transform: translateX(120%);
    }
}

@keyframes coxSummaryScanner {
    from {
        left: -38%;
    }

    to {
        left: 112%;
    }
}

.cox-summary-card > *:not(.cox-summary-card-glow) {
    position: relative;
    z-index: 1;
}

.cox-summary-brand {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
    padding-bottom: 18px;
    margin-bottom: 4px;
}

.cox-summary-brand span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    background: #000;
    box-shadow: 0 14px 34px rgba(237, 28, 36, .2);
}

.cox-summary-brand img {
    display: block;
    width: 29px;
    height: 29px;
    object-fit: contain;
}

.cox-summary-brand strong {
    color: #fff;
    display: block;
    font-family: var(--cox-font-heading);
    font-size: clamp(24px, 4vw, 38px);
    font-weight: 950;
    line-height: .95;
    text-transform: uppercase;
}

.cox-summary-brand small,
.cox-summary-brand p {
    margin: 0;
    color: rgba(255, 255, 255, .58);
    font-family: var(--cox-font-heading);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.cox-summary-brand p {
    margin-top: 6px;
    color: rgba(255, 255, 255, .7);
    letter-spacing: .08em;
}

.cox-summary-brand em {
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(237, 28, 36, .42);
    border-radius: 999px;
    color: rgba(255, 255, 255, .72);
    font-family: var(--cox-font-heading);
    font-size: 22px;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .08em;
    box-shadow: inset 0 0 26px rgba(237, 28, 36, .14), 0 0 38px rgba(237, 28, 36, .12);
}

.cox-summary-card .cox-price-summary {
    margin-top: 0;
    background: rgba(0, 0, 0, .2);
    border-color: rgba(237, 28, 36, .34);
}

.cox-summary-grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 12px;
    background: rgba(0, 0, 0, .16);
}

.cox-summary-grid article {
    display: grid;
    gap: 6px;
    grid-column: span 6;
    min-height: 94px;
    align-content: center;
    border: 0;
    border-right: 1px solid rgba(255, 255, 255, .1);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    border-radius: 0;
    background: rgba(255, 255, 255, .045);
    padding: 16px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

.cox-summary-grid article:nth-child(2n),
.cox-summary-grid article:last-child {
    border-right: 0;
}

.cox-summary-grid article:nth-last-child(-n+2) {
    border-bottom: 0;
}

.cox-summary-grid .cox-summary-item-1,
.cox-summary-grid .cox-summary-item-3,
.cox-summary-grid .cox-summary-item-11 {
    grid-column: 1 / -1;
    border-right: 0;
}

.cox-summary-grid .cox-summary-item-7,
.cox-summary-grid .cox-summary-item-9 {
    background: rgba(237, 28, 36, .08);
}

.cox-summary-grid span {
    color: rgba(255, 255, 255, .56);
    font-size: 12px;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.cox-summary-grid strong {
    color: #fff;
    font-size: 17px;
    line-height: 1.35;
}

.cox-generation-note {
    margin: 18px 0 0;
}

@media (max-width: 1024px) {
    .cox-progress {
        display: flex;
        gap: 0;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 24px;
        padding: 4px 0 18px;
    }

    .cox-progress li {
        flex: 1 1 0;
        width: auto;
        min-height: auto;
        display: flex;
        justify-content: center;
        border: 0 !important;
        border-radius: 0;
        background: transparent !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        color: transparent;
        font-size: 0;
        line-height: 0;
        padding: 0;
        transform: none !important;
    }

    .cox-progress::before,
    .cox-progress::after {
        left: 17px;
        right: 17px;
        top: 21px;
    }

    .cox-progress span {
        width: 34px;
        height: 34px;
        color: #fff;
        font-size: 14px;
        line-height: 1;
        font-weight: 950;
    }
}

@media (max-width: 860px) {
    .cox-summary-brand {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .cox-summary-brand em {
        display: none;
    }

    .cox-summary-grid article,
    .cox-summary-grid .cox-summary-item-1,
    .cox-summary-grid .cox-summary-item-3,
    .cox-summary-grid .cox-summary-item-11 {
        grid-column: 1 / -1;
        border-right: 0;
    }

    .cox-summary-grid article:nth-last-child(-n+2) {
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .cox-summary-grid article:last-child {
        border-bottom: 0;
    }

    .cox-method-grid,
    .cox-mission-grid,
    .cox-hour-grid,
    .cox-summary-grid,
    .cox-discount-panel .cox-referral-types {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .cox-step-actions {
        display: grid;
    }

    .cox-secondary-button,
    .cox-support-links a {
        width: 100%;
    }
}
