:root {
  --navy: #0B1B2B;
  --navy-deep: #07131f;
  --charcoal: #121821;
  --gold: #C9A227;
  --gold-soft: #e0c35a;
  --text: #152033;
  --muted: #5a6b7d;
  --bg: #f7f5f0;
  --surface: #ffffff;
  --line: rgba(11, 27, 43, 0.08);
  --shadow: 0 18px 50px rgba(11, 27, 43, 0.12);
  --radius: 18px;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Outfit", "Segoe UI", sans-serif;
  --transition: 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(201, 162, 39, 0.12), transparent 55%),
    radial-gradient(900px 420px at 100% 0%, rgba(11, 27, 43, 0.08), transparent 50%),
    var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  background: #fff;
  padding: 10px 12px;
  border: 1px solid #ddd;
  z-index: 1000;
  border-radius: 8px;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
  background: transparent;
  color: var(--navy);
  border-color: rgba(11, 27, 43, 0.18);
}

.btn:hover {
  transform: translateY(-2px);
  border-color: var(--navy);
  box-shadow: 0 10px 24px rgba(11, 27, 43, 0.1);
}

.btn--primary {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-soft) 100%);
  color: #1a1405;
  border-color: transparent;
  box-shadow: 0 10px 28px rgba(201, 162, 39, 0.28);
}

.btn--primary:hover {
  filter: brightness(1.03);
  border-color: transparent;
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
}

.btn--ghost:hover {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

.btn--outline {
  background: #fff;
  color: var(--navy);
  border-color: rgba(11, 27, 43, 0.18);
}

.btn--outline:hover {
  border-color: var(--navy);
  background: rgba(11, 27, 43, 0.04);
}

.btn--light {
  background: #fff;
  color: var(--navy);
  border-color: #fff;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
}

.topbar {
  background: var(--navy-deep);
  color: #fff;
  font-size: 13px;
}

.topbar__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  gap: 12px;
}

.topbar__left {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
}

.topbar__link {
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.topbar__link:hover {
  opacity: 1;
  color: var(--gold-soft);
}

.topbar__label {
  opacity: 0.88;
}

.header-main {
  z-index: 40;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow var(--transition);
}

.site-header.is-scrolled .header-main {
  box-shadow: 0 8px 30px rgba(11, 27, 43, 0.08);
}

.header-main__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 16px;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.header-cta {
  padding: 11px 16px;
  font-size: 13px;
  white-space: nowrap;
}

.site-logo__img {
  display: block;
  height: 42px;
  width: auto;
}

.site-nav__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 6px;
  align-items: center;
}

.site-nav__item {
  position: relative;
}

.site-nav__link {
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}

.site-nav__link:hover,
.site-nav__link.is-active {
  color: var(--gold);
  background: rgba(201, 162, 39, 0.08);
}

.site-nav__caret {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: 0.55;
}

.mega-menu {
  position: absolute;
  left: 50%;
  top: calc(100% + 14px);
  transform: translateX(-50%) translateY(8px);
  min-width: 720px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
  z-index: 50;
}

.mega-menu--simple {
  min-width: 240px;
  left: 0;
  transform: translateY(8px);
}

.site-nav__item:hover .mega-menu,
.site-nav__item:focus-within .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.site-nav__item:hover .mega-menu--simple,
.site-nav__item:focus-within .mega-menu--simple {
  transform: translateY(0);
}

.mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mega-menu__section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mega-menu__section-title {
  font-weight: 800;
  color: var(--navy);
  text-decoration: none;
  font-size: 14px;
}

.mega-menu__col-title {
  font-weight: 800;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

.mega-menu__cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mega-menu__links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mega-menu__item {
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.mega-menu__item:hover {
  color: var(--gold);
  padding-left: 4px;
}

/* Mobile drawer */
.mobile-nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  width: 44px;
  height: 44px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.mobile-nav-toggle__bars {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--navy);
  position: relative;
}

.mobile-nav-toggle__bars:before,
.mobile-nav-toggle__bars:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--navy);
}

.mobile-nav-toggle__bars:before {
  top: -6px;
}

.mobile-nav-toggle__bars:after {
  top: 6px;
}

.mobile-nav {
  position: fixed;
  inset: 0;
  z-index: 80;
  background: rgba(7, 19, 31, 0.55);
  opacity: 0;
  visibility: hidden;
  transition: opacity var(--transition), visibility var(--transition);
}

.mobile-nav.is-open {
  opacity: 1;
  visibility: visible;
}

.mobile-nav__inner {
  background: #fff;
  width: min(400px, 92vw);
  height: 100%;
  margin-left: auto;
  padding: 18px;
  transform: translateX(24px);
  transition: transform var(--transition);
  overflow: auto;
}

.mobile-nav.is-open .mobile-nav__inner {
  transform: translateX(0);
}

.mobile-nav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.mobile-nav__title {
  font-weight: 800;
  color: var(--navy);
}

.mobile-nav-close {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 38px;
  cursor: pointer;
}

.mobile-nav__list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-nav__link {
  color: var(--navy);
  font-weight: 700;
  text-decoration: none;
  padding: 12px 14px;
  border-radius: 12px;
  background: rgba(201, 162, 39, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  font: inherit;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  text-align: left;
}

.mobile-nav__link:hover {
  background: rgba(201, 162, 39, 0.16);
  transform: translateX(4px);
}

.mobile-nav__plus {
  width: 12px;
  height: 12px;
  position: relative;
}

.mobile-nav__plus::before,
.mobile-nav__plus::after {
  content: "";
  position: absolute;
  background: var(--navy);
  transition: transform 0.25s ease;
}

.mobile-nav__plus::before {
  left: 0;
  right: 0;
  top: 5px;
  height: 2px;
}

.mobile-nav__plus::after {
  top: 0;
  bottom: 0;
  left: 5px;
  width: 2px;
}

.mobile-nav__toggle[aria-expanded="true"] .mobile-nav__plus::after {
  transform: scaleY(0);
}

.mobile-nav__sub {
  list-style: none;
  margin: 0;
  padding: 0 0 0 10px;
  display: none;
  flex-direction: column;
  gap: 6px;
}

.mobile-nav__item.is-open .mobile-nav__sub {
  display: flex;
  margin-top: 6px;
  animation: fadeUp 0.35s ease both;
}

.mobile-nav__sub a {
  display: block;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--navy);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  background: rgba(11, 27, 43, 0.04);
}

.mobile-nav__sub a:hover {
  background: rgba(201, 162, 39, 0.12);
  color: var(--gold);
}

.mobile-nav__cta {
  width: 100%;
  margin-top: 18px;
}

/* WhatsApp FAB */
.whatsapp-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  background: #25d366;
  color: #fff;
  border-radius: 999px;
  padding: 12px 16px;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
  z-index: 90;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fabPulse 2.8s ease-in-out infinite;
  transition: transform var(--transition);
}

.whatsapp-fab:hover {
  transform: translateY(-3px) scale(1.03);
}

.whatsapp-fab__icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-fab__text {
  font-weight: 800;
  font-size: 14px;
}

@keyframes fabPulse {
  0%,
  100% {
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
  }
  50% {
    box-shadow: 0 12px 36px rgba(37, 211, 102, 0.55);
  }
}

.site-main {
  min-height: 60vh;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.hero-slider {
  position: relative;
  min-height: min(88vh, 760px);
  background: var(--navy);
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.9s ease, visibility 0.9s ease;
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.hero-slide__media {
  position: absolute;
  inset: 0;
}

.hero-slide__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 7s ease;
}

.hero-slide.is-active .hero-slide__media img {
  transform: scale(1);
}

.hero-slide__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(7, 19, 31, 0.88) 0%, rgba(7, 19, 31, 0.55) 48%, rgba(7, 19, 31, 0.35) 100%),
    linear-gradient(0deg, rgba(7, 19, 31, 0.55) 0%, transparent 45%);
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: min(88vh, 760px);
  display: flex;
  align-items: center;
  padding: 72px 0 90px;
}

.hero-slide__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  align-items: end;
  width: 100%;
}

.hero-brand {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 5.5vw, 3.8rem);
  font-weight: 700;
  color: var(--gold-soft);
  letter-spacing: 0.02em;
  margin: 0 0 8px;
  line-height: 1.02;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.hero-slide.is-active .hero-brand,
.hero-slide.is-active .hero-slide__text h1,
.hero-slide.is-active .hero-slide__text h2,
.hero-slide.is-active .hero-slide__text > p,
.hero-slide.is-active .hero-slide__ctas,
.hero-slide.is-active .hero-slide__stats {
  animation: fadeUp 0.85s ease both;
}

.hero-slide.is-active .hero-slide__text h1,
.hero-slide.is-active .hero-slide__text h2 {
  animation-delay: 0.08s;
}

.hero-slide.is-active .hero-slide__text > p {
  animation-delay: 0.16s;
}

.hero-slide.is-active .hero-slide__ctas {
  animation-delay: 0.24s;
}

.hero-slide.is-active .hero-slide__stats {
  animation-delay: 0.18s;
}

.hero-slide__text h1,
.hero-slide__text h2 {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 3.8vw, 2.9rem);
  font-weight: 600;
  line-height: 1.12;
  max-width: 16ch;
}

.hero-slide__text p {
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.05rem;
  max-width: 42ch;
}

.hero-slide__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-slide__stats {
  display: grid;
  gap: 12px;
}

.stat {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 16px 18px;
}

.stat__num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--gold-soft);
  line-height: 1.1;
}

.stat__label {
  opacity: 0.9;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  margin-top: 4px;
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 8px;
}

.hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: width 0.3s ease, background 0.3s ease;
}

.hero-dot.is-active {
  width: 28px;
  background: var(--gold);
}

/* Trusted strip */
.trusted {
  background: var(--navy);
  color: #fff;
  overflow: hidden;
  border-bottom: 1px solid rgba(201, 162, 39, 0.25);
}

.trusted__strip {
  display: flex;
  gap: 0;
  padding: 16px 0;
  animation: marquee 28s linear infinite;
  width: max-content;
}

.trusted__item {
  flex: 0 0 auto;
  padding: 0 36px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
  position: relative;
}

.trusted__item::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%) rotate(45deg);
  background: var(--gold);
  opacity: 0.85;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ---------- Sections ---------- */
.section {
  padding: 72px 0;
}

.section--alt {
  background:
    linear-gradient(180deg, rgba(201, 162, 39, 0.08) 0%, rgba(201, 162, 39, 0.02) 100%);
}

.section__eyebrow {
  display: inline-block;
  color: var(--gold);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.section__title {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  color: var(--navy);
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.15;
}

.section__lead {
  margin: 0 0 28px;
  color: var(--muted);
  max-width: 56ch;
  font-size: 1.05rem;
}

.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  align-items: start;
}

.muted {
  color: var(--muted);
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 22px;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  height: 100%;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: rgba(201, 162, 39, 0.35);
}

.card__media {
  margin: -22px -22px 18px;
  border-radius: var(--radius) var(--radius) 0 0;
  overflow: hidden;
  height: 160px;
}

.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.card:hover .card__media img {
  transform: scale(1.06);
}

.card__icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(201, 162, 39, 0.12);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.card__icon svg {
  display: block;
}

.card h3 {
  margin: 0 0 8px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 600;
}

.card__list {
  margin: 12px 0 18px;
  padding: 0 0 0 18px;
  color: var(--muted);
  line-height: 1.7;
}

.checklist {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}

.checklist li {
  margin: 10px 0;
  color: var(--muted);
  padding-left: 28px;
  position: relative;
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.55);
}

.step {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: var(--surface);
  transition: transform var(--transition), box-shadow var(--transition);
  height: 100%;
}

.step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.step__num {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--gold);
  margin-bottom: 8px;
  line-height: 1;
}

.step h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.testimonial {
  border-radius: var(--radius);
  background: var(--surface);
  padding: 22px;
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}

.testimonial::before {
  content: "“";
  position: absolute;
  top: 8px;
  right: 18px;
  font-family: var(--font-display);
  font-size: 72px;
  color: rgba(201, 162, 39, 0.2);
  line-height: 1;
}

.testimonial__quote {
  margin: 0 0 14px;
  color: var(--navy);
  font-weight: 600;
  line-height: 1.65;
  position: relative;
  z-index: 1;
}

.testimonial__meta {
  color: var(--muted);
  font-weight: 700;
  font-size: 13px;
}

.team-member {
  text-align: left;
}

.team-member img {
  border-radius: var(--radius);
  border: 1px solid var(--line);
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform var(--transition), filter var(--transition);
}

.team-member:hover img {
  transform: scale(1.02);
  filter: saturate(1.05);
}

.team-member h3 {
  margin: 14px 0 6px;
  color: var(--navy);
  font-family: var(--font-display);
  font-size: 1.35rem;
}

.blog-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
}

.blog-card img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-card:hover img {
  transform: scale(1.05);
}

.blog-card__body {
  padding: 16px 16px 20px;
  flex: 1;
}

.blog-card__body h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
  font-family: var(--font-display);
  font-weight: 600;
}

.blog-card__body a {
  color: var(--navy);
  text-decoration: none;
}

.blog-card__body a:hover {
  color: var(--gold);
}

.cta-banner {
  padding: 20px 0 80px;
}

.cta-banner__inner {
  border: 1px solid rgba(201, 162, 39, 0.25);
  background:
    linear-gradient(120deg, rgba(11, 27, 43, 0.96), rgba(11, 27, 43, 0.88)),
    url("../images/hero/hero-business-setup.jpg") center/cover;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: #fff;
  box-shadow: var(--shadow);
}

.cta-banner__inner h2 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}

.cta-banner__inner .muted {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.service-cta {
  padding: 26px 0 0;
  margin-top: 18px;
}

.map-embed {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #e8eef3;
}

.map-embed iframe {
  width: 100%;
  height: 320px;
  border: 0;
  display: block;
}

.map-embed__link {
  display: block;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--navy);
  text-decoration: none;
  background: #fff;
  border-top: 1px solid var(--line);
}

.map-embed__link:hover {
  color: var(--gold);
}

/* Toast */
.toast {
  position: fixed;
  top: 18px;
  left: 50%;
  transform: translateX(-50%) translateY(-12px);
  z-index: 300;
  max-width: min(520px, calc(100vw - 32px));
  padding: 14px 44px 14px 16px;
  border-radius: 14px;
  font-weight: 600;
  box-shadow: var(--shadow);
  opacity: 0;
  animation: toastIn 0.45s ease forwards;
}

.toast--success {
  background: #ecfdf3;
  color: #0b5c2e;
  border: 1px solid rgba(37, 211, 102, 0.35);
}

.toast--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid rgba(220, 38, 38, 0.25);
}

.toast__close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: inherit;
  line-height: 1;
}

@keyframes toastIn {
  to {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
}

/* Service page hero image */
.service-hero {
  margin-bottom: 22px;
  border-radius: 20px;
  overflow: hidden;
  max-height: 340px;
}

.service-hero img {
  width: 100%;
  height: 340px;
  object-fit: cover;
}

.breadcrumb {
  margin: 0 0 18px;
  padding: 0;
  display: flex;
  gap: 8px;
  list-style: none;
  color: var(--muted);
  flex-wrap: wrap;
  font-size: 14px;
}

.breadcrumb a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 700;
}

.breadcrumb [aria-current="page"] {
  font-weight: 800;
  color: var(--navy);
}

/* Forms */
.form-label {
  font-weight: 700;
  display: block;
  margin: 12px 0 6px;
  color: var(--navy);
  font-size: 14px;
}

.form-input {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid rgba(11, 27, 43, 0.18);
  border-radius: 12px;
  font: inherit;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(201, 162, 39, 0.18);
}

.form-actions {
  margin-top: 16px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.form-note {
  margin: 12px 0 0;
  line-height: 1.7;
  font-size: 13px;
  color: var(--muted);
}

.hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

/* Modal */
.consultation-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 16px;
  visibility: hidden;
  pointer-events: none;
}

.consultation-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}

.consultation-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 19, 31, 0.72);
  opacity: 0;
  transition: opacity var(--transition);
}

.consultation-modal.is-open .consultation-modal__backdrop {
  opacity: 1;
}

.consultation-modal__panel {
  position: relative;
  z-index: 2;
  width: min(720px, 100%);
  margin-top: 24px;
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid var(--line);
  padding: 20px;
  box-shadow: var(--shadow);
  transform: translateY(18px) scale(0.98);
  opacity: 0;
  transition: transform var(--transition), opacity var(--transition);
  max-height: calc(100vh - 80px);
  overflow: auto;
  isolation: isolate;
}

.consultation-modal.is-open .consultation-modal__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}

.consultation-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.consultation-modal__title {
  margin: 0;
  font-size: 1.35rem;
  color: var(--navy);
  font-family: var(--font-display);
}

.consultation-modal__close {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  font-size: 22px;
  line-height: 38px;
  cursor: pointer;
}

/* Footer */
.site-footer {
  background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%);
  color: #fff;
  padding: 52px 0 28px;
  margin-top: 40px;
}

.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}

.footer__title {
  margin: 0 0 14px;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.footer__linklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__linklist a,
.footer__inline {
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer__linklist a:hover,
.footer__inline:hover {
  opacity: 1;
  color: var(--gold-soft);
}

.footer__tagline {
  opacity: 0.9;
  margin: 12px 0 8px;
}

.footer__muted {
  opacity: 0.8;
  margin: 0 0 10px;
}

.footer__logo {
  height: 44px;
  width: auto;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding-top: 18px;
  flex-wrap: wrap;
}

.footer__legal a {
  color: #fff;
  text-decoration: none;
  opacity: 0.92;
  margin-right: 14px;
}

.footer__legal a:hover {
  opacity: 1;
  color: var(--gold-soft);
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FAQ */
details.faq-item {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 10px;
  transition: box-shadow var(--transition);
}

details.faq-item[open] {
  box-shadow: var(--shadow);
}

details.faq-item summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--navy);
  list-style: none;
}

details.faq-item summary::-webkit-details-marker {
  display: none;
}

details.faq-item p {
  color: var(--muted);
  margin: 10px 0 0;
}

/* Alert */
.alert {
  padding: 14px 16px;
  border-radius: 12px;
  margin-bottom: 18px;
  font-weight: 600;
}

.alert--success {
  background: rgba(37, 211, 102, 0.12);
  color: #0b5c2e;
  border: 1px solid rgba(37, 211, 102, 0.3);
}

.alert--error {
  background: rgba(220, 38, 38, 0.08);
  color: #991b1b;
  border: 1px solid rgba(220, 38, 38, 0.2);
}

@media (max-width: 1020px) {
  .hero-slide__grid {
    grid-template-columns: 1fr;
  }

  .hero-slide__stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .two-col {
    grid-template-columns: 1fr;
  }

  .testimonials {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-banner__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .mega-menu {
    min-width: 560px;
  }
}

@media (max-width: 880px) {
  .site-nav {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .footer__top {
    grid-template-columns: 1fr;
  }

  .hero-slide__stats {
    grid-template-columns: 1fr;
  }

  .hero-slider,
  .hero-slide__content {
    min-height: 720px;
  }
}

@media (max-width: 620px) {
  .grid3,
  .grid4,
  .testimonials {
    grid-template-columns: 1fr;
  }

  .topbar__inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .whatsapp-fab__text {
    display: none;
  }

  .hero-slider,
  .hero-slide__content {
    min-height: 640px;
  }

  .team-member img {
    height: 240px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .trusted__strip {
    animation: none;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
