:root{--navy:#090b35;--ink:#11122f;--paper:#f4f1e8;--lime:#c9ff38;--blue:#3b78ff;--purple:#8b5cf6;--cyan:#19c7d5;--coral:#ff6f61;--yellow:#ffd33d;--white:#fff;--radius:38px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:fixed;left:0;right:0;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:18px 4vw;color:#fff;background:linear-gradient(180deg,rgba(9,11,53,.88),rgba(9,11,53,0));}.brand img{width:150px;height:auto}.main-nav{display:flex;gap:28px;font-weight:800;text-transform:uppercase;font-size:13px;letter-spacing:.08em}.main-nav a{padding:10px 0}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:28px;height:2px;background:#fff;margin:6px 0}.hero{position:relative;min-height:100svh;background:var(--navy);color:#fff;display:flex;align-items:flex-end;padding:0 5vw 8vh;overflow:hidden}.hero-media,.hero-overlay{position:absolute;inset:0}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-overlay{background:linear-gradient(90deg,rgba(9,11,53,.94) 0%,rgba(9,11,53,.62) 50%,rgba(9,11,53,.15) 100%),linear-gradient(0deg,rgba(9,11,53,.7),transparent 55%)}.hero-content{position:relative;z-index:2;max-width:1100px}.eyebrow{margin:0 0 18px;text-transform:uppercase;font-weight:900;letter-spacing:.12em;font-size:13px}.eyebrow.dark{color:#535476}.hero h1,.intro h2,.statement h2,.contact h2,.feature h2{font-family:"Arial Black",Impact,sans-serif;letter-spacing:-.055em;line-height:.88;margin:0;text-transform:uppercase}.hero h1{font-size:clamp(64px,10vw,156px)}.tag{display:inline-block;padding:.05em .18em .09em;border-radius:.22em;line-height:.85}.tag-lime{background:var(--lime);color:var(--ink)}.tag-blue{background:var(--blue);color:#fff}.tag-purple{background:var(--purple);color:#fff}.hero-copy{font-size:clamp(18px,2vw,28px);font-weight:700;margin:28px 0}.cta{display:inline-flex;align-items:center;justify-content:space-between;gap:42px;padding:18px 22px;border-radius:999px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:13px}.cta-light{background:#fff;color:var(--ink)}.cta-dark{background:var(--ink);color:#fff}.scroll-cue{position:absolute;right:4vw;bottom:34px;z-index:2;font-weight:900;font-size:11px;letter-spacing:.15em;writing-mode:vertical-rl}.scroll-cue span{margin-top:12px}.section-pad{padding:110px 5vw}.intro{background:var(--paper)}.intro h2{font-size:clamp(52px,8vw,120px);max-width:1400px}.intro-copy{max-width:760px;font-size:clamp(18px,2.2vw,30px);line-height:1.35;font-weight:700;color:#4c4d69;margin:35px 0 0}.services{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;background:var(--navy)}.service-card{min-height:520px;border-radius:var(--radius) var(--radius) 18px 18px;padding:34px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:transform .25s ease}.service-card:before{content:"";position:absolute;left:-10%;right:-10%;top:-100px;height:190px;background:rgba(255,255,255,.18);border-radius:50%}.service-card:hover{transform:translateY(-8px)}.card-number{font-weight:900;font-size:13px;letter-spacing:.12em}.card-icon{margin-top:auto;font-family:"Arial Black",Impact,sans-serif;font-size:62px;line-height:1}.service-card h3{font-family:"Arial Black",Impact,sans-serif;font-size:clamp(30px,3.1vw,52px);line-height:.9;letter-spacing:-.045em;margin:20px 0 18px}.service-card p{font-weight:700;line-height:1.35;max-width:340px;margin:0}.card-lime{background:var(--lime)}.card-blue{background:var(--blue);color:#fff}.card-purple{background:var(--purple);color:#fff}.card-cyan{background:var(--cyan)}.card-coral{background:var(--coral)}.card-yellow{background:var(--yellow)}.feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;background:var(--paper)}.feature{position:relative;min-height:690px;border-radius:var(--radius);overflow:hidden;background:#222}.feature img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.feature:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(9,11,53,.9),rgba(9,11,53,0) 65%)}.feature-copy{position:absolute;left:38px;right:38px;bottom:38px;z-index:2;color:#fff}.feature h2{font-size:clamp(42px,5vw,82px)}.statement{background:var(--navy);color:#fff}.statement h2{font-size:clamp(56px,9vw,134px)}.statement-list{display:flex;flex-wrap:wrap;gap:12px;margin-top:48px}.statement-list span{border:1px solid rgba(255,255,255,.35);border-radius:999px;padding:12px 18px;font-weight:800;text-transform:uppercase;font-size:12px;letter-spacing:.07em}.contact{background:var(--lime)}.contact h2{font-size:clamp(68px,11vw,160px)}.contact .cta{margin-top:40px}.contact-phone{font-size:24px;font-weight:900;margin-top:22px}footer{background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:30px 5vw}footer img{width:140px}footer p{font-size:12px;font-weight:700}.whatsapp{position:fixed;right:22px;bottom:22px;z-index:100;width:62px;height:62px;border-radius:50%;background:#25d366;display:grid;place-items:center;box-shadow:0 14px 36px rgba(0,0,0,.35);transition:.2s ease}.whatsapp:hover{transform:translateY(-4px) scale(1.04)}.whatsapp svg{width:34px;height:34px;fill:#fff}
@media(max-width:980px){.services{grid-template-columns:1fr 1fr}.feature-grid{grid-template-columns:1fr}.feature{min-height:600px}.main-nav{display:none}.menu-toggle{display:block}.main-nav.open{display:flex;position:absolute;top:72px;right:4vw;flex-direction:column;background:var(--navy);padding:22px;border-radius:18px;min-width:190px}.hero{padding-bottom:10vh}.hero h1{font-size:clamp(58px,12vw,110px)}}
@media(max-width:640px){.site-header{padding:14px 18px}.brand img{width:122px}.hero{padding:0 20px 72px;min-height:92svh}.hero-overlay{background:linear-gradient(0deg,rgba(9,11,53,.95) 0%,rgba(9,11,53,.45) 70%,rgba(9,11,53,.15))}.hero h1{font-size:clamp(48px,15vw,76px)}.hero-copy{font-size:18px}.scroll-cue{display:none}.section-pad{padding:76px 20px}.intro h2,.statement h2,.contact h2{font-size:clamp(46px,14vw,78px)}.services{grid-template-columns:1fr;gap:16px}.service-card{min-height:420px;padding:28px}.service-card h3{font-size:42px}.feature-grid{gap:16px}.feature{min-height:480px;border-radius:28px}.feature-copy{left:24px;right:24px;bottom:24px}.feature h2{font-size:46px}footer{align-items:flex-start;gap:20px;flex-direction:column}.whatsapp{width:56px;height:56px;right:16px;bottom:16px}.whatsapp svg{width:31px;height:31px}}

.contact-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:40px}.contact .cta{margin-top:0}.location-link{display:inline-flex;align-items:center;gap:14px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;font-size:13px;border-bottom:2px solid var(--ink);padding:14px 2px}.social-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.social-links a{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:var(--ink);color:#fff;transition:transform .2s ease,background .2s ease}.social-links a:hover{transform:translateY(-4px);background:#22245a}.social-links svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.social-links .fill-icon{fill:currentColor;stroke:none}@media(max-width:640px){.contact-actions{align-items:flex-start;flex-direction:column}.location-link{line-height:1.35}.social-links a{width:48px;height:48px}}


/* Top contact and social bar */
.top-contact-bar {
  position: relative;
  z-index: 10000;
  background: #0a1532;
  border-bottom: 1px solid rgba(255,255,255,.10);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}
.top-contact-inner {
  width: min(1480px, calc(100% - 48px));
  min-height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.top-contact-info,
.top-social-links {
  display: flex;
  align-items: center;
}
.top-contact-info {
  gap: 22px;
}
.top-contact-info a,
.top-social-links a {
  color: #fff;
  text-decoration: none;
}
.top-contact-info a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
  opacity: .88;
  transition: opacity .2s ease;
}
.top-contact-info a:hover {
  opacity: 1;
}
.top-contact-icon {
  color: #d7ff38;
  font-size: 15px;
  line-height: 1;
}
.top-social-links {
  gap: 8px;
}
.top-social-links a {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.28);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: -.02em;
  transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease;
}
.top-social-links a:hover {
  background: #d7ff38;
  border-color: #d7ff38;
  color: #0a1532;
  transform: translateY(-1px);
}
@media (max-width: 860px) {
  .top-contact-inner {
    width: calc(100% - 28px);
    min-height: 40px;
  }
  .top-contact-info {
    gap: 12px;
  }
  .top-contact-info a:nth-child(1),
  .top-contact-info a:nth-child(3) .top-contact-text {
    display: none;
  }
  .top-contact-info a {
    font-size: 11px;
  }
  .top-social-links {
    gap: 6px;
  }
  .top-social-links a {
    width: 27px;
    height: 27px;
    font-size: 9px;
  }
}
@media (max-width: 520px) {
  .top-contact-inner {
    width: calc(100% - 20px);
  }
  .top-contact-info a:nth-child(2) .top-contact-text {
    display: none;
  }
}


/* Monochrome SVG social/contact icons */
.top-social-links a,
.top-contact-icon,
.social-icon {
  color: #fff;
}
.top-social-links svg {
  width: 15px;
  height: 15px;
  display: block;
  fill: currentColor;
  stroke: none;
}
.top-social-links svg .icon-cutout,
.top-contact-icon svg .icon-cutout {
  fill: #0a1532;
}
.top-social-links a:hover svg .icon-cutout {
  fill: #d7ff38;
}
.top-contact-icon {
  width: 17px;
  height: 17px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 17px;
}
.top-contact-icon svg {
  width: 16px;
  height: 16px;
  display: block;
  fill: currentColor;
  stroke: none;
}
.top-contact-icon svg .icon-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.social-icon {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
}
.social-icon svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.social-icon svg .icon-cutout {
  fill: var(--navy, #0a1532);
}
.social-label {
  margin-left: 8px;
}

.social-label{display:none!important;}

/* Refined slim monochrome social icons */
.top-social-links svg,
.social-links svg,
.social-icon svg,
.top-contact-icon svg {
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.6 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}
.top-social-links svg,
.social-links svg,
.social-icon svg {
  width: 18px !important;
  height: 18px !important;
}
.top-contact-icon svg {
  width: 16px !important;
  height: 16px !important;
}
.top-social-links a,
.social-links a {
  color: currentColor;
}
.top-social-links a:hover,
.social-links a:hover {
  color: #c7ff2f;
}
