/* Propuesta visual Atlántico. Capa de presentación independiente. */
:root {
  --navy: #1B2D72;
  --navy-dk: #101D50;
  --red: #C8102E;
  --red-dk: #A00D25;
  --gray: #596174;
  --gray-lt: #F5F7FB;
  --border: #DFE4EE;
  --ink: #152653;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --page-width: 1200px;
  --gutter: clamp(1.25rem, 4.5vw, 5rem);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 108px; }
body { color: var(--ink); -webkit-font-smoothing: antialiased; }
::selection { background: var(--navy); color: white; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--red); outline-offset: 6px; }
nav {
  height: 88px;
  padding: 0 max(var(--gutter), calc((100vw - var(--page-width)) / 2));
  background: rgba(255,255,255,.9);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  border-color: rgba(27,45,114,.08);
  transition: box-shadow .4s ease, background .4s ease;
}
.nav-logo img { width: 66px; height: 66px; object-fit: contain; }
.nav-right { gap: 24px; }
.lang-switcher { background: var(--gray-lt); padding: 4px; border: 1px solid var(--border); border-radius: 30px; gap: 0; }
.lang-btn { min-width: 42px; min-height: 36px; border: 0; border-radius: 24px; font-size: 14px; padding: 7px 10px; transition: background .25s, color .25s; }
.lang-btn.active { box-shadow: 0 3px 8px #1b2d721c; }
.nav-cta { border-radius: 30px; padding: 13px 22px; gap: 10px; font-size: 14px; }
.nav-cta svg { width: 18px; height: 18px; }
.hero {
  margin: 106px 20px 0;
  padding: 0;
  min-height: 0;
  display: block;
  isolation: isolate;
  background: #F5F7FB;
  border: 1px solid #E9EDF4;
  border-radius: 28px;
}
.hero > picture { position: absolute; top: 28px; right: 28px; bottom: 190px; width: 40%; overflow: hidden; border-radius: 160px 20px 20px 20px; background: var(--navy); }
.hero-bg-img { object-position: 57% center; height: 100%; width: 100%; }
.hero-overlay { top: 28px; right: 28px; bottom: 190px; left: auto; width: 40%; border-radius: 160px 20px 20px 20px; background: linear-gradient(180deg, transparent 45%, rgba(16,29,80,.5)); pointer-events: none; }
.hero-container { max-width: 1280px; padding: clamp(3rem, 5vw, 5rem) var(--gutter) 2.5rem; }
.hero-container > [data-lang] { max-width: 57%; }
.hero-tag { background: transparent; color: var(--navy); padding: 0; margin-bottom: 1.6rem; font-size: 12px; letter-spacing: 1.7px; font-weight: 600; }
.hero-tag::before { content: ''; display: inline-block; width: 7px; height: 7px; background: var(--red); border-radius: 50%; margin: 0 10px 1px 0; box-shadow: 0 0 0 5px #C8102E0A; }
.hero h1 { color: var(--navy-dk); font-size: clamp(3rem, 5.15vw, 4.65rem); line-height: 1.08; letter-spacing: -.045em; font-weight: 700; margin-bottom: 1.5rem; text-wrap: balance; }
.hero h1 em { color: var(--red); font-style: normal; position: relative; }
.hero-sub { color: var(--gray); font-size: 17px; font-weight: 400; max-width: 460px; line-height: 1.8; margin-bottom: 2rem; }
.btn-wa, .btn-wa-sm, .cta-band-btn { border-radius: 40px; transition: transform .45s var(--ease-out), box-shadow .45s ease, background .3s ease; }
.btn-wa { font-size: 16px; font-weight: 600; padding: 18px 27px; box-shadow: 0 8px 24px #C8102E21; }
.btn-wa-sm { font-size: 15px; padding: 16px 25px; }
.hero-trust { margin-top: 1.4rem; gap: .4rem 1.1rem; max-width: 490px; }
.hero-trust-item { color: var(--gray); font-size: 12px; }
.hero-trust-item::before { color: var(--navy); font-size: 12px; }
.google-rating-badge { margin: 1.75rem 0 0; padding: 0; background: none; border: 0; color: var(--navy); border-radius: 0; gap: .5rem; backdrop-filter: none; -webkit-backdrop-filter: none; font-size: 12px; flex-wrap: wrap; }
.google-rating-badge:hover { background: none; }
.grb-label { color: var(--gray); }
.grb-stars { color: #AE6800; }
.hero-stats { gap: 0; margin-top: 2.6rem; padding-top: 2rem; border-color: #DCE2ED; }
.hero-stat { flex: 1; padding: 0 2rem; border-left: 1px solid #DCE2ED; }
.hero-stat:first-child { padding-left: 0; border: 0; }
.hero-stat strong { color: var(--navy); font-family: 'DM Sans', sans-serif; font-size: 38px; font-weight: 500; letter-spacing: -.06em; }
.hero-stat span { color: var(--gray); font-size: 13px; margin-top: .6rem; }
.wa-float { background: #087F52; width: 62px; height: 62px; right: max(24px, env(safe-area-inset-right)); bottom: max(24px, env(safe-area-inset-bottom)); border: 4px solid white; box-shadow: 0 8px 24px #0B3C3829; animation: none; transition: transform .4s var(--ease-out), background .3s, box-shadow .3s; }
.wa-float:hover { background: #066540; transform: translateY(-4px); box-shadow: 0 12px 32px #0B3C3840; }
@media (max-width: 1000px) {
  .hero-container { padding-top: 3rem; }
  .hero h1 { font-size: clamp(2.5rem, 5.1vw, 4rem); }
  .hero > picture, .hero-overlay { width: 37%; bottom: 180px; border-top-left-radius: 100px; }
  .hero-container > [data-lang] { max-width: 61%; }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 90px; }
  nav { height: 76px; padding: 0 20px; }
  .nav-logo img { width: 54px; height: 54px; }
  .nav-right { gap: 10px; }
  .nav-cta { padding: 12px; width: 44px; height: 44px; justify-content: center; }
  nav .nav-cta span[data-lang] { display: none !important; }
  .lang-btn { min-width: 34px; min-height: 34px; padding: 5px 7px; font-size: 12px; }
  .hero { margin: 88px 10px 0; border-radius: 20px; }
  .hero-container { padding: 2.5rem 1.35rem 1.7rem; }
  .hero-container > [data-lang] { max-width: 100%; }
  .hero h1 { font-size: clamp(2.5rem, 9vw, 3.8rem); max-width: 580px; }
  .hero-tag { font-size: 11px; letter-spacing: 1.2px; margin-bottom: 1.2rem; }
  .hero-sub { font-size: 16px; max-width: 500px; }
  .hero > picture, .hero-overlay { top: auto; bottom: 166px; right: 22px; left: 22px; width: auto; height: 210px; border-radius: 64px 14px 14px 14px; }
  .hero-bg-img { object-position: center 56%; }
  .hero-stats { margin-top: 250px; padding-top: 1.5rem; }
  .hero-stat { padding: 0 12px; }
  .hero-stat strong { font-size: 31px; }
  .hero-stat span { font-size: 12px; line-height: 1.5; }
  .wa-float { width: 58px; height: 58px; right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Ritmo editorial y superficies */
.section-label { font-size: 12px; letter-spacing: 2px; font-weight: 600; margin-bottom: 1.1rem; }
.section-label::before { content: ''; display: inline-block; width: 24px; height: 1px; margin: 0 10px 4px 0; background: currentColor; }
.section-title { color: var(--navy-dk); font-size: clamp(2rem, 3.4vw, 3.05rem); line-height: 1.16; letter-spacing: -.04em; text-wrap: balance; }
.section-header, .about-grid, .why-grid, .services-grid, .testimonials-grid, .testimonials-header, .contact-grid, .footer-inner, .footer-bottom, .footer-legal-links { max-width: var(--page-width); }
.about, .how, .services, .testimonials, .why, .faq, .contact-section { padding: clamp(5rem, 8vw, 8rem) var(--gutter); }
.section-header { margin-bottom: 3.2rem; }

/* Persona, cercanía y credenciales */
.about-grid { grid-template-columns: minmax(0, .83fr) minmax(0, 1.17fr); gap: clamp(3rem, 7vw, 7rem); }
.about-photo-wrap { margin: 0 1rem 1rem 0; padding: 0; }
.about-photo-wrap::before { inset: 30px -20px -20px 30px; border: 1px solid #D7DEEC; background: var(--gray-lt); border-radius: 120px 20px 20px 20px; }
.about-photo-wrap::after { width: 64px; height: 6px; right: -21px; bottom: 52px; border-radius: 0; }
.about-photo { aspect-ratio: 4/5; object-position: center 66%; border-radius: 120px 16px 16px 16px; box-shadow: 0 16px 40px #101D5010; }
.about-badge { left: -18px; bottom: 30px; padding: 16px 22px; border: 1px solid #E7EAF1; border-radius: 12px; box-shadow: 0 12px 40px #101D5014; gap: 14px; }
.about-badge-icon { border-radius: 50%; width: 42px; height: 42px; }
.about-badge strong { font-size: 14px; }
.about-badge small { font-size: 12px; }
.about-content .section-title { margin-bottom: 1.5rem; }
.about-content p { font-size: 16px; line-height: 1.85; }
.about-creds { margin: 1.75rem 0 2rem; gap: 0; border-top: 1px solid var(--border); }
.cred { padding: 16px 0; border: 0; border-bottom: 1px solid var(--border); background: transparent; border-radius: 0; gap: 12px; }
.cred-icon { width: 36px; height: 40px; }
.cred strong { font-size: 14px; line-height: 1.55; }
.cred small { font-size: 13px; line-height: 1.6; display: inline-block; margin-top: 3px; }

/* Proceso: recorrido numerado sobre azul marino */
.how { margin: 0 20px; background: var(--navy-dk); border-radius: 28px; isolation: isolate; }
.how::before { width: 640px; height: 640px; top: -400px; right: -200px; border: 1px solid #FFFFFF15; background: none; }
.how::after { content: ''; position: absolute; width: 760px; height: 760px; top: -440px; right: -240px; border-radius: 50%; border: 1px solid #FFFFFF0C; pointer-events: none; z-index: -1; }
.how-header { max-width: var(--page-width); text-align: left; margin-bottom: 3.5rem; }
.how-header .section-label { color: #FF8A9A; }
.how-header .section-title { max-width: 700px; }
.how-steps { max-width: var(--page-width); gap: 2.5rem; }
.how-steps::before { top: 37px; left: 0; right: 0; background: #FFFFFF26; }
.how-step { text-align: left; padding-right: 1rem; }
.how-step-num { width: 76px; height: 76px; margin: 0 0 1.8rem; background: var(--navy-dk); border: 1px solid #FFFFFF40; box-shadow: none; color: #fff; font-family: 'DM Sans', sans-serif; font-size: 29px; font-weight: 400; }
.how-step:first-child .how-step-num { background: var(--red); border-color: var(--red); box-shadow: 0 0 0 8px var(--navy-dk); }
.how-step h3 { font-size: 18px; line-height: 1.5; letter-spacing: -.02em; margin-bottom: .8rem; }
.how-step p { font-size: 16px; color: #C3CBDF; line-height: 1.8; }
.how-cta-wrap { text-align: left; max-width: var(--page-width); margin: 2.7rem auto 0; }

/* Servicios: tarjetas de lectura rápida */
.services { background: #fff; }
.services-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.service-card { display: flex; flex-direction: column; align-items: flex-start; border-radius: 16px; border: 1px solid #E0E5EF; background: #fff; padding: 2rem; position: relative; isolation: isolate; transition: transform .5s var(--ease-out), box-shadow .5s ease, border-color .3s; }
.service-card::before { content: ''; position: absolute; left: 2rem; top: -1px; width: 40px; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform .45s var(--ease-out); }
.svc-icon { width: 54px; height: 54px; margin-bottom: 2rem; background: var(--gray-lt); border: 1px solid #E5EAF3; border-radius: 50%; transition: color .3s, background .3s, transform .5s var(--ease-out); }
.svc-icon svg { width: 26px; height: 26px; stroke-width: 1.5; transition: stroke .3s; }
.service-card h3 { font-size: 20px; font-weight: 500; line-height: 1.4; letter-spacing: -.025em; margin-bottom: .8rem; }
.service-card p { font-size: 16px; line-height: 1.8; padding-bottom: 1.5rem; }
.service-link { margin-top: auto; padding-top: 1.2rem; padding-bottom: 4px; width: 100%; border-top: 1px solid #E8EBF2; font-size: 14px; font-weight: 600; line-height: 1.7; min-height: 48px; transition: color .3s, border-color .3s; }
.service-card:focus-within { border-color: var(--navy); box-shadow: 0 10px 30px #101D500D; }
.service-card:focus-within::before { transform: scaleX(1); }

/* Respaldo: pausa visual y tipografía protagonista */
.respaldo { padding: clamp(4rem, 6vw, 6rem) var(--gutter); background: var(--gray-lt); border-block: 1px solid #E9EDF4; }
.respaldo-inner { max-width: 860px; }
.respaldo-inner .section-title { max-width: 760px; margin: 0 auto; }
.respaldo-inner p { margin-top: 1.6rem; font-size: 17px; line-height: 1.9; }

/* Motivos y consulta personal */
.why-grid { gap: clamp(3rem, 6vw, 6rem); grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); }
.why-list { gap: 0; margin-top: 1.5rem; }
.why-item { padding: 1.3rem 0; border-bottom: 1px solid var(--border); gap: 16px; }
.why-item:last-child { border-bottom: 0; padding-bottom: 0; }
.why-num { border: 1px solid #DCE2EE; background: transparent; color: var(--navy); width: 34px; height: 34px; font-size: 12px; font-weight: 500; }
.why-item strong { font-size: 16px; margin-bottom: 5px; }
.why-item span { font-size: 16px; line-height: 1.75; }
.why-visual { border-radius: 24px 100px 24px 24px; padding: clamp(2rem, 3.4vw, 3.4rem); background: var(--navy-dk); border: 1px solid #263865; box-shadow: 0 25px 65px #101D5017; }
.why-visual::before { width: 260px; height: 260px; background: transparent; border: 1px solid #FFFFFF14; top: -100px; right: -70px; }
.why-visual::after { content: ''; position: absolute; width: 50px; height: 4px; top: 0; left: 3rem; background: var(--red); }
.why-visual h3 { font-size: clamp(1.8rem, 2.7vw, 2.55rem); line-height: 1.2; font-weight: 700; letter-spacing: -.025em; padding-top: 1rem; margin-bottom: 1.5rem; }
.why-visual p { font-size: 16px; opacity: 1; color: #CED4E4; line-height: 1.9; margin-bottom: 2rem; }
.why-visual .btn-wa-sm { max-width: 100%; }

/* Preguntas: acordeón sereno y legible */
.faq { background: #F5F7FB; }
.faq-inner { max-width: 900px; }
.faq-header { text-align: center; margin-bottom: 3rem; }
.faq-item { border: 1px solid #DFE5EF; border-radius: 12px; margin-bottom: 12px; transition: border-color .35s, box-shadow .35s; }
.faq-q { padding: 1.45rem 1.65rem; font-size: 17px; line-height: 1.6; font-weight: 500; background: transparent; transition: color .3s, background .3s; }
.faq-q:hover { background: #FDFDFE; }
.faq-icon { background: #F1F4F9; width: 32px; height: 32px; border: 1px solid #E3E8F1; font-size: 20px; font-weight: 400; transition: transform .55s var(--ease-out), background .3s, color .3s; }
.faq-item.open { border-color: #AAB7D0; box-shadow: 0 8px 26px #101D5008; }
.faq-item.open .faq-q { color: var(--red); }
.faq-answer { transition: max-height .55s var(--ease-out); }
.faq-answer-inner { padding: 0 4.7rem 1.65rem 1.65rem; font-size: 16px; line-height: 1.85; }

/* Contacto */
.contact-section { background: white; }
.contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 5rem; align-items: stretch; }
.contact-list { gap: 1.4rem; }
.contact-list li { font-size: 16px; gap: 1rem; }
.contact-list a { overflow-wrap: anywhere; }
.contact-list svg { margin-top: 3px; }
.contact-map { height: 100%; }
.map-location-card { min-height: 320px; padding: 2.75rem; border-radius: 22px 80px 22px 22px; background: var(--gray-lt); border: 1px solid var(--border); gap: 2.4rem; position: relative; overflow: hidden; }
.map-location-card::before { content: ''; position: absolute; top: 0; left: 2.75rem; width: 48px; height: 4px; background: var(--red); }
.mlc-top { gap: 1rem; }
.mlc-pin { width: 34px; height: 34px; }
.mlc-address { color: var(--gray); font-size: 16px; gap: .45rem; }
.mlc-address strong { color: var(--navy); font-size: 18px; line-height: 1.5; margin-bottom: .4rem; }
.mlc-btn { background: #fff; border: 1px solid #CDD5E6; border-radius: 40px; font-size: 14px; padding: 14px 21px; transition: border-color .3s, transform .4s var(--ease-out), box-shadow .3s; }
.mlc-btn:hover { background: white; border-color: var(--navy); box-shadow: 0 8px 20px #101D500D; transform: translateY(-2px); }

/* Cierre: acción principal */
.cta-band { position: relative; isolation: isolate; overflow: hidden; padding: clamp(4rem, 7vw, 6.5rem) var(--gutter); margin: 0 20px; border-radius: 28px; background: var(--red); }
.cta-band::before, .cta-band::after { content: ''; position: absolute; border: 1px solid #FFFFFF1F; border-radius: 50%; width: 480px; height: 480px; pointer-events: none; z-index: -1; }
.cta-band::before { left: -300px; top: -210px; }
.cta-band::after { right: -260px; bottom: -320px; width: 560px; height: 560px; }
.cta-band h2 { max-width: 780px; margin: 0 auto 1.2rem; font-size: clamp(2.1rem, 4vw, 3.55rem); line-height: 1.15; letter-spacing: -.03em; text-wrap: balance; }
.cta-band p { color: #FFFFFFE8; max-width: 600px; margin: 0 auto 2rem; font-size: 17px; line-height: 1.8; }
.cta-band-btn { font-size: 16px; padding: 18px 28px; box-shadow: 0 8px 26px #58071729; }
.cta-band-btn svg { fill: #087F52; }
.cta-band-btn svg path { fill: #087F52; }

/* Pie sobrio */
footer { background: #fff; padding: 5rem var(--gutter) 2rem; color: var(--gray); }
.footer-inner { grid-template-columns: 1.05fr .8fr 1.15fr; gap: 4rem; margin-bottom: 3rem; }
.footer-logo img { height: 72px; width: 72px; object-fit: contain; filter: none; opacity: 1; margin-bottom: 1.2rem; }
.footer-logo p { color: var(--gray); font-size: 14px; max-width: 290px; line-height: 1.9; }
.footer-col h4 { color: var(--navy); font-size: 12px; letter-spacing: 1.4px; margin: .65rem 0 1.4rem; }
.footer-col p, .footer-col a { color: var(--gray); font-size: 14px; line-height: 1.8; margin-bottom: .65rem; overflow-wrap: anywhere; }
.footer-col a { transition: color .25s; }
.footer-col a:hover { color: var(--red); }
.footer-col .footer-legal { color: var(--gray); font-size: 12px; line-height: 1.8; margin-top: 1.5rem; }
.footer-bottom { font-size: 12px; color: var(--gray); border-color: var(--border); padding-top: 1.4rem; }
.footer-legal-links { border: 0; padding-top: .5rem; text-align: left; font-size: 12px; padding-bottom: 2.5rem; }
.footer-legal-links a { color: var(--gray); line-height: 2; }
.footer-legal-links a:hover { color: var(--red); }
.footer-sep { color: #A8B1C4; }

/* Feedback de interacción: sin desplazamiento forzado ni bucles de atención */
nav.is-scrolled { background: rgba(255,255,255,.96); box-shadow: 0 6px 28px #101D5009; }
nav::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 2px; background: var(--red); transform: scaleX(var(--reading-progress, 0)); transform-origin: left center; pointer-events: none; }
.hero-bg-img { transform: translate3d(0, var(--hero-shift, 0px), 0) scale(1.08); }
.btn-wa, .btn-wa-sm, .nav-cta, .cta-band-btn { position: relative; overflow: hidden; }
.btn-wa::after, .btn-wa-sm::after, .nav-cta::after, .cta-band-btn::after { content: ''; position: absolute; inset: -50% -80%; background: linear-gradient(110deg, transparent 40%, #FFFFFF20 48%, transparent 56%); transform: translateX(-55%); pointer-events: none; }
.btn-wa:active, .btn-wa-sm:active, .nav-cta:active, .cta-band-btn:active { transform: translateY(0) scale(.98); }
.wa-float:focus-visible { outline-color: var(--navy); }
.wa-float::before { content: ''; position: absolute; inset: -5px; border: 1px solid #087F5240; border-radius: 50%; pointer-events: none; }
@media (hover: hover) and (pointer: fine) {
  .service-card:hover { border-color: #ACB8CF; transform: translateY(-6px); box-shadow: 0 20px 45px #101D5010; }
  .service-card:hover::before { transform: scaleX(1); }
  .service-card:hover .svc-icon { background: var(--navy); border-color: var(--navy); transform: translateY(-2px); }
  .service-card:hover .svc-icon svg { stroke: white; }
  .service-card:hover .service-link { border-color: #CAD3E3; }
  .btn-wa:hover, .btn-wa-sm:hover, .nav-cta:hover, .cta-band-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 30px #101D5020; }
  .btn-wa:hover::after, .btn-wa-sm:hover::after, .nav-cta:hover::after, .cta-band-btn:hover::after { transform: translateX(55%); transition: transform .9s var(--ease-out); }
}

/* Adaptaciones sin cambiar el orden del contenido */
@media (max-width: 1000px) {
  .about-grid { gap: 3rem; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); }
  .about-photo-wrap { max-width: none; margin: 0 1rem 0 0; }
  .about-badge { white-space: normal; max-width: calc(100% + 25px); padding: 14px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.8rem; }
  .how-steps::before { display: block; }
  .how-step { padding-right: 0; }
  .how-step h3 { font-size: 17px; }
  .why-grid { gap: 3rem; }
  .contact-grid { gap: 3rem; }
  .map-location-card { padding: 2rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
  .footer-logo { grid-column: 1 / -1; }
  .footer-logo p { max-width: 500px; }
}
@media (max-width: 760px) {
  .about, .how, .services, .respaldo, .testimonials, .why, .faq, .contact-section { padding: 4.5rem 1.4rem; }
  .about-grid, .why-grid, .contact-grid { grid-template-columns: minmax(0, 1fr); gap: 3rem; }
  .about-photo-wrap { width: min(100% - 32px, 390px); margin: 0 auto 1rem; }
  .about-photo { aspect-ratio: 4/4.5; border-top-left-radius: 85px; }
  .about-photo-wrap::before { border-top-left-radius: 85px; }
  .about-badge { left: -15px; bottom: 22px; }
  .section-title { font-size: clamp(2rem, 5.7vw, 2.65rem); }
  .how { margin: 0 10px; border-radius: 20px; padding-inline: 1.4rem; }
  .how-header { margin-bottom: 2.5rem; }
  .how-steps { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .how-steps::before { width: 1px; height: auto; left: 25px; top: 0; bottom: 0; right: auto; }
  .how-step { padding-left: 76px; min-height: 75px; }
  .how-step-num { position: absolute; left: 0; top: 0; width: 50px; height: 50px; font-size: 22px; box-shadow: 0 0 0 8px var(--navy-dk); margin: 0; }
  .how-step p { font-size: 16px; }
  .how-cta-wrap { margin-top: 2.2rem; }
  .how .btn-wa { max-width: 100%; }
  .why-visual { border-top-right-radius: 75px; padding: 2.2rem; }
  .why-visual h3 { max-width: 430px; font-size: 2rem; }
  .faq-header { text-align: left; margin-bottom: 2rem; }
  .faq-q { padding: 1.2rem; font-size: 16px; gap: 12px; }
  .faq-answer-inner { padding: 0 1.2rem 1.4rem; }
  .contact-info .section-title { margin-bottom: 1.8rem; }
  .map-location-card { min-height: 285px; padding: 2rem; }
  .cta-band { margin: 0 10px; border-radius: 20px; padding: 4rem 1.4rem; }
  .cta-band h2 { font-size: 2.35rem; }
  .cta-band p { font-size: 16px; }
  footer { padding: 3rem 1.4rem 2rem; }
  .footer-inner { gap: 2rem; }
  .footer-bottom { align-items: flex-start; text-align: left; gap: .7rem; }
  .footer-legal-links { padding-right: 52px; }
}
@media (max-width: 520px) {
  .services-grid { grid-template-columns: minmax(0, 1fr); gap: 14px; }
  .service-card { padding: 1.6rem; }
  .svc-icon { margin-bottom: 1.4rem; }
  .service-card p { padding-bottom: 1.1rem; }
  .footer-inner { grid-template-columns: minmax(0, 1fr); }
  .footer-logo { grid-column: auto; }
  .footer-col h4 { margin-top: 0; }
  .cta-band-btn { padding-inline: 22px; font-size: 15px; }
  .google-rating-badge { column-gap: 6px; font-size: 12px; }
  .grb-score { font-size: 14px; }
  .grb-stars { font-size: 12px; }
  .hero-trust { column-gap: 12px; }
  .hero-stats { margin-top: 258px; }
  .hero > picture, .hero-overlay { bottom: 170px; }
}
@media (max-width: 360px) {
  nav { padding-inline: 12px; }
  .hero-container { padding-inline: 1rem; }
  .hero h1 { font-size: 2.35rem; }
  .btn-wa { padding-inline: 20px; font-size: 15px; }
  .hero-stat { padding-inline: 8px; }
  .hero-stat strong { font-size: 28px; }
  .map-location-card { padding: 1.5rem; }
  .mlc-top { flex-direction: column; }
  .why-visual { padding: 1.7rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .hero-bg-img { transform: none; }
  .service-card:hover, .btn-wa:hover, .btn-wa-sm:hover, .nav-cta:hover, .cta-band-btn:hover, .wa-float:hover, .mlc-btn:hover { transform: none; }
}
@media (forced-colors: active) {
  .btn-wa, .btn-wa-sm, .nav-cta, .cta-band-btn, .wa-float { border: 1px solid ButtonText; }
}
@media print {
  nav, .wa-float { position: static; }
  .hero { margin-top: 0; }
  .hero-bg-img { transform: none; }
  .service-card, .why-visual, .faq-item { break-inside: avoid; box-shadow: none; }
}


/* Sitio completo: composición adaptable al HTML actual, sin mover contenido. */
.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, .82fr);
  gap: 0 clamp(2rem, 4vw, 4rem);
  padding: clamp(2.75rem, 4.5vw, 4.5rem) max(var(--gutter), calc((100vw - 1240px) / 2)) 2.5rem;
  align-items: start;
}
.hero-container { display: contents; }
.hero > picture {
  position: relative;
  inset: auto;
  grid-column: 2;
  grid-row: 1 / 7;
  align-self: stretch;
  width: 100%;
  height: auto;
  min-height: 400px;
  border-radius: 130px 20px 20px 20px;
  margin: 0;
}
.hero > picture::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, #101D5040); pointer-events: none; }
.hero-overlay { display: none; }
.hero-container > * { grid-column: 1; min-width: 0; }
.hero-tag { grid-row: 1; }
.hero h1 { grid-row: 2; max-width: 100%; font-size: clamp(2.6rem, 4.8vw, 4.4rem); overflow-wrap: break-word; }
.hero-sub { grid-row: 3; max-width: 520px; margin-bottom: 1.8rem; }
.hero-actions { grid-row: 4; max-width: 100%; gap: 12px; }
.hero-actions .btn-wa, .hero-actions .btn-tel { max-width: 100%; font-size: 15px; padding: 16px 23px; line-height: 1.6; }
.hero-trust { grid-row: 5; max-width: 100%; gap: .45rem 1rem; margin-top: 1.4rem; }
.google-rating-badge { grid-row: 6; width: fit-content; max-width: 100%; align-items: center; line-height: 1.7; column-gap: 7px; row-gap: 2px; margin-top: 1.7rem; }
.google-rating-badge > svg { flex-shrink: 0; }
.grb-label { flex-basis: 100%; font-size: 12px; }
.hero-stats { grid-column: 1 / -1; grid-row: 7; width: 100%; margin-top: 2.6rem; }
.hero:not(:has(.hero-stats)) h1 { font-size: clamp(2.4rem, 3.85vw, 3.5rem); line-height: 1.13; }
.hero:not(:has(.hero-stats)) { padding-bottom: clamp(2.75rem, 4.5vw, 4.5rem); }
.btn-tel { color: var(--navy); background: #fff; border: 1px solid #CCD5E7; border-radius: 40px; backdrop-filter: none; -webkit-backdrop-filter: none; transition: transform .4s var(--ease-out), background .25s, border-color .25s, box-shadow .25s; }
.btn-tel svg { stroke: currentColor; flex-shrink: 0; }
.btn-tel:hover { color: var(--navy); background: #fff; border-color: var(--navy); box-shadow: 0 8px 22px #101D500D; }
.hero :focus-visible, footer :focus-visible { outline-color: var(--navy); }

/* Conserva el menú y el comportamiento de js/app.js de la versión actual. */
nav { --nav-h: 88px; height: var(--nav-h); gap: 22px; }
.nav-logo, .nav-right { flex-shrink: 0; }
.nav-menu { margin-inline: auto; gap: clamp(16px, 1.75vw, 26px); }
.nav-menu > a, .nav-sub-toggle { font-size: 15px; padding: 10px 0; line-height: 1.5; white-space: nowrap; transition: color .3s, border-color .3s; }
.nav-sub-toggle { gap: 7px; }
.nav-caret { width: 12px; height: 12px; transition: transform .35s var(--ease-out); }
.nav-sub { padding: 9px; min-width: 260px; border-radius: 14px; border-color: var(--border); box-shadow: 0 18px 45px #101D501A; transition: opacity .28s ease, transform .35s var(--ease-out), visibility .28s; }
.nav-sub a { padding: 12px 14px; border-radius: 8px; line-height: 1.6; font-size: 14px; }
.nav-sub a:hover { background: var(--gray-lt); color: var(--red); }
.nav-sub a[aria-current="page"] { background: var(--navy); color: #fff; }
.lang-btn { display: inline-flex; align-items: center; justify-content: center; text-align: center; line-height: 1.5; }
.nav-burger, .nav-tel { width: 42px; height: 42px; border-radius: 50%; background: var(--gray-lt); border: 1px solid var(--border); transition: background .25s, color .25s; }
.nav-tel:hover { background: var(--navy); color: #fff; }
.nav-burger[aria-expanded="true"] { background: var(--navy); color: #fff; }

/* Enlaces de coberturas y presupuesto: se conserva cada acción existente. */
.service-links { width: 100%; margin-top: auto; padding-top: 1.1rem; border-top: 1px solid #E8EBF2; gap: 6px 20px; align-items: flex-start; }
.service-links .service-link { width: auto; min-height: 40px; padding: 4px 0; margin: 0; border: 0; font-size: 14px; }
.service-links .service-link-alt { color: var(--navy); }
.service-card:not(:has(.service-links)) p { padding-bottom: 0; }
.about-photo-wrap > picture { display: block; }

/* La sección de oficina, llamada y WhatsApp, con la misma dirección visual. */
.ways { padding: clamp(5rem, 8vw, 8rem) var(--gutter); background: #fff; border-top: 1px solid #E9EDF4; }
.ways .section-header { text-align: left; }
.ways-grid { max-width: var(--page-width); grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.way-card { border-radius: 18px; border: 1px solid var(--border); padding: 2rem; box-shadow: none; transition: transform .5s var(--ease-out), box-shadow .4s, border-color .3s; }
.way-icon { width: 52px; height: 52px; border-radius: 50%; border: 1px solid #E5EAF3; background: var(--gray-lt); margin-bottom: 1.7rem; }
.way-tag { font-size: 12px; letter-spacing: 1.2px; line-height: 1.7; margin-bottom: .8rem; }
.way-card h3 { font-size: 26px; letter-spacing: -.025em; line-height: 1.25; margin-bottom: 1rem; }
.way-card p { font-size: 16px; line-height: 1.85; margin-bottom: 1.6rem; }
.way-cta { font-size: 14px; font-weight: 600; line-height: 1.6; min-height: 44px; display: inline-flex; align-items: center; }
.way-card-featured { background: var(--navy-dk); border-color: var(--navy-dk); border-top: 3px solid var(--red); box-shadow: 0 18px 44px #101D5017; }
.way-card-featured .way-tag { color: #FF9BAC; }
.way-card-featured h3 { color: #fff; }
.way-card-featured p { color: #D0D7E6; }
.way-card-featured .way-icon { background: #FFFFFF0D; border-color: #FFFFFF26; }
.way-card-featured .way-icon svg { fill: #67E5AE; }
.way-card-featured .way-cta { background: #fff; color: var(--navy); border-radius: 40px; padding: 13px 21px; }
.way-card-featured :focus-visible { outline-color: white; }
.contact-list small { font-size: 12px; }

@media (hover: hover) and (pointer: fine) {
  .btn-tel:hover { transform: translateY(-3px); }
  .way-card:hover { transform: translateY(-5px); box-shadow: 0 20px 45px #101D5012; }
}
@media (max-width: 1080px) {
  .nav-right { gap: 12px; }
  .nav-menu { top: calc(var(--nav-h) + 8px); left: var(--gutter); right: var(--gutter); max-height: calc(100dvh - var(--nav-h) - 28px); margin: 0; padding: 14px 20px; border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 20px 50px #101D501A; }
  .nav-menu.open { padding-top: 78px; }
  .nav-menu.open ~ .nav-right > .lang-switcher { top: calc(var(--nav-h) + 24px); left: calc(var(--gutter) + 20px); gap: 0; }
  .nav-menu.open ~ .nav-right > .lang-switcher .lang-btn { min-width: 42px; min-height: 36px; padding: 7px 10px; font-size: 14px; }
  .nav-menu > a, .nav-menu .nav-sub-toggle { padding: 15px 2px; font-size: 16px; white-space: normal; }
  .nav-sub { min-width: 0; border-radius: 0; padding: .35rem 0 .35rem .7rem; box-shadow: none; }
  .nav-sub a { white-space: normal; }
}
@media (min-width: 701px) and (max-width: 1000px) {
  .hero { grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 0 28px; padding: 3rem var(--gutter) 2.5rem; }
  .hero > picture { border-top-left-radius: 95px; }
  .hero h1 { font-size: clamp(2.55rem, 4.75vw, 3.2rem); }
  .hero:not(:has(.hero-stats)) h1 { font-size: clamp(2.25rem, 4.1vw, 2.9rem); }
  .hero-actions { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 900px) {
  .ways-grid { grid-template-columns: minmax(0, 1fr); }
  .way-card { padding: 2rem; }
  .way-card h3 { font-size: 25px; }
}
@media (max-width: 700px) {
  nav { --nav-h: 76px; height: var(--nav-h); }
  .nav-right { gap: 8px; }
  .nav-logo img { width: 54px; height: 54px; }
  .nav-cta span { display: none; }
  .nav-menu { left: 12px; right: 12px; }
  .nav-menu.open ~ .nav-right > .lang-switcher { left: 32px; }
  .hero, .hero:not(:has(.hero-stats)) { grid-template-columns: minmax(0, 1fr); gap: 0; padding: 2.3rem 1.35rem 1.7rem; }
  .hero-container > * { grid-column: 1; }
  .hero h1, .hero:not(:has(.hero-stats)) h1 { font-size: clamp(2.25rem, 8.7vw, 3.35rem); line-height: 1.13; }
  .hero > picture { grid-column: 1; grid-row: 7; position: relative; inset: auto; width: 100%; height: 220px; min-height: 220px; margin: 1.75rem 0 0; border-radius: 70px 14px 14px 14px; }
  .hero h1 { max-width: 580px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn-wa, .hero-actions .btn-tel { justify-content: center; }
  .hero-sub { margin-bottom: 1.5rem; }
  .hero-stats { grid-row: 8; margin-top: 1.5rem; padding-top: 1.5rem; }
  .hero-stat strong { font-size: clamp(1.6rem, 7.4vw, 2rem); }
  .hero-stat span { line-height: 1.5; }
  .hero-trust-item { font-size: 12px; }
  .ways { padding: 4.5rem 1.4rem; }
}
@media (max-width: 360px) {
  .hero, .hero:not(:has(.hero-stats)) { padding-inline: 1rem; }
  .hero h1, .hero:not(:has(.hero-stats)) h1 { font-size: 2.15rem; }
  .hero-stat { padding-inline: 7px; }
  .hero-stat strong { font-size: 1.55rem; }
}
@media (prefers-reduced-motion: reduce) {
  .btn-tel:hover, .way-card:hover { transform: none; }
}

/* =====================================================================
   AÑADIDO 08-09-2026 — Opiniones de Google, formulario de solicitud y blog.
   Se apoya en las variables y en las clases que ya existen (.t-card,
   .stars, .section-title, .btn-wa-sm). No redefine nada anterior.
   ===================================================================== */

/* --- Carrusel de opiniones ------------------------------------------- */
.reviews { background: var(--gray-lt); }
.rev-wrap { max-width: var(--page-width); margin: 0 auto; }
.rev-track {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(300px, 380px);
  gap: 1.25rem; overflow-x: auto; overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory; scroll-padding: 0 4px;
  padding: 4px 4px 1.5rem; margin: 0 -4px;
  scrollbar-width: thin; scrollbar-color: #C7CFE0 transparent;
}
.rev-track::-webkit-scrollbar { height: 6px; }
.rev-track::-webkit-scrollbar-thumb { background: #C7CFE0; border-radius: 3px; }
.rev-track:focus-visible { outline: 3px solid var(--red); outline-offset: 4px; border-radius: 18px; }
.rev-card {
  scroll-snap-align: start; border-radius: 18px; padding: 1.75rem;
  display: flex; flex-direction: column; gap: .25rem;
  border: 1px solid #E4E9F3; box-shadow: 0 1px 2px rgba(21,38,83,.04);
}
.rev-card blockquote { flex: 1; font-style: normal; color: #33405E; }
.rev-card blockquote::before { content: '\201C'; }
.rev-card blockquote::after { content: '\201D'; }
.rev-nav { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.rev-btn {
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--border);
  background: #fff; color: var(--navy); cursor: pointer; display: grid; place-items: center;
  transition: background .2s, border-color .2s, transform .2s;
}
.rev-btn:hover:not(:disabled) { background: var(--navy); border-color: var(--navy); color: #fff; transform: translateY(-1px); }
.rev-btn:disabled { opacity: .35; cursor: default; }
.rev-btn svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.rev-all {
  margin-left: auto; display: inline-flex; align-items: center; gap: 9px;
  text-decoration: none; color: var(--navy); font-size: 14px; font-weight: 500;
  border: 1px solid var(--border); background: #fff; padding: 12px 20px; border-radius: 30px;
  transition: border-color .2s, background .2s;
}
.rev-all:hover { border-color: var(--navy); background: #fff; }
.rev-all svg { width: 18px; height: 18px; }
.rev-note {
  max-width: var(--page-width); margin: 1.5rem auto 0;
  font-size: 12.5px; line-height: 1.6; color: var(--gray);
}

/* --- Formulario de solicitud ----------------------------------------- */
.leadform { padding: clamp(5rem, 8vw, 8rem) var(--gutter); background: #fff; }
.lf-inner {
  max-width: var(--page-width); margin: 0 auto;
  display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1fr); gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
}
.lf-lede { margin-top: 1.25rem; font-size: 17px; color: #4A5470; line-height: 1.7; max-width: 40ch; }
.lf-legalshort { margin-top: 1.5rem; font-size: 12px; line-height: 1.6; color: var(--gray); max-width: 46ch; }
.lf-card { background: var(--gray-lt); border: 1px solid #E4E9F3; border-radius: 24px; padding: clamp(1.5rem, 3vw, 2.5rem); }
.lf-form { display: flex; flex-direction: column; gap: 1.1rem; }
.lf-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.lf-field { display: flex; flex-direction: column; gap: .45rem; }
.lf-field > span { font-size: 13px; font-weight: 500; color: var(--ink); }
.lf-field > span b { color: var(--red); font-weight: 500; }
.lf-field input, .lf-field select, .lf-field textarea {
  font-family: 'DM Sans', sans-serif; font-size: 15px; color: var(--ink);
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 13px 14px; width: 100%; transition: border-color .15s, box-shadow .15s;
}
.lf-field textarea { resize: vertical; min-height: 84px; }
.lf-field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231B2D72' stroke-width='2' stroke-linecap='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 13px center; background-size: 18px; padding-right: 40px; }
.lf-field input:focus, .lf-field select:focus, .lf-field textarea:focus {
  outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(27,45,114,.12);
}
.lf-field input[aria-invalid="true"], .lf-field textarea[aria-invalid="true"] { border-color: var(--red); }
.lf-hint { font-size: 12.5px; color: var(--gray); margin-top: -.5rem; }
.lf-consent { display: flex; gap: .7rem; align-items: flex-start; font-size: 13px; line-height: 1.55; color: #4A5470; }
.lf-consent input { width: 19px; height: 19px; margin-top: 2px; accent-color: var(--navy); flex-shrink: 0; }
.lf-consent a { color: var(--navy); }
.lf-error { font-size: 13.5px; color: var(--red); font-weight: 500; }
.lf-actions { display: flex; gap: .9rem; align-items: center; flex-wrap: wrap; margin-top: .25rem; }
.lf-submit {
  font-family: 'DM Sans', sans-serif; background: var(--red); color: #fff; border: 0;
  padding: 16px 30px; border-radius: 30px; font-size: 16px; font-weight: 500; cursor: pointer;
  transition: background .15s, transform .15s;
}
.lf-submit:hover:not(:disabled) { background: var(--red-dk); transform: translateY(-1px); }
.lf-submit:disabled { opacity: .6; cursor: progress; transform: none; }
.lf-wa { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); text-decoration: none; font-size: 14.5px; font-weight: 500; }
.lf-wa svg { width: 18px; height: 18px; fill: var(--navy); }
.lf-wa:hover { text-decoration: underline; }
.lf-done { text-align: left; padding: 1rem 0; }
.lf-done h3 { font-family: 'Playfair Display', serif; font-size: 26px; color: var(--navy); margin-bottom: .6rem; }
.lf-done p { color: #4A5470; margin-bottom: 1.4rem; max-width: 42ch; }
.lf-fail h3 { color: var(--red); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* --- Blog: índice ----------------------------------------------------- */
.blog-head { max-width: var(--page-width); margin: 0 auto; padding: clamp(8rem, 12vw, 11rem) var(--gutter) 0; }
.blog-head h1 { font-family: 'Playfair Display', serif; font-size: clamp(34px, 4.6vw, 58px); font-weight: 900; line-height: 1.06; letter-spacing: -1.4px; color: var(--navy); margin: 1rem 0; max-width: 16ch; }
.blog-head h1 em { color: var(--red); font-style: normal; }
.blog-head > p { font-size: 18px; color: #4A5470; max-width: 56ch; line-height: 1.75; }
.art-tag { display: inline-block; background: var(--red); color: #fff; font-size: 11px; font-weight: 500; letter-spacing: 1.5px; text-transform: uppercase; padding: 6px 14px; border-radius: 3px; }
.post-grid { max-width: var(--page-width); margin: 0 auto; padding: clamp(2.5rem, 5vw, 4rem) var(--gutter) clamp(3rem, 6vw, 5rem); display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 1.5rem; }
.post-card { background: #fff; border: 1px solid #E4E9F3; border-radius: 22px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.post-card:hover { border-color: #C9D4EA; box-shadow: 0 12px 34px -22px rgba(21,38,83,.5); transform: translateY(-2px); }
.post-link { display: flex; flex-direction: column; gap: .8rem; padding: 1.9rem; text-decoration: none; height: 100%; }
.post-cat { font-size: 11px; font-weight: 500; letter-spacing: 1.6px; text-transform: uppercase; color: var(--red); }
.post-card h2 { font-family: 'Playfair Display', serif; font-size: 24px; font-weight: 700; line-height: 1.22; color: var(--navy); letter-spacing: -.3px; }
.post-card p { font-size: 14.5px; color: #4A5470; line-height: 1.65; flex: 1; }
.post-meta { font-size: 12.5px; color: var(--gray); }
.post-more { font-size: 14px; font-weight: 500; color: var(--navy); }
.post-empty { color: var(--gray); }

/* --- Blog: artículo --------------------------------------------------- */
.art { max-width: 760px; margin: 0 auto; padding: clamp(7.5rem, 11vw, 10rem) var(--gutter) 0; }
.art-crumbs { font-size: 13px; color: var(--gray); margin-bottom: 1.25rem; }
.art-crumbs a { color: var(--gray); text-decoration: none; }
.art-crumbs a:hover { color: var(--navy); text-decoration: underline; }
.art-head h1 { font-family: 'Playfair Display', serif; font-size: clamp(32px, 4.4vw, 50px); font-weight: 900; line-height: 1.08; letter-spacing: -1.3px; color: var(--navy); margin: 1.1rem 0 0; }
.art-head h1 em { display: block; font-style: normal; color: var(--red); font-size: .74em; margin-top: .35rem; letter-spacing: -.6px; }
.art-sub { font-size: 18.5px; line-height: 1.7; color: #4A5470; margin-top: 1.25rem; }
.art-meta { display: flex; gap: 1.25rem; flex-wrap: wrap; font-size: 12.5px; color: var(--gray); margin-top: 1.5rem; padding-top: 1.25rem; border-top: 1px solid var(--border); }
.art-toc { background: var(--gray-lt); border: 1px solid #E4E9F3; border-radius: 18px; padding: 1.5rem 1.75rem; margin-top: 2.5rem; }
.art-toc > p { font-size: 11px; font-weight: 500; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gray); margin-bottom: .9rem; }
.art-toc ol { margin: 0; padding-left: 1.2rem; display: flex; flex-direction: column; gap: .45rem; }
.art-toc li { font-size: 14.5px; }
.art-toc a { color: var(--navy); text-decoration: none; }
.art-toc a:hover { text-decoration: underline; }
.art-body { margin-top: 2.75rem; font-size: 17px; line-height: 1.78; color: #2C3654; }
.art-body h2 { font-family: 'Playfair Display', serif; font-size: clamp(25px, 2.6vw, 33px); font-weight: 700; line-height: 1.2; color: var(--navy); letter-spacing: -.5px; margin: 3rem 0 1rem; scroll-margin-top: 110px; }
.art-body h3 { font-size: 19px; font-weight: 600; color: var(--navy); margin: 2rem 0 .6rem; }
.art-body p { margin-bottom: 1.15rem; }
.art-body ul, .art-body ol { margin: 0 0 1.4rem; padding-left: 1.35rem; display: flex; flex-direction: column; gap: .6rem; }
.art-body a { color: var(--navy); }
.art-note { background: #EEF2FB; border-left: 3px solid var(--navy); border-radius: 0 14px 14px 0; padding: 1.4rem 1.6rem; margin: 2rem 0; }
.art-note strong { display: block; font-size: 12px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--navy); margin-bottom: .5rem; }
.art-note p { margin: 0; font-size: 15.5px; line-height: 1.7; }
.art-quote { margin: 2.25rem 0; padding: 1.5rem 0 1.5rem 1.75rem; border-left: 3px solid var(--red); }
.art-quote blockquote { font-family: 'Playfair Display', serif; font-size: 20px; line-height: 1.5; color: var(--navy); font-style: italic; }
.art-quote figcaption { margin-top: .8rem; font-size: 12.5px; letter-spacing: .4px; text-transform: uppercase; color: var(--gray); }
.art-def { margin: 1.75rem 0; display: flex; flex-direction: column; gap: 1.1rem; }
.art-def dt { font-weight: 600; color: var(--navy); font-size: 16.5px; }
.art-def dd { margin: .3rem 0 0; font-size: 16px; line-height: 1.7; }
.art-steps { list-style: none; margin: 2rem 0; padding: 0; counter-reset: step; display: flex; flex-direction: column; gap: 1.1rem; }
.art-steps li { counter-increment: step; position: relative; padding-left: 3.4rem; }
.art-steps li::before { content: counter(step); position: absolute; left: 0; top: -2px; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); color: #fff; display: grid; place-items: center; font-size: 15px; font-weight: 600; }
.art-steps strong { display: block; color: var(--navy); font-size: 16.5px; margin-bottom: .2rem; }
.art-steps span { font-size: 15.5px; line-height: 1.7; }
.art-disclaimer { max-width: 760px; margin: 3rem auto 0; padding: 1.25rem 1.5rem; background: var(--gray-lt); border-radius: 14px; font-size: 12.5px; line-height: 1.65; color: var(--gray); }
.art-faq { margin-top: 1rem; }

@media (max-width: 900px) {
  .lf-inner { grid-template-columns: 1fr; gap: 2.25rem; }
}
@media (max-width: 620px) {
  .lf-row { grid-template-columns: 1fr; }
  .rev-track { grid-auto-columns: minmax(260px, 84vw); }
  .rev-all { margin-left: 0; width: 100%; justify-content: center; }
  .art, .blog-head, .post-grid { padding-left: 1.4rem; padding-right: 1.4rem; }
  .art-steps li { padding-left: 2.9rem; }
}
