* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #08111f;
  color: #fff;
  line-height: 1.5;
}
a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(8, 17, 31, 0.96);
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 14px 0;
}
.logo img {
  height: 120px;
  width: auto;
}
.nav {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}
.nav a {
  color: rgba(255,255,255,0.85);
  font-weight: 700;
}
.nav a:hover,
.nav a.active {
  color: #fff;
}

.hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,17,31,0.82) 0%, rgba(8,17,31,0.58) 45%, rgba(8,17,31,0.38) 100%),
    rgba(0,0,0,0.18);
}
.hero-content {
  position: relative;
  padding: 90px 0;
  max-width: 760px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.16);
  background: rgba(255,255,255,0.08);
  font-size: 14px;
}
.dot {
  width: 8px;
  height: 8px;
  background: #f7c948;
  border-radius: 50%;
}
h1, h2, h3 { margin: 0; line-height: 1.08; }
h1 {
  margin-top: 22px;
  font-size: clamp(42px, 6vw, 76px);
  font-weight: 900;
}
.lead {
  margin-top: 22px;
  font-size: clamp(19px, 2.1vw, 24px);
  color: #d6deea;
}
.actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 700;
}
.btn-primary {
  background: #b5122b;
  color: #fff;
}
.btn-secondary {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}
.tag {
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.07);
  font-size: 14px;
}
.hero-note {
  margin-top: 18px;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
}

.section {
  padding: 88px 0;
}
.section-soft {
  background: rgba(255,255,255,0.04);
  border-top: 1px solid rgba(255,255,255,0.10);
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.eyebrow {
  color: #ef5d74;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 14px;
}
.section-title {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 900;
}
.section-copy {
  margin-top: 20px;
  color: #d6deea;
  font-size: 19px;
  max-width: 880px;
}

.grid-2, .grid-3, .grid-4 {
  display: grid;
  gap: 22px;
}
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  padding: 28px;
}
.card h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
.card p, .card li {
  color: #d6deea;
  font-size: 17px;
}
.top-space { margin-top: 42px; }

.step {
  color: #f7c948;
  letter-spacing: 0.28em;
  font-weight: 800;
  font-size: 13px;
  margin-bottom: 12px;
}

.bullet-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.bullet-item {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
}
.bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #cf1633;
  margin-top: 8px;
  flex: 0 0 auto;
}

.testimonials-wrap { max-width: 760px; }
.stars {
  display: flex;
  justify-content: center;
  gap: 4px;
  color: #f7c948;
  font-size: 26px;
  margin-bottom: 16px;
}
.testimonial-quote {
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
}
.testimonial-meta {
  margin-top: 20px;
  text-align: center;
}
.testimonial-name {
  font-size: 20px;
  font-weight: 800;
}
.testimonial-role {
  margin-top: 4px;
  color: #94a3b8;
}
.slider-controls,
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.slider-btn,
.slider-dot {
  cursor: pointer;
}
.slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  color: white;
  font-size: 20px;
}
.slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255,255,255,0.3);
}
.slider-dot.active {
  background: #cf1633;
}

.faq-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 24px;
  padding: 22px 24px;
  margin-bottom: 14px;
}
.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 800;
  font-size: 20px;
}
.faq-item p {
  margin: 14px 0 0;
  color: #d6deea;
  font-size: 17px;
}

.enquire-bg {
  background: linear-gradient(180deg, #111827 0%, #6f0f21 140%);
}
.enquire-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 30px;
  align-items: center;
}
.form-card {
  background: rgba(2,6,23,0.72);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 26px;
  padding: 28px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.full { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  color: #fff;
  border-radius: 18px;
  padding: 14px 16px;
  font: inherit;
  outline: none;
}
textarea {
  min-height: 120px;
  resize: vertical;
}
input::placeholder, textarea::placeholder {
  color: #7d8ca3;
}

.footer {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 26px 0;
  color: #94a3b8;
}

@media (max-width: 980px) {
  .header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav { justify-content: flex-start; }
  .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid-3, .grid-2, .enquire-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .logo img { height: 92px; }
  .hero { min-height: auto; }
  .hero-content { padding: 72px 0; }
  .grid-4 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .full { grid-column: auto; }
}