
@font-face {
  font-family: OpenSans-Light;
  src: url(../_fonts/OpenSans-Light.woff) format('woff'),
       url(../_fonts/OpenSans-Light.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: OpenSans-Bold;
  src: url(../_fonts/OpenSans-Bold.woff) format('woff'),
       url(../_fonts/OpenSans-Bold.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(../_fonts/OpenSans-ExtraBold.woff) format('woff'),
       url(../_fonts/OpenSans-ExtraBold.ttf) format('truetype');
  font-display: swap;
}

@font-face {
  font-family: OpenSans-Regular;
  src: url(../_fonts/OpenSans-Regular.woff) format('woff'),
       url(../_fonts/OpenSans-Regular.ttf) format('truetype');
  font-display: swap;
}

/* Escopo da LP 2026 */
#lp2026 {
    font-family: OpenSans-Regular, sans-serif;
}

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

/* ── HERO ─────────────────────────────── */
#hero-2026 {
    background-image: url(../_img/banner.png); /* Fallback para navegadores antigos */
    background-image: image-set(
      url(../_img/banner.avif) type("image/avif") 1x,
      url(../_img/banner.webp) type("image/webp") 1x,
      url(../_img/banner.png) type("image/png") 1x
    );
    width: 100%;
    display: block;
    background-size: cover;
    background-position-x: 45px;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    padding-top: 10px;
}

.lp26-nav {
    position: absolute;
    padding: 20px 0;
}

.lp26-logo {
    height: 52px;
    width: auto;
}

.lp26-hero-left {
    padding: 32px 40px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#lp2026 h1.lp26-title {
    font-size: 56px;
    line-height: 1.15;
    color: #0f172a;
    font-family: OpenSans-Light, sans-serif !important;
    font-weight: 400 !important;
    padding-top: 0;
    margin-bottom: 16px;
    width: auto;
}

#lp2026 h1.lp26-title strong {
    font-family: OpenSans-Bold, sans-serif !important;
    font-weight: 700 !important;
    color: #0f172a;
}

.lp26-subtitle {
    font-size: 30px;
    color: #475569;
    margin-bottom: 28px;
}

.lp26-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    max-width: 528px;
}

.lp26-feature-icon {
    width: 54px;
    height: auto;
    flex-shrink: 0;
    margin-top: 2px;
}

@media (max-width: 767px) {
    .lp26-feature-icon { display: none; }
}

.lp26-feature p {
    font-size: 21px;
    color: #374151;
    line-height: 1.65;
    margin: 0;
    padding: 0;
    text-align: justify;
}

.lp26-feature a.lnk-green {
    color: #16a34a;
    font-family: OpenSans-Bold, sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.lp26-feature a.lnk-blue {
    color: #2563eb;
    text-decoration: none;
}

/* Right: decorative circles + woman */
.lp26-hero-right {
    position: relative;
    min-height: 520px;
    overflow: hidden;
}

/* ── FORM SECTION ─────────────────────── */
#form-2026 {
    background: #0a2220;
    padding: 48px 0 52px;
    border-radius:25px;
    margin-top: -122px;
    z-index: 999;
}

.lp26-form-title {
    text-align: center;
    color: #94a3b8;
    font-size: 19px;
    line-height: 1.5;
    margin-bottom: 32px;
    padding: 0 16px;
    font-family: OpenSans-Regular, sans-serif;
    width: 100%;
    padding-top: 0;
}

.lp26-form-title strong {
    color: #fff;
    font-family: OpenSans-Bold, sans-serif;
}

/* Override global form reset */
#form-2026 form {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    background: transparent !important;
    border-radius: 0 !important;
}

.lp26-label {
    display: block;
    color: #94a3b8;
    font-size: 13px;
    margin-bottom: 6px;
    font-family: OpenSans-Regular, sans-serif;
}

#form-2026 input[type="text"],
#form-2026 input[type="email"] {
    width: 100% !important;
    background: #163028 !important;
    border: 1px solid #1e4040 !important;
    border-radius: 8px !important;
    color: #e2e8f0 !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
    outline: none !important;
    font-family: OpenSans-Regular, sans-serif;
}

#form-2026 select {
    width: 100% !important;
    background-color: #163028 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center !important;
    background-size: 12px !important;
    border: 1px solid #1e4040 !important;
    border-radius: 8px !important;
    color: #94a3b8 !important;
    padding: 12px 36px 12px 16px !important;
    font-size: 15px !important;
    margin-bottom: 0 !important;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: OpenSans-Regular, sans-serif;
    cursor: pointer;
}

#form-2026 input::placeholder {
    color: #475569 !important;
}

#form-2026 input.error,
#form-2026 select.error {
    border: 2px solid #f87171 !important;
}

#lp26-form-error {
    display: none;
    text-align: center;
    margin-top: 20px;
}

#lp26-form-error label {
    color: #ef4444;
    font-size: 14px;
    font-family: OpenSans-Regular, sans-serif;
}

.lp26-field {
    margin-bottom: 16px;
}

.lp26-btn {
    display: block;
    margin: 32px auto 0;
    background: #22c55e !important;
    color: #d4f000 !important;
    font-family: OpenSans-Bold, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 48px !important;
    width: 50% !important;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 0.02em;
}

.lp26-btn:hover {
    background: #16a34a !important;
    color: #d4f000 !important;
}

/* ── RESPONSIVE ───────────────────────── */
@media (max-width: 991px) {
    .lp26-hero-right    { min-height: 360px; }
}

@media (max-width: 767px) {
    .lp26-nav           { padding: 16px 20px; }
    .lp26-logo          { height: 40px; }
    .lp26-hero-left     { padding: 24px 20px 36px; }
    #lp2026 h1.lp26-title { font-size: 30px; }
    .lp26-hero-right    { min-height: 280px; }

    .lp26-btn           { width: 90% !important; font-size: 16px !important; }
    .lp26-form-title    { font-size: 16px; }
}

/* ── POR QUE ─────────────────────────── */
#porque-2026 {
    background: #fff;
    padding: 72px 0 64px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.lp26-deco-chain {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
    margin-top:80px;
}

.lp26-deco-chain--left  { left: 0; }
.lp26-deco-chain--right { right: 0; }

.lp26-porque-title {
    text-align: center;
    color: #96C11F;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 28px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.lp26-porque-subtitle {
    text-align: center;
    color: #374151;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto 40px;
    position: relative;
    z-index: 1;

}

.lp26-card {
    border-radius: 16px;
    padding: 28px 24px 24px;
    height: 100%;
    position: relative;
    z-index: 1;
}

.lp26-card--dark  { background: #96C11F; }
.lp26-card--light { background: #1EA353; }

.lp26-card h3 {
    color: #fff;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 26px;
    margin-bottom: 16px;
    padding: 0;
}

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

.lp26-card ul li {
    color: #fff;font-size: 14px;
    padding: 5px 0 5px 26px;
    position: relative;
    font-size: 26px;
    line-height: 28px;
}

.lp26-card ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 26px;
    height: 26px;
    background-image: url(../_img/star.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.lp26-porque-cta {
    margin-top: 36px;
    position: relative;
    z-index: 1;
}

.lp26-btn-cta {
    display: inline-block;
    background: #0a2220;
    color: #d4f000;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 16px;
    border-radius: 50px;
    padding: 13px 48px;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: background 0.2s;
}

.lp26-btn-cta:hover {
    background: #163028;
    color: #d4f000;
    text-decoration: none;
}

/* ── OPORTUNIDADES ───────────────────── */
#oportunidades-2026 {
    background-color: #0d2a4a;
    background-image: url(../_img/background-oportunidade.png);
    background-image: image-set(
      url(../_img/background-oportunidade.avif) type("image/avif") 1x,
      url(../_img/background-oportunidade.webp) type("image/webp") 1x,
      url(../_img/background-oportunidade.png)  type("image/png")  1x
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
}

.lp26-oport-text-col {
    padding: 60px 0 60px;
    display: flex;
    align-items: center;
}

.lp26-oport-card {
    background: rgba(10, 34, 32, 0.82);
    border-radius: 20px;
    padding: 36px 32px;
}

.lp26-oport-title {
    color: #d4f000;
    font-family: OpenSans-Bold, sans-serif;
    font-style: italic;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
    padding: 0;
    text-align:center;
}

.lp26-oport-card p {
    color: #e2e8f0;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 12px;
    text-align:center;
}

.lp26-oport-card p:last-child {
    font-size: 15px;
    margin-bottom: 0;
}

.lp26-oport-card strong {
    font-family: OpenSans-Bold, sans-serif;
    color: #fff;
}

.lp26-oport-homem {
    max-height: 500px;
    width: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
    object-position: bottom;
    position: relative;
    z-index: 3;
    margin-top:-76px;
    margin-left:-60px;
}

@media (max-width: 991px) {
    .lp26-deco-chain { display: none; }
}

@media (max-width: 767px) {
    #porque-2026           { padding: 48px 0 40px; }
    .lp26-porque-title     { font-size: 22px; }
    .lp26-oport-title      { font-size: 22px; }
    .lp26-oport-card       { padding: 24px 20px; }
    .lp26-oport-text-col   { padding: 40px 0 32px; }
    .lp26-oport-homem      { max-height: 340px; }
}

/* ── O QUE VOCÊ VAI APRENDER ─────────── */
#aprender-2026 {
    background: #0a2e28;
    padding: 64px 0 72px;
}

.lp26-aprender-title {
    text-align: center;
    color: #fff;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 26px;
    margin-bottom: 40px;
}

.lp26-aprender-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 680px;
}

.lp26-aprender-list li {
    color: #e2e8f0;
    font-size: 18px;
    line-height: 1.6;
    padding: 10px 0 10px 44px;
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.lp26-aprender-list li:last-child {
    border-bottom: none;
}

.lp26-aprender-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background-image: url(../_img/check.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.lp26-aprender-highlight {
    color: #d4f000 !important;
    font-family: OpenSans-Bold, sans-serif;
}

@media (max-width: 767px) {
    .lp26-aprender-title { font-size: 20px; }
    .lp26-aprender-list li { font-size: 15px; }
}

/* ── FAQ ─────────────────────────────── */
#faq-2026 {
    padding: 64px 0 72px;
    background-image: url(../_img/background-faq.png);
    background-image: image-set(
      url(../_img/background-faq.avif) type("image/avif") 1x,
      url(../_img/background-faq.webp) type("image/webp") 1x,
      url(../_img/background-faq.png)  type("image/png")  1x
    );
    background-attachment: fixed;
    background-size: cover;
}

.lp26-faq-title {
    text-align: center;
    color: #fff;
    font-family: OpenSans-Bold, sans-serif;
    font-size: 26px;
    margin-bottom: 40px;
}

.lp26-faq-accordion {
    max-width: 780px;
    margin: 0 auto;
}

.lp26-faq-item {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.12) !important;
}

.lp26-faq-item:first-child {
    border-top: 1px solid rgba(255,255,255,0.12) !important;
}

.lp26-faq-btn {
    background: transparent !important;
    color: #fff !important;
    font-family: OpenSans-Regular, sans-serif;
    font-size: 15px !important;
    padding: 18px 8px !important;
    box-shadow: none !important;
}

.lp26-faq-btn:not(.collapsed) {
    color: #d4f000 !important;
    background: transparent !important;
}

.lp26-faq-btn::after {
    filter: invert(1) brightness(2);
}

.lp26-faq-body {
    background: transparent !important;
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    padding: 0 8px 20px;
    font-family: OpenSans-Regular, sans-serif;
}

@media (max-width: 767px) {
    .lp26-faq-title { font-size: 20px; }
    .lp26-faq-btn   { font-size: 14px !important; }
}

/* ── FOOTER ──────────────────────────── */
#footer-2026 {
    background: #060e0d;
    padding: 40px 0 48px;
    border-top: 1px solid rgba(255,255,255,0.07);
}

.lp26-footer-logo {
    height: 80px;
    width: auto;
}

@media (max-width: 1440px) {
 .lp26-oport-homem{margin-left: unset;}
}
@media (max-width: 1024px) {
    .lp26-nav{position: relative}
    #hero-2026{background-position: center !important;}
   
}

@media (max-width: 768px) {
    .lp26-footer-logo { height: 60px; }
    .lp26-nav{position: relative}
    #hero-2026{background-position: center !important;}
}

@media (max-width: 425px) {
    .lp26-nav{position: relative}
    .lp26-title{text-align: center;}
    .lp26-subtitle{text-align: center;word-spacing: 3px;}
    #hero-2026 p{ padding: 0 15px;}
    #hero-2026{background-position: center !important;}
    .lp26-oport-homem{
        margin-top: unset;
        margin-left: unset;
        margin: auto;
    }
}



/* coreções claud */

@media (max-width: 991px) {
     h1.lp26-title { font-size: 38px; } 
    #hero-2026 .container .row{
        justify-content: center !important;
    }
    }
@media (max-width: 767px) {
    
    h1.lp26-title { font-size: 30px;} 
    .lp26-oport-homem{ margin: auto;}

}

@media (max-width: 767px) { .lp26-card ul li { font-size: 17px; line-height: 22px; } }

/* Adicionar ao #hero-2026 ou ao .container */
#hero-2026 .container { position: relative; }
/* E consolidar as media queries */
@media (max-width: 1024px) { .lp26-nav { position: relative; } }