:root {
  --navy: #071b33;
  --navy-2: #0b2545;
  --blue: #123f73;
  --teal: #1bbf9c;
  --teal-dark: #0c8f78;
  --gold: #e4b85b;
  --cream: #f7f5ef;
  --surface: #ffffff;
  --ink: #142235;
  --muted: #667085;
  --line: #dfe5eb;
  --shadow: 0 22px 55px rgba(7, 27, 51, .12);
  --radius: 24px;
  --container: 1180px;
  --header-height: 86px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body {
  min-width: 280px;
  margin: 0;
  overflow-x: clip;
  color: var(--ink);
  background: #fff;
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
body.cookie-open .whatsapp-float { bottom: 128px; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { max-width: 100%; font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p, dd, dt, a, span, strong { overflow-wrap: break-word; }
[id] { scroll-margin-top: calc(var(--header-height) + 22px); }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container > *, .hero-grid > *, .about-grid > *, .pricing-grid > *, .company-grid > *, .contact-grid > *, .footer-grid > * { min-width: 0; }
.section { padding: 112px 0; }
.section-dark { color: #fff; background: var(--navy); }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 9999; padding: 10px 16px; border-radius: 8px; color: #000; background: #fff; }
.skip-link:focus { top: 16px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  border-bottom: 1px solid transparent;
  transition: background .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.site-header.scrolled, .site-header.inner-header { background: rgba(255,255,255,.95); backdrop-filter: blur(18px); border-color: rgba(15,23,42,.08); box-shadow: 0 10px 30px rgba(7,27,51,.06); }
.nav-wrap { min-height: var(--header-height); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.site-header.scrolled .brand, .site-header.inner-header .brand { color: var(--navy); }
.brand-mark { flex: 0 0 43px; width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; color: var(--navy); background: var(--teal); }
.brand-mark svg { width: 31px; fill: currentColor; }
.brand-text { display: flex; align-items: baseline; gap: 6px; white-space: nowrap; }
.brand-text strong { font: 800 1.38rem/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand-text small { font-size: .93rem; font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 30px); }
.main-nav a { color: rgba(255,255,255,.84); font-size: .95rem; font-weight: 600; transition: color .2s, background .2s; white-space: nowrap; }
.main-nav a:hover { color: #fff; }
.site-header.scrolled .main-nav a, .site-header.inner-header .main-nav a { color: #344054; }
.site-header.scrolled .main-nav a:hover, .site-header.inner-header .main-nav a:hover { color: var(--teal-dark); }
.main-nav .nav-cta { padding: 11px 19px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; color: #fff; }
.site-header.scrolled .main-nav .nav-cta, .site-header.inner-header .main-nav .nav-cta { border-color: var(--line); color: var(--navy); background: #fff; }
.menu-toggle { flex: 0 0 44px; display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; padding: 10px; background: rgba(255,255,255,.1); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .25s; }
.site-header.scrolled .menu-toggle, .site-header.inner-header .menu-toggle { background: #eef2f6; }
.site-header.scrolled .menu-toggle span, .site-header.inner-header .menu-toggle span { background: var(--navy); }

.hero { min-height: 800px; padding: 170px 0 100px; overflow: clip; position: relative; }
.hero::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; right: -280px; top: -140px; background: radial-gradient(circle, rgba(27,191,156,.18), transparent 68%); }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(to bottom, transparent, rgba(0,0,0,.08)); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); align-items: center; gap: clamp(45px, 6vw, 74px); position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; max-width: 100%; margin-bottom: 18px; color: #7ce3ce; font-size: .78rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.eyebrow::before { content: ""; flex: 0 0 28px; width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: var(--teal-dark); }
.hero h1 { max-width: 700px; margin: 0 0 24px; font: 800 clamp(2.7rem, 5vw, 4.8rem)/1.04 "Manrope", sans-serif; letter-spacing: -.055em; }
.hero-copy > p { max-width: 650px; margin: 0; color: #b8c8da; font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.btn { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 1px solid transparent; border-radius: 13px; text-align: center; font-weight: 800; line-height: 1.25; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid rgba(27,191,156,.45); outline-offset: 3px; }
.btn-primary { color: #04251f; background: var(--teal); box-shadow: 0 12px 30px rgba(27,191,156,.23); }
.btn-primary:hover { background: #33c9aa; box-shadow: 0 16px 34px rgba(27,191,156,.3); }
.btn-ghost { color: #fff; border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.05); }
.btn-ghost:hover { background: rgba(255,255,255,.1); }
.btn-block { width: 100%; border: 0; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 21px; margin-top: 28px; color: #b8c8da; font-size: .88rem; }
.trust-row i { font-style: normal; color: var(--teal); margin-right: 5px; }
.hero-visual { min-height: 510px; position: relative; display: grid; place-items: center; }
.glow { position: absolute; border-radius: 50%; filter: blur(4px); pointer-events: none; }
.glow-a { width: 330px; height: 330px; background: rgba(27,191,156,.1); top: 40px; right: 20px; }
.glow-b { width: 280px; height: 280px; background: rgba(228,184,91,.08); bottom: 20px; left: 20px; }
.dashboard-card { width: min(100%, 470px); padding: 28px; position: relative; z-index: 2; border-radius: 25px; color: var(--ink); background: rgba(255,255,255,.97); box-shadow: 0 42px 90px rgba(0,0,0,.34); transform: rotate(-1.5deg); }
.dash-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.dash-head > div:first-child { min-width: 0; }
.dash-head span, .dash-head small { display: block; color: var(--muted); font-size: .75rem; }
.dash-head strong { display: block; margin-top: 3px; font: 800 1.18rem/1.2 "Manrope", sans-serif; }
.dash-badge { flex: 0 0 auto; align-self: flex-start; padding: 7px 10px; border-radius: 999px; color: var(--teal-dark); background: #e5faf5; font-size: .73rem; font-weight: 800; }
.chart { height: 180px; display: flex; align-items: end; gap: 11px; margin: 30px 0 24px; padding: 0 7px 18px; border-bottom: 1px solid #e9eef3; background-image: linear-gradient(#eef2f6 1px, transparent 1px); background-size: 100% 42px; }
.chart span { flex: 1 1 0; min-width: 0; min-height: 15px; border-radius: 8px 8px 3px 3px; background: linear-gradient(180deg, var(--teal), #0a927b); box-shadow: 0 8px 15px rgba(27,191,156,.15); }
.dash-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.dash-stats div { min-width: 0; padding: 13px; border-radius: 13px; background: #f5f7fa; }
.dash-stats small { display: block; color: var(--muted); font-size: .66rem; }
.dash-stats b { display: block; font-size: .84rem; }
.floating-cards { position: absolute; inset: 0; z-index: 3; pointer-events: none; }
.floating-card { position: absolute; display: flex; align-items: center; gap: 11px; width: max-content; max-width: min(230px, 70%); padding: 13px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; color: var(--ink); background: rgba(255,255,255,.96); box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.floating-card-one { left: -22px; top: 75px; }
.floating-card-two { right: -15px; bottom: 54px; }
.icon-circle { flex: 0 0 38px; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: var(--teal-dark); background: #e2f8f2; font-weight: 800; }
.floating-card small { display: block; color: var(--muted); font-size: .68rem; }
.floating-card strong { display: block; font-size: .82rem; }

.quick-services { position: relative; z-index: 5; margin-top: -1px; background: var(--navy); }
.quick-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-radius: 24px 24px 0 0; overflow: hidden; transform: translateY(44px); box-shadow: var(--shadow); }
.quick-card { min-height: 190px; display: flex; gap: 20px; padding: 34px; border-right: 1px solid var(--line); background: #fff; transition: background .2s; }
.quick-card:last-child { border-right: 0; }
.quick-card:hover { background: #f8fbfa; }
.service-icon { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; color: var(--teal-dark); background: #e6faf5; font-weight: 800; }
.quick-card h2 { margin: 1px 0 8px; font: 800 1.02rem/1.25 "Manrope", sans-serif; }
.quick-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.card-link { display: inline-block; margin-top: 12px; color: var(--teal-dark); font-size: .8rem; font-weight: 800; }

.about { padding-top: 170px; background: var(--cream); }
.about-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); align-items: center; gap: clamp(55px, 7vw, 90px); }
.about-visual { position: relative; }
.office-art { aspect-ratio: 4 / 4.3; position: relative; overflow: hidden; border-radius: 32px; background: linear-gradient(150deg, #d7e6e0, #f5efe4); box-shadow: var(--shadow); }
.office-window { position: absolute; width: 68%; height: 38%; right: 0; top: 0; background: linear-gradient(180deg, #b9d7e2, #e6f1f2); border-left: 14px solid #f1eee6; border-bottom: 14px solid #f1eee6; }
.office-window::before, .office-window::after { content: ""; position: absolute; background: rgba(255,255,255,.7); }
.office-window::before { width: 5px; height: 100%; left: 45%; }
.office-window::after { height: 5px; width: 100%; top: 48%; }
.office-desk { position: absolute; width: 76%; height: 17px; left: 11%; bottom: 26%; border-radius: 6px; background: #96684c; box-shadow: 0 90px 0 -5px #5c493d; }
.office-desk::before, .office-desk::after { content: ""; position: absolute; width: 12px; height: 120px; top: 8px; background: #644a3b; }
.office-desk::before { left: 6%; }
.office-desk::after { right: 6%; }
.office-screen { position: absolute; width: 38%; height: 25%; left: 31%; bottom: 31%; padding: clamp(8px, 2vw, 20px); border: clamp(7px, 1.2vw, 12px) solid #263a4b; border-radius: 11px; background: #eef8f5; box-shadow: 0 18px 30px rgba(33,43,54,.18); }
.office-screen span { display: block; width: 80%; height: 8px; margin: 7px 0; border-radius: 999px; background: #9fdacb; }
.office-screen span:nth-child(2) { width: 55%; }
.office-screen span:nth-child(3) { width: 70%; }
.office-screen span:nth-child(4) { width: 42%; }
.office-person { position: absolute; left: 13%; bottom: 27%; width: 38%; height: 46%; }
.office-person i { position: absolute; width: clamp(48px, 8vw, 90px); aspect-ratio: 1; left: 18%; top: 0; border-radius: 50%; background: #9a664c; box-shadow: inset 0 15px 0 #1c2430; }
.office-person b { position: absolute; width: min(170px, 100%); height: 55%; left: 0; bottom: 0; border-radius: 70px 70px 20px 20px; background: var(--navy-2); transform: rotate(5deg); }
.office-plant { position: absolute; right: 8%; bottom: 27%; width: 65px; height: 150px; transform-origin: bottom; }
.office-plant::after { content: ""; position: absolute; width: 70px; height: 55px; bottom: 0; border-radius: 8px 8px 25px 25px; background: #b97953; }
.office-plant i { position: absolute; width: 60px; height: 100px; bottom: 35px; border-radius: 80% 10% 80% 10%; background: #4a967a; transform-origin: bottom; }
.office-plant i:nth-child(1) { transform: rotate(-25deg); }
.office-plant i:nth-child(2) { transform: rotate(10deg); }
.office-plant i:nth-child(3) { transform: rotate(43deg); }
.experience-card { position: absolute; right: -20px; bottom: 34px; width: 180px; padding: 23px; border-radius: 18px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.experience-card strong { display: block; color: var(--teal); font: 800 2.2rem/1 "Manrope"; }
.experience-card span { display: block; margin-top: 7px; color: #c9d4e1; font-size: .83rem; }
.about-copy h2, .section-heading h2, .pricing-copy h2, .company-copy h2, .contact-copy h2, .inner-hero h1, .content-copy h2 { margin: 0 0 22px; font: 800 clamp(2.1rem, 4vw, 3.35rem)/1.1 "Manrope", sans-serif; letter-spacing: -.045em; }
.about-copy > p, .section-heading > p, .pricing-copy > p, .company-copy > p, .contact-copy > p, .content-copy > p { color: var(--muted); font-size: 1.04rem; }
.metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 33px 0; }
.metrics div { padding-top: 16px; border-top: 2px solid #dce4e0; }
.metrics strong { display: block; color: var(--navy); font: 800 1.42rem/1 "Manrope"; }
.metrics span { display: block; margin-top: 7px; color: var(--muted); font-size: .77rem; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--teal-dark); font-weight: 800; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.services-section { background: #fff; }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.services-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card { min-height: 400px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.service-card.featured { border-color: transparent; color: #fff; background: var(--navy); }
.service-card-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 17px; color: var(--teal-dark); background: #e8faf6; }
.service-card-icon svg { width: 27px; fill: currentColor; }
.service-card > span { margin-top: 28px; color: var(--teal-dark); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.service-card.featured > span { color: #7ce3ce; }
.service-card h3 { margin: 10px 0 14px; font: 800 1.45rem/1.25 "Manrope"; letter-spacing: -.025em; }
.service-card p { color: var(--muted); }
.service-card.featured p { color: #b9c8d8; }
.service-card a { margin-top: auto; color: var(--teal-dark); font-weight: 800; }
.service-card.featured a { color: var(--teal); }
.service-card a b { display: inline-block; margin-left: 4px; transition: transform .2s; }
.service-card a:hover b { transform: translateX(4px); }

.pricing-section { position: relative; overflow: clip; color: #fff; background: linear-gradient(135deg, var(--navy), #102f52); }
.pricing-section::after { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; right: -190px; bottom: -230px; background: rgba(27,191,156,.08); }
.pricing-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(48px, 7vw, 80px); position: relative; z-index: 2; }
.pricing-copy > p { color: #b8c8da; }
.pricing-checks { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; margin: 30px 0; color: #d7e2ec; }
.price-card { padding: 40px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.07); backdrop-filter: blur(15px); }
.price-label { display: inline-block; padding: 7px 11px; border-radius: 999px; color: var(--teal); background: rgba(27,191,156,.12); font-size: .75rem; font-weight: 800; }
.price-card h3 { margin: 20px 0 13px; font: 800 2rem/1.15 "Manrope"; letter-spacing: -.035em; }
.price-card > p { color: #b8c8da; }
.info-note { margin-top: 26px; padding: 24px; border-radius: 17px; color: var(--ink); background: #fff; }
.info-note > strong { display: block; margin-bottom: 10px; font: 800 1rem "Manrope"; }
.info-note p { margin: 8px 0; color: var(--muted); font-size: .86rem; }

.company-section { background: #f7f9fb; }
.company-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(48px, 7vw, 80px); align-items: start; }
.company-data { margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fff; box-shadow: 0 16px 40px rgba(7,27,51,.06); }
.company-data div { min-height: 130px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.company-data div:nth-child(2n) { border-right: 0; }
.company-data div:nth-last-child(-n+2) { border-bottom: 0; }
.company-data dt { color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.company-data dd { margin: 10px 0 0; font: 800 1.08rem/1.35 "Manrope"; }
.status-dot { display: inline-block; width: 9px; height: 9px; margin-right: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(27,191,156,.12); }

.faq-section { background: #fff; }
.faq-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(45px, 7vw, 80px); align-items: start; }
.faq-list { display: grid; gap: 13px; }
.faq-list details { border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 28px rgba(7,27,51,.05); }
.faq-list summary { position: relative; padding: 21px 54px 21px 22px; list-style: none; font: 800 1rem/1.4 "Manrope"; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 22px; transform: translateY(-50%); color: var(--teal-dark); font-size: 1.5rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.contact-section { color: #fff; background: var(--navy); }
.contact-grid { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(50px, 7vw, 84px); align-items: start; }
.contact-copy > p { color: #b8c8da; }
.contact-list { display: grid; gap: 13px; margin-top: 33px; }
.contact-list a { display: block; min-width: 0; padding: 18px 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; background: rgba(255,255,255,.045); transition: .2s; }
.contact-list a:hover { border-color: rgba(27,191,156,.5); background: rgba(27,191,156,.07); }
.contact-list span { display: block; color: #8fa5ba; font-size: .73rem; text-transform: uppercase; letter-spacing: .1em; }
.contact-list strong { display: block; margin-top: 4px; font-size: .94rem; overflow-wrap: anywhere; }
.contact-form { min-width: 0; padding: 36px; border-radius: 25px; color: var(--ink); background: #fff; box-shadow: 0 30px 70px rgba(0,0,0,.24); }
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.contact-form label { display: block; min-width: 0; margin-bottom: 16px; font-weight: 700; font-size: .86rem; }
.contact-form input, .contact-form textarea { display: block; width: 100%; min-width: 0; margin-top: 7px; padding: 14px 15px; border: 1px solid #d7dee6; border-radius: 11px; outline: none; color: var(--ink); background: #fbfcfd; transition: .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(27,191,156,.12); background: #fff; }
.contact-form input[aria-invalid="true"], .contact-form textarea[aria-invalid="true"] { border-color: #c83d4d; }
.consent { display: flex !important; align-items: flex-start; gap: 10px; color: var(--muted); font-weight: 500 !important; font-size: .75rem !important; }
.consent input { flex: 0 0 17px; width: 17px; height: 17px; margin: 3px 0 0; accent-color: var(--teal-dark); }
.consent a { color: var(--teal-dark); text-decoration: underline; }
.form-status { min-height: 22px; margin: -2px 0 10px; color: #a52a37; font-size: .8rem; font-weight: 700; }
.form-note { margin: 10px 0 0; text-align: center; color: var(--muted); font-size: .72rem; }

.privacy-section { background: var(--cream); }
.privacy-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.privacy-card { padding: 30px; border: 1px solid #e2e4df; border-radius: 20px; background: rgba(255,255,255,.75); }
.privacy-card > span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 10px; color: var(--teal-dark); background: #dff5ef; font-weight: 800; }
.privacy-card h3 { margin: 22px 0 10px; font: 800 1.18rem "Manrope"; }
.privacy-card p { margin: 0; color: var(--muted); font-size: .91rem; }
.privacy-contact { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 26px; padding: 23px 26px; border-radius: 17px; color: #fff; background: var(--navy); }
.privacy-contact p { margin: 0; }
.privacy-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px 20px; min-width: 0; }
.privacy-contact a { color: var(--teal); font-weight: 800; overflow-wrap: anywhere; }

.site-footer { padding: 70px 0 25px; color: #c1cfdd; background: #041427; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr 1fr 1fr; gap: clamp(28px, 4vw, 50px); }
.brand.light { color: #fff; }
.footer-brand p { max-width: 310px; }
.site-footer h2 { margin: 0 0 15px; color: #fff; font: 800 .92rem "Manrope"; }
.site-footer a, .site-footer p { display: block; margin: 7px 0; color: #8fa3b7; font-size: .86rem; overflow-wrap: anywhere; }
.site-footer a:hover { color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; }

.whatsapp-float { position: fixed; z-index: 900; right: max(22px, env(safe-area-inset-right)); bottom: max(22px, env(safe-area-inset-bottom)); width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #22c55e; box-shadow: 0 14px 35px rgba(34,197,94,.34); transition: transform .2s, bottom .25s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 29px; fill: currentColor; }
.cookie-banner { position: fixed; z-index: 1200; left: max(20px, env(safe-area-inset-left)); right: max(20px, env(safe-area-inset-right)); bottom: max(18px, env(safe-area-inset-bottom)); max-width: 930px; max-height: calc(100dvh - 36px); margin-inline: auto; display: none; align-items: center; justify-content: space-between; gap: 30px; overflow: auto; padding: 18px 21px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 22px 70px rgba(7,27,51,.18); }
.cookie-banner.show { display: flex; }
.cookie-banner strong { display: block; }
.cookie-banner p { margin: 3px 0 0; color: var(--muted); font-size: .82rem; }
.cookie-actions { flex: 0 0 auto; display: flex; align-items: center; gap: 12px; white-space: nowrap; }
.cookie-actions a { color: var(--teal-dark); font-weight: 700; font-size: .83rem; }
.cookie-actions button { min-height: 42px; border: 0; border-radius: 10px; padding: 10px 16px; color: #fff; background: var(--navy); font-weight: 700; }

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

/* Páginas internas */
.inner-page { padding-top: var(--header-height); }
.inner-hero { padding: 92px 0 78px; color: #fff; background: linear-gradient(135deg, var(--navy), #102f52); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 24px; color: #a9bdcf; font-size: .82rem; }
.breadcrumb a { color: #7ce3ce; }
.inner-hero h1 { max-width: 850px; color: #fff; }
.inner-hero p { max-width: 760px; margin: 0; color: #c0cfdd; font-size: 1.08rem; }
.content-section { padding: 90px 0; }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .42fr); gap: 56px; align-items: start; }
.content-copy h2 { margin-top: 52px; font-size: clamp(1.75rem, 3vw, 2.4rem); }
.content-copy h2:first-child { margin-top: 0; }
.content-copy h3 { margin: 30px 0 8px; font: 800 1.25rem "Manrope"; }
.content-copy p, .content-copy li { color: var(--muted); }
.content-copy ul { padding-left: 20px; }
.content-copy li { margin: 8px 0; }
.sidebar-card { position: sticky; top: calc(var(--header-height) + 24px); padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: var(--shadow); }
.sidebar-card h2 { margin: 0 0 12px; font: 800 1.35rem/1.25 "Manrope"; }
.sidebar-card p { color: var(--muted); }
.sidebar-card .btn { width: 100%; margin-top: 12px; }
.feature-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; margin: 30px 0; }
.feature-box { padding: 22px; border: 1px solid var(--line); border-radius: 17px; background: #f8fafb; }
.feature-box strong { display: block; margin-bottom: 6px; font: 800 1rem "Manrope"; }
.feature-box p { margin: 0; font-size: .9rem; }
.cta-band { padding: 38px 0; color: #fff; background: var(--navy); }
.cta-band .container { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-band h2 { margin: 0; font: 800 clamp(1.6rem, 3vw, 2.4rem)/1.15 "Manrope"; }
.cta-band p { margin: 8px 0 0; color: #b8c8da; }
.legal-content { max-width: 900px; }
.legal-content h2 { margin: 42px 0 12px; font: 800 1.55rem "Manrope"; }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--teal-dark); text-decoration: underline; }

@media (max-width: 1000px) {
  .hero-grid, .about-grid, .pricing-grid, .company-grid, .contact-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero { padding-top: 145px; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: 100%; max-width: 620px; margin-inline: auto; }
  .quick-grid { grid-template-columns: 1fr; }
  .quick-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-card:last-child { border-bottom: 0; }
  .services-grid, .privacy-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-visual { max-width: 600px; margin-inline: auto; }
  .pricing-grid, .contact-grid { gap: 50px; }
  .faq-layout .section-heading { margin-bottom: 0; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / -1; }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar-card { position: static; }
}

@media (max-width: 820px) {
  :root { --header-height: 76px; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: calc(var(--header-height) + 8px) 14px auto; max-height: calc(100dvh - var(--header-height) - 24px); display: grid; gap: 6px; overflow-y: auto; padding: 18px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px); transition: .25s; }
  .main-nav.open { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
  .main-nav a, .site-header.scrolled .main-nav a, .site-header.inner-header .main-nav a { padding: 12px 13px; border-radius: 10px; color: var(--ink); white-space: normal; }
  .main-nav a:hover { color: var(--teal-dark); background: #f3f7f8; }
  .main-nav .nav-cta, .site-header.scrolled .main-nav .nav-cta, .site-header.inner-header .main-nav .nav-cta { text-align: center; color: #fff; background: var(--navy); border-color: var(--navy); }
  .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); }
  .site-header:not(.scrolled):not(.inner-header) { background: rgba(7,27,51,.88); backdrop-filter: blur(15px); }
  .hero-grid { gap: 38px; }
  .hero-visual { min-height: 450px; }
  .services-grid, .privacy-grid { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .company-data { grid-template-columns: 1fr; }
  .company-data div { border-right: 0; border-bottom: 1px solid var(--line) !important; }
  .company-data div:last-child { border-bottom: 0 !important; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 680px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 78px 0; }
  .nav-wrap { min-height: var(--header-height); }
  .brand-mark { flex-basis: 39px; width: 39px; height: 39px; }
  .brand-mark svg { width: 28px; }
  .brand-text strong { font-size: 1.25rem; }
  .brand-text small { font-size: .86rem; }
  .hero { min-height: auto; padding: 122px 0 72px; }
  .hero h1 { font-size: clamp(2.15rem, 10.5vw, 3rem); letter-spacing: -.045em; }
  .hero-copy > p { font-size: 1rem; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .hero-actions .btn { width: 100%; }
  .trust-row { display: grid; gap: 8px; }
  .hero-visual { min-height: 0; display: block; margin-top: 8px; }
  .dashboard-card { width: 100%; padding: 18px; transform: none; }
  .dash-head { flex-wrap: wrap; }
  .chart { height: 126px; gap: 6px; margin: 24px 0 18px; padding-inline: 2px; }
  .dash-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
  .dash-stats div { padding: 10px 7px; text-align: center; }
  .dash-stats small { font-size: .57rem; }
  .dash-stats b { font-size: .74rem; }
  .floating-cards { position: static; display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 12px; }
  .floating-card { position: static; width: 100%; max-width: none; padding: 11px 13px; box-shadow: 0 10px 24px rgba(0,0,0,.16); }
  .glow { display: none; }
  .quick-grid { transform: translateY(28px); }
  .quick-card { padding: 25px 21px; }
  .about { padding-top: 108px; }
  .about-visual { padding-bottom: 0; }
  .office-art { border-radius: 24px; }
  .office-plant { transform: scale(.72); right: 3%; }
  .experience-card { position: static; width: 100%; margin-top: 12px; padding: 18px 20px; display: flex; align-items: center; gap: 12px; }
  .experience-card strong { font-size: 1.8rem; }
  .experience-card span { margin-top: 0; }
  .metrics, .pricing-checks, .feature-list { grid-template-columns: 1fr; }
  .section-heading { margin-bottom: 36px; }
  .service-card { min-height: 0; padding: 26px; }
  .price-card { padding: 25px 20px; }
  .info-note { padding: 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 24px 18px; border-radius: 20px; }
  .privacy-contact, .footer-bottom, .cookie-banner, .cta-band .container { align-items: flex-start; flex-direction: column; }
  .privacy-actions { justify-content: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-grid > div:last-child { grid-column: auto; }
  .cookie-banner { left: max(12px, env(safe-area-inset-left)); right: max(12px, env(safe-area-inset-right)); gap: 14px; padding: 16px; }
  .cookie-actions { width: 100%; justify-content: space-between; }
  .whatsapp-float { width: 52px; height: 52px; right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); }
  body.cookie-open .whatsapp-float { bottom: 210px; }
  .inner-hero { padding: 66px 0 58px; }
  .inner-hero h1 { font-size: clamp(2.1rem, 10vw, 3rem); }
  .content-section { padding: 72px 0; }
  .content-layout { gap: 36px; }
}

@media (max-width: 380px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .brand-text small { display: none; }
  .hero { padding-top: 112px; }
  .hero h1 { font-size: 2.05rem; }
  .eyebrow { font-size: .7rem; letter-spacing: .1em; }
  .dash-badge { width: 100%; text-align: center; }
  .dash-stats { grid-template-columns: 1fr; }
  .contact-list a { padding: 16px; }
  .cookie-actions { flex-direction: column; align-items: stretch; }
  .cookie-actions a { text-align: center; }
  .cookie-actions button { width: 100%; }
  body.cookie-open .whatsapp-float { display: none; }
}

@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; }
}
