/*
Theme Name: Orlando do Zero
Theme URI: https://orlandodozero.com
Author: Orlando do Zero
Author URI: https://orlandodozero.com
Description: Tema customizado para portal de vendas e planejamento de viagens para Orlando.
Version: 1.2.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: orlando-do-zero
*/
:root {
    --odz-blue: #0b7ec1;
    --odz-blue-dark: #12334c;
    --odz-ink: #112332;
    --odz-muted: #5f7180;
    --odz-gold: #b87935;
    --odz-rose: #f13c8b;
    --odz-teal: #21a5b4;
    --odz-soft: #f3f8fb;
    --odz-surface: #ffffff;
    --odz-line: #dbe7ee;
    --odz-shadow: 0 18px 45px rgba(17, 35, 50, 0.14);
    --odz-radius: 8px;
    --odz-width: 1180px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--odz-ink);
    background:
        linear-gradient(180deg, #f8fcff 0, #ffffff 360px),
        #ffffff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
}

body.admin-bar .site-header {
    top: 32px;
}

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

img {
    max-width: 100%;
    height: auto;
}

button,
input,
select,
textarea {
    font: inherit;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid rgba(219, 231, 238, 0.9);
    backdrop-filter: blur(16px);
}

.site-header__inner {
    width: min(var(--odz-width), calc(100% - 40px));
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 24px;
}

.site-header__brand {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
}

.site-header__brand img {
    width: 92px;
    height: auto;
    display: block;
}

.site-header__nav {
    flex: 1 1 auto;
}

.site-header__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-header__menu a {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    padding: 0 12px;
    color: var(--odz-blue-dark);
    font-size: 0.93rem;
    font-weight: 700;
    border-radius: 999px;
}

.site-header__menu a:hover,
.site-header__menu a:focus {
    color: var(--odz-rose);
    background: #fff0f7;
}

.site-header__actions {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-header__planner,
.site-header__whatsapp {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    font-size: 0.9rem;
    font-weight: 800;
    border-radius: 999px;
}

.site-header__planner {
    color: #ffffff;
    background: var(--odz-blue-dark);
}

.site-header__whatsapp {
    color: #ffffff;
    background: var(--odz-rose);
}

.site-header__toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid var(--odz-line);
    border-radius: 999px;
    background: #ffffff;
}

.site-header__toggle span:not(.screen-reader-text) {
    display: block;
    width: 18px;
    height: 2px;
    margin: 4px auto;
    background: var(--odz-blue-dark);
    border-radius: 2px;
}

.home-page {
    overflow: hidden;
}

.hero {
    width: min(1230px, calc(100% - 32px));
    margin: 22px auto 0;
    position: relative;
}

.hero__carousel {
    position: relative;
    aspect-ratio: 3.12 / 1;
    min-height: 360px;
    overflow: hidden;
    border-radius: var(--odz-radius);
    background: var(--odz-blue);
    box-shadow: 0 22px 54px rgba(17, 35, 50, 0.14);
}

.hero__slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 600ms ease;
}

.hero__slide.is-active {
    opacity: 1;
}

.hero__slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.hero__carousel::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 36%;
    background: linear-gradient(180deg, rgba(7, 30, 45, 0), rgba(7, 30, 45, 0.42));
    pointer-events: none;
}

.hero__actions {
    position: absolute;
    left: 30px;
    bottom: 28px;
    z-index: 2;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.eyebrow {
    margin: 0 0 10px;
    color: var(--odz-rose);
    font-size: 0.78rem;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
}

.hero__dots {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    z-index: 2;
}

.hero__dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.65);
    cursor: pointer;
}

.hero__dots button.is-active {
    width: 26px;
    background: var(--odz-rose);
}

.trip-finder {
    position: relative;
    z-index: 2;
    width: min(1080px, calc(100% - 96px));
    margin: -58px auto 0;
    overflow: hidden;
    border: 1px solid rgba(219, 231, 238, 0.86);
    border-radius: var(--odz-radius);
    background: #ffffff;
    box-shadow: var(--odz-shadow);
}

.trip-finder__tabs {
    display: flex;
    min-height: 64px;
    overflow-x: auto;
    background: #ffffff;
    border-bottom: 1px solid var(--odz-line);
}

.trip-finder__tabs button {
    flex: 0 0 auto;
    min-width: 140px;
    padding: 0 20px;
    border: 0;
    border-right: 1px solid #eef4f8;
    color: var(--odz-muted);
    background: #ffffff;
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
}

.trip-finder__tabs button:hover,
.trip-finder__tabs button:focus,
.trip-finder__tabs button.is-active {
    color: var(--odz-rose);
    background: #fff3f8;
}

.trip-finder__body {
    display: grid;
    grid-template-columns: 1.25fr 1.35fr auto;
    gap: 12px;
    align-items: stretch;
    padding: 22px 28px;
}

.trip-finder__field {
    min-height: 66px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--odz-line);
    border-radius: 6px;
    background: #ffffff;
}

.trip-finder__field span {
    color: var(--odz-rose);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.trip-finder__field strong {
    display: block;
    margin-top: 4px;
    color: var(--odz-ink);
    font-size: 0.95rem;
    line-height: 1.35;
}

.button,
.trip-finder__body .button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 0;
    border-radius: 6px;
    font-weight: 900;
    text-align: center;
}

.button--primary {
    color: #ffffff;
    background: var(--odz-rose);
}

.button--secondary {
    color: var(--odz-blue-dark);
    background: #e9f6fb;
}

.button--light {
    color: var(--odz-blue-dark);
    background: #ffffff;
}

.button--glass {
    color: #ffffff;
    background: rgba(13, 37, 54, 0.58);
    border: 1px solid rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(8px);
}

.button:hover,
.button:focus,
.site-header__planner:hover,
.site-header__planner:focus,
.site-header__whatsapp:hover,
.site-header__whatsapp:focus {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(17, 35, 50, 0.14);
}

.intro-strip {
    width: min(var(--odz-width), calc(100% - 40px));
    margin: 54px auto 0;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
    gap: 34px;
    align-items: end;
}

.intro-strip h1 {
    margin: 0;
    color: var(--odz-blue-dark);
    font-size: clamp(2.1rem, 5vw, 4.9rem);
    line-height: 0.96;
    font-weight: 950;
    letter-spacing: 0;
}

.intro-strip > p {
    margin: 0;
    padding: 24px 0 8px;
    color: var(--odz-muted);
    font-size: 1.08rem;
    line-height: 1.75;
}

.section {
    width: min(var(--odz-width), calc(100% - 40px));
    margin: 74px auto;
}

.section__heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
}

.section__heading h2,
.planner-band h2,
.about-section h2,
.final-cta h2 {
    margin: 0;
    color: var(--odz-blue-dark);
    font-size: 2.1rem;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: 0;
}

.section__heading a {
    flex: 0 0 auto;
    color: var(--odz-rose);
    font-weight: 900;
}

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

.product-card {
    min-height: 330px;
    overflow: hidden;
    padding: 0 0 24px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--odz-line);
    border-radius: var(--odz-radius);
    background: #ffffff;
}

.product-card__media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: var(--odz-soft);
}

.product-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17, 35, 50, 0), rgba(17, 35, 50, 0.18));
}

.product-card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 350ms ease;
}

.product-card:hover .product-card__media img {
    transform: scale(1.04);
}

.product-card p,
.guide-card p,
.tip-card p,
.archive-card p {
    margin: 0 0 12px;
    color: var(--odz-gold);
    font-size: 0.78rem;
    font-weight: 900;
    text-transform: uppercase;
}

.product-card p,
.product-card h3,
.product-card span,
.product-card a {
    margin-left: 22px;
    margin-right: 22px;
}

.product-card p {
    margin-top: 22px;
}

.product-card h3,
.guide-card h3,
.tip-card h3,
.archive-card h1 {
    margin: 0 0 12px;
    color: var(--odz-blue-dark);
    font-size: 1.22rem;
    line-height: 1.2;
}

.product-card span,
.guide-card span,
.tip-card span,
.site-footer p,
.page-content__body,
.archive-card div {
    color: var(--odz-muted);
    line-height: 1.65;
}

.product-card a {
    margin-top: auto;
    color: var(--odz-rose);
    font-weight: 900;
}

.product-card:hover,
.guide-card:hover,
.tip-card:hover {
    border-color: rgba(241, 60, 139, 0.42);
    box-shadow: 0 18px 34px rgba(17, 35, 50, 0.1);
}

.planner-band {
    margin: 78px 0;
    padding: 52px max(20px, calc((100vw - var(--odz-width)) / 2));
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 32px;
    align-items: center;
    color: #ffffff;
    background: var(--odz-blue-dark);
}

.planner-band .eyebrow,
.planner-band h2,
.planner-band p {
    color: #ffffff;
}

.planner-band p:not(.eyebrow) {
    max-width: 760px;
    margin: 16px 0 0;
    color: #d8edf6;
    line-height: 1.7;
}

.guide-layout {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 26px;
    align-items: stretch;
}

.guide-layout__image {
    min-height: 420px;
    overflow: hidden;
    border-radius: var(--odz-radius);
    background: var(--odz-soft);
}

.guide-layout__image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.guide-layout__cards {
    display: grid;
    gap: 18px;
}

.guide-card {
    min-height: 196px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    border: 1px solid var(--odz-line);
    border-radius: var(--odz-radius);
    background: #ffffff;
}

.guide-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.guide-card__footer strong {
    color: var(--odz-blue-dark);
    font-size: 1.35rem;
    font-weight: 900;
}

.about-section {
    margin: 78px 0;
    padding: 70px max(20px, calc((100vw - var(--odz-width)) / 2));
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 48px;
    align-items: center;
    background: var(--odz-soft);
}

.about-section__content > p:not(.eyebrow) {
    max-width: 700px;
    color: var(--odz-muted);
    font-size: 1.05rem;
    line-height: 1.75;
}

.about-section__stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.about-section__stats span {
    min-height: 104px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--odz-line);
    border-radius: var(--odz-radius);
    background: #ffffff;
    color: var(--odz-muted);
    font-weight: 700;
}

.about-section__stats strong {
    display: block;
    color: var(--odz-rose);
    font-size: 2rem;
    line-height: 1;
}

.about-section__panel {
    padding: 28px;
    border-radius: var(--odz-radius);
    background: #ffffff;
    box-shadow: 0 16px 35px rgba(17, 35, 50, 0.08);
}

.about-section__panel h3 {
    margin: 0 0 18px;
    color: var(--odz-blue-dark);
    font-size: 1.45rem;
}

.about-section__panel ol {
    display: grid;
    gap: 14px;
    margin: 0 0 24px;
    padding-left: 22px;
    color: var(--odz-muted);
    line-height: 1.55;
}

.about-section__panel a {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 6px;
    color: #ffffff;
    background: var(--odz-teal);
    font-weight: 900;
}

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

.tip-card,
.archive-card,
.page-content {
    padding: 24px;
    border: 1px solid var(--odz-line);
    border-radius: var(--odz-radius);
    background: #ffffff;
}

.tip-card h3 a {
    color: inherit;
}

.final-cta {
    margin: 78px 0 0;
    padding: 76px max(20px, calc((100vw - 860px) / 2));
    text-align: center;
    background: #eef8fb;
}

.final-cta h2 {
    max-width: 760px;
    margin: 0 auto 24px;
}

.final-cta > div {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.site-footer {
    color: #d6e5ed;
    background: #0d2536;
}

.site-footer__inner {
    width: min(var(--odz-width), calc(100% - 40px));
    margin: 0 auto;
    padding: 48px 0;
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(180px, 0.5fr));
    gap: 34px;
}

.site-footer__brand {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 8px;
    border-radius: 6px;
    background: #ffffff;
}

.site-footer__brand img {
    width: 110px;
}

.site-footer__links {
    display: grid;
    align-content: start;
    gap: 10px;
}

.site-footer__links h2 {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 1rem;
}

.site-footer__links a {
    color: #d6e5ed;
}

.site-footer__links a:hover,
.site-footer__links a:focus {
    color: #ffffff;
}

.site-footer__bottom {
    width: min(var(--odz-width), calc(100% - 40px));
    margin: 0 auto;
    padding: 18px 0 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__bottom p {
    margin: 0;
    color: #adc0ca;
    font-size: 0.85rem;
}

.floating-actions {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 90;
    display: flex;
    align-items: center;
    gap: 8px;
}

.floating-actions a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(17, 35, 50, 0.18);
}

.floating-actions__planner {
    background: var(--odz-blue-dark);
}

.floating-actions__whatsapp {
    background: var(--odz-rose);
}

.content-area {
    min-height: 58vh;
}

.archive-list {
    display: grid;
    gap: 18px;
}

.page-content {
    width: min(920px, calc(100% - 40px));
    margin: 48px auto 74px;
}

.page-content__header {
    margin-bottom: 24px;
}

.page-content__header h1 {
    margin: 0;
    color: var(--odz-blue-dark);
    font-size: 2.3rem;
    line-height: 1.1;
}

.page-content__body a {
    color: var(--odz-rose);
    font-weight: 800;
}

@media (max-width: 1040px) {
    .site-header__inner {
        gap: 14px;
    }

    .site-header__menu a {
        padding: 0 9px;
        font-size: 0.88rem;
    }

    .site-header__planner,
    .site-header__whatsapp {
        padding: 0 12px;
    }

    .product-grid,
    .tips-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .about-section {
        grid-template-columns: 1fr;
    }

    .about-section__panel {
        max-width: 640px;
    }
}

@media (max-width: 820px) {
    body.admin-bar .site-header {
        top: 46px;
    }

    .site-header__inner {
        width: min(100% - 24px, var(--odz-width));
        min-height: 68px;
    }

    .site-header__brand img {
        width: 78px;
    }

    .site-header__toggle {
        display: inline-block;
        margin-left: auto;
    }

    .site-header__nav {
        position: absolute;
        top: 100%;
        left: 12px;
        right: 12px;
        display: none;
        padding: 12px;
        border: 1px solid var(--odz-line);
        border-radius: var(--odz-radius);
        background: #ffffff;
        box-shadow: var(--odz-shadow);
    }

    .site-header__nav.is-open {
        display: block;
    }

    .site-header__menu {
        display: grid;
        justify-content: stretch;
        gap: 4px;
    }

    .site-header__menu a {
        justify-content: center;
    }

    .site-header__actions {
        gap: 6px;
    }

    .site-header__planner,
    .site-header__whatsapp {
        min-height: 38px;
        padding: 0 10px;
        font-size: 0.8rem;
    }

    .hero {
        width: calc(100% - 20px);
        margin-top: 10px;
    }

    .hero__carousel {
        aspect-ratio: 1.45 / 1;
        min-height: 320px;
    }

    .hero__actions {
        left: 18px;
        right: 18px;
        bottom: 28px;
    }

    .trip-finder {
        width: calc(100% - 24px);
        margin-top: -26px;
    }

    .trip-finder__body {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .intro-strip {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 42px;
    }

    .intro-strip h1 {
        font-size: 2.2rem;
    }

    .intro-strip > p {
        padding: 0;
    }

    .section {
        width: calc(100% - 28px);
        margin: 56px auto;
    }

    .section__heading {
        display: grid;
        align-items: start;
        gap: 12px;
    }

    .section__heading h2,
    .planner-band h2,
    .about-section h2,
    .final-cta h2 {
        font-size: 1.7rem;
    }

    .planner-band {
        grid-template-columns: 1fr;
        margin: 58px 0;
        padding-top: 42px;
        padding-bottom: 42px;
    }

    .guide-layout {
        grid-template-columns: 1fr;
    }

    .guide-layout__image {
        min-height: 320px;
    }

    .about-section {
        margin: 58px 0;
        padding-top: 50px;
        padding-bottom: 50px;
        gap: 28px;
    }

    .about-section__stats {
        grid-template-columns: 1fr;
    }

    .site-footer__inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .site-header__inner {
        gap: 8px;
    }

    .site-header__actions {
        display: none;
    }

    .hero__carousel {
        min-height: 300px;
    }

    .hero__slide img {
        object-position: center;
    }

    .hero__actions {
        display: grid;
    }

    .hero__actions .button {
        min-height: 46px;
    }

    .product-grid,
    .tips-grid {
        grid-template-columns: 1fr;
    }

    .product-card,
    .guide-card,
    .tip-card {
        min-height: auto;
    }

    .guide-card__footer {
        display: grid;
        align-items: start;
    }

    .final-cta {
        padding-top: 54px;
        padding-bottom: 92px;
    }

    .final-cta > div {
        display: grid;
    }

    .floating-actions {
        left: 10px;
        right: 10px;
        bottom: 10px;
        display: grid;
        grid-template-columns: 1fr auto;
    }

    .floating-actions a {
        min-height: 44px;
        padding: 0 12px;
        font-size: 0.82rem;
    }
}

@media (max-width: 380px) {
    .intro-strip h1 {
        font-size: 1.92rem;
    }

    .trip-finder__tabs button {
        min-width: 126px;
        padding: 0 14px;
    }

    .section__heading h2,
    .planner-band h2,
    .about-section h2,
    .final-cta h2 {
        font-size: 1.48rem;
    }
}

