:root {
  --ink: #111722;
  --ink-2: #1b2431;
  --night: #0b1018;
  --paper: #ffffff;
  --surface: #f4f5f7;
  --surface-2: #e9edf1;
  --line: #dce1e6;
  --muted: #626d7b;
  --accent: #f6b73c;
  --accent-dark: #d9920a;
  --success: #3ecf8e;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 30px;
  --shadow: 0 20px 55px rgba(11, 16, 24, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--surface);
  color: var(--ink);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 11px 15px; background: var(--accent); color: var(--night); font-weight: 800; text-decoration: none; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.hero {
  position: relative;
  overflow: hidden;
  color: var(--paper);
  background:
    radial-gradient(circle at 88% 12%, rgba(246, 183, 60, 0.18), transparent 24rem),
    linear-gradient(135deg, #090d13 0%, #111925 58%, #1b2634 100%);
  padding-bottom: 90px;
}
.hero::after {
  content: "";
  position: absolute;
  width: 380px;
  height: 380px;
  right: -190px;
  bottom: -260px;
  border: 70px solid rgba(255, 255, 255, 0.025);
  border-radius: 50%;
}

.nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; text-decoration: none; flex: 0 0 auto; }
.brand-mark { display: inline-flex; align-items: center; min-height: 38px; padding: 5px 10px; border-radius: 8px; background: var(--accent); color: var(--night); font-weight: 950; letter-spacing: -1.2px; }
.brand-text { font-size: .82rem; font-weight: 850; letter-spacing: 2.4px; }
.nav-links { display: flex; align-items: center; gap: 26px; margin-left: auto; }
.nav-links a, .nav-call { color: #d9dee5; font-size: .88rem; font-weight: 700; text-decoration: none; }
.nav-links a:hover, .nav-call:hover { color: var(--accent); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.nav-cta { padding: 10px 16px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: var(--paper); font-size: .87rem; font-weight: 800; text-decoration: none; }
.nav-cta:hover { border-color: var(--accent); color: var(--accent); }

.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(340px, .84fr); align-items: center; gap: 64px; padding-top: 86px; }
.eyebrow { margin: 0 0 14px; color: #65717f; font-size: .73rem; font-weight: 900; letter-spacing: 2.2px; text-transform: uppercase; }
.eyebrow.accent { color: var(--accent); }
.hero h1 { max-width: 760px; margin: 0 0 24px; font-size: clamp(3.6rem, 7.6vw, 6.7rem); line-height: .91; letter-spacing: -.07em; }
.subhead { max-width: 650px; margin: 0 0 32px; color: #c7ced7; font-size: clamp(1.03rem, 2vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 50px; padding: 13px 18px; border: 0; border-radius: var(--radius-sm); cursor: pointer; font-weight: 850; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid rgba(246, 183, 60, .42); outline-offset: 3px; }
.btn.primary { background: var(--accent); color: var(--night); }
.btn.primary:hover { background: #ffc95b; }
.btn.secondary { border: 1px solid rgba(255,255,255,.24); background: transparent; color: var(--paper); }
.btn.secondary:hover { border-color: rgba(255,255,255,.55); }
.direct-contact { display: flex; flex-wrap: wrap; gap: 7px 10px; align-items: center; margin-top: 22px; color: #99a4b1; font-size: .88rem; }
.direct-contact a { color: var(--paper); font-weight: 800; text-decoration: none; }
.direct-contact a:hover { color: var(--accent); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 40px; color: #b4bdc8; font-size: .8rem; font-weight: 700; }
.trust-row span { display: inline-flex; align-items: center; gap: 8px; }
.trust-row span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

.hero-card { padding: 31px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius-lg); background: rgba(255,255,255,.075); box-shadow: 0 32px 70px rgba(0,0,0,.28); backdrop-filter: blur(12px); }
.availability { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; padding: 7px 10px; border-radius: 999px; background: rgba(255,255,255,.07); color: #dbe1e8; font-size: .75rem; font-weight: 800; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 5px rgba(62,207,142,.1); }
.card-label { margin: 0; color: var(--accent); font-size: .68rem; font-weight: 900; letter-spacing: 2.1px; }
.hero-card h2 { margin: 6px 0 12px; font-size: clamp(1.8rem, 3vw, 2.4rem); line-height: 1.05; letter-spacing: -.04em; }
.hero-card > p:not(.card-label) { margin: 0; color: #bec6d0; }
.response-list { display: grid; gap: 0; margin-top: 27px; }
.response-list > div { display: flex; gap: 14px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.1); }
.response-list > div > span { color: var(--accent); font-size: .72rem; font-weight: 900; }
.response-list p { margin: 0; }
.response-list strong, .response-list small { display: block; }
.response-list strong { color: #f4f6f8; font-size: .91rem; }
.response-list small { margin-top: 2px; color: #8f9aa7; font-size: .78rem; }

.section { padding: 100px 0; }
.section-heading { max-width: 720px; margin-bottom: 42px; }
.section-heading h2, .contact-wrap h2, .service-banner h2 { margin: 0; font-size: clamp(2.25rem, 5vw, 4.1rem); line-height: 1; letter-spacing: -.055em; }
.section-heading > p:last-child { color: var(--muted); }
.split-heading { max-width: none; display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 60px; }
.split-heading > p { max-width: 470px; margin: 0 0 5px; font-size: 1.02rem; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 330px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper); }
.service-card:hover { z-index: 1; box-shadow: var(--shadow); }
.service-number { position: absolute; top: 26px; right: 26px; color: #aab2bc; font-size: .72rem; font-weight: 900; }
.service-icon { display: inline-flex; align-items: center; justify-content: center; min-width: 54px; height: 54px; padding: 0 10px; border-radius: 50%; background: var(--ink); color: var(--accent); font-size: .68rem; font-weight: 950; letter-spacing: .5px; }
.service-card h3 { margin: 30px 0 10px; font-size: 1.22rem; }
.service-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.service-link { position: absolute; left: 27px; bottom: 26px; color: var(--ink); font-size: .82rem; font-weight: 850; text-decoration: none; }
.service-link span { color: var(--accent-dark); margin-left: 4px; }
.service-link:hover { color: var(--accent-dark); }

.service-banner { padding: 66px 0; background: var(--ink); color: var(--paper); }
.service-banner-inner { display: flex; justify-content: space-between; align-items: center; gap: 48px; }
.service-banner h2 { max-width: 700px; font-size: clamp(2.1rem, 4.3vw, 3.7rem); }
.banner-actions { display: flex; flex-direction: column; min-width: 230px; gap: 10px; }

.how-section { padding: 92px 0; background: #111722; color: var(--paper); }
.section-heading.light h2 { color: var(--paper); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step { padding: 25px 4px 0 0; border-top: 1px solid #3a4350; }
.step > span { color: var(--accent); font-size: .77rem; font-weight: 900; }
.step h3 { margin: 26px 0 8px; font-size: 1.25rem; }
.step p { max-width: 320px; margin: 0; color: #aeb7c2; }

.booking-section { background: var(--surface-2); }
.booking-wrap { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 58px; align-items: start; }
.booking-intro { position: sticky; top: 28px; }
.booking-intro h2 { margin: 0 0 20px; font-size: clamp(2.4rem, 5vw, 4.25rem); line-height: .98; letter-spacing: -.06em; }
.booking-intro > p { color: var(--muted); font-size: 1.02rem; }
.booking-note { margin-top: 30px; padding: 21px; border-radius: var(--radius-md); background: var(--ink); color: var(--paper); }
.booking-note p { margin: 5px 0 12px; color: #b7c0cb; font-size: .9rem; }
.safety-contacts { display: grid; gap: 8px; }
.safety-contact { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 7px; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.12); }
.safety-contact span { color: var(--paper); font-size: .84rem; font-weight: 850; }
.safety-contact a { padding: 6px 8px; border: 1px solid #46505d; border-radius: 7px; color: var(--accent); font-size: .72rem; font-weight: 850; text-decoration: none; }
.safety-contact a:hover { border-color: var(--accent); }
.booking-points { margin-top: 24px; color: #4d5966; font-size: .88rem; font-weight: 700; }
.booking-points p { margin: 8px 0; }
.booking-points span { margin-right: 7px; color: var(--accent-dark); }

.booking-form { padding: 34px; border: 1px solid var(--line); border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }
.form-header { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 31px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.form-header span { font-weight: 900; }
.form-header p { margin: 0; color: #85909c; font-size: .78rem; }
fieldset { min-width: 0; margin: 0 0 32px; padding: 0; border: 0; }
legend { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; font-size: 1rem; font-weight: 900; }
legend span { display: inline-flex; align-items: center; justify-content: center; width: 25px; height: 25px; border-radius: 50%; background: var(--ink); color: var(--accent); font-size: .68rem; }
.form-row { display: grid; gap: 8px 14px; }
.form-row.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.form-row.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.form-row + .form-row, .spaced-row { margin-top: 14px; }
label { color: #3d4753; font-size: .79rem; font-weight: 800; }
input, select, textarea { width: 100%; min-width: 0; min-height: 48px; padding: 12px; border: 1px solid #cfd6dd; border-radius: 10px; outline: none; background: var(--paper); color: var(--ink); }
label > input, label > select { margin-top: 7px; }
input::placeholder, textarea::placeholder { color: #98a1ac; }
input:hover, select:hover, textarea:hover { border-color: #a7b0ba; }
input:focus, select:focus, textarea:focus { border-color: var(--accent-dark); box-shadow: 0 0 0 3px rgba(246,183,60,.16); }
textarea { display: block; min-height: 130px; margin-top: 7px; resize: vertical; }
.checkbox-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.service-type-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.service-type-card { display: flex; align-items: flex-start; gap: 11px; min-height: 112px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: #fafbfc; cursor: pointer; }
.service-type-card:hover { border-color: #b6bec8; }
.service-type-card:has(input:checked) { border-color: var(--accent-dark); background: #fff9eb; box-shadow: inset 0 0 0 1px var(--accent-dark); }
.service-type-card input { width: 18px; min-height: 18px; height: 18px; margin: 3px 0 0; accent-color: var(--accent-dark); flex: 0 0 auto; }
.service-type-card strong, .service-type-card small { display: block; }
.service-type-card strong { color: var(--ink); font-size: 1rem; }
.service-type-card small { margin-top: 5px; color: var(--muted); font-size: .73rem; line-height: 1.4; }
.field-label { margin: 24px 0 10px; color: #3d4753; font-size: .79rem; font-weight: 800; }
.conditional-fields[hidden] { display: none; }
.check, .contact-choice, .consent { display: flex; align-items: flex-start; gap: 10px; padding: 13px; border: 1px solid var(--line); border-radius: 11px; background: #fafbfc; cursor: pointer; }
.check:hover, .contact-choice:hover { border-color: #b6bec8; }
.check:has(input:checked), .contact-choice:has(input:checked) { border-color: var(--accent-dark); background: #fff9eb; }
.check input, .contact-choice input, .consent input { width: 17px; min-height: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--accent-dark); flex: 0 0 auto; }
.field-error { min-height: 18px; margin: 7px 0 0; color: #b42318; font-size: .78rem; font-weight: 700; }
.location-tools { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.location-btn { min-height: 43px; padding: 9px 14px; background: var(--ink); color: var(--paper); font-size: .82rem; }
.geo-status { color: var(--muted); font-size: .79rem; }
.contact-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.contact-choice small, .contact-choice strong { display: block; }
.contact-choice small { color: var(--muted); font-size: .68rem; }
.contact-choice strong { margin-top: 2px; color: var(--ink); font-size: .92rem; }
.consent { margin: 3px 0 18px; cursor: pointer; }
.consent span { font-size: .78rem; line-height: 1.4; }
.submit-btn { width: 100%; background: var(--ink); color: var(--paper); }
.submit-btn:hover { background: #202a38; }
.submit-btn span { color: var(--accent); }
.form-status { margin: 11px 0 0; color: #7d8792; text-align: center; font-size: .75rem; }

.contact-section { padding: 92px 0; background: var(--night); color: var(--paper); }
.contact-wrap { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; }
.contact-wrap > div:first-child > p:last-child { max-width: 500px; color: #aab4c0; }
.contact-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-card { padding: 24px; border: 1px solid #333d4b; border-radius: var(--radius-md); background: #151d28; }
.contact-card > span { display: block; color: #83909e; font-size: .72rem; font-weight: 850; text-transform: uppercase; letter-spacing: 1px; }
.contact-number { display: block; margin: 14px 0 18px; color: var(--paper); font-size: clamp(1.3rem, 2.5vw, 1.65rem); font-weight: 900; text-decoration: none; letter-spacing: -.03em; }
.contact-card > div { display: flex; gap: 8px; }
.contact-card > div a { flex: 1; padding: 9px 8px; border: 1px solid #3a4553; border-radius: 9px; color: #ccd3dc; text-align: center; font-size: .77rem; font-weight: 800; text-decoration: none; }
.contact-card > div a:hover { border-color: var(--accent); color: var(--accent); }
.email-card { grid-column: 1 / -1; }
.contact-email { overflow-wrap: anywhere; }

footer { padding: 38px 0; background: #070a0f; color: var(--paper); }
.footer-wrap { display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.footer-brand { margin-bottom: 12px; }
.footer-wrap p { margin: 4px 0; color: #778391; font-size: .8rem; }
.footer-right { text-align: right; }
.footer-right a { color: inherit; text-decoration: none; }
.footer-right a:hover { color: var(--accent); }
.mobile-contact-bar { display: none; }

@media (max-width: 960px) {
  .nav-links { display: none; }
  .nav-actions { margin-left: auto; }
  .hero-inner, .booking-wrap, .contact-wrap { grid-template-columns: 1fr; }
  .hero-inner { gap: 45px; padding-top: 60px; }
  .hero-card { max-width: 650px; }
  .split-heading { grid-template-columns: 1fr; gap: 18px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-intro { position: static; max-width: 700px; }
  .contact-wrap { gap: 36px; }
}

@media (max-width: 720px) {
  body { padding-bottom: 66px; }
  .container { width: min(100% - 28px, 1160px); }
  .nav { min-height: 70px; }
  .nav-call { display: none; }
  .nav-cta { padding: 9px 12px; }
  .hero { padding-bottom: 65px; }
  .hero-inner { padding-top: 50px; }
  .hero h1 { font-size: clamp(3.15rem, 16vw, 4.7rem); }
  .hero-actions .btn { flex: 1 1 180px; }
  .trust-row { gap: 11px 16px; margin-top: 28px; }
  .section { padding: 72px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .service-banner-inner { align-items: flex-start; flex-direction: column; }
  .banner-actions { width: 100%; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .form-row.two, .form-row.three { grid-template-columns: 1fr; }
  .checkbox-grid, .service-type-grid, .contact-choice-grid, .contact-cards { grid-template-columns: 1fr; }
  .email-card { grid-column: auto; }
  .service-type-card { min-height: auto; }
  .booking-form { padding: 22px 18px; border-radius: 20px; }
  .form-header { align-items: flex-start; flex-direction: column; gap: 3px; }
  .footer-wrap { display: block; }
  .footer-right { margin-top: 20px; text-align: left; }
  .mobile-contact-bar { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(7,10,15,.97); box-shadow: 0 -8px 24px rgba(0,0,0,.18); }
  .mobile-contact-bar a { min-height: 45px; display: flex; align-items: center; justify-content: center; color: var(--paper); font-size: .82rem; font-weight: 900; text-decoration: none; }
  .mobile-contact-bar a:last-child { border-radius: 9px; background: var(--accent); color: var(--night); }
}

@media (max-width: 420px) {
  .brand-text { font-size: .72rem; letter-spacing: 1.7px; }
  .nav-cta { display: none; }
  .direct-contact { max-width: 300px; }
  .contact-divider { display: none; }
  .hero-card { padding: 24px 20px; }
  .safety-contact { grid-template-columns: 1fr 1fr; }
  .safety-contact span { grid-column: 1 / -1; }
  .safety-contact a { text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
