:root {
  --navy-950: #031126;
  --navy-900: #071a35;
  --navy-800: #0a264d;
  --blue-600: #087bf4;
  --blue-500: #18a8ff;
  --blue-300: #7fd7ff;
  --cyan: #38d8ff;
  --yellow: #ffd128;
  --white: #ffffff;
  --ice: #f4f9ff;
  --gray-100: #edf3f9;
  --gray-300: #c7d2df;
  --gray-500: #718096;
  --text: #0c2038;
  --radius-lg: 30px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --shadow-lg: 0 30px 80px rgba(2, 20, 47, .18);
  --shadow-md: 0 18px 45px rgba(7, 31, 67, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img, svg { display: block; max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; background: var(--white); color: var(--navy-950); border-radius: 8px; transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.service-bar { background: var(--blue-600); color: var(--white); font-size: .83rem; letter-spacing: .04em; }
.service-bar__inner { min-height: 34px; display: flex; align-items: center; justify-content: flex-end; gap: 9px; }
.service-dot { width: 8px; height: 8px; border-radius: 50%; background: #8bffbd; box-shadow: 0 0 0 4px rgba(139,255,189,.14); }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(3,17,38,.93); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; color: var(--white); }
.brand-mark { position: relative; width: 46px; height: 42px; flex: 0 0 auto; }
.brand-roof { position: absolute; width: 35px; height: 35px; left: 6px; top: 2px; border: 5px solid var(--blue-500); border-right: 0; border-bottom: 0; transform: rotate(45deg); border-radius: 6px 0 0 0; }
.brand-roof::after { content: ""; position: absolute; width: 31px; height: 25px; left: 1px; top: 11px; background: var(--navy-900); transform: rotate(-45deg); border-radius: 3px; }
.brand-window { position: absolute; z-index: 2; width: 18px; height: 18px; left: 14px; top: 20px; border: 3px solid var(--white); box-shadow: inset 7px 0 0 transparent; }
.brand-window::before, .brand-window::after { content: ""; position: absolute; background: var(--white); }
.brand-window::before { width: 3px; height: 100%; left: 50%; transform: translateX(-50%); }
.brand-window::after { height: 3px; width: 100%; top: 50%; transform: translateY(-50%); }
.brand-copy { display: grid; line-height: 1; }
.brand-name { font-size: 1.28rem; font-weight: 950; letter-spacing: -.04em; font-style: italic; }
.brand-name span { color: var(--white); }
.brand-name { color: var(--blue-500); }
.brand-tagline { margin-top: 7px; color: rgba(255,255,255,.65); font-size: .62rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 32px; color: rgba(255,255,255,.8); font-size: .95rem; font-weight: 700; }
.site-nav a { position: relative; padding: 28px 0; transition: color .2s ease; }
.site-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--blue-500); transition: right .25s ease; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav a:hover::after, .site-nav a:focus-visible::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.15); border-radius: 12px; background: rgba(255,255,255,.05); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-toggle span { width: 20px; height: 2px; background: var(--white); border-radius: 5px; transition: transform .25s ease, opacity .25s ease; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; isolation: isolate; overflow: hidden; background: linear-gradient(125deg, #031126 0%, #082959 55%, #064b9c 100%); color: var(--white); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: auto -8% -35% 38%; height: 70%; background: linear-gradient(135deg, rgba(24,168,255,.3), transparent 65%); transform: skewY(-9deg); }
.hero-grid { position: absolute; z-index: -1; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.1) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, #000, transparent 80%); }
.hero-glow { position: absolute; z-index: -1; border-radius: 50%; filter: blur(8px); }
.hero-glow--one { width: 360px; height: 360px; top: -190px; right: 8%; background: rgba(45,213,255,.18); }
.hero-glow--two { width: 220px; height: 220px; bottom: 1%; left: -120px; background: rgba(8,123,244,.28); }
.hero-inner { min-height: 720px; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 70px; padding-block: 84px 94px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--blue-300); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 34px; height: 2px; background: currentColor; }
.eyebrow--dark { color: var(--blue-600); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.65rem, 5.3vw, 5.35rem); line-height: .98; letter-spacing: -.065em; text-wrap: balance; }
.hero-lead { max-width: 680px; margin: 26px 0 0; color: rgba(255,255,255,.78); font-size: clamp(1.05rem, 1.45vw, 1.24rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border-radius: 13px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button--primary { color: var(--navy-950); background: linear-gradient(135deg, var(--yellow), #ffb300); box-shadow: 0 12px 30px rgba(255,193,7,.26); }
.button--primary:hover, .button--primary:focus-visible { box-shadow: 0 18px 38px rgba(255,193,7,.35); }
.button--ghost { border: 1px solid rgba(255,255,255,.26); background: rgba(255,255,255,.07); color: var(--white); }
.button--ghost:hover, .button--ghost:focus-visible { background: rgba(255,255,255,.12); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 34px; color: rgba(255,255,255,.68); font-size: .82rem; font-weight: 750; }
.hero-trust span { display: inline-flex; align-items: center; gap: 8px; }
.hero-trust span::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(56,216,255,.08); }

.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.tech-card--back { position: absolute; width: 78%; height: 76%; border: 1px solid rgba(255,255,255,.13); border-radius: 38px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); transform: rotate(7deg) translate(30px, 15px); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.appliance-panel { position: relative; z-index: 2; width: min(430px, 92%); padding: 24px 24px 28px; border: 1px solid rgba(255,255,255,.25); border-radius: 32px; background: linear-gradient(145deg, rgba(248,252,255,.98), rgba(195,216,235,.96)); color: var(--navy-950); box-shadow: 0 38px 80px rgba(0,0,0,.32), inset 0 1px 0 rgba(255,255,255,.9); }
.appliance-panel::before { content: ""; position: absolute; inset: 8px; border: 1px solid rgba(3,17,38,.08); border-radius: 25px; pointer-events: none; }
.panel-top { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 18px; font-size: .72rem; font-weight: 900; }
.panel-label { letter-spacing: .12em; color: var(--blue-600); }
.panel-status { display: inline-flex; align-items: center; gap: 7px; color: #45647d; }
.panel-status i { width: 7px; height: 7px; border-radius: 50%; background: #18c978; box-shadow: 0 0 0 4px rgba(24,201,120,.12); }
.appliance-display { min-height: 84px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 16px 18px; border-radius: 15px; background: linear-gradient(135deg, #061830, #0a315f); color: var(--white); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08); }
.display-copy { display: grid; line-height: 1.05; }
.display-copy span { color: var(--blue-300); font-size: .68rem; font-weight: 900; letter-spacing: .17em; }
.display-copy strong { margin-top: 6px; font-size: 1.08rem; letter-spacing: -.02em; }
.display-code { padding: 8px 10px; border: 1px solid rgba(56,216,255,.38); border-radius: 8px; color: var(--cyan); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72rem; letter-spacing: .1em; }
.appliance-controls { display: flex; align-items: center; gap: 14px; padding: 18px 4px 2px; }
.appliance-controls span { width: 31px; height: 9px; border-radius: 99px; background: #9aabbb; box-shadow: inset 0 2px 3px rgba(3,17,38,.2); }
.appliance-controls i { margin-left: auto; width: 38px; height: 38px; border: 9px solid #5f7387; border-radius: 50%; box-shadow: inset 0 0 0 3px #d9e2ea; }
.appliance-door { display: grid; place-items: center; padding: 15px 0 18px; }
.door-ring { width: 250px; aspect-ratio: 1; padding: 22px; border-radius: 50%; background: linear-gradient(145deg, #dbe5ed, #74889b); box-shadow: 12px 18px 26px rgba(5,25,45,.22), inset 0 0 0 8px rgba(255,255,255,.4); }
.door-glass { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 50%; background: radial-gradient(circle at 36% 27%, #5bd1ff 0 7%, transparent 8%), radial-gradient(circle at 50% 50%, #153e65, #07182e 69%); box-shadow: inset 0 0 0 9px rgba(3,17,38,.42), inset -20px -20px 40px rgba(4,12,29,.55); }
.door-glass::before { content: ""; position: absolute; inset: 12%; border-radius: 48% 52% 56% 44%; border: 14px solid rgba(83,201,255,.13); transform: rotate(21deg); }
.door-glass span { position: absolute; width: 38%; height: 14%; border: 8px solid rgba(255,255,255,.1); border-left-color: transparent; border-radius: 50%; }
.door-glass span:nth-child(1) { left: 18%; top: 24%; transform: rotate(22deg); }
.door-glass span:nth-child(2) { right: 14%; bottom: 26%; transform: rotate(-35deg); }
.door-glass span:nth-child(3) { left: 28%; bottom: 13%; transform: rotate(10deg); }
.panel-base { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.panel-base span { padding: 6px 10px; border-radius: 999px; background: rgba(8,123,244,.1); color: #125f9d; font-size: .67rem; font-weight: 850; }
.tool-badge { position: absolute; z-index: 3; width: 68px; height: 68px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.32); border-radius: 20px; background: linear-gradient(145deg, rgba(9,123,244,.9), rgba(26,182,255,.78)); color: var(--white); font-size: 1.7rem; font-weight: 900; box-shadow: 0 20px 40px rgba(0,0,0,.23); backdrop-filter: blur(10px); }
.tool-badge--left { left: 1%; bottom: 15%; transform: rotate(-8deg); }
.tool-badge--right { right: 1%; top: 17%; transform: rotate(8deg); }

.quick-benefits { position: relative; z-index: 5; margin-top: -38px; }
.benefit-strip { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--gray-100); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-lg); }
.benefit-item { min-height: 120px; display: flex; align-items: center; gap: 16px; padding: 24px 22px; border-right: 1px solid var(--gray-100); }
.benefit-item:last-child { border-right: 0; }
.benefit-icon { width: 45px; height: 45px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, #eaf7ff, #d9efff); color: var(--blue-600); font-size: 1.25rem; font-weight: 950; }
.benefit-item div { display: grid; line-height: 1.2; }
.benefit-item strong { font-size: .93rem; }
.benefit-item small { margin-top: 7px; color: var(--gray-500); font-size: .75rem; }

.services { background: linear-gradient(180deg, var(--white), var(--ice)); }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.section-heading h2, .attention-copy h2, .coverage-copy h2 { margin: 0; font-size: clamp(2.1rem, 4vw, 3.7rem); line-height: 1.05; letter-spacing: -.05em; }
.section-heading p, .attention-copy > p, .coverage-copy p { margin: 20px 0 0; color: var(--gray-500); font-size: 1.06rem; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 365px; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; overflow: hidden; border: 1px solid #dce7f1; border-radius: var(--radius-md); background: rgba(255,255,255,.9); box-shadow: 0 8px 26px rgba(8,44,85,.06); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card::before { content: ""; position: absolute; width: 150px; height: 150px; right: -75px; top: -75px; border-radius: 50%; background: rgba(24,168,255,.08); transition: transform .3s ease; }
.service-card:hover { transform: translateY(-9px); border-color: rgba(8,123,244,.35); box-shadow: var(--shadow-md); }
.service-card:hover::before { transform: scale(1.35); }
.service-number { position: absolute; right: 24px; top: 24px; color: #c3d3e3; font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.service-icon { position: relative; width: 78px; height: 78px; margin-bottom: 28px; border: 2px solid var(--blue-600); border-radius: 20px; background: linear-gradient(145deg, #eaf8ff, #d9efff); }
.service-icon::before, .service-icon::after, .service-icon span, .service-icon i { content: ""; position: absolute; }
.washer::before, .dryer::before { inset: 19px; border: 5px solid var(--blue-600); border-radius: 50%; }
.washer::after, .dryer::after { width: 7px; height: 7px; left: 15px; top: 10px; border-radius: 50%; background: var(--blue-600); box-shadow: 12px 0 0 rgba(8,123,244,.35); }
.washer span, .dryer span { width: 19px; height: 5px; right: 12px; top: 12px; border-radius: 9px; background: var(--blue-600); }
.fridge::before { inset: 11px 18px; border: 4px solid var(--blue-600); border-radius: 5px; }
.fridge::after { left: 20px; right: 20px; top: 37px; height: 4px; background: var(--blue-600); }
.fridge span { width: 4px; height: 13px; right: 24px; top: 18px; border-radius: 4px; background: var(--blue-600); box-shadow: 0 26px 0 var(--blue-600); }
.center::before, .center::after { left: 17px; right: 17px; height: 26px; border: 4px solid var(--blue-600); border-radius: 50%; }
.center::before { top: 8px; }
.center::after { bottom: 8px; }
.center span { left: 9px; right: 9px; top: 37px; height: 3px; background: var(--blue-600); }
.service-card h3 { margin: 0; font-size: 1.35rem; letter-spacing: -.03em; }
.service-card p { margin: 13px 0 22px; color: var(--gray-500); font-size: .94rem; }
.service-link { margin-top: auto; color: var(--blue-600); font-size: .78rem; font-weight: 900; }

.attention { background: var(--white); }
.attention-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.statement-card { margin-top: 34px; padding: 26px; border-left: 4px solid var(--blue-600); border-radius: 0 18px 18px 0; background: linear-gradient(90deg, #eef8ff, rgba(238,248,255,.25)); }
.statement-card { display: grid; gap: 5px; }
.statement-card strong { font-size: 1.1rem; }
.statement-card span { color: var(--gray-500); font-size: .9rem; }
.attention-list { display: grid; gap: 13px; }
.attention-item { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--gray-100); }
.attention-item:last-child { border-bottom: 0; }
.attention-item > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; background: var(--navy-900); color: var(--blue-300); font-size: .74rem; font-weight: 900; }
.attention-item h3 { margin: 0 0 5px; font-size: 1.08rem; }
.attention-item p { margin: 0; color: var(--gray-500); font-size: .92rem; }

.values { position: relative; isolation: isolate; overflow: hidden; padding: 112px 0; background: linear-gradient(135deg, #031126, #0a315f 72%, #0757a8); color: var(--white); }
.values-grid { position: absolute; z-index: -1; inset: 0; opacity: .09; background: radial-gradient(circle at 1px 1px, #fff 1px, transparent 1.4px); background-size: 32px 32px; }
.values::before { content: ""; position: absolute; width: 540px; height: 540px; right: -250px; top: -250px; border-radius: 50%; border: 80px solid rgba(56,216,255,.08); }
.section-heading--light p { color: rgba(255,255,255,.67); }
.values-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.value-card { min-height: 240px; padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-md); background: rgba(255,255,255,.06); backdrop-filter: blur(12px); transition: transform .25s ease, background .25s ease; }
.value-card:hover { transform: translateY(-8px); background: rgba(255,255,255,.1); }
.value-card > span { color: var(--cyan); font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.value-card h3 { margin: 45px 0 10px; font-size: 1.55rem; }
.value-card p { margin: 0; color: rgba(255,255,255,.65); }
.values-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 28px; }
.values-tags span { padding: 9px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; color: rgba(255,255,255,.73); font-size: .78rem; font-weight: 750; }

.coverage { background: var(--ice); }
.coverage-card { position: relative; display: grid; grid-template-columns: 110px 1fr .9fr; align-items: center; gap: 34px; padding: 44px; overflow: hidden; border: 1px solid #dce8f2; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-md); }
.coverage-card::after { content: "LEÓN"; position: absolute; right: -16px; bottom: -54px; color: rgba(8,123,244,.045); font-size: clamp(6rem, 15vw, 12rem); font-weight: 950; letter-spacing: -.08em; pointer-events: none; }
.coverage-pin { position: relative; width: 92px; height: 92px; display: grid; place-items: center; border-radius: 28px; background: linear-gradient(145deg, var(--blue-600), var(--blue-500)); box-shadow: 0 18px 36px rgba(8,123,244,.24); }
.coverage-pin::before { content: ""; width: 35px; height: 45px; border: 5px solid var(--white); border-radius: 22px 22px 25px 25px; transform: rotate(45deg); }
.coverage-pin::after { content: ""; position: absolute; width: 9px; height: 9px; top: 34px; border: 4px solid var(--white); border-radius: 50%; }
.coverage-services { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.coverage-services span { padding: 12px 14px; border: 1px solid #dce8f2; border-radius: 12px; background: var(--ice); color: #31506c; font-size: .84rem; font-weight: 800; }

.final-cta { position: relative; overflow: hidden; padding: 94px 0; background: linear-gradient(125deg, #064b9c, #071a35 65%); color: var(--white); text-align: center; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border-radius: 50%; }
.final-cta::before { width: 360px; height: 360px; left: -180px; bottom: -230px; border: 70px solid rgba(56,216,255,.09); }
.final-cta::after { width: 250px; height: 250px; right: -100px; top: -150px; background: rgba(24,168,255,.13); }
.final-cta__inner { position: relative; z-index: 2; }
.final-cta h2 { max-width: 820px; margin: 0 auto; font-size: clamp(2.45rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.06em; }
.final-cta p { margin: 20px 0 30px; color: rgba(255,255,255,.7); }

.site-footer { padding: 54px 0 22px; background: #020b18; color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; align-items: center; }
.brand--footer .brand-roof::after { background: #020b18; }
.footer-copy { justify-self: end; max-width: 470px; text-align: right; }
.footer-copy strong { color: var(--white); }
.footer-copy p { margin: 8px 0 0; font-size: .9rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 44px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); font-size: .75rem; }

/* El contenido permanece visible aun cuando JavaScript no cargue.
   La clase is-visible solo añade una animación progresiva. */
.reveal { opacity: 1; transform: none; }
.reveal.is-visible { animation: reveal-up .65s ease both; }
@keyframes reveal-up {
  from { opacity: .01; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

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

@media (max-width: 1050px) {
  .hero-inner { grid-template-columns: 1fr 430px; gap: 36px; }
  .hero h1 { font-size: clamp(2.7rem, 5.7vw, 4.4rem); }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 330px; }
  .benefit-strip { grid-template-columns: repeat(2, 1fr); }
  .benefit-item:nth-child(2) { border-right: 0; }
  .benefit-item:nth-child(-n+2) { border-bottom: 1px solid var(--gray-100); }
  .attention-grid { gap: 54px; }
  .coverage-card { grid-template-columns: 90px 1fr; }
  .coverage-services { grid-column: 2; }
}

@media (max-width: 820px) {
  .section { padding: 84px 0; }
  .service-bar__inner { justify-content: center; }
  .header-inner { min-height: 72px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: fixed; inset: 106px 16px auto; display: grid; gap: 0; padding: 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 18px; background: rgba(3,17,38,.98); box-shadow: 0 25px 60px rgba(0,0,0,.35); opacity: 0; visibility: hidden; transform: translateY(-14px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .site-nav a { padding: 15px 14px; border-radius: 10px; }
  .site-nav a:hover { background: rgba(255,255,255,.06); }
  .site-nav a::after { display: none; }
  .hero-inner { min-height: auto; grid-template-columns: 1fr; padding-block: 78px 110px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 500px; }
  .quick-benefits { margin-top: -54px; }
  .attention-grid { grid-template-columns: 1fr; }
  .values-cards { grid-template-columns: 1fr; }
  .value-card { min-height: 205px; }
  .value-card h3 { margin-top: 28px; }
  .coverage-card { grid-template-columns: 76px 1fr; padding: 34px 28px; }
  .coverage-pin { width: 72px; height: 72px; border-radius: 21px; }
  .coverage-pin::before { width: 27px; height: 34px; border-width: 4px; }
  .coverage-pin::after { width: 7px; height: 7px; top: 27px; border-width: 3px; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .brand-mark { width: 39px; height: 38px; transform: scale(.88); transform-origin: left center; }
  .brand-name { font-size: 1.05rem; }
  .brand-tagline { font-size: .5rem; }
  .hero-inner { padding-block: 64px 100px; }
  .hero h1 { font-size: clamp(2.45rem, 12vw, 3.35rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-trust { display: grid; gap: 12px; justify-content: start; width: fit-content; margin-inline: auto; text-align: left; }
  .hero-visual { min-height: 435px; }
  .appliance-panel { width: 100%; padding: 18px 18px 22px; border-radius: 26px; }
  .door-ring { width: 195px; padding: 17px; }
  .tool-badge { width: 52px; height: 52px; border-radius: 15px; font-size: 1.3rem; }
  .tool-badge--left { left: -6px; }
  .tool-badge--right { right: -6px; }
  .benefit-strip { grid-template-columns: 1fr; }
  .benefit-item { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--gray-100); }
  .benefit-item:last-child { border-bottom: 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2, .attention-copy h2, .coverage-copy h2 { font-size: 2.35rem; }
  .attention-item { grid-template-columns: 48px 1fr; gap: 14px; }
  .attention-item > span { width: 42px; height: 42px; }
  .coverage-card { grid-template-columns: 1fr; text-align: center; }
  .coverage-pin { margin-inline: auto; }
  .coverage-services { grid-column: auto; grid-template-columns: 1fr; width: 100%; }
  .coverage-card::after { font-size: 7rem; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .brand--footer { justify-content: center; }
  .footer-copy { justify-self: auto; text-align: center; }
  .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
}
