:root {
  --ink: #15231f;
  --forest: #18352d;
  --forest-2: #224c3f;
  --sage: #dfe9df;
  --cream: #f5f0e5;
  --paper: #fffdf8;
  --sand: #dac8a8;
  --orange: #d5683d;
  --orange-dark: #a84728;
  --line: rgba(21, 35, 31, .14);
  --muted: #65716c;
  --shadow: 0 24px 70px rgba(22, 45, 37, .12);
  --radius: 26px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
a { color: inherit; }
button, input, select { font: inherit; }
img { max-width: 100%; display: block; }

.site-header { position: sticky; top: 0; z-index: 30; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 82px; padding: 13px clamp(20px, 5vw, 72px); background: rgba(255, 253, 248, .92); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: white; background: var(--forest); font-family: Georgia, serif; font-size: 30px; font-weight: 700; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-text strong { letter-spacing: .08em; }
.brand-text small { margin-top: 6px; color: var(--muted); font-size: 11px; letter-spacing: .06em; }
.desktop-nav { display: flex; gap: 26px; }
.desktop-nav a { text-decoration: none; font-size: 14px; font-weight: 650; }
.desktop-nav a:hover { color: var(--orange-dark); }

.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; padding-block: clamp(70px, 9vw, 120px); }
.narrow { width: min(850px, calc(100% - 40px)); text-align: center; }
.eyebrow { margin: 0 0 16px; color: var(--orange-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.light { color: #f3c5ad; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(44px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; }
h1 span { color: var(--orange); }
h2 { margin-bottom: 24px; font-size: clamp(34px, 4.4vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
h3 { font-size: 26px; line-height: 1.1; letter-spacing: -.025em; }
.lead { max-width: 720px; color: #46534e; font-size: clamp(18px, 2vw, 22px); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 20px; min-height: 54px; padding: 0 24px; border: 0; border-radius: 16px; color: white; background: var(--orange); font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 12px 30px rgba(213, 104, 61, .2); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--orange-dark); }
.button:disabled { cursor: not-allowed; opacity: .58; transform: none; }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 14px; }
.text-link, .card-link { font-weight: 800; text-decoration: none; }
.text-link:hover, .card-link:hover { color: var(--orange-dark); }

.hero { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: clamp(36px, 6vw, 90px); min-height: 700px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin: 32px 0 38px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
.hero-facts li { padding: 18px 0; border-top: 1px solid var(--line); }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { font-size: 18px; }
.hero-facts span { color: var(--muted); font-size: 13px; }
.hero-card { position: relative; min-height: 510px; padding: 48px; overflow: hidden; border-radius: 38px; color: white; background: radial-gradient(circle at 75% 15%, rgba(229,151,105,.5), transparent 28%), linear-gradient(145deg, #214e40, #102b24 70%); box-shadow: var(--shadow); }
.hero-card::before { content: ""; position: absolute; inset: 24px; border: 1px solid rgba(255,255,255,.17); border-radius: 26px; }
.hero-card-kicker { position: relative; display: inline-block; margin-bottom: 120px; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.hero-card p, .hero-card strong { position: relative; display: block; max-width: 410px; }
.hero-card p { margin-bottom: 10px; color: #dbe8e2; font-size: 22px; }
.hero-card strong { font-family: Georgia, serif; font-size: clamp(34px, 4vw, 52px); line-height: 1.02; font-weight: 500; }
.motion-lines { position: absolute; right: -20px; bottom: 28px; width: 260px; height: 150px; transform: rotate(-12deg); }
.motion-lines i { position: absolute; right: 0; width: 100%; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.48)); border-radius: 50%; }
.motion-lines i:nth-child(1){ top:20px; transform: rotate(12deg); } .motion-lines i:nth-child(2){ top:70px; transform: rotate(-4deg); } .motion-lines i:nth-child(3){ top:120px; transform: rotate(8deg); }

.intro p:last-child { max-width: 760px; margin: 0 auto; color: var(--muted); font-size: 19px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.section-heading > p { max-width: 390px; color: var(--muted); }
.section-heading.compact { margin-bottom: 30px; }

.directions { padding-top: 40px; }
.direction-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.direction-card { min-height: 550px; padding: clamp(28px, 4vw, 48px); border-radius: var(--radius); display: flex; flex-direction: column; box-shadow: var(--shadow); }
.ninja-card { color: white; background: linear-gradient(150deg, #172d28, #244d40); }
.forest-card { background: var(--cream); border: 1px solid rgba(99,72,42,.12); }
.direction-top { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 80px; }
.direction-number { font-family: Georgia, serif; font-size: 42px; opacity: .45; }
.direction-place { padding: 9px 12px; border-radius: 999px; font-size: 12px; font-weight: 750; background: rgba(255,255,255,.12); }
.forest-card .direction-place { background: rgba(24,53,45,.08); }
.direction-card h3 { font-size: clamp(36px, 4vw, 52px); margin-bottom: 20px; }
.direction-card > p { max-width: 520px; font-size: 18px; opacity: .86; }
.direction-card ul { margin: 12px 0 40px; padding-left: 20px; }
.direction-card li { margin: 9px 0; }
.direction-card .card-link { margin-top: auto; font-size: 17px; }

.forest-visual { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 46px; }
.visual-copy p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.zone-pills { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.zone-pills span { padding: 9px 13px; border-radius: 999px; background: var(--sage); font-size: 13px; font-weight: 700; }
.forest-visual figure { margin: 0; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); background: var(--cream); }
.forest-visual img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.forest-visual figcaption { padding: 14px 20px 18px; color: var(--muted); font-size: 12px; }

.skill-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--line); }
.skill-grid article { min-height: 260px; padding: 30px; background: var(--paper); }
.skill-grid span { color: var(--orange); font-family: Georgia, serif; font-size: 24px; }
.skill-grid h3 { margin: 64px 0 13px; font-size: 23px; }
.skill-grid p { color: var(--muted); font-size: 14px; }

.safety-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; padding: clamp(32px, 6vw, 72px); border-radius: 34px; color: white; background: var(--forest); }
.safety-card h2 { margin-bottom: 0; }
.safety-card ul { margin: 0; padding: 0; list-style: none; }
.safety-card li { position: relative; padding: 16px 0 16px 34px; border-bottom: 1px solid rgba(255,255,255,.14); }
.safety-card li::before { content: "✓"; position: absolute; left: 0; color: #f1ba99; font-weight: 900; }

.trainer { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(40px, 7vw, 100px); align-items: center; }
.trainer-symbol { aspect-ratio: 1; display: grid; place-items: center; align-content: center; border-radius: 50%; color: white; background: radial-gradient(circle at 35% 30%, #dc7a50, #18352d 58%); box-shadow: var(--shadow); }
.trainer-symbol span { font-family: Georgia, serif; font-size: clamp(100px, 16vw, 190px); line-height: .8; }
.trainer-symbol small { margin-top: 24px; letter-spacing: .16em; text-transform: uppercase; }
.trainer-lead { font-size: 22px; font-weight: 700; }
.trainer-copy > p:not(.eyebrow) { color: #495650; font-size: 18px; }
blockquote { margin: 28px 0 0; padding: 22px 0 0 24px; border-left: 3px solid var(--orange); font-family: Georgia, serif; font-size: 22px; line-height: 1.35; }

.booking { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(40px, 7vw, 90px); align-items: start; }
.booking-copy { position: sticky; top: 120px; }
.price-note-box { margin: 30px 0; padding: 22px; border-radius: 18px; background: var(--cream); }
.price-note-box strong, .price-note-box span { display: block; }
.price-note-box span { margin-top: 6px; color: var(--muted); font-size: 14px; }
.contact-mini { display: flex; flex-direction: column; gap: 7px; font-size: 15px; }
.contact-mini span { color: var(--muted); }
.contact-mini a { font-weight: 750; text-decoration: none; }
.booking-card { padding: clamp(24px, 4vw, 42px); border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow); }
.product-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.product-label { display: inline-block; margin-bottom: 8px; color: var(--orange-dark); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.product-top h3 { margin-bottom: 6px; }
.product-top p { margin: 0; color: var(--muted); font-size: 14px; }
.price { flex: 0 0 auto; text-align: right; }
.price strong, .price small { display: block; }
.price strong { font-size: 29px; white-space: nowrap; }
.price small { color: var(--muted); }
.private-offer-note { margin: 22px 0 0; padding: 16px; border-radius: 14px; background: #edf5ee; }
.private-offer-note strong, .private-offer-note span { display: block; }
.private-offer-note span { margin-top: 4px; color: var(--muted); font-size: 13px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 24px; }
.form-grid label { display: flex; flex-direction: column; gap: 8px; }
.form-grid label > span { font-size: 13px; font-weight: 750; }
.full-field { grid-column: 1 / -1; }
input, select { width: 100%; min-height: 50px; padding: 0 14px; border: 1px solid #cdd5d1; border-radius: 12px; color: var(--ink); background: white; outline: 0; }
input:focus, select:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(34,76,63,.1); }
input.invalid, select.invalid { border-color: #b5372e; background: #fff4f2; }
.consent-row { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; margin: 22px 0; color: var(--muted); font-size: 13px; }
.consent-row input { width: 18px; min-height: 18px; margin-top: 2px; }
.payment-button { width: 100%; }
.form-status { min-height: 22px; margin: 14px 0 0; font-size: 13px; font-weight: 700; }
.form-status.error { color: #a52e27; }
.form-status.success { color: #21633f; }
.secure-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: 11px; }

.faq { padding-top: 30px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 22px 0; font-size: 18px; font-weight: 800; cursor: pointer; }
details p { max-width: 800px; color: var(--muted); }

.site-footer { display: grid; grid-template-columns: 1.2fr .9fr .9fr; gap: 36px; padding: 54px clamp(20px, 5vw, 72px); color: white; background: #10251f; }
.footer-brand { display: flex; gap: 14px; }
.footer-brand strong { letter-spacing: .08em; }
.footer-brand p { margin: 7px 0 0; color: #b6c8c0; font-size: 13px; }
.footer-links, .legal-data { display: flex; flex-direction: column; gap: 9px; font-size: 13px; }
.footer-links a { color: #dae6e1; text-decoration: none; }
.legal-data { color: #aebfb8; }
.payment-badges { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 9px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); }
.payment-badges span { padding: 8px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 8px; color: #dce7e3; font-size: 11px; font-weight: 750; }

.cookie-banner { position: fixed; z-index: 50; left: 20px; right: 20px; bottom: 20px; max-width: 540px; margin-left: auto; display: flex; align-items: center; gap: 18px; padding: 16px 18px; border-radius: 16px; color: white; background: #10251f; box-shadow: 0 14px 50px rgba(0,0,0,.22); }
.cookie-banner p { margin: 0; font-size: 13px; }
.cookie-banner button { flex: 0 0 auto; padding: 8px 13px; border: 0; border-radius: 10px; font-weight: 800; cursor: pointer; }

.legal-page { width: min(860px, calc(100% - 40px)); margin: 0 auto; padding: 70px 0 110px; }
.legal-page .back-link { display: inline-block; margin-bottom: 40px; font-weight: 800; text-decoration: none; }
.legal-page h1 { font-size: clamp(38px, 6vw, 62px); }
.legal-page h2 { margin-top: 40px; font-size: 25px; letter-spacing: -.02em; }
.legal-page p, .legal-page li { color: #46534e; }
.legal-page .legal-box { padding: 22px; border-radius: 16px; background: var(--cream); }

.result-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; background: var(--cream); }
.result-card { max-width: 620px; padding: 48px; border-radius: 30px; text-align: center; background: white; box-shadow: var(--shadow); }
.result-card h1 { font-size: 46px; }
.result-card p { color: var(--muted); }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero, .forest-visual, .trainer, .booking { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-card { min-height: 430px; }
  .direction-grid { grid-template-columns: 1fr; }
  .skill-grid { grid-template-columns: 1fr 1fr; }
  .safety-card { grid-template-columns: 1fr; gap: 30px; }
  .trainer-symbol { width: min(520px, 100%); margin: auto; }
  .booking-copy { position: static; }
  .site-footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 650px) {
  .site-header { min-height: 70px; padding: 10px 16px; }
  .site-header .button-small { display: none; }
  .brand-mark { width: 42px; height: 42px; border-radius: 13px; }
  .brand-text small { display: none; }
  .section-shell, .narrow { width: min(100% - 28px, 1180px); padding-block: 64px; }
  h1 { font-size: 46px; }
  h2 { font-size: 36px; }
  .hero { padding-top: 54px; }
  .hero-facts { grid-template-columns: 1fr; }
  .hero-card { min-height: 390px; padding: 34px; }
  .hero-card-kicker { margin-bottom: 100px; }
  .section-heading { display: block; }
  .direction-card { min-height: 500px; padding: 28px; }
  .direction-top { margin-bottom: 55px; }
  .skill-grid { grid-template-columns: 1fr; }
  .skill-grid article { min-height: 210px; }
  .skill-grid h3 { margin-top: 40px; }
  .safety-card { padding: 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .full-field { grid-column: auto; }
  .product-top { display: block; }
  .price { margin-top: 15px; text-align: left; }
  .site-footer { grid-template-columns: 1fr; }
  .cookie-banner { flex-direction: column; align-items: stretch; }
}
