:root {
  --navy-950: #03111f;
  --navy-900: #061a2c;
  --navy-850: #092238;
  --navy-800: #0b2a43;
  --navy-700: #153d58;
  --teal-500: #08ad98;
  --teal-400: #19c0a8;
  --teal-300: #5de0ca;
  --amber-500: #f4a62a;
  --amber-400: #ffb938;
  --white: #fff;
  --ink: #102235;
  --muted: #5f7182;
  --line: #dce5eb;
  --surface: #f5f8fa;
  --shadow: 0 20px 55px rgba(3, 17, 31, .14);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
svg { display: block; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 9999; left: 16px; top: -80px; background: var(--amber-500); color: var(--navy-950); padding: 10px 16px; border-radius: 8px; font-weight: 800; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  height: 82px;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(13, 42, 65, .08);
  backdrop-filter: blur(14px);
}
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { width: 255px; flex: 0 0 auto; }
.brand img { width: 100%; height: auto; display: block; object-fit: contain; image-rendering: -webkit-optimize-contrast; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; }
.main-nav a { color: #334b5f; font-size: .92rem; font-weight: 650; transition: color .2s ease; }
.main-nav a:hover { color: var(--teal-500); }
.menu-toggle { display: none; border: 0; background: none; width: 42px; height: 42px; padding: 10px; }
.menu-toggle span { display: block; height: 2px; background: var(--navy-900); margin: 5px 0; transition: .25s ease; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 12px;
  font-weight: 800; line-height: 1.2; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--navy-950); background: linear-gradient(135deg, var(--amber-400), var(--amber-500)); box-shadow: 0 12px 28px rgba(244,166,42,.28); }
.btn-primary:hover { box-shadow: 0 16px 32px rgba(244,166,42,.38); }
.btn-ghost { color: var(--white); border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.05); }
.btn-ghost:hover { border-color: var(--teal-400); background: rgba(8,173,152,.12); }
.btn-sm { min-height: 42px; padding: 10px 16px; font-size: .9rem; }
.btn-lg { min-height: 56px; padding: 16px 24px; }
.btn-full { width: 100%; }
.btn svg { width: 20px; height: 20px; fill: currentColor; }

.hero {
  position: relative; overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 25%, rgba(16, 151, 139, .16), transparent 29%),
    linear-gradient(115deg, var(--navy-950), var(--navy-900) 56%, #08223a);
  min-height: 730px;
  display: grid; align-items: center;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(93,224,202,.5), transparent); }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(56,168,160,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(56,168,160,.18) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, transparent, #000 55%, #000); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; padding-block: 76px 82px; }
.hero-copy { max-width: 680px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--teal-400); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
.eyebrow span { width: 28px; height: 2px; background: var(--amber-500); }
.hero h1 { margin: 18px 0 20px; font-size: clamp(2.65rem, 5vw, 4.65rem); line-height: 1.03; letter-spacing: -.045em; max-width: 760px; }
.hero h1 strong { color: var(--teal-400); font-weight: 850; }
.hero-lead { margin: 0; max-width: 650px; font-size: 1.15rem; line-height: 1.72; color: #c7d6e1; }
.hero-points { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 11px; color: #e7f0f5; }
.hero-points li { display: flex; align-items: flex-start; gap: 11px; }
.check { display: inline-grid; place-items: center; flex: 0 0 23px; width: 23px; height: 23px; border-radius: 50%; color: var(--teal-300); border: 1px solid rgba(93,224,202,.65); background: rgba(8,173,152,.1); font-size: .8rem; margin-top: 2px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; margin-top: 24px; color: #a9bdca; font-size: .88rem; }
.hero-meta span { position: relative; }
.hero-meta span + span::before { content: "•"; margin-right: 18px; color: var(--teal-500); }
.hero-visual { position: relative; min-width: 0; }
.hero-image-wrap { position: relative; border-radius: 34px; overflow: hidden; box-shadow: 0 35px 80px rgba(0,0,0,.38); border: 1px solid rgba(93,224,202,.24); aspect-ratio: .98; }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.hero-image-overlay { position: absolute; inset: 0; background: linear-gradient(145deg, rgba(3,17,31,.12), rgba(3,17,31,.02) 45%, rgba(3,17,31,.38)); }
.hero-card { position: absolute; z-index: 2; background: rgba(3,17,31,.84); border: 1px solid rgba(93,224,202,.28); backdrop-filter: blur(12px); border-radius: 15px; color: var(--white); box-shadow: 0 14px 35px rgba(0,0,0,.25); }
.hero-card small { display: block; color: var(--teal-300); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 3px; }
.hero-card strong { display: block; line-height: 1.3; }
.hero-card-top { display: flex; align-items: center; gap: 12px; top: 22px; left: -22px; padding: 14px 18px; }
.hero-card-bottom { right: -22px; bottom: 24px; max-width: 275px; padding: 16px 18px; }
.mini-icon { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--teal-500); color: var(--navy-950); font-weight: 900; }
.blueprint-lines { position: absolute; width: 280px; height: 280px; right: -90px; top: -55px; border: 1px solid rgba(93,224,202,.18); transform: rotate(8deg); pointer-events: none; }
.blueprint-lines::before, .blueprint-lines::after { content: ""; position: absolute; inset: 26px; border: 1px dashed rgba(93,224,202,.18); }
.blueprint-lines::after { inset: 72px 38px 48px 90px; border-style: solid; }

.trust-strip { color: var(--white); background: #041523; border-top: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.trust-grid { min-height: 96px; display: grid; grid-template-columns: auto 10px auto 10px auto 1fr; align-items: center; gap: 22px; }
.trust-item { display: flex; align-items: center; gap: 10px; text-transform: uppercase; font-weight: 800; letter-spacing: .04em; }
.trust-icon { display: grid; place-items: center; width: 35px; height: 35px; color: var(--teal-300); border: 1px solid rgba(93,224,202,.35); border-radius: 9px; }
.trust-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal-500); }
.trust-message { justify-self: end; padding-left: 26px; border-left: 1px solid rgba(255,255,255,.17); display: flex; flex-direction: column; line-height: 1.35; }
.trust-message strong { color: var(--teal-300); }
.trust-message span { color: #c0d0db; }

.section { padding: 100px 0; }
.section-light { background: var(--surface); }
.section-dark { color: var(--white); background: linear-gradient(130deg, var(--navy-950), var(--navy-900)); }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading.centered { text-align: center; margin-inline: auto; }
.section-heading h2, .audience-copy h2, .professional-copy h2, .contact-copy h2, .final-cta h2 { margin: 11px 0 16px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.12; letter-spacing: -.035em; }
.section-heading h2 em { color: var(--teal-500); font-style: normal; }
.section-heading p, .heading-support, .audience-copy p, .professional-copy > p, .contact-copy > p { color: var(--muted); font-size: 1.05rem; }
.section-dark .section-heading p, .section-dark .professional-copy > p { color: #b7c8d4; }

.problem-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.problem-card { position: relative; min-height: 230px; padding: 25px; border-radius: var(--radius-md); background: var(--white); border: 1px solid #e3ebf0; box-shadow: 0 8px 25px rgba(3,17,31,.05); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.problem-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: rgba(8,173,152,.35); }
.problem-card > span { display: inline-block; color: var(--teal-500); font-weight: 900; font-size: .8rem; letter-spacing: .1em; }
.problem-card h3 { margin: 20px 0 9px; font-size: 1.12rem; }
.problem-card p { color: var(--muted); margin: 0; font-size: .94rem; }
.inline-cta { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; color: var(--white); background: linear-gradient(100deg, var(--navy-900), var(--navy-800)); border-radius: var(--radius-md); box-shadow: var(--shadow); }
.inline-cta div { display: flex; flex-direction: column; }
.inline-cta span { color: #afc2cf; }

.services-grid { display: grid; grid-template-columns: 1.25fr repeat(3, 1fr); gap: 18px; align-items: stretch; }
.service-card { position: relative; padding: 30px; border-radius: var(--radius-md); background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); overflow: hidden; }
.service-card::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 3px; background: linear-gradient(var(--teal-400), transparent); opacity: .75; }
.service-featured { background: linear-gradient(145deg, rgba(8,173,152,.18), rgba(255,255,255,.055)); border-color: rgba(93,224,202,.35); }
.service-badge { position: absolute; top: 0; right: 0; padding: 7px 13px; border-radius: 0 0 0 12px; background: var(--teal-500); color: var(--navy-950); font-size: .72rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 14px; background: rgba(8,173,152,.13); color: var(--teal-300); }
.service-icon svg { width: 38px; height: 38px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 1.27rem; margin: 22px 0 10px; }
.service-card p { color: #b7c8d4; margin: 0; }
.service-card ul { columns: 2; padding: 0; margin: 20px 0 0; list-style: none; font-size: .88rem; color: #d7e3ea; }
.service-card li { margin-bottom: 7px; padding-left: 15px; position: relative; }
.service-card li::before { content: "•"; color: var(--teal-400); position: absolute; left: 0; }

.split-heading { display: grid; grid-template-columns: 1fr .8fr; align-items: end; gap: 60px; }
.split-heading .section-heading { margin-bottom: 40px; }
.heading-support { margin: 0 0 45px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.process-step { position: relative; padding: 32px 28px; border-top: 1px solid var(--line); }
.process-step + .process-step { border-left: 1px solid var(--line); }
.step-number { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-900); color: var(--teal-300); font-weight: 900; box-shadow: 0 8px 20px rgba(3,17,31,.15); }
.process-step h3 { margin: 20px 0 9px; }
.process-step p { margin: 0; color: var(--muted); }

.audience-section { background: var(--white); }
.audience-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: center; }
.text-link { display: inline-flex; gap: 8px; margin-top: 14px; color: var(--teal-500); font-weight: 850; }
.audience-tags { display: flex; flex-wrap: wrap; gap: 12px; }
.audience-tags span { padding: 14px 18px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-weight: 700; color: #3b5366; }
.audience-tags span:nth-child(3n+1) { border-color: rgba(8,173,152,.35); background: rgba(8,173,152,.06); }

.professional-grid { display: grid; grid-template-columns: .72fr 1fr .85fr; gap: 56px; align-items: center; }
.professional-mark { display: flex; align-items: center; justify-content: center; width: 100%; min-height: 100%; }
.professional-mark img { width: min(100%, 430px); max-width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; object-position: center; margin-inline: auto; image-rendering: -webkit-optimize-contrast; filter: drop-shadow(0 24px 35px rgba(0,0,0,.35)); }
.professional-title { color: var(--teal-300) !important; font-weight: 800; }
.credential { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; padding: 10px 14px; border-radius: 10px; border: 1px solid rgba(93,224,202,.27); background: rgba(8,173,152,.09); }
.credential span { color: #a8becb; font-size: .78rem; letter-spacing: .1em; }
.credential strong { color: var(--white); }
.professional-contact { display: grid; gap: 5px; margin-top: 24px; color: #b7c8d4; font-size: .94rem; }
.professional-contact a { color: var(--teal-300); overflow-wrap: anywhere; }
.differentials { padding: 28px; border-radius: var(--radius-md); border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.055); }
.differentials h3 { margin-top: 0; }
.differentials ul { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 14px; color: #d1dfe7; }
.differentials li { display: flex; gap: 11px; }
.differentials li span { color: var(--teal-300); font-weight: 900; }

.contact-section { background: linear-gradient(145deg, #f7fafb, #eef4f7); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.contact-highlight { margin: 28px 0; padding: 20px; border-left: 4px solid var(--amber-500); border-radius: 0 12px 12px 0; background: var(--white); box-shadow: 0 10px 30px rgba(3,17,31,.07); display: flex; flex-direction: column; }
.contact-highlight strong { color: var(--navy-900); font-size: 1.15rem; }
.contact-highlight span { color: var(--muted); }
.contact-direct { display: grid; gap: 14px; }
.contact-direct div { display: flex; flex-direction: column; }
.contact-direct small { color: var(--muted); text-transform: uppercase; letter-spacing: .1em; font-size: .7rem; }
.contact-direct a { color: var(--teal-500); font-weight: 800; overflow-wrap: anywhere; }
.lead-form { padding: 34px; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow); border: 1px solid #e4ebef; }
.form-row { display: grid; gap: 18px; }
.form-row.two-cols { grid-template-columns: 1fr 1fr; }
.lead-form label { display: grid; gap: 7px; margin-bottom: 18px; font-size: .9rem; font-weight: 800; color: #2a4255; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; border: 1px solid #cfdae1; border-radius: 10px; padding: 13px 14px; color: var(--ink); background: #fbfcfd; outline: none; transition: border-color .2s, box-shadow .2s; }
.lead-form textarea { resize: vertical; min-height: 126px; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--teal-500); box-shadow: 0 0 0 4px rgba(8,173,152,.12); background: var(--white); }
.lead-form .invalid { border-color: #cc4b4b; box-shadow: 0 0 0 3px rgba(204,75,75,.09); }
.field-error { display: none; color: #b73c3c; font-weight: 600; font-size: .78rem; }
label.has-error .field-error { display: block; }
.form-note { margin: 12px 0 0; color: var(--muted); text-align: center; font-size: .78rem; }

.faq-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); border-radius: 14px; background: var(--white); overflow: hidden; }
.faq-list summary { list-style: none; cursor: pointer; padding: 20px 55px 20px 22px; font-weight: 800; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); color: var(--teal-500); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details div { padding: 0 22px 20px; color: var(--muted); }
.faq-list details p { margin: 0; }

.final-cta { padding: 72px 0; color: var(--white); background: linear-gradient(110deg, var(--teal-500), #057d78 46%, var(--navy-900) 46%); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; }
.final-cta .kicker { color: #bff8ed; }
.final-cta h2 { margin-bottom: 10px; }
.final-cta p { margin: 0; color: #d7e7ef; }

.site-footer { padding: 56px 0 22px; color: #afc1cd; background: #020d16; }
.footer-grid { display: grid; grid-template-columns: 1.1fr .75fr .85fr; gap: 55px; }
.footer-brand img { width: min(100%, 300px); height: auto; display: block; object-fit: contain; image-rendering: -webkit-optimize-contrast; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand p { max-width: 430px; }
.site-footer h3 { color: var(--white); margin: 0 0 13px; font-size: 1rem; }
.site-footer a, .site-footer span { display: block; margin: 5px 0; }
.site-footer a:hover { color: var(--teal-300); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: .78rem; }

.floating-whatsapp { position: fixed; z-index: 900; right: 24px; bottom: 24px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #23c763; color: var(--white); box-shadow: 0 12px 35px rgba(0,0,0,.28); transition: transform .2s; }
.floating-whatsapp:hover { transform: scale(1.06); }
.floating-whatsapp svg { width: 29px; fill: currentColor; }
.mobile-cta-bar { display: none; }

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

@media (max-width: 1080px) {
  .main-nav { gap: 15px; }
  .main-nav a { font-size: .84rem; }
  .header-cta { display: none; }
  .hero-grid { gap: 32px; }
  .problem-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .professional-grid { grid-template-columns: .55fr 1.2fr; }
  .differentials { grid-column: 1 / -1; }
  .trust-grid { grid-template-columns: repeat(5, auto); justify-content: space-between; }
  .trust-message { grid-column: 1 / -1; justify-self: stretch; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); padding: 14px 0 18px; flex-direction: row; gap: 7px; justify-content: center; }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 74px; }
  .site-header { height: 72px; }
  .brand { width: 220px; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: fixed; inset: 72px 0 auto; display: grid; gap: 0; padding: 12px 20px 22px; background: var(--white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(3,17,31,.12); transform: translateY(-130%); opacity: 0; pointer-events: none; transition: .25s ease; }
  .main-nav.open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav a { padding: 13px 5px; border-bottom: 1px solid #edf1f3; font-size: 1rem; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 62px 70px; }
  .hero-copy { max-width: none; }
  .hero-visual { max-width: 650px; margin-inline: auto; width: 100%; }
  .hero-card-top { left: 14px; }
  .hero-card-bottom { right: 14px; }
  .trust-grid { padding-block: 20px; grid-template-columns: 1fr 1fr 1fr; gap: 14px; }
  .trust-dot { display: none; }
  .trust-item { justify-content: center; font-size: .82rem; }
  .trust-message { grid-column: 1 / -1; }
  .split-heading, .audience-grid, .contact-grid, .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .split-heading .section-heading, .heading-support { margin-bottom: 20px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-step:nth-child(3) { border-left: 0; }
  .professional-grid { grid-template-columns: .62fr 1fr; }
  .professional-mark img { width: min(100%, 320px); }
  .final-cta-inner { grid-template-columns: 1fr; }
  .final-cta { background: linear-gradient(145deg, var(--teal-500), #057d78 45%, var(--navy-900) 45%); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  body { padding-bottom: 64px; }
  .brand { width: 185px; }
  .section { padding: 72px 0; }
  .hero-grid { padding-top: 48px; }
  .hero h1 { font-size: clamp(2.35rem, 12vw, 3.3rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-meta { display: grid; gap: 3px; }
  .hero-meta span + span::before { display: none; }
  .hero-image-wrap { border-radius: 22px; aspect-ratio: .88; }
  .hero-card-top { top: 12px; left: 12px; right: 12px; }
  .hero-card-bottom { right: 12px; left: 12px; bottom: 12px; max-width: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-message { flex-direction: column; text-align: center; }
  .problem-grid, .services-grid, .process-grid { grid-template-columns: 1fr; }
  .process-step + .process-step { border-left: 0; }
  .inline-cta { align-items: stretch; flex-direction: column; }
  .service-card ul { columns: 1; }
  .professional-grid { grid-template-columns: 1fr; text-align: left; }
  .professional-mark { max-width: 260px; margin-inline: auto; }
  .form-row.two-cols { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 24px 18px; border-radius: 20px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { display: none; }
  .mobile-cta-bar { display: block; position: fixed; z-index: 950; left: 0; right: 0; bottom: 0; padding: 9px 14px; background: rgba(3,17,31,.96); backdrop-filter: blur(12px); border-top: 1px solid rgba(255,255,255,.1); }
  .mobile-cta-bar a { display: flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 10px; background: #23c763; color: var(--white); font-weight: 850; }
}

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