:root {
  --blue: #182e8a;
  --blue-dark: #0f1d59;
  --blue-bright: #1d37b0;
  --orange: #ff7417;
  --orange-dark: #dc5700;
  --gray: #a9abb0;
  --gray-light: #f2f3f6;
  --ink: #172033;
  --muted: #626b7f;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(15, 29, 89, .14);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; padding: 10px 16px; background: var(--white); border-radius: 10px; box-shadow: var(--shadow); }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(24,46,138,.08); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { position: relative; width: 56px; height: 52px; display: grid; place-items: center; }
.roof { position: absolute; top: 3px; width: 42px; height: 23px; border-left: 5px solid var(--orange); border-top: 5px solid var(--orange); transform: rotate(45deg) skew(-8deg, -8deg); border-radius: 2px; }
.brand-letters { position: relative; z-index: 2; margin-top: 10px; font-size: 24px; line-height: 1; font-weight: 950; letter-spacing: -2px; color: var(--blue); }
.gear { position: absolute; z-index: 1; bottom: -1px; color: var(--gray); font-size: 22px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { color: var(--blue); text-transform: uppercase; font-size: 20px; letter-spacing: .4px; }
.brand-copy small { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 1.2px; }
.main-nav { display: flex; align-items: center; gap: 30px; font-weight: 750; font-size: 14px; }
.main-nav a:not(.nav-cta) { position: relative; }
.main-nav a:not(.nav-cta)::after { content:""; position:absolute; left:0; bottom:-7px; width:0; height:3px; background:var(--orange); border-radius:10px; transition:.25s; }
.main-nav a:hover::after { width:100%; }
.nav-cta { padding: 12px 18px; border-radius: 12px; background: var(--blue); color: var(--white); box-shadow: 0 10px 25px rgba(24,46,138,.2); }
.menu-toggle { display:none; border:0; background:transparent; width:44px; height:44px; padding:10px; cursor:pointer; }
.menu-toggle span { display:block; height:3px; border-radius:8px; background:var(--blue); margin:5px 0; transition:.25s; }

.hero { position:relative; min-height:720px; display:flex; align-items:center; overflow:hidden; background: linear-gradient(135deg, #fff 0%, #f8f9fc 62%, #eceef4 100%); }
.hero-grid { position:relative; z-index:2; display:grid; grid-template-columns: 1.08fr .92fr; align-items:center; gap:70px; padding-block:84px; }
.hero-shape { position:absolute; border-radius:50%; filter:saturate(110%); }
.hero-shape-blue { width:520px; height:520px; right:-250px; top:10px; background:var(--blue); }
.hero-shape-orange { width:600px; height:180px; left:-220px; top:80px; border:34px solid var(--orange); transform:rotate(-25deg); background:transparent; }
.eyebrow { margin:0 0 14px; color:var(--orange-dark); font-size:13px; font-weight:900; text-transform:uppercase; letter-spacing:2px; }
.hero h1 { margin:0; max-width:720px; color:var(--blue-dark); font-size:clamp(42px, 5vw, 72px); line-height:1.03; letter-spacing:-3px; }
.hero-text { max-width:640px; margin:26px 0 0; font-size:19px; color:var(--muted); }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:13px 22px; border-radius:14px; font-weight:850; transition:.25s ease; }
.btn:hover { transform:translateY(-3px); }
.btn-primary { background:var(--orange); color:var(--white); box-shadow:0 14px 30px rgba(255,116,23,.28); }
.btn-primary:hover { background:var(--orange-dark); }
.btn-secondary { border:2px solid var(--blue); color:var(--blue); background:rgba(255,255,255,.7); }
.btn-secondary:hover { background:var(--blue); color:var(--white); }
.hero-meta { display:flex; flex-wrap:wrap; gap:25px; margin-top:34px; padding-top:26px; border-top:1px solid rgba(24,46,138,.15); color:var(--muted); font-size:14px; }
.hero-meta span { display:flex; flex-direction:column; }
.hero-meta b { color:var(--blue-dark); }
.hero-visual { position:relative; min-height:520px; display:grid; place-items:center; }
.visual-card { position:relative; width:min(440px, 92%); aspect-ratio: .9; overflow:hidden; border-radius:42px; background:linear-gradient(145deg, #fff 10%, #eef0f5 100%); box-shadow:var(--shadow); border:1px solid rgba(255,255,255,.8); display:grid; place-items:center; }
.visual-card::before { content:""; position:absolute; width:400px; height:400px; border:40px solid var(--orange); border-radius:50%; left:-250px; top:-130px; }
.visual-card::after { content:""; position:absolute; width:320px; height:320px; border:46px solid var(--blue); border-radius:50%; right:-220px; bottom:-60px; }
.industrial-grid { position:absolute; inset:0; opacity:.25; background-image:linear-gradient(rgba(24,46,138,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(24,46,138,.08) 1px,transparent 1px); background-size:36px 36px; mask-image:linear-gradient(to bottom, transparent, black 30%, black 70%, transparent); }
.visual-logo { position:relative; z-index:3; width:250px; text-align:center; }
.visual-logo strong { display:block; color:var(--blue); font-size:110px; line-height:.85; letter-spacing:-12px; font-weight:1000; }
.visual-logo p { margin:18px 0 0; color:var(--blue-dark); text-transform:uppercase; font-size:25px; font-weight:950; letter-spacing:1.5px; border-bottom:5px solid var(--orange); }
.visual-roof { display:block; width:120px; height:60px; margin:0 auto 6px; border-left:9px solid var(--orange); border-top:9px solid var(--orange); transform:rotate(45deg) skew(-8deg,-8deg); }
.visual-gear { position:absolute; bottom:38px; left:50%; transform:translateX(-50%); color:var(--gray); font-size:70px; z-index:-1; }
.visual-tagline { position:absolute; z-index:3; bottom:22px; margin:0; color:var(--muted); font-weight:850; text-transform:uppercase; letter-spacing:2px; font-size:12px; }
.visual-tagline span { color:var(--orange); margin-inline:8px; }
.floating-card { position:absolute; z-index:5; padding:12px 18px; border-radius:14px; background:var(--white); box-shadow:0 12px 30px rgba(15,29,89,.16); color:var(--blue); font-weight:900; }
.card-one { top:55px; left:-15px; }
.card-two { right:-18px; top:150px; }
.card-three { bottom:65px; left:5px; }

.trust-strip { position:relative; z-index:4; margin-top:-20px; }
.trust-grid { display:grid; grid-template-columns:repeat(3,1fr); border-radius:22px; background:var(--blue-dark); color:var(--white); box-shadow:0 18px 38px rgba(15,29,89,.22); overflow:hidden; }
.trust-grid > div { min-height:120px; display:flex; align-items:center; justify-content:center; gap:16px; padding:24px; border-right:1px solid rgba(255,255,255,.15); }
.trust-grid > div:last-child { border-right:0; }
.trust-grid p { margin:0; line-height:1.35; }
.icon { width:50px; height:50px; border-radius:15px; display:grid; place-items:center; flex:0 0 auto; background:var(--orange); font-size:22px; font-weight:900; }

.section { padding:110px 0; }
.about { background:var(--white); }
.about-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:center; }
.section-copy h2, .section-heading h2, .location h2, .cta-box h2 { margin:0; color:var(--blue-dark); font-size:clamp(34px,4vw,54px); line-height:1.08; letter-spacing:-2px; }
.section-copy p { color:var(--muted); font-size:17px; }
.text-link { display:inline-flex; gap:10px; align-items:center; margin-top:10px; color:var(--blue); font-weight:900; }
.text-link span { transition:.25s; }
.text-link:hover span { transform:translateX(5px); }
.service-cards { display:grid; grid-template-columns:repeat(2,1fr); gap:22px; }
.service-card { position:relative; overflow:hidden; min-height:330px; padding:34px; border-radius:var(--radius); background:var(--gray-light); border:1px solid #e5e7ee; }
.service-card.featured { background:var(--blue); color:var(--white); transform:translateY(35px); }
.service-number { position:absolute; right:24px; top:15px; color:rgba(24,46,138,.09); font-size:72px; font-weight:1000; }
.featured .service-number { color:rgba(255,255,255,.1); }
.service-icon { width:64px; height:64px; display:grid; place-items:center; border-radius:19px; background:var(--orange); color:white; font-size:30px; }
.service-card h3 { margin:52px 0 8px; color:var(--blue-dark); font-size:25px; }
.service-card.featured h3 { color:var(--white); }
.service-card p { margin:0; color:var(--muted); }
.service-card.featured p { color:rgba(255,255,255,.78); }

.brands { background:linear-gradient(180deg,#f4f5f8,#eceef3); }
.section-heading { max-width:760px; margin:0 auto 45px; text-align:center; }
.section-heading p:last-child { color:var(--muted); font-size:17px; }
.brand-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
.brand-card { min-height:180px; padding:24px; display:flex; align-items:center; justify-content:center; flex-direction:column; gap:15px; border-radius:22px; background:var(--white); border:1px solid rgba(24,46,138,.08); box-shadow:0 12px 30px rgba(15,29,89,.07); transition:.25s ease; }
.brand-card:hover { transform:translateY(-7px); box-shadow:var(--shadow); }
.brand-card span { width:68px; height:68px; display:grid; place-items:center; border-radius:50%; color:var(--white); background:linear-gradient(135deg,var(--blue),var(--blue-bright)); font-weight:950; font-size:20px; box-shadow:0 10px 25px rgba(24,46,138,.25); }
.brand-card strong { color:var(--blue-dark); font-size:23px; }
.brand-card.more { background:var(--orange); }
.brand-card.more span { background:rgba(255,255,255,.18); box-shadow:none; }
.brand-card.more strong { color:var(--white); text-align:center; }

.location { position:relative; overflow:hidden; background:var(--white); }
.location-grid { display:grid; grid-template-columns:1fr 1fr; min-height:480px; border-radius:34px; overflow:hidden; box-shadow:var(--shadow); }
.location-card { padding:65px; display:flex; flex-direction:column; justify-content:center; background:var(--white); }
.location-card address { margin:22px 0 0; color:var(--muted); font-style:normal; font-size:18px; }
.location-actions { display:flex; align-items:center; flex-wrap:wrap; gap:20px; margin-top:30px; }
.phone-link { color:var(--blue); font-weight:950; font-size:18px; }
.map-art { position:relative; display:grid; place-items:center; align-content:center; min-height:450px; background:linear-gradient(135deg,var(--blue-dark),var(--blue)); color:var(--white); overflow:hidden; }
.map-lines { position:absolute; inset:-20%; opacity:.22; background-image:linear-gradient(35deg,transparent 45%,#fff 46%,#fff 48%,transparent 49%),linear-gradient(-30deg,transparent 46%,#fff 47%,#fff 49%,transparent 50%); background-size:115px 115px,150px 150px; transform:rotate(8deg); }
.pin { position:relative; z-index:2; width:92px; height:92px; border-radius:50% 50% 50% 0; transform:rotate(-45deg); background:var(--orange); box-shadow:0 18px 30px rgba(0,0,0,.22); }
.pin span { position:absolute; width:30px; height:30px; left:31px; top:31px; border-radius:50%; background:var(--white); }
.map-art p { position:relative; z-index:2; margin:32px 0 0; font-size:30px; font-weight:950; }
.map-art small { position:relative; z-index:2; opacity:.75; font-size:14px; }

.cta-section { padding:0 0 110px; }
.cta-box { position:relative; overflow:hidden; display:grid; grid-template-columns:1fr auto; gap:45px; align-items:center; padding:58px; border-radius:30px; background:var(--blue-dark); color:var(--white); }
.cta-box::after { content:""; position:absolute; width:260px; height:260px; right:-120px; top:-130px; border:34px solid var(--orange); border-radius:50%; }
.cta-box > * { position:relative; z-index:2; }
.cta-box h2 { color:var(--white); font-size:clamp(30px,3.5vw,46px); }
.cta-box p:not(.eyebrow) { max-width:750px; margin-bottom:0; color:rgba(255,255,255,.72); }
.eyebrow.light { color:#ffb27a; }
.btn-white { background:var(--white); color:var(--blue-dark); white-space:nowrap; }

.site-footer { padding:70px 0 24px; background:#0b1339; color:rgba(255,255,255,.72); }
.footer-grid { display:grid; grid-template-columns:1.25fr 1fr .7fr; gap:60px; }
.footer-brand .brand-copy strong { color:var(--white); }
.footer-brand .brand-copy small { margin-top:8px; max-width:300px; color:rgba(255,255,255,.55); line-height:1.5; }
.site-footer h3 { margin:0 0 14px; color:var(--white); font-size:15px; text-transform:uppercase; letter-spacing:1px; }
.site-footer p { margin:0; }
.site-footer a:hover { color:var(--white); }
.footer-bottom { display:flex; justify-content:space-between; gap:20px; margin-top:55px; padding-top:20px; border-top:1px solid rgba(255,255,255,.12); font-size:13px; }
.whatsapp-float { position:fixed; z-index:900; right:22px; bottom:22px; width:58px; height:58px; display:grid; place-items:center; border-radius:50%; background:#25d366; color:white; box-shadow:0 12px 30px rgba(0,0,0,.25); font-size:26px; font-weight:900; transition:.25s; }
.whatsapp-float:hover { transform:translateY(-5px) scale(1.03); }

.reveal { opacity:1; transform:none; transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (max-width: 960px) {
  .menu-toggle { display:block; }
  .main-nav { position:absolute; left:20px; right:20px; top:88px; display:none; flex-direction:column; align-items:stretch; gap:6px; padding:14px; border-radius:18px; background:var(--white); box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:12px 14px; }
  .nav-cta { text-align:center; }
  .hero { min-height:auto; }
  .hero-grid { grid-template-columns:1fr; gap:35px; padding-block:65px 90px; }
  .hero-copy { text-align:center; }
  .hero-text { margin-inline:auto; }
  .hero-actions, .hero-meta { justify-content:center; }
  .hero-visual { min-height:450px; }
  .about-grid { grid-template-columns:1fr; gap:50px; }
  .service-card.featured { transform:none; }
  .location-grid { grid-template-columns:1fr; }
  .cta-box { grid-template-columns:1fr; text-align:center; }
  .cta-box p { margin-inline:auto; }
  .cta-box .btn { justify-self:center; }
}

@media (max-width: 720px) {
  .container { width:min(100% - 28px,1160px); }
  .brand-copy small { display:none; }
  .header-inner { min-height:70px; }
  .hero h1 { font-size:clamp(38px,12vw,56px); letter-spacing:-2px; }
  .hero-shape-orange { left:-420px; }
  .hero-visual { min-height:380px; }
  .visual-card { width:88%; border-radius:28px; }
  .visual-logo { transform:scale(.82); }
  .floating-card { font-size:12px; padding:9px 13px; }
  .trust-strip { margin-top:-35px; }
  .trust-grid { grid-template-columns:1fr; }
  .trust-grid > div { min-height:90px; justify-content:flex-start; border-right:0; border-bottom:1px solid rgba(255,255,255,.13); }
  .trust-grid > div:last-child { border-bottom:0; }
  .section { padding:82px 0; }
  .service-cards, .brand-grid { grid-template-columns:1fr; }
  .service-card { min-height:260px; }
  .service-card h3 { margin-top:36px; }
  .location-card { padding:40px 28px; }
  .map-art { min-height:360px; }
  .cta-section { padding-bottom:80px; }
  .cta-box { padding:40px 25px; border-radius:24px; }
  .footer-grid { grid-template-columns:1fr; gap:35px; }
  .footer-bottom { flex-direction:column; }
}

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