:root {
  --blue: #5e7045;
  --blue-hover: #495936;
  --navy: #293a31;
  --ink: #202925;
  --muted: #68736d;
  --line: #dde3da;
  --soft: #f6f5ef;
  --soft-blue: #edf1e7;
  --yellow: #d4a63c;
  --white: #fffefa;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
button, a, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; }
a { text-decoration: none; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.wrap { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }

.header { position: absolute; inset: 0 0 auto; z-index: 20; height: 76px; background: #fbfaf5; }
.header::after { content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 150px; pointer-events: none; background: linear-gradient(180deg, #fbfaf5 0%, rgba(251,250,245,.94) 22%, rgba(251,250,245,.66) 48%, rgba(251,250,245,.26) 72%, transparent 100%); }
.header-row { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: -.045em; }
.logo small { font-size: inherit; color: var(--blue); }
.ant-mark { position: relative; display: inline-block; width: 30px; height: 24px; }
.ant-mark i { position: absolute; top: 7px; background: var(--navy); border-radius: 50%; }
.ant-mark i:nth-child(1) { left: 0; width: 8px; height: 8px; }
.ant-mark i:nth-child(2) { left: 8px; width: 11px; height: 11px; }
.ant-mark i:nth-child(3) { left: 17px; width: 13px; height: 14px; }
.ant-mark::before, .ant-mark::after { content: ""; position: absolute; top: 2px; width: 8px; height: 6px; border-top: 2px solid var(--navy); }
.ant-mark::before { left: 3px; transform: rotate(32deg); }
.ant-mark::after { left: 11px; transform: rotate(-28deg); }
.header-phone { display: inline-flex; align-items: center; gap: 9px; color: var(--navy); font-size: 16px; font-weight: 800; }
.header-phone svg { width: 21px; height: 21px; color: var(--blue); }

.hero { position: relative; overflow: hidden; padding-top: 76px; background: #fbfaf5; }
.hero::before { content: ""; position: absolute; z-index: 2; inset: 0; pointer-events: none; background: linear-gradient(90deg, #fbfaf5 0%, rgba(251,250,245,.96) 31%, rgba(251,250,245,.56) 39%, rgba(251,250,245,.12) 46%, transparent 53%); }
.hero-scene { position: absolute; z-index: 1; inset: 0; overflow: hidden; }
.hero-scene img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hero-row { position: relative; z-index: 3; min-height: 730px; display: flex; align-items: center; }
.hero-copy { position: relative; z-index: 4; padding: 58px 0 45px; }
.live-label { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 24px; color: var(--navy); font-size: 13px; font-weight: 800; }
.live-label i { width: 9px; height: 9px; border-radius: 50%; background: #29a465; box-shadow: 0 0 0 5px rgba(41, 164, 101, .13); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 25px; font-size: clamp(58px, 6.3vw, 88px); line-height: .96; letter-spacing: -.065em; font-weight: 800; }
h1 span { color: var(--blue); }
.lead { max-width: 555px; margin-bottom: 30px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 58px; padding: 15px 23px; border: 2px solid transparent; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: 16px; font-weight: 800; transition: transform .18s, background .18s, border-color .18s; }
.button:hover { transform: translateY(-2px); }
.primary { background: var(--blue); color: white; box-shadow: 0 12px 26px rgba(73, 89, 54, .22); }
.primary:hover { background: var(--blue-hover); }
.outline { background: rgba(255, 255, 255, .74); border-color: #c9cfc5; color: var(--navy); }
.outline:hover { border-color: var(--blue); }
.call-now { width: fit-content; display: flex; align-items: center; gap: 10px; margin-top: 21px; color: var(--muted); font-size: 13px; }
.call-now strong { color: var(--navy); font-size: 18px; }
.call-now svg { width: 18px; height: 18px; color: var(--blue); }
.hero-facts { display: flex; gap: 25px; margin-top: 32px; }
.hero-facts span { display: flex; flex-direction: column; gap: 3px; }
.hero-facts b { color: var(--navy); font-size: 14px; }
.hero-facts small { color: var(--muted); font-size: 11px; }

.services, .booking { padding: 105px 0; }
.heading { max-width: 680px; margin: 0 auto 48px; text-align: center; }
.overline { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.heading h2, .booking-title h2, .night-card h2 { margin: 0; font-size: clamp(39px, 4.3vw, 58px); line-height: 1.06; letter-spacing: -.05em; font-weight: 800; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.service { min-height: 154px; display: grid; grid-template-columns: 58px 1fr auto; grid-template-rows: auto auto; align-items: center; gap: 5px 17px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; background: white; text-align: left; transition: border-color .18s, box-shadow .18s, transform .18s; }
.service:hover { transform: translateY(-2px); border-color: #bec9b9; box-shadow: 0 14px 34px rgba(41, 58, 49, .07); }
.service > span { grid-row: 1 / 3; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 16px; background: var(--soft-blue); color: var(--blue); }
.service > b { align-self: end; font-size: 19px; }
.service > small { align-self: start; color: var(--muted); font-size: 14px; }
.service > em { grid-column: 3; grid-row: 1 / 3; color: var(--blue); font-size: 0; font-style: normal; }
.service > em svg { width: 22px; height: 22px; }
.other { margin: 25px auto 0; padding: 10px; display: flex; align-items: center; gap: 8px; border: 0; background: none; color: var(--blue); font-size: 15px; font-weight: 800; }
.other svg { width: 19px; height: 19px; }

.night-help { padding: 0 0 105px; }
.night-card { min-height: 245px; display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 28px; padding: 46px 50px; border-radius: 30px; background: var(--navy); color: white; box-shadow: 0 22px 50px rgba(41, 58, 49, .16); }
.night-icon { width: 70px; height: 70px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.09); color: var(--yellow); }
.night-icon svg { width: 32px; height: 32px; }
.night-card p { margin-bottom: 10px; color: var(--yellow); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.night-card h2 { margin-bottom: 11px; font-size: clamp(32px, 3.5vw, 48px); }
.night-card div > span { color: rgba(255,255,255,.68); font-size: 15px; line-height: 1.5; }
.night-button { background: white; color: var(--navy); }

.steps { padding: 100px 0; background: var(--soft); }
.steps ol { max-width: 980px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; list-style: none; }
.steps li { display: flex; gap: 18px; }
.steps strong { flex: 0 0 48px; width: 48px; height: 48px; display: grid; place-items: center; border-radius: 50%; background: var(--yellow); color: var(--navy); font-size: 17px; }
.steps b { font-size: 19px; }
.steps p { margin: 7px 0 0; color: var(--muted); font-size: 14px; line-height: 1.6; }

.booking { scroll-margin-top: 20px; background: white; }
.booking-row { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 76px; }
.booking-title { padding-top: 20px; }
.booking-title h2 { margin-bottom: 20px; }
.booking-title > p:last-child { max-width: 340px; color: var(--muted); font-size: 16px; line-height: 1.65; }
.booking-box { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: white; box-shadow: 0 22px 55px rgba(41, 58, 49, .07); }
#booking-form { display: grid; gap: 19px; }
.netlify-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.choice { margin: 0; padding: 0; border: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.choice legend { width: 100%; margin-bottom: 11px; font-size: 15px; font-weight: 800; }
.choice button { min-height: 79px; padding: 13px 14px; display: flex; align-items: center; gap: 12px; border: 2px solid var(--line); border-radius: 13px; background: white; text-align: left; }
.choice button.selected { border-color: var(--blue); background: #f4f7f0; }
.choice button svg { color: var(--blue); }
.choice button span { display: flex; flex-direction: column; }
.choice b { font-size: 15px; }
.choice small { margin-top: 3px; color: var(--muted); font-size: 12px; }
.booking-box label { display: grid; gap: 8px; font-size: 15px; font-weight: 800; }
.booking-box input, .booking-box select, .booking-box textarea { width: 100%; padding: 14px 15px; border: 2px solid var(--line); border-radius: 11px; background: white; outline: none; resize: vertical; font-size: 16px; font-weight: 400; }
.booking-box input:focus, .booking-box select:focus, .booking-box textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(94, 112, 69, .13); }
.two { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.date-row[hidden] { display: none; }
.submit { width: 100%; margin-top: 4px; }
.submit:disabled { cursor: wait; opacity: .72; transform: none; }
.form-note { margin: -2px 0 0; color: var(--muted); font-size: 11px; line-height: 1.55; text-align: center; }
.form-note a { color: var(--blue); }
.ready { min-height: 460px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.ready > span { width: 72px; height: 72px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--soft-blue); color: var(--blue); }
.ready > span svg { width: 34px; height: 34px; }
.ready h3 { margin-bottom: 12px; font-size: 32px; }
.ready p { max-width: 430px; color: var(--muted); font-size: 16px; line-height: 1.6; }
.ready .button { margin-top: 10px; }
.ready > button { margin-top: 22px; border: 0; background: none; color: var(--muted); font-size: 14px; }
.success-card { max-width: 720px; min-height: 470px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.success-mark { width: 72px; height: 72px; margin-bottom: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--soft-blue); color: var(--blue); font-size: 34px; font-weight: 800; }
.success-card h1 { margin-bottom: 15px; font-size: clamp(40px, 6vw, 66px); }
.success-card > p { max-width: 520px; margin-bottom: 28px; }
.success-card .success-close { min-width: 180px; color: white; }
.success-card .success-close:hover { color: white; }

footer { padding: 58px 0 28px; border-top: 1px solid var(--line); background: white; }
.footer-main { display: grid; grid-template-columns: 1.4fr .8fr 1fr; align-items: start; gap: 50px; padding-bottom: 42px; }
.footer-brand p { margin: 13px 0 0; color: var(--muted); font-size: 13px; }
.footer-contact, .footer-legal { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-contact span { color: var(--muted); font-size: 12px; }
.footer-contact a { color: var(--navy); font-size: 18px; font-weight: 800; }
.footer-legal a { color: var(--muted); font-size: 13px; }
.footer-legal a:hover { color: var(--blue); }
.footer-bottom { padding-top: 23px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #98a2b3; font-size: 11px; }
.footer-bottom a { color: #98a2b3; }
.mobile-help { display: none; }

.legal-page .header { position: relative; background: white; border-bottom: 1px solid var(--line); }
.legal-page .header::after { display: none; }
.legal-main { min-height: 70vh; padding: 72px 0 100px; background: var(--soft); }
.legal-card { max-width: 820px; margin: 0 auto; padding: 48px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 35px; color: var(--blue); font-weight: 800; }
.legal-card h1 { margin-bottom: 18px; font-size: clamp(40px, 5vw, 60px); }
.legal-card > p { color: var(--muted); font-size: 16px; line-height: 1.7; }
.legal-card h2 { margin: 36px 0 12px; color: var(--navy); font-size: 23px; }
.legal-card ul { padding-left: 22px; color: var(--muted); line-height: 1.7; }
.legal-card a { color: var(--blue); }
.legal-note { margin-top: 34px; padding: 18px; border-radius: 13px; background: var(--soft-blue); color: var(--navy) !important; }

@media (max-width: 980px) {
  .hero::before { background: linear-gradient(180deg, #fbfaf5 0%, #fbfaf5 46%, rgba(251,250,245,.9) 50%, rgba(251,250,245,.12) 59%, transparent 66%); }
  .hero-row { min-height: 1020px; align-items: flex-start; padding-top: 72px; }
  .hero-copy { max-width: 700px; padding-bottom: 0; }
  .hero-scene { top: auto; bottom: 0; height: 570px; }
  .hero-scene img { object-position: right center; }
  .header::after { height: 125px; }
  .night-card { grid-template-columns: 70px 1fr; }
  .night-button { grid-column: 2; width: fit-content; }
  .booking-row { gap: 45px; }
}
@media (max-width: 700px) {
  .wrap { width: min(100% - 32px, 1160px); }
  .header { height: 66px; }
  .header-phone span { display: none; }
  .header-phone svg { width: 25px; height: 25px; }
  .hero { padding-top: 66px; }
  .hero::before { background: linear-gradient(180deg, #fbfaf5 0%, #fbfaf5 52%, rgba(251,250,245,.88) 56%, rgba(251,250,245,.1) 63%, transparent 69%); }
  .hero-row { min-height: 990px; padding-top: 49px; }
  .hero-copy { padding: 0; }
  .live-label { margin-bottom: 18px; font-size: 12px; }
  h1 { font-size: 51px; }
  .lead { font-size: 16px; line-height: 1.6; }
  .actions { display: grid; }
  .actions .button { width: 100%; }
  .call-now { width: 100%; justify-content: center; }
  .hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .hero-facts small { line-height: 1.3; }
  .hero-scene { height: 455px; }
  .hero-scene img { object-position: 78% center; }
  .header::after { height: 100px; }
  .services, .booking, .steps { padding: 76px 0; }
  .heading { margin-bottom: 34px; text-align: left; }
  .heading h2, .booking-title h2 { font-size: 39px; }
  .service-grid { grid-template-columns: 1fr; }
  .service { min-height: 135px; padding: 20px; grid-template-columns: 54px 1fr auto; }
  .service > span { width: 54px; height: 54px; }
  .service > b { font-size: 17px; }
  .service > small { font-size: 13px; }
  .night-help { padding-bottom: 76px; }
  .night-card { grid-template-columns: 1fr; gap: 20px; padding: 32px 26px; border-radius: 22px; }
  .night-icon { width: 58px; height: 58px; }
  .night-card h2 { font-size: 35px; }
  .night-button { grid-column: 1; width: 100%; }
  .steps ol { grid-template-columns: 1fr; gap: 30px; }
  .booking-row { grid-template-columns: 1fr; gap: 30px; }
  .booking-box { padding: 23px 17px; }
  .choice, .two { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { display: grid; gap: 7px; }
  .mobile-help { position: fixed; z-index: 30; left: 16px; right: 16px; bottom: 13px; min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 0; border-radius: 14px; background: var(--blue); color: white; box-shadow: 0 13px 32px rgba(40,117,251,.28); font-weight: 800; }
  footer { padding-bottom: 96px; }
  .legal-main { padding: 35px 0 70px; }
  .legal-card { padding: 27px 20px; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; } }
