:root {
  --navy: #06142e;
  --navy2: #10254c;
  --blue: #1463ff;
  --blue2: #2478ff;
  --blue100: #eaf2ff;
  --teal: #19b8b0;
  --slate: #475569;
  --line: #e2e8f0;
  --soft: #f1f5f9;
  --white: #fff;
  --r: 28px;
  --shadow: 0 20px 55px rgba(6, 20, 46, 0.12);
  --card: 0 14px 35px rgba(6, 20, 46, 0.1);
  --container: 1160px;
  --header: 74px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy);
  background: var(--white);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--navy);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 999px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: var(--header);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(226, 232, 240, 0.8);
}

.nav-shell {
  min-height: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  min-width: 0;
}

.brand-icon,
.brand img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex: 0 0 44px;
}

.brand-name {
  display: inline-flex;
  align-items: baseline;
  gap: 0.25em;
  color: var(--navy);
  font-size: 1.16rem;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
  white-space: nowrap;
}

.brand-name strong {
  color: var(--blue);
  font-weight: 1000;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.primary-nav a {
  color: #334155;
  font-weight: 750;
  font-size: 0.95rem;
  padding: 10px 12px;
  border-radius: 999px;
  white-space: nowrap;
  transition: 0.16s;
}

.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--blue);
  background: var(--blue100);
}

.nav-cta {
  color: var(--white) !important;
  background: var(--navy);
  padding-inline: 18px !important;
  flex: 0 0 auto;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  cursor: pointer;
  position: relative;
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  height: 2px;
  background: var(--white);
  border-radius: 999px;
  transition: 0.18s;
}

.nav-toggle span {
  top: 22px;
}

.nav-toggle::before {
  top: 16px;
}

.nav-toggle::after {
  top: 28px;
}

.nav-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 54px;
  background:
    radial-gradient(circle at 78% 18%, rgba(20, 99, 255, 0.15), transparent 34%),
    radial-gradient(circle at 12% 12%, rgba(25, 184, 176, 0.12), transparent 30%),
    linear-gradient(180deg, #f8fbff 0%, var(--white) 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(20, 99, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(20, 99, 255, 0.08) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.36), transparent 72%);
  pointer-events: none;
}

.hero-grid {
  position: relative;
  display: grid;
  gap: 48px;
  align-items: center;
}

.hero-single {
  grid-template-columns: minmax(0, 900px);
}

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

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

h1 {
  max-width: 780px;
  font-size: clamp(2.55rem, 7vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.075em;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  line-height: 1;
  letter-spacing: -0.055em;
  margin-bottom: 18px;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.lead {
  color: var(--slate);
  font-size: clamp(1.06rem, 2vw, 1.25rem);
  max-width: 700px;
  margin-bottom: 28px;
}

.cta-row,
.hero-note {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(6, 20, 46, 0.14);
  background: var(--white);
  color: var(--navy);
  font-weight: 900;
  box-shadow: 0 8px 22px rgba(6, 20, 46, 0.08);
  transition: 0.16s;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(6, 20, 46, 0.14);
}

.button.primary {
  background: linear-gradient(135deg, var(--blue), var(--blue2));
  border-color: transparent;
  color: var(--white);
}

.hero-note {
  margin-top: 28px;
  gap: 10px;
}

.hero-note span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #334155;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.9rem;
  font-weight: 750;
}

.hero-note span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--teal);
}

.trust-strip {
  padding: 22px 0;
  background: var(--navy);
  color: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  overflow: hidden;
}

.trust-item {
  background: var(--navy);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  padding: 22px;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item strong,
.trust-item span {
  display: block;
}

.trust-item span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.section {
  padding: 94px 0;
}

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

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
  margin-bottom: 34px;
}

.section-heading > p,
.section-intro,
.price-note,
.service-card p,
.step p {
  color: var(--slate);
}

.section-heading > p,
.section-intro {
  max-width: 560px;
  font-size: 1.04rem;
}

.centered {
  display: block !important;
  text-align: center;
  max-width: 740px;
  margin-inline: auto;
}

.card-grid,
.steps-grid {
  display: grid;
  gap: 18px;
}

.services-grid {
  grid-template-columns: repeat(4, 1fr);
}

.service-card,
.step {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  box-shadow: var(--card);
  transition: 0.16s;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 99, 255, 0.34);
  box-shadow: 0 22px 48px rgba(6, 20, 46, 0.14);
}

.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 32px;
  border-radius: 999px;
  background: var(--blue100);
  color: var(--blue);
  font-size: 0.8rem;
  font-weight: 1000;
  margin-bottom: 28px;
}

.price-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  overflow: hidden;
  box-shadow: var(--card);
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row span {
  color: #334155;
  font-weight: 750;
}

.price-row strong {
  color: var(--blue);
  white-space: nowrap;
}

.price-note {
  margin: 18px 0 0;
  font-size: 0.96rem;
}

.steps-grid {
  grid-template-columns: repeat(3, 1fr);
}

.step-number {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--navy);
  color: var(--white);
  font-weight: 1000;
  margin-bottom: 24px;
}

.area-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.area-list li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 12px 16px;
  font-weight: 850;
  color: #334155;
  text-align: center;
}

.booking-section {
  background:
    radial-gradient(circle at 10% 10%, rgba(25, 184, 176, 0.11), transparent 28%),
    radial-gradient(circle at 86% 24%, rgba(20, 99, 255, 0.12), transparent 30%),
    var(--white);
}

.booking-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 52px;
  align-items: start;
}

.booking-form {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: var(--r);
  padding: 28px;
  box-shadow: var(--shadow);
}

.request-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 6px;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f8fbff;
}

.request-tab {
  min-height: 46px;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #334155;
  font-weight: 900;
  cursor: pointer;
  transition: 0.16s;
}

.request-tab:hover,
.request-tab:focus-visible {
  color: var(--blue);
  outline: 0;
}

.request-tab.is-active {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 10px 24px rgba(6, 20, 46, 0.16);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

label span {
  display: block;
  margin-bottom: 7px;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 14px;
  color: var(--navy);
  background: #fbfdff;
  outline: 0;
  transition: 0.16s;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(20, 99, 255, 0.13);
  background: var(--white);
}

textarea {
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.hidden,
.booking-form.is-enquiry [data-booking-field] {
  display: none;
}

.form-anchor {
  display: block;
  position: relative;
  top: -96px;
  height: 0;
}

.form-submit {
  margin-top: 18px;
  width: 100%;
  border: 0;
  cursor: default;
}

.form-message {
  margin: 14px 0 0;
  color: var(--slate);
  font-weight: 750;
}

.about-card {
  display: grid;
  grid-template-columns: 0.55fr 1fr;
  gap: 42px;
  align-items: start;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--card);
}

.about-card h2 {
  margin-bottom: 0;
}

.about-card .large-copy {
  text-align: left;
  margin-bottom: 0;
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
}

.large-copy {
  font-size: clamp(1.18rem, 2.4vw, 1.55rem);
  color: var(--slate);
}

.site-footer {
  padding: 38px 0 42px;
  background: #030a19;
  color: var(--white);
}

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

.footer-brand .brand-icon {
  width: 36px;
  height: 36px;
  flex-basis: 36px;
}

.footer-brand .brand-name {
  color: var(--white);
  font-size: 1rem;
}

.footer-brand .brand-name strong {
  color: var(--blue2);
}

.footer-compact p,
.site-footer p {
  color: rgba(255, 255, 255, 0.66);
}

.footer-compact p {
  margin: 12px 0 0;
  max-width: 420px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 18px;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.footer-bottom {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.mobile-action-bar {
  display: none;
}

body.hero-in-view .mobile-action-bar {
  opacity: 0;
  pointer-events: none;
  transform: translateY(110%);
}

@media (max-width: 1040px) {
  .nav-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: fixed;
    top: var(--header);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 6px;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-12px);
    visibility: hidden;
    transition: 0.18s;
  }

  .primary-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .primary-nav a {
    border-radius: 14px;
    padding: 13px 14px;
  }

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

  .trust-item {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .trust-item:nth-child(even) {
    border-right: 0;
  }

  .trust-item:last-child {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

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

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

  .area-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .about-card {
    grid-template-columns: 1fr;
  }

  .footer-compact {
    display: grid;
    gap: 24px;
  }

  .footer-links {
    justify-content: flex-start;
  }
}

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

  .brand-icon,
  .brand img {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .brand-name {
    font-size: 1rem;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .primary-nav {
    position: fixed;
    top: var(--header);
    left: 14px;
    right: 14px;
    display: grid;
    gap: 6px;
    padding: 18px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
    opacity: 0;
    transform: translateY(-12px);
    visibility: hidden;
    transition: 0.18s;
  }

  .primary-nav.is-open {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .primary-nav a {
    border-radius: 14px;
    padding: 13px 14px;
  }

  .hero {
    padding: 56px 0 36px;
  }

  h1 {
    font-size: clamp(2.8rem, 14vw, 4.45rem);
  }

  .section {
    padding: 70px 0;
  }

  .section-heading {
    display: block;
  }

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

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

  .mobile-action-bar {
    position: fixed;
    z-index: 45;
    left: 14px;
    right: 14px;
    bottom: 14px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--line);
    border-radius: 999px;
    backdrop-filter: blur(18px);
    box-shadow: var(--shadow);
    opacity: 1;
    transform: translateY(0);
    transition: 0.2s ease;
  }

  .mobile-action-bar .button {
    min-height: 44px;
    padding: 8px 12px;
  }
}

@media (max-width: 620px) {
  .services-grid,
  .area-list {
    grid-template-columns: 1fr;
  }

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

  .trust-item,
  .trust-item:nth-child(even),
  .trust-item:last-child {
    grid-column: auto;
    border-right: 0;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .price-row {
    display: block;
  }

  .price-row strong {
    display: block;
    margin-top: 4px;
  }

  .about-card {
    padding: 22px;
  }

  .request-tabs {
    grid-template-columns: 1fr;
  }

  .site-footer {
    padding-bottom: 120px;
  }
}

@media (max-width: 380px) {
  .brand-name {
    font-size: 0.92rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}
