:root {
  --navy: #061548;
  --navy-deep: #030b27;
  --blue: #0799f7;
  --blue-bright: #21b2ff;
  --yellow: #f5ca19;
  --ink: #0b1020;
  --paper: #f3f1eb;
  --white: #fff;
  --line: rgba(9, 18, 47, .16);
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; scroll-padding-top: 86px; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.55; }
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; }
::selection { color: var(--navy-deep); background: var(--yellow); }

.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 130px 0; }
.section-dark { color: var(--white); background: var(--navy-deep); padding: 130px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: var(--navy); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--yellow); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: 82px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .25s, box-shadow .25s; }
.site-header.is-scrolled { background: rgba(3, 11, 39, .97); box-shadow: 0 8px 30px rgba(3,11,39,.25); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 36px; }
.brand { width: 172px; height: 60px; display: flex; align-items: center; overflow: hidden; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.main-nav a { position: relative; padding: 14px 0; }
.main-nav a::after { position: absolute; content: ""; right: 0; bottom: 8px; left: 0; height: 2px; background: var(--blue-bright); transform: scaleX(0); transform-origin: right; transition: transform .2s; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.menu-toggle { display: none; color: #fff; background: none; border: 0; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: currentColor; }

.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 56px; padding: 0 25px; color: #fff; background: var(--blue); border: 0; border-radius: 0; font-size: .83rem; font-weight: 900; letter-spacing: .055em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s, transform .2s; }
.button:hover { color: var(--navy-deep); background: var(--yellow); transform: translateY(-2px); }
.button-small { min-height: 44px; padding-inline: 18px; font-size: .72rem; }
.button-full { width: 100%; }
.text-link { display: inline-flex; align-items: center; gap: 18px; color: #fff; font-size: .78rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; border-bottom: 1px solid currentColor; padding-bottom: 7px; }
.text-link.dark { color: var(--navy); }

.hero { min-height: 100vh; color: #fff; overflow: hidden; background: var(--navy); position: relative; padding-top: 82px; }
.hero::before { position: absolute; content: ""; inset: 0; opacity: .19; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to right, #000, transparent 72%); }
.hero::after { position: absolute; content: "ASA"; right: -3vw; bottom: -18vw; color: transparent; font-size: 36vw; line-height: 1; font-weight: 1000; letter-spacing: -.09em; -webkit-text-stroke: 1px rgba(255,255,255,.07); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; min-height: calc(100vh - 132px); display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 78px; padding-block: 70px; }
.eyebrow, .section-index { margin: 0 0 24px; font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 11px; color: #aedffc; }
.eyebrow span { width: 32px; height: 3px; background: var(--yellow); }
.hero h1, .section-heading h2, .intro h2, .territory h2, .contact h2 { margin: 0; font-family: "Arial Narrow", Impact, sans-serif; font-weight: 900; letter-spacing: -.04em; line-height: .92; text-transform: uppercase; }
.hero h1 { max-width: 680px; font-size: clamp(4.5rem, 7.4vw, 7rem); }
.hero h1 em, .section-heading h2 em, .contact h2 em { color: var(--blue-bright); font-style: normal; }
.hero-lead { max-width: 610px; margin: 30px 0 34px; color: #d9e8ff; font-size: clamp(1rem, 1.5vw, 1.22rem); }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.hero-facts { display: flex; gap: 50px; margin-top: 54px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.hero-facts div { display: grid; gap: 2px; }
.hero-facts strong { color: var(--yellow); font-size: 1.35rem; line-height: 1.2; text-transform: uppercase; }
.hero-facts span { color: #a8bde0; font-size: .76rem; }
.hero-media { position: relative; min-height: 610px; }
.hero-photo { position: absolute; inset: 10px 0 35px 40px; overflow: hidden; background: #0b2e78; box-shadow: -24px 24px 0 var(--blue); }
.hero-photo::after { position: absolute; content: ""; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(3,11,39,.64)); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-stamp { position: absolute; z-index: 2; right: -20px; bottom: 50px; margin: 0; padding: 18px; color: var(--navy-deep); background: var(--yellow); font: 900 1rem/1.05 "Arial Narrow", Impact, sans-serif; letter-spacing: .02em; text-transform: uppercase; transform: rotate(-3deg); }
.route-line { position: absolute; z-index: 3; top: 32px; right: -14px; left: 10px; display: flex; align-items: center; gap: 9px; color: #fff; font-size: .62rem; font-weight: 900; letter-spacing: .12em; }
.route-line i { flex: 1; height: 1px; background: rgba(255,255,255,.68); position: relative; }
.route-line i::before, .route-line i::after { position: absolute; content: ""; top: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--yellow); }
.route-line i::after { right: 0; }
.street-band { position: relative; z-index: 3; height: 50px; display: flex; align-items: center; overflow: hidden; color: var(--navy-deep); background: var(--yellow); white-space: nowrap; }
.street-band div { font: 900 1.05rem/1 "Arial Narrow", Impact, sans-serif; letter-spacing: .09em; animation: ticker 22s linear infinite; }
.street-band span { color: var(--blue); padding-inline: 25px; }
@keyframes ticker { to { transform: translateX(-35%); } }

.section-index { color: #4162a6; }
.intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.intro h2 { max-width: 590px; font-size: clamp(3rem, 5.1vw, 5.2rem); color: var(--navy); }
.intro-copy { max-width: 630px; padding-top: 49px; }
.intro-copy p { color: #4e566c; }
.intro-copy .large-copy { margin-top: 0; color: var(--ink); font-size: clamp(1.35rem, 2vw, 1.85rem); line-height: 1.38; font-weight: 650; }
.intro-copy .text-link { margin-top: 24px; }

.section-heading { margin-bottom: 66px; }
.section-heading h2 { color: var(--navy); font-size: clamp(3.2rem, 6vw, 6.2rem); }
.section-heading.inverse h2 { color: #fff; }
.section-heading.split { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 50px; }
.section-heading.split p:last-child { color: #667087; margin: 0 0 9px; }
.solution-feature { display: grid; grid-template-columns: 100px 1fr 1fr; align-items: end; gap: 40px; padding: 45px 0; border-top: 1px solid rgba(255,255,255,.21); border-bottom: 1px solid rgba(255,255,255,.21); }
.solution-number { color: var(--yellow); font: 900 3.3rem/1 "Arial Narrow", Impact, sans-serif; }
.solution-kicker { color: var(--blue-bright); font-size: .72rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.solution-feature h3 { margin: 8px 0 0; font-size: clamp(2rem, 3.3vw, 3.3rem); line-height: 1; text-transform: uppercase; }
.solution-feature > p { margin: 0; color: #b7c3db; }
.solution-list { display: grid; grid-template-columns: repeat(3,1fr); }
.solution-list article { min-height: 260px; padding: 38px 34px 28px 0; border-bottom: 1px solid rgba(255,255,255,.21); }
.solution-list article + article { padding-left: 34px; border-left: 1px solid rgba(255,255,255,.21); }
.solution-list span { color: #657398; font-size: .72rem; font-weight: 900; }
.solution-list h3 { margin: 62px 0 12px; font-size: 1.35rem; text-transform: uppercase; }
.solution-list p { margin: 0; color: #98a8c5; font-size: .9rem; }

.work { background: #fff; }
.work-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 390px 330px; gap: 12px; }
.work-item { position: relative; overflow: hidden; background: var(--navy); }
.work-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-item::after { position: absolute; content: ""; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(2,8,30,.86)); }
.work-item span { position: absolute; z-index: 2; right: 22px; bottom: 20px; left: 22px; display: flex; justify-content: space-between; align-items: end; gap: 20px; color: #fff; }
.work-item b { font-size: 1.08rem; text-transform: uppercase; }
.work-item small { color: var(--yellow); font-size: .63rem; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; white-space: nowrap; }
.work-item:hover img { transform: scale(1.045); }

.process { background: var(--paper); }
.process-list { margin: 0; padding: 0; list-style: none; border-top: 2px solid var(--navy); }
.process-list li { display: grid; grid-template-columns: 120px 1fr; align-items: center; min-height: 142px; border-bottom: 1px solid var(--line); }
.process-list > li > span { color: var(--blue); font: 900 2rem/1 "Arial Narrow", Impact, sans-serif; }
.process-list div { display: grid; grid-template-columns: 300px 1fr; align-items: center; gap: 40px; }
.process-list h3 { margin: 0; color: var(--navy); font-size: 1.55rem; text-transform: uppercase; }
.process-list p { max-width: 510px; margin: 0; color: #5a6478; }

.territory { color: #fff; background: var(--blue); overflow: hidden; }
.territory-grid { min-height: 650px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 100px; }
.map-graphic { position: relative; height: 100%; min-height: 650px; border-inline: 1px solid rgba(255,255,255,.25); background-image: linear-gradient(rgba(255,255,255,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.15) 1px, transparent 1px); background-size: 50px 50px; }
.map-ring { position: absolute; top: 50%; left: 50%; border: 1px solid rgba(255,255,255,.52); border-radius: 50%; transform: translate(-50%,-50%); }
.ring-one { width: 170px; height: 170px; }
.ring-two { width: 330px; height: 330px; }
.ring-three { width: 510px; height: 510px; }
.map-dot { position: absolute; z-index: 2; top: 50%; left: 50%; width: 22px; height: 22px; background: var(--yellow); border: 6px solid #fff; border-radius: 50%; transform: translate(-50%,-50%); box-shadow: 0 0 0 10px rgba(245,202,25,.25); }
.map-graphic > span { position: absolute; z-index: 3; top: calc(50% + 26px); left: calc(50% + 20px); font: 900 1rem/1.1 "Arial Narrow", Impact, sans-serif; letter-spacing: .08em; }
.map-graphic small { font: 500 .58rem/1.2 Inter, sans-serif; }
.territory-copy { max-width: 500px; }
.territory-copy .section-index { color: #d9f1ff; }
.territory h2 { font-size: clamp(3.2rem, 5vw, 5.2rem); }
.territory-copy > p:not(.section-index) { margin: 28px 0; color: #e2f4ff; font-size: 1.08rem; }
.territory-address { display: grid; grid-template-columns: 130px 1fr; gap: 30px; margin-top: 45px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.4); }
.territory-address span { font-size: .67rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.territory-address address { font-style: normal; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.contact h2 { font-size: clamp(3.4rem, 5.7vw, 6rem); }
.contact-copy > p:not(.section-index) { max-width: 510px; margin: 28px 0; color: #aebbd1; }
.contact-direct { margin-top: 55px; border-top: 1px solid rgba(255,255,255,.2); }
.contact-direct a { display: grid; gap: 3px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.contact-direct span { color: #7788aa; font-size: .65rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.contact-direct strong { font-size: .97rem; overflow-wrap: anywhere; }
.contact-form { padding: 44px; background: #fff; color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { display: grid; gap: 7px; margin-bottom: 22px; }
.field label { color: var(--navy); font-size: .68rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 10px 0; color: var(--ink); background: #fff; border: 0; border-bottom: 1px solid #aeb5c4; border-radius: 0; outline: none; }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 2px 0 var(--blue); }
.field input::placeholder { color: #9ba2ae; }
.form-note { margin: 13px 0 0; color: #707888; font-size: .72rem; text-align: center; }

.site-footer { color: #cbd4e5; background: #020718; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 68px 0; }
.footer-brand { width: 200px; height: 76px; display: block; overflow: hidden; }
.footer-brand img { width: 100%; height: auto; }
.footer-tagline { margin: 18px 0 0; color: #637090; font-size: .82rem; line-height: 1.55; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.footer-links div { display: grid; gap: 8px; align-content: start; }
.footer-links span { margin-bottom: 8px; color: #637090; font-size: .65rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { font-size: .88rem; }
.footer-links a:hover { color: var(--yellow); }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 72px 22px 0; border-top: 1px solid rgba(255,255,255,.12); color: #5d6883; font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; }
.developer-credit { color: inherit; transition: color .2s; }
.developer-credit strong { color: var(--blue-bright); font-weight: 900; }
.developer-credit:hover { color: var(--blue-bright); }
.footer-bottom > a:last-child { transition: color .2s; }
.footer-bottom > a:last-child:hover { color: var(--blue-bright); }
.whatsapp-float { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: grid; place-items: center; width: 56px; height: 56px; color: #fff; background: #20b75a; border-radius: 50%; box-shadow: 0 8px 28px rgba(0,0,0,.28); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-4px); }
.whatsapp-float svg { width: 30px; fill: currentColor; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .section, .section-dark { padding: 90px 0; }
  .header-cta { display: none; }
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; top: 82px; right: 0; left: 0; display: none; padding: 20px 24px 28px; color: #fff; background: var(--navy-deep); border-top: 1px solid rgba(255,255,255,.15); }
  .main-nav.is-open { display: grid; gap: 3px; }
  .main-nav a { padding: 13px 0; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 45px; padding-block: 70px; }
  .hero-copy { max-width: 740px; }
  .hero-media { min-height: 620px; }
  .intro-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .intro-copy { padding-top: 0; }
  .solution-feature { grid-template-columns: 80px 1fr; }
  .solution-feature > p { grid-column: 2; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 440px 300px 340px; }
  .work-main { grid-column: span 2; grid-row: auto; }
  .work-wide { grid-column: span 2; }
  .territory-grid { grid-template-columns: 1fr; gap: 0; padding-bottom: 80px; }
  .map-graphic { min-height: 520px; }
  .territory-copy { max-width: 650px; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 30px); }
  html { scroll-padding-top: 72px; }
  .site-header { height: 72px; background: rgba(3,11,39,.96); }
  .brand { width: 145px; height: 50px; }
  .main-nav { top: 72px; }
  .hero { padding-top: 72px; }
  .hero-grid { padding-block: 53px; }
  .hero h1 { font-size: clamp(3.8rem, 18vw, 5.5rem); }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { align-self: flex-start; }
  .hero-facts { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 38px; }
  .hero-facts div { flex: 1; }
  .hero-facts strong { font-size: 1.15rem; }
  .hero-facts span { line-height: 1.3; }
  .hero-media { min-height: 430px; }
  .hero-photo { inset: 5px 4px 28px 24px; box-shadow: -14px 14px 0 var(--blue); }
  .hero-stamp { right: -4px; bottom: 34px; }
  .route-line { right: 9px; left: 1px; }
  .section, .section-dark { padding: 72px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .intro h2, .territory h2, .contact h2 { font-size: clamp(2.6rem, 11.8vw, 3.7rem); }
  .section-heading.split { grid-template-columns: 1fr; gap: 24px; }
  .solution-feature { grid-template-columns: 46px 1fr; gap: 18px; align-items: start; }
  .solution-number { font-size: 2.2rem; }
  .solution-list { grid-template-columns: 1fr; }
  .solution-list article { min-height: auto; padding: 28px 0; }
  .solution-list article + article { padding-left: 0; border-left: 0; }
  .solution-list h3 { margin-top: 25px; }
  .work-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: repeat(4, 330px); }
  .work-main, .work-wide { grid-column: auto; }
  .work-item span { align-items: start; flex-direction: column; gap: 4px; }
  .process-list li { grid-template-columns: 56px 1fr; padding: 24px 0; align-items: start; }
  .process-list div { grid-template-columns: 1fr; gap: 8px; }
  .process-list > li > span { font-size: 1.45rem; }
  .map-graphic { min-height: 390px; }
  .ring-one { width: 120px; height: 120px; }
  .ring-two { width: 230px; height: 230px; }
  .ring-three { width: 340px; height: 340px; }
  .territory-grid { padding-bottom: 65px; }
  .territory-address { grid-template-columns: 1fr; gap: 10px; }
  .contact-grid { gap: 45px; }
  .contact-form { margin-inline: -3px; padding: 27px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 45px; }
  .footer-links { gap: 30px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 7px; padding-right: 0; }
  .whatsapp-float { width: 52px; height: 52px; }
}

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