:root {
  --navy: #061a3a;
  --navy-2: #0c2a5f;
  --blue: #173b7a;
  --blue-bright: #2454b8;
  --orange: #c45500;
  --orange-dark: #a34200;
  --green: #0b7a57;
  --green-dark: #0b6f50;
  --white: #ffffff;
  --surface: #f6f8fc;
  --surface-blue: #edf3ff;
  --ink: #0b1630;
  --muted: #52627a;
  --line: #d9e1ed;
  --danger: #a31d2c;
  --success: #116a4b;
  --shadow: 0 20px 54px rgba(6, 26, 58, 0.14);
  --shadow-soft: 0 12px 32px rgba(6, 26, 58, 0.08);
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 30px;
  --max-width: 1200px;
  --header-height: 80px;
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 24px); overflow-x: hidden; }
body { margin: 0; min-width: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.62; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
picture { display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: 0.65; }
h1, h2, h3, p, ul, ol, dl { margin-top: 0; }
h1, h2, h3 { color: inherit; letter-spacing: -0.035em; line-height: 1.08; text-wrap: balance; }
p { max-width: 72ch; }
strong { font-weight: 800; }
[hidden] { display: none !important; }
[id] { scroll-margin-top: calc(var(--header-height) + 28px); }
:focus-visible { outline: 3px solid #ffb15f; outline-offset: 3px; }

.container { width: min(var(--max-width), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 820px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; transform: translateY(-180%); border-radius: var(--radius-sm); background: var(--white); color: var(--navy); padding: 12px 16px; box-shadow: var(--shadow); font-weight: 800; }
.skip-link:focus { transform: translateY(0); }
.icon, .menu-icon, .button-icon { width: 22px; height: 22px; flex: 0 0 auto; }
.button .icon, .whatsapp-float .icon, .site-footer .icon { filter: brightness(0) invert(1); }
.eyebrow { display: inline-block; color: var(--orange-dark); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.eyebrow-light { color: #ffad63; }
.lead { color: var(--muted); font-size: 1.125rem; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: var(--radius-sm); padding: 11px 18px; font-weight: 850; line-height: 1.2; text-align: center; transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); box-shadow: 0 10px 24px rgba(255, 121, 0, 0.24); }
.button-primary:hover { background: var(--orange-dark); }
.button-secondary { border-color: var(--line); background: var(--white); color: var(--navy); }
.button-secondary:hover { border-color: var(--blue); box-shadow: var(--shadow-soft); }
.button-light { background: var(--white); color: var(--navy); }
.button-outline { border-color: rgba(255, 255, 255, 0.58); background: transparent; color: var(--white); }
.button-outline:hover { border-color: var(--white); background: rgba(255, 255, 255, 0.08); }
.button-whatsapp { background: var(--green); color: var(--white); }
.button-whatsapp:hover { background: var(--green-dark); }
.button-text, .text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 8px; color: var(--orange-dark); font-weight: 850; }
.button-text:hover, .text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.button-block { width: 100%; }
.text-button { border: 0; background: transparent; color: var(--blue); padding: 8px 0; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

.topbar { background: var(--navy); color: #dce7fa; font-size: 0.78rem; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-header { position: sticky; z-index: 100; top: 0; height: auto; border-bottom: 1px solid rgba(217, 225, 237, 0.95); background: rgba(255, 255, 255, 0.98); backdrop-filter: blur(12px); }
.nav-row { min-height: var(--header-height); display: flex; align-items: center; gap: 22px; }
.brand { min-width: max-content; display: inline-flex; align-items: center; gap: 10px; color: var(--navy); }
.brand img { width: 48px; height: 48px; border-radius: 12px; object-fit: cover; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.05rem; line-height: 1; }
.brand small { margin-top: 5px; color: var(--orange-dark); font-size: 0.64rem; font-weight: 900; letter-spacing: 0.14em; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 17px; }
.desktop-nav a { min-height: 44px; display: inline-flex; align-items: center; border-bottom: 2px solid transparent; color: #27364f; font-size: 0.86rem; font-weight: 750; white-space: nowrap; }
.desktop-nav a:hover, .desktop-nav a.active { border-color: var(--orange); color: var(--orange-dark); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.phone-link { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-size: 0.86rem; font-weight: 850; white-space: nowrap; }
.phone-link .icon { width: 18px; height: 18px; }
.header-whatsapp { white-space: nowrap; }
.menu-toggle { width: 46px; height: 46px; display: none; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); color: var(--navy); }
.mobile-menu { border-top: 1px solid var(--line); background: var(--white); }
.mobile-menu .container { padding-block: 14px 20px; }
.mobile-nav { display: grid; }
.mobile-nav a { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); font-weight: 750; }
.mobile-nav a.active { color: var(--orange-dark); }
.mobile-menu .button { margin-top: 16px; }

.cookie-banner { border-bottom: 1px solid #ffd2a5; background: #fff7ee; }
.cookie-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 18px; }
.cookie-banner strong { color: var(--navy); }
.cookie-banner p { margin: 3px 0 0; color: var(--muted); }
.cookie-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.settings-dialog, .product-dialog { width: min(680px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 0; border: 0; border-radius: var(--radius); background: transparent; color: var(--ink); overflow: auto; }
.product-dialog { width: min(1040px, calc(100% - 32px)); }
.settings-dialog::backdrop, .product-dialog::backdrop { background: rgba(2, 12, 30, 0.74); backdrop-filter: blur(4px); }
.dialog-panel { position: relative; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 30px; box-shadow: var(--shadow); }
.dialog-panel h2 { margin: 10px 50px 22px 0; font-size: clamp(1.75rem, 3vw, 2.25rem); }
.dialog-close { position: absolute; z-index: 3; top: 14px; right: 14px; width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--navy); }
.cookie-option { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--line); padding: 20px 0; }
.cookie-option p { margin: 4px 0 0; color: var(--muted); }
.status-pill { flex: 0 0 auto; border-radius: 999px; background: #e9f7f1; color: var(--success); padding: 7px 10px; font-size: 0.78rem; font-weight: 850; }
.switch { display: flex; align-items: center; gap: 8px; font-weight: 750; }
.switch input { width: 22px; height: 22px; margin: 0; }
.dialog-actions { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; margin-top: 10px; }

.hero, .page-hero, .simple-hero { overflow: hidden; background: linear-gradient(125deg, var(--navy) 0%, var(--navy-2) 52%, var(--blue-bright) 100%); color: var(--white); }
.home-hero { padding: 72px 0 88px; }
.hero-grid, .page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr); gap: 72px; align-items: center; }
.hero-copy h1, .page-hero h1, .simple-hero h1 { margin: 15px 0 22px; font-size: clamp(2.7rem, 5.2vw, 4rem); line-height: 1.01; letter-spacing: -0.055em; }
.page-hero h1 { font-size: clamp(2.55rem, 4.6vw, 3.7rem); }
.hero-copy h1 em { display: block; color: #ffab61; font-style: normal; }
.hero-copy > p, .page-hero p, .simple-hero p { color: #dce6fa; font-size: 1.125rem; }
.hero-actions, .cta-buttons { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 28px; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 8px 20px; padding-left: 18px; margin: 24px 0 0; color: #dce6fa; font-size: 0.9rem; }
.hero-media { position: relative; min-width: 0; }
.single-photo picture { border-radius: var(--radius-lg); overflow: hidden; background: #09214a; box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32); }
.single-photo picture img { width: 100%; max-height: 620px; object-fit: contain; }
.photo-caption { position: absolute; right: 18px; bottom: 18px; max-width: calc(100% - 36px); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.96); color: var(--ink); padding: 12px 15px; box-shadow: var(--shadow-soft); }
.photo-caption strong, .photo-caption span { display: block; }
.photo-caption span { color: var(--muted); font-size: 0.82rem; }
.page-hero { padding: 64px 0 72px; }
.compact-hero { padding: 56px 0 64px; }
.page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr); gap: 64px; }
.page-hero-media picture { border-radius: var(--radius-lg); overflow: hidden; background: #09214a; box-shadow: 0 25px 65px rgba(0, 0, 0, 0.28); }
.page-hero-media img { width: 100%; max-height: 540px; object-fit: contain; }
.simple-hero { padding: 72px 0; text-align: center; }
.simple-hero p { margin-inline: auto; }
.error-hero { min-height: 62vh; display: grid; place-items: center; }

.trust-band { border-bottom: 1px solid var(--line); background: var(--white); }
.trust-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.trust-grid > div { min-width: 0; padding: 18px 14px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid strong, .trust-grid span { display: block; }
.trust-grid strong { color: var(--navy); font-size: 0.86rem; }
.trust-grid span { color: var(--muted); font-size: 0.75rem; overflow-wrap: anywhere; }

.section { padding: 96px 0; }
.section-soft { background: var(--surface); }
.section-dark { background: linear-gradient(130deg, var(--navy), var(--navy-2)); color: var(--white); }
.section-heading { max-width: 790px; margin-bottom: 38px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2, .cta-panel h2, .form-card h2, .contact-grid h2, .business-form-layout h2 { margin: 10px 0 14px; font-size: clamp(2.15rem, 4vw, 3rem); }
.section-heading p { margin-bottom: 0; color: var(--muted); font-size: 1.08rem; }
.section-dark .section-heading p { color: #c7d5ed; }
.journey-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.journey-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); transition: transform 180ms ease, box-shadow 180ms ease; }
.journey-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.journey-card picture { aspect-ratio: 4 / 3; overflow: hidden; background: var(--surface-blue); }
.journey-card picture img { width: 100%; height: 100%; object-fit: cover; }
.journey-card .card-body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 24px; }
.card-label { color: var(--orange-dark); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.card-body h3 { margin: 12px 0 8px; font-size: 1.5rem; }
.card-body p { flex: 1; color: var(--muted); }
.steps-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding: 0; margin: 0; list-style: none; counter-reset: none; }
.steps-grid li { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 24px; box-shadow: var(--shadow-soft); }
.steps-grid li > span, .card-index { display: inline-flex; color: var(--orange-dark); font-size: 0.8rem; font-weight: 900; letter-spacing: 0.12em; }
.steps-grid h3 { margin: 14px 0 8px; font-size: 1.15rem; }
.steps-grid p { margin-bottom: 0; color: var(--muted); }
.evidence-grid, .split-layout, .contact-grid, .business-form-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 64px; align-items: start; }
.photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.photo-grid picture { overflow: hidden; border-radius: var(--radius); background: #102c5f; }
.photo-grid picture:first-child { grid-column: 1 / -1; }
.photo-grid img { width: 100%; height: 300px; object-fit: cover; }
.photo-grid picture:first-child img { height: 380px; }
.facts-list { display: grid; gap: 12px; margin: 28px 0; }
.facts-list > div { border-left: 3px solid var(--orange); padding-left: 15px; }
.facts-list dt { color: #aebfdb; font-size: 0.76rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.facts-list dd { margin: 3px 0 0; font-weight: 700; overflow-wrap: anywhere; }
.facts-list.light dt { color: var(--muted); }
.facts-list.light dd { font-weight: 750; }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 34px; border-radius: var(--radius-lg); background: linear-gradient(125deg, var(--navy), var(--blue-bright)); color: var(--white); padding: 42px; box-shadow: var(--shadow); }
.cta-panel h2 { margin-bottom: 8px; }
.cta-panel p { margin-bottom: 0; color: #dce6fa; }
.cta-panel .cta-buttons { margin: 0; justify-content: flex-end; }

.service-grid, .info-grid, .business-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.business-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.service-grid article, .info-grid article, .business-grid article { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 24px; box-shadow: var(--shadow-soft); }
.service-grid h3, .info-grid h3, .business-grid h3 { margin: 14px 0 8px; font-size: 1.25rem; }
.service-grid p, .info-grid p, .business-grid p { margin-bottom: 0; color: var(--muted); }
.service-showcase { background: linear-gradient(180deg, #f8fbff 0%, #edf3ff 100%); }
.service-grid-wide article { position: relative; overflow: hidden; border-radius: 10px 10px var(--radius) var(--radius); border-top: 4px solid var(--blue); }
.service-grid-wide article::after { position: absolute; inset: auto -24px -40px auto; width: 88px; height: 88px; border-radius: 50%; background: rgba(36, 84, 184, 0.06); content: ""; }
.centered-actions { display: flex; align-items: center; justify-content: center; gap: 10px; flex-wrap: wrap; margin-top: 30px; }
.centered-actions .button { min-width: 230px; white-space: nowrap; }
.centered-actions .button:hover { transform: none; }
.centered-actions .button:active { filter: brightness(0.95); transform: none; }
.section-brand-policy { padding-block: 72px; background: #fff9f3; }
.brand-policy-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr); gap: 52px; align-items: center; }
.brand-policy-grid .section-heading { margin-bottom: 0; }
.policy-card { border-left: 4px solid var(--orange); background: var(--white); padding: 28px; box-shadow: var(--shadow-soft); }
.policy-card h3 { margin: 12px 0 10px; font-size: 1.5rem; }
.policy-card p { color: var(--muted); }
.scope-note, .callout, .form-notice { border-radius: var(--radius-sm); background: #fff4e8; color: #713600; padding: 14px 16px; }
.scope-note { margin: 20px 0 0; text-align: center; }
.feature-list { display: grid; gap: 10px; padding-left: 22px; }
.compact-steps { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; }
.compact-steps li { display: flex; align-items: baseline; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); padding: 13px 0; }
.compact-steps span { color: var(--muted); text-align: right; }
.two-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.two-photo-grid picture { overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.two-photo-grid img { width: 100%; height: 330px; object-fit: cover; }
.legal-card { margin-top: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 22px; box-shadow: var(--shadow-soft); }
.legal-card h3 { margin-bottom: 7px; }
.legal-card p { margin-bottom: 8px; color: var(--muted); }
.faq-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 64px; align-items: start; }
.faq details { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 18px 0; }
.faq summary { min-height: 44px; display: flex; align-items: center; cursor: pointer; font-weight: 850; }
.faq p { color: #c7d5ed; }

.form-card { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 30px; box-shadow: var(--shadow); }
.form-card > p { color: var(--muted); }
.validated-form { display: grid; gap: 16px; margin-top: 22px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { min-width: 0; }
.field legend { margin-bottom: 8px; color: var(--ink); font-size: 0.88rem; font-weight: 800; }
.field-wide { grid-column: 1 / -1; }
.field label { display: inline-block; margin-bottom: 6px; color: var(--ink); font-size: 0.88rem; font-weight: 800; }
.field input:not([type="checkbox"]):not([type="radio"]), .field select, .field textarea { width: 100%; min-height: 48px; border: 1px solid #b8c5d8; border-radius: var(--radius-sm); background: var(--white); color: var(--ink); padding: 11px 13px; }
.field textarea { min-height: 122px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-bright); outline: 3px solid rgba(36, 84, 184, 0.16); outline-offset: 0; }
.field [aria-invalid="true"] { border-color: var(--danger) !important; }
.field-error { min-height: 1.25em; display: block; margin-top: 4px; color: var(--danger); font-size: 0.8rem; font-weight: 700; }
.field-help { display: block; margin-top: 4px; color: var(--muted); font-size: 0.78rem; }
.checkbox-field { display: grid; grid-template-columns: 24px 1fr; gap: 6px 10px; align-items: start; }
.checkbox-field input { width: 22px; height: 22px; margin: 2px 0 0; }
.checkbox-field label { margin: 0; font-weight: 600; }
.checkbox-field label a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.checkbox-field .field-error { grid-column: 1 / -1; }
.form-error-summary { border-left: 4px solid var(--danger); border-radius: var(--radius-sm); background: #fff1f2; color: var(--danger); padding: 12px 14px; font-weight: 750; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.business-form-layout { grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr); }

.schedule-hero { padding: 72px 0 80px; }
.schedule-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; border: 1px solid rgba(255, 255, 255, 0.24); border-radius: var(--radius-lg); background: rgba(3, 18, 45, 0.42); padding: 30px; box-shadow: 0 24px 65px rgba(0, 0, 0, 0.22); backdrop-filter: blur(8px); }
.schedule-summary > span, .schedule-summary > strong { grid-column: 1 / -1; text-align: center; }
.schedule-summary > span { color: #ffb575; font-size: 0.78rem; font-weight: 900; letter-spacing: 0.16em; }
.schedule-summary > strong { margin: -4px 0 12px; font-size: clamp(2.5rem, 6vw, 4rem); letter-spacing: -0.06em; line-height: 1; }
.schedule-summary > div { border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 16px; text-align: center; }
.schedule-summary b, .schedule-summary small { display: block; }
.schedule-summary small { color: #cbd8ef; }
.schedule-layout { display: grid; grid-template-columns: minmax(300px, 0.82fr) minmax(0, 1.18fr); gap: 64px; align-items: start; }
.schedule-layout > div > h2, .review-layout > div > h2 { margin: 10px 0 16px; font-size: clamp(2.15rem, 4vw, 3rem); }
.schedule-layout > div > p, .review-layout > div > p { color: var(--muted); font-size: 1.05rem; }
.expectation-list { display: grid; gap: 12px; margin: 30px 0; }
.expectation-list article { display: grid; grid-template-columns: 42px 1fr; gap: 14px; border-bottom: 1px solid var(--line); padding-bottom: 16px; }
.expectation-list article > span { color: var(--orange-dark); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.12em; }
.expectation-list h3 { margin: 0 0 5px; font-size: 1.08rem; }
.expectation-list p { margin-bottom: 0; color: var(--muted); }
.callout strong, .callout p { display: block; }
.callout p { margin: 4px 0 0; }

.review-hero { background: radial-gradient(circle at 80% 20%, rgba(255, 171, 97, 0.22), transparent 34%), linear-gradient(125deg, var(--navy), var(--navy-2)); }
.review-layout { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr); gap: 64px; align-items: start; }
.rating-field { margin: 0; padding: 0; border: 0; }
.rating-options { display: grid; grid-template-columns: repeat(5, minmax(50px, 1fr)); gap: 8px; }
.rating-options label { min-height: 72px; display: grid; place-items: center; gap: 0; border: 1px solid #b8c5d8; border-radius: var(--radius-sm); background: var(--white); color: #9a5a13; cursor: pointer; }
.rating-options label:hover { border-color: var(--orange); background: #fff8ef; }
.rating-options label:has(input:checked) { border-color: var(--orange); background: #fff0df; box-shadow: inset 0 0 0 1px var(--orange); }
.rating-options label:has(input:focus-visible) { outline: 3px solid #ffb15f; outline-offset: 3px; }
.rating-options input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.rating-options span { font-size: 1.55rem; line-height: 1; }
.rating-options small { color: var(--muted); font-size: 0.72rem; font-weight: 800; }

.catalog-notice { border-bottom: 1px solid #ffd2a5; background: #fff7ee; }
.catalog-notice .container { display: flex; gap: 10px; padding-block: 15px; color: #713600; }
.filter-bar { display: flex; gap: 8px; flex-wrap: wrap; margin: 26px 0; }
.filter { min-height: 44px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--navy); padding: 8px 14px; font-weight: 800; }
.filter:hover { border-color: var(--blue); }
.filter.active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.filter-empty { border-radius: var(--radius); background: var(--surface); color: var(--muted); padding: 24px; text-align: center; }
.product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow-soft); }
.product-media { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--surface-blue); }
.product-media picture, .product-media img { width: 100%; height: 100%; }
.product-media img { object-fit: contain; }
.status-badge { position: absolute; left: 12px; bottom: 12px; border-radius: 999px; background: rgba(6, 26, 58, 0.94); color: var(--white); padding: 7px 11px; font-size: 0.76rem; font-weight: 850; }
.product-body { display: flex; flex: 1; flex-direction: column; padding: 20px; }
.product-body h3 { margin: 9px 0 14px; font-size: 1.2rem; }
.product-body > p { color: var(--muted); font-size: 0.9rem; }
.product-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0 0 14px; }
.product-summary div { min-width: 0; }
.product-summary dt { color: var(--muted); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.07em; text-transform: uppercase; }
.product-summary dd { margin: 2px 0 0; font-size: 0.8rem; font-weight: 750; overflow-wrap: anywhere; }
.product-actions { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 8px; margin-top: auto; }
.product-actions .button { min-height: 46px; padding-inline: 8px; font-size: 0.78rem; }
.product-dialog-panel { display: grid; grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr); gap: 32px; }
.product-dialog-gallery > img { width: 100%; max-height: 650px; border-radius: var(--radius); background: var(--surface); object-fit: contain; }
.dialog-thumbnails { display: flex; gap: 8px; margin-top: 10px; }
.dialog-thumbnails button { width: 72px; height: 84px; overflow: hidden; border: 2px solid transparent; border-radius: 10px; background: var(--surface); padding: 0; }
.dialog-thumbnails button.active { border-color: var(--orange); }
.dialog-thumbnails img { width: 100%; height: 100%; object-fit: cover; }

.contact-cards { display: grid; gap: 10px; margin-top: 26px; }
.contact-cards > a, .contact-address { min-height: 72px; display: flex; align-items: flex-start; gap: 13px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 15px; box-shadow: var(--shadow-soft); }
.contact-cards > a:hover { border-color: var(--blue); transform: translateY(-2px); }
.contact-cards .icon { margin-top: 3px; color: var(--blue); }
.contact-cards strong, .contact-cards small { display: block; }
.contact-cards small { color: var(--muted); overflow-wrap: anywhere; }
.info-grid.two-columns { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 26px; }
.about-photos picture:first-child { grid-column: auto; }
.about-photos picture:last-child { grid-column: 1 / -1; }

.legal-flow { display: grid; gap: 18px; }
.legal-flow article { display: grid; grid-template-columns: 60px 1fr; gap: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); padding: 26px; box-shadow: var(--shadow-soft); }
.legal-flow article > span { color: var(--orange-dark); font-size: 0.8rem; font-weight: 900; letter-spacing: 0.12em; }
.legal-flow h2 { margin-bottom: 8px; font-size: 1.55rem; }
.legal-flow p { margin-bottom: 0; color: var(--muted); }
.coverage-card { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 50px; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); padding: 38px; box-shadow: var(--shadow-soft); }
.coverage-card .section-heading { margin-bottom: 0; }
.coverage-card ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding: 0; margin: 0; list-style: none; }
.coverage-card li { border-left: 3px solid var(--success); border-radius: var(--radius-sm); background: var(--surface); padding: 14px; font-weight: 750; }
.legal-copy { max-width: 850px; }
.legal-copy h2 { margin: 36px 0 10px; font-size: 1.55rem; }
.legal-copy p { color: var(--muted); }
.legal-copy a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-copy code { border-radius: 6px; background: var(--surface); padding: 2px 5px; color: var(--navy); }

.footer { background: #04132e; color: #dce6f8; padding: 64px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 0.9fr 1fr 1.3fr; gap: 38px; }
.brand-footer { color: var(--white); }
.footer p { color: #aebed7; }
.footer-emphasis { color: var(--white) !important; font-weight: 800; }
.brand-footer small { color: #ffba7c; }
.footer h2 { margin: 6px 0 18px; color: var(--white); font-size: 1rem; letter-spacing: 0; }
.footer section > a:not(.brand):not(.button):not(.contact-line), .footer-link { min-height: 36px; display: flex; align-items: center; border: 0; background: transparent; color: #c7d4e8; padding: 3px 0; text-align: left; }
.footer section > a:hover, .footer-link:hover { color: var(--white); text-decoration: underline; text-underline-offset: 3px; }
.contact-line { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; color: #c7d4e8; overflow-wrap: anywhere; }
.contact-line .icon { width: 19px; height: 19px; margin-top: 3px; }
.contact-line strong { color: #ffba7c; }
.footer .button-whatsapp { margin-top: 8px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255, 255, 255, 0.14); margin-top: 42px; padding-top: 22px; color: #9fb1cd; font-size: 0.8rem; }
.footer-bottom span:last-child { text-align: right; }
.whatsapp-float { position: fixed; z-index: 90; right: 18px; bottom: max(18px, env(safe-area-inset-bottom)); min-height: 50px; display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; background: var(--green); color: var(--white); padding: 12px 17px; box-shadow: 0 16px 36px rgba(18, 140, 103, 0.28); font-weight: 850; }
.whatsapp-float:hover { background: var(--green-dark); transform: translateY(-2px); }
body:has(dialog[open]) .whatsapp-float, body:has(.validated-form :focus) .whatsapp-float { display: none; }
.site-toast { position: fixed; z-index: 120; right: 18px; bottom: max(84px, calc(env(safe-area-inset-bottom) + 66px)); border-radius: var(--radius-sm); background: var(--navy); color: var(--white); padding: 12px 16px; box-shadow: var(--shadow); font-weight: 800; opacity: 0; transform: translateY(8px); transition: opacity 180ms ease, transform 180ms ease; }
.site-toast.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1180px) {
  .desktop-nav { gap: 10px; }
  .desktop-nav a { font-size: 0.8rem; }
  .phone-link span { display: none; }
  .phone-link { width: 44px; justify-content: center; }
  .header-whatsapp { padding-inline: 14px; }
}

@media (max-width: 1060px) {
  .desktop-nav, .phone-link, .header-whatsapp { display: none; }
  .menu-toggle { display: inline-flex; }
  .header-actions { margin-left: auto; }
  .hero-grid, .page-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr); gap: 42px; }
  .trust-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .trust-grid > div:nth-child(3) { border-right: 0; }
  .trust-grid > div:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .service-grid, .info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .section { padding: 72px 0; }
  .home-hero, .page-hero { padding: 56px 0 64px; }
  .hero-grid, .page-hero-grid, .evidence-grid, .split-layout, .contact-grid, .business-form-layout, .faq-layout, .coverage-card, .brand-policy-grid, .schedule-layout, .review-layout { grid-template-columns: 1fr; gap: 42px; }
  .hero-media, .page-hero-media { max-width: 600px; margin-inline: auto; }
  .single-photo picture img, .page-hero-media img { max-height: 600px; }
  .journey-grid, .business-grid { grid-template-columns: 1fr; }
  .journey-card { display: grid; grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr); }
  .journey-card picture { aspect-ratio: auto; height: 100%; }
  .steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-dialog-panel { grid-template-columns: 1fr; }
  .product-dialog-gallery { max-width: 520px; margin-inline: auto; }
  .coverage-card { padding: 28px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-bottom span:last-child { text-align: left; }
}

@media (max-width: 700px) {
  :root { --header-height: 68px; }
  .container { width: min(100% - 28px, var(--max-width)); }
  .topbar-inner { min-height: 34px; justify-content: center; text-align: center; }
  .topbar-inner span:last-child { display: none; }
  .nav-row { min-height: var(--header-height); }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: 0.98rem; }
  .brand small { font-size: 0.58rem; }
  .hero-copy h1, .page-hero h1, .simple-hero h1 { font-size: clamp(2.25rem, 11vw, 2.75rem); }
  .hero-copy > p, .page-hero p, .simple-hero p { font-size: 1rem; }
  .hero-actions .button { width: 100%; }
  .centered-actions { align-items: stretch; flex-direction: column; }
  .centered-actions .button { width: 100%; min-width: 0; }
  .hero-facts { display: grid; }
  .trust-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-grid > div { border-right: 1px solid var(--line) !important; border-bottom: 1px solid var(--line); }
  .trust-grid > div:nth-child(even) { border-right: 0 !important; }
  .trust-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
  .section { padding: 56px 0; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .cta-panel h2, .form-card h2, .contact-grid h2, .business-form-layout h2 { font-size: clamp(1.85rem, 8vw, 2.25rem); }
  .journey-card { display: flex; }
  .journey-card picture { aspect-ratio: 4 / 3; height: auto; }
  .steps-grid, .service-grid, .info-grid, .business-grid, .product-grid, .form-grid, .info-grid.two-columns { grid-template-columns: 1fr; }
  .field-wide { grid-column: auto; }
  .compact-steps li { align-items: flex-start; flex-direction: column; gap: 2px; }
  .compact-steps span { text-align: left; }
  .two-photo-grid { grid-template-columns: 1fr; }
  .two-photo-grid img { height: auto; max-height: 540px; object-fit: contain; }
  .form-card, .dialog-panel { padding: 22px; }
  .schedule-summary { padding: 24px; }
  .catalog-notice .container { flex-direction: column; gap: 2px; }
  .product-actions { grid-template-columns: 1fr; }
  .cookie-banner-inner { align-items: stretch; flex-direction: column; gap: 14px; }
  .cookie-actions { align-items: stretch; flex-direction: column; }
  .cookie-actions .button, .cookie-actions .text-button { width: 100%; }
  .cookie-option { align-items: flex-start; flex-direction: column; }
  .cta-panel { align-items: stretch; flex-direction: column; padding: 28px; }
  .cta-panel .cta-buttons { justify-content: stretch; }
  .cta-panel .button { width: 100%; }
  .photo-grid img, .photo-grid picture:first-child img { height: auto; max-height: 540px; object-fit: cover; }
  .legal-flow article { grid-template-columns: 1fr; gap: 8px; padding: 22px; }
  .coverage-card ul { grid-template-columns: 1fr; }
  .footer { padding-top: 52px; padding-bottom: 88px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .whatsapp-float { width: 52px; height: 52px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); justify-content: center; padding: 0; }
  .whatsapp-float span { display: none; }
  .site-toast { right: 12px; bottom: max(76px, calc(env(safe-area-inset-bottom) + 64px)); max-width: calc(100% - 24px); }
}

@media (max-width: 420px) {
  .container { width: min(100% - 24px, var(--max-width)); }
  .brand { gap: 8px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 0.92rem; }
  .brand small { letter-spacing: 0.1em; }
  .hero-copy h1, .page-hero h1, .simple-hero h1 { font-size: 2.25rem; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .trust-grid > div:last-child { border-bottom: 0 !important; }
  .filter-bar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .filter { width: 100%; }
  .product-summary { grid-template-columns: 1fr; }
  .dialog-actions { flex-direction: column; }
  .dialog-actions .button { width: 100%; }
  .rating-options { gap: 5px; }
  .rating-options label { min-height: 66px; }
}

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

/* ==========================================================
   RODAPÉ — CONTRASTE DOS ÍCONES E CRÉDITO DO DESENVOLVEDOR
   ========================================================== */

.site-footer .contact-line img.icon,
footer .contact-line img.icon,
.site-footer .footer-contact img.icon,
footer img.icon[src*="/assets/icons/map-pin"],
footer img.icon[src*="/assets/icons/phone"],
footer img.icon[src*="/assets/icons/mail"],
footer img.icon[src*="/assets/icons/instagram"] {
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.site-footer .contact-line:hover img.icon,
footer .contact-line:hover img.icon {
    opacity: 1;
}

.developer-credit {
    width: 100%;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px 10px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    line-height: 1.5;
    text-align: center;
}

.developer-credit > span {
    color: rgba(255, 255, 255, 0.68);
}

.developer-credit a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

.developer-credit a:hover,
.developer-credit a:focus-visible {
    color: #ff9c55;
}

.developer-credit a span {
    font-weight: 500;
}

.developer-credit small {
    width: 100%;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.72rem;
}

@media (max-width: 640px) {
    .developer-credit {
        flex-direction: column;
        gap: 4px;
        padding-inline: 12px;
    }

    .developer-credit a {
        flex-direction: column;
        gap: 1px;
    }
}

/* AJUSTE FINAL RODAPE ADALBERTO */

/* Ícones do bloco Contato — branco */
footer img.icon,
footer .icon,
.site-footer img.icon,
.site-footer .icon,
footer .contact-line img,
footer .contact-line .icon,
footer a.contact-line img,
footer a.contact-line .icon {
    filter: brightness(0) saturate(100%) invert(100%) !important;
    opacity: 0.92 !important;
}

footer a.contact-line:hover img,
footer a.contact-line:hover .icon {
    filter:
        brightness(0)
        saturate(100%)
        invert(73%)
        sepia(66%)
        saturate(1558%)
        hue-rotate(327deg)
        brightness(102%)
        contrast(101%) !important;
    opacity: 1 !important;
}

/* Crédito alinhado à largura e ao centro da página */
.developer-credit {
    box-sizing: border-box !important;
    width: calc(100% - 48px) !important;
    max-width: 1500px !important;
    margin: 18px auto 0 !important;
    padding: 18px 0 4px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.14) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 5px 8px !important;

    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.82rem !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

.developer-credit > span {
    color: rgba(255, 255, 255, 0.72) !important;
}

.developer-credit a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 5px !important;

    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600 !important;
}

.developer-credit a strong {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.developer-credit a:hover,
.developer-credit a:focus-visible {
    color: #ff9c55 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

.developer-credit small {
    width: 100% !important;
    display: block !important;
    margin-top: 1px !important;

    color: rgba(255, 255, 255, 0.58) !important;
    font-size: 0.73rem !important;
    letter-spacing: 0.01em !important;
    text-align: center !important;
}

@media (max-width: 768px) {
    .developer-credit {
        width: calc(100% - 32px) !important;
        margin-top: 16px !important;
        padding-top: 16px !important;
        flex-direction: column !important;
        gap: 3px !important;
    }

    .developer-credit a {
        flex-direction: column !important;
        gap: 1px !important;
    }

    .developer-credit small {
        max-width: 330px !important;
    }
}

/* FIM AJUSTE FINAL RODAPE ADALBERTO */