@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800;900&family=Nunito+Sans:wght@400;600;700;800&display=swap');

:root {
    --blue: #023562;
    --blue-2: #034b84;
    --blue-3: #001e38;
    --yellow: #ffb401;
    --yellow-2: #ffd15a;
    --white: #fff;
    --ink: #132337;
    --muted: #68778b;
    --line: #dbe4ed;
    --soft: #f4f7fa;
    --green: #24a865;
    --red: #cf3e4f;
    --shadow: 0 30px 80px rgba(0, 24, 48, .28);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    min-height: 100vh;
    color: var(--ink);
    font-family: 'Nunito Sans', sans-serif;
    background: var(--blue-3);
}

button,
input,
select { font: inherit; }

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

.page-shell {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background:
        radial-gradient(circle at 15% 20%, rgba(255, 180, 1, .16), transparent 25%),
        radial-gradient(circle at 88% 15%, rgba(51, 158, 255, .17), transparent 26%),
        linear-gradient(135deg, #001d37 0%, #023562 52%, #034b84 100%);
}

.page-shell::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .17;
    background-image:
        linear-gradient(rgba(255,255,255,.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px);
    background-size: 45px 45px;
    mask-image: linear-gradient(to bottom, black, transparent 78%);
}

.ambient {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
    animation: float 7s ease-in-out infinite;
}

.ambient-one {
    width: 170px;
    height: 170px;
    left: -55px;
    top: 28%;
    border: 30px solid rgba(255,180,1,.13);
}

.ambient-two {
    width: 90px;
    height: 90px;
    right: 6%;
    top: 10%;
    background: rgba(255,255,255,.07);
    animation-delay: -2s;
}

.ambient-three {
    width: 220px;
    height: 220px;
    right: -90px;
    bottom: 9%;
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: inset 0 0 0 36px rgba(255,255,255,.025);
    animation-delay: -4s;
}

@keyframes float {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(0); }
    50% { transform: translate3d(0, -18px, 0) rotate(8deg); }
}

.brand-bar {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 28px 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: white;
    text-decoration: none;
}

.brand-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 14px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.brand-mark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-copy strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    letter-spacing: .04em;
}

.brand-copy small {
    margin-top: 5px;
    color: rgba(255,255,255,.65);
    font-size: 10px;
    letter-spacing: .28em;
}

.edition-pill,
.eyebrow,
.card-kicker,
.mini-label {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: .12em;
}

.edition-pill {
    padding: 10px 15px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    color: white;
    font-size: 11px;
    backdrop-filter: blur(10px);
}

.hero {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 55px 0 80px;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(480px, .8fr);
    gap: 70px;
    align-items: center;
}

.hero-copy {
    color: white;
    animation: enterLeft .7s ease both;
}

@keyframes enterLeft {
    from { opacity: 0; transform: translateX(-28px); }
    to { opacity: 1; transform: translateX(0); }
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,180,1,.14);
    color: var(--yellow);
    font-size: 12px;
}

.eyebrow::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: currentColor;
    box-shadow: 0 0 0 6px rgba(255,180,1,.09);
}

.hero-copy h1 {
    max-width: 700px;
    margin: 23px 0 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(42px, 5.6vw, 73px);
    line-height: .98;
    letter-spacing: -.055em;
}

.hero-copy h1 span {
    display: block;
    color: var(--yellow);
}

.hero-copy > p {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,.73);
    font-size: 19px;
    line-height: 1.65;
}

.hero-highlights {
    margin-top: 38px;
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.highlight {
    min-width: 135px;
    padding: 16px 18px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 17px;
    background: rgba(255,255,255,.065);
    backdrop-filter: blur(12px);
}

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

.highlight strong {
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 17px;
}

.highlight span {
    margin-top: 5px;
    color: rgba(255,255,255,.56);
    font-size: 12px;
}

.form-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255,255,255,.985);
    box-shadow: var(--shadow);
    animation: enterRight .75s .1s ease both;
}

@keyframes enterRight {
    from { opacity: 0; transform: translateX(28px) scale(.98); }
    to { opacity: 1; transform: translateX(0) scale(1); }
}

.form-card::before {
    content: '';
    position: absolute;
    top: -70px;
    right: -55px;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255,180,1,.1);
}

.card-top {
    position: relative;
    z-index: 1;
    padding: 28px 30px 23px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.card-kicker,
.mini-label {
    color: var(--blue-2);
    font-size: 10px;
}

.card-top h2 {
    margin: 7px 0 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 29px;
    letter-spacing: -.035em;
}

.card-top p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.step-number {
    display: flex;
    align-items: baseline;
    gap: 4px;
    color: var(--blue);
}

.step-number > span {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 900;
}

.step-number small {
    color: var(--muted);
    font-weight: 700;
}

.progress-track {
    height: 5px;
    background: #eaf0f5;
}

.progress-track span {
    display: block;
    width: 50%;
    height: 100%;
    border-radius: 0 99px 99px 0;
    background: linear-gradient(90deg, var(--yellow), var(--yellow-2));
    transition: width .35s ease;
}

.alerta {
    display: none;
    margin: 18px 30px 0;
    padding: 13px 15px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
}

.alerta.show { display: block; }

.alerta.erro {
    color: #8f2633;
    border: 1px solid #f0bdc4;
    background: #fff0f2;
}

.alerta.info {
    color: #1e557d;
    border: 1px solid #bad8ed;
    background: #eef8ff;
}

.step {
    display: none;
    padding: 29px 30px 31px;
    animation: stepIn .35s ease both;
}

.step.active { display: block; }

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

.step-heading {
    margin-bottom: 22px;
}

.step-heading h3,
.success-step h3 {
    margin: 7px 0 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -.035em;
}

.step-heading p,
.success-step p {
    margin: 0;
    color: var(--muted);
    line-height: 1.5;
}

.choice-grid {
    display: grid;
    gap: 13px;
}

.choice-card {
    width: 100%;
    display: grid;
    grid-template-columns: 48px 1fr auto;
    align-items: center;
    gap: 15px;
    padding: 17px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: white;
    color: var(--ink);
    text-align: left;
    cursor: pointer;
    transition: .2s ease;
}

.choice-card:hover {
    border-color: var(--blue-2);
    transform: translateY(-2px);
    box-shadow: 0 13px 28px rgba(2,53,98,.11);
}

.choice-card.featured {
    border-color: rgba(255,180,1,.55);
    background: linear-gradient(135deg, #fffdf7, #fff7df);
}

.choice-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: #edf4fa;
    color: var(--blue);
    font-size: 20px;
    font-weight: 900;
}

.choice-card.featured .choice-icon {
    background: var(--yellow);
}

.choice-card strong,
.choice-card small {
    display: block;
}

.choice-card strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
}

.choice-card small {
    margin-top: 4px;
    color: var(--muted);
}

.choice-arrow {
    color: var(--blue);
    font-size: 24px;
    transition: transform .2s ease;
}

.choice-card:hover .choice-arrow {
    transform: translateX(4px);
}

.field {
    display: block;
    margin-bottom: 16px;
}

.field > span:first-child {
    display: block;
    margin-bottom: 7px;
    color: #2a3b50;
    font-size: 13px;
    font-weight: 800;
}

.input-wrap { position: relative; }

input,
select {
    width: 100%;
    min-height: 54px;
    padding: 0 15px;
    border: 1px solid var(--line);
    border-radius: 13px;
    outline: none;
    background: #fbfcfd;
    color: var(--ink);
    transition: .2s ease;
}

input:focus,
select:focus {
    border-color: var(--blue-2);
    background: white;
    box-shadow: 0 0 0 4px rgba(3,75,132,.09);
}

input.erro,
select.erro {
    border-color: var(--red);
    box-shadow: 0 0 0 4px rgba(207,62,79,.08);
}

.field-status {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    font-weight: 900;
}

.fields-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 14px;
}

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

.found-card {
    display: none;
    align-items: center;
    gap: 13px;
    margin-top: 16px;
    padding: 15px;
    border: 1px solid #b9e6ce;
    border-radius: 15px;
    background: #effbf4;
}

.found-card.show { display: flex; }

.found-icon {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    border-radius: 50%;
    background: var(--green);
    color: white;
    font-weight: 900;
}

.found-card small,
.found-card strong,
.found-card span {
    display: block;
}

.found-card small {
    color: #4c7560;
    font-size: 11px;
    font-weight: 800;
}

.found-card strong {
    margin: 2px 0;
    color: #164c31;
}

.found-card span {
    color: #4c7560;
    font-size: 12px;
}

.actions {
    margin-top: 22px;
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 11px;
}

.btn {
    min-height: 55px;
    padding: 0 18px;
    border: 0;
    border-radius: 13px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 900;
    cursor: pointer;
    transition: .2s ease;
}

.btn:hover:not(:disabled) {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
    color: #1a2940;
    box-shadow: 0 11px 23px rgba(255,180,1,.26);
}

.btn-secondary {
    background: #edf2f6;
    color: #526275;
}

.btn:disabled {
    opacity: .5;
    cursor: not-allowed;
}

.consent {
    display: grid;
    grid-template-columns: 23px 1fr;
    gap: 11px;
    align-items: start;
    margin-top: 3px;
    padding: 14px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: #f8fafc;
    cursor: pointer;
}

.consent input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.checkmark {
    display: grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border: 2px solid #b9c5d1;
    border-radius: 6px;
    color: transparent;
    font-size: 13px;
    font-weight: 900;
    transition: .2s ease;
}

.consent input:checked + .checkmark {
    border-color: var(--blue);
    background: var(--blue);
    color: white;
}

.consent > span:last-child {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.45;
}

.success-step {
    padding-top: 39px;
    padding-bottom: 42px;
    text-align: center;
}

.success-badge {
    display: grid;
    place-items: center;
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: var(--green);
    color: white;
    font-size: 35px;
    font-weight: 900;
    box-shadow: 0 0 0 12px rgba(36,168,101,.09);
}

.protocol {
    width: min(290px, 100%);
    margin: 23px auto 0;
    padding: 15px;
    border: 1px dashed #b9c6d4;
    border-radius: 14px;
    background: #f8fafc;
}

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

.protocol span {
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.protocol strong {
    margin-top: 5px;
    color: var(--blue);
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.form-footer {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    border-top: 1px solid var(--line);
    background: #f8fafc;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
}

.trust-strip {
    position: relative;
    z-index: 2;
    padding: 24px 18px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    background: rgba(0,19,36,.45);
    color: rgba(255,255,255,.68);
    font-size: 13px;
    text-align: center;
}

.trust-strip strong {
    color: var(--yellow);
    font-family: 'Montserrat', sans-serif;
}

.whatsapp-float {
    position: fixed;
    z-index: 20;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 17px 12px 12px;
    border-radius: 999px;
    background: #1fb765;
    color: white;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0,0,0,.25);
    animation: pulse 2.3s ease-in-out infinite;
}

.whatsapp-float span {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    font-size: 20px;
}

.whatsapp-float strong { font-size: 12px; }

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

@media (max-width: 960px) {
    .hero {
        grid-template-columns: 1fr;
        gap: 40px;
        padding-top: 38px;
    }

    .hero-copy {
        max-width: 760px;
        text-align: center;
        margin: 0 auto;
    }

    .hero-copy > p { margin-inline: auto; }

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

    .form-card {
        width: min(620px, 100%);
        margin: 0 auto;
    }
}

@media (max-width: 600px) {
    .brand-bar {
        width: min(100% - 24px, 1180px);
        padding-top: 18px;
    }

    .edition-pill { display: none; }

    .hero {
        width: min(100% - 24px, 1180px);
        padding: 34px 0 70px;
    }

    .hero-copy h1 {
        font-size: 43px;
    }

    .hero-copy > p {
        font-size: 16px;
    }

    .hero-highlights {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
    }

    .highlight {
        min-width: 0;
        padding: 13px 8px;
    }

    .highlight strong { font-size: 13px; }
    .highlight span { font-size: 10px; }

    .card-top,
    .step {
        padding-left: 20px;
        padding-right: 20px;
    }

    .alerta {
        margin-left: 20px;
        margin-right: 20px;
    }

    .fields-grid { grid-template-columns: 1fr; }
    .field.full { grid-column: auto; }

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

    .btn-primary { grid-row: 1; }
    .btn-secondary { grid-row: 2; }

    .form-footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .whatsapp-float strong { display: none; }
    .whatsapp-float { padding: 10px; }
}

/* =========================================================
   NOVA LANDING PAGE - PROVA DE BOLSAS 2027
========================================================= */

.landing-layout {
    position: relative;
    z-index: 2;
    width: min(1180px, calc(100% - 36px));
    margin: 0 auto;
    padding: 18px 0 80px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 30px;
    align-items: start;
}

.landing-content {
    display: grid;
    gap: 22px;
}

.landing-aside {
    position: relative;
}

.landing-aside .form-card {
    position: sticky;
    top: 22px;
}

.content-panel {
    position: relative;
    overflow: hidden;
    padding: 30px;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(14px);
    box-shadow: 0 25px 60px rgba(0,0,0,.14);
    color: white;
}

.content-panel::before {
    content: '';
    position: absolute;
    inset: auto -80px -80px auto;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,180,1,.18), transparent 65%);
    pointer-events: none;
}

.landing-hero h1 {
    margin: 18px 0 18px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(38px, 5vw, 70px);
    line-height: .98;
    letter-spacing: -.05em;
}

.landing-hero h1 span {
    display: block;
    color: var(--yellow);
}

.hero-description {
    max-width: 760px;
    color: rgba(255,255,255,.80);
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
}

.hero-cta {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 14px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .03em;
    transition: .25s ease;
}

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

.btn-hero-primary {
    background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
    color: #14263e;
    box-shadow: 0 12px 25px rgba(255,180,1,.25);
}

.btn-hero-light {
    border: 1px solid rgba(255,255,255,.18);
    color: white;
    background: rgba(255,255,255,.08);
}

.btn-hero-large {
    min-height: 58px;
    padding-inline: 28px;
}

.section-header {
    margin-bottom: 20px;
}

.section-header h2 {
    margin: 8px 0 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: clamp(26px, 3vw, 38px);
    line-height: 1.08;
    letter-spacing: -.03em;
    color: white;
}

.section-header p {
    margin: 0;
    color: rgba(255,255,255,.72);
    font-size: 16px;
    line-height: 1.65;
}

.text-yellow {
    color: var(--yellow);
}

.destaque-frase {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

.media-embed {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    background: rgba(0,0,0,.25);
    aspect-ratio: 16 / 9;
    border: 1px solid rgba(255,255,255,.09);
}

.media-embed-large {
    aspect-ratio: 16 / 8.8;
}

.media-embed iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

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

.info-card {
    padding: 22px;
    border-radius: 20px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.10);
}

.info-number {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--yellow), var(--yellow-2));
    color: #152a43;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
}

.info-card h3 {
    margin: 0 0 8px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 18px;
}

.info-card p {
    margin: 0;
    color: rgba(255,255,255,.72);
    line-height: 1.6;
    font-size: 14px;
}

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

.premio-card {
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.12);
    transition: .25s ease;
}

.premio-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(0,0,0,.20);
}

.premio-card img {
    width: 100%;
    height: auto;
    display: block;
}

.premio-nota {
    margin-top: 20px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255,180,1,.11);
    border: 1px solid rgba(255,180,1,.20);
    color: rgba(255,255,255,.86);
    line-height: 1.7;
    font-size: 15px;
}

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

.video-card {
    padding: 0;
}

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

.aprovado-card {
    padding: 24px;
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.06));
    border: 1px solid rgba(255,255,255,.12);
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.aprovado-topo {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255,180,1,.14);
    color: var(--yellow);
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .08em;
}

.aprovado-card h3 {
    margin: 0 0 10px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

.aprovado-card p {
    margin: 0;
    color: rgba(255,255,255,.74);
    line-height: 1.7;
    font-size: 14px;
}

.final-cta-panel {
    text-align: center;
}

.final-cta-panel p {
    max-width: 720px;
    margin: 0 auto 22px;
    color: rgba(255,255,255,.76);
    line-height: 1.7;
    font-size: 16px;
}

@media (max-width: 1100px) {
    .landing-layout {
        grid-template-columns: 1fr 430px;
    }
}

@media (max-width: 960px) {
    .landing-layout {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 10px;
    }

    .landing-aside .form-card {
        position: static;
    }

    .content-panel {
        padding: 24px;
    }

    .info-grid,
    .premiacao-grid,
    .video-grid,
    .aprovados-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .landing-layout {
        width: min(100% - 24px, 1180px);
        padding-bottom: 65px;
    }

    .content-panel {
        padding: 20px;
        border-radius: 22px;
    }

    .landing-hero h1 {
        font-size: 42px;
    }

    .hero-description {
        font-size: 16px;
    }

    .hero-cta {
        display: grid;
        grid-template-columns: 1fr;
    }

    .btn-hero {
        width: 100%;
    }

    .section-header h2 {
        font-size: 28px;
    }

    .premio-nota,
    .section-header p,
    .final-cta-panel p {
        font-size: 14px;
    }
}