:root {
  --bg: #081328;
  --bg-soft: #f4f7fb;
  --surface: #ffffff;
  --text: #10203f;
  --muted: #5d6a84;
  --line: #d9e0ea;
  --brand: #0b6e4f;
  --brand-dark: #07553d;
  --navy: #0d1d3a;
  --navy-2: #132a55;
  --shadow: 0 18px 45px rgba(7, 20, 49, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(16px);
  background: rgba(8, 19, 40, 0.82);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), #27b17f);
  font-weight: 800;
}

.brand-text { display: grid; }
.brand-text strong { font-size: 14px; letter-spacing: 0.02em; }
.brand-text small { color: rgba(255,255,255,0.7); font-size: 12px; }

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav a {
  color: rgba(255,255,255,0.82);
  font-size: 14px;
  font-weight: 500;
}

.nav-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-cta,
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  box-shadow: 0 12px 30px rgba(11,110,79,0.22);
}

.btn-secondary {
  color: var(--navy);
  border: 1px solid rgba(13,29,58,0.16);
  background: #fff;
}

.nav-cta:hover,
.btn:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(39,177,127,0.22), transparent 30%),
    linear-gradient(135deg, rgba(8,19,40,0.98), rgba(13,29,58,0.93)),
    linear-gradient(135deg, #081328, #132a55);
  color: #fff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.15;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: 1.25fr 0.85fr;
  gap: 40px;
  align-items: center;
  padding: 88px 0;
}

.eyebrow,
.section-label,
.mini-label {
  margin: 0 0 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.eyebrow,
.mini-label { color: #80d6b5; }
.section-label { color: #6e7b95; }

.hero h1,
.section-title,
.intro-grid h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero h1 {
  max-width: 11ch;
  font-size: clamp(42px, 8vw, 82px);
}

.hero-text {
  max-width: 720px;
  margin: 26px 0 0;
  font-size: clamp(18px, 2.5vw, 21px);
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-card {
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(12px);
  border-radius: 30px;
  padding: 30px;
  box-shadow: var(--shadow);
}

.hero-card h2 {
  margin: 0;
  font-size: clamp(26px, 3.5vw, 40px);
  line-height: 1.08;
}

.hero-card ul {
  margin: 20px 0 0;
  padding-left: 18px;
  color: rgba(255,255,255,0.82);
  line-height: 1.9;
}

.section {
  padding: 88px 0;
}

.section-light {
  background: var(--bg-soft);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: start;
}

.intro-grid h2,
.section-title {
  font-size: clamp(34px, 5vw, 62px);
  color: #081328;
}

.intro-grid p,
.section-copy,
.process-card p,
.info-card li,
.company-card p {
  margin: 0 0 18px;
  font-size: 18px;
  line-height: 1.85;
  color: var(--muted);
}

.cards-grid,
.process-grid,
.contact-grid {
  display: grid;
  gap: 24px;
}

.cards-grid {
  margin-top: 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.info-card,
.process-card,
.company-card,
.enquiry-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.info-card,
.process-card { padding: 28px; }

.info-card h3,
.process-card h3,
.company-card h3 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.2;
  color: #081328;
}

.info-card ul {
  margin: 0;
  padding-left: 18px;
}

.process-grid {
  margin-top: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-card span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--brand-dark);
  background: rgba(11, 110, 79, 0.12);
  margin-bottom: 16px;
}

.contact-header {
  max-width: 760px;
  margin-bottom: 34px;
}

.contact-grid {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.company-card,
.enquiry-form {
  padding: 32px;
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.enquiry-form {
  display: grid;
  gap: 16px;
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  border: 1px solid #d6deea;
  border-radius: 18px;
  padding: 16px 18px;
  font: inherit;
  color: #07163a;
  background: #f8faff;
  outline: none;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-color: var(--navy-2);
  background: #fff;
}

.enquiry-form button {
  border: 0;
  border-radius: 18px;
  padding: 16px 20px;
  font: inherit;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, var(--navy-2), #081328);
  cursor: pointer;
}

.form-status {
  min-height: 24px;
  margin: 0;
  font-size: 14px;
  color: var(--brand-dark);
}

.site-footer {
  padding: 28px 0;
  border-top: 1px solid #e5ebf3;
  background: #fff;
}

.footer-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-wrap p {
  margin: 6px 0 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: 18px;
  color: var(--navy);
  font-weight: 600;
}

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 50;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #17b26a, #0d8f53);
  box-shadow: 0 20px 40px rgba(16, 185, 129, 0.28);
  font-weight: 800;
}

.floating-whatsapp-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.18);
}

@media (max-width: 1080px) {
  .hero-grid,
  .intro-grid,
  .contact-grid,
  .cards-grid,
  .process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-grid,
  .intro-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .nav {
    display: none;
  }

  .nav-wrap {
    gap: 14px;
  }

  .nav-cta {
    padding: 0 14px;
    min-height: 42px;
    font-size: 14px;
  }

  .hero-grid {
    min-height: auto;
    padding: 72px 0;
  }

  .section {
    padding: 68px 0;
  }

  .cards-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .intro-grid p,
  .section-copy,
  .process-card p,
  .info-card li,
  .company-card p {
    font-size: 17px;
  }

  .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    padding: 12px 16px;
  }
}
