﻿:root {
    --brand-deep: #082e6c;
    --brand-mid: #14559c;
    --brand-warm: #f4b425;
    --brand-pop: #3f9fd5;
    --brand-pop-2: #f6d66e;
    --text-main: #10284a;
    --text-muted: #3f526b;
    --surface: #ffffff;
    --surface-soft: #eff4fb;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: var(--text-main);
    background: radial-gradient(circle at 15% 15%, #d1e2f2 0%, #dce7f5 38%, #e6edf7 100%);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    margin: 0 0 0.7rem;
    font-family: "Sora", sans-serif;
    line-height: 1.2;
}

p {
    margin: 0 0 1rem;
    color: var(--text-muted);
    font-size: 1.1rem;
    line-height: 1.68;
}


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

.naea-red {
    color: #c11f25 !important;
    font-weight: 700;
}

.campus-link {
    color: #0b4c9c;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

.campus-link:hover {
    color: #05356c;
    text-decoration-color: #f4b425;
}

.campus-link:focus-visible {
    outline: 2px solid #f4b425;
    outline-offset: 2px;
    border-radius: 4px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

section,
header {
    scroll-margin-top: 130px;
}

.container {
    width: min(1120px, 92vw);
    margin: 0 auto;
    padding: 0 1rem;
}

section .container {
    width: min(1240px, 95vw);
}

.section-title {
    text-align: center;
    margin-bottom: 1.2rem;
    font-size: clamp(2.2rem, 3.6vw, 2.9rem);
    color: #122e46;
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 84px;
    height: 4px;
    border-radius: 999px;
    margin: 0.7rem auto 0;
    background: linear-gradient(90deg, var(--brand-mid), var(--brand-warm));
}

.bg-light {
    background: linear-gradient(180deg, #deebf8 0%, #d4e5f6 100%);
}

.section-layer {
    position: relative;
    overflow: hidden;
}

.section-layer::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(124, 204, 224, 0.2), rgba(124, 204, 224, 0));
    top: -150px;
    right: -140px;
    pointer-events: none;
}

.section-layer .container {
    position: relative;
    z-index: 1;
}

.section-about {
    background: linear-gradient(180deg, #d6e4f4 0%, #c8d6e7 100%);
}

.section-test {
    background: linear-gradient(180deg, #fffef5 0%, #fff4df 100%);
}

.section-registration {
    background: linear-gradient(180deg, #dce6f3 0%, #d0e0f0 100%);
}

.section-testimonials {
    background: linear-gradient(180deg, #fff9ec 0%, #ffefdc 100%);
}

.section-contact {
    background: linear-gradient(180deg, #d7e2f4 0%, #cbd5e7 100%);
}

.section-about::before {
    background: radial-gradient(circle, rgba(108, 199, 227, 0.26), rgba(108, 199, 227, 0));
}

.section-test::before {
    background: radial-gradient(circle, rgba(242, 188, 106, 0.24), rgba(242, 188, 106, 0));
}

.section-registration::before {
    background: radial-gradient(circle, rgba(102, 206, 174, 0.22), rgba(102, 206, 174, 0));
}

.section-testimonials::before {
    background: radial-gradient(circle, rgba(244, 166, 92, 0.24), rgba(244, 166, 92, 0));
}

.section-contact::before {
    background: radial-gradient(circle, rgba(116, 152, 226, 0.24), rgba(116, 152, 226, 0));
}

.section-about .section-kicker {
    background: #d2e2fb;
    border-color: #95b4d3;
    color: #264f69;
}

.section-test .section-kicker {
    background: #fff7e8;
    border-color: #f1d7aa;
    color: #8b6126;
}

.section-registration .section-kicker {
    background: #e3f0eb;
    border-color: #8fc7b4;
    color: #1f6355;
}

.section-testimonials .section-kicker {
    background: #fff3e4;
    border-color: #f0cfab;
    color: #8a5821;
}

.section-contact .section-kicker {
    background: #e3ecfa;
    border-color: #94aac9;
    color: #2f4f7e;
}

.section-about .section-title::after {
    background: linear-gradient(90deg, #107c9f, #56b5d3);
}

.section-test .section-title::after {
    background: linear-gradient(90deg, #ce8b2f, #f3be6c);
}

.section-registration .section-title::after {
    background: linear-gradient(90deg, #20846d, #6ec4ab);
}

.section-testimonials .section-title::after {
    background: linear-gradient(90deg, #b86d2a, #e4a86f);
}

.section-contact .section-title::after {
    background: linear-gradient(90deg, #2f4d88, #6d8bc4);
}

.section-kicker {
    width: fit-content;
    margin: 0 auto 0.55rem;
    padding: 0.26rem 0.75rem;
    border-radius: 999px;
    border: 1px solid #aac8d9;
    background: #d8ecfa;
    color: #2a5f7d;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    animation: fadeSlide 0.7s ease both;
}

.section-layer .section-title {
    animation: fadeSlide 0.8s ease both;
}

.section-layer .section-title + p,
.section-layer .about-showcase,
.section-layer .test-media-strip,
.section-layer .registration-intro,
.section-layer .testimonials-grid,
.section-layer .contact-layout {
    animation: fadeSlide 1s ease both;
}

.glass-nav {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: min(1180px, 94vw);
    border-radius: 20px;
    padding: 0.62rem 0;
    z-index: 1000;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 16px 34px rgba(8, 62, 92, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    animation: navReveal 0.8s ease both;
}

.glass-nav::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(130deg, rgba(255, 255, 255, 0.9), rgba(122, 198, 225, 0.45));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
}

.brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    font-family: "Sora", sans-serif;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(135deg, var(--brand-pop), var(--brand-pop-2));
    box-shadow: 0 8px 20px rgba(14, 109, 141, 0.35);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-text strong {
    font-size: 1rem;
    color: #0c4260;
}

.brand-text small {
    font-size: 0.63rem;
    color: #405d72;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.nav-links > li {
    position: relative;
}

.nav-account-floating {
    position: fixed;
    top: 16px;
    right: max(3vw, 18px);
    z-index: 1005;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-account-menu {
    position: relative;
}

.nav-account-menu summary {
    list-style: none;
    cursor: pointer;
}

.nav-account-menu summary::-webkit-details-marker {
    display: none;
}

.nav-account-icon {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(17, 53, 75, 0.12);
    background: linear-gradient(135deg, #ffffff, #e9f4ff);
    box-shadow: 0 10px 22px rgba(12, 66, 96, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nav-account-icon svg {
    width: 20px;
    height: 20px;
    fill: #0f4564;
}

.nav-account-menu summary:hover .nav-account-icon,
.nav-account-menu[open] .nav-account-icon {
    transform: translateY(-1px);
    border-color: rgba(18, 90, 128, 0.22);
    box-shadow: 0 14px 28px rgba(12, 66, 96, 0.18);
}

.nav-account-dropdown {
    position: absolute;
    top: calc(100% + 0.7rem);
    right: 0;
    min-width: 220px;
    padding: 0.95rem;
    border-radius: 18px;
    border: 1px solid rgba(171, 198, 217, 0.7);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 40px rgba(8, 62, 92, 0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.nav-account-label {
    margin: 0 0 0.22rem;
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #668298;
    font-weight: 700;
}

.nav-account-name {
    margin: 0 0 0.8rem;
    color: #103850;
    font-weight: 700;
}

.nav-account-link {
    width: 100%;
    justify-content: center;
    padding: 0.62rem 0.9rem !important;
    border-radius: 999px;
    color: #ffffff !important;
    background: linear-gradient(130deg, #d9272d 0%, #f15a43 100%);
    box-shadow: 0 10px 24px rgba(217, 39, 45, 0.24);
}

.nav-account-link:hover {
    transform: translateY(-1px);
    color: #ffffff !important;
}

@media (max-width: 760px) {
    .nav-account-floating {
        top: 12px;
        right: 14px;
    }

    .nav-account-dropdown {
        min-width: 200px;
    }
}

.nav-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    color: #11354b;
    font-size: 0.99rem;
    font-weight: 600;
    transition: transform 0.2s ease, color 0.2s ease;
}

.nav-dropdown details {
    position: relative;
}

.nav-dropdown summary {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    color: #11354b;
    font-size: 0.99rem;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
    transition: transform 0.2s ease, color 0.2s ease;
}

.nav-dropdown summary::-webkit-details-marker {
    display: none;
}

.nav-dropdown summary::before {
    content: "";
    width: 0.48rem;
    height: 0.48rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg) translateY(-1px);
    transition: transform 0.2s ease;
}

.nav-dropdown summary::after {
    content: "";
    position: absolute;
    left: 16%;
    right: 16%;
    bottom: 7px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--brand-mid), #84aec0);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.nav-dropdown summary:hover {
    color: #09506f;
    transform: translateY(-1px);
}

.nav-dropdown details[open] summary::before {
    transform: rotate(-135deg) translateY(-1px);
}

.nav-dropdown summary:hover::after,
.nav-dropdown details[open] summary::after {
    transform: scaleX(1);
}

.nav-submenu {
    position: absolute;
    top: calc(100% + 0.65rem);
    left: 50%;
    z-index: 1100;
    width: min(300px, 78vw);
    margin: 0;
    padding: 0.55rem;
    border-radius: 18px;
    border: 1px solid rgba(170, 198, 217, 0.95);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 32px rgba(8, 62, 92, 0.18);
    transform: translateX(-50%);
}

.nav-submenu li + li {
    margin-top: 0.2rem;
}

.nav-submenu a {
    width: 100%;
    justify-content: flex-start;
    padding: 0.72rem 0.85rem;
    border-radius: 12px;
    color: #15405b;
    font-size: 0.93rem;
    line-height: 1.35;
    white-space: normal;
}

.nav-submenu a:hover {
    background: #eff7ff;
    color: #0b4f76;
}

.nav-links a:not(.btn-nav)::after {
    content: "";
    position: absolute;
    left: 16%;
    right: 16%;
    bottom: 7px;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--brand-mid), #84aec0);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.25s ease;
}

.nav-links a:not(.btn-nav):hover {
    color: #09506f;
    transform: translateY(-1px);
}

.nav-links a:not(.btn-nav):hover::after {
    transform: scaleX(1);
}

.btn-nav {
    color: #ffffff !important;
    background: linear-gradient(130deg, var(--brand-deep) 0%, var(--brand-mid) 58%, var(--brand-warm) 120%);
    box-shadow: 0 8px 22px rgba(24, 96, 171, 0.35);
}

.btn-nav:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 28px rgba(24, 96, 171, 0.42);
}

.final-nav .nav-dropdown summary {
    color: #143759;
}

.final-nav .nav-dropdown summary::after {
    background: linear-gradient(90deg, var(--final-orange), var(--final-red));
}

.oc-nav .nav-dropdown summary {
    color: #143759;
}

.oc-nav .nav-dropdown summary::after {
    background: linear-gradient(90deg, var(--oc-orange), var(--oc-yellow));
}

.home-hero {
    position: relative;
    overflow: hidden;
    padding: 160px 0 92px;
    color: #ffffff;
    background: linear-gradient(135deg, #082e6c 0%, #14559c 55%, #73b8d4 100%);
}

.home-hero-aurora {
    position: absolute;
    border-radius: 50%;
    filter: blur(20px);
    pointer-events: none;
    opacity: 0.48;
}

.home-hero-aurora-a {
    width: 320px;
    height: 320px;
    top: 70px;
    left: -80px;
    background: rgba(255, 207, 87, 0.34);
}

.home-hero-aurora-b {
    width: 420px;
    height: 420px;
    right: -120px;
    bottom: -80px;
    background: rgba(130, 227, 248, 0.28);
}

.home-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: 2rem;
    align-items: center;
}

.home-hero-copy h1 {
    font-size: clamp(2.8rem, 5.6vw, 4.9rem);
    color: #f7fdff;
}

.home-hero-copy p {
    max-width: 620px;
    color: rgba(247, 254, 255, 0.92);
}

.home-hero-tags {
    margin-top: 0.2rem;
}

.home-hero-panel {
    display: grid;
    gap: 1rem;
}

.home-register-spotlight {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffe15f 0%, #ffb72f 40%, #ff7e34 72%, #ff4a43 100%);
    box-shadow: 0 22px 42px rgba(18, 44, 84, 0.28);
    animation: pulseBadge 1.8s ease-in-out infinite, homeRegisterFlash 2.8s ease-in-out infinite;
}

.home-register-spotlight::before {
    content: "";
    position: absolute;
    top: -140%;
    left: -24%;
    width: 26%;
    height: 380%;
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(20deg);
    animation: homeRegisterSweep 3.6s ease-in-out infinite;
}

.home-register-badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 94px;
    min-height: 40px;
    padding: 0 0.8rem;
    border-radius: 999px;
    background: rgba(18, 25, 38, 0.18);
    color: #111722;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.home-register-copy {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 0.14rem;
    min-width: 0;
}

.home-register-copy strong {
    font-family: "Sora", sans-serif;
    font-size: clamp(1.35rem, 2.8vw, 1.9rem);
    color: #111722;
}

.home-register-copy small {
    color: rgba(17, 23, 34, 0.86);
    font-size: 0.96rem;
    line-height: 1.4;
}

.home-register-arrow {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.28);
    color: #111722;
    font-size: 1.8rem;
    font-weight: 700;
}

.home-highlight-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.9rem;
}

.home-highlight-grid > * {
    flex: 1 1 0;
    min-width: 0;
}

.home-highlight-chip {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 148px;
    padding: 1rem 1rem 0.95rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.26);
    box-shadow: 0 18px 36px rgba(4, 43, 67, 0.24);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-highlight-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 38px rgba(4, 43, 67, 0.28);
}

.home-highlight-chip-title,
.home-highlight-chip-date {
    margin: 0;
    color: #ffffff;
}

.home-highlight-chip-title {
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.25;
}

.home-highlight-chip-date {
    margin-top: 0.45rem;
    color: rgba(241, 249, 255, 0.92);
    font-size: 0.9rem;
    line-height: 1.35;
}

.home-highlight-chip-actions {
    display: flex;
    width: 100%;
    margin-top: 0.9rem;
}

.home-chip-register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
    text-align: center;
}

.home-chip-register {
    color: #143759;
    background: #ffffff;
}

.home-highlight-chip-prediction {
    background: rgba(117, 209, 255, 0.16);
    border-color: rgba(117, 209, 255, 0.34);
}

.home-highlight-chip-final {
    background: rgba(255, 176, 111, 0.16);
    border-color: rgba(255, 176, 111, 0.34);
}

.home-highlight-chip-oc {
    background: rgba(255, 226, 110, 0.16);
    border-color: rgba(255, 226, 110, 0.34);
}

.home-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.home-overview-section {
    background: linear-gradient(180deg, #fffef5 0%, #f6f9ff 100%);
}

.home-overview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
    margin-top: 1.25rem;
}

.home-overview-card,
.home-action-card {
    position: relative;
    padding: 1.45rem 1.25rem;
    border-radius: 18px;
    border: 1px solid #b3c5da;
    background: linear-gradient(180deg, #ffffff, #dce7fb);
    box-shadow: 0 10px 24px rgba(16, 69, 100, 0.08);
}

.home-overview-card::before,
.home-action-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 18px 18px 0 0;
}

.home-overview-card-prediction::before {
    background: linear-gradient(90deg, #1d73b7, #76c5de);
}

.home-overview-card-final::before {
    background: linear-gradient(90deg, #ff9728, #f23d3b);
}

.home-overview-card-oc::before {
    background: linear-gradient(90deg, #0a61b3, #f4be24);
}

.home-overview-card h3,
.home-action-card h3 {
    color: #134157;
    font-size: 1.34rem;
}

.home-card-kicker {
    margin-bottom: 0.55rem;
    color: #1f5d7d;
    font-weight: 700;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.home-overview-card .info-list {
    min-height: 156px;
}

.home-overview-card .btn {
    width: 100%;
}

.home-quick-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    padding: 160px 0 196px;
    background: linear-gradient(132deg, var(--brand-deep) 0%, var(--brand-mid) 52%, #689fc7 82%, #f6c85b 125%);
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(-32deg, rgba(255, 255, 255, 0.08) 0 12px, rgba(255, 255, 255, 0) 12px 28px);
    opacity: 0.28;
    animation: stripeShift 26s linear infinite;
    z-index: 0;
}

.hero::after {
    content: "";
    position: absolute;
    inset: -45% 0 auto;
    height: 78%;
    background: radial-gradient(circle at 18% 28%, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0));
    animation: pulseGlow 7.5s ease-in-out infinite;
    z-index: 0;
}

.energy-lines {
    position: absolute;
    width: 540px;
    height: 540px;
    right: -130px;
    top: -110px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.34);
    opacity: 0.48;
    z-index: 1;
    animation: spinOrbit 24s linear infinite;
}

.energy-lines::before,
.energy-lines::after {
    content: "";
    position: absolute;
    border-radius: inherit;
    inset: 34px;
    border: 1.5px dashed rgba(158, 225, 240, 0.45);
}

.energy-lines::after {
    inset: 72px;
    border-color: rgba(243, 196, 123, 0.4);
}

.shape {
    position: absolute;
    z-index: 1;
}

.shape-zig {
    width: 120px;
    height: 120px;
    left: 6.5%;
    top: 23%;
    background: linear-gradient(135deg, #f8d28e, #ec9d46);
    clip-path: polygon(0 22%, 38% 22%, 38% 0, 100% 0, 100% 34%, 64% 34%, 64% 60%, 100% 60%, 100% 100%, 0 100%, 0 66%, 32% 66%, 32% 40%, 0 40%);
    filter: drop-shadow(0 12px 20px rgba(10, 4, 56, 0.32));
    animation: pulseTile 3.3s ease-in-out infinite;
}

.shape-ring {
    width: 190px;
    height: 190px;
    border-radius: 50%;
    border: 18px solid rgba(130, 208, 229, 0.56);
    right: 39%;
    bottom: 14%;
    animation: bounceTilt 6.2s ease-in-out infinite;
}

.blob {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    mix-blend-mode: screen;
    filter: blur(12px);
    opacity: 0.76;
    animation: drift 9s ease-in-out infinite alternate;
}

.blob-1 {
    width: 320px;
    height: 320px;
    left: -90px;
    top: 110px;
    background: #4db1c7;
}

.blob-2 {
    width: 280px;
    height: 280px;
    right: 9%;
    top: 24%;
    background: #fbd18a;
    animation-delay: -2.6s;
}

.blob-3 {
    width: 420px;
    height: 420px;
    right: -140px;
    bottom: 20px;
    background: #489bbd;
    animation-delay: -1.2s;
}

.hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
    align-items: center;
}

.hero-text {
    animation: fadeUp 0.9s ease both;
}

.eyebrow {
    display: inline-flex;
    margin-bottom: 0.85rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.12);
    color: #d8ebff;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
}

.hero-text h1 {
    margin-bottom: 0.95rem;
    font-size: clamp(2.4rem, 5vw, 4.5rem);
    color: #f7fdff;
}

.highlight {
    background: linear-gradient(90deg, #ffffff, #fff4d2, #76c1da);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmerText 5.4s ease infinite;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.95rem;
}

.hero-tags span {
    padding: 0.32rem 0.64rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.46);
    color: #d0e9f8;
    font-size: 0.76rem;
    font-weight: 600;
}

.hero-text p {
    font-size: 1.05rem;
    max-width: 560px;
    color: rgba(247, 254, 255, 0.92);
}

.hero-buttons {
    margin: 1.95rem 0 1.3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.5rem;
    border-radius: 999px;
    font-weight: 700;
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.btn::before {
    content: "";
    position: absolute;
    top: -130%;
    left: -15%;
    width: 38%;
    height: 360%;
    background: rgba(255, 255, 255, 0.42);
    transform: rotate(20deg);
    transition: left 0.5s ease;
}

.btn:hover::before {
    left: 120%;
}

.btn-primary {
    color: #ffffff;
    background: linear-gradient(130deg, var(--brand-deep) 0%, var(--brand-mid) 58%, var(--brand-warm) 120%);
    box-shadow: 0 10px 24px rgba(24, 96, 171, 0.38);
}

.btn-primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 14px 30px rgba(24, 96, 171, 0.45);
}

.btn-outline {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.65);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 10px 24px rgba(4, 52, 74, 0.26);
}

.btn-outline:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
}

.hero-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(95px, 1fr));
    gap: 0.85rem;
    max-width: 560px;
}

.metric {
    padding: 0.75rem 0.9rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    background: linear-gradient(140deg, rgba(9, 70, 97, 0.44), rgba(27, 128, 162, 0.24));
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.metric:nth-child(1) {
    transform: rotate(-1.4deg);
}

.metric:nth-child(2) {
    transform: rotate(1deg);
}

.metric:nth-child(3) {
    transform: rotate(-0.8deg);
}

.metric span {
    display: block;
    color: #ffffff;
    font-family: "Sora", sans-serif;
    font-size: 1.25rem;
    margin-bottom: 0.15rem;
}

.metric p {
    margin: 0;
    color: rgba(245, 251, 255, 0.9);
    font-size: 0.8rem;
}

.hero-visual {
    position: relative;
    animation: fadeUp 1.1s ease both;
}

.image-frame {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    border: 3px solid rgba(255, 255, 255, 0.54);
    box-shadow: 0 24px 44px rgba(5, 42, 58, 0.45);
    clip-path: polygon(0 6%, 100% 0, 100% 93%, 0 100%);
    transform: perspective(1200px) rotateY(-8deg) rotateX(4deg);
    transition: transform 0.45s ease;
    animation: floatVisual 4.8s ease-in-out infinite;
}

.image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0));
    pointer-events: none;
}

.image-frame:hover {
    transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.hero-visual img {
    width: 100%;
    height: min(500px, 58vh);
    object-fit: cover;
    display: block;
}

.floating-card {
    position: absolute;
    max-width: 220px;
    padding: 0.8rem 0.95rem;
    border-radius: 14px;
    border: 1px solid rgba(19, 94, 126, 0.12);
    background: rgba(255, 255, 255, 0.96);
    color: #0f3550;
    box-shadow: 0 10px 26px rgba(3, 54, 77, 0.22);
    animation: floatCard 4.8s ease-in-out infinite;
}

.floating-card strong {
    display: block;
    margin-bottom: 0.2rem;
    font-family: "Sora", sans-serif;
    font-size: 0.95rem;
}

.floating-card p {
    margin: 0;
    font-size: 0.84rem;
    color: #314d60;
}

.card-a {
    top: 7%;
    right: -10%;
    transform: rotate(4deg);
}

.card-b {
    left: -13%;
    bottom: 6%;
    transform: rotate(-3.5deg);
    animation-delay: -2.4s;
}

.wave-container {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    z-index: 2;
    line-height: 0;
    pointer-events: none;
}

.wave-container svg {
    width: 100%;
    height: 188px;
    display: block;
}

section {
    padding: 56px 0;
}

#test-information {
    margin-top: -1px;
    background: #ffffff;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.25rem;
}

.card {
    position: relative;
    padding: 2rem 1.6rem;
    border-radius: 22px;
    border: 1px solid #b6c9de;
    background: linear-gradient(180deg, #ffffff, #dce7fb);
    text-align: center;
    box-shadow: 0 10px 24px rgba(16, 69, 100, 0.08);
    transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    border-radius: 22px 22px 0 0;
    background: linear-gradient(90deg, #0d6e85, #ef9a41);
}

.card::after {
    content: "";
    position: absolute;
    width: 54px;
    height: 54px;
    right: -15px;
    top: -15px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #f5cc7b, #eeaa56);
    opacity: 0.4;
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-8px) rotate(-0.35deg);
    box-shadow: 0 18px 32px rgba(16, 69, 100, 0.14);
}

.card:hover::after {
    transform: scale(1.1);
}

.card h4 {
    color: #134157;
    margin-bottom: 0.6rem;
    font-size: 1.22rem;
}

.card p {
    margin: 0;
    color: #445a70;
}

#about > .container > p {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.05rem;
}

.about-ribbon {
    margin: 1rem auto 1.25rem;
    max-width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.6rem;
}

.about-ribbon span {
    padding: 0.42rem 0.8rem;
    border-radius: 999px;
    border: 1px solid #bfd4e2;
    background: #ffffff;
    color: #1f4f6b;
    font-weight: 600;
    font-size: 0.9rem;
}

.about-showcase {
    margin: 1.1rem 0 1.25rem;
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 1rem;
    align-items: stretch;
}

.about-image-main {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    min-height: 280px;
    box-shadow: 0 16px 30px rgba(16, 69, 100, 0.14);
}

.about-image-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform 0.45s ease;
}

.about-image-main:hover img {
    transform: scale(1.08);
}

.about-image-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(150deg, rgba(12, 67, 97, 0.28), rgba(255, 255, 255, 0));
}

.about-side-stack {
    display: grid;
    gap: 0.9rem;
}

.about-mini-card {
    border: 1px solid #c1d5e4;
    border-radius: 16px;
    padding: 1rem 0.95rem;
    background: linear-gradient(180deg, #ffffff, #dfeafb);
    box-shadow: 0 8px 18px rgba(16, 69, 100, 0.08);
    animation: floatMini 5s ease-in-out infinite;
}

.about-mini-card:nth-child(2) {
    animation-delay: -2.5s;
}

.about-mini-card h4 {
    margin-bottom: 0.4rem;
    color: #145273;
    font-size: 1.1rem;
}

.about-mini-card p {
    margin: 0;
    font-size: 1.02rem;
}

#registration {
    background: linear-gradient(180deg, #ffffff 0%, #dce7fb 100%);
}

.about-grid {
    margin-top: 1.35rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.1rem;
}

.about-card {
    position: relative;
    padding: 1.3rem 1.15rem;
    border-radius: 16px;
    border: 1px solid #b6c9de;
    background: linear-gradient(180deg, #ffffff, #dce7fb);
    box-shadow: 0 8px 20px rgba(16, 69, 100, 0.07);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.about-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(90deg, #0d6e8a, #e9a447);
}

.about-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 28px rgba(16, 69, 100, 0.12);
}

.about-card h4 {
    color: #134157;
    margin-bottom: 0.45rem;
    font-size: 1.22rem;
}

.about-card p {
    margin: 0;
    font-size: 1.08rem;
    text-align: left;
}

.test-info-strip {
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
}

.info-chip {
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.78rem;
    border-radius: 999px;
    border: 1px solid #a5bbcf;
    background: #d6e4f8;
    color: #155272;
    font-weight: 600;
    font-size: 0.92rem;
    box-shadow: 0 4px 12px rgba(20, 88, 120, 0.08);
}

.test-info-header {
    max-width: 1080px;
    margin: 0 auto 1rem;
    text-align: center;
}

.test-info-header h4 {
    margin-bottom: 0.45rem;
    color: #134157;
    font-size: 1.62rem;
}

.test-info-header p {
    margin: 0;
}

.test-note {
    margin: 0.8rem auto 1.3rem;
    max-width: 1080px;
    text-align: center;
    font-size: 1.02rem;
    color: #4f6d84;
}

.test-media-strip {
    margin: 0 0 1.2rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(240px, 1fr));
    gap: 1rem;
}

.test-media-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 220px;
    box-shadow: 0 14px 28px rgba(16, 69, 100, 0.14);
    transform: translateZ(0);
}

.test-media-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.test-media-card:hover img {
    transform: scale(1.08);
}

.test-media-overlay {
    position: absolute;
    inset: auto 0 0;
    padding: 0.95rem;
    background: linear-gradient(180deg, rgba(8, 49, 74, 0) 0%, rgba(8, 49, 74, 0.82) 100%);
}

.test-media-overlay h4 {
    color: #ffffff;
    margin-bottom: 0.28rem;
    font-size: 1.1rem;
}

.test-media-overlay p {
    color: rgba(238, 248, 255, 0.95);
    margin: 0;
    font-size: 0.96rem;
}

.test-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.1rem;
    margin-bottom: 1.1rem;
}

.test-panel {
    position: relative;
    border: 1px solid #b3c5da;
    border-radius: 16px;
    padding: 1.2rem 1.15rem;
    background: linear-gradient(180deg, #ffffff, #dce7fb);
    box-shadow: 0 8px 20px rgba(16, 69, 100, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.test-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    border-radius: 16px 0 0 16px;
    background: linear-gradient(180deg, #0d6e8a, #e9a447);
}

.test-panel:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 26px rgba(16, 69, 100, 0.12);
}

.test-panel h4 {
    color: #134157;
    margin-bottom: 0.55rem;
    font-size: 1.2rem;
}

.test-panel p {
    margin-bottom: 0.75rem;
}

.info-list {
    margin: 0.2rem 0 0.75rem 1rem;
    padding-left: 0.25rem;
    list-style: disc;
}

.info-list li {
    margin-bottom: 0.38rem;
    color: #446579;
    font-size: 1.06rem;
}

.device-option {
    border-top: 1px dashed #adbfcd;
    margin-top: 0.9rem;
    padding-top: 0.9rem;
    background: #eaf4ff;
    border-radius: 10px;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

.device-option h5 {
    margin: 0 0 0.45rem;
    color: #155272;
    font-size: 1rem;
    font-family: "Sora", sans-serif;
}

.table-wrap {
    overflow-x: auto;
}

.test-structure-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 420px;
    background: #ffffff;
}

.test-structure-table th,
.test-structure-table td {
    border: 1px solid #b5c6da;
    padding: 0.55rem 0.6rem;
    text-align: left;
    font-size: 1.03rem;
    color: #3f6176;
}

.test-structure-table th {
    background: #cad8e9;
    color: #134157;
    font-family: "Sora", sans-serif;
    font-size: 0.96rem;
}

.test-structure-table tbody tr:nth-child(even) {
    background: #dfeafb;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.2rem;
}

@media (min-width: 980px) {
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .testimonials-grid .testimonial-card:nth-child(2) {
        margin-top: 14px;
    }
}

.testimonial-card {
    position: relative;
    padding: 1.45rem 1.2rem;
    border-radius: 18px;
    border: 1px solid #b3c5da;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(16, 69, 100, 0.08);
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.testimonial-stars {
    margin-bottom: 0.5rem;
    color: #f1ad49;
    font-size: 0.92rem;
    letter-spacing: 0.05em;
}

.testimonial-card::before {
    content: "\201C";
    position: absolute;
    top: 8px;
    left: 14px;
    font-size: 2rem;
    line-height: 1;
    color: #87bddf;
    font-family: "Sora", sans-serif;
}

.testimonial-card p {
    margin: 0 0 0.9rem;
    padding-top: 0.6rem;
}

.testimonial-card h4 {
    margin: 0;
    color: #155272;
    font-size: 1.1rem;
}

.testimonial-meta {
    display: inline-flex;
    margin-top: 0.55rem;
    padding: 0.24rem 0.6rem;
    border-radius: 999px;
    background: #d8ecfb;
    border: 1px solid #bdd2e2;
    color: #3c6880;
    font-size: 0.84rem;
    font-weight: 600;
}

.testimonial-user {
    margin-top: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.testimonial-user img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #c6d7e7;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(16, 69, 100, 0.14);
}

.contact-layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    align-items: stretch;
}

.contact-lead {
    margin: 0 auto 1.2rem;
    max-width: 960px;
    text-align: center;
    font-size: 1.12rem;
}

.contact-banner {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 1rem;
    min-height: 220px;
    box-shadow: 0 14px 28px rgba(16, 69, 100, 0.14);
}

.contact-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.03);
    animation: slowZoom 10s ease-in-out infinite alternate;
}

.contact-banner-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.1rem;
    background: linear-gradient(180deg, rgba(8, 49, 74, 0.08), rgba(8, 49, 74, 0.78));
}

.contact-banner-overlay h4 {
    color: #ffffff;
    margin-bottom: 0.3rem;
    font-size: 1.25rem;
}

.contact-banner-overlay p {
    color: rgba(234, 246, 255, 0.96);
    margin: 0;
    font-size: 0.98rem;
}

.contact-cards {
    display: grid;
    gap: 0.85rem;
    height: 100%;
    padding: 1.15rem;
    border-radius: 20px;
    border: 1px solid #a5bbda;
    background: linear-gradient(180deg, #ffffff, #e3ecfa);
    box-shadow: 0 14px 32px rgba(16, 69, 100, 0.1);
    grid-template-rows: repeat(3, minmax(0, 1fr));
}

.contact-card {
    padding: 1rem;
    border-radius: 14px;
    border: 1px solid #b4c7d8;
    background: #dce7fb;
    box-shadow: 0 6px 16px rgba(16, 69, 100, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.contact-card h4 {
    margin-bottom: 0.35rem;
    color: #134157;
    font-size: 1.16rem;
}

.contact-card p {
    margin: 0;
}

.contact-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 22px rgba(16, 69, 100, 0.12);
}

.contact-alt {
    max-width: none;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.registration-details {
    margin: 0;
    max-width: none;
    border: 1px solid #b3c5da;
    border-radius: 18px;
    background: linear-gradient(180deg, #ffffff, #dfeafb);
    box-shadow: 0 12px 28px rgba(16, 69, 100, 0.09);
    padding: 1.3rem 1.25rem;
}

.registration-intro {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(300px, 1fr);
    gap: 1.2rem;
    margin-bottom: 1rem;
    align-items: stretch;
}

.registration-visual {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    min-height: 260px;
    box-shadow: 0 14px 30px rgba(16, 69, 100, 0.14);
}

.registration-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.registration-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(10, 66, 95, 0.25), rgba(255, 255, 255, 0));
}

.registration-badge {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 0.4rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #c0d0e0;
    color: #1f5d7d;
    font-weight: 700;
    font-size: 0.85rem;
    z-index: 2;
    animation: pulseBadge 2.8s ease-in-out infinite;
}

.registration-badge.badge-alt {
    left: auto;
    right: 14px;
    bottom: 52px;
    animation-delay: -1.2s;
}

.registration-highlight {
    border: 1px solid #d5e7f2;
    border-radius: 18px;
    padding: 1.15rem 1.05rem;
    background: linear-gradient(180deg, #ffffff, #dce7fb);
    box-shadow: 0 10px 22px rgba(16, 69, 100, 0.1);
}

.registration-highlight h4 {
    color: #155272;
    margin-bottom: 0.45rem;
}

.registration-highlight p {
    margin-bottom: 0.6rem;
}

.registration-details h4 {
    margin-bottom: 0.75rem;
    color: #134157;
    font-size: 1.52rem;
}

.registration-block + .registration-block {
    margin-top: 0.95rem;
    padding-top: 0.95rem;
    border-top: 1px dashed #c8ddea;
}

.registration-block h5 {
    margin: 0 0 0.45rem;
    color: #155272;
    font-size: 1.16rem;
    font-family: "Sora", sans-serif;
}

.registration-block p {
    margin: 0 0 0.6rem;
}

.register-cta {
    margin-top: 0.2rem;
}

.contact-form {
    max-width: 660px;
    margin: 0 auto;
    padding: 2.05rem;
    border-radius: 20px;
    border: 1px solid #b4c6dc;
    background: linear-gradient(180deg, #ffffff, #e8f2fd);
    box-shadow: 0 14px 32px rgba(16, 69, 100, 0.1);
}

/* Section-specific surface tinting */
.section-about .about-card,
.section-about .about-mini-card {
    background: linear-gradient(180deg, #ffffff, #dce6f2);
    border-color: #bad2e2;
}

.section-about .about-ribbon span {
    background: #d8ecfb;
    border-color: #b8d4e2;
}

.section-test .test-panel {
    background: linear-gradient(180deg, #fffef8, #fff3dd);
    border-color: #f1dcc0;
}

.section-test .info-chip {
    background: #fff7ea;
    border-color: #efdab8;
    color: #7a582a;
}

.section-test .device-option {
    background: #fffaf1;
    border-top-color: #ebd9be;
}

.section-registration .registration-highlight,
.section-registration .registration-details {
    background: linear-gradient(180deg, #ffffff, #e5f2ee);
    border-color: #bad5cd;
}

.section-registration .registration-badge {
    background: rgba(238, 251, 247, 0.95);
    border-color: #c0e3d8;
    color: #1c5c50;
}

.section-testimonials .testimonial-card {
    background: linear-gradient(180deg, #fffefc, #fff4e8);
    border-color: #efd8bb;
}

.section-testimonials .testimonial-meta {
    background: #fff3e4;
    border-color: #efcfac;
    color: #855421;
}

.section-contact .contact-card,
.section-contact .contact-form {
    background: linear-gradient(180deg, #ffffff, #e3ecfa);
    border-color: #a5bbda;
}

.form-group {
    margin-bottom: 0.9rem;
}

input,
select,
textarea {
    width: 100%;
    padding: 0.88rem 0.96rem;
    border-radius: 10px;
    border: 1px solid #a4bdd6;
    background: #ffffff;
    color: var(--text-main);
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

select {
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #0b5d7a 50%), linear-gradient(135deg, #0b5d7a 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: #0a5a74;
    box-shadow: 0 0 0 4px rgba(14, 118, 150, 0.16);
    transform: translateY(-1px);
}

.btn-block {
    width: 100%;
    margin-top: 0.6rem;
}

footer {
    background: linear-gradient(135deg, #041f34 0%, #0a3f58 100%);
    color: #deeeff;
    text-align: center;
    padding: 1.4rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
}

footer p {
    margin: 0;
    color: inherit;
}

.final-selective-page {
    --final-blue: #2f5e90;
    --final-blue-dark: #173263;
    --final-blue-deeper: #112753;
    --final-yellow: #ffe534;
    --final-orange: #ff962f;
    --final-red: #f3312f;
    --final-cream: #fff7c1;
    --final-card-border: rgba(196, 235, 255, 0.62);
    background: linear-gradient(180deg, #315f90 0%, #2f5c8d 58%, #183163 100%);
    color: #ffffff;
}

.final-selective-page p,
.final-selective-page li {
    color: rgba(255, 255, 255, 0.92);
}

.final-nav {
    background: rgba(251, 253, 255, 0.88);
}

.final-nav .brand-text strong,
.final-nav .nav-links a {
    color: #143759;
}

.final-nav-links a:not(.btn-nav)::after {
    background: linear-gradient(90deg, var(--final-orange), var(--final-red));
}

.final-hero {
    position: relative;
    overflow: hidden;
    padding: 148px 0 56px;
    min-height: 88vh;
    background:
        radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0) 28%),
        linear-gradient(180deg, #315f90 0%, #2e5b8c 72%, #224673 100%);
}

.final-top-line {
    position: absolute;
    top: 78px;
    left: max(5vw, 38px);
    width: 18px;
    height: 104px;
    background: linear-gradient(180deg, #fff25b, var(--final-yellow));
    box-shadow: 0 10px 22px rgba(255, 229, 52, 0.25);
}

.final-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    opacity: 0.3;
    pointer-events: none;
}

.final-glow-a {
    width: 300px;
    height: 300px;
    left: -70px;
    bottom: 70px;
    background: rgba(255, 182, 63, 0.34);
}

.final-glow-b {
    width: 340px;
    height: 340px;
    right: -80px;
    top: 120px;
    background: rgba(255, 255, 255, 0.18);
}

.final-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
    gap: 3.2rem;
    align-items: center;
}

.final-copy {
    padding-top: 34px;
    min-width: 0;
}

.final-brand-row {
    margin-bottom: 2.2rem;
}

.final-brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
}

.final-brand-lockup .brand-mark {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    font-size: 1.8rem;
    background: linear-gradient(135deg, #ff4d61, #bc0f28);
    box-shadow: 0 10px 24px rgba(95, 8, 19, 0.38);
}

.final-brand-text {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.final-brand-text strong {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.02em;
}

.final-brand-text small {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.98rem;
}

.final-title-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem 1.3rem;
    align-items: start;
    margin-bottom: 2rem;
    max-width: 760px;
}

.final-year {
    font-family: "Sora", sans-serif;
    font-size: clamp(2.9rem, 6vw, 4.7rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.94);
    line-height: 0.95;
    padding-top: 0.85rem;
}

.final-title-wrap h1 {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    font-size: clamp(3.3rem, 7.2vw, 6rem);
    font-weight: 800;
    line-height: 0.92;
    letter-spacing: -0.05em;
    color: #ffffff;
}

.final-student-banner {
    width: min(860px, 100%);
    margin-bottom: 2rem;
    padding: 0.95rem 1.35rem;
    border-radius: 0;
    background: linear-gradient(90deg, #ffe73b 0%, #ffbf3d 40%, #ff8340 72%, #ff4542 100%);
    color: #141c26;
    font-size: clamp(1rem, 2vw, 1.22rem);
    box-shadow: 0 20px 40px rgba(16, 33, 70, 0.24);
}

.final-student-banner strong {
    color: #000000;
}

.final-hero-actions {
    margin: 0;
}

.final-date-bubble {
    position: relative;
    justify-self: end;
    width: min(100%, 390px);
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 2.8rem 2.2rem 2.4rem;
    border-radius: 50%;
    background: rgba(255, 251, 251, 0.96);
    color: #121926;
    box-shadow: 0 34px 58px rgba(10, 28, 57, 0.36);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
    transform: translateX(42px);
}

.final-date-bubble::after {
    content: "";
    position: absolute;
    left: 18%;
    bottom: 28px;
    width: 72px;
    height: 52px;
    background: inherit;
    border-radius: 18px 18px 30px 16px;
    transform: rotate(-26deg);
    z-index: 0;
}

.final-partner-lockup {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    margin-bottom: 2.35rem;
    width: 100%;
}

.final-partner-logo {
    display: block;
    width: min(100%, 230px);
    height: auto;
}

.final-date-label {
    position: relative;
    z-index: 1;
    margin-bottom: 0.8rem;
    color: #1c232b;
    font-size: 1.2rem;
    text-align: center;
}

.final-date-bubble h2 {
    position: relative;
    z-index: 1;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    align-items: center;
    text-align: center;
    font-size: clamp(2rem, 3.9vw, 2.8rem);
    line-height: 1.05;
    color: #0f1118;
}

.final-date-bubble h2 span {
    color: var(--final-red);
}

.final-section {
    position: relative;
    padding: 0 0 88px;
}

.final-options {
    padding-top: 1.2rem;
}

.final-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
}

.final-option-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 2px solid var(--final-card-border);
    box-shadow: 0 24px 40px rgba(9, 28, 60, 0.28);
}

.final-option-tab {
    width: 62%;
    padding: 1rem 1.2rem 0.95rem;
    border-radius: 0 0 36px 0;
    font-family: "Sora", sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}

.final-option-body {
    padding: 2rem 2rem 1.8rem;
    text-align: center;
}

.final-option-kicker {
    margin-bottom: 0.8rem;
    font-family: "Sora", sans-serif;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
}

.final-option-card h3 {
    margin-bottom: 0.8rem;
    font-size: clamp(2.1rem, 4.2vw, 3rem);
    line-height: 1;
}

.final-option-meta {
    margin-bottom: 1.3rem;
    font-size: 1.1rem;
}

.final-option-meta a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.final-price-row {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    margin-bottom: 1.35rem;
}

.final-price-row strong {
    font-family: "Sora", sans-serif;
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--final-red);
}

.final-price-row span {
    font-size: 0.98rem;
    font-style: italic;
}

.final-option-btn {
    min-width: 220px;
    color: #ffffff;
    background: linear-gradient(90deg, var(--final-orange), var(--final-red));
    box-shadow: 0 14px 28px rgba(99, 17, 18, 0.24);
}

.final-option-campus {
    background: linear-gradient(180deg, #fff9ce 0%, var(--final-cream) 100%);
}

.final-option-campus .final-option-tab {
    background: linear-gradient(90deg, #246aa1 0%, #1b2b78 100%);
}

.final-option-campus .final-option-kicker,
.final-option-campus .final-option-meta,
.final-option-campus .final-price-row span {
    color: #204577;
}

.final-option-campus h3 {
    color: var(--final-red);
}

.final-option-online {
    background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%);
}

.final-option-online .final-option-tab {
    background: linear-gradient(90deg, var(--final-orange) 0%, var(--final-red) 100%);
}

.final-option-online .final-option-kicker,
.final-option-online .final-option-meta,
.final-option-online .final-price-row span {
    color: #2a5185;
}

.final-option-online h3 {
    color: var(--final-red);
}

.final-inline-note {
    margin: 1.3rem 0 0;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}

.final-benefits {
    padding-top: 0.5rem;
}

.final-benefits::before {
    content: "";
    position: absolute;
    left: -160px;
    bottom: -220px;
    width: 760px;
    height: 760px;
    border-radius: 50%;
    background: radial-gradient(circle, #102a67 0%, #102a67 58%, rgba(16, 42, 103, 0) 59%);
    opacity: 0.9;
    pointer-events: none;
}

.final-benefits-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    gap: 2.6rem;
    align-items: start;
}

.final-results-panel {
    position: relative;
    padding: 2rem 2rem 2.2rem;
    border-radius: 34px;
    background: linear-gradient(180deg, rgba(20, 48, 100, 0.18), rgba(10, 23, 54, 0.22));
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.final-results-panel h3 {
    margin-top: 0.4rem;
    margin-bottom: 0.85rem;
    font-size: clamp(2rem, 4.2vw, 3rem);
    color: #ff4439;
}

.final-results-panel > p {
    margin-bottom: 0.8rem;
}

.final-report-stack {
    position: relative;
    height: 250px;
    margin-bottom: 1.6rem;
}

.final-report {
    position: absolute;
    width: 230px;
    min-height: 180px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #bfd0ea;
    box-shadow: 0 20px 26px rgba(5, 21, 52, 0.2);
    padding: 0.85rem;
}

.final-report-a {
    left: 0;
    bottom: 8px;
    transform: rotate(-15deg);
}

.final-report-b {
    left: 158px;
    top: 0;
    transform: rotate(1deg);
}

.final-report-head {
    height: 10px;
    width: 70%;
    margin-bottom: 0.7rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #2a56a1, #97b8de);
}

.final-report-block {
    height: 44px;
    margin-bottom: 0.55rem;
    border-radius: 6px;
}

.final-report-green {
    background: linear-gradient(180deg, #3fd18f, #2fa167);
}

.final-report-yellow {
    background: linear-gradient(180deg, #ffdd4a, #f2ba2d);
}

.final-report-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
}

.final-report-grid span,
.final-report-chart {
    display: block;
    border-radius: 6px;
    background: #edf3fb;
}

.final-report-grid span {
    height: 36px;
}

.final-report-line {
    height: 18px;
    margin-bottom: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #dbe7f6, #b4c7e2);
}

.final-report-line.short {
    width: 62%;
}

.final-report-chart {
    height: 88px;
    margin-top: 0.8rem;
    background:
        linear-gradient(180deg, rgba(41, 96, 170, 0.12), rgba(41, 96, 170, 0.02)),
        repeating-linear-gradient(90deg, transparent 0 24px, rgba(41, 96, 170, 0.08) 24px 25px),
        repeating-linear-gradient(180deg, transparent 0 18px, rgba(41, 96, 170, 0.08) 18px 19px);
}

.final-benefit-list {
    list-style: disc;
    padding-left: 1.4rem;
}

.final-benefit-list li {
    margin-bottom: 0.45rem;
    padding-left: 0.2rem;
}

.final-side-details {
    display: grid;
    gap: 1.1rem;
}

.final-note-card,
.final-bring-card {
    padding: 1.45rem 1.4rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 18px 30px rgba(8, 24, 49, 0.16);
}

.final-note-card h4 {
    margin-bottom: 0.55rem;
    font-size: 1.45rem;
    color: #ffffff;
}

.final-note-card p strong {
    color: #ffffff;
}

.final-bring-card {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    flex-wrap: wrap;
}

.final-bring-card span {
    font-size: 1.15rem;
}

.final-bring-card strong {
    font-family: "Sora", sans-serif;
    font-size: 1.55rem;
}

.final-laptop-icon {
    position: relative;
    width: 56px;
    height: 38px;
    margin-left: auto;
}

.final-laptop-icon::before,
.final-laptop-icon::after {
    content: "";
    position: absolute;
    left: 0;
}

.final-laptop-icon::before {
    top: 0;
    width: 46px;
    height: 28px;
    border: 3px solid #ffffff;
    border-radius: 3px;
}

.final-laptop-icon::after {
    bottom: 0;
    width: 56px;
    height: 4px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 20px 0 0 -1px #ffffff inset;
}

.final-footer {
    background: linear-gradient(180deg, rgba(9, 24, 52, 0.22), rgba(9, 24, 52, 0.58));
}

.victoria-tests-page {
    --victoria-indigo: #253f8d;
    --victoria-blue: #1d74b8;
    --victoria-sky: #7fd4ee;
    --victoria-gold: #ffcb45;
    --victoria-red: #f5494e;
    background: linear-gradient(180deg, #f4f8ff 0%, #e8f1ff 100%);
    color: var(--text-main);
}

.victoria-hero {
    position: relative;
    overflow: hidden;
    padding: 152px 0 84px;
    color: #ffffff;
    background: linear-gradient(135deg, #152d73 0%, #1f62ad 55%, #84d7ef 100%);
}

.victoria-hero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(16px);
    opacity: 0.42;
    pointer-events: none;
}

.victoria-hero-orb-a {
    width: 320px;
    height: 320px;
    top: 80px;
    left: -90px;
    background: rgba(255, 207, 87, 0.3);
}

.victoria-hero-orb-b {
    width: 360px;
    height: 360px;
    right: -110px;
    bottom: -70px;
    background: rgba(255, 255, 255, 0.18);
}

.victoria-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: 2rem;
    align-items: center;
}

.victoria-hero-copy p {
    color: rgba(247, 254, 255, 0.93);
    max-width: 620px;
}

.victoria-hero-copy h1 {
    color: #ffffff;
    font-size: clamp(2.8rem, 5.7vw, 5rem);
}

.victoria-hero-visual {
    display: grid;
    gap: 1rem;
}

.victoria-feature-card {
    padding: 1.5rem;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: 0 20px 36px rgba(9, 31, 71, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.victoria-feature-badge {
    display: inline-flex;
    margin-bottom: 0.8rem;
    padding: 0.34rem 0.72rem;
    border-radius: 999px;
    background: rgba(255, 203, 69, 0.18);
    border: 1px solid rgba(255, 221, 116, 0.36);
    color: #ffe6a3;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.victoria-feature-card h2 {
    color: #ffffff;
    font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.victoria-feature-card p {
    color: rgba(241, 249, 255, 0.92);
}

.victoria-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin-top: 1rem;
}

.victoria-feature-list li {
    padding: 0.52rem 0.72rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #ffffff;
    font-weight: 600;
}

.victoria-mini-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.85rem;
}

.victoria-products-section {
    background: linear-gradient(180deg, #fffef7 0%, #eff5ff 100%);
}

.victoria-products-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.1rem;
    margin-top: 1.2rem;
}

.victoria-pack-card,
.victoria-subject-card,
.victoria-benefit-card {
    position: relative;
    padding: 1.4rem 1.2rem;
    border-radius: 20px;
    border: 1px solid #b5c9e4;
    background: linear-gradient(180deg, #ffffff, #e6efff);
    box-shadow: 0 12px 26px rgba(16, 69, 100, 0.08);
}

.victoria-pack-card::before,
.victoria-subject-card::before,
.victoria-benefit-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(90deg, var(--victoria-blue), var(--victoria-gold));
}

.victoria-pack-card h3,
.victoria-subject-card h3,
.victoria-benefit-card h3 {
    color: #123f61;
    font-size: 1.3rem;
}

.victoria-pack-card p,
.victoria-subject-card p,
.victoria-benefit-card p {
    color: #445f79;
}

.victoria-pack-count {
    display: inline-flex;
    margin-bottom: 0.7rem;
    padding: 0.28rem 0.68rem;
    border-radius: 999px;
    background: #e6f1ff;
    border: 1px solid #b7d0ea;
    color: #185983;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.victoria-pack-card .info-list {
    min-height: 124px;
}

.victoria-pack-card .btn {
    width: 100%;
}

.victoria-pack-card-featured {
    background: linear-gradient(180deg, #ffffff, #fff1d6);
    border-color: #efd39c;
}

.victoria-pack-card-featured::before {
    background: linear-gradient(90deg, var(--victoria-gold), var(--victoria-red));
}

.victoria-subjects-section {
    background: linear-gradient(180deg, #eef4ff 0%, #e4efff 100%);
}

.victoria-subject-grid,
.victoria-benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 1.15rem;
}

.victoria-benefits-section {
    background: linear-gradient(180deg, #fdfefe 0%, #eef5ff 100%);
}

.victoria-cta-panel {
    margin-top: 1.2rem;
    padding: 1.35rem 1.25rem;
    border-radius: 22px;
    border: 1px solid #bad0e7;
    background: linear-gradient(135deg, #ffffff 0%, #e5f0ff 100%);
    box-shadow: 0 14px 28px rgba(16, 69, 100, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.victoria-cta-panel h3 {
    color: #123f61;
    font-size: 1.45rem;
}

.victoria-cta-panel p {
    margin: 0;
    color: #47637b;
}

.oc-tests-page {
    --oc-blue: #0b63b5;
    --oc-blue-deep: #0b4f9f;
    --oc-blue-dark: #093977;
    --oc-yellow: #ffd02c;
    --oc-yellow-deep: #f4b21f;
    --oc-orange: #ff8f1f;
    --oc-red: #ff3030;
    background: linear-gradient(180deg, #0860b2 0%, #0d61b4 62%, #f7bd1e 62%, #f8c52a 100%);
    color: #ffffff;
}

.oc-tests-page p,
.oc-tests-page li,
.oc-tests-page small,
.oc-tests-page span {
    color: inherit;
}

.oc-nav {
    background: rgba(251, 254, 255, 0.9);
}

.oc-nav .brand-text strong,
.oc-nav .nav-links a {
    color: #143759;
}

.oc-nav-links a:not(.btn-nav)::after {
    background: linear-gradient(90deg, var(--oc-orange), var(--oc-yellow));
}

.oc-stage {
    position: relative;
    overflow: hidden;
    padding: 156px 0 3rem;
    background:
        radial-gradient(circle at 25% 10%, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0) 36%),
        linear-gradient(180deg, #0a63b5 0%, #0958aa 58%, #ffbd1e 58%, #f6bf20 100%);
}

.oc-light-beam {
    position: absolute;
    top: -120px;
    width: 460px;
    height: 520px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0));
    filter: blur(4px);
    transform: rotate(10deg);
    pointer-events: none;
}

.oc-light-beam-a {
    left: 0;
}

.oc-light-beam-b {
    right: 60px;
    transform: rotate(-12deg);
}

.oc-wave {
    position: absolute;
    bottom: 240px;
    width: 360px;
    height: 180px;
    background: linear-gradient(180deg, #ffca28, #f9a81a);
    border-radius: 100% 0 0 0;
    pointer-events: none;
}

.oc-wave-a {
    left: -70px;
    border-top-right-radius: 180px;
}

.oc-wave-b {
    right: -120px;
    width: 460px;
    height: 210px;
    border-radius: 180px 0 0 0;
}

.oc-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 2.4rem;
    align-items: start;
    margin-bottom: 2.25rem;
}

.oc-brand-line {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    margin-bottom: 1.6rem;
}

.oc-brand-line .brand-mark {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff5160, #be1027);
    box-shadow: 0 12px 22px rgba(82, 7, 17, 0.34);
}

.oc-brand-copy {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.oc-brand-copy strong {
    font-size: 1.9rem;
    line-height: 1;
}

.oc-brand-copy small {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.92rem;
}

.oc-title {
    display: flex;
    flex-direction: column;
    line-height: 0.92;
}

.oc-title-top {
    display: flex;
    align-items: flex-end;
    gap: 0.45rem;
}

.oc-title-final {
    font-family: "Sora", sans-serif;
    font-size: clamp(4.8rem, 11vw, 8rem);
    font-weight: 800;
    letter-spacing: -0.07em;
    color: var(--oc-orange);
}

.oc-title-and {
    font-family: "Sora", sans-serif;
    font-size: clamp(2.8rem, 6vw, 4.6rem);
    font-weight: 800;
    color: #ffe300;
    margin-bottom: 0.55rem;
}

.oc-title-prediction {
    font-family: "Sora", sans-serif;
    font-size: clamp(2.2rem, 6vw, 4.1rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #94d9fb;
}

.oc-title-sub {
    margin-top: 0.55rem;
    font-family: "Sora", sans-serif;
    font-size: clamp(1.6rem, 4vw, 3rem);
    font-weight: 500;
    color: #ffe16d;
}

.oc-title-oc {
    margin-top: 0.55rem;
    font-family: "Sora", sans-serif;
    font-size: clamp(5.8rem, 15vw, 10rem);
    font-weight: 800;
    letter-spacing: -0.08em;
    color: #ffffff;
}

.oc-title-bottom {
    font-family: "Sora", sans-serif;
    font-size: clamp(2rem, 5vw, 4rem);
    font-weight: 300;
    letter-spacing: -0.04em;
}

.oc-benefits-panel {
    position: relative;
    padding-top: 1.5rem;
}

.oc-benefits-panel h2 {
    margin-bottom: 1rem;
    font-size: clamp(2.3rem, 5vw, 4rem);
    line-height: 0.95;
    color: #ffe629;
}

.oc-benefit-list {
    list-style: disc;
    padding-left: 1.4rem;
    font-size: 1.03rem;
}

.oc-benefit-list li {
    margin-bottom: 0.35rem;
    color: rgba(255, 255, 255, 0.94);
}

.oc-report-stack {
    position: absolute;
    top: 0;
    right: -22px;
    width: 165px;
    height: 238px;
}

.oc-report {
    position: absolute;
    width: 118px;
    min-height: 150px;
    padding: 0.65rem;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid #cad8ec;
    box-shadow: 0 20px 24px rgba(6, 26, 64, 0.24);
}

.oc-report-one {
    top: -6px;
    right: 14px;
    transform: rotate(-12deg);
}

.oc-report-two {
    top: 76px;
    right: 0;
    transform: rotate(13deg);
}

.oc-report-header {
    height: 8px;
    width: 72%;
    margin-bottom: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #2d66bf, #a9c1eb);
}

.oc-report-boxes {
    display: grid;
    gap: 0.35rem;
}

.oc-report-boxes span {
    height: 28px;
    border-radius: 5px;
}

.oc-report-boxes span:nth-child(1) {
    background: #4fd28f;
}

.oc-report-boxes span:nth-child(2) {
    background: #ffd74a;
}

.oc-report-boxes span:nth-child(3) {
    background: #e8eff9;
}

.oc-report-lines {
    display: grid;
    gap: 0.4rem;
}

.oc-report-lines span {
    height: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, #dae6f5, #adc3e2);
}

.oc-card-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.8rem;
    align-items: start;
}

.oc-test-card {
    position: relative;
    padding: 0.95rem;
    border-radius: 44px;
    box-shadow: 0 26px 38px rgba(16, 34, 67, 0.26);
}

.oc-test-card-prediction {
    background: linear-gradient(180deg, #0c4f94 0%, #0a4787 100%);
}

.oc-test-card-final {
    background: linear-gradient(180deg, #f9af1d 0%, #f2a11c 100%);
}

.oc-test-card::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 36px;
    background: #eef8ff;
}

.oc-test-card-final::before {
    background: #ffffff;
}

.oc-card-header,
.oc-card-option,
.oc-divider {
    position: relative;
    z-index: 1;
}

.oc-card-header {
    width: calc(100% - 2rem);
    margin: 1.1rem auto 1.4rem;
    padding: 1.3rem 1rem 1.15rem;
    border-radius: 28px;
    text-align: center;
}

.oc-card-header h3 {
    margin-bottom: 0.35rem;
    font-size: clamp(2rem, 4.6vw, 3.2rem);
    color: #144b82;
}

.oc-card-header p {
    margin: 0;
    font-size: clamp(1rem, 2.5vw, 1.45rem);
    color: #ff2a30;
}

.oc-card-header p strong {
    font-size: 1.3em;
}

.oc-card-header-soft {
    background: linear-gradient(180deg, #9edcf8 0%, #7fcaf0 100%);
}

.oc-card-header-warm {
    background: linear-gradient(180deg, #ff9320 0%, #ff871c 100%);
}

.oc-card-header-warm h3,
.oc-card-header-warm p {
    color: #141414;
}

.oc-card-header-warm p strong {
    color: #ffffff;
}

.oc-card-option {
    padding: 0 1.45rem 1.2rem;
    text-align: center;
    color: #2c2c2c;
}

.oc-card-option p,
.oc-card-option span,
.oc-card-option div,
.oc-card-header p,
.oc-card-header h3 {
    color: inherit;
}

.oc-option-badge {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 160px;
    margin-bottom: 1rem;
    padding: 0.48rem 0.9rem;
    background: #0e4f88;
    font-family: "Sora", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    color: #ffffff;
}

.oc-option-badge-orange {
    background: #ff7c23;
}

.oc-session-copy {
    margin-bottom: 0.8rem;
    color: #383838;
    font-size: 1rem;
}

.oc-sub-label {
    margin-bottom: 0.35rem;
    color: #21548a;
    font-size: 1rem;
}

.oc-option-title {
    margin-bottom: 0.15rem;
    font-family: "Sora", sans-serif;
    font-size: clamp(2.2rem, 4.6vw, 3.5rem);
    line-height: 0.98;
    color: var(--oc-red);
}

.oc-option-note {
    margin-bottom: 0.3rem;
    color: #555555;
    font-size: 0.95rem;
    text-align: right;
}

.oc-platform {
    margin-bottom: 0.35rem;
    font-family: "Sora", sans-serif;
    font-size: clamp(1.4rem, 3vw, 2.2rem);
    color: #1f61a7;
}

.oc-platform a {
    color: #1f61a7;
    text-decoration: none;
}

.oc-price {
    font-family: "Sora", sans-serif;
    font-size: clamp(2.4rem, 5vw, 4rem);
    color: #232323;
}

.oc-divider {
    width: calc(100% - 3rem);
    margin: 0 auto 1rem;
    border-top: 2px dotted #94b7de;
}

.oc-notes-row {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(220px, 320px) 1fr;
    gap: 2rem;
    align-items: start;
    padding-top: 1.2rem;
}

.oc-bring {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.9rem 1rem;
    border-radius: 18px;
    color: #ffffff;
    font-size: 1.2rem;
}

.oc-bring strong {
    font-family: "Sora", sans-serif;
}

.oc-laptop {
    position: relative;
    width: 50px;
    height: 30px;
}

.oc-laptop::before,
.oc-laptop::after {
    content: "";
    position: absolute;
    left: 0;
}

.oc-laptop::before {
    top: 0;
    width: 40px;
    height: 22px;
    border: 3px solid #ffffff;
    border-radius: 3px;
}

.oc-laptop::after {
    bottom: 0;
    width: 50px;
    height: 3px;
    border-radius: 999px;
    background: #ffffff;
}

.oc-note-copy {
    color: #222222;
}

.oc-note-copy p {
    margin-bottom: 1.25rem;
    color: #1f1f1f;
    font-size: 1.02rem;
}

.oc-note-copy p strong {
    color: #000000;
}

.oc-campus-section {
    padding: 2.2rem 0 2.8rem;
    background: linear-gradient(180deg, #f7c62a 0%, #efb91d 100%);
    border-top: 2px solid rgba(28, 28, 28, 0.35);
}

.oc-campus-grid {
    display: grid;
    grid-template-columns: minmax(260px, 340px) 1fr;
    gap: 2.2rem;
    align-items: start;
}

.oc-campus-brand {
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
}

.oc-campus-logo {
    display: block;
    width: min(100%, 290px);
    height: auto;
}

.oc-campus-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.3rem 1.2rem;
    color: #202020;
    font-size: 1rem;
}

@media (max-width: 1200px) {
    .home-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 1.6rem;
    }

    .home-hero-panel,
    .home-highlight-grid,
    .home-register-spotlight,
    .home-stat-grid {
        max-width: 820px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

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

    .home-overview-card:last-child {
        grid-column: 1 / -1;
    }

    .final-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(300px, 340px);
        gap: 2rem;
    }

    .final-date-bubble {
        width: min(100%, 340px);
        transform: translateX(10px);
    }

    .oc-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
        gap: 1.8rem;
    }

    .oc-card-grid {
        grid-template-columns: 1fr;
        max-width: 860px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 980px) {
    .oc-stage {
        padding-top: 214px;
    }

    .oc-hero-grid,
    .oc-card-grid,
    .oc-notes-row,
    .oc-campus-grid {
        grid-template-columns: 1fr;
    }

    .oc-benefits-panel {
        padding-top: 0;
        max-width: 560px;
    }

    .oc-report-stack {
        position: relative;
        right: auto;
        top: auto;
        margin-left: auto;
        margin-bottom: 1rem;
    }

    .oc-wave {
        display: none;
    }

    .oc-campus-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .oc-stage {
        padding-top: 236px;
    }

    .oc-brand-copy strong {
        font-size: 1.55rem;
    }

    .oc-brand-copy small {
        font-size: 0.82rem;
    }

    .oc-title-final {
        font-size: 4.2rem;
    }

    .oc-title-and {
        font-size: 2.45rem;
        margin-bottom: 0.35rem;
    }

    .oc-title-prediction {
        font-size: 2rem;
    }

    .oc-title-sub {
        font-size: 1.55rem;
    }

    .oc-title-oc {
        font-size: 5.6rem;
    }

    .oc-title-bottom {
        font-size: 1.85rem;
    }

    .oc-card-header,
    .oc-card-option {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .oc-option-title {
        font-size: 2.5rem;
    }

    .oc-option-note {
        text-align: center;
    }

    .oc-campus-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 520px) {
    .oc-stage {
        padding-top: 244px;
    }

    .oc-title-final {
        font-size: 3.35rem;
    }

    .oc-title-and {
        font-size: 2rem;
    }

    .oc-title-prediction {
        font-size: 1.6rem;
    }

    .oc-title-sub {
        font-size: 1.25rem;
    }

    .oc-title-oc {
        font-size: 4.3rem;
    }

    .oc-title-bottom {
        font-size: 1.45rem;
    }

    .oc-benefits-panel h2 {
        font-size: 2rem;
    }

    .oc-report-stack {
        width: 136px;
        height: 210px;
    }

    .oc-report {
        width: 100px;
    }

    .oc-card-header {
        width: calc(100% - 1rem);
    }

    .oc-option-badge {
        min-width: 136px;
    }

    .oc-option-title {
        font-size: 2rem;
    }

    .oc-platform {
        font-size: 1.4rem;
    }

    .oc-price {
        font-size: 2.5rem;
    }

    .oc-campus-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 400px) {
    .oc-stage {
        padding-top: 254px;
    }

    .oc-test-card {
        padding: 0.6rem;
        border-radius: 32px;
    }

    .oc-test-card::before {
        inset: 7px;
        border-radius: 26px;
    }

    .oc-card-header h3 {
        font-size: 1.7rem;
    }

    .oc-campus-list {
        grid-template-columns: 1fr;
    }
}

@keyframes drift {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(22px, 30px);
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes navReveal {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-14px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes floatCard {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes floatVisual {
    0%,
    100% {
        transform: perspective(1200px) rotateY(-9deg) rotateX(4deg) translateY(0);
    }
    50% {
        transform: perspective(1200px) rotateY(-8deg) rotateX(4deg) translateY(-8px);
    }
}

@keyframes pulseGlow {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
}

@keyframes stripeShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 420px 420px;
    }
}

@keyframes shimmerText {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0 50%;
    }
}

@keyframes spinOrbit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes bounceTilt {
    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-9px) rotate(9deg);
    }
}

@keyframes pulseTile {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1.02);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes pulseBadge {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-4px);
    }
}

@keyframes floatMini {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes homeRegisterFlash {
    0%,
    100% {
        box-shadow: 0 22px 42px rgba(18, 44, 84, 0.28);
    }
    50% {
        box-shadow: 0 28px 52px rgba(255, 177, 63, 0.42);
    }
}

@keyframes homeRegisterSweep {
    0% {
        left: -30%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 980px) {
    .glass-nav {
        border-radius: 18px;
        padding: 0.7rem 0;
    }

    .nav-container {
        flex-direction: column;
    }

    .brand-text small {
        display: none;
    }

    .nav-links {
        justify-content: center;
    }

    .nav-submenu {
        left: 50%;
    }

    .hero {
        padding-top: 220px;
    }

    .home-hero {
        padding-top: 210px;
        padding-bottom: 74px;
    }

    body {
        font-size: 16px;
    }

    .section-title {
        font-size: clamp(2rem, 4.2vw, 2.45rem);
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 2.25rem;
    }

    .home-hero-grid,
    .home-overview-grid,
    .home-quick-actions {
        grid-template-columns: 1fr;
    }

    .home-overview-card:last-child {
        grid-column: auto;
    }

    .home-hero-copy {
        text-align: center;
    }

    .home-hero-copy p,
    .home-register-copy small {
        margin-left: auto;
        margin-right: auto;
    }

    .home-highlight-grid {
        flex-wrap: wrap;
        max-width: 640px;
        margin: 0 auto;
        justify-content: center;
    }

    .home-register-spotlight {
        max-width: 640px;
        margin: 0 auto;
    }

    .home-stat-grid {
        max-width: 640px;
        margin: 0 auto;
    }

    .hero-text {
        text-align: center;
    }

    .hero-tags,
    .hero-buttons {
        justify-content: center;
    }

    .hero-text p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-metrics {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-visual {
        max-width: 540px;
        margin: 0 auto;
    }

    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-cards,
    .contact-alt {
        height: auto;
    }

    .contact-cards {
        grid-template-rows: none;
    }

    .about-showcase {
        grid-template-columns: 1fr;
    }

    .test-media-strip {
        grid-template-columns: 1fr;
    }

    .registration-intro {
        grid-template-columns: 1fr;
    }

    .registration-visual {
        min-height: 220px;
    }

    .shape-zig {
        left: 2.5%;
        top: 21%;
        transform: scale(0.8);
    }

    .shape-ring {
        right: 5%;
        bottom: 10%;
    }

    .card-a {
        right: 1%;
    }

    .card-b {
        left: 1%;
    }

    .final-hero {
        min-height: auto;
        padding-top: 210px;
        padding-bottom: 70px;
    }

    .final-top-line {
        top: 124px;
    }

    .final-hero-grid,
    .final-benefits-grid {
        grid-template-columns: 1fr;
    }

    .final-copy,
    .final-date-bubble {
        justify-self: stretch;
    }

    .final-date-bubble {
        max-width: 500px;
        margin: 0 auto;
        transform: none;
    }

    .final-option-grid {
        grid-template-columns: 1fr;
    }

    .final-benefits::before {
        width: 520px;
        height: 520px;
        left: -200px;
        bottom: -140px;
    }
}

@media (max-width: 760px) {
    .nav-links {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .nav-links a,
    .nav-dropdown summary {
        justify-content: center;
    }

    .nav-submenu {
        position: static;
        width: min(320px, 100%);
        margin-top: 0.45rem;
        margin-left: auto;
        margin-right: auto;
        transform: none;
        box-shadow: none;
        border-radius: 14px;
    }

    .hero {
        padding-top: 240px;
        padding-bottom: 150px;
    }

    .home-hero {
        padding-top: 232px;
        padding-bottom: 62px;
    }

    .home-register-spotlight {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        width: 100%;
    }

    .home-register-copy {
        align-items: center;
    }

    .home-highlight-chip {
        width: 100%;
        min-height: 0;
    }

    .home-stat-grid {
        grid-template-columns: 1fr;
    }

    .home-overview-card .info-list {
        min-height: 0;
    }

    .home-quick-actions {
        grid-template-columns: 1fr;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
    }

    .hero-metrics {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }

    .metric:last-child {
        grid-column: 1 / -1;
    }

    .shape-zig,
    .shape-ring,
    .energy-lines {
        display: none;
    }

    .image-frame {
        clip-path: none;
        border-radius: 20px;
        transform: none;
        animation: none;
    }

    .floating-card {
        position: static;
        max-width: none;
        margin-top: 0.75rem;
        animation: none;
        transform: none;
    }

    .wave-container svg {
        height: 130px;
    }

    section {
        padding: 44px 0;
    }

    .testimonials-grid,
    .about-grid {
        grid-template-columns: 1fr;
    }

    .registration-badge {
        font-size: 0.72rem;
        padding: 0.34rem 0.58rem;
    }

    .registration-badge.badge-alt {
        right: 12px;
        bottom: 48px;
    }

    .about-ribbon {
        justify-content: flex-start;
    }

    .about-ribbon span {
        width: 100%;
        text-align: center;
    }

    .test-panel,
    .registration-details {
        padding: 1rem;
    }

    .contact-banner {
        min-height: 190px;
    }

    .section-layer::before {
        display: none;
    }

    .final-hero {
        padding-top: 232px;
        padding-bottom: 56px;
    }

    .final-top-line {
        left: 22px;
        width: 14px;
        height: 86px;
    }

    .final-brand-text strong {
        font-size: 1.6rem;
    }

    .final-brand-text small {
        font-size: 0.84rem;
    }

    .final-title-wrap {
        grid-template-columns: 1fr;
        gap: 0.3rem;
    }

    .final-year {
        padding-top: 0;
        font-size: 3.2rem;
    }

    .final-title-wrap h1 {
        font-size: 3.4rem;
    }

    .final-student-banner {
        padding: 0.85rem 1rem;
        font-size: 0.98rem;
    }

    .final-date-bubble {
        min-height: auto;
        padding: 2.2rem 1.4rem 2rem;
    }

    .final-date-bubble::after {
        width: 60px;
        height: 44px;
    }

    .final-partner-lockup {
        margin-bottom: 1.6rem;
    }

    .final-option-body,
    .final-results-panel {
        padding: 1.5rem;
    }

    .final-option-btn {
        width: 100%;
        min-width: 0;
    }

    .final-report-stack {
        height: 300px;
    }

    .final-report-a {
        left: 8px;
        bottom: 0;
    }

    .final-report-b {
        left: 78px;
    }

    .final-laptop-icon {
        margin-left: 0;
    }
}

@media (max-width: 520px) {
    .hero-text h1 {
        font-size: 2rem;
    }

    .home-hero-copy h1 {
        font-size: 2.2rem;
    }

    .home-register-spotlight {
        padding: 0.95rem 0.9rem;
        border-radius: 18px;
    }

    .home-register-badge {
        min-width: 0;
        width: 100%;
    }

    .home-register-copy strong {
        font-size: 1.2rem;
    }

    .home-register-copy small {
        font-size: 0.88rem;
    }

    .section-title {
        font-size: 1.9rem;
    }

    .section-kicker {
        font-size: 0.78rem;
    }

    .contact-form {
        padding: 1.35rem;
    }

    .hero-tags span {
        font-size: 0.72rem;
    }

    .final-brand-lockup .brand-mark {
        width: 46px;
        height: 46px;
        font-size: 1.55rem;
    }

    .final-brand-text strong {
        font-size: 1.35rem;
    }

    .final-brand-text small {
        font-size: 0.76rem;
    }

    .final-year {
        font-size: 2.7rem;
    }

    .final-title-wrap h1 {
        font-size: 2.85rem;
    }

    .final-date-bubble h2 {
        font-size: 1.9rem;
    }

    .final-date-bubble {
        width: min(100%, 300px);
        padding: 2rem 1.25rem 1.85rem;
    }

    .final-partner-logo {
        width: min(100%, 180px);
    }

    .final-option-tab {
        width: 76%;
    }

    .final-option-card h3,
    .final-results-panel h3 {
        font-size: 2rem;
    }

    .final-price-row strong {
        font-size: 2.2rem;
    }

    .final-report {
        width: 170px;
        min-height: 148px;
        padding: 0.65rem;
    }

    .final-report-b {
        left: 118px;
    }

    .oc-campus-logo {
        width: min(100%, 220px);
    }
}

@media (max-width: 400px) {
    body {
        font-size: 15px;
    }

    section {
        padding: 40px 0;
    }

    .section-title {
        font-size: 1.72rem;
    }

    .nav-links a {
        font-size: 0.9rem;
        padding: 0.42rem 0.65rem;
    }

    .final-hero {
        padding-top: 244px;
    }

    .final-title-wrap h1 {
        font-size: 2.4rem;
    }

    .final-report-stack {
        height: 264px;
    }

    .final-report-a {
        left: 0;
    }

    .final-report-b {
        left: 96px;
    }
}

@media (max-width: 1200px) {
    .victoria-hero-grid {
        grid-template-columns: 1fr;
    }

    .victoria-hero-visual,
    .victoria-feature-card,
    .victoria-mini-grid {
        max-width: 820px;
        margin-left: auto;
        margin-right: auto;
    }

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

    .victoria-pack-card:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 980px) {
    .victoria-products-grid,
    .victoria-subject-grid,
    .victoria-benefit-grid {
        grid-template-columns: 1fr;
    }

    .victoria-pack-card:last-child {
        grid-column: auto;
    }

    .victoria-cta-panel {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 760px) {
    .victoria-hero {
        padding-top: 232px;
        padding-bottom: 62px;
    }

    .victoria-feature-list {
        grid-template-columns: 1fr;
    }

    .victoria-mini-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .victoria-hero-copy h1 {
        font-size: 2.25rem;
    }

    .victoria-feature-card,
    .victoria-pack-card,
    .victoria-subject-card,
    .victoria-benefit-card,
    .victoria-cta-panel {
        padding: 1.05rem;
    }
}

@media (max-width: 1200px) and (min-width: 761px) {
    .nav-links a {
        font-size: 0.94rem;
        padding: 0.46rem 0.72rem;
    }

    .nav-links {
        row-gap: 0.2rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
    }

    html {
        scroll-behavior: auto;
    }
}





