@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800;900&family=Lato:wght@300;400;700&display=swap');

:root {
  --yellow: #f0d800;
  --yellow-dark: #c8b400;
  --black: #111111;
  --black-mid: #1c1c1c;
  --off-white: #f7f7f5;
  --grey: #666;
  --light-grey: #e0e0dc;
}
*,*::before,*::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; font-size: 16px; color: var(--black); background: #fff; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* NAV */
.site-header { position: sticky; top: 0; z-index: 100; background: var(--black); }
.nav-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 24px; height: 68px;
}
.nav-logo { display: flex; align-items: center; gap: 14px; }
.nav-logo img { height: 36px; width: auto; }
.nav-logo-text {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.1rem;
  letter-spacing: 0.06em; text-transform: uppercase; color: #fff;
}
.nav-links { list-style: none; display: flex; align-items: center; gap: 4px; }
.nav-links a {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.85rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.7);
  padding: 8px 12px; border-radius: 2px; transition: color 0.2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--yellow); }
.nav-cta {
  background: var(--yellow) !important; color: var(--black) !important;
  padding: 10px 18px !important; font-weight: 900 !important;
  transition: background 0.2s !important;
}
.nav-cta:hover { background: var(--yellow-dark) !important; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 2px; background: #fff; border-radius: 2px; }
.mobile-nav { display: none; list-style: none; background: var(--black-mid); padding: 8px 0 20px; }
.mobile-nav.open { display: block; }
.mobile-nav li a {
  display: block; padding: 12px 24px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 0.9rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.75);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

/* PAGE HERO */
.page-hero {
  background: var(--black-mid); padding: 64px 24px; text-align: center;
  border-bottom: 3px solid var(--yellow);
}
.page-hero h1 {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(2rem, 4.5vw, 3.4rem); color: #fff; letter-spacing: 0.04em;
  text-transform: uppercase; margin-bottom: 12px;
}
.page-hero p { color: rgba(255,255,255,0.6); font-size: 1.05rem; max-width: 600px; margin: 0 auto; }

/* HERO */
.hero {
  min-height: 90vh;
  background: var(--black) url('images/hero.png') center center / cover no-repeat;
  display: flex; align-items: center; position: relative; padding: 100px 24px 80px;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(105deg, rgba(17,17,17,0.92) 0%, rgba(17,17,17,0.65) 100%);
}
.hero-content { position: relative; z-index: 1; max-width: 760px; }
.hero-label {
  display: inline-block; background: var(--yellow); color: var(--black);
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 0.78rem;
  letter-spacing: 0.18em; text-transform: uppercase; padding: 6px 16px;
  border-radius: 2px; margin-bottom: 24px;
}
.hero h1 {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(2.8rem, 7vw, 5.2rem); color: #fff; line-height: 0.95;
  text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 24px;
}
.hero h1 em { color: var(--yellow); font-style: normal; }
.hero p { font-size: 1.1rem; color: rgba(255,255,255,0.7); max-width: 560px; line-height: 1.7; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-primary {
  background: var(--yellow); color: var(--black);
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: 0.88rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 16px 32px; border-radius: 2px; transition: background 0.2s;
}
.btn-primary:hover { background: var(--yellow-dark); }
.btn-ghost {
  border: 2px solid rgba(255,255,255,0.4); color: #fff;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 800;
  font-size: 0.88rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 14px 32px; border-radius: 2px; transition: border-color 0.2s;
}
.btn-ghost:hover { border-color: #fff; }

/* TRUST BAR */
.trust-bar { background: var(--yellow); padding: 16px 24px; }
.trust-inner {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; gap: 40px; flex-wrap: wrap;
}
.trust-item {
  display: flex; align-items: center; gap: 8px;
  font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 0.82rem;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--black);
}

/* STATS */
.stats-bar { background: var(--black-mid); padding: 56px 24px; }
.stats-inner {
  max-width: 1000px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center;
}
.stat-num {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(3rem, 6vw, 4.5rem); color: var(--yellow); line-height: 1;
  letter-spacing: 0.02em;
}
.stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin-top: 8px; letter-spacing: 0.04em; text-transform: uppercase; font-family: 'Barlow Condensed', sans-serif; font-weight: 600; }

/* SECTIONS */
.section { padding: 88px 24px; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 0.78rem;
  letter-spacing: 0.2em; text-transform: uppercase; color: var(--yellow); margin-bottom: 10px;
}
.section h2 {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem); color: var(--black); line-height: 1.1;
  text-transform: uppercase; letter-spacing: 0.03em; margin-bottom: 20px;
}
.section-intro { font-size: 1.05rem; color: var(--grey); max-width: 640px; line-height: 1.75; margin-bottom: 52px; }
.bg-off { background: var(--off-white); }
.bg-dark { background: var(--black); }
.bg-dark .section-label { color: var(--yellow); }
.bg-dark h2 { color: #fff; }
.bg-dark .section-intro { color: rgba(255,255,255,0.55); }

/* SERVICE CARDS */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card {
  background: #fff; border: 1px solid var(--light-grey); border-radius: 3px;
  border-top: 3px solid var(--yellow); padding: 28px 24px;
}
.service-card h3 {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 1.1rem;
  text-transform: uppercase; letter-spacing: 0.04em; color: var(--black);
  margin-bottom: 14px;
}
.service-card p { font-size: 0.88rem; color: var(--grey); line-height: 1.7; }
.service-icon { color: var(--yellow); margin-bottom: 14px; }

/* ABOUT */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-text p { color: var(--grey); margin-bottom: 18px; line-height: 1.8; }
.badge-strip { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; }
.badge {
  background: var(--yellow); color: var(--black);
  font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 0.8rem;
  letter-spacing: 0.1em; text-transform: uppercase; padding: 8px 18px; border-radius: 2px;
}
.about-img { border-radius: 4px; overflow: hidden; }
.about-img img { width: 100%; object-fit: contain; }

/* CTA BAND */
.cta-band { background: var(--yellow); padding: 80px 24px; text-align: center; }
.cta-band h2 {
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(2rem, 4.5vw, 3.4rem); color: var(--black);
  text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 12px;
}
.cta-band p { color: rgba(0,0,0,0.65); margin-bottom: 32px; font-size: 1.05rem; }
.cta-phone {
  display: inline-block; font-family: 'Barlow Condensed', sans-serif; font-weight: 900;
  font-size: clamp(2rem, 4vw, 3rem); color: var(--black); margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.btn-dark {
  background: var(--black); color: var(--yellow);
  font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 0.88rem;
  letter-spacing: 0.12em; text-transform: uppercase; padding: 15px 30px;
  border-radius: 2px; display: inline-block; transition: background 0.2s;
}
.btn-dark:hover { background: #333; }

/* CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.contact-item svg { color: var(--yellow); flex-shrink: 0; margin-top: 2px; }
.contact-label { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--grey); margin-bottom: 4px; }
.contact-item a, .contact-item span { font-weight: 700; color: var(--black); font-size: 1.02rem; }
.contact-map { border-radius: 4px; overflow: hidden; height: 340px; }
.contact-map iframe { width: 100%; height: 100%; border: 0; }

/* NICEIC BADGE */
.niceic-strip {
  background: var(--black); border-radius: 4px; padding: 24px 28px;
  display: flex; align-items: center; gap: 16px; margin-top: 20px;
}
.niceic-strip svg { color: var(--yellow); flex-shrink: 0; }
.niceic-strip p { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.6; }

/* FOOTER */
footer { background: var(--black); padding: 64px 24px 0; }
.footer-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px;
  padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; font-size: 1.2rem; text-transform: uppercase; letter-spacing: 0.06em; color: #fff; margin-bottom: 12px; }
.footer-about { font-size: 0.88rem; color: rgba(255,255,255,0.4); line-height: 1.7; }
.footer-col h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 800; font-size: 0.75rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--yellow); margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul li a { font-size: 0.88rem; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-col ul li a:hover { color: #fff; }
.footer-bottom { max-width: 1200px; margin: 0 auto; padding: 20px 0; font-size: 0.78rem; color: rgba(255,255,255,0.25); }

/* RESPONSIVE */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .stats-inner { grid-template-columns: repeat(3,1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 600px) {
  .services-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr; }
  .trust-inner { gap: 16px; }
}
