/*
 * Adrenar — Voo Duplo V5
 * Usa header, Instagram/Mapa e footer oficiais do site.
 * Este CSS estiliza apenas a página de voo duplo.
 */

.ad-voo-page {
    background: #000;
    color: #fff;
    overflow: hidden;
}

.ad-voo-page *,
.ad-voo-page *::before,
.ad-voo-page *::after {
    box-sizing: border-box;
}

.ad-voo-page img {
    max-width: 100%;
    height: auto;
    display: block;
}

.ad-voo-hero {
    position: relative;
    min-height: 860px;
    padding: 190px 20px 95px;
    background:
        radial-gradient(circle at 70% 22%, rgba(0,217,255,.12), transparent 28%),
        linear-gradient(90deg, rgba(0,0,0,.96), rgba(0,0,0,.86), rgba(0,20,30,.72)),
        #000;
}

.ad-voo-hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 140px;
    background: linear-gradient(to bottom, rgba(0,0,0,0), #000);
    pointer-events: none;
}

.ad-voo-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .82fr);
    gap: 70px;
    align-items: center;
}

.ad-voo-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #00d9ff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 1.3;
    font-weight: 800;
}

.ad-voo-eyebrow::before {
    content: "";
    display: inline-block;
    width: 42px;
    height: 2px;
    background: #00d9ff;
}

.ad-voo-hero h1,
.ad-voo-section h2,
.ad-voo-filter-box h2,
.ad-voo-present-box h2,
.ad-voo-summary h2,
.ad-voo-final-box h2 {
    margin: 0 0 22px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 900;
    letter-spacing: -1.8px;
    line-height: 1.02;
}

.ad-voo-hero h1 {
    max-width: 780px;
    font-size: clamp(48px, 6vw, 82px);
}

.ad-voo-subtitle {
    max-width: 720px;
    margin: 0 0 28px;
    color: #e7f7ff;
    font-size: 22px;
    line-height: 1.55;
}

.ad-voo-price {
    display: grid;
    width: fit-content;
    max-width: 100%;
    margin: 28px 0 22px;
    padding: 18px 24px;
    border: 1px solid rgba(0,217,255,.55);
    border-radius: 20px;
    background: rgba(0,217,255,.08);
}

.ad-voo-price strong {
    display: block;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5vw, 68px);
    line-height: .92;
}

.ad-voo-price span {
    margin-top: 6px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
}

.ad-voo-checks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 26px;
    max-width: 680px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ad-voo-checks li,
.ad-voo-filter-grid div {
    position: relative;
    padding-left: 30px;
    color: #fff;
    font-weight: 800;
}

.ad-voo-checks li::before,
.ad-voo-filter-grid div::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #35e6b4;
    font-weight: 900;
}

.ad-voo-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 30px;
}

.ad-voo-btn-outline {
    background: transparent !important;
}

.ad-voo-btn-outline-dark {
    color: #061522 !important;
    border-color: rgba(0,217,255,.65) !important;
    background: transparent !important;
}

.ad-voo-note {
    margin-top: 18px;
    color: #cbd5df;
    font-size: 15px;
    font-weight: 700;
}

.ad-voo-hero-image {
    position: relative;
    min-height: 560px;
    border-radius: 34px;
    overflow: hidden;
    background: #071522;
    box-shadow: 0 28px 80px rgba(0,0,0,.38);
}

.ad-voo-hero-image img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
}

.ad-voo-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.58));
}

.ad-voo-image-label {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 22px;
    z-index: 2;
    padding: 20px;
    border-radius: 20px;
    background: rgba(0,0,0,.74);
    border: 1px solid rgba(255,255,255,.12);
}

.ad-voo-image-label strong {
    display: block;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.1;
}

.ad-voo-image-label span {
    display: block;
    margin-top: 6px;
    color: #00d9ff;
    font-weight: 800;
}

.ad-voo-filter {
    padding: 0 20px 95px;
    background: #000;
}

.ad-voo-filter-box,
.ad-voo-summary,
.ad-voo-final-box,
.ad-voo-present-box {
    border: 1px solid rgba(0,217,255,.24);
    border-radius: 28px;
    background:
        radial-gradient(circle at 84% 8%, rgba(0,217,255,.14), transparent 32%),
        linear-gradient(135deg, rgba(9,22,34,.98), rgba(4,12,20,.98));
    box-shadow: 0 24px 70px rgba(0,0,0,.34);
}

.ad-voo-filter-box {
    padding: clamp(30px, 5vw, 54px);
}

.ad-voo-filter-box h2,
.ad-voo-summary h2 {
    font-size: clamp(34px, 4vw, 56px);
}

.ad-voo-filter-box p {
    color: #d7e7f3;
    font-size: 17px;
}

.ad-voo-filter-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin: 30px 0;
}

.ad-voo-filter-grid div {
    min-height: 92px;
    padding: 18px 18px 18px 46px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.045);
}

.ad-voo-filter-grid div::before {
    left: 18px;
    top: 18px;
}

.ad-voo-section {
    padding: 95px 20px;
}

.ad-voo-dark {
    background:
        radial-gradient(circle at 85% 12%, rgba(0,217,255,.10), transparent 28%),
        linear-gradient(180deg, #000, #071522);
    color: #fff;
}

.ad-voo-light {
    background: #f3fbff;
    color: #061522;
}

.ad-voo-light h2,
.ad-voo-light h3 {
    color: #061522;
}

.ad-voo-section-title {
    max-width: 800px;
    margin-bottom: 40px;
}

.ad-voo-section-title h2,
.ad-voo-split h2 {
    font-size: clamp(34px, 4.2vw, 58px);
}

.ad-voo-section-title p,
.ad-voo-split p,
.ad-voo-card p {
    font-size: 17px;
    line-height: 1.75;
}

.ad-voo-card-grid {
    display: grid;
    gap: 18px;
}

.ad-voo-grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ad-voo-grid-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ad-voo-card {
    padding: 28px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: rgba(255,255,255,.055);
}

.ad-voo-light .ad-voo-card {
    background: #fff;
    border-color: rgba(0,0,0,.08);
    box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.ad-voo-card span,
.ad-voo-steps span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 46px;
    margin-bottom: 18px;
    padding: 0 12px;
    border-radius: 14px;
    color: #03111c;
    background: linear-gradient(135deg, #00d9ff, #35e6b4);
    font-weight: 900;
}

.ad-voo-card h3,
.ad-voo-steps h3,
.ad-voo-testimonial h3,
.ad-voo-note-box h3 {
    margin: 0 0 12px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    line-height: 1.15;
}

.ad-voo-light .ad-voo-card h3 {
    color: #061522;
}

.ad-voo-split {
    display: grid;
    grid-template-columns: minmax(0, .98fr) minmax(320px, .82fr);
    gap: clamp(28px, 5vw, 58px);
    align-items: center;
}

.ad-voo-big-text {
    font-size: clamp(20px, 2.2vw, 25px) !important;
    line-height: 1.55 !important;
}

.ad-voo-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 24px 0 26px;
}

.ad-voo-tags span {
    display: inline-flex;
    padding: 9px 14px;
    border-radius: 999px;
    color: #061522;
    background: rgba(0,217,255,.14);
    font-weight: 800;
}

.ad-voo-price-panel,
.ad-voo-testimonial,
.ad-voo-note-box,
.ad-voo-location-card {
    padding: clamp(28px, 4vw, 46px);
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 78% 12%, rgba(0,217,255,.20), transparent 34%),
        linear-gradient(135deg, #071522, #0d2032);
    box-shadow: 0 24px 70px rgba(0,0,0,.25);
    border: 1px solid rgba(0,217,255,.22);
}

.ad-voo-price-panel span,
.ad-voo-price-panel small {
    display: block;
    color: #9fb4c7;
    font-weight: 800;
}

.ad-voo-price-panel strong {
    display: block;
    margin: 14px 0 0;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(58px, 8vw, 96px);
    line-height: .88;
}

.ad-voo-price-panel p {
    margin: 8px 0;
    color: #fff;
    font-weight: 900;
}

.ad-voo-price-panel em {
    display: block;
    margin-bottom: 20px;
    color: #00d9ff;
    font-style: normal;
    font-size: 22px;
    font-weight: 900;
}

.ad-voo-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 30px;
}

.ad-voo-stats div {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.045);
}

.ad-voo-stats strong,
.ad-voo-stats span {
    display: block;
}

.ad-voo-stats strong {
    color: #fff;
    font-size: 24px;
    line-height: 1.05;
    font-weight: 900;
}

.ad-voo-stats span {
    margin-top: 7px;
    color: #b9c9d6;
    font-size: 14px;
    font-weight: 700;
}

.ad-voo-stars {
    color: #00d9ff !important;
    font-size: 24px !important;
    letter-spacing: .12em;
}

.ad-voo-testimonial a {
    color: #00d9ff;
    font-weight: 900;
}

.ad-voo-gallery {
    display: grid;
    grid-template-columns: 1.15fr .85fr .85fr;
    gap: 14px;
}

.ad-voo-gallery img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 14px 38px rgba(6,21,34,.10);
}

.ad-voo-gallery img:first-child {
    grid-row: span 2;
    min-height: 540px;
}

.ad-voo-center {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.ad-voo-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.ad-voo-steps article {
    padding: 28px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 24px;
    background: rgba(255,255,255,.045);
}

.ad-voo-steps p {
    margin: 0;
    color: #b9c9d6;
    line-height: 1.8;
}

.ad-voo-note-box h3 {
    font-size: clamp(28px, 3vw, 36px);
}

.ad-voo-location-card {
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background:
        linear-gradient(180deg, rgba(0,0,0,.18), rgba(0,0,0,.86)),
        url('../images/voo-duplo/galeria-2.jpg') center/cover no-repeat,
        #071522;
}

.ad-voo-location-card strong {
    display: block;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 5vw, 60px);
    line-height: .95;
}

.ad-voo-location-card span {
    margin-top: 8px;
    color: #00d9ff;
    font-size: 21px;
    font-weight: 900;
}

.ad-voo-location-card p,
.ad-voo-location-card small {
    color: #fff;
}

.ad-voo-present {
    padding: 90px 20px;
    background: #000;
}

.ad-voo-present-box {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    padding: clamp(30px, 5vw, 50px);
}

.ad-voo-present-box h2 {
    font-size: clamp(34px, 4.2vw, 58px);
}

.ad-voo-present-box p {
    color: #d7e7f3;
    font-size: 17px;
    line-height: 1.75;
}

.ad-voo-summary {
    padding: clamp(30px, 5vw, 52px);
}

.ad-voo-summary-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 26px 0 30px;
}

.ad-voo-summary-grid div {
    padding: 18px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 16px;
    background: rgba(255,255,255,.045);
}

.ad-voo-faq {
    display: grid;
    gap: 12px;
}

.ad-voo-faq details {
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(6,21,34,.055);
}

.ad-voo-faq summary {
    cursor: pointer;
    position: relative;
    padding: 20px 58px 20px 22px;
    color: #061522;
    font-weight: 900;
    list-style: none;
}

.ad-voo-faq summary::-webkit-details-marker {
    display: none;
}

.ad-voo-faq summary::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #00aeea;
    font-size: 26px;
    font-weight: 900;
}

.ad-voo-faq details[open] summary::after {
    content: "−";
}

.ad-voo-faq details p {
    margin: 0;
    padding: 0 22px 22px;
    color: #40576b;
}

.ad-voo-final {
    padding: 95px 20px;
    background:
        linear-gradient(180deg, rgba(0,0,0,.88), rgba(0,0,0,.92)),
        url('../images/voo-duplo/galeria-3.jpg') center/cover no-repeat,
        #000;
}

.ad-voo-final-box {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(36px, 6vw, 72px);
    text-align: center;
}

.ad-voo-final-box .ad-voo-eyebrow {
    justify-content: center;
}

.ad-voo-final-box .ad-voo-eyebrow::before {
    display: none;
}

.ad-voo-final-box h2 {
    font-size: clamp(36px, 5vw, 64px);
}

.ad-voo-final-box p {
    max-width: 720px;
    margin: 0 auto 22px;
    color: #d7e7f3;
    font-size: 18px;
    line-height: 1.75;
}

.ad-voo-final-box strong {
    display: block;
    margin: 0 auto 28px;
    color: #00d9ff;
    font-size: clamp(18px, 2.2vw, 24px);
}

/* Ajustes no bloco oficial do Instagram/Mapa quando incluído nesta página */
.ad-voo-page .our-work-section {
    background: #000;
}

.ad-voo-page .our-work-section .title-box h2,
.ad-voo-page .our-work-section .title-box h3 {
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .ad-voo-hero {
        min-height: auto;
        padding: 155px 18px 80px;
    }

    .ad-voo-hero-grid,
    .ad-voo-split {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .ad-voo-hero-image,
    .ad-voo-hero-image img {
        min-height: 460px;
    }

    .ad-voo-filter-grid,
    .ad-voo-grid-4,
    .ad-voo-steps,
    .ad-voo-summary-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ad-voo-gallery {
        grid-template-columns: 1fr 1fr;
    }

    .ad-voo-gallery img:first-child {
        grid-column: span 2;
        min-height: 420px;
    }

    .ad-voo-present-box {
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .ad-voo-hero {
        padding: 130px 18px 70px;
    }

    .ad-voo-hero h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .ad-voo-subtitle {
        font-size: 17px;
    }

    .ad-voo-price strong {
        font-size: 46px;
    }

    .ad-voo-checks,
    .ad-voo-filter-grid,
    .ad-voo-grid-3,
    .ad-voo-grid-4,
    .ad-voo-steps,
    .ad-voo-gallery,
    .ad-voo-summary-grid,
    .ad-voo-stats {
        grid-template-columns: 1fr;
    }

    .ad-voo-gallery img:first-child {
        grid-column: auto;
        grid-row: auto;
        min-height: 320px;
    }

    .ad-voo-actions,
    .ad-voo-actions .theme-btn,
    .ad-voo-present-box .theme-btn,
    .ad-voo-center .theme-btn {
        width: 100%;
        text-align: center;
    }

    .ad-voo-hero-image,
    .ad-voo-hero-image img {
        min-height: 390px;
    }

    .ad-voo-section {
        padding: 65px 18px;
    }

    .ad-voo-present,
    .ad-voo-final {
        padding: 65px 18px;
    }
}
/* =========================================================
   CORREÇÃO V5.1 — Botões em fundo claro da página Voo Duplo
   Corrige texto branco sumindo em seções claras
   ========================================================= */

/* Botões principais dentro de áreas claras */
.ad-voo-light .theme-btn.btn-style-three,
.ad-voo-section.ad-voo-light .theme-btn.btn-style-three,
.ad-voo-page .ad-voo-light a.theme-btn.btn-style-three {
    color: #03111c !important;
    background: linear-gradient(135deg, #00d9ff, #35e6b4) !important;
    border: 1px solid #00d9ff !important;
    box-shadow: 0 14px 34px rgba(0, 217, 255, 0.20) !important;
}

/* Garante que textos internos do botão também fiquem escuros */
.ad-voo-light .theme-btn.btn-style-three *,
.ad-voo-section.ad-voo-light .theme-btn.btn-style-three *,
.ad-voo-page .ad-voo-light a.theme-btn.btn-style-three * {
    color: #03111c !important;
}

/* Corrige pseudo-elementos do tema antigo que podem cobrir o botão */
.ad-voo-light .theme-btn.btn-style-three:before,
.ad-voo-light .theme-btn.btn-style-three:after,
.ad-voo-section.ad-voo-light .theme-btn.btn-style-three:before,
.ad-voo-section.ad-voo-light .theme-btn.btn-style-three:after {
    background: transparent !important;
    opacity: 0 !important;
}

/* Hover em áreas claras */
.ad-voo-light .theme-btn.btn-style-three:hover,
.ad-voo-section.ad-voo-light .theme-btn.btn-style-three:hover,
.ad-voo-page .ad-voo-light a.theme-btn.btn-style-three:hover {
    color: #03111c !important;
    background: linear-gradient(135deg, #35e6b4, #00d9ff) !important;
    border-color: #35e6b4 !important;
}

/* Botão outline em fundo claro, como ABRIR LOCALIZAÇÃO */
.ad-voo-light .ad-voo-btn-outline-dark,
.ad-voo-section.ad-voo-light .ad-voo-btn-outline-dark {
    color: #03111c !important;
    background: #ffffff !important;
    border: 1px solid #00d9ff !important;
}

/* Hover do outline em fundo claro */
.ad-voo-light .ad-voo-btn-outline-dark:hover,
.ad-voo-section.ad-voo-light .ad-voo-btn-outline-dark:hover {
    color: #03111c !important;
    background: #dff8ff !important;
    border-color: #00d9ff !important;
}

/* Botões centralizados em fundo claro */
.ad-voo-light .ad-voo-center .theme-btn.btn-style-three {
    color: #03111c !important;
    background: linear-gradient(135deg, #00d9ff, #35e6b4) !important;
}

/* Correção específica do botão "Consultar disponibilidade" */
#valor .theme-btn.btn-style-three,
#galeria .theme-btn.btn-style-three,
#duracao .theme-btn.btn-style-three,
#localizacao .theme-btn.btn-style-three,
#duvidas .theme-btn.btn-style-three {
    color: #03111c !important;
}

/* Mantém botões em fundo escuro com o padrão do site */
.ad-voo-dark .theme-btn.btn-style-three,
.ad-voo-hero .theme-btn.btn-style-three,
.ad-voo-filter .theme-btn.btn-style-three,
.ad-voo-present .theme-btn.btn-style-three,
.ad-voo-final .theme-btn.btn-style-three {
    color: #ffffff !important;
}

/* Exceção: botão principal em fundo escuro pode continuar com texto branco */
.ad-voo-dark .theme-btn.btn-style-three:hover,
.ad-voo-hero .theme-btn.btn-style-three:hover,
.ad-voo-filter .theme-btn.btn-style-three:hover,
.ad-voo-present .theme-btn.btn-style-three:hover,
.ad-voo-final .theme-btn.btn-style-three:hover {
    color: #ffffff !important;
}
