@font-face { font-family: "Poppins"; font-weight: 400; font-display: swap; src: url("../fonts/poppins-latin-400-normal.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 500; font-display: swap; src: url("../fonts/poppins-latin-500-normal.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 600; font-display: swap; src: url("../fonts/poppins-latin-600-normal.woff2") format("woff2"); }
@font-face { font-family: "Poppins"; font-weight: 700; font-display: swap; src: url("../fonts/poppins-latin-700-normal.woff2") format("woff2"); }

:root {
  --orange: #e94e1b;
  --orange-dark: #c93e10;
  --ink: #111;
  --muted: #5d5d5d;
  --line: #e4e1dc;
  --paper: #fff;
  --soft: #f6f3ef;
  --radius: 14px;
  --wrap: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body {
  margin: 0;
  font-family: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration-color: var(--orange); text-underline-offset: 3px; }
a:hover { color: var(--orange); }
h1, h2, h3, h4 { line-height: 1.12; margin: 0 0 .5em; font-weight: 600; letter-spacing: -.01em; }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding-inline: 24px; }
.narrow { max-width: 820px; }
.small { font-size: .85rem; }
.muted { color: var(--muted); }
.center { text-align: center; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 16px; top: 16px; z-index: 100; background: #fff; padding: 8px 12px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5em;
  padding: .85em 1.6em; border-radius: 999px; border: 2px solid var(--orange);
  background: var(--orange); color: #fff; font: inherit; font-weight: 600; text-decoration: none;
  cursor: pointer; transition: background .2s, border-color .2s, transform .2s, color .2s;
}
.btn:hover { background: var(--orange-dark); border-color: var(--orange-dark); color: #fff; transform: translateY(-1px); }
.btn-small { padding: .5em 1.15em; font-size: .92rem; }
.btn-large { padding: 1em 1.6em; font-size: 1.08rem; }
.btn-block { width: 100%; }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); border-color: var(--ink); }
.btn-dark { background: var(--ink); border-color: var(--ink); }
.btn-dark:hover { background: var(--orange); border-color: var(--orange); }
.btn-light { background: #fff; color: var(--orange); border-color: #fff; }
.btn-light:hover { background: var(--ink); border-color: var(--ink); }
.btn-outline-light { background: transparent; border-color: #fff; color: #fff; }
.btn-outline-light:hover { background: #fff; color: var(--ink); border-color: #fff; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 76px; gap: 16px; }
.brand img { width: 150px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 28px; font-weight: 500; font-size: .95rem; }
.main-nav a:not(.btn) { text-decoration: none; }

/* Hero */
.hero { padding-block: 64px 40px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 40px; align-items: center; }
.eyebrow { font-weight: 600; font-size: 1.3rem; line-height: 1.3; margin-bottom: 1.1rem; }
.hero h1 { font-size: clamp(2.5rem, 5.6vw, 4.6rem); font-weight: 600; margin-bottom: .45em; }
.lead { font-size: 1.15rem; color: #333; max-width: 36em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 22px; }
.b2b-tag { display: inline-block; font-size: .8rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--orange); border: 1.5px solid var(--orange); border-radius: 999px; padding: .25em .9em; margin-bottom: 0; }
.booking-intro .b2b-tag { margin-bottom: 1em; }
.countdown { font-size: .95rem; color: var(--muted); }
.countdown strong { color: var(--orange); }
.hero-visual { position: relative; min-height: 540px; }
.tree { position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 100%; max-height: 600px; width: auto; max-width: 100%; object-fit: contain; }
.badge { position: absolute; left: 0; top: 42%; width: 160px; z-index: 2; display: block; transition: transform .4s; }
.badge:hover { transform: rotate(-8deg) scale(1.04); }
.badge img { width: 100%; height: auto; }

/* USPs */
.usp { border-block: 1px solid var(--line); background: var(--soft); }
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; padding-block: 26px; }
.usp-grid strong { display: block; font-weight: 600; }
.usp-grid span { color: var(--muted); font-size: .92rem; }
.usp-grid div { padding-left: 16px; border-left: 3px solid var(--orange); }

/* Sections */
.section { padding-block: 88px; }
.section-title { font-size: clamp(2rem, 4.2vw, 3.3rem); margin-bottom: 1.1em; }
.section-dark { background: var(--ink); color: #fff; }
.footnote { font-size: .8rem; color: var(--muted); margin-top: 26px; }

/* Packages */
.packages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
.package { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; background: #fff; transition: box-shadow .25s, transform .25s; }
.package:hover { box-shadow: 0 18px 40px rgba(0,0,0,.08); transform: translateY(-3px); }
.package.is-featured { border: 2px solid var(--orange); }
.package-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.package-head h3 { font-size: 1.5rem; margin: 0; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; text-decoration-color: var(--ink); }
.price-pill { position: relative; background: var(--orange); color: #fff; border-radius: 999px; padding: .15em .75em; font-size: 1.45rem; font-weight: 600; white-space: nowrap; }
.price-pill small { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--orange); border-radius: 999px; font-size: .7rem; padding: 0 .6em; line-height: 1.6; }
.price-pill sup { font-size: .55em; }
.package-img { margin: 10px auto 14px; }
.package h4 { font-size: 1.05rem; text-decoration: underline; text-underline-offset: 4px; margin-bottom: .6em; }
.checklist { list-style: none; padding: 0; margin: 0 0 20px; font-size: .95rem; }
.checklist li { position: relative; padding-left: 26px; margin-bottom: 6px; }
.checklist li::before { content: ""; position: absolute; left: 2px; top: .5em; width: 12px; height: 7px; border-left: 2.5px solid var(--orange); border-bottom: 2.5px solid var(--orange); transform: rotate(-45deg); }
.package-price { margin-top: auto; padding-top: 16px; border-top: 1px dashed var(--line); margin-bottom: 18px; display: grid; }
.package-price .strike { color: var(--muted); text-decoration: line-through; font-size: .9rem; }
.package-price .net { font-size: 1.5rem; font-weight: 600; }
.package-price .net small { font-size: .85rem; font-weight: 400; color: var(--muted); }
.package-price .gross { font-size: .85rem; color: var(--muted); }

/* Steps */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; counter-reset: s; }
.step-no { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--orange); font-weight: 700; font-size: 1.3rem; margin-bottom: 18px; }
.steps h3 { font-size: 1.25rem; }
.steps p { color: #cfcfcf; font-size: .95rem; }

/* Booking */
.section-booking { background: var(--soft); }
.booking-grid { display: grid; grid-template-columns: 1fr 1.6fr; gap: 56px; align-items: start; }
.booking-intro { position: sticky; top: 110px; }
.booking-form { background: #fff; border-radius: var(--radius); padding: 34px; box-shadow: 0 10px 40px rgba(0,0,0,.05); }
fieldset { border: 0; padding: 0; margin: 0 0 34px; min-width: 0; }
fieldset:last-child { margin-bottom: 0; }
legend { font-weight: 600; font-size: 1.2rem; margin-bottom: 16px; padding: 0; }
.pick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pick { cursor: pointer; }
.pick input { position: absolute; opacity: 0; }
.pick-body { display: grid; height: 100%; border: 2px solid var(--line); border-radius: 12px; padding: 14px; transition: border-color .2s, background .2s; }
.pick input:checked + .pick-body { border-color: var(--orange); background: #fff6f2; }
.pick input:focus-visible + .pick-body { outline: 3px solid var(--orange); outline-offset: 2px; }
.pick-name { font-weight: 600; }
.pick-price { color: var(--orange); font-weight: 600; }
.pick-sub { font-size: .8rem; color: var(--muted); line-height: 1.35; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 16px; }
.span-2 { grid-column: span 2; }
.field { display: block; font-size: .88rem; font-weight: 500; align-self: end; }
.field input, .field textarea { display: block; margin-top: 5px; }
.field .opt { font-weight: 400; color: var(--muted); }
.field input, .field textarea {
  font: inherit; font-size: 1rem; font-weight: 400; width: 100%;
  padding: .7em .85em; border: 1.5px solid #d6d2cc; border-radius: 10px; background: #fff; color: var(--ink);
}
.field input:focus, .field textarea:focus { border-color: var(--orange); outline: none; box-shadow: 0 0 0 3px rgba(233,78,27,.15); }
.field input.is-invalid { border-color: #c62828; background: #fff7f7; }
[hidden] { display: none !important; }
.summary { background: var(--soft); border-radius: 12px; padding: 20px 22px; margin-bottom: 20px; }
.summary-title { font-weight: 600; margin-bottom: 10px; }
.summary dl { margin: 0 0 12px; }
.summary dl div { display: flex; justify-content: space-between; gap: 16px; padding: 4px 0; }
.summary dt, .summary dd { margin: 0; }
.summary-discount dd { color: var(--orange); font-weight: 600; }
.summary-total { border-top: 2px solid var(--ink); margin-top: 6px; padding-top: 10px !important; font-weight: 600; font-size: 1.15rem; }
.check { display: flex; gap: 12px; align-items: flex-start; font-size: .9rem; margin-bottom: 14px; cursor: pointer; }
.check input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--orange); flex: none; }
.form-error, .error-list { color: #b71c1c; }
.error-list { background: #fff3f3; border-left: 4px solid #c62828; padding: 16px 16px 16px 36px; border-radius: 8px; }

/* FAQ */
details { border-bottom: 1px solid var(--line); padding: 18px 0; }
summary { cursor: pointer; font-weight: 600; font-size: 1.1rem; list-style: none; position: relative; padding-right: 40px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: -4px; font-size: 1.6rem; color: var(--orange); transition: transform .2s; }
details[open] summary::after { transform: rotate(45deg); }
details p { margin: 12px 0 0; color: #333; }

/* CTA */
.cta-band { background: var(--orange); color: #fff; padding-block: 44px; }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.cta-inner p { font-size: clamp(1.4rem, 3vw, 2.2rem); margin: 0; font-weight: 500; }

/* Thanks / legal */
.thanks h1, .legal h1, .withdraw-form + h1 { font-size: clamp(2rem, 4vw, 3rem); }
.thanks .summary { max-width: 460px; margin-block: 24px; }
.legal h2 { font-size: 1.2rem; margin-top: 2em; }
.legal p, .legal li { color: #2a2a2a; }

/* Footer */
.site-footer { background: var(--ink); color: #d7d7d7; padding-block: 60px 24px; font-size: .92rem; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer a:hover { color: var(--orange); }
.footer-logo { filter: invert(1) hue-rotate(180deg) brightness(1.2); margin-bottom: 16px; width: 140px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 32px; }
.footer-head { color: #fff; font-weight: 600; margin-bottom: 10px; }
.footer-links { list-style: none; margin: 0; padding: 0; }
.footer-links li { margin-bottom: 4px; }
.site-footer .btn-outline-light:hover { color: var(--ink); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; margin-top: 44px; padding-top: 20px; border-top: 1px solid #333; font-size: .8rem; color: #999; }

/* Responsive */
@media (max-width: 1000px) {
  .hero-grid, .booking-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 440px; }
  .tree { right: 8%; }
  .badge { left: 6%; width: 135px; }
  .packages { grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; }
  .steps, .usp-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .booking-intro { position: static; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .wrap { padding-inline: 18px; }
  .main-nav a:not(.btn) { display: none; }
  .brand img { width: 120px; }
  .hero { padding-top: 40px; }
  .hero-visual { min-height: 360px; }
  .tree { right: 0; max-height: 360px; }
  .badge { width: 110px; left: 0; top: 40%; }
  .section { padding-block: 60px; }
  .steps, .usp-grid, .footer-grid, .grid-2, .pick-grid { grid-template-columns: 1fr; }
  .span-2 { grid-column: auto; }
  .booking-form { padding: 22px 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
