:root {
  --seo-navy: #062b3b;
  --seo-navy-2: #0a4153;
  --seo-teal: #067679;
  --seo-green: #08773f;
  --seo-green-dark: #075b35;
  --seo-cream: #fbf8f1;
  --seo-text: #193b45;
  --seo-muted: #4f686f;
  --seo-border: #dbe8e6;
}

html { scroll-behavior: smooth; }
body.seo-tour-page,
body.seo-tour-archive { margin: 0; background: var(--seo-cream); color: var(--seo-text); font-family: Arial, sans-serif; }
body.seo-tour-page *,
body.seo-tour-archive * { box-sizing: border-box; }
.seo-wrap { width: min(1180px, calc(100% - 40px)); margin: auto; }

.seo-nav { height: 78px; padding: 0 max(4vw, 24px); display: flex; align-items: center; justify-content: space-between; background: #fbf8f1f7; position: sticky; z-index: 50; top: 0; box-shadow: 0 6px 30px #062b3b12; backdrop-filter: blur(14px); }
.seo-nav nav { display: flex; align-items: center; gap: 24px; }
.seo-nav a { text-decoration: none; color: var(--seo-navy); font-size: 13px; font-weight: 700; }
.seo-brand { display: grid; grid-template-columns: 48px auto; grid-template-rows: 28px 14px; align-items: center; }
.seo-brand span { grid-row: 1 / 3; color: var(--seo-teal); font: bold italic 42px Georgia, serif; }
.seo-brand strong { font: 700 18px Georgia, serif; }
.seo-brand small { letter-spacing: 4px; font-size: 8px; }
.seo-btn { border: 0; border-radius: 10px; background: var(--seo-green); color: #fff !important; padding: 16px 23px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; text-align: center; text-decoration: none; box-shadow: 0 10px 25px #18a85b30; transition: transform .2s, filter .2s, box-shadow .2s; }
.seo-btn:hover { transform: translateY(-2px); filter: brightness(1.04); box-shadow: 0 15px 34px #18a85b48; }
.seo-btn:focus-visible,
.seo-text-link:focus-visible,
.seo-card a:focus-visible { outline: 3px solid #ffe08c; outline-offset: 3px; }
.seo-btn-small { padding: 12px 18px !important; }
.seo-btn-strong { background: linear-gradient(135deg, #1ebd67, var(--seo-green-dark)); min-height: 54px; }

.seo-tour-hero { min-height: 650px; color: #fff; display: flex; align-items: center; position: relative; overflow: hidden; isolation: isolate; }
.seo-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: -2; }
.seo-hero-overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(2, 29, 42, .96) 0%, rgba(2, 35, 50, .78) 48%, rgba(2, 35, 50, .24) 100%); }
.seo-hero-content { padding: 95px 0; }
.seo-kicker { font-size: 11px; font-weight: 800; letter-spacing: 3px; color: var(--seo-teal); text-transform: uppercase; }
.seo-tour-hero .seo-kicker,
.seo-final-cta .seo-kicker { color: #7ff8ef; }
.seo-tour-hero h1,
.seo-archive-hero h1 { font: 600 clamp(42px, 6vw, 76px) / 1.02 Georgia, serif; margin: 14px 0 22px; max-width: 930px; letter-spacing: -.02em; }
.seo-tour-hero p { font-size: 19px; line-height: 1.65; max-width: 710px; color: #e2f0f1; }
.seo-tour-hero small { display: block; margin-top: 16px; color: #d5e7e8; }
.seo-hero-actions { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; margin-top: 28px; }
.seo-text-link { color: #fff; font-weight: 800; text-decoration: none; border-bottom: 1px solid #ffffff77; padding: 9px 0; }

.seo-breadcrumb { display: flex; flex-wrap: wrap; gap: 10px; padding: 26px 0; color: #526a70; font-size: 12px; }
.seo-breadcrumb a { color: var(--seo-teal); text-decoration: none; }
.seo-facts { display: grid; grid-template-columns: repeat(4, 1fr); background: #fff; border: 1px solid var(--seo-border); border-radius: 16px; box-shadow: 0 12px 35px #073a4810; overflow: hidden; }
.seo-facts div { display: grid; gap: 7px; padding: 21px 24px; border-right: 1px solid var(--seo-border); }
.seo-facts div:last-child { border-right: 0; }
.seo-facts small { color: var(--seo-teal); font-size: 9px; letter-spacing: 1.8px; font-weight: 800; }
.seo-facts strong { color: var(--seo-navy); font-size: 15px; }
.seo-availability { margin: 25px 0 5px; background: linear-gradient(120deg, #0b4355, var(--seo-navy)); border-radius: 16px; padding: 22px 25px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #fff; }
.seo-availability div { display: grid; gap: 6px; }
.seo-availability strong { font: 600 22px Georgia, serif; }
.seo-availability span { color: #cfe4e5; font-size: 13px; line-height: 1.5; }
.seo-availability .seo-btn { flex: 0 0 auto; }

.seo-two-columns { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 70px; align-items: start; padding: 70px 0 105px; }
.seo-article h2,
.seo-faq h2,
.seo-related h2,
.seo-contact-card h2,
.seo-final-cta h2 { font: 600 35px / 1.15 Georgia, serif; color: var(--seo-navy); margin: 18px 0; letter-spacing: -.01em; }
.seo-article p,
.seo-faq p,
.seo-contact-card p { font-size: 16px; line-height: 1.8; color: var(--seo-muted); }
.seo-article .seo-lead { color: var(--seo-text); font-size: 20px; line-height: 1.65; }
.seo-content-section { padding-top: 62px; }
.seo-caption { font-size: 12px !important; margin-top: -25px; }
.seo-checks { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; list-style: none; padding: 0; margin: 25px 0 38px; }
.seo-checks li { background: #e0f4f2; padding: 16px; border-radius: 10px; font-weight: 700; font-size: 14px; }
.seo-checks li::before { content: "✓"; color: var(--seo-teal); margin-right: 9px; }
.seo-inline-cta { background: linear-gradient(135deg, #e3f7ed, #e4f3f2); border-left: 4px solid var(--seo-green); border-radius: 13px; display: flex; justify-content: space-between; align-items: center; gap: 22px; padding: 22px 24px; margin: 38px 0 5px; }
.seo-inline-cta div { display: grid; gap: 6px; }
.seo-inline-cta small { color: var(--seo-green-dark); letter-spacing: 1.5px; font-weight: 800; font-size: 9px; }
.seo-inline-cta strong { color: var(--seo-navy); font-size: 15px; }
.seo-inline-cta a { color: var(--seo-green-dark); font-weight: 800; font-size: 13px; text-decoration: none; white-space: nowrap; }
.seo-timeline { list-style: none; padding: 0; margin: 30px 0 0; counter-reset: steps; }
.seo-timeline li { display: grid; grid-template-columns: 46px 1fr; gap: 16px; position: relative; padding-bottom: 18px; }
.seo-timeline li:not(:last-child)::before { content: ""; position: absolute; left: 22px; top: 42px; bottom: 0; width: 2px; background: #c5e4df; }
.seo-timeline li > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--seo-teal); color: #fff; font-weight: 800; box-shadow: 0 5px 14px #079d9b38; }
.seo-timeline li p { margin: 7px 0 0; color: var(--seo-text); }
.seo-consult-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.seo-consult-grid div { padding: 18px; background: #fff; border: 1px solid var(--seo-border); border-radius: 12px; display: grid; gap: 7px; }
.seo-consult-grid strong { color: var(--seo-navy); }
.seo-consult-grid span { color: var(--seo-muted); font-size: 13px; line-height: 1.5; }
.seo-notice { background: #f3ead9; border-radius: 14px; padding: 22px; margin-top: 20px; }
.seo-notice strong { color: var(--seo-navy); }
.seo-notice p { margin-bottom: 0; font-size: 13px; }
.seo-tip-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 25px 0; }
.seo-tip-grid div { display: flex; align-items: flex-start; gap: 10px; background: #fff; border: 1px solid var(--seo-border); padding: 15px; border-radius: 11px; }
.seo-tip-grid span { color: var(--seo-green); font-weight: 900; }
.seo-tip-grid p { font-size: 13px; line-height: 1.5; margin: 0; color: var(--seo-text); }
.seo-tour-carousel { margin-top: 26px; touch-action: pan-y; }
.seo-carousel-viewport { position: relative; aspect-ratio: 16 / 10; overflow: hidden; border-radius: 18px; background: var(--seo-navy); box-shadow: 0 18px 48px #062b3b26; }
.seo-carousel-track { display: flex; height: 100%; transition: transform .55s cubic-bezier(.22,.75,.25,1); will-change: transform; }
.seo-carousel-slide { position: relative; flex: 0 0 100%; height: 100%; margin: 0; overflow: hidden; }
.seo-carousel-slide img { display: block; width: 100%; height: 100%; object-fit: cover; }
.seo-carousel-slide::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(2,29,42,.91)); pointer-events: none; }
.seo-carousel-slide figcaption { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; display: flex; align-items: end; justify-content: space-between; gap: 18px; color: #fff; padding: 35px 24px 22px; }
.seo-carousel-slide figcaption strong { max-width: 70%; font-size: 15px; line-height: 1.35; }
.seo-carousel-slide figcaption a { color: #c8fffa; font-size: 10px; line-height: 1.3; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; text-align: right; }
.seo-carousel-arrow { position: absolute; z-index: 4; top: 50%; width: 48px; height: 48px; margin-top: -24px; border: 1px solid #ffffff55; border-radius: 50%; background: #031f2cbb; color: #fff; display: grid; place-items: center; font: 38px/1 Arial, sans-serif; cursor: pointer; backdrop-filter: blur(7px); transition: transform .2s, background .2s; }
.seo-carousel-arrow:hover { background: var(--seo-teal); transform: scale(1.06); }
.seo-carousel-arrow:focus-visible,
.seo-carousel-dots button:focus-visible,
.seo-carousel-slide figcaption a:focus-visible { outline: 3px solid #ffe08c; outline-offset: 3px; }
.seo-carousel-prev { left: 16px; }
.seo-carousel-next { right: 16px; }
.seo-carousel-count { position: absolute; z-index: 4; top: 16px; right: 16px; color: #fff; background: #031f2cc4; border: 1px solid #ffffff44; border-radius: 30px; padding: 8px 12px; font-size: 11px; font-weight: 800; backdrop-filter: blur(7px); }
.seo-carousel-dots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-top: 10px; }
.seo-carousel-dots button { padding: 0; height: 82px; overflow: hidden; border: 3px solid transparent; border-radius: 10px; background: var(--seo-navy); cursor: pointer; opacity: .62; transition: opacity .2s, border-color .2s, transform .2s; }
.seo-carousel-dots button[aria-selected="true"] { opacity: 1; border-color: var(--seo-teal); transform: translateY(-2px); }
.seo-carousel-dots img { width: 100%; height: 100%; display: block; object-fit: cover; }
.seo-carousel-note { margin-top: 13px !important; }
.seo-source { font-size: 12px !important; border-top: 1px solid var(--seo-border); padding-top: 18px; }
.seo-source a { color: var(--seo-teal); }

.seo-contact-card { position: sticky; top: 106px; background: #fff; border: 1px solid #e3edeb; border-radius: 18px; padding: 30px; box-shadow: 0 20px 55px #0c45541c; }
.seo-contact-card > span { font-size: 9px; letter-spacing: 2px; color: var(--seo-teal); font-weight: 800; }
.seo-contact-card dl { display: grid; gap: 0; margin: 22px 0; border: 1px solid var(--seo-border); border-radius: 11px; overflow: hidden; }
.seo-contact-card dl div { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 12px 14px; border-bottom: 1px solid var(--seo-border); }
.seo-contact-card dl div:last-child { border-bottom: 0; }
.seo-contact-card dt { color: var(--seo-muted); font-size: 12px; }
.seo-contact-card dd { margin: 0; color: var(--seo-navy); font-size: 12px; font-weight: 800; text-align: right; }
.seo-contact-card ul { list-style: none; padding: 0; display: grid; gap: 12px; color: #587078; font-size: 13px; }
.seo-contact-card .seo-btn { width: 100%; margin-top: 12px; }
.seo-contact-card > small { display: block; color: #526a70; font-size: 10px; line-height: 1.5; margin-top: 12px; text-align: center; }

.seo-faq { padding: 20px 0 100px; max-width: 900px; }
.seo-faq details { border-bottom: 1px solid #cddcdc; padding: 20px 0; }
.seo-faq summary { list-style: none; font-weight: 700; color: var(--seo-navy); cursor: pointer; display: flex; justify-content: space-between; gap: 18px; }
.seo-faq summary::-webkit-details-marker { display: none; }
.seo-faq summary span { color: var(--seo-teal); font-size: 22px; }
.seo-related { padding: 0 0 110px; }
.seo-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.seo-card { background: #fff; border-radius: 17px; overflow: hidden; box-shadow: 0 12px 35px #073a4812; transition: transform .25s, box-shadow .25s; }
.seo-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px #073a4822; }
.seo-card a { text-decoration: none; color: inherit; display: block; height: 100%; }
.seo-card-image { width: 100%; height: 220px; object-fit: cover; display: block; background: #dbe8e6; }
.seo-card-body { padding: 22px; }
.seo-card-body small { color: var(--seo-teal); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.seo-card-body h2,
.seo-card-body h3 { font: 600 24px Georgia, serif; color: var(--seo-navy); margin: 10px 0; }
.seo-card-body p { font-size: 13px; line-height: 1.6; color: var(--seo-muted); min-height: 64px; }
.seo-card-body strong { color: var(--seo-teal); font-size: 13px; }
.seo-card-consult { display: flex; flex-wrap: wrap; gap: 6px; margin: 14px 0; }
.seo-card-consult span { background: #edf7f5; color: var(--seo-navy); padding: 7px 9px; border-radius: 6px; font-size: 9px; font-weight: 800; }

.seo-final-cta { background: radial-gradient(circle at 75% 20%, #0d5364, var(--seo-navy) 52%); color: #fff; text-align: center; padding: 88px 20px; }
.seo-final-cta h2 { color: #fff; font-size: 46px; max-width: 860px; margin-left: auto; margin-right: auto; }
.seo-final-cta p { color: #cbe0e1; font-size: 17px; }
.seo-final-cta .seo-btn { margin-top: 15px; }
.seo-footer { background: #031f2c; color: #b7cccf; padding: 30px 0; }
.seo-footer .seo-wrap { display: flex; justify-content: space-between; gap: 20px; }
.seo-footer strong { color: #fff; }
.seo-whatsapp { position: fixed; z-index: 60; right: 22px; bottom: 22px; background: var(--seo-green); color: #fff; text-decoration: none; font-weight: 800; padding: 13px 18px; border-radius: 30px; box-shadow: 0 8px 25px #18a85b66; animation: seo-pulse 2s infinite; display: flex; align-items: center; gap: 8px; }
.seo-whatsapp svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.seo-whatsapp svg path + path { fill: currentColor; stroke: none; }
.seo-mobile-cta { display: none; }
@keyframes seo-pulse { 0%, 100% { box-shadow: 0 8px 25px #18a85b55; } 50% { box-shadow: 0 8px 25px #18a85baa, 0 0 0 10px #18a85b18; } }

.seo-archive-hero { background: radial-gradient(circle at 76% 16%, #126178, var(--seo-navy) 50%); color: #fff; padding: 100px 0 80px; }
.seo-archive-hero .seo-kicker { color: #61e0d3; }
.seo-archive-hero h1 { margin-bottom: 18px; }
.seo-archive-hero p { font-size: 18px; line-height: 1.7; color: #cfe3e4; max-width: 720px; }
.seo-archive-hero .seo-btn { margin-top: 18px; }
.seo-archive-list { padding-bottom: 110px; }
.seo-tour-archive .seo-card-grid { grid-template-columns: repeat(3, 1fr); }

.seo-home-directory { background: #eef7f5; padding: 75px 24px; color: var(--seo-text); }
.seo-home-directory .seo-home-inner { max-width: 1180px; margin: auto; }
.seo-home-directory h2 { font: 600 clamp(32px, 4vw, 48px) Georgia, serif; color: var(--seo-navy); margin: 10px 0; }
.seo-home-directory > div > p { color: var(--seo-muted); line-height: 1.7; }
.seo-home-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 30px; }
.seo-home-links a { background: #fff; color: var(--seo-navy); padding: 13px 14px; border-radius: 9px; text-decoration: none; font-size: 12px; font-weight: 700; border: 1px solid #dce9e7; }
.seo-home-links a:hover { color: var(--seo-teal); border-color: var(--seo-teal); }
.seo-home-more { display: inline-block; margin-top: 25px; color: var(--seo-teal); font-weight: 800; text-decoration: none; }
.seo-home-directory.is-moving { display: none; }
.viva-maceio-home #root .card-img,
.viva-maceio-home #root .card h3,
.viva-maceio-home #root .mini { cursor: pointer; }

@media (max-width: 900px) {
  .seo-two-columns { grid-template-columns: 1fr; gap: 35px; }
  .seo-contact-card { position: static; }
  .seo-card-grid,
  .seo-tour-archive .seo-card-grid { grid-template-columns: 1fr 1fr; }
  .seo-home-links { grid-template-columns: 1fr 1fr; }
  .seo-nav nav > a:not(.seo-btn) { display: none; }
  .seo-facts { grid-template-columns: 1fr 1fr; }
  .seo-facts div:nth-child(2) { border-right: 0; }
  .seo-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--seo-border); }
}

@media (max-width: 600px) {
  .seo-wrap { width: min(calc(100% - 28px), 1180px); }
  .seo-nav { height: 68px; padding: 0 16px; }
  .seo-brand { transform: scale(.85); transform-origin: left; }
  .seo-btn-small { padding: 10px 12px !important; font-size: 11px !important; }
  .seo-tour-hero { min-height: 615px; }
  .seo-hero-overlay { background: linear-gradient(0deg, rgba(2, 29, 42, .98), rgba(2, 35, 50, .46)); }
  .seo-hero-content { padding: 75px 0 55px; align-self: end; }
  .seo-tour-hero h1,
  .seo-archive-hero h1 { font-size: 41px; }
  .seo-tour-hero p { font-size: 16px; }
  .seo-hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .seo-text-link { text-align: center; border: 0; }
  .seo-facts { grid-template-columns: 1fr 1fr; }
  .seo-facts div { padding: 16px 13px; }
  .seo-facts strong { font-size: 12px; }
  .seo-availability { align-items: stretch; flex-direction: column; }
  .seo-two-columns { padding-top: 50px; }
  .seo-article h2,
  .seo-faq h2,
  .seo-related h2,
  .seo-contact-card h2 { font-size: 29px; }
  .seo-article .seo-lead { font-size: 18px; }
  .seo-checks,
  .seo-consult-grid,
  .seo-tip-grid,
  .seo-card-grid,
  .seo-tour-archive .seo-card-grid { grid-template-columns: 1fr; }
  .seo-inline-cta { align-items: flex-start; flex-direction: column; }
  .seo-carousel-viewport { aspect-ratio: 4 / 3; border-radius: 14px; }
  .seo-carousel-slide figcaption { align-items: flex-start; flex-direction: column; gap: 6px; padding: 45px 16px 15px; }
  .seo-carousel-slide figcaption strong { max-width: 100%; font-size: 13px; }
  .seo-carousel-slide figcaption a { text-align: left; }
  .seo-carousel-arrow { width: 40px; height: 40px; margin-top: -20px; font-size: 31px; }
  .seo-carousel-prev { left: 9px; }
  .seo-carousel-next { right: 9px; }
  .seo-carousel-dots button { height: 58px; border-width: 2px; }
  .seo-card-body p { min-height: auto; }
  .seo-footer { padding-bottom: 100px; }
  .seo-footer .seo-wrap { flex-direction: column; }
  .seo-final-cta h2 { font-size: 36px; }
  .seo-home-links { grid-template-columns: 1fr; }
  .seo-home-directory { padding: 60px 18px; }
  .seo-whatsapp { display: none; }
  .seo-mobile-cta { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 10px 14px; background: #fff; box-shadow: 0 -8px 30px #062b3b22; }
  .seo-mobile-cta div { display: grid; gap: 2px; }
  .seo-mobile-cta small { color: var(--seo-muted); font-size: 8px; font-weight: 800; letter-spacing: 1px; }
  .seo-mobile-cta strong { color: var(--seo-navy); font-size: 13px; }
  .seo-mobile-cta a { background: var(--seo-green); color: #fff; text-decoration: none; padding: 13px 16px; border-radius: 9px; font-size: 12px; font-weight: 800; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
