:root {
  --ink: #07111f;
  --ink-2: #0c1a2d;
  --navy: #0e315d;
  --blue: #0969c9;
  --cyan: #58c2e8;
  --sky: #eaf7fc;
  --ice: #f5f9fc;
  --white: #ffffff;
  --muted: #617084;
  --line: #dbe6ef;
  --success: #25d366;
  --shadow: 0 24px 60px rgba(7, 17, 31, .12);
  --shadow-sm: 0 10px 30px rgba(7, 17, 31, .08);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
svg { fill: currentColor; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 110px 0; }

.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: white; padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow-sm); }
.skip-link:focus { top: 12px; }

.topbar { background: #03070c; color: #b9c7d8; font-size: 13px; letter-spacing: .02em; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.topbar-links { display: flex; align-items: center; gap: 10px; }
.topbar a:hover { color: white; }
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(7, 17, 31, .94); backdrop-filter: blur(14px); box-shadow: 0 1px rgba(255,255,255,.06); }
.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 10px 0; }
.brand { width: 176px; min-height: 72px; display: flex; align-items: center; justify-content: flex-start; padding: 4px 0; }
.brand img { width: 100%; height: auto; max-height: 64px; object-fit: contain; mix-blend-mode: screen; }
.nav-menu { display: flex; align-items: center; gap: 30px; color: #d6e2ef; font-size: 14px; font-weight: 650; }
.nav-menu > a:not(.btn) { position: relative; }
.nav-menu > a:not(.btn)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--cyan); transition: right .25s ease; }
.nav-menu > a:not(.btn):hover { color: white; }
.nav-menu > a:not(.btn):hover::after { right: 0; }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle span { display: block; width: 24px; height: 2px; background: white; margin: 5px 0; transition: transform .2s, opacity .2s; }

.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font-weight: 750; font-size: 14px; letter-spacing: .01em; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }
.btn-sm { min-height: 42px; padding-inline: 18px; }
.btn-primary { color: white; background: linear-gradient(135deg, var(--blue), #1888dd); box-shadow: 0 10px 24px rgba(9, 105, 201, .24); }
.btn-primary:hover { box-shadow: 0 14px 32px rgba(9, 105, 201, .33); }
.btn-whatsapp { color: white; background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.btn-whatsapp:hover { background: rgba(255,255,255,.13); }
.btn-light { background: white; color: var(--ink); }
.btn-outline { border-color: var(--line); background: white; color: var(--ink); }
.btn-outline:hover { border-color: #aec5d8; box-shadow: var(--shadow-sm); }
.btn-full { width: 100%; border: 0; }

.hero { position: relative; overflow: hidden; background: linear-gradient(145deg, #07111f 0%, #0b203a 58%, #0a3155 100%); color: white; padding: 78px 0 88px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .09; background-image: radial-gradient(rgba(255,255,255,.9) .7px, transparent .7px); background-size: 18px 18px; mask-image: linear-gradient(to right, black, transparent 60%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; }
.hero-glow-a { width: 520px; height: 520px; right: -220px; top: -120px; background: radial-gradient(circle, rgba(88,194,232,.28), transparent 68%); }
.hero-glow-b { width: 420px; height: 420px; left: 28%; bottom: -300px; background: radial-gradient(circle, rgba(9,105,201,.28), transparent 65%); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.03fr .97fr; gap: 70px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 850; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.eyebrow.light { color: #98dff7; }
.hero .eyebrow { color: #83d9f7; }
.hero h1 { margin: 20px 0 22px; max-width: 720px; font-size: clamp(40px, 5vw, 62px); line-height: 1.04; letter-spacing: -.04em; font-weight: 800; }
.hero h1 span { color: #72cfee; }
.hero-lead { max-width: 650px; margin: 0; color: #c7d5e4; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.trust-row { margin-top: 44px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.trust-row strong, .trust-row span { display: block; }
.trust-row strong { font-size: 15px; color: white; }
.trust-row span { color: #90a5ba; font-size: 12px; margin-top: 3px; }
.hero-visual { min-width: 0; }
.hero-image-wrap { position: relative; min-height: 565px; border-radius: 36px; padding: 14px; background: rgba(255,255,255,.08); box-shadow: 0 40px 80px rgba(0,0,0,.32); }
.hero-image-wrap > img { width: 100%; height: 537px; object-fit: cover; border-radius: 25px; filter: saturate(.85) contrast(1.02); }
.hero-image-wrap::after { content: ""; position: absolute; inset: 14px; border-radius: 25px; background: linear-gradient(to top, rgba(7,17,31,.38), transparent 55%); pointer-events: none; }
.hero-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 12px; background: rgba(255,255,255,.95); color: var(--ink); border: 1px solid rgba(255,255,255,.65); box-shadow: var(--shadow); backdrop-filter: blur(10px); border-radius: 16px; padding: 14px 16px; }
.hero-card strong, .hero-card small { display: block; }
.hero-card strong { font-size: 13px; line-height: 1.2; }
.hero-card small { font-size: 10px; margin-top: 3px; color: var(--muted); }
.hero-card-top { top: 46px; left: -34px; }
.hero-card-bottom { right: -28px; bottom: 44px; }
.hero-card-bottom svg { width: 34px; height: 34px; color: var(--blue); }
.pulse { width: 10px; height: 10px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 7px rgba(37,211,102,.14); }

.benefit-strip { position: relative; z-index: 4; margin-top: -1px; background: white; border-bottom: 1px solid #edf2f6; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit-item { min-height: 145px; padding: 30px 28px; display: flex; align-items: center; gap: 16px; border-right: 1px solid #edf2f6; }
.benefit-item:first-child { border-left: 1px solid #edf2f6; }
.icon-box { flex: 0 0 48px; width: 48px; height: 48px; border-radius: 14px; display: grid; place-items: center; color: var(--blue); background: var(--sky); }
.icon-box svg { width: 23px; height: 23px; }
.benefit-item h3 { font-size: 14px; margin: 0 0 3px; }
.benefit-item p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.55; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 50px; }
.section-heading.compact { grid-template-columns: 1fr; }
.section-heading h2, .about-copy h2, .areas h2, .faq-intro h2, .contact-copy h2 { margin: 14px 0 0; font-size: clamp(30px, 3.6vw, 42px); line-height: 1.12; letter-spacing: -.03em; }
.section-heading p { margin: 0; color: var(--muted); }
.services { background: var(--ice); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { position: relative; overflow: hidden; background: white; border: 1px solid #e3edf4; border-radius: var(--radius-lg); padding: 32px; box-shadow: 0 8px 28px rgba(16,42,67,.04); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: #cbdce8; }
.service-number { position: absolute; top: 20px; right: 26px; font-size: 48px; font-weight: 850; letter-spacing: -.07em; color: #edf4f8; }
.service-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; color: var(--blue); background: linear-gradient(135deg, var(--sky), #f8fdff); border: 1px solid #d8edf7; }
.service-icon svg { width: 27px; height: 27px; }
.service-card h3 { font-size: clamp(22px, 2.2vw, 26px); margin: 22px 0 10px; line-height: 1.2; }
.service-card > p { color: var(--muted); margin: 0; }
.check-list { list-style: none; margin: 22px 0 0; padding: 20px 0 0; border-top: 1px solid #edf2f6; display: grid; gap: 8px; font-size: 13px; color: #42546a; }
.check-list li { position: relative; padding-left: 24px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; width: 17px; height: 17px; border-radius: 50%; display: grid; place-items: center; background: #e8f7fd; color: #0a7bc8; font-size: 10px; font-weight: 900; }

.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; align-items: center; }
.about-collage { position: relative; min-height: 610px; }
.about-main { width: 86%; height: 535px; object-fit: cover; border-radius: 30px; box-shadow: var(--shadow); }
.about-small { position: absolute; right: 0; bottom: 0; width: 46%; height: 230px; object-fit: cover; border-radius: 22px; border: 8px solid white; box-shadow: var(--shadow-sm); }
.experience-badge { position: absolute; left: -24px; bottom: 28px; width: 150px; height: 150px; border-radius: 50%; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: white; background: linear-gradient(145deg, var(--blue), #0b4b8d); box-shadow: 0 18px 44px rgba(9,105,201,.28); border: 7px solid white; }
.experience-badge strong { font-size: 39px; line-height: 1; }
.experience-badge span { width: 90px; margin-top: 6px; font-size: 10px; line-height: 1.25; text-transform: uppercase; letter-spacing: .08em; }
.about-copy > p { color: var(--muted); font-size: 16px; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: 18px; overflow: hidden; margin: 30px 0; }
.values-grid > div { background: white; padding: 20px; }
.values-grid span, .values-grid strong, .values-grid small { display: block; }
.values-grid span { font-size: 11px; color: var(--blue); font-weight: 800; }
.values-grid strong { font-size: 14px; margin-top: 5px; }
.values-grid small { color: var(--muted); margin-top: 3px; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--blue); font-weight: 800; font-size: 14px; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }

.process-section { background: #fbfdff; border-top: 1px solid #eef3f7; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.process-card { position: relative; padding: 28px; background: white; border-radius: 20px; border: 1px solid #e5edf3; min-height: 230px; }
.process-card::after { content: ""; position: absolute; top: 45px; right: -17px; width: 18px; height: 1px; background: #c8d8e4; }
.process-card:last-child::after { display: none; }
.process-card > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: white; font-weight: 800; }
.process-card h3 { margin: 24px 0 8px; font-size: 20px; line-height: 1.2; }
.process-card p { margin: 0; color: var(--muted); font-size: 13px; }

.areas { position: relative; overflow: hidden; background: linear-gradient(135deg, #06101d, #0c2b4d); color: white; }
.areas::after { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.12) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(to left, black 10%, transparent 70%); pointer-events: none; }
.areas-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.areas-copy p { color: #b5c7d8; max-width: 590px; }
.area-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 28px 0 18px; }
.area-tags span { padding: 8px 12px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.06); border-radius: 999px; color: #dcebf7; font-size: 12px; }
.area-note { font-size: 12px; }
.areas .btn { margin-top: 10px; }
.areas-visual { position: relative; min-height: 480px; }
.map-orbit { position: absolute; border: 1px solid rgba(111,207,239,.25); border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); }
.orbit-1 { width: 270px; height: 270px; }
.orbit-2 { width: 430px; height: 430px; border-style: dashed; }
.map-dot { position: absolute; width: 13px; height: 13px; border-radius: 50%; background: #72d2f1; box-shadow: 0 0 0 8px rgba(114,210,241,.09); }
.dot-main { left: 50%; top: 50%; width: 18px; height: 18px; transform: translate(-50%,-50%); background: white; box-shadow: 0 0 0 12px rgba(255,255,255,.10); }
.dot-main span { position: absolute; left: 28px; top: -3px; font-size: 13px; font-weight: 800; color: white; white-space: nowrap; }
.dot-a { left: 25%; top: 30%; }.dot-b { right: 22%; top: 27%; }.dot-c { left: 18%; bottom: 28%; }.dot-d { right: 16%; bottom: 32%; }.dot-e { right: 35%; bottom: 13%; }
.map-pin { position: absolute; width: 72px; height: 72px; left: 50%; top: 50%; transform: translate(-50%,-50%); color: rgba(88,194,232,.08); }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 14px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; border-radius: 20px; background: #e8eef3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .3s; }
.gallery-item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,17,31,.67), transparent 50%); opacity: .72; }
.gallery-item:hover img { transform: scale(1.045); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 18px; bottom: 16px; color: white; font-size: 12px; font-weight: 750; }
.gallery-large { grid-column: span 2; grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.faq { background: var(--ice); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro p { color: var(--muted); margin: 20px 0 28px; }
.accordion details { border-bottom: 1px solid #d9e5ee; }
.accordion details:first-child { border-top: 1px solid #d9e5ee; }
.accordion summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; font-size: 16px; font-weight: 780; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; width: 26px; height: 26px; flex: 0 0 26px; border: 1px solid #cbdbe7; border-radius: 50%; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; background: var(--blue); left: 7px; right: 7px; top: 12px; height: 1.5px; }
.accordion summary span::after { transform: rotate(90deg); transition: transform .2s; }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { margin: -7px 48px 23px 0; color: var(--muted); font-size: 14px; }

.contact-section { padding: 110px 0; background: #07111f; color: white; position: relative; overflow: hidden; }
.contact-section::before { content: ""; position: absolute; width: 560px; height: 560px; border-radius: 50%; right: -240px; bottom: -280px; background: radial-gradient(circle, rgba(88,194,232,.22), transparent 68%); }
.contact-grid { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.contact-copy > p { max-width: 560px; color: #b6c7d7; }
.contact-list { display: grid; gap: 12px; margin-top: 34px; }
.contact-list a { display: flex; align-items: center; gap: 13px; padding: 12px 0; width: fit-content; }
.contact-list a:hover strong { color: #8fdcf6; }
.contact-icon { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; color: #8fdcf6; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.08); }
.contact-icon svg { width: 20px; height: 20px; }
.contact-list small, .contact-list strong { display: block; }
.contact-list small { color: #8399ae; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-list strong { font-size: 14px; transition: color .2s; }
.contact-form { background: white; color: var(--ink); border-radius: 28px; padding: 34px; box-shadow: 0 28px 70px rgba(0,0,0,.25); }
.form-heading { margin-bottom: 24px; }
.form-heading strong, .form-heading span { display: block; }
.form-heading strong { font-size: 22px; }
.form-heading span { color: var(--muted); font-size: 12px; margin-top: 4px; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.contact-form label { display: block; margin-bottom: 13px; color: #35485f; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid #d4e0e9; background: #fbfdff; border-radius: 12px; min-height: 48px; padding: 10px 13px; outline: none; color: var(--ink); transition: border .2s, box-shadow .2s; }
.contact-form textarea { resize: vertical; min-height: 120px; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #6db9e3; box-shadow: 0 0 0 4px rgba(88,194,232,.14); }
.check-field { display: flex !important; gap: 10px; align-items: flex-start; margin: 8px 0 18px !important; font-weight: 500 !important; color: var(--muted) !important; line-height: 1.45; }
.check-field input { width: 17px; min-height: 17px; height: 17px; margin: 2px 0 0; flex: 0 0 17px; }
.check-field a { color: var(--blue); text-decoration: underline; }
.form-note { margin: 12px 0 0; text-align: center; color: var(--muted); font-size: 11px; }
.form-note a { color: var(--blue); font-weight: 800; }

.site-footer { background: #03070c; color: #879bad; padding: 68px 0 24px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, .75fr); gap: 45px; }
.footer-brand img { width: min(100%, 190px); height: auto; object-fit: contain; mix-blend-mode: screen; margin-bottom: 18px; }
.footer-brand p { max-width: 340px; font-size: 13px; }
.footer-grid h3 { margin: 0 0 15px; color: white; font-size: 13px; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) span { display: block; width: fit-content; margin: 8px 0; font-size: 12px; }
.footer-grid a:hover { color: white; }
.footer-bottom { margin-top: 48px; padding-top: 20px; border-top: 1px solid #13202e; display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }

.floating-whatsapp { position: fixed; z-index: 900; right: 22px; bottom: 22px; width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--success); color: white; box-shadow: 0 14px 30px rgba(37,211,102,.3); transition: transform .2s; }
.floating-whatsapp:hover { transform: translateY(-3px) scale(1.03); }
.floating-whatsapp svg { width: 27px; height: 27px; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .08s; }.delay-2 { transition-delay: .16s; }.delay-3 { transition-delay: .24s; }

.legal-page { background: var(--ice); }
.legal-header { background: var(--ink); color: white; }
.legal-header .nav { height: 86px; }
.legal-content { padding: 70px 0 100px; }
.legal-card { max-width: 900px; margin: 0 auto; background: white; border: 1px solid #e2ebf2; border-radius: 24px; padding: clamp(26px, 5vw, 56px); box-shadow: var(--shadow-sm); }
.legal-card h1 { margin: 0 0 14px; font-size: clamp(34px, 5vw, 48px); letter-spacing: -.04em; }
.legal-card h2 { margin: 34px 0 10px; font-size: 20px; }
.legal-card p, .legal-card li { color: #53657a; font-size: 14px; }
.legal-card a { color: var(--blue); text-decoration: underline; }
.legal-card .updated { color: #8a9aad; font-size: 12px; }

@media (max-width: 1020px) {
  .hero-grid, .about-grid, .areas-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .hero-copy { max-width: 780px; }
  .hero-visual { max-width: 720px; width: 100%; margin: 0 auto; }
  .about-grid { gap: 56px; }
  .about-collage { max-width: 700px; width: 100%; margin: 0 auto; }
  .areas-grid { gap: 20px; }
  .areas-visual { min-height: 390px; max-width: 560px; width: 100%; margin: 0 auto; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card:nth-child(2)::after { display: none; }
  .faq-grid { grid-template-columns: 1fr; gap: 40px; }
  .faq-intro { position: static; max-width: 650px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 3; }
}

@media (max-width: 820px) {
  .topbar { display: none; }
  .nav { min-height: 72px; padding: 8px 0; }
  .brand { width: 150px; min-height: 60px; }
  .menu-toggle { display: block; color: white; }
  .nav-menu { position: absolute; left: 0; right: 0; top: 72px; display: grid; gap: 0; background: #07111f; border-top: 1px solid rgba(255,255,255,.08); padding: 10px 20px 20px; transform: scaleY(0); transform-origin: top; opacity: 0; pointer-events: none; transition: transform .18s ease, opacity .18s ease; }
  .nav-menu.is-open { transform: scaleY(1); opacity: 1; pointer-events: auto; }
  .nav-menu > a { padding: 12px 4px; }
  .nav-menu .btn { margin-top: 8px; }
  .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); }
  .section { padding: 84px 0; }
  .hero { padding-top: 60px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .service-grid { grid-template-columns: 1fr; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-item, .benefit-item:first-child { border-left: 1px solid #edf2f6; border-right: 1px solid #edf2f6; border-bottom: 1px solid #edf2f6; min-height: auto; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 210px; }
  .gallery-large { grid-column: span 2; }
  .gallery-wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-brand { grid-column: span 2; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { padding: 48px 0 58px; }
  .hero h1 { font-size: clamp(34px, 10.5vw, 46px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .trust-row { grid-template-columns: 1fr 1fr; }
  .trust-row > div:last-child { grid-column: span 2; }
  .hero-image-wrap { min-height: 410px; padding: 9px; border-radius: 27px; }
  .hero-image-wrap > img { height: 392px; border-radius: 20px; }
  .hero-image-wrap::after { inset: 9px; border-radius: 20px; }
  .hero-card-top { left: 18px; top: 28px; }
  .hero-card-bottom { right: 18px; bottom: 22px; }
  .section { padding: 72px 0; }
  .section-heading h2, .about-copy h2, .areas h2, .faq-intro h2, .contact-copy h2 { font-size: 31px; }
  .service-card { padding: 26px 22px; }
  .about-collage { min-height: 470px; }
  .about-main { width: 94%; height: 400px; }
  .about-small { width: 46%; height: 165px; border-width: 5px; }
  .experience-badge { left: -5px; bottom: 18px; width: 118px; height: 118px; border-width: 5px; }
  .experience-badge strong { font-size: 30px; }
  .experience-badge span { font-size: 8px; width: 72px; }
  .values-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card::after { display: none; }
  .areas-visual { min-height: 330px; transform: scale(.9); }
  .orbit-2 { width: 340px; height: 340px; }
  .orbit-1 { width: 220px; height: 220px; }
  .gallery-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: 260px; }
  .gallery-large, .gallery-wide { grid-column: span 1; grid-row: span 1; }
  .faq-grid { gap: 32px; }
  .accordion summary { font-size: 14px; }
  .contact-section { padding: 76px 0; }
  .contact-grid { gap: 46px; }
  .contact-form { padding: 24px 18px; border-radius: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .floating-whatsapp { width: 50px; height: 50px; right: 15px; bottom: 15px; }
}

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

.service-more { margin-top: 20px; font-size: 12px; }
.subpage-hero { position: relative; overflow: hidden; padding: 86px 0 74px; background: linear-gradient(145deg, #07111f, #0b2948); color: white; }
.subpage-hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -190px; top: -270px; border-radius: 50%; background: radial-gradient(circle, rgba(88,194,232,.25), transparent 68%); }
.subpage-hero .container { position: relative; z-index: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; color: #94a9bc; font-size: 12px; }
.breadcrumbs a:hover { color: white; }
.subpage-hero h1 { max-width: 900px; margin: 14px 0 20px; font-size: clamp(36px, 5.2vw, 54px); line-height: 1.08; letter-spacing: -.04em; }
.subpage-hero p { max-width: 760px; color: #c2d2e1; font-size: 17px; }
.subpage-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.detail-section { padding: 92px 0; }
.detail-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: start; }
.detail-main h2 { margin: 0 0 18px; font-size: clamp(28px, 3vw, 34px); letter-spacing: -.025em; line-height: 1.14; }
.detail-main h3 { margin: 34px 0 10px; font-size: 24px; line-height: 1.2; }
.detail-main p { color: var(--muted); }
.detail-main .detail-image { width: 100%; height: 390px; object-fit: cover; border-radius: 24px; margin: 34px 0; box-shadow: var(--shadow-sm); }
.detail-list { list-style: none; padding: 0; display: grid; gap: 10px; }
.detail-list li { position: relative; padding-left: 28px; color: #42546a; }
.detail-list li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: var(--blue); font-weight: 900; }
.detail-aside { position: sticky; top: 110px; display: grid; gap: 16px; }
.aside-card { border: 1px solid #dfE9f1; border-radius: 20px; padding: 24px; background: var(--ice); }
.aside-card h3 { margin: 0 0 10px; font-size: 18px; }
.aside-card p { margin: 0 0 18px; color: var(--muted); font-size: 13px; }
.aside-card .btn { width: 100%; margin-top: 8px; }
.aside-card a:not(.btn) { display: block; color: var(--blue); font-weight: 750; font-size: 13px; margin-top: 7px; }
.mini-cta { margin-top: 42px; padding: 30px; border-radius: 22px; color: white; background: linear-gradient(135deg, #0d3157, #0869c8); }
.mini-cta h3 { margin-top: 0; color: white; }
.mini-cta p { color: #d9ebf8; }
@media (max-width: 820px) { .detail-grid { grid-template-columns: 1fr; gap: 42px; } .detail-aside { position: static; } .subpage-hero { padding: 64px 0 58px; } }
@media (max-width: 620px) { .subpage-actions { display: grid; } .subpage-actions .btn { width: 100%; } .detail-section { padding: 68px 0; } .detail-main h2 { font-size: 28px; } .detail-main .detail-image { height: 270px; } }
