:root {
    --navy: #101f4d;
    --navy-2: #1b2a6b;
    --red: #e30613;
    --red-dark: #b3000c;
    --magenta: #c4145a;
    --pink: #d6336c;
    --yellow: #f9b233;
    --orange: #f39200;
    --blue: #1d70b7;
    --blue-bright: #1e7ae0;
    --green: #95c11f;
    --green-dark: #76b82a;
    --purple: #7a1f8e;
    --violet: #5b2d90;
    --white: #ffffff
}

@font-face {
    font-family: "Ekster Bold";
    src: url(fonts/Ekster-Bold.woff2) format("woff2"),url(fonts/Ekster-Bold.woff) format("woff"),url(fonts/Ekster-Bold.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Ekster Light";
    src: url(fonts/Ekster-Light.woff2) format("woff2"),url(fonts/Ekster-Light.woff) format("woff"),url(fonts/Ekster-Light.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: "Ekster Medium";
    src: url(fonts/Ekster-Medium.woff2) format("woff2"),url(fonts/Ekster-Medium.woff) format("woff"),url(fonts/Ekster-Medium.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}

@font-face {
    font-family: Ekster;
    src: url(fonts/Ekster-Regular.woff2) format("woff2"),url(fonts/Ekster-Regular.woff) format("woff"),url(fonts/Ekster-Regular.otf) format("opentype");
    font-style: normal;
    font-weight: 400
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

body {
    font-family: Ekster,sans-serif;
    color: var(--white);
    background: var(--navy);
    overflow-x: hidden
}

.font-display,h1,h2,h3 {
    font-family: 'Ekster Bold',sans-serif
}

img {
    display: block;
    max-width: 100%
}

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

.panel {
    position: relative;
    min-height: clamp(80vh, 100vh, 900px);
    display: grid;
    grid-template-columns: 140px 270px 1fr;
    overflow: hidden;
    background-size: cover
}

.panel .edge {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 50px
}

.panel .edge .s-mark {
    width: 56px;
    height: 56px;
    opacity: .85
}

.panel-mobile-bg {
    display: none;
}

.rail {
    position: relative;
    z-index: 2;
    width: 270px;
    padding: 0 30px 55px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: linear-gradient(90deg,#dd0e33,#af255e);
    margin-left: 0
}

.rail .accent-square {
    width: 100px;
    height: 40px;
    margin: 0 0 20px 0;
    background: var(--accent,#fff)
}

.rail h2 {
    font-family: 'Ekster Bold',sans-serif;
    font-size: 2rem;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .5px;
    position: relative
}

.tema-medio aside .line {
    content: '';
    height: 2px;
    width: 130px;
    background: #991525;
    position: relative;
    bottom: 0;
    left: 0
}

.rail h2 .thin {
    font-family: 'Ekster Light',sans-serif;
    font-weight: 400
}

.rail .stage-badge {
    display: inline-block;
    padding: 10px 18px 6px 18px;
    border: 2px solid #fff;
    border-radius: 999px;
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: max-content;
    line-height: 1
}

.rail .rail-sub {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.45;
    font-family: 'Ekster Light'
}

.rail .age-card {
    margin-top: auto;
    align-self: flex-start;
    width: 148px;
    height: auto
}

.stage-content {
    position: relative;
    background-size: cover;
    background-position: center;
    display: grid;
    flex-direction: row;
    justify-content: space-between;
    padding: 56px 20px 56px 48px;
    grid-template-columns: 1fr 1fr;
}

.stage-content .info-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid;
    padding: 20px 30px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 20px;
    max-width: 440px;
    width: fit-content;
}

.edebe-container {
    gap: 60px;
    display: inline-flex;
    flex-flow: column;
    width: fit-content;
    justify-content: space-between;
}

.stage-content .overlay {
    position: absolute;
    inset: 0;
    pointer-events: none
}

.stage-content>* {
    position: relative
}

.poliedro {
    position: absolute;
    top: 48px;
    left: 48px;
    z-index: 3;
    width: 200px;
    height: auto;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .35))
}

.highlight {
    max-width: 600px;
    margin-bottom: 26px;
    font-family: 'Ekster Medium',sans-serif;
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.6;
    text-align: justify
}

.highlight mark {
    background: linear-gradient(90deg,#fb0315,#5450af);
    color: #fff;
    padding: 3px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

.tema-finais .highlight mark,.tema-infantil .highlight mark,.tema-iniciais .highlight mark,.tema-medio .highlight mark {
    background: #fff;
    color: #626262;
    padding: 3px 10px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone
}

.tema-finais .highlight,.tema-infantil .highlight,.tema-iniciais .highlight,.tema-medio .highlight {
    font-size: clamp(1.3rem,4vw,23px);
    text-align: left;
    margin-top: auto;
}

.visit-form {
    max-width: 760px
}

.visit-form .form-header {
    background: var(--accent,#e30613);
    border-radius: 999px;
    padding: 9px 26px;
    font-family: 'Ekster Bold',sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 14px
}

.visit-form .row {
    display: grid;
    gap: 14px;
    margin-bottom: 14px
}

.visit-form .row.two {
    grid-template-columns: 1fr 1.35fr
}

.visit-form input {
    width: 100%;
    border: 2px solid var(--accent,#e30613);
    border-radius: 999px;
    padding: 10px 20px;
    font-family: Ekster,sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: #33383f;
    outline: 0;
    background: #fff
}

.visit-form input::placeholder {
    color: #33383f;
    opacity: .95
}

.visit-form .actions {
    display: flex;
    justify-content: flex-end
}

.visit-form button {
    background: var(--accent,#e30613);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 10px 38px;
    font-family: 'Ekster Bold',sans-serif;
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: .5px;
    cursor: pointer;
    transition: filter .2s
}

.visit-form button:hover {
    filter: brightness(1.12)
}

.hero {
    min-height: 100vh;
    position: relative;
    display: grid;
    grid-template-columns: 450px 1fr;
    background: url(images/bg_hero.webp) center/cover no-repeat,#0d1a44;
    background-blend-mode: normal
}

body:not(.policy-page) header::before {
    background: url(images/asset_header.png);
    content: ' ';
    width: 131px;
    height: 102px;
    position: absolute;
    left: -50px;
    z-index: 9;
    top: 9px
}

body:not(.policy-page) header::after {
    background: url(images/asset_footer.png) no-repeat;
    content: ' ';
    width: 130px;
    height: 242px;
    position: absolute;
    left: 408px;
    z-index: 9;
    bottom: 0;
    width: auto;
    right: 0;
    pointer-events: none
}

.hero-side {
    position: relative;
    padding: 70px 40px 70px 40px;
    display: flex;
    flex-direction: column;
    margin-left: 80px;
    width: 330px;
    justify-content: start;
    background: linear-gradient(90deg,#ea0b26,#af255e);
    border-top-right-radius: 210px;
    border-bottom-left-radius: 210px;
    margin-top: 10px
}

.brand-lockup {
    text-align: center;
    margin-top: auto
}

.brand-lockup img {
    width: 150px;
    margin: 0 auto;
}

.hero-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: auto 0 auto 50px
}

.hero-nav a {
    display: block;
    font-family: 'Ekster Light',sans-serif;
    font-size: .92rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    line-height: 1.3;
    padding-bottom: 10px;
    position: relative
}

.hero-nav a strong {
    font-family: 'Ekster Bold',sans-serif;
    display: block
}

.hero-nav a .last {
    font-family: 'Ekster Light',sans-serif;
    display: block
}

.hero-nav a:not(:last-of-type)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    max-width: 100%;
    height: 2px;
    background: #2e7bff
}

.hero-nav a:hover {
    opacity: .85
}

.hero-main {
    position: relative;
    padding: 60px 40px 30px 70px;
    display: flex;
    flex-direction: column
}

.hero-title img {
    width: min(40vw,90%);
    height: auto
}

.hero-photo {
    flex: 1;
    min-height: 340px
}

.hero-bottom {
    display: flex;
    align-items: flex-end;
    margin-top: 0;
    margin-bottom: auto;
    max-width: 1460px;
    flex-flow: column-reverse;
    gap: 50px;
}

.poliedro-logo {
    width: clamp(50%, 40vw, 80%);
    height: auto;
}

.pra-sempre-logo {
    width: 270px;
    height: auto
}

.estrutura {
    min-height: 100vh;
    position: relative;
    background: url(images/bg-2hero.webp) center/cover no-repeat;
    display: flex;
    align-items: stretch;
    background-attachment: fixed;
    background-position: top left
}

.estrutura-rail {
    position: relative;
    z-index: 2;
    width: 270px;
    flex-shrink: 0;
    padding: 40px 40px 70px 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: linear-gradient(90deg,#dd0e33,#af255e);
    margin-left: 140px;
    /* align-items:center; */
    height: 90vh;
    border-bottom-right-radius: 300px;
    border-bottom-left-radius: 300px;
}

.estrutura-rail .brand-lockup {
    text-align: left;
    margin: 0;
    margin-top: auto;
    text-align: center;
    width: 100%;
}

.estrutura-rail .brand-lockup img {
    /* margin:0; */
    font-size: 12px;
}

.estrutura-rail p {
    font-family: 'Ekster Light',sans-serif;
    font-size: clamp(20px,5vw,17px);
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: auto;
    margin-top: auto;
    width: 80%;
}

.estrutura-rail .line {
    width: 100%;
    display: block;
    height: 2px;
    background: #2e7bff;
    /* margin: auto 0; */
}

.estrutura-body {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 70px 80px;
    align-items: center;
    gap: 60px;
    max-width: 1460px;
    justify-content: center;
}

.estrutura-body .highlight {
    max-width: 760px;
    margin-bottom: 0
}

.video-badge {
    position: absolute;
    right: 70px;
    bottom: 60px;
    z-index: 3
}

.video-badge:hover {
    transform: scale(1.05)
}

.btn-play {
    z-index: 999;
    cursor: pointer;
    transition: transform .2s;
    margin-bottom: 10%;
}

.btn-play.is-fixed {
    position: fixed;
    top: 250px;
    z-index: 999
}

.btn-play:hover {
    transform: scale(1.05)
}

.btn-play .play {
    display: block
}

/* ======================= VIDEO LIGHTBOX ======================= */
.video-lightbox {
    position: fixed;
    inset: 0;
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s, visibility .3s;
}

.video-lightbox.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.video-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 14, 40, .92);
    cursor: pointer;
}

.video-lightbox__dialog {
    position: relative;
    z-index: 1;
    width: min(1200px, 96vw);
    max-height: calc(100vh - 48px);
}

.video-lightbox__close {
    position: absolute;
    top: -48px;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    cursor: pointer;
    transition: background .2s;
}

.video-lightbox__close:hover {
    background: rgba(255, 255, 255, .28);
}

.video-lightbox__frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 24px 80px rgba(0, 0, 0, .55);
}

.video-lightbox__frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

body.video-open {
    overflow: hidden;
}

@media (max-width: 640px) {
    .video-lightbox {
        padding: 16px;
    }

    .video-lightbox__close {
        top: -42px;
        right: 0;
    }
}

.tema-infantil {
    --accent: var(--orange)
}

.tema-infantil .accent-square {
    background: #0232c0
}

.tema-infantil {
    background-image: url(images/bg-educacaoinfantil.webp);
    background-attachment: fixed;
    background-position: top left
}

.tema-infantil .stage-content .overlay {
    background: linear-gradient(180deg,rgba(249,178,51,.15),rgba(60,30,0,.45) 85%)
}

.tema-infantil aside .line {
    content: '';
    height: 2px;
    width: 130px;
    background: #0032bf;
    position: relative;
    bottom: 0;
    left: 0
}

.tema-iniciais {
    --accent: var(--blue-bright)
}

.tema-iniciais .edge {
    background: linear-gradient(180deg,#2f86d6,var(--blue))
}

.tema-iniciais aside .line {
    content: '';
    height: 2px;
    width: 130px;
    background: #0075ff;
    position: relative;
    bottom: 0;
    left: 0
}

.tema-iniciais .accent-square {
    background: var(--blue-bright)
}

.tema-iniciais .stage-content {
    background-image: url(images/bg-iniciaisfundamental.webp);
    background-attachment: fixed;
    background-position: top left
}

.tema-iniciais .stage-content .overlay {
    background: linear-gradient(180deg,rgba(29,112,183,.2),rgba(6,20,50,.5) 88%)
}

.tema-finais {
    --accent: var(--red)
}

.tema-finais .edge {
    background: linear-gradient(180deg,#ff2b3a,var(--red-dark))
}

.tema-finais aside .line {
    content: '';
    height: 2px;
    width: 130px;
    background: #e30614;
    position: relative;
    bottom: 0;
    left: 0
}

.tema-finais .accent-square {
    background: var(--red)
}

.tema-finais .stage-content {
    background-image: url(images/bg-anosfundamentalfinais.webp);
    background-attachment: fixed;
    background-position: top left
}

.tema-finais .stage-content .overlay {
    background: linear-gradient(180deg,rgba(179,0,20,.25),rgba(40,0,10,.55) 88%)
}

.tema-medio {
    background-image: url(images/bg-ensinomedio.webp);
    background-attachment: fixed;
    background-position: top left
}

.tema-medio .accent-square {
    background: #991425
}

.tema-medio .stage-content .overlay {
    background: linear-gradient(180deg,rgba(118,184,42,.2),rgba(15,40,5,.5) 88%)
}

.inovadora {
    position: relative;
    background: url(images/bg-sfinal.webp) center/cover no-repeat,#5b2d90;
    z-index: 2
}

.inova-container {
    max-width: 1920px;
    padding: 90px 100px 50px 140px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto auto;
    gap: 60px 50px
}

.inovadora::before {
    content: "";
    position: absolute;
    left: 141px;
    top: 0;
    bottom: 0;
    pointer-events: none;
    width: 188px;
    padding: 0 40px 70px 40px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    background: linear-gradient(90deg,#dd0e33,#af255e);
    align-items: center
}

.inovadora>* {
    position: relative;
    z-index: 2
}

.inovadora h2 {
    font-family: 'Ekster Light',sans-serif;
    font-size: 1.9rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1;
    align-self: start;
    padding-left: 20px
}

.inovadora h2 strong {
    font-family: 'Ekster Bold',sans-serif
}

.inova-card {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%
}

.inova-card .tag {
    align-self: flex-start;
    background: var(--magenta);
    border-radius: 999px;
    padding: 8px 22px;
    font-family: 'Ekster Bold',sans-serif;
    font-weight: 700;
    font-size: .95rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px
}

.inova-card .tag small {
    font-family: Ekster,sans-serif;
    font-size: .55rem;
    line-height: 1.1;
    border-left: 1px solid rgba(255,255,255,.6);
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 800
}

.inova-card .photo {
    width: 100%;
    aspect-ratio: 16/10;
    border-radius: 28px 28px 28px 90px;
    background-size: cover
}

.inova-card.corner-alt .photo {
    border-radius: 28px 90px 28px 28px
}

.inovadora .s-float {
    position: absolute;
    left: 26px;
    bottom: 30px;
    width: 56px;
    height: 56px;
    opacity: .9;
    z-index: 3
}

.poliedro-logo-container {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    padding: 0px 100px 50px 100px;
}
.poliedro-logo-container img{max-width: 720px;}
.extra {
    /* min-height:100vh; */
    position: relative;
    background: url(images/bg-final.webp) center/cover no-repeat,#1e4fd0;
    padding: 100px 70px 120px 70px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 4;
}

.extra::before {
    content: "";
    position: absolute;
    top: 0;
    left: 141px;
    width: 268px;
    height: 100%;
    /* border-radius:50%; */
    background: linear-gradient(90deg,#dd0e33,#af255e)
}

.extra>* {
    position: relative;
    z-index: 2
}

.extra-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    max-width: 1460px;
    margin-left: 370px;
}

.extra-head h2 {
    font-family: 'Ekster Light',sans-serif;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.1
}

.extra-head h2 .thin {
    font-family: 'Ekster Light',sans-serif
}

.extra-head h2 strong {
    font-family: 'Ekster Bold',sans-serif
}

.extra-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    flex: 1;
    max-width: 1460px;
    margin-left: 190px;
}

.extra-col {
    display: grid;
    grid-template-columns: 180px 1fr;
    /* gap:28px; */
    align-items: start
}

.extra-col .photo {
    width: 160px;
    aspect-ratio: 7/15;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    /* height:100%; */
}

.extra-col h3 {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1.05;
    margin-bottom: 25px;
}

.extra-col ul {
    list-style: none
}

.extra-col li {
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 0 6px;
    border-bottom: 2px solid rgba(255,80,90,.85);
    width: max-content;
    min-width: 100px
}

.extra-footer {
    margin-top: 60px;
    border-top: 1px solid rgba(255,255,255,.35);
    padding: 26px 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px
}

p.quote {
    font-size: 1.05rem;
    font-weight: 600;
    line-height: 1.2;
    width: 70%;
    margin-right: auto;
}

.quote q {
    font-family: 'Ekster Light',sans-serif;
    font-weight: 700;
    quotes: "\201C" "\201D";
    font-size: 1.1rem;
}

.quote q::after,.quote q::before {
    color: #ffffff;
    font-size: 1.3em;
    display: block;
    line-height: 1;
    font-family: system-ui;
    font-weight: 900;
}

.quote .author {
    font-style: italic;
    font-weight: 400;
    opacity: .9;
    margin-top: 10px;
    display: block;
}

.footer-brand-logo {
    width: 220px;
    height: auto
}

/* ======================= FOOTER INSTITUCIONAL ======================= */
.site-footer {
    background: #0d1a44;
    color: rgba(255, 255, 255, .9);
    padding: 48px 40px 20px;
    position: relative;
    z-index: 5;
}

.site-footer__inner {
    /* max-width: 1100px; */
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: Ekster, sans-serif;
    font-size: .95rem;
    line-height: 1;
}

.site-footer__campaign {
    font-family: 'Ekster Bold', Ekster, sans-serif;
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 12px;
}

.site-footer__name {
    font-size: 1rem;
    color: #fff;
}

.site-footer__trade {
    opacity: .85;
}

.site-footer a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.site-footer a:hover {
    opacity: .85;
}

.site-footer__social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 18px;
}

.site-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    text-decoration: none;
    transition: background .2s, transform .2s;
}

.site-footer__social a:hover {
    background: linear-gradient(90deg, #ea0b26, #af255e);
    opacity: 1;
    transform: translateY(-2px);
}

.site-footer__privacy {
    margin-top: 14px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.site-footer__privacy a {
    font-family: 'Ekster Bold', Ekster, sans-serif;
    letter-spacing: .4px;
}

/* ======================= PÃGINA POLÃTICA DE PRIVACIDADE ======================= */
.policy-page {
    background:
        radial-gradient(ellipse 80% 50% at 100% 0%, rgba(175, 37, 94, .18), transparent 55%),
        radial-gradient(ellipse 60% 40% at 0% 100%, rgba(1, 50, 191, .2), transparent 50%),
        #0d1a44;
    min-height: 100vh;
}

.policy-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px clamp(22px, 5vw, 72px);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.policy-top__brand img {
    width: 140px;
    height: auto;
}

.policy-top__back {
    font-family: 'Ekster Medium', Ekster, sans-serif;
    font-size: .95rem;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #fff;
    opacity: .85;
    transition: opacity .2s;
}

.policy-top__back:hover {
    opacity: 1;
}

.policy {
    display: grid;
    grid-template-columns: 12px 1fr;
    max-width: 980px;
    margin: 0 auto;
    padding: 56px clamp(22px, 5vw, 40px) 80px;
    gap: 0 40px;
}

.policy__rail {
    background: linear-gradient(180deg, #ea0b26, #af255e);
    border-radius: 999px;
    min-height: 100%;
}

.policy__doc {
    color: rgba(255, 255, 255, .92);
}

.policy__eyebrow {
    font-family: 'Ekster Medium', Ekster, sans-serif;
    font-size: .78rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #f9b233;
    margin-bottom: 18px;
}

.policy__doc h1 {
    font-family: 'Ekster Light', Ekster, sans-serif;
    font-size: clamp(2rem, 5vw, 3.1rem);
    font-weight: 400;
    line-height: 1.08;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 28px;
}

.policy__doc h1 span {
    font-family: 'Ekster Bold', Ekster, sans-serif;
}

.policy__lede {
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 62ch;
    margin-bottom: 48px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.policy__doc section {
    margin-bottom: 36px;
}

.policy__doc h2 {
    font-family: 'Ekster Bold', Ekster, sans-serif;
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #fff;
    margin-bottom: 14px;
    display: flex;
    align-items: baseline;
    gap: 14px;
}

.policy__doc h2 .n {
    font-family: 'Ekster Light', Ekster, sans-serif;
    font-size: .85rem;
    color: #f9b233;
    letter-spacing: 1px;
}

.policy__doc p,
.policy__doc li {
    font-size: 1.02rem;
    line-height: 1.7;
    max-width: 62ch;
}

.policy__doc ul {
    list-style: none;
    margin-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.policy__doc li {
    position: relative;
    padding-left: 22px;
}

.policy__doc li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .65em;
    width: 8px;
    height: 2px;
    background: linear-gradient(90deg, #ea0b26, #af255e);
}

.policy__doc a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.policy__doc a:hover {
    color: #f9b233;
}

.policy__updated {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .14);
    font-size: .9rem;
    opacity: .75;
}

@media (max-width: 700px) {
    .policy {
        grid-template-columns: 1fr;
        padding-top: 40px;
    }

    .policy__rail {
        display: none;
    }

    .policy-top {
        padding: 20px 22px;
    }

    .policy-top__brand img {
        width: 110px;
    }
}

@media (max-width: 1024px) {
    .site-footer {
        padding: 40px 22px;
    }

    .site-footer__inner {
        font-size: .9rem;
        gap: 8px;
    }

    .site-footer__campaign {
        font-size: .98rem;
    }
}

.agende {
    min-height: 100vh;
    position: relative;
    background: url(images/bg-form.webp) center/cover no-repeat,#1e4fd0;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    background-attachment: fixed;
    background-position: top left
}

.agende-rail {
    position: relative;
    z-index: 2;
    width: 270px;
    flex-shrink: 0;
    padding: 210px 40px 70px 40px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    background: linear-gradient(90deg,#dd0e33,#af255e);
    margin-left: 140px;
    align-items: center;
    border-top-left-radius: 160px
}

.agende-rail h2 {
    font-family: 'Ekster Bold',sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px
}

.agende-rail .s-mark {
    width: 56px;
    height: auto;
    margin-top: auto;
    opacity: .95
}

.agende-body {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 60px 90px 60px 100px;
    max-width: 1460px
}

.agende-form {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 36px
}

.agende-form input[type=email],.agende-form input[type=tel],.agende-form input[type=text] {
    width: 100%;
    background: #FFFFFF10;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 999px;
    padding: 18px 26px 14px 26px;
    color: #fff;
    font-family: Ekster,sans-serif;
    font-size: 1rem;
    outline: 0
}

.agende-form input::placeholder {
    color: rgba(255,255,255,.85)
}

.agende-form input:focus {
    border-color: #fff
}

.agende-form select {
    width: 100%;
    background-color: #FFFFFF10;
    border: 1px solid rgba(255,255,255,.6);
    border-radius: 999px;
    padding: 18px 44px 14px 26px;
    color: #fff;
    font-family: Ekster,sans-serif;
    font-size: 1rem;
    outline: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 22px center;
    background-size: 14px;
}

.agende-form select:focus {
    border-color: #fff
}

.agende-form select:required:invalid {
    color: rgba(255,255,255,.85)
}

.agende-form select.invalid {
    border-color: #ff8189
}

.agende-form select option {
    color: #33383f
}

.agende-form select optgroup {
    color: #101f4d;
    font-weight: 700
}

.agende-form .radio-row {
    display: flex;
    align-items: center;
    gap: 22px;
    padding-left: 26px;
    color: #fff;
    flex-wrap: wrap
}

.agende-form .radio-row .q {
    font-size: 1rem
}

.agende-form .radio {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 1rem
}

.agende-form .radio input {
    display: none
}

.agende-form .radio .dot {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.7);
    display: inline-block;
    position: relative;
    flex-shrink: 0
}

.agende-form .radio input:checked+.dot::after {
    content: "";
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    background: #fff
}

.agende-form .actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px
}

.agende-form button {
    background: #0132bf;
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 16px 46px 12px 46px;
    font-family: 'Ekster Bold',sans-serif;
    font-size: 1.35rem;
    letter-spacing: .5px;
    cursor: pointer;
    transition: filter .2s;
    text-transform: uppercase
}

.agende-form button:hover {
    filter: brightness(1.1)
}

.agende-form button:disabled {
    opacity: .6;
    cursor: not-allowed
}

.agende-form .field {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.agende-form input.invalid {
    border-color: #ff8189
}

.agende-form .err {
    display: none;
    color: #ffd0d5;
    font-size: .82rem;
    padding-left: 26px;
    font-family: Ekster,sans-serif
}

.agende-form .err.show {
    display: block
}

.agende-form .hp {
    position: absolute!important;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none
}

.form-feedback {
    display: none;
    padding: 14px 22px;
    border-radius: 16px;
    font-size: .98rem;
    line-height: 1.4;
    font-family: Ekster,sans-serif
}

.form-feedback.show {
    display: block
}

.form-feedback.ok {
    background: rgba(20,150,60,.28);
    border: 1px solid rgba(255,255,255,.45)
}

.form-feedback.error {
    background: rgba(227,6,19,.32);
    border: 1px solid rgba(255,255,255,.45)
}

.hamburger {
    display: none
}

.mobile-menu {
    display: none
}

@media (min-width: 1025px) and (max-width:1100px) {
    .hero {
        grid-template-columns:340px 1fr
    }

    .hero-side {
        margin-left: 30px;
        width: auto;
        max-width: 320px;
        padding: 50px 30px
    }

    .hero-nav {
        margin: auto 0 auto 20px
    }

    .hero-main {
        padding: 50px 40px 90px
    }

    .poliedro-logo {
        width: 530px;
    }

    .pra-sempre-logo {
        width: 220px
    }

    .estrutura-rail {
        margin-left: 0;
        width: 270px;
    }
.estrutura-rail p{
    width: 100%;
    font-size: 1rem;
}
    .estrutura-body {
        padding: 60px 50px
    }

    .agende-rail {
        margin-left: 0;
        padding-top: 120px
    }

    .agende-body {
        padding: 50px 50px 50px 60px
    }

    .panel {
        grid-template-columns: 270px 1fr;
    }

    .panel .edge {
        display: none
    }

    .inova-container {
        grid-template-columns: 1fr 1fr;
        padding: 70px 50px 70px 90px;
        gap: 40px
    }

    .inovadora h2 {
        grid-column: 1/-1
    }

    .inovadora::before {
        left: 0;
        width: 190px;
    }

    .extra {
        padding: 120px 50px 40px
    }
.extra-head{
    margin: 0 0 40px 0;
}
    .extra::before {
        left: 0;
        width: 270px;
    }

    .extra-grid {
        /* grid-template-columns: 1fr; */
        gap: 40px;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .agende,.estrutura,.extra,.hero,.inovadora,.panel,.tema-finais .stage-content,.tema-infantil,.tema-iniciais .stage-content,.tema-medio {
        /* background-attachment:scroll!important; */
        background-position: top left;
    }

    .extra::before,.inovadora::before,.panel .edge,header::after,header::before {
        display: none!important
    }

    .hamburger {
        display: flex;
        position: fixed;
        top: 14px;
        right: 14px;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        background: linear-gradient(90deg,#ea0b26,#af255e);
        border: none;
        cursor: pointer;
        z-index: 1001;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        box-shadow: 0 6px 18px rgba(0,0,0,.35)
    }

    .hamburger span {
        width: 24px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: transform .3s,opacity .3s
    }

    .hamburger.open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg)
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0
    }

    .hamburger.open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg)
    }

    .mobile-menu {
        display: flex;
        position: fixed;
        inset: 0;
        z-index: 1000;
        background: linear-gradient(160deg,#0d1a44 0,#6e1440 100%);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        padding: 40px;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s
    }

    .mobile-menu.open {
        opacity: 1;
        pointer-events: auto
    }

    .mobile-menu .m-logo {
        width: 70px;
        margin-bottom: 16px
    }

    .mobile-menu a {
        color: #fff;
        font-family: 'Ekster Bold',sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 1.05rem;
        text-align: center
    }

    body.menu-open {
        overflow: hidden
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        background-position: center right 40%
    }

    .hero-side {
        display: none
    }

    .hero-main {
        padding: 80px 22px 40px
    }

    .hero-title img {
        width: 60vw;
        margin-top: -50px;
    }

    .hero-photo {
        min-height: 150px
    }

    .hero-bottom {
        flex-direction: column-reverse;
        align-items: center;
        gap: 22px;
        margin: 34px 0 0;
        filter: drop-shadow(0 0px 6px #00000050);
    }

    .poliedro-logo {
        width: 100%;
    }

    .pra-sempre-logo {
        width: 190px;
        opacity: 0!important;
    }

    .agende {
        flex-direction: column
    }

    .agende-rail {
        width: 100%;
        margin-left: 0;
        border-radius: 0;
        padding: 40px 22px;
        align-items: flex-start;
        gap: 24px
    }

    .agende-rail h2 {
        font-size: 2.2rem
    }

    .agende-rail .s-mark {
        display: none
    }

    .agende-body {
        padding: 50px 22px 50px;
        max-width: none;
        justify-content: center;
    }

    .agende-form {
        gap: 20px
    }

    .agende-form .radio-row {
        padding-left: 6px
    }

    .agende-form .actions {
        justify-content: stretch
    }

    .agende-form button {
        width: 100%
    }

    .estrutura {
        flex-direction: column-reverse;
    }

    .estrutura-rail {
        width: 100%;
        margin-left: 0;
        padding: 100px 22px 50px;
        gap: 24px;
        align-items: center;
        width: 80%;
        margin: 0 auto;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 300px;
        border-top-left-radius: 300px;
        height: inherit;
        text-align: center;
    }

    .estrutura-rail p {
        font-size: 1.5rem;
        margin: 0;
    }

    .estrutura-body {
        padding: 30px 22px 50px;
        max-width: none;
        align-items: flex-start;
        gap: 30px
    }

    .estrutura-body .highlight {
        font-size: 1.05rem
    }

    .btn-play {
        z-index: 5;
        margin: 40px auto 0px;
    }

    .btn-play.is-fixed {
        position: static;
        top: auto
    }

    .btn-play .play {
        width: 120px;
    }

    .panel {
        grid-template-columns: 1fr;
        min-height: auto
    }

    .panel-mobile-bg {
        display: block;
        width: 100%;
        height: auto;
    }

    .tema-infantil,
    .tema-medio {
        background-image: none !important;
    }

    .tema-iniciais .stage-content,
    .tema-finais .stage-content {
        background-image: none !important;
    }

    .rail {
        width: 100%;
        padding: 40px 22px;
        gap: 16px;
        align-items: start!important
    }

    .rail .accent-square {
        margin-bottom: 10px
    }

    .rail .age-card {
        margin-top: 20px
    }

    .stage-content {
        padding: 40px 22px 50px;
        gap: 28px;
        justify-content: flex-start;
        grid-template-columns: 1fr;
    }

    .edebe-container {
        gap: 50px;
        width: 100%;
        flex: 1 0 50%;
    }

    .edebe-container img {
        width: 220px;
    }
.edebe-container img + img{
    max-width: 50vw;
    width: 100%;
    min-width: 300px;
}
    .inova-container {
        grid-template-columns: 1fr;
        padding: 50px 22px;
        gap: 28px
    }

    .inovadora h2 {
        font-size: 1.9rem;
        padding-left: 0
    }

    .extra {
        padding: 60px 22px 40px
    }

    .extra-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 22px;
        margin-bottom: 40px;
        margin-left: 0;
    }

    .extra-head .pra-sempre-logo {
        width: 190px;
        opacity: inherit!important;
    }

    .extra-grid {
        grid-template-columns: 1fr;
        gap: 86px;
        width: 100%;
        margin-left: 0;
    }

    .extra-col {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .extra-col .photo {
        width: 100%;
        aspect-ratio: 16/10;
        height: auto;
        border-radius: 20px;
        max-width: 510px
    }

    .extra-col:nth-child(1) .photo {
        background-position: center top+30%;
    }

    .extra-col:nth-child(2) .photo {
        background-position: center top+10%;
    }

    .extra-col:nth-child(3) .photo {
        background-position: center center
    }

    .extra-col h3 {
        margin-bottom: 20px
    }

    .extra-footer {
        flex-direction: column;
        text-align: center;
        gap: 20px
    }
}

@media (min-width: 700px) and (max-width:1100px) {
    header::after,header::before {
        display:none
    }

    .inova-container {
        max-width: 1920px;
        padding: 80px 20px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        grid-template-rows: auto auto;
        gap: 40px 20px
    }
    .poliedro-logo-container {padding: 20px 20px 70px;justify-content: center;}
}

@media (max-width: 480px) {
    .hero-main {
        padding:76px 16px 30px
    }

    .agende-rail h2 {
        font-size: 1.9rem
    }

    .agende-body,.estrutura-body,.estrutura-rail,.extra,.inova-container,.rail,.stage-content {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
    }

    .poliedro-logo {
        width: 100%;
    }

    .pra-sempre-logo {
        width: 160px
    }

    .mobile-menu a {
        font-size: .85rem
    }
    .poliedro-logo-container {padding: 20px 20px 70px;}
    .edebe-container img + img{}
    .poliedro-logo-container img{max-width: 100%;}
}

.mobile {
    display: none;
}
@media (max-width: 768px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
}
