:root {
  --f-bg: #090909;
  --f-card: #141312;
  --f-card-soft: #1a1714;
  --f-line: #322820;
  --f-text: #fffaf6;
  --f-muted: #d8cec6;
  --f-accent: #ffc193;
  --f-accent-strong: #ff984a;
  --f-dark: #1a120b;
  --f-radius: 18px;
  --f-shadow: 0 24px 70px rgba(0, 0, 0, .42);
}

.funnel-body {
  background: var(--f-bg);
  color: var(--f-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

.funnel-body a { color: inherit; }
.funnel-body a.f-button { color: var(--f-dark); }
.funnel-body a.f-button.secondary { color: #fff; }
.funnel-body .wrap { max-width: 1120px; }
.funnel-body .wrap.narrow { max-width: 760px; }

.f-nav {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem clamp(1.25rem, 4vw, 3.5rem);
}

.f-nav.is-solid {
  position: relative;
  border-bottom: 1px solid var(--f-line);
  background: rgba(9, 9, 9, .96);
}

.f-brand { color: #fff; font-weight: 700; text-decoration: none; letter-spacing: -.02em; }
.f-nav-links { display: flex; align-items: center; gap: 1.25rem; }
.f-nav-links a { color: var(--f-muted); font-size: .94rem; text-decoration: none; }
.f-nav-links .f-nav-cta { display: inline-flex; min-height: 44px; align-items: center; color: var(--f-dark); background: var(--f-accent); padding: .65rem 1rem; border-radius: 999px; font-weight: 700; }

.f-hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: 8rem 0 5rem;
}

.f-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,7,7,.94) 0%, rgba(7,7,7,.72) 48%, rgba(7,7,7,.3) 100%), url("hero.jpg") center/cover;
}

.f-hero-content { position: relative; z-index: 1; max-width: 780px; }
.f-kicker { color: var(--f-accent); font-size: .86rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; margin-bottom: 1.1rem; }
.f-hero h1, .f-landing h1, .dossier-hero h1 {
  color: #fff;
  font-size: clamp(2.75rem, 5.2vw, 5.15rem);
  line-height: 1.01;
  letter-spacing: -.045em;
  max-width: 980px;
}
.f-hero-copy { color: var(--f-muted); font-size: clamp(1.08rem, 2vw, 1.32rem); max-width: 660px; margin: 1.6rem 0 2rem; }

.f-facts { display: flex; flex-wrap: wrap; gap: .65rem; margin: 1.7rem 0 2.2rem; }
.f-fact { border: 1px solid rgba(255,193,147,.35); background: rgba(10,10,10,.55); backdrop-filter: blur(10px); border-radius: 999px; padding: .55rem .9rem; font-size: .92rem; color: #fff; }
.f-fact strong { color: var(--f-accent); }

.f-actions { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem; }
.f-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border: 0;
  border-radius: 10px;
  background: var(--f-accent);
  color: var(--f-dark);
  padding: .85rem 1.35rem;
  font: inherit;
  font-weight: 750;
  text-decoration: none;
  cursor: pointer;
}
.f-button:hover { background: #fff; }
.f-button.secondary { background: transparent; border: 1px solid rgba(255,255,255,.28); color: #fff; }
.f-button[disabled] { opacity: .6; cursor: wait; }

.f-section { padding: clamp(4.5rem, 9vw, 7.5rem) 0; border-top: 1px solid var(--f-line); }
.f-section.is-soft { background: #0d0c0b; }
.f-section h2 { font-size: clamp(1.95rem, 3.5vw, 3.15rem); letter-spacing: -.035em; margin-bottom: 1.2rem; }
.f-section-lead { color: var(--f-muted); max-width: 760px; font-size: 1.1rem; margin-bottom: 2.3rem; }
.f-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.f-card { background: var(--f-card); border: 1px solid var(--f-line); border-radius: var(--f-radius); padding: 1.5rem; }
.f-card h3 { color: var(--f-accent); margin-bottom: .7rem; }
.f-card p { color: var(--f-muted); }
.f-host { display: grid; grid-template-columns: minmax(240px, .7fr) 1.3fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.f-host img { width: 100%; max-height: 520px; object-fit: cover; border-radius: var(--f-radius); }
.f-host p { color: var(--f-muted); margin-top: 1rem; }

.f-footer { padding: 2.5rem 1.5rem 7rem; border-top: 1px solid var(--f-line); text-align: center; }
.f-footer p { color: var(--f-muted); margin-bottom: .8rem; }
.f-footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; font-size: .92rem; color: var(--f-muted); }

.f-landing {
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 6rem 0 4rem;
  background: radial-gradient(circle at 12% 12%, rgba(255,152,74,.13), transparent 35%), var(--f-bg);
}
.f-landing h1 { color: #fff; font-size: clamp(2.65rem, 5vw, 4.8rem); line-height: 1.01; letter-spacing: -.045em; }
.f-landing-copy { color: var(--f-muted); font-size: 1.12rem; margin: 1.35rem 0; max-width: 620px; }

.f-micro { color: #a99f97; font-size: .9rem; line-height: 1.55; margin-top: 1rem; }

.interest-hero { padding: clamp(4rem, 8vw, 6.5rem) 0 3.5rem; background: radial-gradient(circle at 75% 0, rgba(255,152,74,.14), transparent 38%); }
.interest-hero h1 { color: #fff; max-width: 900px; font-size: clamp(2.65rem, 4.8vw, 4.7rem); line-height: 1.02; letter-spacing: -.045em; }
.interest-deck { color: var(--f-muted); max-width: 790px; font-size: 1.14rem; margin-top: 1.35rem; }
.interest-fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: .8rem; margin-top: 2rem; }
.interest-image-band { margin-bottom: 0; }
.interest-overview { border-top: 0; }
.interest-journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.interest-journey-card { min-height: 240px; padding: 1.5rem; background: var(--f-card); border: 1px solid var(--f-line); border-radius: var(--f-radius); }
.interest-journey-card > span { color: var(--f-accent); font-size: .84rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.interest-journey-card h3 { color: #fff; font-size: 1.35rem; margin: .75rem 0 .55rem; }
.interest-journey-card p { color: var(--f-muted); font-size: 1rem; }
.interest-scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.interest-scope-grid > div { padding: 1.25rem; border: 1px solid var(--f-line); border-radius: 14px; background: #10100f; }
.interest-scope-grid strong { color: var(--f-accent); }
.interest-scope-grid p { color: var(--f-muted); font-size: .96rem; margin-top: .35rem; }
.interest-form-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); gap: clamp(2rem, 7vw, 6rem); align-items: start; }
.interest-form-copy { padding-top: .75rem; }
.interest-process { list-style: none; margin-top: 2rem; }
.interest-process li { display: grid; grid-template-columns: 38px 1fr; gap: .85rem; padding: 1rem 0; border-top: 1px solid var(--f-line); }
.interest-process li:first-child { border-top: 0; }
.interest-process li > span { display: grid; place-items: center; align-self: start; width: 34px; height: 34px; border-radius: 50%; background: #2a1c13; color: var(--f-accent); font-weight: 800; }
.interest-process strong { color: #fff; }
.interest-process p { color: var(--f-muted); font-size: .96rem; margin-top: .15rem; }

.interest-card { background: var(--f-card); border: 1px solid rgba(255,193,147,.3); border-radius: 22px; padding: clamp(1.3rem, 4vw, 2rem); box-shadow: var(--f-shadow); }
.interest-card h2 { font-size: 1.65rem; margin-bottom: .35rem; }
.interest-intro { color: var(--f-muted); font-size: .95rem; margin-bottom: 1.4rem; }
.interest-card .f-kicker { margin-bottom: .45rem; }
.interest-field { margin-bottom: 1rem; }
.interest-field label { display: block; font-size: .86rem; font-weight: 700; margin-bottom: .4rem; }
.interest-field input, .interest-field select, .interest-field textarea {
  width: 100%;
  min-height: 48px;
  border-radius: 9px;
  border: 1px solid #40362f;
  background: #0c0b0a;
  color: #fff;
  padding: .75rem .85rem;
  font: inherit;
}
.interest-field textarea { resize: vertical; }
.interest-field input:focus, .interest-field select:focus, .interest-field textarea:focus { outline: 2px solid rgba(255,193,147,.4); border-color: var(--f-accent); }
.interest-field .is-invalid, .interest-consent .is-invalid { outline: 2px solid #ff755d; }
.interest-consent { display: flex; gap: .65rem; align-items: flex-start; color: var(--f-muted); font-size: .9rem; line-height: 1.5; margin: 1.15rem 0; }
.interest-consent input { width: 17px; height: 17px; margin-top: .12rem; accent-color: var(--f-accent-strong); }
.interest-consent a { color: var(--f-accent); }
.interest-card .f-button { width: 100%; }
.interest-error { color: #ff9d8b; font-size: .86rem; margin-top: .8rem; }
.interest-success { text-align: center; }
.interest-success h2 { color: var(--f-accent); }
.interest-success p { color: var(--f-muted); margin: .7rem 0 1.3rem; }
.interest-alt { text-align: center; color: var(--f-muted); font-size: .86rem; margin-top: 1.2rem; }
.interest-alt a { color: var(--f-accent); }

.dossier-hero { padding: 5rem 0 3.5rem; background: radial-gradient(circle at 75% 0, rgba(255,152,74,.14), transparent 38%); }
.dossier-hero h1 { font-size: clamp(2.65rem, 4.8vw, 4.7rem); }
.dossier-deck { color: var(--f-muted); max-width: 760px; font-size: 1.14rem; margin-top: 1.35rem; }
.planning-note { margin-top: 2rem; border: 1px solid #57402e; border-radius: 13px; background: #17120e; color: #ead8ca; padding: 1rem 1.1rem; font-size: .96rem; }
.planning-note strong { color: var(--f-accent); }
.dossier-image-band {
  display: grid;
  grid-template-columns: 1.35fr .8fr .8fr;
  gap: .65rem;
  max-width: 1360px;
  margin: 0 auto clamp(2rem, 5vw, 4.5rem);
  padding: 0 clamp(.75rem, 2vw, 1.5rem);
}
.dossier-image-band img {
  width: 100%;
  height: clamp(220px, 28vw, 390px);
  object-fit: cover;
  border-radius: 16px;
}

.dossier-section { padding: clamp(3.5rem, 7vw, 6rem) 0; border-top: 1px solid var(--f-line); }
.dossier-section h2 { font-size: clamp(1.9rem, 3.3vw, 2.9rem); letter-spacing: -.035em; margin-bottom: 1rem; }
.dossier-section > .wrap > p { color: var(--f-muted); }
.dossier-fact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .8rem; margin-top: 1.8rem; }
.dossier-fact { padding: 1.15rem; background: var(--f-card); border: 1px solid var(--f-line); border-radius: 13px; }
.dossier-fact small { display: block; color: #b8aaa0; font-size: .84rem; text-transform: uppercase; letter-spacing: .07em; font-weight: 700; }
.dossier-fact strong { display: block; color: #fff; margin-top: .25rem; }

.route { list-style: none; margin-top: 2.5rem; }
.route-day { display: grid; grid-template-columns: 130px 1fr; gap: 1.5rem; padding: 0 0 2.4rem; position: relative; }
.route-day::before { content: ""; position: absolute; left: 107px; top: 10px; bottom: 0; width: 1px; background: var(--f-line); }
.route-date { color: var(--f-accent); font-weight: 750; font-size: .88rem; }
.route-copy { padding-left: 1.5rem; }
.route-copy, .route-day > * { min-width: 0; }
.route-copy h3 { font-size: 1.35rem; margin-bottom: .45rem; }
.route-copy h3, .route-copy p { overflow-wrap: anywhere; }
.route-copy p { color: var(--f-muted); }
.route-copy .route-location { color: var(--f-accent); font-size: .85rem; margin-bottom: .5rem; }
.route-photo { margin-top: 1.25rem; }
.route-photo img { display: block; width: 100%; max-height: 390px; object-fit: cover; border-radius: 14px; }
.route-photo figcaption { color: #b8ada5; font-size: .86rem; line-height: 1.5; margin-top: .45rem; }
.route-photo-wide img { object-position: center 62%; }

.stay-grid, .included-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; margin-top: 1.8rem; }
.stay-grid { align-items: start; }
.stay-card { background: var(--f-card); border: 1px solid var(--f-line); border-radius: var(--f-radius); padding: 1.4rem; }
.stay-card .status { display: inline-block; color: #ffcda8; background: #2a1c13; border-radius: 999px; padding: .25rem .55rem; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.stay-card h3 { margin: .8rem 0 .45rem; }
.stay-card p { color: var(--f-muted); font-size: .95rem; }
.stay-card a { color: var(--f-accent); }
.stay-photo { margin-top: 1rem; }
.stay-photo img { display: block; width: 100%; height: 230px; object-fit: cover; border-radius: 14px; }

.check-list { list-style: none; }
.check-list li { position: relative; padding: .55rem 0 .55rem 1.65rem; color: var(--f-muted); border-bottom: 1px solid #221e1a; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--f-accent-strong); font-weight: 800; }
.check-list.not-included li::before { content: "–"; }

.price-panel { background: linear-gradient(145deg, #1d140e, #12100e); border: 1px solid #5d3e28; border-radius: 22px; padding: clamp(1.5rem, 4vw, 2.7rem); margin-top: 1.6rem; }
.price-value { font-size: clamp(2.7rem, 7vw, 5rem); font-weight: 800; letter-spacing: -.05em; line-height: 1; }
.price-value span { font-size: 1rem; color: var(--f-muted); font-weight: 500; letter-spacing: 0; }
.price-panel p { color: var(--f-muted); margin-top: .8rem; }

.legal-box { border-left: 3px solid var(--f-accent-strong); padding: 1rem 1.2rem; background: #11100f; margin: 1.3rem 0; }
.legal-box p { color: var(--f-muted); font-size: .94rem; }
.source-list { margin: 1rem 0 0 1.2rem; color: var(--f-muted); font-size: .94rem; }
.source-list a { color: var(--f-accent); }

.contact-box { margin-top: 1.4rem; padding: 1.25rem; background: var(--f-card); border: 1px solid var(--f-line); border-radius: var(--f-radius); }
.contact-box > p:first-child { color: var(--f-muted); margin-bottom: .25rem; }
.contact-email { display: inline-block; color: var(--f-accent) !important; font-size: clamp(1.1rem, 4vw, 1.4rem); font-weight: 750; overflow-wrap: anywhere; }
.contact-copy { display: flex; width: max-content; margin-top: 1rem; color: #fff !important; }
.contact-status { color: var(--f-accent); font-size: .88rem; margin-top: .75rem; }

.appointment-card { margin-top: 1.5rem; padding: clamp(1.25rem, 4vw, 2rem); background: linear-gradient(145deg, #171411, #11100f); border: 1px solid #4b382a; border-radius: 22px; box-shadow: var(--f-shadow); }
.appointment-name { padding: 1rem 1rem .15rem; border: 1px solid var(--f-line); border-radius: 14px; background: #0e0d0c; }
.appointment-name > p { color: #b8ada5; font-size: .88rem; line-height: 1.5; margin: -.25rem 0 .8rem; }
.appointment-date-time { display: grid; grid-template-columns: 1.15fr .85fr; gap: .8rem; }
.appointment-slots { border: 0; padding: 0; margin: 1.6rem 0 1.2rem; min-width: 0; }
.appointment-slots legend { color: #fff; font-size: 1.35rem; font-weight: 750; margin-bottom: .2rem; }
.appointment-slots > p { color: var(--f-muted); font-size: .88rem; line-height: 1.5; margin-bottom: 1rem; }
.appointment-slot { position: relative; padding: 1rem; margin-bottom: .75rem; border: 1px solid var(--f-line); border-radius: 14px; background: #0c0b0a; }
.appointment-slot:first-of-type { border-color: #6b4931; background: #120f0d; }
.appointment-slot > span { display: block; color: var(--f-accent); font-weight: 750; font-size: .88rem; margin-bottom: .7rem; }
.appointment-slot > span small { color: #aa9d93; font-weight: 500; }
.appointment-slot .interest-field label { color: #c8bbb1; font-size: .82rem; letter-spacing: .035em; text-transform: uppercase; }
.appointment-slot input[type="date"], .appointment-slot input[type="time"] { color-scheme: dark; background: #171411; border-color: #493a30; cursor: pointer; }
.appointment-slot input[type="date"]::-webkit-calendar-picker-indicator, .appointment-slot input[type="time"]::-webkit-calendar-picker-indicator { opacity: .8; cursor: pointer; }
.appointment-slot .interest-field { margin-bottom: 0; }
.appointment-card > form > .f-button { width: 100%; }
.appointment-success { text-align: center; padding: clamp(1.5rem, 5vw, 3rem) 1rem; }
.appointment-success h3 { color: #fff; font-size: clamp(1.5rem, 4vw, 2rem); }
.appointment-success p:last-child { color: var(--f-muted); margin-top: .75rem; }

.consent {
  position: fixed;
  z-index: 100;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  max-width: 980px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  background: #111;
  border: 1px solid #3b332d;
  border-radius: 14px;
  padding: 1rem;
  box-shadow: var(--f-shadow);
}
.consent[hidden] { display: none; }
.consent-text { color: #eee; font-size: .88rem; line-height: 1.5; }
.consent-text a { color: var(--f-accent); }
.consent-actions { display: flex; gap: .55rem; flex-shrink: 0; }
.consent-btn { min-height: 44px; border: 1px solid #4b423b; background: transparent; color: #fff; border-radius: 999px; padding: .65rem .9rem; font-size: .88rem; cursor: pointer; }
.consent-accept { background: var(--f-accent); color: var(--f-dark); border-color: var(--f-accent); font-weight: 700; }

@media (max-width: 800px) {
  .f-nav-links > a:not(.f-nav-cta) { display: none; }
  .f-hero { min-height: 100svh; }
  .f-hero::before { background: linear-gradient(180deg, rgba(7,7,7,.48), rgba(7,7,7,.94) 62%), url("hero-mobile.jpg") center/cover; }
  .f-host, .interest-form-layout { grid-template-columns: 1fr; }
  .interest-fact-grid { grid-template-columns: repeat(2, 1fr); }
  .interest-journey-grid, .interest-scope-grid { grid-template-columns: 1fr; }
  .interest-journey-card { min-height: 0; }
  .appointment-person { grid-template-columns: 1fr; gap: 0; }
  .f-grid, .dossier-fact-grid, .stay-grid, .included-grid { grid-template-columns: 1fr; }
  .dossier-image-band { grid-template-columns: 1.2fr .8fr; }
  .dossier-image-band img:last-child { grid-column: 1 / -1; height: 300px; object-position: center 65%; }
  .route-day { grid-template-columns: 85px 1fr; gap: .8rem; }
  .route-day::before { left: 74px; }
  .route-copy { padding-left: .7rem; }
  .consent { align-items: stretch; flex-direction: column; }
  .consent-actions { justify-content: flex-end; }
}

@media (max-width: 480px) {
  .funnel-body { font-size: 17px; }
  .f-nav { padding: 1rem 1.15rem; }
  .f-brand { max-width: 155px; font-size: .9rem; line-height: 1.25; }
  .f-nav-links .f-nav-cta { padding: .55rem .75rem; font-size: .84rem; }
  .interest-hero { padding: 3.5rem 0 2.5rem; }
  .interest-hero h1 { font-size: clamp(2.25rem, 10vw, 3rem); line-height: 1.03; overflow-wrap: anywhere; }
  .interest-deck { font-size: .98rem; line-height: 1.55; margin-top: 1rem; }
  .interest-fact-grid { grid-template-columns: 1fr; gap: .55rem; margin-top: 1.4rem; }
  .interest-journey-card { padding: 1.2rem; }
  .interest-scope-grid > div { padding: 1.1rem; }
  .f-micro { font-size: .84rem; line-height: 1.5; }
  .interest-card { padding: 1.2rem; }
  .f-actions { align-items: stretch; flex-direction: column; }
  .f-actions .f-button { width: 100%; }
  .f-facts { gap: .45rem; }
  .f-fact { font-size: .84rem; }
  .dossier-image-band { gap: .4rem; padding: 0 .6rem; }
  .dossier-image-band img { height: 180px; border-radius: 10px; }
  .dossier-image-band img:last-child { height: 240px; }
  .route-photo img { max-height: 280px; }
  .contact-copy { width: 100%; }
  .appointment-date-time { grid-template-columns: 1fr; gap: .8rem; }
  .consent { left: .5rem; right: .5rem; bottom: .5rem; gap: .7rem; padding: .75rem; }
  .consent-text { font-size: .82rem; }
  .consent-btn { min-height: 44px; padding: .55rem .8rem; font-size: .86rem; }
}
