@font-face {
  font-family: "Inter";
  src: url("../fonts/inter-variable-latin.ttf") format("truetype");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --color-primary: #00aaa3;
  --color-primary-dark: #008f89;
  --color-primary-soft: #eaf9f7;
  --color-ink: #20282e;
  --color-text: #4f5c64;
  --color-muted: #6f7a81;
  --color-border: #dfe7e8;
  --color-surface: #f7faf9;
  --color-white: #fff;
  --color-yellow: #f6c515;
  --color-danger: #a73535;
  --color-success: #177246;
  --shadow-sm: 0 8px 26px rgba(26, 46, 48, .08);
  --shadow-lg: 0 28px 80px rgba(21, 44, 46, .18);
  --radius-sm: .65rem;
  --radius-md: 1.1rem;
  --radius-lg: 1.8rem;
  --container: 1180px;
  --font-body: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --fs-body: 1rem;
  --fs-small: .875rem;
  --fs-button: .9375rem;
  --fs-h1: clamp(2.65rem, 6vw, 4.9rem);
  --fs-h2: clamp(2rem, 4vw, 3.25rem);
  --fs-h3: clamp(1.15rem, 2vw, 1.45rem);
  --line-body: 1.68;
  --line-heading: 1.08;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 8.5rem; }
body { margin: 0; background: var(--color-white); color: var(--color-text); font-family: var(--font-body); font-size: var(--fs-body); font-optical-sizing: auto; line-height: var(--line-body); -webkit-font-smoothing: antialiased; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .2em; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--color-ink); font-weight: 800; line-height: var(--line-heading); letter-spacing: -.035em; }
h1 { font-size: var(--fs-h1); margin-bottom: 1.35rem; }
h2 { font-size: var(--fs-h2); margin-bottom: 1.1rem; }
h3 { font-size: var(--fs-h3); margin-bottom: .75rem; letter-spacing: -.02em; }
p { margin-bottom: 1.15rem; }
ul, ol { padding-left: 1.2rem; }
:focus-visible { outline: 3px solid var(--color-yellow); outline-offset: 3px; }
.container { width: min(100% - 2.5rem, var(--container)); margin-inline: auto; }
.narrow { max-width: 820px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 1000; top: .75rem; left: .75rem; transform: translateY(-150%); padding: .75rem 1rem; background: var(--color-ink); color: #fff; border-radius: .5rem; }
.skip-link:focus { transform: none; }
.eyebrow { display: inline-block; margin-bottom: .8rem; color: var(--color-primary-dark); font-size: .75rem; font-weight: 800; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-light { color: #b8fff7; }
.lead { font-size: clamp(1.08rem, 2vw, 1.3rem); max-width: 40rem; }
.text-link, .as-button { display: inline-flex; align-items: center; gap: .4rem; color: var(--color-primary-dark); font-weight: 800; text-decoration: none; }
.text-link::after, .as-button::after { content: "→"; transition: transform .2s ease; }
.text-link:hover::after, .as-button:hover::after { transform: translateX(.25rem); }
.as-button { padding: 0; border: 0; background: none; cursor: pointer; font-size: inherit; }
.button-row, .hero-actions, .prefooter-actions, .location-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .75rem; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; gap: .5rem; padding: .78rem 1.2rem; border: 1px solid transparent; border-radius: .75rem; cursor: pointer; font-size: var(--fs-button); font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .2s ease, background-color .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--color-primary); color: #073a35; box-shadow: 0 7px 20px rgba(0, 170, 163, .22); }
.button-primary:hover { background: #12d0bd; }
.button-outline { border-color: var(--color-primary); background: #fff; color: var(--color-primary-dark); }
.button-outline:hover { background: var(--color-primary-soft); }
.button-text { color: var(--color-ink); }
.button-light { background: #fff; color: var(--color-ink); }
.button-ghost-light { border-color: rgba(255, 255, 255, .4); color: #fff; }

.site-header { position: sticky; z-index: 100; top: 0; width: 100%; background: rgba(255, 255, 255, .96); box-shadow: 0 1px 0 rgba(24, 52, 54, .08); backdrop-filter: blur(14px); }
.topbar { max-height: 2.45rem; overflow: hidden; background: var(--color-ink); color: #e8efef; transition: max-height .25s ease, opacity .25s ease; }
.topbar-inner { min-height: 2.45rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; font-size: .8rem; }
.topbar-links { display: flex; gap: 1.4rem; }
.topbar a { color: #fff; text-decoration: none; }
.nav-wrap { transition: box-shadow .25s ease; }
.nav-inner { min-height: 6.4rem; display: flex; align-items: center; gap: 1.15rem; transition: min-height .25s ease; }
.brand { flex: 0 0 auto; margin-right: auto; }
.brand img { width: 10.6rem; max-height: 5.4rem; object-fit: contain; transition: width .25s ease, max-height .25s ease; }
.main-nav { display: flex; align-items: center; gap: .25rem; }
.main-nav a { position: relative; padding: .7rem .62rem; color: var(--color-ink); font-size: .875rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.main-nav a::after { position: absolute; right: .6rem; bottom: .25rem; left: .6rem; height: 2px; background: var(--color-primary); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav a.active { color: var(--color-primary-dark); }
.nav-cta { white-space: nowrap; }
.menu-toggle { display: none; width: 3rem; height: 3rem; padding: .65rem; border: 1px solid var(--color-border); background: #fff; border-radius: .65rem; cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: .28rem 0; background: var(--color-ink); }
.site-header.is-compact .topbar { max-height: 0; opacity: 0; }
.site-header.is-compact .nav-inner { min-height: 4.7rem; }
.site-header.is-compact .brand img { width: 7.8rem; max-height: 3.9rem; }

.hero { padding: 2rem 0 3.5rem; background: #fff; }
.hero-shell { display: grid; grid-template-columns: .95fr 1.15fr; align-items: stretch; gap: 0; overflow: hidden; border: 1px solid #d8efec; border-radius: var(--radius-lg); background: var(--color-primary-soft); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 5vw, 4.8rem); background: linear-gradient(135deg, #effcfa 0%, #e6f8f5 100%); }
.hero h1 { font-size: clamp(2.5rem, 5.1vw, 4.7rem); }
.hero h1 em { color: var(--color-primary-dark); font-style: normal; }
.hero-actions { margin-top: .5rem; }
.hero-points { display: grid; gap: .4rem; margin: 1.8rem 0 0; padding: 1.35rem 0 0; border-top: 1px solid #c4e7e2; list-style: none; }
.hero-points li { position: relative; padding-left: 1.25rem; font-size: .92rem; }
.hero-points li::before { position: absolute; top: .64rem; left: 0; width: .45rem; height: .45rem; background: var(--color-primary); border-radius: 50%; content: ""; }
.hero-media { position: relative; min-height: 36rem; overflow: hidden; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.hero-card { position: absolute; right: 1.5rem; bottom: 1.5rem; left: auto; width: min(21rem, calc(100% - 3rem)); padding: 1rem 1.2rem; background: rgba(255, 255, 255, .94); border: 1px solid rgba(255, 255, 255, .9); border-radius: .9rem; box-shadow: var(--shadow-sm); }
.hero-card strong, .hero-card span { display: block; }
.hero-card strong { color: var(--color-ink); }
.hero-card span { margin-top: .2rem; font-size: .85rem; line-height: 1.45; }

.section { padding: clamp(4rem, 8vw, 7rem) 0; }
.section-soft { background: var(--color-surface); }
.section-heading { margin-bottom: 2.5rem; }
.section-heading > p { max-width: 35rem; }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 3rem; }
.split-heading > div { max-width: 42rem; }
.centered-heading { max-width: 49rem; margin-right: auto; margin-left: auto; text-align: center; }
.centered-heading p { margin-right: auto; margin-left: auto; }
.service-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.service-feature { overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; box-shadow: 0 1px 0 rgba(26, 50, 52, .02); }
.service-feature > img { width: 100%; aspect-ratio: 1.65; object-fit: cover; }
.service-feature > div { position: relative; padding: 1.5rem; }
.icon-badge { width: 2.9rem; height: 2.9rem; margin-top: -3rem; margin-bottom: 1rem; padding: .62rem; background: #e5f8f7; border: 4px solid #fff; border-radius: 50%; filter: none; box-sizing: content-box; }
.service-feature p { min-height: 6.6rem; font-size: .93rem; }
.section-cta { margin-top: 2rem; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { position: relative; padding: 2rem; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; }
.steps img, .trust-cards img, .certificate-grid img { filter: none; }
.step-number { position: absolute; top: 1.2rem; right: 1.3rem; color: #9ab3b1; font-size: .8rem; font-weight: 800; }
.steps h3 { margin-top: 1.1rem; }
.steps p { margin-bottom: 0; }
.trust-layout { display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(2rem, 6vw, 5rem); }
.trust-copy p { max-width: 38rem; }
.trust-cards { display: grid; gap: .8rem; }
.trust-cards article { padding: 1.45rem; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; }
.trust-cards img { float: left; margin: .1rem 1rem 2.2rem 0; }
.trust-cards p { margin-bottom: 0; }
.location-section { padding-top: 0; }
.location-card { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 5vw, 3.5rem); background: var(--color-primary-soft); border: 1px solid #cdece7; border-radius: var(--radius-lg); }
.location-card > div:first-child { max-width: 43rem; }
.location-actions { flex-direction: column; align-items: flex-start; }

.page-hero { padding: clamp(3rem, 7vw, 5.5rem) 0; background: linear-gradient(135deg, #effcfa 0%, #fff 66%); border-bottom: 1px solid var(--color-border); }
.page-hero-grid { display: grid; grid-template-columns: 1fr .65fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.page-hero h1 { font-size: clamp(2.5rem, 5vw, 4.3rem); }
.page-hero p { max-width: 42rem; font-size: 1.12rem; }
.page-hero-grid > img { width: 100%; max-height: 24rem; object-fit: cover; border-radius: var(--radius-lg); }
.page-hero-mark { display: grid; min-height: 18rem; place-items: center; border: 1px solid #d1ece8; background: #fff; border-radius: var(--radius-lg); }
.page-hero-mark img { max-width: 18rem; }
.page-hero-centered { min-height: 32rem; display: grid; align-items: center; text-align: center; }
.prose-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 7vw, 6rem); }
.prose { font-size: 1.05rem; }
.value-grid, .product-grid, .service-icon-grid, .certificate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.value-grid { grid-template-columns: repeat(4, 1fr); }
.value-grid article, .product-grid article, .service-icon-grid article, .certificate-grid article { padding: 1.6rem; border: 1px solid var(--color-border); border-radius: var(--radius-md); background: #fff; }
.value-grid span, .product-icon { display: inline-grid; width: 2.5rem; height: 2.5rem; place-items: center; margin-bottom: 1rem; background: var(--color-primary-soft); color: var(--color-primary-dark); border-radius: 50%; font-size: .8rem; font-weight: 800; }
.callout { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2rem, 5vw, 3.5rem); border: 1px solid #c9e9e5; background: var(--color-primary-soft); border-radius: var(--radius-lg); }
.callout > div { max-width: 47rem; }
.detailed-services { display: grid; gap: 1.5rem; }
.detailed-services article { display: grid; grid-template-columns: .8fr 1.2fr; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-lg); }
.detailed-services article > img { width: 100%; height: 100%; min-height: 26rem; object-fit: cover; }
.detailed-services article > div { padding: clamp(2rem, 5vw, 3.7rem); background: #fff; }
.detailed-services article:nth-child(even) > img { order: 2; }
.service-tag { display: inline-block; margin-bottom: .7rem; color: var(--color-primary-dark); font-size: .75rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.detailed-services li, .check-list li { margin-bottom: .45rem; }
.notice-card { max-width: 52rem; margin-bottom: 2rem; padding: clamp(2rem, 5vw, 3.5rem); border-left: .35rem solid var(--color-primary); background: var(--color-primary-soft); border-radius: 0 var(--radius-lg) var(--radius-lg) 0; }
.legal-note { margin-top: 1.5rem; padding: 1.2rem 1.4rem; background: #fff9d8; border: 1px solid #eedf80; border-radius: .8rem; }
.account-layout { display: grid; grid-template-columns: 1.25fr .75fr; align-items: start; gap: clamp(2rem, 7vw, 6rem); }
.check-list { padding-left: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.7rem; }
.check-list li::before { position: absolute; left: 0; color: var(--color-primary-dark); content: "✓"; font-weight: 900; }
.security-card { padding: 2rem; background: var(--color-ink); color: #dce5e5; border-radius: var(--radius-lg); }
.security-card h3 { color: #fff; }
.certificate-grid { margin-bottom: 2rem; }
.contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; align-items: start; gap: clamp(2rem, 7vw, 6rem); }
.contact-copy { position: sticky; top: 7rem; }
.contact-list { display: grid; gap: .7rem; margin-top: 2rem; }
.contact-list a, .contact-list > div { display: flex; flex-direction: column; padding: 1rem 1.1rem; border: 1px solid var(--color-border); border-radius: .8rem; text-decoration: none; }
.contact-list span { margin-top: .15rem; color: var(--color-muted); font-size: .9rem; overflow-wrap: anywhere; }
.form-card { padding: clamp(1.5rem, 4vw, 2.5rem); border: 1px solid var(--color-border); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }

.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.form-grid label { display: grid; gap: .42rem; color: var(--color-ink); font-size: .88rem; font-weight: 750; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; min-height: 3rem; padding: .72rem .85rem; border: 1px solid #bdcbcd; background: #fff; color: var(--color-ink); border-radius: .65rem; outline: 0; }
.form-grid textarea { min-height: 8rem; resize: vertical; }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus { border-color: var(--color-primary); box-shadow: 0 0 0 3px rgba(0, 170, 163, .17); }
.field-full { grid-column: 1 / -1; }
.check { grid-template-columns: auto 1fr; align-items: start; }
.check input { width: 1.15rem; min-height: 1.15rem; margin-top: .2rem; }
.check a { color: var(--color-primary-dark); }
.form-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.form-actions p { margin: 0; font-size: .85rem; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.alert { margin-bottom: 1rem; padding: .9rem 1rem; border-radius: .7rem; font-size: .92rem; }
.alert-success { border: 1px solid #94d0b3; background: #e9f8f0; color: var(--color-success); }
.alert-error { border: 1px solid #e1aaaa; background: #fff0f0; color: var(--color-danger); }

.legal-page { padding-top: 3.5rem; }
.legal-updated { color: var(--color-muted); font-size: .88rem; }
.legal-summary { margin: 1.5rem 0 2.5rem; padding: 1.25rem 1.4rem; background: var(--color-primary-soft); border-left: 4px solid var(--color-primary); border-radius: 0 .7rem .7rem 0; }
.legal-prose h2 { margin-top: 2.2rem; font-size: 1.55rem; }
.legal-prose li { margin-bottom: .45rem; }

.prefooter { padding: clamp(3rem, 7vw, 5rem) 0; background: var(--color-primary-dark); color: #dff9f6; }
.prefooter h2 { color: #fff; }
.prefooter p { max-width: 44rem; margin-bottom: 0; }
.prefooter-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.site-footer { padding: 4.5rem 0 1.6rem; background: #171d21; color: #bfc9ca; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 2.2rem; }
.footer-brand img { width: 10rem; margin-bottom: 1rem; }
.footer-brand p { max-width: 20rem; }
.site-footer h3 { color: #fff; font-size: 1rem; }
.footer-links { display: grid; gap: .45rem; margin: 0; padding: 0; list-style: none; font-size: .9rem; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.3rem; border-top: 1px solid #30383c; font-size: .8rem; }
.footer-bottom p { margin: 0; }
.footer-bottom nav { display: flex; gap: 1rem; }
.footer-bottom a { text-decoration: none; }
.whatsapp-float { position: fixed; z-index: 50; right: 1.25rem; bottom: 1.25rem; display: grid; width: 3.6rem; height: 3.6rem; place-items: center; background: #21c063; border: 4px solid #fff; border-radius: 50%; box-shadow: var(--shadow-lg); }
.whatsapp-float img { filter: brightness(0) invert(1); }

.modal[hidden] { display: none; }
.modal { position: fixed; z-index: 500; inset: 0; display: grid; place-items: center; padding: 1rem; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(15, 25, 29, .7); backdrop-filter: blur(4px); }
.modal-panel { position: relative; z-index: 1; width: min(100%, 780px); max-height: calc(100vh - 2rem); overflow-y: auto; padding: clamp(1.5rem, 4vw, 2.7rem); background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.modal-close { position: absolute; top: 1rem; right: 1rem; display: grid; width: 2.5rem; height: 2.5rem; place-items: center; border: 1px solid var(--color-border); background: #fff; border-radius: 50%; cursor: pointer; font-size: 1.7rem; line-height: 1; }
.modal-heading { padding-right: 2.5rem; }
.modal-heading h2 { font-size: clamp(1.8rem, 4vw, 2.6rem); }

@media (max-width: 1080px) {
  .main-nav a { padding-inline: .38rem; font-size: .81rem; }
  .nav-cta { padding-inline: .8rem; font-size: .8rem; }
  .brand img { width: 8.7rem; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 900px) {
  .topbar-inner > span, .topbar-links a:last-child { display: none; }
  .topbar-inner { justify-content: center; }
  .menu-toggle { display: block; }
  .nav-inner { min-height: 5.1rem; }
  .brand img { width: 7.8rem; max-height: 4.2rem; }
  .nav-cta { margin-left: auto; }
  .main-nav { position: absolute; top: 100%; right: 0; left: 0; display: none; align-items: stretch; padding: .75rem 1.25rem 1.25rem; background: #fff; box-shadow: 0 18px 30px rgba(20, 43, 45, .14); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: .7rem 0; }
  .main-nav a::after { right: 0; left: 0; }
  .hero-shell, .page-hero-grid, .trust-layout, .prose-grid, .account-layout, .contact-layout { grid-template-columns: 1fr; }
  .hero-media { min-height: 27rem; }
  .service-feature-grid, .steps, .product-grid, .service-icon-grid, .certificate-grid { grid-template-columns: repeat(2, 1fr); }
  .detailed-services article { grid-template-columns: 1fr; }
  .detailed-services article > img { min-height: 21rem; }
  .detailed-services article:nth-child(even) > img { order: 0; }
  .contact-copy { position: static; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  :root { --fs-body: .975rem; }
  .container { width: min(100% - 1.5rem, var(--container)); }
  .topbar-links { gap: .5rem; }
  .nav-cta { display: none; }
  .hero { padding-top: .75rem; }
  .hero-copy { padding: 2rem 1.25rem; }
  .hero h1 { font-size: clamp(2.3rem, 12vw, 3.4rem); }
  .hero-media { min-height: 21rem; }
  .hero-card { right: .75rem; bottom: .75rem; left: .75rem; width: auto; }
  .split-heading, .location-card, .callout, .prefooter-inner, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .service-feature-grid, .steps, .value-grid, .product-grid, .service-icon-grid, .certificate-grid, .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .service-feature p { min-height: auto; }
  .page-hero-mark { min-height: 13rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom nav { flex-wrap: wrap; }
  .modal { padding: 0; align-items: end; }
  .modal-panel { max-height: 94vh; border-radius: 1.2rem 1.2rem 0 0; }
  .whatsapp-float { right: .8rem; bottom: .8rem; }
}

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

/* Páginas y navegación v5 */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle { position: relative; display: inline-flex; align-items: center; gap: .3rem; padding: .7rem .72rem; border: 0; background: transparent; color: var(--color-ink); cursor: pointer; font-size: .94rem; font-weight: 600; }
.nav-dropdown-toggle::after { position: absolute; right: .7rem; bottom: .25rem; left: .7rem; height: 2px; background: var(--color-primary); content: ""; transform: scaleX(0); transition: transform .2s ease; }
.nav-dropdown-toggle:hover::after, .nav-dropdown-toggle.active::after { transform: scaleX(1); }
.nav-dropdown-menu { position: absolute; z-index: 120; top: calc(100% + .35rem); left: 50%; display: none; width: 19rem; padding: .65rem; background: #fff; border: 1px solid var(--color-border); border-radius: 1rem; box-shadow: 0 20px 45px rgba(18, 45, 47, .15); transform: translateX(-50%); }
.nav-dropdown.open .nav-dropdown-menu, .nav-dropdown:hover .nav-dropdown-menu, .nav-dropdown:focus-within .nav-dropdown-menu { display: grid; }
.nav-dropdown-menu a { padding: .65rem .8rem; border-radius: .55rem; font-size: .88rem; }
.nav-dropdown-menu a:hover { background: var(--color-primary-soft); }

.section-tight { padding: 0 0 clamp(3rem, 6vw, 5rem); }
.title-accent { display: block; width: 2.7rem; height: .2rem; margin: .75rem 0 1.25rem; background: var(--color-yellow); border-radius: 999px; }
.section-icon { width: 3.8rem; height: 3.8rem; margin-bottom: 1rem; }
.about-selected { padding-top: 3.5rem; }
.about-selected-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.about-panel { display: grid; min-height: 33rem; grid-template-columns: 1fr 1.05fr; overflow: hidden; background: #fff; border: 1px solid var(--color-border); border-radius: 1.2rem; box-shadow: var(--shadow-sm); }
.about-panel-reverse { grid-template-columns: 1.05fr 1fr; }
.about-photo { width: 100%; height: 100%; object-fit: cover; }
.about-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 4vw, 3.2rem); }
.about-copy h2 { font-size: clamp(1.8rem, 2.8vw, 2.5rem); }
.about-copy p { margin-bottom: 0; font-size: .96rem; }
.support-bar { display: grid; grid-template-columns: auto 1.05fr .9fr 1.25fr; align-items: center; gap: 1.5rem; padding: 2.3rem 2.7rem; background: linear-gradient(110deg, #f4fcfb, #fff); border: 1px solid #cfe8e6; border-radius: 1.1rem; box-shadow: var(--shadow-sm); }
.support-bar > img { width: 5.5rem; height: 5.5rem; }
.support-bar h2 { margin-bottom: .45rem; font-size: 1.65rem; }
.support-bar h3 { margin: 0; color: var(--color-primary-dark); font-size: 1.1rem; }
.support-bar a { display: flex; align-items: center; gap: 1rem; min-height: 5rem; padding: 1rem 1.3rem; border-left: 1px solid #bcdedb; text-decoration: none; overflow-wrap: anywhere; }
.support-bar a img { width: 3rem; height: 3rem; }

.service-page { padding: 2.5rem 0 5rem; background: #fff; }
.service-page h1 { font-size: clamp(2.25rem, 4.2vw, 4rem); }
.service-title { margin-bottom: 2rem; }
.service-title.centered-heading { max-width: 70rem; }
.service-feature-layout, .service-split-hero, .spider-hero, .pigeon-hero { display: grid; overflow: hidden; margin-bottom: 2rem; border: 1px solid var(--color-border); border-radius: 1.2rem; box-shadow: var(--shadow-sm); }
.service-feature-layout { grid-template-columns: 1.45fr .9fr; }
.service-feature-layout > img, .service-split-hero > img { width: 100%; height: 100%; min-height: 30rem; object-fit: cover; }
.service-aside { padding: clamp(1.5rem, 4vw, 3rem); background: linear-gradient(135deg, #f0fbfa, #fff); }
.service-aside h2 { font-size: 1.75rem; }
.service-aside a { display: flex; align-items: center; gap: .9rem; margin-top: .65rem; padding: .85rem; border: 1px solid #b9e2df; border-radius: .7rem; color: var(--color-ink); font-weight: 750; text-decoration: none; }
.service-aside a:hover { background: #e7f8f6; }
.service-aside img { width: 2rem; height: 2rem; }
.method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.method-grid article, .three-info-grid article, .work-steps article, .seasons-grid article, .sector-grid article { padding: clamp(1.35rem, 3vw, 2rem); background: #fff; border: 1px solid var(--color-border); border-radius: 1rem; box-shadow: 0 8px 24px rgba(26, 46, 48, .05); }
.method-grid article > img, .three-info-grid article > img, .sector-grid article > img { width: 3.2rem; height: 3.2rem; margin-bottom: 1rem; }
.method-grid h2 { font-size: 1.3rem; }
.method-grid p, .method-grid li { font-size: .93rem; }
.service-cta { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; margin-top: 1.5rem; padding: 1.7rem 2rem; background: linear-gradient(110deg, #eaf9f8, #f8fdfd); border: 1px solid #bde5e2; border-radius: 1rem; }
.service-cta > img { width: 4rem; height: 4rem; }
.service-cta h2 { margin: 0; font-size: 1.5rem; }
.service-cta p { margin: .45rem 0 0; }
.service-split-hero { grid-template-columns: .8fr 1.2fr; }
.service-split-photo-first { grid-template-columns: 1.25fr .8fr; }
.service-split-hero > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(2rem, 5vw, 4rem); }
.service-split-hero .button { margin-top: .5rem; }
.service-subheading { margin: 2.7rem 0 1.5rem; text-align: center; }
.service-subheading h2 { margin: 0; font-size: 1.8rem; }
.advantage-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .85rem; }
.advantage-grid article { padding: 1.5rem 1rem; border: 1px solid var(--color-border); border-radius: 1rem; text-align: center; }
.advantage-grid img { width: 3.5rem; height: 3.5rem; margin: 0 auto .8rem; }
.advantage-grid p { margin: 0; color: var(--color-ink); font-weight: 700; }
.info-band { display: grid; grid-template-columns: auto 1fr; gap: 1.6rem; margin-top: 1.2rem; padding: 2rem; background: var(--color-primary-soft); border: 1px solid #c8ebe7; border-radius: 1rem; }
.info-band > img { width: 5rem; height: 5rem; }
.info-band p { margin: 0; }
.environment-row { display: grid; grid-template-columns: repeat(6, 1fr); gap: .75rem; margin-top: 1rem; }
.environment-row span { display: flex; align-items: center; justify-content: center; gap: .55rem; padding: .8rem; border: 1px solid #83d6d1; border-radius: .65rem; color: var(--color-primary-dark); font-weight: 700; }
.environment-row img { width: 1.8rem; height: 1.8rem; }
.three-info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.three-info-grid h2 { font-size: 1.35rem; }
.three-info-grid li { margin-bottom: .5rem; }
.work-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.work-steps article { position: relative; padding-top: 2.7rem; }
.work-steps article > span { position: absolute; top: .8rem; right: .9rem; display: grid; width: 2rem; height: 2rem; place-items: center; background: var(--color-primary); color: #fff; border-radius: 50%; font-weight: 800; }
.work-steps img { width: 3rem; height: 3rem; margin-bottom: .8rem; }
.work-steps h3 { font-size: 1.15rem; }
.work-steps p { margin: 0; }
.seasons-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.seasons-grid article { border-top: 3px solid var(--color-primary); }
.seasons-grid h3 { color: var(--color-primary-dark); }
.seasons-grid p { font-size: .9rem; }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.sector-grid article { background: linear-gradient(135deg, #f2fbfa, #fff); }
.sector-grid h2 { font-size: 1.45rem; }
.alert-signs { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin: 1rem 0 2rem; padding: 2rem; background: #fff9e4; border: 1px solid #f0d66a; border-radius: 1rem; }
.alert-signs li { margin-bottom: .65rem; }
.long-copy { max-width: 75rem; margin: 2rem auto; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--color-border); border-radius: 1rem; }
.long-copy h2 { margin-top: 2rem; font-size: 1.65rem; }
.spider-hero { grid-template-columns: 1fr .75fr .85fr; }
.spider-hero > img { width: 100%; height: 100%; min-height: 31rem; object-fit: cover; }
.spider-hero > div, .spider-hero > aside { padding: clamp(1.5rem, 3.5vw, 2.7rem); }
.spider-hero > div { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.spider-hero > aside { background: linear-gradient(135deg, #eaf9f8, #f8fdfd); }
.spider-hero aside > div { display: grid; grid-template-columns: auto 1fr; gap: .8rem; margin-top: 1rem; }
.spider-hero aside img { width: 2.8rem; height: 2.8rem; }
.spider-hero aside p { margin: 0; font-size: .86rem; }
.pigeon-hero { grid-template-columns: 1.25fr .8fr; }
.pigeon-hero > img { width: 100%; height: 100%; min-height: 30rem; object-fit: cover; }
.pigeon-hero aside { padding: clamp(1.6rem, 4vw, 3rem); }
.pigeon-hero li { margin-bottom: .55rem; }

.certificates-page { min-height: 44rem; }
.certificates-shell { max-width: 75rem; }
.certificates-page h1 { margin-bottom: .3rem; font-size: clamp(2.4rem, 4.5vw, 3.8rem); }
.certificate-steps { display: flex; max-width: 50rem; align-items: center; gap: 1rem; margin: 0 auto 2rem; }
.certificate-steps strong, .certificate-steps > span { display: flex; align-items: center; gap: .7rem; white-space: nowrap; }
.certificate-steps strong { color: var(--color-primary-dark); }
.certificate-steps strong span, .certificate-steps b { display: grid; width: 2.4rem; height: 2.4rem; place-items: center; border: 1px solid var(--color-primary); border-radius: 50%; }
.certificate-steps strong span { background: var(--color-primary); color: #fff; }
.certificate-steps i { flex: 1; height: 1px; background: var(--color-primary); }
.certificate-search { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; padding: 2.8rem clamp(1.5rem, 5vw, 4rem); background: linear-gradient(110deg, #eafafa, #f7fdfc); border: 1px solid #bde5e2; border-radius: 1rem; }
.certificate-search > label { color: var(--color-ink); font-size: 1.35rem; font-weight: 800; }
.rut-field { display: flex; align-items: center; gap: .8rem; padding: 0 1rem; background: #fff; border: 1px solid #cfdadb; border-radius: .65rem; }
.rut-field img { width: 2rem; height: 2rem; }
.rut-field input { width: 100%; min-height: 3.6rem; border: 0; outline: 0; font-size: 1.05rem; }
.et_pb_button { min-height: 3.6rem; padding: .8rem 2rem; border: 0; background: var(--color-primary); color: #fff; border-radius: .65rem; cursor: pointer; font-weight: 800; }
.certificate-response { margin: 2.2rem auto 0; }
.certificate-empty { display: grid; max-width: 48rem; place-items: center; margin: 0 auto; padding: 2.5rem; border: 1px solid var(--color-border); border-radius: 1rem; text-align: center; box-shadow: var(--shadow-sm); }
.certificate-empty img { margin-bottom: 1rem; }
.certificate-empty h2 { font-size: 1.6rem; }

@media (max-width: 1000px) {
  .about-selected-grid, .service-feature-layout, .service-split-hero, .service-split-photo-first, .spider-hero, .pigeon-hero { grid-template-columns: 1fr; }
  .about-panel, .about-panel-reverse { grid-template-columns: 1fr; }
  .about-panel-reverse .about-photo { order: -1; }
  .about-photo { max-height: 25rem; }
  .support-bar { grid-template-columns: auto 1fr; }
  .support-bar a { border-left: 0; border-top: 1px solid #bcdedb; }
  .method-grid, .three-info-grid, .work-steps, .sector-grid { grid-template-columns: 1fr 1fr; }
  .seasons-grid { grid-template-columns: 1fr 1fr; }
  .advantage-grid { grid-template-columns: repeat(3, 1fr); }
  .environment-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .nav-dropdown { display: grid; }
  .nav-dropdown-toggle { justify-content: space-between; padding: .7rem 0; }
  .nav-dropdown-menu { position: static; width: auto; padding: .35rem 0 .35rem 1rem; border: 0; box-shadow: none; transform: none; }
  .nav-dropdown:not(.open) .nav-dropdown-menu { display: none; }
  .nav-dropdown:hover:not(.open) .nav-dropdown-menu { display: none; }
}

@media (max-width: 640px) {
  .method-grid, .three-info-grid, .work-steps, .seasons-grid, .sector-grid, .advantage-grid, .environment-row, .support-bar { grid-template-columns: 1fr; }
  .support-bar > img { display: none; }
  .support-bar a { padding-inline: 0; }
  .service-feature-layout > img, .service-split-hero > img, .spider-hero > img, .pigeon-hero > img { min-height: 18rem; }
  .service-cta { grid-template-columns: 1fr; align-items: start; }
  .alert-signs { grid-template-columns: 1fr; }
  .info-band { grid-template-columns: 1fr; }
  .certificate-steps { align-items: flex-start; flex-direction: column; }
  .certificate-steps i { display: none; }
  .certificate-search { grid-template-columns: 1fr; }
  .et_pb_button { width: 100%; }
}

/* Dirección visual basada en la propuesta aprobada */
:root {
  --color-primary: #00aaa3;
  --color-primary-dark: #008f89;
  --color-primary-soft: #eaf9f8;
  --color-ink: #162631;
  --color-text: #657078;
  --color-border: #dbe4e5;
  --color-surface: #f8fbfb;
  --shadow-sm: 0 10px 30px rgba(28, 61, 63, .07);
  --shadow-lg: 0 25px 70px rgba(18, 45, 47, .17);
  --container: 1440px;
  --radius-md: 1rem;
  --radius-lg: 2.25rem;
  --fs-h1: clamp(2.65rem, 4.5vw, 4.5rem);
  --fs-h2: clamp(1.9rem, 3.3vw, 3rem);
}

.container { width: min(100% - 3.2rem, var(--container)); }
.button-primary { color: #fff; }
.site-header { box-shadow: 0 1px 0 rgba(22, 38, 49, .07); }
.nav-inner { min-height: 6.1rem; gap: 1.4rem; }
.brand { display: inline-flex; align-items: center; gap: 1.15rem; color: #0f171d; text-decoration: none; }
.brand img { width: 7.2rem; max-height: 4.7rem; }
.brand span { font-size: clamp(1.05rem, 1.55vw, 1.45rem); font-weight: 800; letter-spacing: -.035em; white-space: nowrap; }
.main-nav { gap: .45rem; }
.main-nav a { padding: .7rem .72rem; font-size: .94rem; font-weight: 600; }
.nav-cta { min-height: 3.65rem; padding-inline: 1.35rem; border-radius: .65rem; font-size: 1rem; }
.nav-cta img { filter: none; }
.site-header.is-compact .nav-inner { min-height: 4.6rem; }
.site-header.is-compact .brand img { width: 5.7rem; max-height: 3.5rem; }
.site-header.is-compact .brand span { font-size: 1.1rem; }
.site-header.is-compact .nav-cta { min-height: 2.9rem; }

.hero { padding: .75rem 0 .7rem; }
.hero-shell { position: relative; display: block; height: clamp(24.5rem, 28vw, 29rem); min-height: 0; overflow: hidden; border: 1px solid #dceceb; border-radius: 2.7rem; background: #eaf9f8; box-shadow: 0 10px 32px rgba(22, 70, 72, .07); }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; display: grid; grid-template-columns: .92fr 1.08fr; opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(1.15rem); transition: opacity .55s ease, transform .65s cubic-bezier(.2, .7, .2, 1), visibility 0s linear .65s; }
.hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition-delay: 0s; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: clamp(2.35rem, 3.8vw, 4rem) clamp(2.25rem, 4.2vw, 4.5rem); border-right: 3px solid #00aaa3; background: #eaf9f8; }
.hero h1, .hero h2 { margin-bottom: .7rem; font-size: clamp(2.35rem, 3.15vw, 3.35rem); line-height: 1.12; letter-spacing: -.045em; }
.hero h1 > span, .hero h1 > em, .hero h2 > span, .hero h2 > em { display: block; white-space: nowrap; }
.hero h1 em, .hero h2 em { color: #00aaa3; font-style: normal; }
.hero-accent { display: block; width: 2.8rem; height: .2rem; margin: .9rem 0 1rem; background: var(--color-yellow); border-radius: 1rem; }
.hero .lead { max-width: 38rem; margin-bottom: 1.2rem; color: #64737a; font-size: clamp(.92rem, 1.15vw, 1.04rem); line-height: 1.45; }
.hero-cta img, .assurance-phone img { filter: brightness(0) invert(1); }
.hero-media { min-height: 0; margin-left: 0; overflow: hidden; clip-path: none; background: #edf2f1; }
.hero-media::before { display: none; }
.hero-media > img { width: 100%; height: 100%; object-fit: cover; }
.hero-slide.is-active .hero-media > img { animation: hero-breathe 12s ease-in-out infinite alternate; }
.hero-media-rats > img { object-position: 52% 54%; }
.hero-carousel-controls { position: absolute; z-index: 4; right: 1.1rem; bottom: 1rem; display: none; align-items: center; gap: .35rem; padding: .35rem; border: 1px solid rgba(0, 170, 163, .24); background: rgba(255, 255, 255, .9); border-radius: 999px; box-shadow: 0 8px 22px rgba(15, 54, 56, .13); backdrop-filter: blur(8px); }
.js .hero-carousel-controls { display: flex; }
.hero-control, .hero-dot { border: 0; cursor: pointer; }
.hero-control { display: grid; width: 2rem; height: 2rem; place-items: center; padding: 0; background: transparent; color: #075e5a; border-radius: 50%; font-weight: 800; line-height: 1; }
.hero-control:hover { background: #dff6f4; }
.hero-arrow { font-size: 1.55rem; }
.hero-toggle { font-size: .78rem; }
.hero-dots { display: flex; align-items: center; gap: .34rem; padding: 0 .15rem; }
.hero-dot { width: .5rem; height: .5rem; padding: 0; background: #a8d8d4; border-radius: 50%; transition: width .25s ease, background-color .25s ease; }
.hero-dot.is-active { width: 1.25rem; background: #00aaa3; border-radius: 999px; }

.home-services { padding: .55rem 0 .6rem; }
.service-feature-grid { gap: .85rem; }
.service-feature { display: grid; min-height: 11.4rem; grid-template-columns: 1.05fr 1fr; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.service-feature:hover { border-color: #b9ded9; box-shadow: 0 16px 34px rgba(24, 75, 74, .11); transform: translateY(-4px); }
.service-feature > img { width: 100%; height: 100%; aspect-ratio: auto; object-fit: cover; }
.service-feature-copy { position: relative; z-index: 1; display: grid; grid-template-columns: 3rem 1fr; align-content: center; column-gap: .7rem; padding: 1.15rem 1.05rem; background: #fff; }
.service-feature-copy::before { position: absolute; z-index: 0; top: 0; bottom: 0; left: -3rem; width: 3rem; background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .74) 48%, #fff 100%); content: ""; pointer-events: none; }
.service-feature-copy > * { position: relative; z-index: 1; }
.service-feature-copy .icon-badge { grid-column: 1; grid-row: 1; width: 2.25rem; height: 2.25rem; margin: 0; padding: .55rem; border: 0; background: #e5f8f7; }
.service-feature-copy h3 { grid-column: 2; grid-row: 1; align-self: center; margin: 0; font-size: 1.12rem; line-height: 1.12; }
.service-feature-copy p, .service-feature-copy .text-link { grid-column: 1 / -1; }
.service-feature-copy p { min-height: 0; margin: .75rem 0 .5rem; font-size: .84rem; line-height: 1.4; }
.service-feature-copy .text-link { font-size: .84rem; }

.home-process { padding: 1.1rem 0 4.4rem; }
.process-trust-grid { display: grid; grid-template-columns: 1.72fr 1fr; align-items: stretch; gap: 1.3rem; }
.process-panel { padding: .4rem 1.6rem 0; }
.compact-heading { margin-bottom: 1.35rem; }
.compact-heading h2 { margin-bottom: .5rem; font-size: 1.45rem; }
.compact-heading > span { display: block; width: 2rem; height: .18rem; background: var(--color-yellow); border-radius: 1rem; }
.process-panel .steps { position: relative; gap: .7rem; }
.process-panel .steps::before { position: absolute; top: 1.25rem; right: 11%; left: 8%; border-top: 1px dashed var(--color-primary); content: ""; }
.process-panel .steps li { display: grid; grid-template-columns: 3.5rem 1fr; align-items: center; gap: .7rem; padding: 3.25rem .4rem 0; border: 0; background: transparent; }
.process-panel .step-number { z-index: 2; top: 0; left: 1.2rem; display: grid; width: 2.5rem; height: 2.5rem; place-items: center; background: var(--color-primary); color: #fff; border-radius: 50%; box-shadow: 0 5px 14px rgba(0, 170, 163, .22); font-size: 1rem; }
.process-panel .step-icon { display: grid; width: 3.25rem; height: 3.25rem; place-items: center; background: #e9faf8; border-radius: 50%; }
.process-panel .step-icon img { width: 2rem; height: 2rem; }
.process-panel .steps h3 { margin: 0 0 .25rem; font-size: .9rem; }
.process-panel .steps p { margin: 0; color: #34444c; font-size: .75rem; line-height: 1.45; }

.assurance-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 1.2rem 1.4rem; background: linear-gradient(135deg, #eefafa, #f8fdfd); border: 1px solid #e2f2f0; border-radius: 1.25rem; text-align: center; }
.assurance-card > strong { color: var(--color-primary-dark); font-size: .95rem; }
.assurance-card > span { margin: .15rem 0 .7rem; font-size: .85rem; }
.assurance-phone { width: min(100%, 18rem); min-height: 2.9rem; color: #fff; font-size: 1.05rem; }
.assurance-grid { display: grid; width: 100%; grid-template-columns: repeat(3, 1fr); margin-top: .75rem; padding-top: .75rem; border-top: 1px solid #cfe7e4; }
.assurance-grid > div { display: grid; place-items: center; padding: .15rem .5rem; border-right: 1px solid #d8eae8; }
.assurance-grid > div:last-child { border-right: 0; }
.assurance-grid img { margin-bottom: .3rem; filter: none; }
.assurance-grid small { color: #273840; font-size: .66rem; line-height: 1.3; }

.home-about { padding: clamp(3.5rem, 7vw, 6rem) 0; background: #f8fbfb; }
.about-card { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(2rem, 7vw, 6rem); }
.about-card h2 { max-width: 40rem; }
.about-card p { font-size: 1.06rem; }
.location-section { padding-top: 4rem; }
.location-card { border-radius: 1.4rem; }

.button, .text-link, .main-nav a, .brand { transition-timing-function: cubic-bezier(.2, .7, .2, 1); }
.button:hover { box-shadow: 0 10px 25px rgba(0, 170, 163, .2); }
.whatsapp-float::before { position: absolute; inset: -.35rem; border: 1px solid rgba(33, 192, 99, .35); border-radius: 50%; content: ""; animation: whatsapp-ring 2.8s ease-out infinite; }
.modal:not([hidden]) .modal-backdrop { animation: modal-fade .2s ease both; }
.modal:not([hidden]) .modal-panel { animation: modal-rise .3s cubic-bezier(.2, .75, .25, 1) both; }

.motion-ready .reveal-item { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2, .7, .2, 1); }
.motion-ready .reveal-item.reveal-left { transform: translateX(-22px); }
.motion-ready .reveal-item.reveal-right { transform: translateX(22px); }
.motion-ready .reveal-item.is-visible { opacity: 1; transform: none; }
.motion-ready .reveal-delay-1 { transition-delay: .08s; }
.motion-ready .reveal-delay-2 { transition-delay: .16s; }

@keyframes hero-breathe { from { transform: scale(1); } to { transform: scale(1.035); } }
@keyframes whatsapp-ring { 0% { opacity: .8; transform: scale(.85); } 75%, 100% { opacity: 0; transform: scale(1.25); } }
@keyframes modal-fade { from { opacity: 0; } to { opacity: 1; } }
@keyframes modal-rise { from { opacity: 0; transform: translateY(18px) scale(.98); } to { opacity: 1; transform: none; } }

@media (max-width: 1120px) {
  .brand span { display: none; }
  .hero-shell { height: 24rem; min-height: 0; }
  .hero-slide { grid-template-columns: .98fr 1.02fr; }
  .hero h1, .hero h2 { font-size: clamp(2.05rem, 4vw, 2.85rem); }
  .hero h1 > span, .hero h1 > em, .hero h2 > span, .hero h2 > em { white-space: normal; }
  .service-feature { grid-template-columns: 1fr; }
  .service-feature > img { height: 8.5rem; }
  .service-feature-copy::before { top: -3rem; right: 0; bottom: auto; left: 0; width: auto; height: 3rem; background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .76) 52%, #fff 100%); }
  .process-trust-grid { grid-template-columns: 1fr; }
  .assurance-card { max-width: 42rem; justify-self: center; }
}

@media (max-width: 900px) {
  .container { width: min(100% - 2rem, var(--container)); }
  .hero-shell { height: 46rem; }
  .hero-slide { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .hero-media { min-height: 0; margin-left: 0; clip-path: none; }
  .hero-media::before { display: none; }
  .hero-copy { padding: 2.5rem; border-right: 0; border-bottom: 3px solid #00aaa3; background: #eaf9f8; }
  .hero-carousel-controls { right: 50%; transform: translateX(50%); }
  .service-feature-grid { grid-template-columns: repeat(3, 1fr); }
  .about-card { grid-template-columns: 1fr; gap: 1rem; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 1.25rem, var(--container)); }
  .brand span { display: none; }
  .hero-shell { height: 39rem; border-radius: 1.5rem; }
  .hero-copy { padding: 2rem 1.35rem; }
  .hero h1, .hero h2 { font-size: clamp(2rem, 9.2vw, 2.75rem); }
  .hero-media { min-height: 0; }
  .service-feature-grid { grid-template-columns: 1fr; }
  .service-feature { grid-template-columns: 1.05fr 1fr; min-height: 10.5rem; }
  .service-feature > img { height: 100%; }
  .service-feature-copy::before { top: 0; right: auto; bottom: 0; left: -2.5rem; width: 2.5rem; height: auto; background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .74) 48%, #fff 100%); }
  .process-panel { padding-inline: .2rem; }
  .process-panel .steps { grid-template-columns: 1fr; gap: 1rem; }
  .process-panel .steps::before { top: 1rem; bottom: 1rem; left: 1.55rem; width: 1px; height: auto; border-top: 0; border-left: 1px dashed var(--color-primary); }
  .process-panel .steps li { min-height: 6.2rem; padding: 0 0 0 4rem; grid-template-columns: 3.5rem 1fr; }
  .process-panel .step-number { top: .2rem; left: .3rem; }
  .assurance-grid small { font-size: .6rem; }
  .about-card h2 { font-size: 2rem; }
}

@media (max-width: 420px) {
  .hero-shell { height: 41rem; }
  .hero-copy { padding: 1.65rem 1.1rem; }
  .hero h1, .hero h2 { font-size: clamp(1.85rem, 9vw, 2.35rem); }
  .hero .lead { font-size: .9rem; }
  .hero-carousel-controls { bottom: .7rem; }
  .service-feature { grid-template-columns: .9fr 1.1fr; }
  .service-feature-copy { grid-template-columns: 2.55rem 1fr; padding: .8rem; }
  .service-feature-copy .icon-badge { width: 1.9rem; height: 1.9rem; padding: .4rem; }
  .service-feature-copy h3 { font-size: 1rem; }
  .service-feature-copy p, .service-feature-copy .text-link { font-size: .75rem; }
  .assurance-card { padding-inline: .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-media > img, .whatsapp-float::before { animation: none !important; }
  .hero-slide { transform: none; transition: none; }
  .motion-ready .reveal-item { opacity: 1; transform: none; transition: none; }
}
