*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --ink: #0b1224;
  --ink-soft: #3d4a66;
  --ink-muted: #7a86a1;
  --surface: #eef2ff;
  --white: #ffffff;
  --accent: #2563eb;
  --accent-dark: #2563EB;
  --accent-soft: #60a5fa;
  --navy: #070318;
  --navy-mid: #0a205e;
  --border: rgba(37, 99, 235, 0.14);
  --radius: 10px;
}
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--surface);
  color: var(--ink);
  line-height: 1.7;
  min-height: 100vh;
}
img { max-width: 100%; height: auto; }
a { color: var(--accent); }
.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 10000;
  background: var(--accent); color: #fff; padding: 8px 16px;
}
.skip-link:focus { left: 8px; top: 8px; }

nav.site-nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(7, 3, 24, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(96, 165, 250, 0.18);
  padding: 0 2.5rem;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-logo {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700; font-size: 1.55rem; color: #fff; text-decoration: none;
}
.nav-logo span { color: var(--accent-soft); }
.nav-links {
  display: flex; align-items: center; gap: 1.4rem; list-style: none;
  flex: 1; justify-content: center;
}
.nav-links a {
  text-decoration: none; color: rgba(255,255,255,0.72); font-size: 0.92rem; font-weight: 500;
}
.nav-links a:hover, .nav-links a.is-active { color: #fff; }
.nav-cta {
  background: #2563eb !important;
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
  font-size: 0.86rem !important;
  letter-spacing: 0.01em !important;
  text-decoration: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(255,255,255,0.08) !important;
  transition: background 0.18s ease, transform 0.18s ease !important;
}
.nav-cta:hover {
  background: #1d4ed8 !important;
  transform: translateY(-1px);
}
.nav-right { display: flex; align-items: center; gap: 0.5rem; flex-direction: row-reverse; }
.nav-socials {
  display: flex; align-items: center; gap: 12px; margin-left: 1rem;
}
.nav-socials a { color: rgba(255,255,255,0.7); display: flex; }
.nav-socials a:hover { color: var(--accent-soft); }
.nav-socials svg { width: 16px; height: 16px; }
.burger {
  display: none; flex-direction: column; gap: 5px; background: none; border: 0; cursor: pointer;
  padding: 6px; z-index: 200; flex-shrink: 0;
}
.burger span {
  display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s, width 0.3s; transform-origin: center;
}
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; width: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu {
  display: none; position: fixed; inset: 0;
  background: radial-gradient(circle at top left, #0a205e, #070318 58%);
  z-index: 250; flex-direction: column; align-items: center; justify-content: space-between;
  gap: 1.25rem; padding: 4.75rem 1.25rem 6.75rem; overflow-y: auto; -webkit-overflow-scrolling: touch;
}
.mobile-menu.open { display: flex; }
.mobile-menu-socials {
  display: flex; gap: 1.5rem; margin: 0; flex-shrink: 0; justify-content: center;
}
.mobile-menu-socials a {
  color: rgba(240,237,232,0.78) !important;
  font-size: 0 !important; line-height: 0 !important;
  padding: 0.4rem !important; background: none !important; width: auto;
}
.mobile-menu-socials svg { width: 22px; height: 22px; display: block; }
.mobile-menu-links {
  flex: 1; display: flex; flex-direction: column; justify-content: center;
  align-items: center; gap: 0.95rem;
  width: 100%; margin: 0.5rem 0;
}
.mobile-menu-links a {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.05rem, 3.5vw, 1.28rem);
  font-weight: 600;
  color: rgba(240,237,232,0.92);
  text-decoration: none;
  letter-spacing: -0.02em;
  display: block; text-align: center;
  padding: 0.15rem 0.5rem;
  line-height: 1.25;
}
.mobile-menu-links a:hover { color: #93c5fd; }
.mobile-menu-links .m-ico { display: none; }
.m-ico {
  width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0;
  box-shadow: 0 0 0 3px rgba(255,255,255,0.12);
}
.mobile-menu > a.cta {
  margin: 0.35rem 0 0;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--accent);
  color: #fff;
  padding: 0.85rem 2.4rem;
  border-radius: 999px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  width: auto;
  box-shadow: 0 1px 2px rgba(0,0,0,0.18);
}
@keyframes ctaPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(37,99,235,0.55); }
  50% { box-shadow: 0 0 0 10px rgba(37,99,235,0); }
}
.mobile-menu-close {
  position: absolute; top: 1.4rem; right: 1.5rem;
  background: none; border: 0; color: rgba(240,237,232,0.6);
  font-size: 1.8rem; cursor: pointer; line-height: 1; padding: 4px 8px; z-index: 160;
}

.page-hero {
  position: relative;
  background: #070318;
  color: #f4f7ff;
  padding: 3.4rem 2rem 2.8rem;
  overflow: hidden;
}
.hero-blob {
  position: absolute; border-radius: 50%; pointer-events: none; filter: blur(48px);
  z-index: 0;
}
.hero-blob-l {
  width: min(55vw, 34rem); height: min(55vw, 34rem);
  left: -12%; top: -36%;
  background: #2563eb63;
  opacity: 0.72;
  animation: blobDrift 9s ease-in-out infinite;
}
.hero-blob-r {
  width: min(48vw, 28rem); height: min(48vw, 28rem);
  right: -10%; top: -8%;
  background: #22d3ee7a;
  opacity: 0.55;
  animation: blobDrift 11s ease-in-out infinite reverse;
}
.hero-blob-m {
  width: min(36vw, 20rem); height: min(36vw, 20rem);
  left: 38%; bottom: -40%;
  background: #818cf857;
  opacity: 0.5;
  animation: blobDrift 13s ease-in-out infinite;
}
@keyframes blobDrift {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(36px, 28px) scale(1.18); }
}
.page-hero-inner { max-width: 1100px; margin: 0 auto; position: relative; z-index: 1; }
.page-hero .lead { max-width: 720px; }
.hero-points {
  list-style: none; display: flex; flex-wrap: wrap; gap: 0.65rem 1.35rem;
  margin: 1.15rem 0 0; padding: 0;
}
.hero-points li {
  display: flex; align-items: center; gap: 8px;
  color: rgba(226,232,255,0.88); font-size: 0.95rem; font-weight: 600;
}
.crumbs { font-size: 0.82rem; color: rgba(147,197,253,0.7); margin-bottom: 1rem; line-height: 1.5; }
.crumbs a { color: #93c5fd; text-decoration: none; }
.crumbs a:hover { color: #fff; }
.eyebrow {
  display: inline-block;
  font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase;
  color: #93c5fd; font-weight: 600; margin: 0 0 1rem;
  border: 1px solid rgba(147,197,253,0.25);
  background: rgba(255,255,255,0.05);
  padding: 6px 14px; border-radius: 999px;
}
.page-hero h1 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: clamp(1.7rem, 4.2vw, 2.75rem);
  line-height: 1.22; letter-spacing: -0.03em; margin: 0 0 1.05rem; font-weight: 800;
}
.page-hero .lead {
  color: rgba(226,232,255,0.8); font-size: 1.05rem; max-width: 640px;
  line-height: 1.7; margin: 0;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.6rem; }
.btn-primary, .btn-ghost {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 10px 18px; border-radius: 8px; text-decoration: none;
  font-family: inherit; font-weight: 600; font-size: 0.875rem; letter-spacing: 0.015em;
  line-height: 1.25; border: 1px solid transparent; cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.btn-primary {
  background: #2563eb; color: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.12);
}
.btn-primary:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.22);
  color: #fff;
}
.btn-primary:active { transform: translateY(0); box-shadow: none; }
.btn-ghost {
  border: 1px solid rgba(255,255,255,0.22); color: #f4f7ff; background: rgba(255,255,255,0.05);
  box-shadow: none;
}
.btn-ghost:hover { border-color: #93c5fd; color: #fff; background: rgba(255,255,255,0.08); }

.wrap { max-width: 820px; margin: 0 auto; padding: 2.6rem 1.5rem 2.4rem; }
.wrap-wide { max-width: 1100px; margin: 0 auto; padding: 2.6rem 1.5rem 2.4rem; }
.wrap h2, .wrap-wide h2, .prose h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.38rem; letter-spacing: -0.02em; margin: 2rem 0 0.7rem; line-height: 1.35; color: var(--ink);
}
.wrap h2:first-child, .prose > h2:first-of-type { margin-top: 0; }
.wrap h3, .prose h3 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.08rem; margin: 1.55rem 0 0.45rem; line-height: 1.4;
}
.prose p, .prose li { color: var(--ink-soft); font-size: 1.02rem; line-height: 1.75; }
.prose p { margin: 0 0 1.15rem; }
.prose ul, .prose ol { margin: 0.15rem 0 1.35rem 1.2rem; padding: 0; }
.prose li { margin-bottom: 0.55rem; }
.prose a { font-weight: 600; text-decoration: none; }
.prose a:hover { text-decoration: underline; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; margin: 0.4rem 0 1.5rem; }
.card {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 1.35rem 1.4rem;
  box-shadow: 0 10px 30px rgba(10, 32, 94, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.card:hover { transform: translateY(-3px); border-color: rgba(37,99,235,0.35); }
.card h3 { margin-top: 0; margin-bottom: 0.5rem; }
.card h3 a { color: var(--ink); text-decoration: none; }
.card h3 a:hover { color: var(--accent); }
.card p { color: var(--ink-soft); font-size: 0.96rem; margin: 0; line-height: 1.65; }
.card .btn-primary, .card .btn-ghost { margin-top: 1.15rem; }
.card-ico {
  width: 42px; height: 42px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 0 0.85rem;
}
.card-ico svg { width: 20px; height: 20px; display: block; }
.contact-line {
  display: flex; align-items: center; gap: 12px;
  margin: 0 0 0.9rem !important;
}
.contact-line a { font-weight: 600; text-decoration: none; }
.contact-line a:hover { text-decoration: underline; }
.contact-ico {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}
.contact-ico svg { width: 18px; height: 18px; display: block; }

.faq { margin: 0.4rem 0 0.5rem; }
.faq details {
  background: #fff; border: 1px solid var(--border); border-radius: 12px;
  padding: 1.05rem 1.2rem; margin-bottom: 0.75rem;
  border-left: 3px solid var(--accent);
}
.faq summary { cursor: pointer; font-weight: 650; color: var(--ink); line-height: 1.45; }
.faq details p { margin: 0.7rem 0 0; color: var(--ink-soft); line-height: 1.7; }

.cta-band {
  position: relative;
  background: radial-gradient(700px 280px at 50% 0%, rgba(37,99,235,0.4), transparent 60%), #070318;
  color: #f4f7ff; padding: 3.2rem 1.5rem 3.6rem; text-align: center;
}
.cta-band h2 { margin: 0 0 0.75rem; color: #fff; line-height: 1.3; }
.cta-band p { color: rgba(226,232,255,0.7); margin: 0 auto 1.4rem; max-width: 520px; line-height: 1.65; }

.meta-row { display: flex; flex-wrap: wrap; gap: 0.5rem; margin: 0 0 1.5rem; }
.pill {
  font-size: 0.76rem; padding: 5px 12px; border-radius: 999px;
  background: rgba(37,99,235,0.1); color: #1d4ed8; font-weight: 650;
  border: 1px solid rgba(37,99,235,0.18);
}

footer {
  background: #070318;
  border-top: 1px solid rgba(96,165,250,0.15);
  padding: 2.2rem 1.5rem 6.5rem;
}
.footer-inner { max-width: 1100px; margin: 0 auto; }
.footer-links { display: flex; flex-wrap: wrap; gap: 0.85rem 1.25rem; margin-bottom: 1rem; }
.footer-links a { color: #93c5fd; text-decoration: none; font-size: 0.88rem; }
.footer-links a:hover { color: #fff; }
.footer-copy { font-size: 0.86rem; color: rgba(226,232,255,0.45); line-height: 1.55; }

.wa-float, .cal-float {
  position: fixed; right: 18px; z-index: 400;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  color: #fff !important; text-decoration: none; border-radius: 999px;
  padding: 12px 16px; font-size: 0.85rem; font-weight: 600;
  min-width: 52px; min-height: 52px;
  overflow: visible;
}
.cal-float { bottom: 88px; background: #2563eb; }
.wa-float { bottom: 22px; background: #25D366; }
.float-ico {
  width: 22px; height: 22px; min-width: 22px; min-height: 22px;
  flex: 0 0 22px; display: block; background: #fff;
}
.wa-float .float-ico {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z'/%3E%3C/svg%3E") center / contain no-repeat;
}
.cal-float .float-ico {
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E") center / contain no-repeat;
}

.related {
  display: block;
  position: relative;
  z-index: 1;
  background: var(--surface);
  max-width: none;
  margin: 0;
  padding: 1.75rem 1.5rem 2.5rem;
  height: auto;
  border: 0;
}
.related h2 {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 1.15rem;
  margin: 0 auto 0.95rem;
  max-width: 1100px;
  color: var(--ink);
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  max-width: 1100px;
  margin: 0 auto;
}
.related a {
  display: block; background: #fff; border: 1px solid var(--border);
  border-radius: 10px; padding: 0.85rem 1rem; text-decoration: none; color: var(--ink);
  font-weight: 600; font-size: 0.92rem;
}
.related a span { display: block; font-weight: 400; color: var(--ink-soft); font-size: 0.82rem; margin-top: 0.25rem; }
.related a:hover { border-color: var(--accent); }

.grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1.15rem; margin: 0.4rem 0 1.5rem; }
.pkg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.pkg-card {
  background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 1.35rem 1.4rem;
  display: flex; flex-direction: column;
}
.pkg-card > p {
  margin: 0 0 0.85rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
  line-height: 1.65;
}
.pkg-card > p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 1.6rem;
}
.pkg-card .btn-primary {
  margin-top: auto;
  align-self: flex-start;
}
.pkg-card .pkg-icon {
  width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; margin-bottom: 0.7rem;
}
.pkg-card .pkg-icon svg { width: 22px; height: 22px; display: block; }
.pkg-card ul {
  margin: 0.65rem 0 1rem; padding: 0; list-style: none;
}
.pkg-card ul li {
  display: flex; align-items: flex-start; gap: 8px;
  color: var(--ink-soft); font-size: 0.94rem; line-height: 1.5; margin-bottom: 0.4rem;
}
.pkg-card ul li::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; margin-top: 0.45rem; flex-shrink: 0;
  background: var(--accent);
}
body.menu-open .wa-float, body.menu-open .cal-float { opacity: 0; pointer-events: none; }
.cal-float { animation: ctaPulse 2.6s ease-in-out infinite; }
@media (prefers-reduced-motion: reduce) {
  .hero-blob, .cal-float, .mobile-menu > a.cta { animation: none; }
}
.pkg-card h3 { margin: 0 0 0.35rem; font-size: 1.12rem; }
.pkg-card .pkg-type { font-size: 0.78rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin: 0 0 0.4rem; }
.enquiry-form { background: #fff; border: 1px solid var(--border); border-radius: 12px; padding: 1.5rem; }
.enquiry-form label { display: block; font-size: 0.78rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin: 0 0 0.35rem; }
.enquiry-form .form-group { margin-bottom: 1rem; }
.enquiry-form input, .enquiry-form select, .enquiry-form textarea {
  width: 100%; padding: 11px 12px; border: 1px solid var(--border); border-radius: 8px;
  font: inherit; background: #fff; color: var(--ink);
}
.enquiry-form textarea { min-height: 140px; resize: vertical; }
.enquiry-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.honeypot-wrap { position: absolute; left: -9999px; height: 0; overflow: hidden; }
.field-error { display: none; color: #b91c1c; font-size: 0.82rem; margin-top: 0.3rem; }
.field-error.show { display: block; }
.form-msg-success, .form-msg-error { margin-top: 1rem; padding: 0.85rem 1rem; border-radius: 8px; font-size: 0.92rem; }
.form-msg-success { background: #ecfdf5; color: #065f46; }
.form-msg-error { background: #fef2f2; color: #991b1b; }
.contact-split { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 1.5rem; align-items: start; }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-socials { display: none; }
  .burger { display: flex; }
  .grid-2, .grid-3, .pkg-grid, .related-grid, .contact-split, .enquiry-form .form-row { grid-template-columns: 1fr; }
  nav.site-nav { padding: 0 1.15rem; }
  .page-hero { padding: 2.75rem 1.25rem 2.2rem; }
  .wrap, .wrap-wide { padding: 2.1rem 1.25rem 2rem; }
  .page-hero h1 { font-size: 1.65rem; line-height: 1.28; }
}
@media (max-width: 600px) {
  .cal-float .float-label, .wa-float .float-label { display: none; }
  .cal-float, .wa-float {
    padding: 0; width: 52px; height: 52px; gap: 0;
  }
}
