:root {
  --blue-950: #031b3f;
  --blue-900: #052a62;
  --blue-800: #073a88;
  --blue-700: #0a50b4;
  --blue-600: #1670dc;
  --blue-100: #e6f1ff;
  --blue-50: #f3f8ff;
  --ink: #0c1b2f;
  --muted: #5c6b7e;
  --line: #dce6f2;
  --white: #ffffff;
  --container: 1180px;
  --shadow: 0 24px 60px rgba(3, 27, 63, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 12px; padding: 10px 16px; color: var(--white); background: var(--blue-900); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 86px; color: var(--white); transition: background .3s ease, box-shadow .3s ease, height .3s ease; }
.site-header.scrolled { height: 72px; color: var(--ink); background: rgba(255, 255, 255, .96); box-shadow: 0 8px 30px rgba(3, 27, 63, .09); backdrop-filter: blur(14px); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-logo-box { width: 58px; height: 58px; display: grid; place-items: center; flex: none; padding: 5px; overflow: hidden; background: var(--white); border-radius: 4px; box-shadow: 0 7px 22px rgba(0, 0, 0, .16); }
.brand-logo-box img { width: 100%; height: 100%; object-fit: contain; }
.site-header.scrolled .brand-logo-box { width: 50px; height: 50px; box-shadow: 0 5px 16px rgba(3, 27, 63, .12); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-size: 1.04rem; letter-spacing: .105em; }
.brand-copy small { margin-top: 5px; font-size: .61rem; font-weight: 700; letter-spacing: .23em; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 29px; font-size: .84rem; font-weight: 700; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: currentColor; transition: right .25s ease; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 12px 17px; color: var(--blue-900); background: var(--white); border-radius: 8px; }
.site-header.scrolled .nav-cta { color: var(--white); background: var(--blue-800); }
.menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; gap: 5px; flex-direction: column; border: 0; border-radius: 8px; color: inherit; background: transparent; }
.menu-toggle span { width: 23px; height: 2px; background: currentColor; transition: transform .25s, opacity .25s; }

.hero { min-height: 780px; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--blue-950); }
.hero-image, .hero-overlay, .hero-grid { position: absolute; inset: 0; height: 100%; }
.hero-image { object-fit: cover; object-position: center; opacity: .5; animation: heroZoom 16s ease-out both; }
.hero-overlay { background: linear-gradient(90deg, rgba(3, 20, 48, .98) 0%, rgba(4, 37, 82, .84) 47%, rgba(3, 25, 57, .28) 100%); }
.hero-grid { opacity: .09; background-image: linear-gradient(rgba(255,255,255,.35) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.35) 1px, transparent 1px); background-size: 86px 86px; mask-image: linear-gradient(90deg, black, transparent 75%); }
.hero-content { position: relative; z-index: 2; padding: 150px 0 190px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 11px; color: var(--blue-700); font-size: .74rem; line-height: 1.2; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { color: #a8cffc; }
.eyebrow span { width: 32px; height: 2px; background: #66adff; }
.hero h1 { max-width: 860px; margin: 25px 0 24px; font-size: clamp(3.1rem, 6.6vw, 6.15rem); line-height: .98; letter-spacing: -.058em; font-weight: 700; }
.hero h1 em { display: block; color: #8ac5ff; font-style: normal; font-weight: 500; }
.hero-content > p { max-width: 650px; margin: 0; color: rgba(255, 255, 255, .78); font-size: 1.12rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 24px; border: 1px solid transparent; border-radius: 8px; font-size: .91rem; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.button-primary { color: var(--blue-950); background: var(--white); }
.button-primary:hover { background: #dcecff; }
.button-ghost { color: var(--white); border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.05); backdrop-filter: blur(10px); }
.button-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.hero-stats { position: absolute; z-index: 3; bottom: 0; inset-inline: 0; border-top: 1px solid rgba(255,255,255,.18); background: rgba(2, 22, 51, .54); backdrop-filter: blur(15px); }
.stats-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
.stats-inner > div { min-height: 118px; display: flex; align-items: center; gap: 16px; padding: 24px 34px; border-left: 1px solid rgba(255,255,255,.14); }
.stats-inner > div:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.stats-inner strong { font-size: 1.6rem; letter-spacing: -.04em; }
.stats-inner span { max-width: 120px; color: rgba(255,255,255,.62); font-size: .72rem; line-height: 1.4; text-transform: uppercase; letter-spacing: .07em; }

.section { padding: 115px 0; }
.split-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: start; }
.section-heading h2, .section-top h2, .process-header h2, .contact-copy h2 { margin: 18px 0 0; font-size: clamp(2.35rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.intro-copy { padding-top: 4px; }
.intro-copy p { color: var(--muted); }
.intro-copy .lead { margin-top: 0; color: var(--ink); font-size: 1.28rem; line-height: 1.65; font-weight: 600; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 18px; padding-bottom: 5px; color: var(--blue-800); border-bottom: 1px solid #aac8ea; font-size: .92rem; font-weight: 800; }
.company-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 70px; }
.fact-card { position: relative; min-height: 220px; padding: 32px; border: 1px solid var(--line); background: var(--blue-50); }
.fact-card > span { color: var(--blue-700); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.fact-card h3 { margin: 32px 0 10px; font-size: 1.12rem; }
.fact-card p { margin: 0; color: var(--muted); font-size: .9rem; }

.services { position: relative; color: var(--white); background: var(--blue-950); overflow: hidden; }
.services::before { content: ""; position: absolute; width: 700px; height: 700px; top: -450px; right: -220px; border: 1px solid rgba(80,153,255,.2); border-radius: 50%; box-shadow: 0 0 0 90px rgba(80,153,255,.025), 0 0 0 180px rgba(80,153,255,.02); }
.section-top { position: relative; display: grid; grid-template-columns: 1.4fr .6fr; gap: 80px; align-items: end; margin-bottom: 54px; }
.section-top h2 { max-width: 700px; }
.section-top > p { margin: 0 0 6px; color: rgba(255,255,255,.62); }
.kicker-light { color: #79b9ff; }
.services-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.service-card { min-height: 330px; position: relative; padding: 32px 26px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.035); transition: transform .3s, background .3s, border-color .3s; }
.service-card:nth-child(5) { grid-column: 2; }
.service-card:hover { z-index: 2; transform: translateY(-7px); background: rgba(255,255,255,.075); border-color: rgba(120,190,255,.5); }
.service-featured { background: var(--blue-700); border-color: var(--blue-700); }
.service-featured:hover { background: var(--blue-600); }
.service-number { position: absolute; top: 25px; right: 26px; color: rgba(255,255,255,.42); font-size: .7rem; letter-spacing: .12em; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 50px; color: #8bc5ff; border: 1px solid rgba(139,197,255,.36); border-radius: 50%; }
.service-featured .service-icon { color: white; border-color: rgba(255,255,255,.45); }
.service-icon svg { width: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linejoin: round; stroke-linecap: round; }
.service-card h3 { margin: 0 0 12px; font-size: 1.28rem; }
.service-card p { margin: 0; color: rgba(255,255,255,.62); font-size: .9rem; line-height: 1.65; }
.service-featured p { color: rgba(255,255,255,.78); }

.process { background: var(--blue-50); }
.process-header { max-width: 680px; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 64px; border-top: 1px solid var(--line); }
.process-step { position: relative; padding: 34px 40px 12px 0; }
.process-step::before { content: ""; position: absolute; top: -3px; left: 0; width: 64px; height: 5px; background: var(--blue-700); }
.process-step span { color: var(--blue-700); font-size: .74rem; font-weight: 800; letter-spacing: .1em; }
.process-step h3 { margin: 42px 0 12px; font-size: 1.14rem; }
.process-step p { max-width: 280px; margin: 0; color: var(--muted); font-size: .91rem; }

.showcase { color: var(--white); background: #06152b; }
.section-top-dark { margin-bottom: 50px; }
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: 280px 280px; grid-auto-rows: 240px; gap: 14px; }
.gallery-item { position: relative; margin: 0; overflow: hidden; background: var(--blue-900); }
.gallery-wide { grid-column: 1 / span 2; grid-row: 1 / span 2; }
.gallery-tall { grid-row: 1 / span 2; }
.gallery-half { grid-column: span 2; }
.gallery-item img { height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1), filter .5s; }
.gallery-wide img { object-position: 53% center; }
.gallery-tall img { object-position: center 34%; }
.gallery-item::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(2,13,30,.88)); }
.gallery-item:hover img { transform: scale(1.045); filter: brightness(1.04); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 21px; display: flex; align-items: end; justify-content: space-between; gap: 15px; }
.gallery-item figcaption span { font-size: 1rem; font-weight: 800; }
.gallery-item figcaption small { color: rgba(255,255,255,.6); font-size: .72rem; text-align: right; }

.contact { padding: 0; color: var(--white); background: linear-gradient(90deg, var(--blue-800), var(--blue-700)); }
.contact-shell { min-height: 550px; display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 90px; padding-block: 90px; }
.contact-copy h2 { font-size: clamp(2.7rem, 5vw, 5rem); }
.contact-copy p { max-width: 510px; margin: 25px 0 32px; color: rgba(255,255,255,.74); }
.button-white { color: var(--blue-900); background: var(--white); }
.contact-details { border-left: 1px solid rgba(255,255,255,.24); }
.detail-card { padding: 29px 0 29px 40px; border-bottom: 1px solid rgba(255,255,255,.2); }
.detail-card:first-child { padding-top: 0; }
.detail-card:last-child { padding-bottom: 0; border-bottom: 0; }
.detail-label { display: block; margin-bottom: 9px; color: rgba(255,255,255,.56); font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.detail-card > a:not(.route-link) { font-size: 1.5rem; font-weight: 700; }
.detail-card-compact > a { display: block; font-size: 1rem !important; }
.detail-card-compact .detail-email { margin-top: 5px; color: rgba(255,255,255,.72); font-size: .84rem !important; font-weight: 600 !important; }
.detail-card address { font-style: normal; color: rgba(255,255,255,.86); line-height: 1.7; }
.route-link { display: inline-flex; gap: 8px; margin-top: 14px; padding-bottom: 2px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .83rem; font-weight: 800; }

.site-footer { padding: 52px 0; color: rgba(255,255,255,.74); background: var(--blue-950); }
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 44px; }
.brand-footer { color: var(--white); }
.brand-footer .brand-logo-box { width: 50px; height: 50px; box-shadow: none; }
.footer-inner p, .footer-inner > small { margin: 0; font-size: .76rem; }
.footer-inner > small { color: rgba(255,255,255,.46); }

.whatsapp-float { position: fixed; z-index: 90; right: 24px; bottom: 24px; width: 57px; height: 57px; display: grid; place-items: center; color: white; background: #1fb65b; border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.25); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 31px; fill: currentColor; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

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

@media (max-width: 980px) {
  .site-header { height: 72px; }
  .menu-toggle { display: flex; }
  .main-nav { position: fixed; inset: 72px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 30px 24px; color: var(--ink); background: var(--white); transform: translateX(100%); transition: transform .28s ease; }
  .main-nav.open { transform: translateX(0); }
  .main-nav > a { padding: 18px 3px; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .main-nav .nav-cta { margin-top: 18px; color: var(--white); background: var(--blue-800); border: 0; text-align: center; }
  .menu-open .menu-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .hero { min-height: 760px; }
  .hero-content { padding-top: 130px; }
  .hero h1 { max-width: 720px; }
  .split-layout { gap: 54px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card, .service-card:nth-child(5) { grid-column: auto; }
  .service-card:last-child { grid-column: 1 / span 2; min-height: 270px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; grid-auto-rows: 350px; }
  .gallery-wide { grid-column: 1 / span 2; grid-row: auto; }
  .gallery-tall { grid-row: auto; }
  .gallery-half { grid-column: span 1; }
  .contact-shell { gap: 45px; }
  .footer-inner { grid-template-columns: 1fr auto; }
  .footer-inner p { display: none; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .brand-logo-box { width: 48px; height: 48px; }
  .brand-copy strong { font-size: .94rem; }
  .brand-copy small { font-size: .55rem; }
  .hero { min-height: 790px; align-items: flex-start; }
  .hero-image { object-position: 59% center; opacity: .42; }
  .hero-overlay { background: linear-gradient(180deg, rgba(3,25,58,.93), rgba(3,25,58,.79)); }
  .hero-grid { background-size: 56px 56px; }
  .hero-content { padding: 145px 0 250px; }
  .hero h1 { margin-top: 20px; font-size: clamp(2.75rem, 13vw, 4rem); }
  .hero-content > p { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .hero-stats { background: rgba(2, 22, 51, .8); }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .stats-inner > div { min-height: 92px; gap: 10px; padding: 18px 16px; border: 0; border-right: 1px solid rgba(255,255,255,.12); }
  .stats-inner > div:nth-child(3) { display: none; }
  .stats-inner strong { font-size: 1.3rem; }
  .stats-inner span { font-size: .61rem; }
  .section { padding: 82px 0; }
  .split-layout, .section-top, .contact-shell { grid-template-columns: 1fr; }
  .split-layout, .section-top { gap: 34px; }
  .section-heading h2, .section-top h2, .process-header h2 { font-size: 2.35rem; }
  .intro-copy .lead { font-size: 1.1rem; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(5), .service-card:last-child { grid-column: auto; min-height: 300px; }
  .service-icon { margin-bottom: 38px; }
  .process-steps { grid-template-columns: 1fr; gap: 16px; }
  .process-step { padding: 30px 0 25px; }
  .process-step h3 { margin-top: 20px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-rows: 340px; }
  .gallery-wide { grid-column: auto; }
  .gallery-half { grid-column: auto; }
  .gallery-tall img { object-position: center 30%; }
  .contact-shell { gap: 55px; padding-block: 80px; }
  .contact-copy h2 { font-size: 3rem; }
  .contact-details { border-left: 0; border-top: 1px solid rgba(255,255,255,.24); }
  .detail-card { padding: 25px 0; }
  .detail-card:first-child { padding-top: 28px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .whatsapp-float { right: 16px; bottom: 16px; width: 54px; height: 54px; }
  .company-facts { grid-template-columns: 1fr; gap: 10px; margin-top: 50px; }
  .fact-card { min-height: 190px; }
}
