:root {
  --blue: #1769e0;
  --blue-dark: #0d47a1;
  --navy: #07182f;
  --navy-soft: #10233f;
  --grey: #f3f6fa;
  --border: #d9e2ee;
  --text: #1d2939;
  --muted: #667085;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(7, 24, 47, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

a {
  color: inherit;
}

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

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--navy);
  border-radius: 6px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e5eaf2;
  position: relative;
  z-index: 50;
}

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

.header-inner {
  min-height: 64px;
}

.brand,
.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--white);
  background: linear-gradient(135deg, var(--blue), var(--blue-dark));
  border-radius: 8px;
}

.brand-text {
  font-size: 1.1rem;
}

.header-nav,
.site-nav,
.nav-menu,
.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
  flex-wrap: wrap;
}

.site-header .container,
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 64px;
}

.site-brand,
.logo,
.navbar-brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  max-width: 190px;
  overflow: hidden;
  text-decoration: none;
}

.site-brand img,
.logo img,
.navbar-brand img,
.site-logo {
  display: block !important;
  width: auto !important;
  height: auto !important;
  max-height: 34px !important;
  max-width: 190px !important;
  object-fit: contain !important;
}

.header-nav a {
  padding: 10px 12px;
  color: var(--navy-soft);
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
}

.header-nav a:hover,
.header-nav a.is-active {
  color: var(--blue-dark);
  background: #eef5ff;
}

.hero {
  padding: 92px 0 78px;
  color: var(--white);
  background:
    linear-gradient(120deg, rgba(7, 24, 47, 0.96), rgba(13, 71, 161, 0.88)),
    radial-gradient(circle at 82% 18%, rgba(23, 105, 224, 0.36), transparent 32%);
}

.hero-inner {
  max-width: 820px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #9cc6ff;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(2.4rem, 6vw, 4.7rem);
  line-height: 1.05;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.15;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 1.12rem;
  line-height: 1.25;
}

.hero-lead {
  max-width: 720px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.18rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--blue);
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
}

.btn:hover {
  background: var(--blue-dark);
}

.section {
  padding: 72px 0;
}

.section-muted {
  background: var(--grey);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 30px;
}

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

.service-card,
.calendar-card,
.contact-panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 8px 28px rgba(7, 24, 47, 0.06);
}

.service-card {
  min-height: 214px;
  padding: 26px;
}

.service-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  color: var(--blue-dark);
  background: #eef5ff;
  border-radius: 6px;
  font-weight: 800;
}

.service-card p,
.section-heading p,
.calendar-layout p,
.contact-panel p {
  color: var(--muted);
}

.calendar-layout {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 36px;
  align-items: start;
}

.calendar-card {
  padding: 18px;
}

.booking-placeholder {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 28px;
  text-align: center;
  background:
    linear-gradient(180deg, rgba(243, 246, 250, 0.78), rgba(255, 255, 255, 0.96)),
    repeating-linear-gradient(0deg, transparent, transparent 43px, rgba(217, 226, 238, 0.7) 44px);
  border: 1px dashed #9cb4d1;
  border-radius: 8px;
}

.booking-placeholder code {
  display: block;
  max-width: 100%;
  margin-top: 8px;
  padding: 12px;
  overflow-x: auto;
  color: var(--navy);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 0.9rem;
}

.calendar-card iframe {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
  border-radius: 8px;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  padding: 32px;
}

.contact-details p {
  margin-bottom: 12px;
}

.contact-details a {
  color: var(--blue-dark);
  font-weight: 700;
}

.privacy-note {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--border);
  font-size: 0.94rem;
}

.site-footer {
  padding: 24px 0;
  color: rgba(255, 255, 255, 0.78);
  background: var(--navy);
}

.site-footer a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
}

.site-footer .footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.site-footer .footer-social-link::before {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  color: var(--white);
  background: #0a66c2;
  border-radius: 4px;
  content: "in";
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 900px) {
  .header-inner {
    min-height: 60px;
    gap: 16px;
  }

  .header-nav {
    justify-content: flex-end;
    min-width: 0;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .calendar-layout,
  .contact-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .header-inner,
  .site-header .container {
    min-height: 60px;
  }

  .site-brand,
  .logo,
  .navbar-brand {
    max-width: 170px;
  }

  .site-brand img,
  .logo img,
  .navbar-brand img,
  .site-logo {
    max-height: 30px !important;
    max-width: 170px !important;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1120px);
  }

  .hero,
  .section {
    padding: 52px 0;
  }

  h1 {
    font-size: 2.35rem;
  }

  .header-inner {
    min-height: 58px;
    gap: 12px;
  }

  .header-nav {
    gap: 4px;
  }

  .header-nav a {
    padding: 8px 9px;
    white-space: nowrap;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .booking-placeholder {
    min-height: 420px;
    padding: 20px;
  }

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

  .btn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header-inner,
  .site-header .container {
    min-height: 58px;
    gap: 12px;
  }

  .site-brand,
  .logo,
  .navbar-brand {
    max-width: 150px;
  }

  .site-brand img,
  .logo img,
  .navbar-brand img,
  .site-logo {
    max-height: 28px !important;
    max-width: 150px !important;
  }
}

/* ============================================================
   HEADER / LOGO HARD OVERRIDES
   ============================================================ */

.site-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e5eaf2;
  position: relative;
  z-index: 100;
}

.site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 8px 0;
}

.site-header .site-brand {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 320px !important;
  max-width: 320px !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  flex: 0 0 320px !important;
  text-decoration: none !important;
}

.site-header .site-logo {
  display: block !important;
  width: 320px !important;
  max-width: 320px !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: left center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-header .site-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  flex: 1 1 auto;
}

@media (max-width: 768px) {
  .site-header .header-inner {
    min-height: 58px;
    padding: 8px 0;
    gap: 12px;
  }

  .site-header .site-brand {
    width: 160px !important;
    max-width: 160px !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    flex: 0 0 160px !important;
  }

  .site-header .site-logo {
    width: 160px !important;
    max-width: 160px !important;
    height: auto !important;
    max-height: none !important;
  }
}
