:root {
  --blue-900: #153f68;
  --blue-800: #1e4f7e;
  --blue-700: #31669f;
  --blue-500: #58b3df;
  --blue-100: #eaf5fb;
  --blue-050: #f4f9fc;
  --ink: #172432;
  --muted: #637180;
  --line: #dfe8ef;
  --white: #ffffff;
  --surface: #f7fafc;
  --shadow: 0 22px 60px rgba(21, 63, 104, .12);
  --shadow-sm: 0 10px 30px rgba(21, 63, 104, .09);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
  --header-h: 84px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 20px); }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(88,179,223,.28); }

.skip-link {
  position: fixed;
  left: 12px;
  top: 12px;
  z-index: 9999;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.section { position: relative; padding: 104px 0; }
.section-tinted { background: var(--blue-050); }
.section-heading { max-width: 760px; margin-bottom: 44px; }
.centered { text-align: center; margin-inline: auto; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 5vw, 4.6rem); margin-bottom: 24px; }
h2 { font-size: clamp(2.15rem, 4vw, 3.35rem); margin-bottom: 22px; }
h3 { font-size: 1.35rem; }
p { color: var(--muted); font-size: 1.05rem; }
.lead { font-size: clamp(1.12rem, 2vw, 1.28rem); max-width: 670px; }

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--blue-700);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow-light { color: #bce8fb; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid var(--blue-700);
  border-radius: 999px;
  background: var(--blue-700);
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(49,102,159,.18);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--blue-800); box-shadow: 0 14px 30px rgba(49,102,159,.24); }
.button:focus-visible, .main-nav a:focus-visible, .text-link:focus-visible, .card-link:focus-visible, .faq-question:focus-visible, .floating-whatsapp:focus-visible {
  outline: 3px solid rgba(88,179,223,.45);
  outline-offset: 4px;
}
.button-sm { min-height: 44px; padding: 0 18px; font-size: .94rem; }
.button-lg { min-height: 58px; padding: 0 28px; }
.button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-light { background: var(--white); color: var(--blue-900); border-color: var(--white); box-shadow: none; }
.button-light:hover { background: #edf8fd; color: var(--blue-900); }
.button-outline { background: transparent; color: var(--blue-800); box-shadow: none; }
.button-outline:hover { background: var(--blue-100); color: var(--blue-900); }
.text-link, .card-link, .footer-inline-link {
  color: var(--blue-700);
  font-weight: 750;
  text-decoration: none;
}
.text-link:hover, .card-link:hover, .footer-inline-link:hover { text-decoration: underline; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: var(--header-h);
  background: rgba(255,255,255,.86);
  backdrop-filter: saturate(160%) blur(16px);
  border-bottom: 1px solid rgba(223,232,239,.8);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.is-scrolled { box-shadow: 0 12px 30px rgba(23,36,50,.07); background: rgba(255,255,255,.95); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 176px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav > a:not(.button) { color: #34475a; text-decoration: none; font-weight: 650; font-size: .95rem; }
.main-nav > a:not(.button):hover { color: var(--blue-700); }
.nav-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 10px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 5px 0; border-radius: 3px; transition: .25s ease; }

/* Hero */
.section-hero { overflow: clip; padding: 82px 0 88px; background: linear-gradient(180deg, #fbfdff 0%, #f5faff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 64px; align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 760px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin: 32px 0 30px; }
.hero-proof { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-proof span { padding: 9px 13px; background: var(--white); border: 1px solid var(--line); border-radius: 999px; color: #4b5d6f; font-size: .88rem; font-weight: 700; }
.hero-media { position: relative; z-index: 1; }
.image-frame { overflow: hidden; border-radius: var(--radius-xl); background: #dcecf5; box-shadow: var(--shadow); }
.image-frame img { width: 100%; height: 100%; object-fit: cover; }
.image-frame-hero { aspect-ratio: 4 / 4.5; }
.image-frame-hero img { object-position: 57% center; }
.floating-card {
  position: absolute;
  left: -28px;
  bottom: 34px;
  max-width: 290px;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(12px);
}
.floating-card strong, .floating-card span { display: block; }
.floating-card strong { font-size: .92rem; }
.floating-card span { color: var(--muted); font-size: .82rem; }
.floating-card-icon { width: 34px; height: 34px; display: grid !important; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--white) !important; background: var(--blue-700); font-weight: 800; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); opacity: .55; pointer-events: none; }
.hero-glow-one { width: 420px; height: 420px; right: -140px; top: 60px; background: radial-gradient(circle, rgba(88,179,223,.22), transparent 70%); }
.hero-glow-two { width: 320px; height: 320px; left: -140px; bottom: -70px; background: radial-gradient(circle, rgba(49,102,159,.12), transparent 72%); }

/* Trust */
.trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.trust-inner { min-height: 88px; display: flex; justify-content: space-between; gap: 32px; align-items: center; }
.trust-inner > strong { color: var(--blue-900); }
.trust-items { display: flex; gap: 24px; flex-wrap: wrap; }
.trust-items a { color: var(--muted); text-decoration: none; font-weight: 700; font-size: .95rem; }
.trust-items a:hover { color: var(--blue-700); }

/* Split sections */
.split-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 74px; align-items: center; }
.split-reverse { grid-template-columns: 1.05fr .95fr; }
.section-copy { max-width: 640px; }
.section-copy p + p { margin-top: -2px; }
.image-frame-soft { aspect-ratio: 4 / 4.25; }
.media-note { margin: 14px 14px 0; color: var(--muted); font-size: .9rem; font-weight: 650; }
.check-list { list-style: none; margin: 26px 0; padding: 0; display: grid; gap: 14px; }
.check-list li { position: relative; padding-left: 34px; color: #33495e; font-weight: 700; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-100); color: var(--blue-700); font-size: .8rem; }
.supporting-copy { color: #3f5264; font-weight: 650; }

/* Treatments */
.treatments-visual { margin-bottom: 36px; overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow-sm); }
.treatments-visual img { width: 100%; max-height: 520px; object-fit: cover; }
.treatment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.treatment-card { padding: 30px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); min-height: 245px; transition: transform .25s var(--ease), box-shadow .25s ease, border-color .25s ease; }
.treatment-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: #c9dde9; }
.treatment-card-featured { border-color: #cde2ef; background: linear-gradient(180deg, #fff 0%, #f7fcff 100%); }
.card-kicker { display: inline-block; margin-bottom: 16px; color: var(--blue-700); font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.treatment-card h3 { font-size: 1.65rem; margin-bottom: 13px; }
.treatment-card p { margin-bottom: 24px; }

/* Protocol */
.protocol-section { overflow: hidden; background: linear-gradient(135deg, var(--blue-900), #245f95 68%, #3477ad); color: var(--white); }
.protocol-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: -180px; border-radius: 50%; border: 90px solid rgba(88,179,223,.12); }
.protocol-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 68px; align-items: center; position: relative; z-index: 1; }
.protocol-section h2, .protocol-section p { color: var(--white); }
.protocol-section p { color: rgba(255,255,255,.83); }
.protocol-image { aspect-ratio: 4 / 3; box-shadow: 0 30px 70px rgba(4,28,50,.3); }
.protocol-image img { object-position: 58% center; }

/* Features */
.feature-list { margin-top: 34px; display: grid; gap: 12px; }
.feature-item { display: grid; grid-template-columns: 52px 1fr; gap: 18px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.feature-number { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--blue-100); color: var(--blue-700); font-weight: 850; font-size: .9rem; }
.feature-item h3 { margin-bottom: 7px; font-size: 1.1rem; letter-spacing: -.02em; }
.feature-item p { margin: 0; font-size: .94rem; }
blockquote { margin: 28px 0; padding: 20px 24px; border-left: 4px solid var(--blue-500); background: var(--white); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; color: var(--blue-900); font-size: 1.22rem; font-weight: 750; }

/* Testimonials */
.testimonials-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; align-items: start; }
.testimonials-intro { position: sticky; top: calc(var(--header-h) + 26px); }
.testimonial-image { aspect-ratio: 4 / 3; margin-top: 30px; }
.testimonial-list { display: grid; gap: 18px; }
.testimonial-card { padding: 28px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: 0 10px 25px rgba(21,63,104,.06); }
.testimonial-card p { font-size: 1.05rem; color: #42566a; }
.stars { color: #d99f26; letter-spacing: .12em; margin-bottom: 13px; }
.sample-card { border-style: solid; }
.sample-label { display: inline-flex; padding: 5px 8px; margin-bottom: 15px; border-radius: 999px; background: #eef7fc; color: #31669f; font-size: .68rem; font-weight: 850; letter-spacing: .08em; }

/* Family */
.family-section { background: linear-gradient(180deg, #fff 0%, #f8fbfd 100%); }

/* Final CTA */
.final-cta { padding-top: 72px; padding-bottom: 72px; }
.final-cta-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.08fr .92fr; min-height: 440px; border-radius: 34px; background: var(--blue-900); color: var(--white); box-shadow: var(--shadow); }
.final-cta-copy { position: relative; z-index: 2; padding: 64px; align-self: center; }
.final-cta-copy h2, .final-cta-copy p { color: var(--white); }
.final-cta-copy p { color: rgba(255,255,255,.82); max-width: 600px; }
.final-cta-image { min-height: 100%; position: relative; }
.final-cta-image::before { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, var(--blue-900) 0%, rgba(21,63,104,.5) 36%, rgba(21,63,104,.06) 100%); }
.final-cta-image img { width: 100%; height: 100%; object-fit: cover; object-position: 64% center; }

/* Location */
.location-layout { display: grid; grid-template-columns: 1.18fr .82fr; gap: 38px; align-items: stretch; }
.image-frame-location { height: 100%; min-height: 520px; }
.image-disclaimer { margin: 11px 8px 0; font-size: .8rem; color: #788897; }
.location-card { align-self: stretch; padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-sm); }
.location-city { color: var(--blue-700); font-weight: 800; font-size: 1.15rem; }
.contact-list { margin: 30px 0; display: grid; gap: 20px; }
.contact-list div { padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.contact-list dt { color: #7a8a98; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contact-list dd { margin: 5px 0 0; color: #314559; font-weight: 650; }
.contact-list a { color: var(--blue-700); }
.location-actions { display: flex; flex-wrap: wrap; gap: 12px; }

/* FAQ */
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 64px; align-items: start; }
.faq-visual { margin-top: 30px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-sm); }
.faq-visual img { aspect-ratio: 4 / 3; object-fit: cover; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); background: var(--white); border-radius: 18px; overflow: hidden; }
.faq-item h3 { margin: 0; }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; border: 0; background: transparent; color: var(--ink); text-align: left; font-weight: 780; }
.faq-question span { width: 30px; height: 30px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--blue-100); color: var(--blue-700); font-size: 1.3rem; transition: transform .22s ease; }
.faq-question[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-answer { padding: 0 24px 22px; }
.faq-answer p { margin: 0; }

/* Footer */
.site-footer { padding: 64px 0 24px; background: #0e2e4b; color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 60px; }
.footer-brand img { width: 176px; filter: brightness(0) invert(1); opacity: .98; }
.footer-brand p, .site-footer p { color: rgba(255,255,255,.7); }
.site-footer h2 { font-size: 1rem; letter-spacing: .01em; margin-bottom: 16px; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.footer-links a, .footer-inline-link { color: rgba(255,255,255,.78); text-decoration: none; }
.footer-links a:hover, .footer-inline-link:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 22px; padding-top: 26px; margin-top: 46px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.58); font-size: .84rem; }
.footer-bottom a { color: inherit; }

/* Floating WhatsApp */
.floating-whatsapp { position: fixed; right: 22px; bottom: 22px; z-index: 900; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #21c063; color: var(--white); box-shadow: 0 14px 32px rgba(21,96,58,.28); transition: transform .2s ease, box-shadow .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); box-shadow: 0 18px 38px rgba(21,96,58,.36); }
.floating-whatsapp svg { width: 31px; height: 31px; fill: currentColor; }

.noscript-warning { position: fixed; left: 0; right: 0; bottom: 0; z-index: 10000; padding: 12px 20px; background: #9b2c2c; color: #fff; text-align: center; }

/* Reveal animation */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal-delay-1 { transition-delay: .1s; }
.reveal.is-visible { opacity: 1; transform: none; }

/* Responsive */
@media (max-width: 980px) {
  :root { --header-h: 74px; }
  .section { padding: 82px 0; }
  .hero-grid, .split-layout, .split-reverse, .protocol-grid, .testimonials-layout, .location-layout, .faq-layout { grid-template-columns: 1fr; gap: 46px; }
  .hero-grid { gap: 40px; }
  .hero-media { max-width: 690px; margin-inline: auto; }
  .image-frame-hero { aspect-ratio: 16 / 11; }
  .image-frame-hero img { object-position: 58% 38%; }
  .trust-inner { align-items: flex-start; flex-direction: column; justify-content: center; padding: 20px 0; gap: 12px; }
  .treatment-grid { grid-template-columns: 1fr; }
  .testimonials-intro { position: static; }
  .final-cta-card { grid-template-columns: 1fr; }
  .final-cta-copy { padding: 48px; }
  .final-cta-image { min-height: 320px; }
  .final-cta-image::before { background: linear-gradient(180deg, var(--blue-900) 0%, rgba(21,63,104,.25) 45%, rgba(21,63,104,.03) 100%); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; max-width: 520px; }

  .nav-toggle { display: block; position: relative; z-index: 1002; }
  .main-nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    padding: 24px 20px 30px;
    display: grid;
    gap: 16px;
    background: rgba(255,255,255,.98);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 22px 40px rgba(21,63,104,.08);
    transform: translateY(-130%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s var(--ease), opacity .2s ease;
  }
  .main-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .main-nav > a:not(.button) { padding: 8px 0; font-size: 1rem; }
  .main-nav .button { justify-self: start; }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 68px 0; }
  .section-hero { padding-top: 54px; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.3rem); }
  h2 { font-size: clamp(2rem, 8.5vw, 2.65rem); }
  p { font-size: 1rem; }
  .brand img { width: 148px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button, .hero-actions .text-link { width: 100%; text-align: center; }
  .hero-proof { gap: 8px; }
  .hero-proof span { font-size: .8rem; }
  .image-frame-hero { aspect-ratio: 4 / 4.2; }
  .floating-card { left: 12px; right: 12px; bottom: 14px; max-width: none; }
  .trust-items { gap: 10px 16px; }
  .trust-items a { font-size: .88rem; }
  .treatments-visual img { min-height: 360px; }
  .treatment-card { padding: 24px; }
  .protocol-grid { gap: 34px; }
  .feature-item { grid-template-columns: 44px 1fr; gap: 14px; }
  .final-cta-card { border-radius: 26px; }
  .final-cta-copy { padding: 34px 24px 38px; }
  .final-cta-copy .button { width: 100%; }
  .location-card { padding: 28px 22px; }
  .image-frame-location { min-height: 330px; }
  .location-actions { flex-direction: column; }
  .location-actions .button { width: 100%; }
  .faq-question { padding: 19px 18px; }
  .faq-answer { padding: 0 18px 19px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { right: 16px; bottom: 16px; width: 54px; height: 54px; }
}

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


/* Página de privacidade */
.legal-page { padding: 72px 0 96px; }
.legal-card { max-width: 920px; margin: 0 auto; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-xl); padding: clamp(28px, 5vw, 60px); box-shadow: 0 20px 50px rgba(21,63,104,.07); }
.legal-card h1 { font-size: clamp(2.3rem, 6vw, 4rem); margin-bottom: 16px; }
.legal-card h2 { font-size: clamp(1.45rem, 3vw, 2rem); margin-top: 34px; }
.legal-card p, .legal-card li { color: #52677a; }
.legal-card ul { padding-left: 1.2rem; }
.legal-back { display: inline-flex; margin-bottom: 26px; color: var(--primary); font-weight: 750; text-decoration: none; }


/* SEO service pages + local map */
.footer-grid-four { grid-template-columns: 1.15fr .75fr .85fr 1.05fr; gap: 42px; }
.map-embed { margin-top: 22px; overflow: hidden; border-radius: var(--radius-lg); border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.map-embed iframe { display: block; width: 100%; height: 310px; border: 0; }
.contact-list dd + dd { margin-top: 3px; font-size: .92rem; font-weight: 500; color: var(--muted); }
.breadcrumb { display: flex; gap: 10px; align-items: center; padding-top: 26px; color: #718292; font-size: .88rem; }
.breadcrumb a { color: var(--blue-700); text-decoration: none; font-weight: 700; }
.breadcrumb a:hover { text-decoration: underline; }
.service-hero { padding-top: 58px; overflow: hidden; }
.service-hero-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }
.service-info-card { padding: clamp(28px,5vw,52px); background: var(--blue-900); color: var(--white); border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.service-info-card h3 { color: var(--white); font-size: clamp(1.65rem,3vw,2.35rem); }
.service-info-card p { color: rgba(255,255,255,.78); }
.service-info-kicker { display: inline-block; margin-bottom: 18px; color: #bce8fb; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.service-local-box { display: grid; gap: 4px; margin-top: 30px; padding: 20px; border-radius: 16px; background: rgba(255,255,255,.09); }
.service-local-box span { color: rgba(255,255,255,.72); font-size: .92rem; }
.service-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.service-step { padding: 26px 22px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: 0 10px 28px rgba(21,63,104,.05); }
.service-step > span { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 14px; background: var(--blue-100); color: var(--blue-700); font-weight: 850; }
.service-step h3 { font-size: 1.12rem; margin-bottom: 10px; }
.service-step p { margin-bottom: 0; font-size: .94rem; }
.compact-hours { margin: 28px 0; display: grid; gap: 0; border-top: 1px solid var(--line); }
.compact-hours div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid var(--line); }
.compact-hours dt { font-weight: 700; }
.compact-hours dd { margin: 0; color: var(--muted); }
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.related-card { display: flex; flex-direction: column; min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); color: var(--ink); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.related-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); border-color: #bfd8e8; }
.related-card > span { color: var(--blue-700); font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.related-card strong { margin-top: 14px; font-size: 1.28rem; line-height: 1.2; letter-spacing: -.025em; }
.related-card em { margin-top: auto; padding-top: 22px; color: var(--blue-700); font-style: normal; font-weight: 750; }
@media (max-width:980px){.footer-grid-four{grid-template-columns:1fr 1fr}.service-hero-grid{grid-template-columns:1fr;gap:40px}.service-steps{grid-template-columns:1fr 1fr}.related-grid{grid-template-columns:1fr}.service-hero .hero-media{max-width:690px;margin-inline:auto}}
@media (max-width:700px){.footer-grid-four{grid-template-columns:1fr}.service-steps{grid-template-columns:1fr}.service-hero{padding-top:42px}.breadcrumb{padding-top:18px}.map-embed iframe{height:260px}.compact-hours div{font-size:.92rem}}
