:root {
  --white: #ffffff;
  --surface: #f7f9fc;
  --surface-2: #eef2f8;
  --ink: #101828;
  --ink-2: #17243d;
  --muted: #5d6778;
  --line: #e3e8ef;
  --blue: #26388c;
  --blue-light: #66afe2;
  --red: #d82035;
  --red-dark: #b81128;
  --green: #25d366;
  --green-dark: #128c4d;
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --shadow-sm: 0 12px 36px rgba(16, 24, 40, .08);
  --shadow-lg: 0 28px 90px rgba(23, 32, 61, .16);
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
[hidden] { display: none !important; }

.container { width: var(--container); margin-inline: auto; }
.section { padding: 104px 0; }
.section--soft { background: var(--surface); }
.skip-link { position: fixed; left: 10px; top: 10px; z-index: 3000; padding: 10px 14px; background: var(--ink); color: white; border-radius: 10px; transform: translateY(-160%); }
.skip-link:focus { transform: none; }
.progress { position: fixed; left: 0; top: 0; width: 100%; height: 3px; z-index: 2100; background: rgba(216,32,53,.08); }
.progress span { display: block; height: 100%; width: 100%; background: linear-gradient(90deg, var(--blue), var(--red)); transform: scaleX(0); transform-origin: left; }

.site-header { position: sticky; top: 0; z-index: 2000; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .25s; }
.site-header.has-shadow { border-color: var(--line); box-shadow: 0 7px 24px rgba(16,24,40,.06); }
.header-row { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 230px; }
.brand img { width: 58px; height: 58px; object-fit: contain; border-radius: 17px; }
.brand strong { display: block; font-size: 1.05rem; line-height: 1.05; letter-spacing: -.03em; }
.brand small { display: block; color: var(--muted); font-weight: 720; font-size: .72rem; letter-spacing: .045em; margin-top: 4px; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 22px; }
.main-nav a { color: #344054; font-size: .86rem; font-weight: 780; white-space: nowrap; transition: color .2s; }
.main-nav a:hover, .main-nav a.active { color: var(--red); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.print-button { display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; color: var(--muted); font-size: .78rem; font-weight: 760; padding: 9px; white-space: nowrap; }
.print-button:hover { color: var(--blue); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 50%; background: white; }
.menu-button span, .menu-button::before, .menu-button::after { content: ""; display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--ink); border-radius: 8px; transition: .2s; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 23px; border: 1px solid transparent; border-radius: 999px; font-weight: 850; letter-spacing: -.01em; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); }
.btn img { width: 20px; height: 20px; object-fit: contain; }
.btn--small { min-height: 44px; padding-inline: 17px; font-size: .86rem; }
.btn--large { min-height: 60px; padding-inline: 30px; font-size: 1rem; }
.btn--block { width: 100%; }
.btn--primary { background: var(--red); color: white; box-shadow: 0 14px 34px rgba(216,32,53,.24); }
.btn--primary:hover { background: var(--red-dark); box-shadow: 0 18px 42px rgba(216,32,53,.32); }
.btn--outline { border-color: #cfd6e1; background: white; color: var(--ink); }
.btn--outline:hover { border-color: var(--blue); color: var(--blue); }
.btn--outline img { filter: none; }
.btn--whatsapp { background: var(--green); color: #062d16; box-shadow: 0 12px 32px rgba(37,211,102,.22); }
.btn--whatsapp:hover { background: #20c25c; }
.btn--whatsapp img { width: 21px; height: 21px; }
.btn--light { background: white; color: var(--ink); }

.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--red); font-size: .79rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 3px; border-radius: 99px; background: currentColor; }
.eyebrow--light { color: #ff9aa7; }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.section-heading--center { margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.section-heading h2 { margin: 11px 0 15px; font-size: clamp(2.2rem, 5vw, 4.3rem); line-height: 1.02; letter-spacing: -.058em; }
.section-heading p { margin: 0; color: var(--muted); font-size: 1.08rem; }

.hero { position: relative; overflow: hidden; padding: 82px 0 96px; min-height: 720px; display: grid; align-items: center; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; }
.hero-copy h1 { margin: 14px 0 22px; max-width: 720px; font-size: clamp(3.25rem, 7vw, 6.5rem); line-height: .93; letter-spacing: -.075em; }
.hero-copy h1 span { display: block; color: var(--red); }
.hero-copy > p { max-width: 600px; color: var(--muted); font-size: clamp(1.03rem, 1.4vw, 1.18rem); margin: 0 0 30px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.hero-trust span { padding: 8px 12px; border: 1px solid var(--line); background: rgba(255,255,255,.72); border-radius: 999px; color: #475467; font-size: .76rem; font-weight: 800; }
.hero-visual { position: relative; }
.hero-visual > img { width: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); border: 1px solid rgba(16,24,40,.07); transform: rotate(-1deg); }
.hero-stamp { position: absolute; right: -20px; bottom: -28px; width: 154px; height: 154px; border-radius: 50%; display: grid; place-items: center; align-content: center; text-align: center; background: var(--ink); color: white; border: 8px solid white; box-shadow: var(--shadow-sm); }
.hero-stamp strong { color: var(--blue-light); font-size: 2.4rem; line-height: 1; }
.hero-stamp span { max-width: 90px; font-size: .78rem; font-weight: 800; line-height: 1.2; margin-top: 5px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(7px); z-index: 0; }
.hero-orb--one { width: 440px; height: 440px; left: -170px; top: -160px; background: #eef2ff; }
.hero-orb--two { width: 380px; height: 380px; right: -130px; bottom: -130px; background: #fff0f2; }

.notice-wrap { position: relative; z-index: 3; margin-top: -42px; }
.notice { display: grid; grid-template-columns: 66px 1fr; align-items: center; gap: 22px; padding: 28px 30px; background: white; border: 1px solid var(--line); border-left: 5px solid var(--red); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.notice-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: #fff0f2; color: var(--red); font-size: 1.8rem; font-weight: 950; }
.notice h2 { margin: 0 0 7px; font-size: 1.25rem; letter-spacing: -.025em; }
.notice p { margin: 0 0 9px; color: var(--muted); }
.notice strong { color: var(--red); font-size: .9rem; }

.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.plan-card { position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 30px; border: 1px solid var(--line); border-radius: 30px; background: white; transition: transform .25s, box-shadow .25s, border-color .25s; }
.plan-card:hover { transform: translateY(-7px); box-shadow: var(--shadow-sm); border-color: #cbd4e2; }
.plan-card--featured { background: var(--ink); color: white; border-color: var(--ink); transform: translateY(-12px); box-shadow: var(--shadow-lg); }
.plan-card--featured:hover { transform: translateY(-18px); }
.featured-label { position: absolute; top: -15px; right: 25px; background: var(--red); color: white; border-radius: 999px; padding: 7px 13px; font-size: .69rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 8px 20px rgba(216,32,53,.25); }
.plan-kicker { color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.plan-card--featured .plan-kicker { color: #ff8e9c; }
.plan-card h3 { margin: 9px 0 13px; font-size: 1.75rem; letter-spacing: -.045em; }
.plan-summary { min-height: 94px; margin: 0 0 20px; color: var(--muted); font-size: .91rem; }
.plan-card--featured .plan-summary { color: #bec7d4; }
.plan-price { margin-bottom: 22px; padding: 16px 18px; border-radius: 18px; background: var(--surface); }
.plan-card--featured .plan-price { background: rgba(255,255,255,.07); }
.plan-price span { display: block; color: var(--muted); font-size: .68rem; font-weight: 820; text-transform: uppercase; letter-spacing: .1em; }
.plan-card--featured .plan-price span { color: #97a3b5; }
.plan-price strong { display: block; margin-top: 2px; font-size: 1.15rem; }
.check-list { list-style: none; padding: 0; margin: 0 0 23px; display: grid; gap: 10px; flex-grow: 1; }
.check-list li { display: grid; grid-template-columns: 22px 1fr; gap: 8px; align-items: start; color: #475467; font-size: .84rem; line-height: 1.45; }
.plan-card--featured .check-list li { color: #d0d6df; }
.check-list li span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: #e8f8ee; color: #168447; font-weight: 950; font-size: .72rem; }
.recommended { margin-bottom: 22px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--muted); font-size: .78rem; }
.plan-card--featured .recommended { border-color: rgba(255,255,255,.1); color: #b6c0cf; }
.recommended strong { color: var(--ink); }
.plan-card--featured .recommended strong { color: white; }
.plan-card--featured .btn--primary { background: var(--red); }

.comparison { margin-top: 52px; border: 1px solid var(--line); border-radius: 30px; overflow: hidden; background: white; box-shadow: var(--shadow-sm); }
.comparison-head { display: flex; align-items: end; justify-content: space-between; gap: 25px; padding: 28px 30px; }
.comparison-head h3 { margin: 8px 0 0; font-size: 1.65rem; letter-spacing: -.04em; }
.comparison-head a { color: var(--red); font-weight: 850; font-size: .86rem; }
.comparison-table-wrap { overflow-x: auto; }
.comparison-table { width: 100%; border-collapse: collapse; min-width: 720px; }
.comparison-table th, .comparison-table td { padding: 16px 20px; border-top: 1px solid var(--line); text-align: center; font-size: .84rem; }
.comparison-table th:first-child, .comparison-table td:first-child { text-align: left; font-weight: 800; }
.comparison-table thead th { background: var(--surface); color: #475467; font-size: .7rem; text-transform: uppercase; letter-spacing: .09em; }
.comparison-table td:nth-child(3), .comparison-table th:nth-child(3) { background: #fff8f9; color: var(--red-dark); font-weight: 850; }

.inspection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.inspection-card { padding: 27px; background: white; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .25s, box-shadow .25s; }
.inspection-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: #eef2ff; }
.icon-box img { width: 25px; height: 25px; }
.inspection-card:nth-child(even) .icon-box { background: #fff0f2; }
.inspection-card h3 { margin: 17px 0 12px; font-size: 1.23rem; letter-spacing: -.035em; }
.inspection-card ul { margin: 0; padding-left: 18px; color: var(--muted); font-size: .86rem; }
.inspection-card li + li { margin-top: 5px; }

.process-section { overflow: hidden; }
.timeline { position: relative; max-width: 960px; margin: 56px auto 0; display: grid; gap: 18px; }
.timeline::before { content: ""; position: absolute; left: 34px; top: 20px; bottom: 20px; width: 3px; background: linear-gradient(var(--blue-light), var(--red)); border-radius: 99px; }
.timeline-item { position: relative; z-index: 1; display: grid; grid-template-columns: 70px 1fr; gap: 22px; align-items: start; padding: 22px 26px 22px 0; border-radius: 24px; transition: background .2s, transform .2s; }
.timeline-item:hover { background: var(--surface); transform: translateX(6px); }
.timeline-number { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: white; border: 5px solid #e6eaf2; color: var(--blue); font-weight: 950; box-shadow: 0 8px 20px rgba(16,24,40,.08); }
.timeline-item:nth-child(even) .timeline-number { color: var(--red); }
.timeline-item h3 { margin: 7px 0 4px; font-size: 1.2rem; letter-spacing: -.03em; }
.timeline-item p { margin: 0; color: var(--muted); }

.transparency-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 22px; align-items: stretch; }
.transparent-card { padding: 36px; background: white; border: 1px solid var(--line); border-radius: var(--radius-lg); }
.transparent-card h2 { margin: 10px 0 14px; font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.02; letter-spacing: -.055em; }
.transparent-card > p { color: var(--muted); }
.not-included-list { list-style: none; padding: 0; margin: 28px 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 16px; }
.not-included-list li { display: grid; grid-template-columns: 26px 1fr; gap: 8px; align-items: center; color: #475467; font-size: .86rem; }
.not-included-list span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: #fff0f2; color: var(--red); font-weight: 950; }
.approval-card { position: relative; overflow: hidden; padding: 36px; border-radius: var(--radius-lg); background: linear-gradient(150deg, var(--blue), var(--ink)); color: white; display: flex; flex-direction: column; justify-content: flex-end; box-shadow: var(--shadow-lg); }
.approval-card::before { content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; background: rgba(102,175,226,.16); top: -100px; right: -110px; }
.approval-icon { position: relative; z-index: 1; width: 68px; height: 68px; display: grid; place-items: center; border-radius: 22px; background: rgba(255,255,255,.12); color: var(--blue-light); font-size: 2rem; font-weight: 950; }
.approval-card h3 { position: relative; z-index: 1; margin: 24px 0 8px; font-size: 2rem; letter-spacing: -.05em; }
.approval-card p { position: relative; z-index: 1; margin: 0 0 26px; color: #c7d2e0; }
.approval-card .btn { position: relative; z-index: 1; }

.service-cloud { display: flex; flex-wrap: wrap; gap: 11px; }
.service-cloud span { padding: 12px 16px; border: 1px solid var(--line); border-radius: 999px; background: white; color: #344054; font-size: .85rem; font-weight: 760; transition: .2s; }
.service-cloud span:hover { border-color: var(--blue-light); background: #f5f8ff; transform: translateY(-2px); }
.services-cta { margin-top: 34px; padding: 25px 28px; border-radius: 24px; display: flex; align-items: center; justify-content: space-between; gap: 25px; background: var(--surface); border: 1px solid var(--line); }
.services-cta strong, .services-cta span { display: block; }
.services-cta strong { font-size: 1.05rem; }
.services-cta span { color: var(--muted); font-size: .88rem; margin-top: 3px; }

.golden-rule { position: relative; overflow: hidden; padding: 100px 0; text-align: center; color: white; background: var(--ink); }
.golden-rule::before { content: "REVISÃO"; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: clamp(7rem, 20vw, 18rem); font-weight: 950; letter-spacing: -.08em; color: rgba(255,255,255,.025); white-space: nowrap; }
.golden-rule .container { position: relative; z-index: 1; }
.golden-rule h2 { margin: 15px 0 22px; font-size: clamp(2.7rem, 6vw, 5.5rem); line-height: .95; letter-spacing: -.065em; }
.golden-rule h2 span { color: var(--blue-light); }
.golden-rule p { max-width: 720px; margin: 0 auto; color: #c3ccd9; font-size: 1.05rem; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-intro h2 { margin: 11px 0 15px; font-size: clamp(2.2rem, 4.5vw, 3.8rem); line-height: 1.02; letter-spacing: -.055em; }
.faq-intro p { color: var(--muted); margin-bottom: 24px; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 20px; background: white; overflow: hidden; }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 20px 22px; font-weight: 850; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--red); font-size: 1.35rem; transition: transform .2s; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.contact-section { padding: 90px 0; background: linear-gradient(180deg, white 0 45%, var(--ink) 45% 100%); }
.contact-card { display: grid; grid-template-columns: 1.25fr .75fr; gap: 45px; align-items: center; padding: 48px; border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--blue), var(--ink)); color: white; box-shadow: var(--shadow-lg); }
.contact-card h2 { margin: 13px 0 12px; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: .98; letter-spacing: -.06em; }
.contact-card p { color: #cbd4e0; font-size: 1.05rem; }
.contact-info { display: grid; gap: 9px; margin-top: 23px; }
.contact-info span { display: flex; align-items: center; gap: 9px; color: #d4dae4; font-size: .86rem; }
.contact-info img { width: 19px; filter: brightness(0) invert(1); opacity: .8; }
.contact-actions { display: grid; gap: 17px; justify-items: stretch; }
.text-link { color: #d5deeb; text-align: center; font-weight: 800; font-size: .87rem; }

.site-footer { padding: 42px 0; background: var(--ink); color: white; border-top: 1px solid rgba(255,255,255,.08); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 20px; }
.footer-brand { display: flex; align-items: center; gap: 13px; }
.footer-brand img { width: 62px; height: 62px; border-radius: 18px; object-fit: contain; }
.footer-brand strong, .footer-brand span { display: block; }
.footer-brand strong { font-size: 1.05rem; }
.footer-brand span { color: #9ba7b8; font-size: .78rem; }
.footer-links { display: flex; gap: 20px; color: #c2cad6; font-size: .82rem; font-weight: 760; }
.footer-grid > p { grid-column: 1 / -1; margin: 4px 0 0; color: #778396; font-size: .74rem; }

.floating-whatsapp { position: fixed; right: 22px; bottom: 24px; z-index: 1500; width: 60px; height: 60px; display: grid; place-items: center; border-radius: 50%; background: var(--green); box-shadow: 0 15px 40px rgba(37,211,102,.3); transition: transform .2s; }
.floating-whatsapp:hover { transform: scale(1.07); }
.floating-whatsapp img { width: 31px; height: 31px; }
.back-to-top { position: fixed; right: 28px; bottom: 96px; z-index: 1490; width: 43px; height: 43px; border: 1px solid var(--line); border-radius: 50%; background: white; color: var(--ink); box-shadow: var(--shadow-sm); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .2s; }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .79rem; }
  .print-button span:last-child { display: none; }
  .brand { min-width: auto; }
}

@media (max-width: 980px) {
  .menu-button { display: block; }
  .print-button { display: none; }
  .main-nav { position: fixed; inset: 84px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 20px 22px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(16,24,40,.08); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 13px 8px; font-size: .93rem; border-bottom: 1px solid var(--line); }
  .hero { min-height: auto; padding-top: 58px; }
  .hero-grid, .transparency-grid, .faq-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-visual { max-width: 760px; }
  .plans-grid { grid-template-columns: 1fr; max-width: 760px; margin-inline: auto; }
  .plan-card--featured { transform: none; order: -1; }
  .plan-card--featured:hover { transform: translateY(-7px); }
  .plan-summary { min-height: auto; }
  .inspection-grid { grid-template-columns: repeat(2, 1fr); }
  .faq-intro { position: static; }
  .contact-actions { max-width: 460px; }
}

@media (max-width: 700px) {
  :root { --container: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .header-row { min-height: 74px; gap: 8px; }
  .brand img { width: 50px; height: 50px; }
  .brand small { display: none; }
  .header-actions .btn { display: none; }
  .main-nav { inset: 74px 0 auto; }
  .hero { padding: 44px 0 75px; }
  .hero-grid { gap: 42px; }
  .hero-copy h1 { font-size: clamp(3rem, 16vw, 4.5rem); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { gap: 7px; }
  .hero-stamp { right: -7px; bottom: -25px; width: 126px; height: 126px; border-width: 6px; }
  .notice-wrap { margin-top: -30px; }
  .notice { grid-template-columns: 1fr; padding: 24px; }
  .notice-icon { width: 50px; height: 50px; }
  .section-heading h2 { font-size: clamp(2.35rem, 12vw, 3.5rem); }
  .plan-card, .transparent-card, .approval-card { padding: 25px; }
  .comparison-head { display: grid; align-items: start; }
  .inspection-grid { grid-template-columns: 1fr; }
  .timeline::before { left: 27px; }
  .timeline-item { grid-template-columns: 56px 1fr; gap: 16px; padding-right: 0; }
  .timeline-number { width: 56px; height: 56px; border-width: 4px; }
  .not-included-list { grid-template-columns: 1fr; }
  .services-cta { align-items: stretch; flex-direction: column; }
  .services-cta .btn { width: 100%; }
  .golden-rule { padding: 82px 0; }
  .contact-card { padding: 28px; }
  .contact-card h2 { font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .floating-whatsapp { right: 15px; bottom: 16px; width: 58px; height: 58px; }
  .back-to-top { right: 22px; bottom: 84px; }
}

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

@media print {
  @page { size: A4; margin: 12mm; }
  body { color: #111; background: white; font-size: 10pt; }
  .progress, .site-header, .floating-whatsapp, .back-to-top, .hero-actions, .hero-trust, .contact-actions, .print-button { display: none !important; }
  .hero, .section, .golden-rule, .contact-section { padding: 14mm 0; min-height: auto; background: white !important; color: #111 !important; }
  .hero-grid, .plans-grid, .inspection-grid, .transparency-grid, .faq-grid, .contact-card { display: block; }
  .hero-visual { display: none; }
  .notice-wrap { margin: 0; }
  .notice, .plan-card, .comparison, .inspection-card, .transparent-card, .approval-card, .faq-item, .contact-card { break-inside: avoid; box-shadow: none !important; border: 1px solid #ccc !important; margin-bottom: 8mm; color: #111 !important; background: white !important; }
  .plan-card--featured { transform: none; }
  .golden-rule h2, .golden-rule p, .contact-card h2, .contact-card p { color: #111 !important; }
  details { display: block; }
  details > * { display: block !important; }
}
