:root {
    --navy-950: #031027;
    --navy-900: #061833;
    --navy-800: #0b2448;
    --blue: #087bff;
    --blue-bright: #20a4ff;
    --red: #f22c35;
    --ink: #101a2d;
    --muted: #667085;
    --line: #dfe7f1;
    --surface: #f4f7fb;
    --white: #fff;
    --shadow: 0 24px 70px rgba(3, 16, 39, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Manrope, sans-serif; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: white; border-radius: 6px; background: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 110px 0; }
.eyebrow { margin: 0 0 18px; color: #79bdff; font-size: .76rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }

.topbar { color: #b9c7dc; background: #020b1c; border-bottom: 1px solid rgba(255, 255, 255, .08); font-size: .72rem; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; align-items: center; gap: 12px; }
.topbar-links a { color: #fff; font-weight: 700; }
.topbar-dot { width: 3px; height: 3px; border-radius: 50%; background: var(--blue); }
.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; color: #fff; }
.navbar { min-height: 104px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: block; filter: drop-shadow(0 13px 24px rgba(0,0,0,.42)); }
.brand img { width: 218px; height: 86px; object-fit: contain; object-position: left center; filter: brightness(1.8) saturate(1.65) contrast(1.12) drop-shadow(1px 0 0 rgba(255,255,255,.7)) drop-shadow(-1px 0 0 rgba(255,255,255,.7)) drop-shadow(0 1px 0 rgba(255,255,255,.7)) drop-shadow(0 -1px 0 rgba(255,255,255,.7)) drop-shadow(0 10px 18px rgba(0,0,0,.42)) drop-shadow(0 0 14px rgba(32,164,255,.48)); }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: .85rem; font-weight: 700; }
.nav-links > a:not(.nav-call) { position: relative; color: #dce8f7; }
.nav-links > a:not(.nav-call)::after { position: absolute; right: 0; bottom: -8px; left: 0; height: 2px; content: ""; background: var(--blue-bright); transform: scaleX(0); transform-origin: right; transition: transform .25s; }
.nav-links > a:hover::after { transform: scaleX(1); transform-origin: left; }
.nav-call { padding: 13px 20px; border: 1px solid rgba(255,255,255,.28); border-radius: 8px; background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.menu-toggle { display: none; padding: 8px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px 0; background: white; }

.hero { position: relative; min-height: 880px; overflow: hidden; color: white; background: #020b1c; isolation: isolate; }
.hero-media { position: absolute; inset: 0; z-index: -4; overflow: hidden; background: #020b1c; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: 0; transform: scale(1.08); transition: opacity 1s ease; }
.hero-media img.is-active { opacity: 1; animation: hero-drift 7s ease-out both; }
@keyframes hero-drift { from { transform: scale(1.08) translate3d(1.5%, 0, 0); } to { transform: scale(1.01) translate3d(0, 0, 0); } }
.hero-shade { position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(2,8,22,.97) 0%, rgba(3,15,35,.88) 38%, rgba(3,15,35,.42) 68%, rgba(2,8,22,.58) 100%), linear-gradient(0deg, rgba(2,8,22,.68), transparent 55%); }
.hero-shade::after { position: absolute; inset: 0; content: ""; background: linear-gradient(115deg, rgba(8,123,255,.2), transparent 38%, rgba(242,44,53,.12)); mix-blend-mode: screen; }
.hero-grid { position: absolute; z-index: -2; right: -6%; bottom: -44%; width: 72%; height: 92%; opacity: .18; background-image: linear-gradient(rgba(98,182,255,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(98,182,255,.28) 1px, transparent 1px); background-size: 62px 62px; transform: perspective(600px) rotateX(62deg) rotateZ(-8deg); transform-origin: center; }
.hero-shell { position: relative; z-index: 2; min-height: 880px; padding-top: 170px; padding-bottom: 76px; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); align-items: center; gap: 54px; }
.hero-copy { min-width: 0; }
.availability { width: fit-content; margin-bottom: 24px; padding: 8px 12px; display: flex; align-items: center; gap: 9px; color: #d7e7f8; border: 1px solid rgba(255,255,255,.2); border-radius: 100px; background: rgba(2,11,28,.52); font-size: .72rem; font-weight: 700; backdrop-filter: blur(12px); }
.availability span { width: 7px; height: 7px; border-radius: 50%; background: #27d980; box-shadow: 0 0 0 5px rgba(39,217,128,.1); }
.hero-slider { position: relative; min-height: 520px; }
.hero-slide { position: absolute; inset: 0; pointer-events: none; opacity: 0; transform: translate3d(0, 24px, 0); transition: opacity .65s ease, transform .65s ease; }
.hero-slide.is-active { pointer-events: auto; opacity: 1; transform: translate3d(0, 0, 0); }
.hero h1 { max-width: 720px; margin: 0 0 25px; font-family: "Space Grotesk", sans-serif; font-size: 4.8rem; line-height: 1; letter-spacing: 0; text-wrap: balance; text-shadow: 0 16px 38px rgba(0,0,0,.48); }
.hero-lead { max-width: 620px; margin: 0 0 34px; color: #d0deee; font-size: 1.06rem; line-height: 1.8; text-shadow: 0 3px 16px rgba(0,0,0,.7); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border-radius: 8px; font-size: .84rem; font-weight: 800; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, #168cff, #0069e8); box-shadow: 0 15px 38px rgba(8,123,255,.25); }
.button-primary span { font-size: 1.2rem; }
.button-ghost { border: 1px solid rgba(255,255,255,.3); background: rgba(2,11,28,.42); backdrop-filter: blur(10px); }
.button-whatsapp { color: white; border: 1px solid rgba(255,255,255,.16); background: #14ae5c; }
.button-whatsapp:hover { background: #0f9a50; }
.hero-controls { width: fit-content; margin-top: 18px; display: flex; align-items: center; gap: 14px; }
.hero-controls > button { width: 39px; height: 39px; padding: 0; display: grid; place-items: center; color: white; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(2,11,28,.48); cursor: pointer; transition: border-color .2s, background .2s, transform .2s; backdrop-filter: blur(10px); }
.hero-controls > button:hover { border-color: #79bdff; background: rgba(8,123,255,.34); transform: translateY(-2px); }
.hero-dots { display: flex; align-items: center; gap: 8px; }
.hero-dots button { width: 23px; height: 4px; padding: 0; overflow: hidden; border: 0; border-radius: 2px; background: rgba(255,255,255,.35); cursor: pointer; transition: width .25s, background .25s; }
.hero-dots button.is-active { width: 44px; background: #20a4ff; box-shadow: 0 0 16px rgba(32,164,255,.65); }
.trust-strip { margin-top: 26px; padding-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; border-top: 1px solid rgba(255,255,255,.14); }
.trust-strip div { display: flex; flex-direction: column; }
.trust-strip strong { font-size: .78rem; }
.trust-strip span { margin-top: 4px; color: #a8bbd2; font-size: .66rem; }

.hero-logo-stage { position: relative; min-height: 560px; display: grid; place-items: center; perspective: 1250px; }
.logo-depth { position: relative; width: min(100%, 610px); transform-style: preserve-3d; animation: logo-float 6s ease-in-out infinite; }
.logo-depth::before { position: absolute; z-index: -1; right: 2%; bottom: 2%; left: 2%; height: 4px; content: ""; background: linear-gradient(90deg, transparent, #168cff, #f22c35, transparent); box-shadow: 0 0 25px rgba(8,123,255,.8); transform: translateZ(-45px) rotateX(72deg); }
.logo-depth img { width: 100%; max-height: 560px; object-fit: contain; filter: brightness(1.8) saturate(1.65) contrast(1.12) drop-shadow(1px 0 0 rgba(255,255,255,.72)) drop-shadow(-1px 0 0 rgba(255,255,255,.72)) drop-shadow(0 1px 0 rgba(255,255,255,.72)) drop-shadow(0 -1px 0 rgba(255,255,255,.72)) drop-shadow(0 30px 30px rgba(0,0,0,.58)) drop-shadow(0 0 24px rgba(32,164,255,.72)); transform: rotateY(-10deg) rotateX(3deg) translateZ(40px); }
@keyframes logo-float { 0%, 100% { transform: translate3d(0, 0, 0) rotateZ(-1deg); } 50% { transform: translate3d(0, -18px, 0) rotateZ(1deg); } }
.visual-badge { position: absolute; z-index: 4; top: 18%; left: 0; padding: 11px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; background: rgba(2,11,28,.76); box-shadow: 0 18px 45px rgba(0,0,0,.26); font-size: .7rem; font-weight: 800; transform: translateZ(62px); backdrop-filter: blur(14px); }
.visual-badge span { width: 8px; height: 8px; margin-right: 7px; display: inline-block; border-radius: 50%; background: #29dc80; box-shadow: 0 0 0 5px rgba(41,220,128,.12); }
.visual-card { position: absolute; z-index: 4; right: -4px; bottom: 16%; width: 245px; padding: 15px 17px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: rgba(2,11,28,.78); box-shadow: 0 20px 50px rgba(0,0,0,.36); transform: translateZ(70px); backdrop-filter: blur(14px); }
.visual-card div { display: flex; flex-direction: column; }
.visual-card strong { font-size: .75rem; }
.visual-card small { margin-top: 3px; color: #b6c7dc; font-size: .57rem; }
.pulse { width: 12px; height: 12px; border-radius: 50%; background: var(--blue-bright); box-shadow: 0 0 0 7px rgba(32,164,255,.12); }
.hero-bottom-fade { position: absolute; right: 0; bottom: 0; left: 0; height: 95px; background: linear-gradient(transparent, rgba(2,10,24,.92)); }

.services-section { background: var(--surface); }
.section-heading { margin-bottom: 50px; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.section-heading h2, .about-copy h2, .contact-section h2 { margin: 0; font-family: "Space Grotesk", sans-serif; font-size: clamp(2.4rem, 4vw, 4.2rem); line-height: 1.06; letter-spacing: -.045em; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 24px; }
.service-card { grid-column: span 3; overflow: hidden; border: 1px solid #e2e8f0; border-radius: 18px; background: white; box-shadow: 0 8px 30px rgba(3,16,39,.045); transition: transform .28s, box-shadow .28s; }
.service-card:first-child:nth-last-child(5),
.service-card:first-child:nth-last-child(5) ~ .service-card { grid-column: span 2; }
.service-card:first-child:nth-last-child(5) ~ .service-card:nth-child(n+4) { grid-column: span 3; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-image { position: relative; height: 275px; overflow: hidden; background: #07172e; }
.service-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(to top, rgba(3,16,39,.45), transparent 55%); }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.service-card:hover .service-image img { transform: scale(1.045); }
.service-number { position: absolute; z-index: 2; top: 18px; right: 19px; color: rgba(255,255,255,.8); font-family: "Space Grotesk"; font-size: .75rem; }
.service-content { position: relative; padding: 30px; }
.service-icon { position: absolute; top: -29px; right: 28px; width: 58px; height: 58px; display: grid; place-items: center; color: white; border: 5px solid white; border-radius: 14px; background: linear-gradient(135deg, #168cff, #005fd8); box-shadow: 0 8px 20px rgba(8,123,255,.25); font-size: 1.35rem; }
.service-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-content h3 { margin: 0 70px 10px 0; font-family: "Space Grotesk"; font-size: 1.5rem; letter-spacing: -.025em; }
.service-content p { min-height: 52px; margin: 0 0 24px; color: var(--muted); font-size: .86rem; line-height: 1.75; }
.service-content a { color: var(--blue); font-size: .76rem; font-weight: 800; }
.service-content a span { margin-left: 5px; }

.gallery-section { background: #fff; }
.gallery-heading { align-items: center; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.gallery-item { min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 12px 35px rgba(3,16,39,.07); }
.gallery-media { position: relative; aspect-ratio: 16 / 10; display: block; overflow: hidden; background: #020b1c; }
.gallery-media img, .gallery-media video { width: 100%; height: 100%; object-fit: cover; }
.gallery-media img { transition: transform .55s ease; }
.gallery-media:hover img { transform: scale(1.035); }
.gallery-copy { padding: 20px; }
.gallery-copy > span { color: var(--blue); font-size: .62rem; font-weight: 800; text-transform: uppercase; }
.gallery-copy h3 { margin: 7px 0 0; font-family: "Space Grotesk"; font-size: 1.15rem; letter-spacing: 0; }
.gallery-copy p { margin: 9px 0 0; color: var(--muted); font-size: .76rem; line-height: 1.65; }

.about-grid { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 100px; }
.about-visual { position: relative; min-height: 490px; display: grid; place-items: center; border-radius: 28px; background: radial-gradient(circle at 50% 45%, #0f3e7b, #061832 50%, #020b1c); overflow: hidden; }
.about-visual::before { position: absolute; inset: -50%; content: ""; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.25) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.25) 1px, transparent 1px); background-size: 45px 45px; transform: perspective(600px) rotateX(58deg) rotateZ(-20deg); }
.about-logo-card { position: relative; z-index: 2; width: 82%; padding: 20px; }
.about-logo-card img { filter: brightness(1.35) saturate(1.15) drop-shadow(0 24px 30px rgba(0,0,0,.5)) drop-shadow(0 0 12px rgba(32,164,255,.2)); }
.coverage-card { position: absolute; z-index: 3; right: 24px; bottom: 24px; padding: 15px 18px; display: flex; flex-direction: column; color: white; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; background: rgba(3,16,39,.85); }
.coverage-card strong { font-size: .73rem; }
.coverage-card span { margin-top: 4px; color: #a8bad1; font-size: .65rem; }
.about-copy > p:not(.eyebrow) { margin: 25px 0 30px; color: var(--muted); font-size: .96rem; line-height: 1.85; }
.about-points { display: grid; gap: 17px; }
.about-points > div { display: flex; gap: 14px; }
.about-points > div > span { flex: 0 0 27px; width: 27px; height: 27px; display: grid; place-items: center; color: white; border-radius: 50%; background: var(--blue); font-size: .7rem; font-weight: 900; }
.about-points p { margin: 0; display: flex; flex-direction: column; }
.about-points strong { font-size: .82rem; }
.about-points small { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.text-link { margin-top: 30px; display: inline-flex; gap: 18px; color: var(--blue); font-size: .8rem; font-weight: 800; }

.why-section { padding-top: 0; }
.why-panel { padding: 68px; color: white; border-radius: 28px; background: linear-gradient(130deg, #04142d 0%, #07285a 100%); box-shadow: var(--shadow); }
.why-intro { max-width: 720px; }
.why-intro h2 { margin: 0; font-family: "Space Grotesk"; font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1.05; letter-spacing: -.045em; }
.why-cards { margin-top: 55px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.why-cards > div { padding-top: 25px; border-top: 1px solid rgba(255,255,255,.15); }
.why-cards span { display: block; margin-bottom: 22px; color: #67b9ff; font-family: "Space Grotesk"; font-size: .75rem; }
.why-cards strong { display: block; font-family: "Space Grotesk"; font-size: 1.08rem; }
.why-cards p { margin: 10px 0 0; color: #a8bad1; font-size: .78rem; line-height: 1.7; }

.coverage-section { padding: 28px 0; color: white; background: linear-gradient(110deg, #087bff, #075ec2); }
.coverage-strip { min-height: 175px; display: grid; grid-template-columns: 1.3fr 1fr auto; align-items: center; gap: 50px; }
.coverage-strip h2 { max-width: 620px; margin: 8px 0 0; font-family: "Space Grotesk"; font-size: clamp(1.65rem, 3vw, 2.45rem); line-height: 1.15; letter-spacing: -.035em; }
.coverage-strip p:not(.eyebrow) { margin: 0; color: rgba(255,255,255,.82); font-size: .8rem; line-height: 1.75; }
.coverage-strip .button-primary { white-space: nowrap; border: 1px solid rgba(255,255,255,.25); background: #041a3d; box-shadow: none; }

.contact-section { background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 85px; }
.contact-grid > div:first-child > p:not(.eyebrow) { color: var(--muted); line-height: 1.8; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-card { min-height: 190px; padding: 24px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 8px 30px rgba(3,16,39,.04); transition: transform .25s; }
a.contact-card:hover { transform: translateY(-5px); }
.whatsapp-card { color: white; border-color: transparent; background: linear-gradient(140deg, #0fba63, #07934b); }
.contact-icon { width: 36px; height: 36px; margin-bottom: 25px; display: grid; place-items: center; border-radius: 10px; background: rgba(8,123,255,.11); }
.contact-icon svg, .floating-whatsapp svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.whatsapp-card .contact-icon { background: rgba(255,255,255,.15); }
.contact-card small { color: var(--muted); font-size: .68rem; }
.whatsapp-card small { color: rgba(255,255,255,.75); }
.contact-card strong { margin-top: 5px; font-family: "Space Grotesk"; font-size: 1rem; line-height: 1.4; }
.contact-card em { margin-top: auto; color: var(--blue); font-size: .67rem; font-style: normal; font-weight: 800; }
.whatsapp-card em { color: white; }
.address-card { grid-column: 1 / -1; min-height: 140px; }

footer { padding-top: 65px; color: #a9b8cd; background: #020b1c; }
.footer-main { padding-bottom: 48px; display: grid; grid-template-columns: 1.5fr .75fr 1fr; gap: 80px; }
.footer-brand img { width: 220px; height: 105px; object-fit: contain; object-position: left; filter: brightness(1.4) saturate(1.15) drop-shadow(0 12px 22px rgba(0,0,0,.42)); }
.footer-brand p { max-width: 380px; font-size: .76rem; line-height: 1.8; }
.footer-main > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; font-size: .74rem; }
.footer-main strong { margin-bottom: 8px; color: white; font-size: .78rem; }
.footer-main a:hover { color: white; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: .65rem; }
.developer-credit { color: #d6e8ff; font-weight: 700; }
.developer-credit:hover { color: #40b7ff; }
.floating-whatsapp { position: fixed; z-index: 30; right: 22px; bottom: 22px; height: 52px; padding: 0 18px; display: flex; align-items: center; gap: 9px; color: white; border-radius: 100px; background: #14ae5c; box-shadow: 0 15px 35px rgba(20,174,92,.35); font-size: 1.1rem; }
.floating-whatsapp span { font-size: .7rem; font-weight: 800; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s, transform .65s; }
.reveal.revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
    .topbar-inner > span, .topbar-links > span:not(.topbar-dot) { display: none; }
    .topbar-inner { justify-content: flex-end; }
    .navbar { min-height: 76px; }
    .brand img { width: 170px; height: 66px; }
    .menu-toggle { display: block; }
    .nav-links { position: absolute; top: 112px; right: 20px; left: 20px; padding: 25px; display: none; flex-direction: column; align-items: stretch; gap: 20px; border: 1px solid rgba(255,255,255,.12); border-radius: 15px; background: rgba(3,16,39,.97); box-shadow: 0 25px 60px rgba(0,0,0,.35); }
    .nav-links.is-open { display: flex; }
    .nav-call { text-align: center; }
    .hero, .hero-shell { min-height: 1100px; }
    .hero-shell { padding-top: 135px; padding-bottom: 55px; grid-template-columns: 1fr; align-content: center; gap: 18px; }
    .hero-copy { width: 100%; max-width: 760px; }
    .hero h1 { font-size: 4.1rem; }
    .hero-slider { min-height: 440px; }
    .hero-logo-stage { width: min(100%, 560px); min-height: 320px; margin-inline: auto; }
    .logo-depth { width: min(100%, 500px); }
    .visual-badge { top: 7%; left: -2px; }
    .visual-card { right: -5px; bottom: 6%; width: 220px; }
    .section-heading, .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 40px; }
    .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .service-card,
    .service-card:first-child:nth-last-child(5),
    .service-card:first-child:nth-last-child(5) ~ .service-card,
    .service-card:first-child:nth-last-child(5) ~ .service-card:nth-child(n+4) { grid-column: auto; }
    .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .coverage-strip { grid-template-columns: 1fr; gap: 22px; padding-top: 38px; padding-bottom: 38px; }
    .coverage-strip .button { justify-self: start; }
    .about-visual { min-height: 430px; }
}

@media (max-width: 700px) {
    .container { width: min(100% - 28px, 1180px); }
    .section { padding: 78px 0; }
    .topbar { display: none; }
    .site-header { top: 0; }
    .nav-links { top: 76px; }
    .hero, .hero-shell { min-height: 990px; }
    .hero-media img { object-position: 62% center; }
    .hero-shade { background: linear-gradient(90deg, rgba(2,8,22,.96), rgba(3,15,35,.72)), linear-gradient(0deg, rgba(2,8,22,.88), transparent 50%); }
    .hero-grid { right: -45%; bottom: -26%; width: 145%; height: 60%; }
    .hero-shell { padding-top: 112px; padding-bottom: 45px; display: block; }
    .hero h1 { font-size: 2.85rem; line-height: 1.04; }
    .hero-slider { min-height: 505px; }
    .hero-lead { font-size: .92rem; line-height: 1.7; }
    .hero-actions .button { width: calc(50% - 6px); padding-inline: 14px; }
    .hero-actions .button-primary { width: 100%; }
    .hero-controls { margin-top: 14px; }
    .trust-strip { gap: 8px; }
    .trust-strip span { display: none; }
    .hero-logo-stage { min-height: 260px; margin-top: 10px; }
    .logo-depth { width: min(94%, 390px); }
    .logo-depth img { max-height: 300px; transform: rotateY(-7deg) rotateX(2deg) translateZ(30px); }
    .visual-badge { top: 8%; left: 0; }
    .visual-card { right: 0; bottom: 5%; width: 205px; }
    .service-grid { grid-template-columns: 1fr; }
    .gallery-grid { grid-template-columns: 1fr; }
    .service-image { height: 230px; }
    .section-heading { margin-bottom: 35px; }
    .section-heading h2, .about-copy h2, .contact-section h2 { font-size: 2.55rem; }
    .about-grid { gap: 45px; }
    .about-visual { min-height: 340px; }
    .about-logo-card { width: 84%; padding: 20px; }
    .why-panel { padding: 40px 25px; }
    .why-cards { grid-template-columns: 1fr; gap: 15px; }
    .contact-cards { grid-template-columns: 1fr; }
    .address-card { grid-column: auto; }
    .footer-main { grid-template-columns: 1fr; gap: 35px; }
    .footer-bottom { min-height: 0; padding-block: 22px; flex-wrap: wrap; gap: 12px 24px; }
    .developer-credit { order: 3; width: 100%; }
    .floating-whatsapp { display: none; }
}

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