.prix-page {
    background: var(--paper);
    color: var(--ink);
}

.prix-page .prix-hero {
    position: relative;
    min-height: 690px;
    padding: 160px 0 120px;
    overflow: hidden;
    color: #fff;
    background: linear-gradient(110deg, rgba(4, 29, 51, .98) 0%, rgba(4, 29, 51, .94) 52%, rgba(13, 71, 119, .9) 100%), var(--navy-deep);
}

.prix-page .prix-hero::before {
    content: "";
    position: absolute;
    top: 80px;
    right: -160px;
    width: 620px;
    height: 620px;
    border: 2px solid rgba(255, 214, 67, .22);
    transform: rotate(22deg);
}

.prix-page .prix-hero__accent {
    position: absolute;
    inset: auto 0 0;
    height: 9px;
    background: linear-gradient(90deg, var(--yellow) 0 62%, var(--orange) 62% 100%);
}

.prix-page .prix-hero__inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(320px, .65fr);
    gap: clamp(60px, 8vw, 120px);
    align-items: center;
}

.prix-page .prix-eyebrow {
    margin: 0 0 18px;
    color: var(--orange);
    font-size: .82rem;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.prix-page .prix-hero h1 {
    max-width: 760px;
    margin: 0;
    font-family: var(--font-display), sans-serif;
    font-size: clamp(4.3rem, 7.4vw, 7.4rem);
    font-weight: 800;
    letter-spacing: -.045em;
    line-height: .82;
    text-transform: uppercase;
}

.prix-page .prix-hero h1 em {
    display: block;
    color: var(--yellow);
    font-style: normal;
}

.prix-page .prix-hero__lead {
    max-width: 650px;
    margin: 30px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(1rem, 1.5vw, 1.22rem);
    line-height: 1.65;
}

.prix-page .deadline {
    display: inline-block;
    margin: 32px 0 0;
    padding: 13px 17px;
    color: var(--navy-deep);
    background: var(--yellow);
    border-radius: 3px;
    font-size: .88rem;
    font-weight: 800;
}

.prix-page .prix-hero__side {
    border-top: 5px solid var(--yellow);
    background: rgba(4, 29, 51, .78);
    box-shadow: var(--shadow);
    backdrop-filter: blur(12px);
}

.prix-page .prix-logo {
    width: 100%;
    max-height: 215px;
    padding: 25px 34px;
    object-fit: contain;
    background: #fff;
}

.prix-page .timeline {
    display: grid;
    margin: 0;
}

.prix-page .timeline div {
    padding: 17px 22px;
    border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.prix-page .timeline div:last-child {
    border-bottom: 0;
}

.prix-page .timeline span {
    display: block;
    margin-bottom: 4px;
    color: var(--yellow);
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.prix-page .timeline strong {
    display: block;
    color: rgba(255, 255, 255, .9);
    font-size: .93rem;
}

.prix-page .prix-container {
    position: relative;
    z-index: 2;
    width: min(1060px, calc(100% - 48px));
    margin: -54px auto 110px;
}

.prix-page .intro-card {
    display: grid;
    grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr);
    gap: clamp(35px, 6vw, 80px);
    margin-bottom: 24px;
    padding: 38px 42px;
    background: #fff;
    border-top: 7px solid var(--yellow);
    border-radius: 0;
    box-shadow: var(--shadow);
}

.prix-page .intro-card h2 {
    margin: 0;
    color: var(--navy);
    font-family: var(--font-display), sans-serif;
    font-size: clamp(2.7rem, 5vw, 4.4rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: .88;
    text-transform: uppercase;
}

.prix-page .intro-card p:not(.prix-eyebrow) {
    margin: 0 0 16px;
    color: var(--muted);
    line-height: 1.72;
}

.prix-page .intro-card p:last-child { margin-bottom: 0; }
.prix-page .application-form { display: grid; gap: 24px; }

.prix-page .form-section {
    padding: 34px 38px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 0;
    box-shadow: 0 15px 45px rgba(4, 29, 51, .07);
}

.prix-page .section-heading {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.prix-page .section-heading > span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    color: var(--navy-deep);
    background: var(--yellow);
    border-radius: 0;
    font-family: var(--font-display), sans-serif;
    font-size: 1.5rem;
    font-weight: 800;
}

.prix-page .section-heading h2 {
    margin: 0;
    color: var(--navy);
    font-family: var(--font-display), sans-serif;
    font-size: clamp(1.9rem, 3.8vw, 2.55rem);
    font-weight: 800;
    letter-spacing: -.025em;
    line-height: 1;
    text-transform: uppercase;
}

.prix-page .section-heading p { margin: 5px 0 0; color: var(--muted); font-size: .92rem; }
.prix-page .grid { display: grid; gap: 19px; }
.prix-page .grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.prix-page .field--full { grid-column: 1 / -1; }

.prix-page .field {
    display: grid;
    gap: 8px;
    color: #34495e;
    font-size: .92rem;
    font-weight: 700;
}

.prix-page .field input,
.prix-page .field textarea,
.prix-page .field select {
    width: 100%;
    min-height: 50px;
    padding: 13px 14px;
    color: var(--ink);
    background: #fff;
    border: 1px solid rgba(8, 42, 72, .25);
    border-radius: 3px;
    font: inherit;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.prix-page .field input[type="file"] { padding: 10px; }
.prix-page .field input:focus,
.prix-page .field textarea:focus,
.prix-page .field select:focus {
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(13, 71, 119, .11);
}

.prix-page .field small { color: var(--muted); font-size: .78rem; font-weight: 400; }
.prix-page .eligibility-list { display: grid; gap: 11px; margin: 0; padding-left: 1.35rem; }
.prix-page .eligibility-list li { padding-left: .25rem; }
.prix-page .eligibility-list li::marker { color: var(--orange); font-size: 1.15em; }
.prix-page .check-list { display: grid; gap: 11px; }
.prix-page .check-list--columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.prix-page .check-list label,
.prix-page .choice-group label {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    padding: 13px 15px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 3px;
    font-size: .92rem;
    font-weight: 600;
    line-height: 1.5;
}

.prix-page .check-list input,
.prix-page .choice-group input { margin-top: 4px; accent-color: var(--blue); transform: scale(1.08); }
.prix-page .choice-group { display: grid; gap: 10px; margin: 0 0 21px; padding: 0; border: 0; }
.prix-page .choice-group legend { margin-bottom: 11px; color: var(--navy); font-weight: 800; }
.prix-page .choice-group--inline { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.prix-page .choice-group--inline legend { grid-column: 1 / -1; }

.prix-page .note {
    margin: 20px 0 0;
    padding: 15px 17px;
    color: #385167;
    background: var(--blue-soft);
    border-left: 5px solid var(--yellow);
    border-radius: 0;
}

.prix-page .question-box {
    margin: 22px 0;
    padding: 23px;
    background: var(--cream);
    border: 0;
    border-left: 5px solid var(--orange);
    border-radius: 0;
}

.prix-page .question-box h3 {
    margin: 0 0 13px;
    color: var(--navy);
    font-family: var(--font-display), sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
}

.prix-page .question-box ol { display: grid; gap: 8px; margin: 0; padding-left: 1.25rem; }
.prix-page .criteria-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.prix-page .criteria-grid div { display: flex; gap: 16px; align-items: center; min-height: 100px; padding: 20px; background: #fff; border: 0; border-radius: 0; }
.prix-page .criteria-grid strong { min-width: 65px; color: var(--orange); font-family: var(--font-display), sans-serif; font-size: 2rem; }
.prix-page .criteria-grid span { color: var(--muted); font-size: .9rem; line-height: 1.45; }

.prix-page .form-footer {
    padding: 32px;
    text-align: center;
    color: #fff;
    background: var(--navy-deep);
    border-top: 6px solid var(--yellow);
    border-radius: 0;
    box-shadow: var(--shadow);
}

.prix-page .form-footer p { margin: 0 0 18px; color: rgba(255, 255, 255, .67); }
.prix-page .submit-button {
    min-height: 56px;
    padding: 0 28px;
    color: var(--navy-deep);
    background: var(--yellow);
    border: 0;
    border-radius: 3px;
    box-shadow: 0 12px 34px rgba(255, 214, 67, .2);
    font: inherit;
    font-size: .93rem;
    font-weight: 850;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.prix-page .submit-button:hover { background: var(--yellow-bright); box-shadow: 0 15px 38px rgba(255, 214, 67, .3); transform: translateY(-2px); }
.prix-page .submit-button:disabled { cursor: wait; opacity: .62; }
.prix-page .form-message { margin-top: 13px; font-weight: 700; }
.prix-page .alert { margin-bottom: 18px; padding: 16px 18px; font-weight: 700; }
.prix-page .alert--success { color: #146c43; background: #e9f7ef; border: 1px solid #bce4cc; }
.prix-page .alert--error { color: #a52a2a; background: #fff0f0; border: 1px solid #efc2c2; }
.prix-page .honeypot { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.prix-page .invalid { border-color: #b42318 !important; box-shadow: 0 0 0 4px rgba(180, 35, 24, .08) !important; }

.prix-page .success-main { min-height: 710px; padding: 170px 0 110px; background: var(--cream); }
.prix-page .success-card { max-width: 820px; margin: 0 auto; padding: 62px 58px; text-align: center; background: #fff; border-top: 8px solid var(--yellow); box-shadow: var(--shadow); }
.prix-page .success-mark { display: grid; place-items: center; width: 64px; height: 64px; margin: 0 auto 24px; color: #fff; background: var(--blue); border-radius: 50%; font-size: 1.7rem; font-weight: 800; }
.prix-page .success-card h1 { margin: 0; color: var(--navy); font-family: var(--font-display), sans-serif; font-size: clamp(3rem, 7vw, 5.6rem); font-weight: 800; letter-spacing: -.04em; line-height: .86; text-transform: uppercase; }
.prix-page .success-card p:not(.prix-eyebrow) { max-width: 620px; margin: 25px auto 30px; color: var(--muted); font-size: 1.05rem; line-height: 1.7; }

@media (max-width: 900px) {
    .prix-page .prix-hero { min-height: 0; padding: 145px 0 105px; }
    .prix-page .prix-hero__inner { grid-template-columns: 1fr; gap: 48px; }
    .prix-page .prix-hero__side { width: min(100%, 560px); }
    .prix-page .intro-card { grid-template-columns: 1fr; gap: 26px; }
}

@media (max-width: 700px) {
    .prix-page .prix-container { width: min(100% - 28px, 560px); margin-top: -35px; margin-bottom: 80px; }
    .prix-page .prix-hero { padding: 125px 0 82px; }
    .prix-page .prix-hero h1 { font-size: clamp(3.5rem, 17vw, 5rem); }
    .prix-page .prix-hero__lead { margin-top: 22px; }
    .prix-page .deadline { margin-top: 24px; }
    .prix-page .intro-card, .prix-page .form-section { padding: 25px 21px; }
    .prix-page .grid--2, .prix-page .check-list--columns, .prix-page .criteria-grid, .prix-page .choice-group--inline { grid-template-columns: 1fr; }
    .prix-page .choice-group--inline legend { grid-column: auto; }
    .prix-page .section-heading { gap: 13px; }
    .prix-page .section-heading > span { width: 40px; height: 40px; flex-basis: 40px; font-size: 1.25rem; }
    .prix-page .form-footer { padding: 27px 20px; }
    .prix-page .submit-button { width: 100%; padding-inline: 18px; }
    .prix-page .success-main { padding: 130px 14px 75px; }
    .prix-page .success-card { padding: 45px 24px; }
}

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