﻿:root {
  --ink: #092b3d;
  --ink-2: #123f54;
  --brand: #287fa3;
  --brand-dark: #146381;
  --cyan: #32d3e5;
  --ice: #eaf7fa;
  --paper: #f8fafb;
  --white: #fff;
  --slate: #526471;
  --line: #d8e5e9;
  --shadow: 0 24px 60px rgba(9, 43, 61, .13);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 12px 18px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-sm { padding: 72px 0; }
.section-dark { color: white; background: var(--ink); }
.section-ice { background: var(--ice); }
.section-white { background: white; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--brand-dark); font-size: .78rem; font-weight: 750; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; content: ""; background: var(--cyan); }
.section-dark .eyebrow { color: var(--cyan); }
h1, h2, h3 { margin: 0; line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
h1 { font-size: clamp(2.8rem, 6vw, 5.7rem); max-width: 920px; }
h2 { font-size: clamp(2rem, 4.3vw, 4.2rem); }
h3 { font-size: clamp(1.18rem, 2vw, 1.55rem); }
p { margin: 0; }
.lede { max-width: 760px; color: var(--slate); font-size: clamp(1.08rem, 1.7vw, 1.32rem); }
.section-dark .lede, .dark-copy { color: #c7d7dd; }
.section .lede,
.card p,
.problem-row p,
.service-detail p,
.detail-box li,
.legal-content p,
.legal-content li,
.form-card > p,
.site-footer p {
  text-align: justify;
  text-justify: inter-word;
  hyphens: auto;
}

.page-hero .lede,
.hero-copy,
.cookie p,
.chat-message,
.form-status {
  text-align: left;
  hyphens: manual;
}
.accent { color: var(--brand); }
.section-dark .accent { color: var(--cyan); }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 12px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; background: var(--ink); color: white; font-weight: 720; transition: .25s ease; }
.btn:hover { transform: translateY(-2px); background: var(--brand-dark); box-shadow: 0 12px 30px rgba(9, 43, 61, .2); }
.btn-light { background: white; color: var(--ink); }
.btn-light:hover { background: var(--cyan); color: var(--ink); }
.btn-outline { border-color: rgba(255,255,255,.35); background: transparent; }
.btn-arrow::after { content: "\2197"; font-size: 1.1em; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }

/* Header */
.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(216,229,233,.75); background: rgba(248,250,251,.9); backdrop-filter: blur(18px); }
.nav { display: flex; min-height: 100px; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; width: 225px; height: 58px; align-items: center; flex: 0 0 auto; }
.brand img { width: 100%; height: 100%; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 30px; font-size: .94rem; font-weight: 620; }
.nav-links a:not(.btn) { position: relative; }
.nav-links a:not(.btn)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--cyan); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { transform: scaleX(1); }
.nav-links .btn { min-height: 44px; padding-inline: 18px; font-size: .88rem; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 50%; background: var(--ink); color: white; }

/* Hero */
.hero { position: relative; min-height: 730px; overflow: hidden; padding: 96px 0 86px; background: linear-gradient(135deg, #f8fafb 0%, #eef7fa 48%, #f8fafb 100%); }
.hero::before { position: absolute; z-index: 0; inset: 0; pointer-events: none; content: ""; opacity: .38; background-image: linear-gradient(rgba(40,127,163,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(40,127,163,.08) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, transparent 3%, black 46%, transparent 95%); }
.hero::after { position: absolute; z-index: 0; inset: 0; pointer-events: none; content: ""; background: radial-gradient(circle at 14% 22%, rgba(255,255,255,.94) 0 12%, transparent 34%), radial-gradient(circle at 77% 18%, rgba(50,211,229,.22), transparent 28%), radial-gradient(circle at 64% 72%, rgba(40,127,163,.14), transparent 32%), linear-gradient(122deg, transparent 0 42%, rgba(40,127,163,.08) 42% 57%, transparent 57% 100%); opacity: .9; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(430px, .95fr); align-items: center; gap: 58px; }
.hero h1 { font-size: clamp(3.1rem, 6.3vw, 6.5rem); }
.hero-copy { max-width: 700px; margin-top: 28px; color: var(--slate); font-size: clamp(1.05rem, 1.6vw, 1.28rem); }
.hero-note { display: flex; align-items: center; gap: 12px; margin-top: 28px; color: var(--ink); font-size: .9rem; font-weight: 680; }
.hero-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(50,211,229,.17); }
.signal-board { position: relative; min-height: 590px; }
.signal-core { position: absolute; inset: 20px 0 18px 12px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 42px; background: linear-gradient(155deg, #164f68, var(--ink) 68%); box-shadow: var(--shadow); }
.signal-core::after { position: absolute; right: -80px; bottom: -105px; width: 320px; height: 320px; border: 1px solid rgba(50,211,229,.28); border-radius: 50%; content: ""; box-shadow: 0 0 0 58px rgba(50,211,229,.05), 0 0 0 116px rgba(50,211,229,.03); }
.signal-top { display: flex; align-items: center; justify-content: space-between; padding: 32px 34px; color: white; }
.signal-top strong { font-size: .83rem; letter-spacing: .08em; text-transform: uppercase; }
.status { display: inline-flex; align-items: center; gap: 8px; color: #cbe8e7; font-size: .75rem; }
.status::before { width: 8px; height: 8px; border-radius: 50%; content: ""; background: #54e49b; box-shadow: 0 0 0 5px rgba(84,228,155,.12); }
.signal-graph { display: flex; height: 270px; align-items: end; gap: 12px; padding: 28px 36px 10px; }
.signal-graph i { width: 14%; border-radius: 12px 12px 4px 4px; background: linear-gradient(to top, var(--brand), var(--cyan)); animation: rise 1s both; }
.signal-graph i:nth-child(1) { height: 38%; }.signal-graph i:nth-child(2) { height: 56%; }.signal-graph i:nth-child(3) { height: 48%; }.signal-graph i:nth-child(4) { height: 74%; }.signal-graph i:nth-child(5) { height: 67%; }.signal-graph i:nth-child(6) { height: 92%; }
@keyframes rise { from { height: 0; opacity: 0; } }
.signal-metrics { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 30px 34px; }
.metric { padding: 18px; border: 1px solid rgba(255,255,255,.11); border-radius: 18px; background: rgba(255,255,255,.06); color: #c7d7dd; font-size: .78rem; }
.metric strong { display: block; color: white; font-size: 1.65rem; }
.float-card { position: absolute; z-index: 3; padding: 16px 20px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 18px 35px rgba(9,43,61,.14); font-size: .8rem; font-weight: 700; }
.float-card::before { display: inline-block; width: 9px; height: 9px; margin-right: 8px; border-radius: 50%; content: ""; background: var(--cyan); }
.float-one { top: 10px; right: -18px; }.float-two { bottom: 0; left: -20px; }

/* Content */
.logo-strip { border-block: 1px solid var(--line); background: white; }
.trust { display: flex; min-height: 110px; align-items: center; justify-content: space-between; gap: 32px; }
.trust p { max-width: 280px; color: var(--slate); font-size: .82rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.logo-list { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 34px; }
.partner-logo { display: grid; width: 149px; height: 64px; place-items: center; opacity: .68; filter: grayscale(1); transition: opacity .2s, filter .2s, transform .2s; }
.partner-logo:hover { opacity: 1; filter: none; transform: translateY(-2px); }
.partner-logo img { width: 100%; height: 45px; object-fit: contain; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 56px; }
.section-head h2 { max-width: 760px; }
.section-head .lede { max-width: 450px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.card { position: relative; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: white; transition: .25s ease; }
.card:hover { transform: translateY(-5px); border-color: rgba(40,127,163,.45); box-shadow: var(--shadow); }
.card-number { display: block; margin-bottom: 48px; color: var(--brand); font-family: "Courier New", monospace; font-size: .78rem; font-weight: 700; }
.solution-card .card-number { margin-bottom: 34px; font-size: clamp(1rem, 1.6vw, 1.28rem); letter-spacing: .02em; }
.card p { margin-top: 14px; color: var(--slate); }
.card-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; color: var(--brand-dark); font-weight: 750; }
.card-link::after { content: "\2192"; transition: transform .2s; }.card:hover .card-link::after { transform: translateX(5px); }
.icon-box { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 26px; border-radius: 14px; background: var(--ice); color: var(--brand); font-weight: 800; }
.problem-list { display: grid; gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.problem-row { display: grid; grid-template-columns: 70px 1fr 1fr; gap: 28px; align-items: center; padding: 30px; background: white; }
.problem-row .num { color: var(--brand); font-family: "Courier New", monospace; font-size: clamp(1.55rem, 3vw, 2.4rem); font-weight: 700; line-height: 1; letter-spacing: -.06em; }
.problem-row p { color: var(--slate); }
.statement { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.statement-panel { padding: 48px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(145deg, rgba(255,255,255,.08), rgba(255,255,255,.02)); }
.check-list { display: grid; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 14px; align-items: flex-start; }
.check-list li::before { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; content: "\2713"; background: rgba(50,211,229,.14); color: var(--cyan); font-size: .75rem; font-weight: 900; }
.section:not(.section-dark) .check-list li::before { background: var(--ice); color: var(--brand); }
.quote-block { padding: 50px; border-left: 4px solid var(--cyan); background: var(--ice); font-size: clamp(1.5rem, 3vw, 2.5rem); font-weight: 700; line-height: 1.25; letter-spacing: -.025em; }
.page-hero { position: relative; overflow: hidden; padding: 110px 0 100px; color: white; background: var(--ink); }
.page-hero::after { position: absolute; top: -120px; right: -80px; width: 520px; height: 520px; border: 1px solid rgba(50,211,229,.16); border-radius: 50%; content: ""; box-shadow: 0 0 0 80px rgba(50,211,229,.03), 0 0 0 160px rgba(50,211,229,.02); }
.page-hero h1 { max-width: 1000px; }
.page-hero .lede { margin-top: 28px; }
.page-hero-photo { min-height: 620px; display: flex; align-items: center; background-color: var(--ink); background-image: linear-gradient(90deg, rgba(6,31,44,.96) 0%, rgba(6,31,44,.82) 38%, rgba(6,31,44,.28) 68%, rgba(6,31,44,.12) 100%), url("../images/hero-quienes-somos-wide-optimized.jpg"); background-position: center right; background-size: cover; }
.page-hero-photo::after { display: none; }
.page-hero-photo .container { position: relative; z-index: 1; }
.page-hero-photo h1 { max-width: 820px; }
.page-hero-photo .lede { max-width: 700px; color: #e1ebef; }
.page-hero-about { background-image: linear-gradient(90deg, rgba(6,31,44,.96) 0%, rgba(6,31,44,.82) 38%, rgba(6,31,44,.28) 68%, rgba(6,31,44,.12) 100%), url("../images/hero-quienes-somos-wide-optimized.jpg"); background-position: center right; }
.page-hero-services { background-image: linear-gradient(90deg, rgba(6,31,44,.96) 0%, rgba(6,31,44,.84) 36%, rgba(6,31,44,.34) 68%, rgba(6,31,44,.1) 100%), url("../images/hero-servicios-wide-optimized.jpg"); background-position: center right; }
.page-hero-solutions { background-image: linear-gradient(90deg, rgba(6,31,44,.96) 0%, rgba(6,31,44,.84) 37%, rgba(6,31,44,.32) 68%, rgba(6,31,44,.12) 100%), url("../images/hero-soluciones-wide-optimized.jpg"); background-position: center right; }
.page-hero-contact { background-image: linear-gradient(90deg, rgba(6,31,44,.96) 0%, rgba(6,31,44,.83) 38%, rgba(6,31,44,.3) 68%, rgba(6,31,44,.1) 100%), url("../images/hero-contacto-wide-optimized.jpg"); background-position: center right; }
.page-hero-diagnostic { background-image: linear-gradient(90deg, rgba(6,31,44,.96) 0%, rgba(6,31,44,.84) 37%, rgba(6,31,44,.32) 68%, rgba(6,31,44,.12) 100%), url("../images/hero-diagnostico-wide-optimized.jpg"); background-position: center right; }
.service-detail { display: grid; grid-template-columns: 120px minmax(0,1.1fr) minmax(260px,.7fr); gap: 34px; padding: 52px 0; border-top: 1px solid var(--line); }
.service-detail:last-child { border-bottom: 1px solid var(--line); }
.service-index { color: var(--brand); font-family: "Courier New", monospace; font-size: clamp(2.7rem, 5vw, 4.4rem); font-weight: 700; line-height: .9; letter-spacing: -.08em; }
.service-detail h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.service-detail p { margin-top: 18px; color: var(--slate); }
.detail-box { padding: 28px; border-radius: 20px; background: var(--ice); }
.detail-box h3 { margin-bottom: 14px; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; }
.detail-box ul { margin: 0; padding-left: 20px; color: var(--slate); }
.compare { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: var(--radius); }
.compare > div { padding: 48px; }
.compare .before { background: #dde7ea; }.compare .after { background: var(--ink); color: white; }
.compare h3 { margin-bottom: 24px; }
.compare ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; text-transform: capitalize; }
.diagnostic-points .card-number { margin-bottom: 28px; font-size: clamp(2.2rem, 4vw, 3.4rem); line-height: .9; letter-spacing: -.08em; }
.diagnostic-panel { background: white; border-color: var(--line); }
.diagnostic-panel .check-list li { color: var(--ink); }
.result-compare { gap: 22px; overflow: visible; }
.result-card { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 28px; }
.result-card::after { position: absolute; right: -80px; bottom: -110px; width: 240px; height: 240px; border: 1px solid currentColor; border-radius: 50%; content: ""; opacity: .12; }
.result-label { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.result-label::before { width: 24px; height: 2px; content: ""; background: currentColor; }
.result-card h3 { margin-bottom: 28px; font-size: clamp(1.65rem, 3vw, 2.55rem); }
.result-card ul { text-transform: none; }
.result-card li { display: flex; gap: 12px; align-items: flex-start; color: inherit; font-size: clamp(1rem, 1.4vw, 1.12rem); }
.result-card li::before { display: grid; width: 24px; height: 24px; flex: 0 0 24px; place-items: center; border-radius: 50%; font-size: .75rem; font-weight: 900; }
.result-card.before { background: #eef4f6; color: var(--ink); }
.result-card.before li { color: var(--slate); }
.result-card.before li::before { content: "!"; background: #d9e7eb; color: var(--brand-dark); }
.result-card.after { background: linear-gradient(145deg, var(--brand-dark), #061f2c); color: white; box-shadow: 0 24px 60px rgba(0,0,0,.18); }
.result-card.after li { color: #d8edf1; }
.result-card.after li::before { content: "\2713"; background: rgba(50,211,229,.16); color: var(--cyan); }
.legal-content { max-width: 900px; padding: 52px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.legal-content h2 { margin-top: 44px; color: var(--ink); font-size: clamp(1.45rem, 2.4vw, 2.2rem); }
.legal-content p, .legal-content li { color: var(--slate); }
.legal-content p + p { margin-top: 16px; }
.legal-content ul { display: grid; gap: 10px; margin: 18px 0 0; padding-left: 22px; color: var(--slate); }
.legal-content strong { color: var(--ink); }
.legal-date { margin-top: 44px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink) !important; font-weight: 720; }

/* Forms */
.contact-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.contact-meta { display: grid; gap: 14px; margin-top: 36px; }
.contact-meta a, .contact-meta span { display: flex; align-items: center; gap: 12px; color: var(--slate); }
.contact-meta b { color: var(--brand); }
.form-card { padding: 38px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.form-card h2 { margin-bottom: 10px; font-size: 2rem; }
.form-card > p { margin-bottom: 28px; color: var(--slate); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: .82rem; font-weight: 720; }
.field input, .field textarea, .field select { width: 100%; border: 1px solid #c9d8de; border-radius: 12px; padding: 13px 14px; background: #fbfdfe; color: var(--ink); }
.field textarea { min-height: 120px; resize: vertical; }
.consent { display: flex; gap: 10px; margin: 20px 0; color: var(--slate); font-size: .78rem; }
.consent input { margin-top: 4px; }
.form-status { min-height: 24px; margin-top: 14px; color: var(--brand-dark); font-size: .86rem; font-weight: 680; }
.hp { position: absolute; left: -9999px; }

/* Footer, cookie, chat */
.cta-band { padding: 80px 0; background: var(--brand); color: white; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.cta-inner h2 { max-width: 760px; font-size: clamp(2rem, 4vw, 3.8rem); }
.site-footer { padding: 70px 0 28px; background: #061f2c; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr .7fr; gap: 70px; }
.footer-brand { display: flex; width: 220px; height: 56px; align-items: center; filter: brightness(0) invert(1); opacity: .95; }
.footer-brand img { width: 100%; height: 100%; object-fit: contain; }
.site-footer p { max-width: 420px; margin-top: 20px; color: #a9bec7; }
.footer-col { display: grid; align-content: start; gap: 10px; }
.footer-col strong { margin-bottom: 8px; color: var(--cyan); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-col a { color: #c7d7dd; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); color: #89a2ad; font-size: .78rem; }
.cookie { position: fixed; z-index: 120; right: 20px; bottom: 20px; width: min(440px, calc(100% - 40px)); padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: var(--shadow); }
.cookie[hidden] { display: none; }.cookie p { color: var(--slate); font-size: .84rem; }.cookie .actions { margin-top: 16px; }.cookie .btn { min-height: 42px; }
.chat-button { position: fixed; z-index: 110; right: 22px; bottom: 22px; display: grid; width: 58px; height: 58px; place-items: center; border: 0; border-radius: 50%; background: var(--ink); color: white; box-shadow: var(--shadow); font-size: 1.35rem; }
.cookie:not([hidden]) ~ .chat-button { bottom: 245px; }
.chat-panel { position: fixed; z-index: 115; right: 22px; bottom: 92px; width: min(370px, calc(100% - 44px)); overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); transform: translateY(12px); opacity: 0; pointer-events: none; transition: .25s; }
.chat-panel.open { transform: none; opacity: 1; pointer-events: auto; }
.chat-head { display: flex; align-items: center; justify-content: space-between; padding: 20px; background: var(--ink); color: white; }.chat-head button { border: 0; background: transparent; color: white; font-size: 1.3rem; }
.chat-body { padding: 20px; }.chat-message { padding: 13px 15px; border-radius: 4px 16px 16px 16px; background: var(--ice); font-size: .88rem; }
.chat-options { display: grid; gap: 8px; margin-top: 14px; }.chat-options a { padding: 11px 13px; border: 1px solid var(--line); border-radius: 11px; color: var(--brand-dark); font-size: .82rem; font-weight: 700; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s, transform .65s; }.reveal.visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; } .reveal { opacity: 1; transform: none; } }
@media (min-width: 1800px) {
  .page-hero-photo { min-height: clamp(760px, 24vw, 920px); }
}
@media (max-width: 900px) {
  .section { padding: 82px 0; }.hero { padding-top: 72px; }.hero-grid, .statement, .contact-layout { grid-template-columns: 1fr; }.hero-grid { gap: 34px; }.signal-board { min-height: 500px; max-width: 620px; width: 100%; margin-inline: auto; }.section-head { display: grid; gap: 20px; }.grid-3, .grid-4 { grid-template-columns: 1fr 1fr; }.service-detail { grid-template-columns: 86px 1fr; }.service-detail .detail-box { grid-column: 2; }.footer-grid { grid-template-columns: 1fr 1fr; }.footer-grid > :first-child { grid-column: 1/-1; }.cta-inner { display: grid; }
  .menu-toggle { display: grid; place-items: center; }.nav-links { position: fixed; inset: 100px 0 0; display: grid; min-height: calc(100vh - 100px); align-content: start; gap: 0; padding: 30px 20px; border-top: 1px solid var(--line); background: #fff; box-shadow: 0 28px 60px rgba(9,43,61,.18); transform: translateX(100%); transition: transform .25s; }.nav-links.open { transform: none; }.nav-links a { padding: 17px 10px; border-bottom: 1px solid var(--line); background: #fff; color: var(--ink); }.nav-links .btn { margin-top: 20px; background: var(--ink); color: #fff; }
}
@media (max-width: 600px) {
  .container { width: min(calc(100% - 28px), var(--container)); }.section { padding: 68px 0; }.hero { min-height: auto; padding: 58px 0 62px; }.hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }.page-hero { padding: 78px 0; }.page-hero-photo { min-height: 600px; background-image: linear-gradient(90deg, rgba(6,31,44,.94), rgba(6,31,44,.72)), url("../images/hero-quienes-somos-wide-optimized.jpg"); background-position: 58% center; }.page-hero-about { background-image: linear-gradient(90deg, rgba(6,31,44,.94), rgba(6,31,44,.74)), url("../images/hero-quienes-somos-wide-optimized.jpg"); background-position: 58% center; }.page-hero-services { background-image: linear-gradient(90deg, rgba(6,31,44,.94), rgba(6,31,44,.74)), url("../images/hero-servicios-wide-optimized.jpg"); background-position: 58% center; }.page-hero-solutions { background-image: linear-gradient(90deg, rgba(6,31,44,.94), rgba(6,31,44,.74)), url("../images/hero-soluciones-wide-optimized.jpg"); background-position: 58% center; }.page-hero-diagnostic { background-image: linear-gradient(90deg, rgba(6,31,44,.94), rgba(6,31,44,.74)), url("../images/hero-diagnostico-wide-optimized.jpg"); background-position: 58% center; }.page-hero-contact { background-image: linear-gradient(90deg, rgba(6,31,44,.94), rgba(6,31,44,.74)), url("../images/hero-contacto-wide-optimized.jpg"); background-position: 58% center; }.grid-2, .grid-3, .grid-4, .form-grid { grid-template-columns: 1fr; }.field-full { grid-column: auto; }.problem-row { grid-template-columns: 58px 1fr; }.problem-row p { grid-column: 2; }.service-detail { grid-template-columns: 1fr; }.service-detail .detail-box { grid-column: auto; }.compare { grid-template-columns: 1fr; }.compare > div, .statement-panel, .form-card, .card { padding: 28px; }.trust { align-items: flex-start; flex-direction: column; padding-block: 28px; }.logo-list { justify-content: flex-start; }.footer-grid { grid-template-columns: 1fr; gap: 38px; }.footer-grid > :first-child { grid-column: auto; }.footer-bottom { flex-direction: column; }.signal-core { inset-inline: 0; }.float-one { right: 0; }.float-two { left: 0; }.chat-button { right: 14px; }.chat-panel { right: 14px; width: calc(100% - 28px); }
  .section .lede, .card p, .problem-row p, .service-detail p, .detail-box li, .legal-content p, .legal-content li, .form-card > p, .site-footer p { text-align: left; hyphens: manual; }  .legal-content { padding: 28px; }
}


