/* Health Solutions Ecuador · identidad y fundamentos */
:root {
    --hs-navy: #063A78;
    --hs-blue: #2368DB;
    --hs-sky: #69C7F3;
    --hs-cyan: #19AEE6;
    --white: #FFFFFF;
    --text: #19324D;
    --muted: #586D81;
    --soft: #F2F7FC;
    --line: #DBE6F0;
    --radius: 20px;
    --shadow: 0 18px 50px rgba(6, 58, 120, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 106px; }
body { margin: 0; color: var(--text); background: var(--white); font-family: 'Segoe UI', Arial, sans-serif; font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; object-fit: cover; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea, summary { -webkit-tap-highlight-color: transparent; }
button, summary { cursor: pointer; }
a, button { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--hs-cyan); outline-offset: 5px; }
::selection { background: #CBEAFE; color: var(--hs-navy); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--hs-navy); line-height: 1.16; }
h1, h2 { letter-spacing: -.045em; }
h2 { font-size: clamp(30px, 3.1vw, 44px); font-weight: 700; margin-bottom: 22px; }
h3 { font-size: 21px; letter-spacing: -.025em; }
p { color: var(--muted); }
.container { width: min(1240px, calc(100% - 96px)); margin-inline: auto; }
.icon { width: 24px; height: 24px; flex: 0 0 24px; vertical-align: middle; }
.section { padding: 100px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--hs-blue); font-size: 10px; letter-spacing: .16em; font-weight: 750; margin-bottom: 22px; }
.btn { min-height: 50px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 8px; font-size: 13px; font-weight: 650; transition: background .2s, transform .2s, box-shadow .2s; line-height: 1.4; }
.btn:hover { transform: translateY(-2px); }
.btn .icon { width: 20px; height: 20px; flex-basis: 20px; }
.btn-primary { background: var(--hs-blue); color: var(--white); box-shadow: 0 6px 18px #2368DB18; }
.btn-primary:hover { background: var(--hs-navy); box-shadow: 0 8px 24px #063A7825; }
.btn-outline { border-color: #BFCFDF; color: var(--hs-navy); background: #FFFFFF85; }
.btn-outline:hover { background: white; border-color: var(--hs-blue); }
.btn-white { background: white; color: var(--hs-navy); }
.btn-white:hover { background: #E1F4FF; }
.text-link { font-size: 13px; font-weight: 650; color: var(--hs-blue); display: inline-flex; gap: 12px; align-items: center; }
.text-link .icon { width: 18px; height: 18px; }
.text-link:hover { color: var(--hs-navy); text-decoration: underline; text-underline-offset: 4px; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 12px 20px; background: white; z-index: 100; }
.skip-link:focus { top: 10px; }
/* En-tête et navigation */
.utility-bar { background: var(--hs-navy); color: #E2EFFC; font-size: 10px; letter-spacing: .03em; }
.utility-bar .container { min-height: 33px; display: flex; justify-content: space-between; align-items: center; gap: 15px; }
.utility-bar a { display: flex; align-items: center; gap: 7px; }
.utility-bar .icon { width: 14px; height: 14px; flex-basis: 14px; }
.site-header { position: sticky; top: 0; z-index: 30; background: #FFFFFFF5; border-bottom: 1px solid #DBE6F0A0; backdrop-filter: blur(14px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex-shrink: 0; }
/* El archivo original es una fotografía. Esta ventana muestra su símbolo HS sin redibujarlo. */
.brand-mark { width: 57px; height: 56px; overflow: hidden; position: relative; border-radius: 5px; flex: 0 0 57px; }
.brand-mark img { position: absolute; width: 263px; height: auto; max-width: none; left: -98px; top: -47px; }
.brand-name { font-size: 13px; letter-spacing: .045em; color: var(--hs-navy); font-weight: 800; line-height: 1.4; white-space: nowrap; }
.brand-name small { display: block; font-size: 9px; font-weight: 600; letter-spacing: .38em; margin-top: 4px; color: var(--hs-blue); }
.main-nav { display: flex; align-items: center; gap: 23px; }
.main-nav > a { font-size: 12px; font-weight: 550; }
.main-nav > a:not(.btn) { padding-block: 15px; position: relative; }
.main-nav > a:not(.btn):after { content: ''; position: absolute; height: 2px; background: var(--hs-blue); bottom: 7px; left: 0; width: 0; transition: width .2s; }
.main-nav > a.active:after, .main-nav > a:hover:after { width: 100%; }
.main-nav > a.active { color: var(--hs-blue); }
.main-nav .nav-cta { font-size: 11px; padding-inline: 15px; min-height: 43px; }
.menu-toggle { display: none; }
/* Portada */
.hero { background: radial-gradient(ellipse at 76% 30%, #DBF0FF 0, #EFF7FC 37%, #F8FBFE 68%, #FFFFFF 100%); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.06fr 1fr; gap: 55px; padding-block: 66px 78px; align-items: center; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--hs-cyan); box-shadow: 0 0 0 4px #19AEE612; }
h1 { font-size: clamp(40px, 3.65vw, 55px); margin-bottom: 24px; font-weight: 750; line-height: 1.09; }
h1 em { color: var(--hs-blue); font-style: normal; }
.hero-copy > p { font-size: 14px; line-height: 1.85; max-width: 520px; margin-bottom: 27px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero-points { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 26px; max-width: 460px; }
.hero-points span { display: inline-flex; gap: 5px; align-items: center; font-size: 10px; color: #4B6279; }
.hero-points .icon { width: 14px; height: 14px; flex-basis: 14px; color: var(--hs-blue); }
.hero-visual { position: relative; padding: 13px 0 30px; min-width: 0; }
.hero-visual:before { content: ''; position: absolute; width: 240px; height: 240px; border-radius: 50%; border: 1px solid #69C7F36B; right: -66px; top: -36px; }
.hero-photo { height: 486px; border-radius: 100px 22px 90px 22px; overflow: hidden; position: relative; box-shadow: 0 25px 65px #063A7814; }
.hero-photo > img { width: 100%; height: 100%; object-position: 63% center; }
.hero-photo:after { content: ''; position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, #032C62C9); }
.photo-caption { position: absolute; bottom: 95px; left: 36px; color: white; z-index: 1; font-size: 14px; line-height: 1.6; }
.photo-caption strong { font-weight: 600; }
.caption-line { display: block; width: 35px; height: 2px; background: var(--hs-sky); margin-bottom: 14px; }
.hero-seal { position: absolute; top: 40px; right: -18px; display: flex; gap: 11px; align-items: center; padding: 15px 21px; background: #FFFFFFF2; border: 1px solid white; border-radius: 12px; box-shadow: var(--shadow); font-size: 10px; line-height: 1.7; }
.hero-seal > .icon { color: var(--hs-blue); width: 30px; height: 30px; flex-basis: 30px; }
.hero-seal strong { color: var(--hs-navy); font-size: 12px; }
.hero-note { position: absolute; left: -27px; right: 26px; bottom: 11px; padding: 20px; border-radius: 12px; background: white; box-shadow: var(--shadow); display: flex; gap: 13px; align-items: center; border: 1px solid #E6EFF7; }
.note-icon { display: grid; place-items: center; width: 44px; height: 44px; background: #ECF6FF; border-radius: 10px; color: var(--hs-blue); flex-shrink: 0; }
.hero-note strong { display: block; font-size: 13px; color: var(--hs-navy); }
.hero-note small { font-size: 10px; color: var(--muted); }
.hero-note > .icon { margin-left: auto; color: var(--hs-blue); }
.visual-label { position: absolute; right: 0; bottom: -18px; color: #536E8A; font-size: 8px; letter-spacing: .17em; }
/* Ruta de acompañamiento */
.process-section { border-block: 1px solid var(--line); background: white; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 27px; }
.process-step { display: flex; align-items: center; gap: 15px; padding-inline: 26px; border-right: 1px solid var(--line); }
.process-step:first-child { padding-left: 0; }
.process-step:last-child { border-right: 0; }
.process-step small { font-size: 9px; color: #687F95; letter-spacing: .14em; }
.process-step h2 { font-size: 14px; margin: 3px 0 0; letter-spacing: -.01em; }
.process-icon { color: var(--hs-blue); background: var(--soft); width: 43px; height: 43px; border-radius: 10px; display: grid; place-items: center; flex-shrink: 0; }
/* Servicios y áreas */
.section-heading { margin-bottom: 42px; }
.section-heading .eyebrow { margin-bottom: 13px; }
.section-heading h2 { margin-bottom: 0; }
.split-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.split-heading > p { max-width: 380px; font-size: 14px; margin: 0 0 4px; }
.blue-dot { color: var(--hs-cyan); }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card { min-width: 0; border: 1px solid var(--line); border-radius: 15px; overflow: hidden; background: white; display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #AECDEE; }
.service-image { display: block; position: relative; overflow: hidden; aspect-ratio: 1.47; background: var(--soft); }
.service-image img { width: 100%; height: 100%; transition: transform .6s; }
.service-card:hover img { transform: scale(1.04); }
.image-arrow { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 31px; height: 31px; background: white; border-radius: 50%; color: var(--hs-navy); }
.image-arrow .icon { width: 17px; height: 17px; }
.service-body { padding: 22px 20px; display: flex; flex-direction: column; flex: 1; }
.service-number { font-size: 8px; font-weight: 650; letter-spacing: .12em; color: var(--hs-blue); margin-bottom: 12px; }
.service-body h3 { font-size: 18px; line-height: 1.25; margin-bottom: 12px; }
.service-body p { font-size: 12px; line-height: 1.85; margin-bottom: 20px; }
.service-body .text-link { margin-top: auto; font-size: 11px; }
.section-footnote { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin-top: 32px; font-size: 12px; color: var(--muted); }
.section-footnote a { color: var(--hs-blue); font-weight: 600; }
.section-footnote .icon { width: 16px; height: 16px; }
.section-soft { background: var(--soft); }
.centered { text-align: center; }
.centered p { margin: 18px 0 0; font-size: 14px; }
.areas-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.area-card { padding: 25px 10px; text-align: center; background: white; border: 1px solid #E1EBF4; border-radius: 12px; display: flex; flex-direction: column; align-items: center; gap: 13px; transition: background .2s, transform .2s; }
.area-card:hover { background: #E7F3FE; transform: translateY(-3px); }
.area-card .icon { color: var(--hs-blue); width: 28px; height: 28px; }
.area-card span { font-size: 12px; font-weight: 600; color: var(--hs-navy); }
/* Diferenciales */
.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.why-visual { position: relative; height: 545px; border-radius: 20px 90px 20px 20px; overflow: hidden; }
.why-visual > img { width: 100%; height: 100%; object-position: 40% center; }
.why-caption { position: absolute; bottom: 24px; left: 22px; right: 22px; border-radius: 12px; background: #FFFFFFF2; padding: 22px; display: flex; align-items: center; gap: 15px; font-size: 12px; }
.why-caption .icon { width: 33px; height: 33px; color: var(--hs-blue); flex-basis: 33px; }
.why-copy h2 { font-size: clamp(29px, 2.65vw, 38px); }
.why-copy .eyebrow { font-size: 9px; margin-bottom: 15px; }
.lead { font-size: 14px; }
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 30px; margin-top: 30px; }
.benefit .icon { color: var(--hs-blue); margin-bottom: 13px; }
.benefit h3 { font-size: 15px; margin-bottom: 8px; }
.benefit p { font-size: 12px; line-height: 1.8; margin-bottom: 0; }
/* Formación */
.training-section { background: radial-gradient(ellipse at 20% 100%, #13589A 0, var(--hs-navy) 65%); padding: 74px 0; color: white; }
.training-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 75px; align-items: center; }
.light { color: #9FDDFB; font-size: 9px; }
.training-copy h2 { color: white; }
.training-copy p { color: #CFDFEF; font-size: 14px; line-height: 1.85; }
.training-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 23px 30px; }
.training-tags span { border: 1px solid #FFFFFF35; border-radius: 20px; padding: 5px 12px; font-size: 10px; color: #E1EFFB; }
.training-image { position: relative; height: 375px; }
.training-image img { width: 100%; height: 100%; border-radius: 18px 70px 18px 18px; }
.training-image > span { position: absolute; bottom: -16px; left: 25px; right: 25px; display: flex; align-items: center; gap: 12px; padding: 17px 20px; border-radius: 10px; background: #14508F; box-shadow: 0 15px 30px #001E4420; color: white; font-size: 12px; }
.training-image > span .icon { color: var(--hs-sky); }
/* Galería y presentación institucional */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery-card { margin: 0; height: 300px; border-radius: 15px; overflow: hidden; position: relative; }
.gallery-card:after { content: ''; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent, #022D65E8); }
.gallery-card img { width: 100%; height: 100%; transition: transform .6s; }
.gallery-card:hover img { transform: scale(1.05); }
.gallery-card figcaption { position: absolute; z-index: 1; bottom: 22px; left: 20px; right: 15px; }
.gallery-card small { color: #CEE6FC; font-size: 10px; }
.gallery-card h3 { color: white; font-size: 18px; margin: 8px 0 0; }
.image-disclaimer { font-size: 11px; margin: 19px 0 0; }
.about-section { padding: 72px 0; background: #F4F8FC; border-block: 1px solid var(--line); }
.about-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 100px; align-items: center; }
.about-grid h2 { margin-bottom: 0; }
.about-grid h2 span { color: var(--hs-blue); }
.about-lead { color: var(--hs-navy); font-size: 19px; line-height: 1.65; }
.about-grid p:not(.about-lead) { font-size: 14px; }
.about-promise { display: flex; gap: 9px; align-items: center; color: var(--hs-navy); font-size: 12px; font-weight: 600; }
.about-promise .icon { color: var(--hs-blue); width: 19px; height: 19px; }
/* Acordeón accesible: details funciona también sin JavaScript. */
.faq-grid { display: grid; grid-template-columns: 1fr 1.8fr; gap: 100px; }
.faq-intro .eyebrow { font-size: 9px; }
.faq-intro p { font-size: 14px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item summary { padding: 23px 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; font-size: 14px; font-weight: 600; color: var(--hs-navy); line-height: 1.5; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { font-size: 23px; font-weight: 400; color: var(--hs-blue); transition: transform .2s; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { font-size: 13px; margin: 0 35px 23px 4px; }
/* Contacto */
.contact-section { background: linear-gradient(120deg, #EDF5FC, #F8FBFE); border-top: 1px solid var(--line); }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 95px; align-items: center; }
.contact-copy h2 { font-size: clamp(32px, 3vw, 42px); }
.contact-copy > p { font-size: 14px; max-width: 400px; }
.contact-details { display: grid; gap: 19px; margin-top: 35px; max-width: 340px; }
.contact-details > a, .contact-details > div { display: flex; gap: 15px; align-items: center; }
.contact-details > a > .icon:first-child, .contact-details > div > .icon { box-sizing: content-box; padding: 12px; background: white; border-radius: 10px; color: var(--hs-blue); }
.contact-details small { display: block; letter-spacing: .12em; color: var(--muted); font-size: 9px; }
.contact-details strong { color: var(--hs-navy); font-size: 15px; font-weight: 600; }
.contact-details > a > .icon:last-child { margin-left: auto; width: 18px; height: 18px; color: var(--hs-blue); }
.contact-card { padding: 34px; border: 1px solid #DFEAF4; border-radius: 18px; background: white; box-shadow: var(--shadow); min-width: 0; }
.contact-card h3 { font-size: 20px; margin-bottom: 8px; }
.contact-card > p { font-size: 12px; margin-bottom: 23px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px 16px; }
label { display: block; font-size: 11px; font-weight: 650; color: var(--hs-navy); min-width: 0; }
label > span { color: var(--hs-blue); }
input, select, textarea { display: block; width: 100%; min-width: 0; margin-top: 7px; border: 1px solid #D8E3EE; background: #FBFCFE; color: var(--text); padding: 11px 12px; border-radius: 6px; font-size: 12px; line-height: 1.5; }
input, select { height: 44px; }
select { padding-right: 22px; text-overflow: ellipsis; }
textarea { resize: vertical; min-height: 106px; max-height: 400px; }
input::placeholder, textarea::placeholder { color: #6B7D90; }
.full-width { grid-column: 1 / -1; }
.contact-card .btn { width: 100%; margin-top: 21px; }
.contact-card .btn > .icon:last-child { margin-left: auto; }
.form-help { display: block; color: #657B8F; font-size: 10px; text-align: center; line-height: 1.7; margin-top: 13px; }
#form-status { font-size: 12px; margin: 12px 0 0; color: var(--hs-navy); }
#form-status:empty { display: none; }
#form-status a { text-decoration: underline; font-weight: 600; }
/* Pie de página */
.site-footer { background: #052E60; color: #CDDCEE; padding-top: 58px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr; gap: 80px; padding-bottom: 45px; }
.site-footer .brand-name { color: white; }
.site-footer .brand-name small { color: var(--hs-sky); }
.footer-brand p { color: #B5CEE4; max-width: 320px; font-size: 12px; margin-top: 19px; }
.footer-country { color: #89AECF; letter-spacing: .14em; font-size: 8px; }
.footer-grid h2 { color: white; font-size: 13px; letter-spacing: 0; margin: 8px 0 18px; }
.footer-grid > div:not(:first-child) a { display: block; font-size: 12px; margin-bottom: 10px; }
.site-footer a:hover { color: white; }
.footer-grid .icon { width: 16px; height: 16px; margin-left: 8px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding: 21px 0; border-top: 1px solid #FFFFFF20; font-size: 10px; color: #A5C2DC; }
.floating-whatsapp { position: fixed; right: 25px; bottom: 23px; z-index: 25; display: flex; align-items: center; gap: 10px; padding: 15px; background: var(--hs-blue); color: white; box-shadow: 0 5px 20px #063A7835; border: 1px solid #FFFFFF60; border-radius: 50px; animation: float-in .5s ease-out; transition: background .2s, transform .2s; }
.floating-whatsapp span { font-size: 11px; font-weight: 600; }
.floating-whatsapp:hover { background: var(--hs-navy); transform: translateY(-3px); }
/* Animación progresiva: el contenido sigue visible sin JS. */
.reveal-pending { opacity: 0; transform: translateY(20px); }
.reveal { transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes float-in { from { opacity: 0; transform: translateY(15px); } to { opacity: 1; transform: translateY(0); } }
/* Adaptaciones sin dependencias: escritorio, tablet y móvil. */
@media (min-width: 1600px) { .hero-grid { padding-block: 85px 100px; } h1 { font-size: 57px; } }
@media (max-width: 1200px) {
    .container { width: calc(100% - 64px); }
    .main-nav { gap: 15px; }
    .brand-name { font-size: 11px; }
    .brand { gap: 9px; }
    .main-nav > a { font-size: 11px; }
    .main-nav .nav-cta { padding-inline: 12px; }
    .hero-grid { gap: 40px; }
    .hero-photo { height: 480px; }
    .hero-actions .btn { padding-inline: 15px; font-size: 12px; }
    .service-body { padding: 19px 16px; }
    .services-grid { gap: 16px; }
    .why-grid, .training-grid { gap: 48px; }
    .contact-grid, .faq-grid { gap: 55px; }
}
@media (max-width: 1020px) {
    .nav-wrap { min-height: 78px; }
    .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; background: var(--soft); border: 1px solid var(--line); border-radius: 8px; padding: 11px; }
    .menu-toggle span { display: block; height: 2px; width: 20px; background: var(--hs-navy); transition: transform .2s, opacity .2s; }
    .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); }
    .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: white; padding: 20px 32px 28px; border-bottom: 1px solid var(--line); box-shadow: 0 18px 20px #063A780D; max-height: calc(100dvh - 78px); overflow-y: auto; }
    .main-nav.is-open { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
    .main-nav > a, .main-nav .nav-cta { font-size: 14px; }
    .main-nav > a:not(.btn) { padding: 11px 5px; }
    .main-nav > a:after { display: none; }
    .main-nav .nav-cta { margin-top: 12px; }
    .hero-grid { gap: 32px; }
    .hero h1 { font-size: 41px; }
    .hero-photo { height: 490px; }
    .hero-note { left: -12px; right: 0; padding: 16px 12px; }
    .hero-note small { font-size: 9px; }
    .hero-seal { right: -8px; padding: 12px; }
    .hero .eyebrow { font-size: 8px; }
    .process-step { padding-inline: 15px; gap: 9px; }
    .process-step h2 { font-size: 12px; }
    .process-icon { width: 34px; height: 38px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); gap: 25px; }
    .service-body { padding: 24px; }
    .service-body h3 { font-size: 21px; }
    .service-body p { font-size: 14px; }
    .service-body .text-link { font-size: 13px; }
    .service-image { aspect-ratio: 1.7; }
    .why-grid { gap: 35px; }
    .why-visual { height: 570px; }
    .benefits-grid { gap: 22px 20px; }
    .training-grid { gap: 35px; }
    .training-copy h2 { font-size: 33px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .gallery-card { height: 290px; }
    .about-grid { gap: 50px; }
    .faq-grid { grid-template-columns: 1fr 1.6fr; gap: 40px; }
    .contact-grid { gap: 35px; }
    .contact-card { padding: 26px; }
    .form-grid { grid-template-columns: 1fr; }
    .footer-grid { gap: 40px; }
}
@media (max-width: 760px) {
    html { scroll-padding-top: 95px; }
    .container { width: calc(100% - 40px); }
    .section { padding: 65px 0; }
    .utility-bar { font-size: 9px; }
    .utility-label { display: none; }
    .brand-name { font-size: 12px; }
    .brand-mark { transform: scale(.9); margin-left: -3px; margin-right: -3px; }
    .nav-wrap { min-height: 74px; }
    .main-nav { padding-inline: 20px; }
    .hero-grid { grid-template-columns: 1fr; gap: 34px; padding-block: 42px 58px; }
    .hero h1 { font-size: clamp(36px, 7.2vw, 52px); max-width: 620px; }
    .hero .eyebrow { font-size: 9px; margin-bottom: 20px; }
    .hero-copy > p { font-size: 14px; max-width: 600px; }
    .hero-points { max-width: none; margin-top: 23px; gap: 10px 15px; }
    .hero-points span { font-size: 10px; }
    .hero-visual { margin-inline: 10px; }
    .hero-photo { height: 400px; border-radius: 65px 17px 65px 17px; }
    .hero-seal { top: 31px; right: -10px; }
    .hero-note { right: 14px; left: -10px; padding: 17px; }
    .hero-note small { font-size: 10px; }
    .photo-caption { left: 27px; bottom: 95px; }
    .process-grid { grid-template-columns: 1fr 1fr; padding-block: 12px; }
    .process-step, .process-step:first-child { padding: 17px 10px; }
    .process-step:nth-child(2) { border-right: 0; }
    .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .process-step small { font-size: 8px; }
    .process-step h2 { font-size: 12px; }
    .process-icon { width: 35px; }
    .split-heading { display: block; }
    .split-heading > p { max-width: 100%; margin-top: 20px; }
    .section-heading { margin-bottom: 30px; }
    .eyebrow { font-size: 9px; }
    .services-grid { grid-template-columns: 1fr; gap: 22px; }
    .service-image { aspect-ratio: 1.7; }
    .service-body { padding: 25px; }
    .service-body h3 { font-size: 23px; }
    .service-body p { font-size: 14px; }
    .service-number { font-size: 10px; }
    .section-footnote { text-align: center; }
    .areas-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
    .area-card { padding: 23px 10px; }
    .why-grid { grid-template-columns: 1fr; gap: 36px; }
    .why-visual { height: 380px; }
    .why-copy h2 { font-size: 32px; }
    .benefits-grid { gap: 28px 22px; }
    .benefit p { font-size: 13px; }
    .training-section { padding: 57px 0 70px; }
    .training-grid { grid-template-columns: 1fr; gap: 37px; }
    .training-image { height: 300px; }
    .gallery-grid { grid-template-columns: 1fr; gap: 17px; }
    .gallery-card { height: 310px; }
    .about-section { padding: 57px 0; }
    .about-grid { grid-template-columns: 1fr; gap: 26px; }
    .about-lead { font-size: 18px; }
    .faq-grid { grid-template-columns: 1fr; gap: 30px; }
    .faq-intro h2 br { display: none; }
    .faq-item summary { font-size: 14px; }
    .contact-grid { grid-template-columns: 1fr; gap: 35px; }
    .contact-copy h2 { max-width: 550px; }
    .contact-card { padding: 25px 22px; }
    .contact-card h3 { font-size: 21px; }
    label { font-size: 12px; }
    input, select, textarea { font-size: 16px; }
    input, select { height: 49px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 28px 20px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-grid > div:not(:first-child) a { font-size: 11px; }
    .footer-bottom { flex-direction: column; gap: 12px; padding-bottom: 95px; }
    .floating-whatsapp { padding: 15px; bottom: 18px; right: 18px; }
    .floating-whatsapp span { display: none; }
}
@media (max-width: 360px) {
    .container { width: calc(100% - 30px); }
    .brand-name { font-size: 10px; }
    .hero h1 { font-size: 34px; }
    .hero-actions { flex-direction: column; }
    .hero-note small { font-size: 9px; }
    .hero-note strong { font-size: 11px; }
    .note-icon { width: 35px; }
    .hero-note > .icon { display: none; }
    .benefits-grid { grid-template-columns: 1fr; }
    .utility-bar .container { gap: 6px; }
    .utility-bar { font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *:before, *:after { animation: none !important; transition: none !important; }
    .reveal-pending { opacity: 1; transform: none; }
}
@media print {
    .site-header { position: static; }
    .main-nav, .menu-toggle, .floating-whatsapp, .utility-bar, .contact-card { display: none; }
    .reveal-pending { opacity: 1; transform: none; }
    .section { padding: 25px 0; }
}
