:root {
  --bg: #111827;
  --bg-alt: #121a2b;
  --card: rgba(31, 41, 55, 0.55);
  --text: #e5e7eb;
  --muted: #9ca3af;
  --blue: #0033cc;
  --yellow: #ffc700;
  --border: #374151;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 1rem; }
.muted {color: #bababa;}
.section { padding: 5rem 0; }
.grid-2 {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.grid-2 > * { min-width: 0; }
.grid-3 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.grid-3 > * { min-width: 0; }
.card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 1rem;
}

header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 18, 32, 0.9);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.nav {
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.logo {
  height: 4rem;
  width: auto;
  object-fit: contain;
}
.nav-links { display: none; gap: 1.5rem; }
.nav-links a:hover, footer a:hover { color: var(--yellow); }
.icon-inline {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 0.35rem;
  color: var(--yellow);
}
.hero-badges {
  display: flex;
  gap: 1rem;
  color: #fff;
  margin: 0.5rem 0 1rem;
}
.btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
}
.btn-primary { background: var(--yellow); color: #111827; }
.btn-secondary { border-color: var(--blue); color: var(--text); }

.hero {
  background: radial-gradient(circle at top, #111827, #0c0d18);
}
.kicker {
  color: var(--yellow);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
}
h1 {font-size: clamp(2rem, 4vw, 3.5rem);line-height: 1.1;margin: 0.5rem 0 1rem;}
h2 {font-size: clamp(1.7rem, 3vw, 2.5rem);margin: 0 0 1rem;text-align: center;}
.hero-media {
  /* height: 100%; */
  position: relative;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 51, 204, 0.2) 0px 25px 50px -12px;
  border-radius: 30px;
  overflow: hidden;
}

.hero-media:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px inset, rgba(0, 51, 204, 0.3) 0px 0px 0px 1px inset, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
  background-image: linear-gradient(to top, rgb(17, 24, 39), rgba(17, 24, 39, 0.6), rgba(0, 0, 0, 0));
  border-radius: 30px;
}
.hero-media img {width: 100%;height: 100%;object-fit: cover;min-height: 360px;position: absolute;top: 0;left: 0;}

.service-card, .why-card, .compliance-card, .faq-card, .form-card {
  padding: 1.5rem;
}
.service-card h2 {
    font-size: 24px;
    text-align: left;
}
.service-card h2 + p {
    line-height: 1.6;
    margin-bottom: 30px;
    margin-top: 30px;
}
.why-header {
  text-align: center;
  margin-bottom: 3rem;
}
.why-header .muted {
  max-width: 48rem;
  margin: 0 auto 0;
  font-size: 1.125rem;
  line-height: 1.6;
}
.why-grid { margin-top: 0; gap: 2rem; }
.why-card {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.icon-why {
  width: 2rem;
  height: 2rem;
  color: var(--yellow);
  flex-shrink: 0;
  margin-top: 0.25rem;
}
.why-content { min-width: 0; }
.why-content h3 { margin: 0 0 0.5rem; font-size: 1.25rem; }
.why-content .muted {margin: 0;line-height: 1.5;}

.dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: var(--yellow);
  margin-top: 0.5rem;
}
#compliance h2 {
    text-align: left;
}
#compliance .list-row .dot { background: var(--blue); }
.list-row { display: flex; gap: 0.75rem; align-items: flex-start; margin: 0.5rem 0; }
.compliance-card .process-num {
  color: var(--blue);
  font-weight: 700;
  font-size: 1.125rem;
  flex-shrink: 0;
}
.projects {
    background: rgba( 255, 255, 255, .04);
}
.projects .project {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid var(--border);
}
.projects .muted {
    text-align: center;
    margin-bottom: 50px;
}
.projects img { width: 100%; height: 320px; object-fit: cover; display: block; }
.project-meta {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
}
#testimonials {
    background: rgba(255, 255, 255, .04);
}
.testimonial-wrap h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-wrap h2 .icon-inline {
    color: #0033cc;
    height: 48px;
    width: 48px;
}
.testimonial-wrap { min-height: 250px; text-align: center; }
.testimonial-quote { font-size: 1.2rem; line-height: 1.6; }
.testimonial-title { color: var(--muted); margin-top: 1rem; }
.dots { display: flex; justify-content: center; gap: 0.5rem; margin-top: 1rem; }
.dot-btn {
  width: 10px; height: 10px; border-radius: 999px; border: 0; cursor: pointer; background: #4b5563;
}
.dot-btn.active { background: var(--yellow); }

.faq-item { border-bottom: 1px solid var(--border); }
.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  background: transparent;
  border: 0;
  color: var(--text);
  text-align: left;
  padding: 1rem 0;
  cursor: pointer;
  font-size: 1rem;
}
.faq-chevron {
  width: 18px;
  height: 18px;
  color: var(--muted);
  transition: transform 0.2s ease;
  flex-shrink: 0;
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
}
.faq-a { display: none; color: var(--muted); padding-bottom: 1rem; }
.faq-item.open .faq-a { display: block; }

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

footer { border-top: 1px solid var(--border); padding: 3rem 0 2rem; }
.footer-grid {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer-cols > * { flex: 1 1 0; min-width: 0; }
.footer-cols h4 { margin: 0 0 0.75rem; text-transform: uppercase; font-size: 0.85rem; }
.copyright { border-top: 1px solid var(--border); margin-top: 2rem; padding-top: 1rem; color: #6b7280; font-size: 0.9rem; }

/* Animation system: start at offset, animate to 0 */
.anim-init {
  opacity: 0;
  transform: translateY(20px);
}
.anim-in {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.anim-left.anim-init { transform: translateX(-40px); }
.anim-right.anim-init { transform: translateX(40px); }
.anim-down.anim-init { transform: translateY(20px); }
.anim-up.anim-init { transform: translateY(20px); }
.anim-scale.anim-init { transform: scale(0.8); opacity: 0; }
.anim-in.anim-left,
.anim-in.anim-right,
.anim-in.anim-down,
.anim-in.anim-up,
.anim-in.anim-scale {
  transform: translate(0, 0) scale(1);
  opacity: 1;
}
.delay-1.anim-in { transition-delay: 0.12s; }
.delay-2.anim-in { transition-delay: 0.2s; }

#contact h2 {
    text-align: left;
}

@media (min-width: 900px) {
  .grid-2 { flex-direction: row; }
  .grid-2 > * { flex: 1 1 0; }
  .grid-3 { flex-direction: row; flex-wrap: wrap; }
  .grid-3 > * {flex: 1 1 calc((100% - 4rem) / 3);}
  .nav-links { display: flex; }
  .footer-grid { flex-direction: row; }
  .footer-grid > *:first-child { flex: 1 1 0; }
  .footer-grid > *:last-child { flex: 3 1 0; }
  .footer-cols > * { flex: 1 1 0; }
}
@media ( max-width: 899px) {
  .hero-media {
  height: 80vw;
  max-height: 500px;
}
  .hero-media img {min-height: initial;}
}