:root {
  --ink: #07151b;
  --ink-2: #0c252e;
  --brand: #1bd4e9;
  --brand-strong: #02aebf;
  --brand-soft: #d9fbff;
  --mint: #97f5df;
  --white: #fff;
  --fog: #f3f8f9;
  --line: rgba(8, 42, 52, .12);
  --muted: #5c737b;
  --shadow: 0 24px 70px rgba(1, 34, 45, .13);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body.cart-open, body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
::selection { background: var(--brand); color: var(--ink); }

.skip-link { position: fixed; left: 12px; top: -60px; z-index: 1000; padding: 12px 18px; background: #fff; border-radius: 12px; }
.skip-link:focus { top: 12px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; position: relative; }
.section-sm { padding: 76px 0; }
.surface { background: var(--fog); }
.dark { color: white; background: var(--ink); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 18px;
  color: var(--brand-strong); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.dark .eyebrow { color: var(--brand); }
.display { margin: 0; font-size: clamp(3.3rem, 7.6vw, 7.6rem); line-height: .9; letter-spacing: -.07em; font-weight: 820; }
.title { margin: 0; font-size: clamp(2.35rem, 5vw, 4.8rem); line-height: .98; letter-spacing: -.055em; font-weight: 800; }
.title-sm { margin: 0; font-size: clamp(1.8rem, 3.2vw, 3rem); line-height: 1.03; letter-spacing: -.04em; }
.lead { max-width: 760px; margin: 24px 0 0; font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.7; color: var(--muted); }
.dark .lead { color: #a8c2c9; }
.brand-text { color: var(--brand); }
.muted { color: var(--muted); }
.kicker { font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 760; color: var(--brand-strong); }

.btn {
  min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  border: 1px solid transparent; border-radius: 999px; background: var(--brand); color: #052027; font-weight: 760;
  box-shadow: 0 12px 34px rgba(27, 212, 233, .2); transition: transform .22s ease, background .22s ease, border-color .22s ease;
}
.btn:hover { transform: translateY(-2px); background: #56e7f5; }
.btn-outline { background: transparent; color: inherit; border-color: rgba(255,255,255,.26); box-shadow: none; }
.btn-outline:hover { border-color: var(--brand); background: rgba(27,212,233,.08); }
.btn-dark { background: var(--ink); color: white; box-shadow: none; }
.btn-small { min-height: 42px; padding: 0 16px; font-size: .9rem; }
.btn-icon { width: 20px; height: 20px; }
.actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }

.contact-strip { background: #061116; color: #9eb5bc; font-size: .77rem; letter-spacing: .02em; }
.contact-strip .container { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.contact-list { display: flex; align-items: center; gap: 22px; }
.contact-list a:hover { color: var(--brand); }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(7,21,27,.92); color: white; border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { width: 166px; height: 58px; display: flex; align-items: center; }
.logo img { width: 154px; height: auto; filter: brightness(1.22) saturate(1.15); }
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links > a { padding: 12px 13px; border-radius: 999px; font-size: .88rem; font-weight: 660; color: #c5d5da; transition: .2s ease; }
.nav-links > a:hover, .nav-links > a.active { color: white; background: rgba(255,255,255,.08); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.cart-button { position: relative; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: transparent; color: white; display: grid; place-items: center; }
.cart-count { position: absolute; right: -2px; top: -3px; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 9px; display: grid; place-items: center; background: var(--brand); color: var(--ink); font-size: .65rem; font-weight: 900; }
.menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; background: transparent; color: white; }
.menu-toggle span { display: block; width: 19px; height: 2px; background: currentColor; margin: 4px auto; }

.hero { min-height: calc(100svh - 110px); background: var(--ink); color: white; position: relative; display: grid; align-items: end; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,23,.98) 0%, rgba(4,17,23,.78) 47%, rgba(4,17,23,.16) 78%), linear-gradient(0deg, rgba(4,17,23,.7), transparent 50%); z-index: 1; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 40%; transform: scale(1.04); animation: heroDrift 16s ease-in-out infinite alternate; }
.hero-grid { position: absolute; inset: 0; z-index: 2; opacity: .19; background-image: linear-gradient(rgba(34,220,240,.18) 1px, transparent 1px), linear-gradient(90deg, rgba(34,220,240,.18) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg,#000,transparent 72%); }
#voice-canvas { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; opacity: .72; pointer-events: none; }
.hero-content { position: relative; z-index: 3; padding: 120px 0 84px; max-width: 900px; }
.hero-copy { max-width: 665px; margin: 28px 0 0; color: #c5d8de; font-size: clamp(1.05rem, 1.6vw, 1.28rem); line-height: 1.65; }
.hero-meta { margin-top: 64px; display: flex; align-items: center; gap: 12px 28px; flex-wrap: wrap; color: #afc2c8; font-size: .82rem; }
.hero-meta span { display: inline-flex; gap: 8px; align-items: center; }
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 8px rgba(151,245,223,.12); }
@keyframes heroDrift { to { transform: scale(1.1) translate3d(-1%, -1%, 0); } }

.signal-strip { border-bottom: 1px solid var(--line); background: white; }
.signal-row { min-height: 82px; display: flex; align-items: center; gap: 28px; overflow: hidden; }
.signal-label { flex: 0 0 auto; font-size: .73rem; font-weight: 800; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }
.signal-wave { flex: 1; min-width: 520px; height: 36px; position: relative; overflow: hidden; }
.signal-wave svg { width: 100%; height: 100%; }
.signal-path { stroke-dasharray: 12 8; animation: signalMove 8s linear infinite; }
@keyframes signalMove { to { stroke-dashoffset: -160; } }

.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.media-card { position: relative; min-height: 580px; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); background: #cfe6ea; }
.media-card img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.media-card::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(transparent, rgba(2,18,24,.62)); }
.floating-note { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; padding: 20px; border: 1px solid rgba(255,255,255,.24); border-radius: 18px; color: white; background: rgba(4,21,27,.58); backdrop-filter: blur(14px); }
.floating-note strong { display: block; font-size: 1.05rem; }
.floating-note span { display: block; margin-top: 6px; color: #c7d9de; font-size: .86rem; }
.check-list { margin: 32px 0 0; padding: 0; list-style: none; display: grid; gap: 15px; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; line-height: 1.55; }
.check-list li::before { content: "✓"; flex: 0 0 24px; width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--brand-soft); color: var(--brand-strong); font-weight: 900; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 48px; }
.section-head .lead { max-width: 520px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 330px; padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(0,174,191,.35); box-shadow: 0 24px 60px rgba(0,45,58,.1); }
.service-index { font-size: .72rem; letter-spacing: .12em; color: var(--brand-strong); font-weight: 800; }
.service-icon { width: 52px; height: 52px; margin: 42px 0 28px; border-radius: 16px; background: var(--ink); color: var(--brand); display: grid; place-items: center; }
.service-card h3 { margin: 0; font-size: 1.4rem; letter-spacing: -.025em; }
.service-card p { margin: 14px 0 0; color: var(--muted); line-height: 1.65; }
.service-arrow { position: absolute; right: 26px; top: 26px; color: var(--brand-strong); }

.tech-panel { position: relative; overflow: hidden; border-radius: 36px; padding: 64px; background: #081c23; color: white; }
.tech-panel::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(27,212,233,.2); border-radius: 50%; right: -210px; top: -300px; box-shadow: 0 0 0 62px rgba(27,212,233,.035), 0 0 0 124px rgba(27,212,233,.025); }
.tech-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.metric { min-height: 158px; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 20px; background: rgba(255,255,255,.04); }
.metric strong { display: block; color: var(--brand); font-size: 2.2rem; letter-spacing: -.05em; }
.metric span { display: block; margin-top: 9px; color: #9fb6bd; line-height: 1.45; font-size: .9rem; }

.team-preview { display: grid; grid-template-columns: 1.18fr .82fr; gap: 18px; }
.team-feature { min-height: 620px; position: relative; border-radius: 28px; overflow: hidden; background: #cbe3e7; }
.team-feature img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 50% 25%; }
.team-feature::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(4,18,24,.92)); }
.team-caption { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 30px; color: white; }
.team-caption h3 { margin: 0; font-size: 2rem; }
.team-caption p { color: #bcd0d5; }
.team-side { display: grid; gap: 18px; }
.mini-card { display: flex; gap: 18px; align-items: center; padding: 18px; border-radius: 24px; background: var(--fog); }
.mini-card img { width: 112px; height: 126px; object-fit: cover; object-position: 50% 20%; border-radius: 17px; }
.mini-card h4 { margin: 0; font-size: 1.05rem; }
.mini-card p { margin: 8px 0 0; font-size: .86rem; line-height: 1.5; color: var(--muted); }

.cta-band { padding: 34px; border-radius: 28px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--brand); color: var(--ink); }
.cta-band h2 { margin: 0; font-size: clamp(1.8rem, 3vw, 3rem); letter-spacing: -.05em; }
.cta-band p { margin: 8px 0 0; color: #225b65; }

.page-hero { padding: 118px 0 92px; background: var(--ink); color: white; position: relative; overflow: hidden; }
.page-hero::before { content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%; right: -240px; top: -360px; background: radial-gradient(circle, rgba(27,212,233,.22), transparent 64%); }
.page-hero .container { position: relative; z-index: 1; }
.breadcrumb { margin-bottom: 38px; color: #8ca7af; font-size: .78rem; text-transform: uppercase; letter-spacing: .13em; }
.breadcrumb a:hover { color: var(--brand); }
.page-hero .display { max-width: 1000px; font-size: clamp(3.1rem, 7vw, 6.7rem); }
.page-hero .lead { max-width: 690px; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.person-card { border: 1px solid var(--line); border-radius: 26px; overflow: hidden; background: white; transition: .25s ease; }
.person-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.person-photo { height: 390px; position: relative; background: linear-gradient(145deg, #d8fbff, #8ee9f2); overflow: hidden; }
.person-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; transition: transform .5s ease; }
.person-card:hover .person-photo img { transform: scale(1.025); }
.person-placeholder { height: 100%; display: grid; place-items: center; color: var(--ink); font-size: 5rem; font-weight: 800; letter-spacing: -.08em; background-image: radial-gradient(circle at 20% 20%, rgba(255,255,255,.75), transparent 34%), linear-gradient(145deg, #d7fbff, #71dbe6); }
.person-body { padding: 24px; }
.person-body h3 { margin: 0; font-size: 1.28rem; }
.person-role { margin: 8px 0 0; color: var(--brand-strong); font-size: .85rem; font-weight: 760; line-height: 1.45; }
.person-body p { margin: 16px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.6; }
.person-links { margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); display: flex; gap: 8px; flex-wrap: wrap; }

.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.partner-logo { min-height: 170px; padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: white; display: grid; place-items: center; }
.partner-logo img { max-height: 105px; max-width: 86%; object-fit: contain; }
.partner-logo.wide { grid-column: span 2; }

.store-hero { padding: 0; background: var(--ink); color: white; position: relative; min-height: 560px; display: flex; align-items: end; overflow: hidden; }
.store-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .55; }
.store-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,20,26,.96), rgba(5,20,26,.52), rgba(5,20,26,.2)), linear-gradient(0deg, rgba(5,20,26,.88), transparent 60%); }
.store-hero .container { position: relative; z-index: 1; padding-top: 130px; padding-bottom: 80px; }
.product-toolbar { margin-bottom: 32px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.filters { display: flex; gap: 8px; flex-wrap: wrap; }
.filter { padding: 10px 15px; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--muted); font-size: .82rem; font-weight: 700; }
.filter.active, .filter:hover { color: var(--ink); border-color: var(--brand); background: var(--brand-soft); }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { border: 1px solid var(--line); border-radius: 24px; overflow: hidden; background: white; display: flex; flex-direction: column; transition: .25s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-image { aspect-ratio: 1 / .88; padding: 24px; background: #f0f7f8; display: grid; place-items: center; position: relative; overflow: hidden; }
.product-image img { max-height: 100%; width: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .45s ease; }
.product-card:hover .product-image img { transform: scale(1.035); }
.tag { position: absolute; left: 16px; top: 16px; z-index: 1; padding: 8px 11px; border-radius: 999px; background: var(--ink); color: white; font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.product-body { padding: 22px; display: flex; flex: 1; flex-direction: column; }
.product-body h3 { margin: 0; font-size: 1.2rem; }
.product-body p { margin: 12px 0 20px; color: var(--muted); line-height: 1.55; font-size: .9rem; }
.stock { margin-top: auto; font-size: .78rem; font-weight: 760; color: #7b8d92; }
.product-actions { display: flex; gap: 8px; margin-top: 16px; }
.product-actions .btn { flex: 1; }
.product-detail { display: grid; grid-template-columns: .95fr 1.05fr; gap: 70px; align-items: start; }
.product-detail-media { position: sticky; top: 110px; border-radius: 28px; padding: 40px; background: var(--fog); min-height: 560px; display: grid; place-items: center; }
.product-detail-media img { max-height: 500px; object-fit: contain; mix-blend-mode: multiply; }
.product-detail-copy h1 { margin: 0; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: .98; letter-spacing: -.055em; }
.detail-list { margin: 28px 0 0; padding: 0; list-style: none; display: grid; gap: 12px; }
.detail-list li { padding: 15px 0 15px 30px; border-bottom: 1px solid var(--line); position: relative; color: var(--muted); line-height: 1.5; }
.detail-list li::before { content: "•"; position: absolute; left: 8px; color: var(--brand-strong); font-size: 1.5rem; }
.notice { margin-top: 26px; padding: 18px; border-radius: 16px; background: #fff7df; color: #6e5620; line-height: 1.55; font-size: .88rem; }

.cart-overlay { position: fixed; inset: 0; z-index: 90; background: rgba(0,11,15,.58); opacity: 0; pointer-events: none; transition: .25s ease; }
.cart-drawer { position: fixed; z-index: 91; right: 0; top: 0; width: min(440px, 100%); height: 100%; padding: 26px; background: white; transform: translateX(100%); transition: transform .32s cubic-bezier(.2,.8,.2,1); display: flex; flex-direction: column; }
.cart-open .cart-overlay { opacity: 1; pointer-events: auto; }
.cart-open .cart-drawer { transform: translateX(0); }
.cart-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.cart-head h2 { margin: 0; font-size: 1.35rem; }
.icon-button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; display: grid; place-items: center; }
.cart-items { flex: 1; overflow: auto; padding: 18px 0; }
.cart-empty { min-height: 300px; display: grid; place-items: center; text-align: center; color: var(--muted); }
.cart-item { padding: 14px 0; display: grid; grid-template-columns: 64px 1fr auto; gap: 12px; border-bottom: 1px solid var(--line); align-items: center; }
.cart-item img { width: 64px; height: 64px; object-fit: contain; border-radius: 12px; background: var(--fog); }
.cart-item strong { display: block; font-size: .9rem; }
.cart-item span { color: var(--muted); font-size: .76rem; }
.cart-remove { border: 0; background: transparent; color: #aa4a4a; font-size: .75rem; }
.cart-foot { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-foot p { color: var(--muted); font-size: .8rem; line-height: 1.5; }
.cart-foot .btn { width: 100%; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.contact-cards { display: grid; gap: 12px; margin-top: 34px; }
.contact-card { padding: 20px; border: 1px solid var(--line); border-radius: 18px; }
.contact-card span { display: block; font-size: .74rem; text-transform: uppercase; letter-spacing: .1em; color: var(--brand-strong); font-weight: 800; }
.contact-card strong { display: block; margin-top: 8px; line-height: 1.5; }
.form { padding: 34px; border-radius: 28px; background: var(--fog); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.field { margin-bottom: 14px; }
.field label { display: block; margin-bottom: 8px; font-size: .78rem; font-weight: 760; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid var(--line); border-radius: 13px; padding: 15px 16px; background: white; color: var(--ink); outline: 0; }
.field textarea { min-height: 142px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--brand-strong); box-shadow: 0 0 0 3px rgba(27,212,233,.14); }
.map-card { min-height: 360px; border-radius: 28px; background: #dff5f6; display: grid; place-items: center; text-align: center; padding: 30px; position: relative; overflow: hidden; }
.map-card::before { content: ""; position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(0,174,191,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(0,174,191,.2) 1px, transparent 1px); background-size: 38px 38px; transform: rotate(-8deg) scale(1.2); }
.map-pin { position: relative; z-index: 1; }
.map-pin i { width: 64px; height: 64px; margin: 0 auto 16px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); display: grid; place-items: center; background: var(--ink); box-shadow: 0 18px 30px rgba(0,0,0,.16); }
.map-pin i::after { content: ""; width: 18px; height: 18px; border-radius: 50%; background: var(--brand); }

.site-footer { padding: 72px 0 28px; background: #050f13; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr .8fr 1fr; gap: 50px; }
.footer-brand img { width: 170px; }
.footer-brand p { max-width: 350px; color: #819da5; line-height: 1.65; font-size: .9rem; }
.footer-title { margin: 4px 0 18px; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; color: var(--brand); }
.footer-links { display: grid; gap: 11px; color: #a8bec4; font-size: .88rem; }
.footer-links a:hover { color: white; }
.footer-bottom { margin-top: 58px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; color: #66828a; font-size: .76rem; }
.footer-credit { color: #8db3bd; transition: color .2s ease; }
.footer-credit:hover, .footer-credit:focus-visible { color: var(--brand); }
.whatsapp { position: fixed; z-index: 48; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: white; box-shadow: 0 15px 35px rgba(0,0,0,.2); transition: transform .2s; }
.whatsapp:hover { transform: translateY(-3px) scale(1.03); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }

@media (max-width: 980px) {
  .contact-strip { display: none; }
  .nav-links { position: fixed; inset: 76px 0 0; padding: 30px 20px; background: rgba(5,17,22,.98); display: none; flex-direction: column; align-items: stretch; }
  .menu-open .nav-links { display: flex; }
  .nav-links > a { padding: 16px; font-size: 1.12rem; }
  .menu-toggle { display: block; }
  .nav-actions .btn { display: none; }
  .hero { min-height: calc(100svh - 76px); }
  .hero-content { padding-top: 100px; }
  .intro-grid, .tech-grid, .product-detail, .contact-grid { grid-template-columns: 1fr; gap: 46px; }
  .media-card { min-height: 520px; }
  .service-grid, .team-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .team-preview { grid-template-columns: 1fr; }
  .team-side { grid-template-columns: 1fr 1fr; }
  .logo-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr; }
  .product-detail-media { position: relative; top: 0; }
}

@media (max-width: 660px) {
  .container { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .section-sm { padding: 58px 0; }
  .logo { width: 142px; }
  .logo img { width: 135px; }
  .hero-media::before { background: linear-gradient(0deg, rgba(4,17,23,.98) 10%, rgba(4,17,23,.63) 75%, rgba(4,17,23,.35)); }
  .hero-media img { object-position: 64% center; opacity: .76; }
  .hero-content { padding-bottom: 46px; }
  .display { font-size: clamp(3rem, 16vw, 4.6rem); }
  .hero-meta { margin-top: 42px; align-items: flex-start; flex-direction: column; }
  .signal-row { gap: 16px; }
  .intro-grid { gap: 34px; }
  .media-card { min-height: 430px; }
  .section-head { display: block; }
  .service-grid, .team-grid, .product-grid, .team-side, .metric-grid, .logo-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .tech-panel { padding: 34px 22px; border-radius: 26px; }
  .team-feature { min-height: 520px; }
  .cta-band { padding: 28px 22px; display: block; }
  .cta-band .btn { margin-top: 20px; }
  .page-hero { padding: 86px 0 64px; }
  .person-photo { height: 440px; }
  .partner-logo.wide { grid-column: auto; }
  .product-toolbar { align-items: flex-start; flex-direction: column; }
  .store-hero { min-height: 520px; }
  .product-detail-media { min-height: 400px; padding: 26px; }
  .form { padding: 24px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .whatsapp { width: 54px; height: 54px; right: 14px; bottom: 14px; }
}

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