:root {
  --forest: #6d241d;
  --rosehip: #b43a2e;
  --limestone: #eadfca;
  --paper: #fff7e8;
  --danube: #8f2e27;
  --corn: #d29a3a;
  --ink: #20201d;
  --muted: #6f6255;
  --line: rgba(32, 32, 29, 0.15);
  --shadow: 0 20px 60px rgba(109, 36, 29, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(255, 247, 232, 0.74), rgba(234, 223, 202, 0.9)),
    var(--limestone);
  font-family: "Manrope", "Segoe UI", system-ui, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(251, 247, 238, 0.88);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.brand,
.nav,
.trust-row,
.hero-actions,
.panel-top,
.card-header,
.price-row,
.payment-strip,
.card-brands,
.contact-placeholders {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
  color: var(--forest);
  min-width: 0;
}

.brand-logo {
  flex: 0 0 auto;
  width: 72px;
  height: 52px;
  object-fit: contain;
  border-radius: 8px;
  background: var(--paper);
  border: 1px solid rgba(180, 58, 46, 0.18);
}

.brand span:last-child {
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--paper);
  background: var(--forest);
  border-radius: 8px;
}

.nav {
  justify-self: center;
  justify-content: center;
  gap: 8px;
  padding: 7px;
  color: #6d241d;
  background: #f3e7d1;
  border: 1px solid rgba(180, 132, 64, 0.35);
  border-radius: 999px;
  box-shadow: 0 12px 34px rgba(109, 36, 29, 0.08);
  font-size: 14px;
  white-space: nowrap;
}

.nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 13px;
  color: #6d241d;
  background: #fffaf0;
  border: 1px solid rgba(180, 132, 64, 0.18);
  border-radius: 999px;
  font-weight: 800;
  line-height: 1;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nav a:hover,
.header-cta:hover {
  color: var(--rosehip);
}

.nav a:hover {
  background: #ead3a2;
  border-color: rgba(180, 132, 64, 0.46);
}

.header-cta {
  color: var(--forest);
  font-weight: 800;
}

@media (max-width: 1180px) {
  .site-header {
    grid-template-columns: 1fr;
  }

  .brand {
    width: 100%;
  }

  .nav {
    justify-self: stretch;
    justify-content: center;
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(24px, 4vw, 56px);
  min-height: calc(100vh - 72px);
  padding: clamp(42px, 7vw, 92px) clamp(18px, 4vw, 56px) 44px;
  overflow: hidden;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  background:
    linear-gradient(90deg, rgba(251, 247, 238, 0.94), rgba(251, 247, 238, 0.76)),
    url("https://images.unsplash.com/photo-1555993539-1732b0258235?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.hero-media {
  position: absolute;
  right: 4vw;
  bottom: 28px;
  z-index: -1;
  width: min(46vw, 660px);
  height: 190px;
  opacity: 0.8;
}

.route-line {
  position: absolute;
  right: 0;
  bottom: 78px;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--danube), var(--rosehip));
  transform: rotate(-7deg);
}

.pin {
  position: absolute;
  width: 17px;
  height: 17px;
  background: var(--corn);
  border: 4px solid var(--paper);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(32, 32, 29, 0.2);
}

.pin-one {
  left: 10%;
  bottom: 90px;
}

.pin-two {
  left: 48%;
  bottom: 124px;
}

.pin-three {
  right: 8%;
  bottom: 66px;
}

.hero-content {
  align-self: center;
  max-width: 860px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--rosehip);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--forest);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(42px, 7.5vw, 92px);
  max-width: 920px;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 4.6vw, 64px);
}

h3 {
  margin-bottom: 8px;
  color: var(--forest);
  font-size: 18px;
}

.hero-copy {
  max-width: 700px;
  color: #3e3c36;
  font-size: clamp(18px, 2vw, 22px);
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  gap: 12px;
  max-width: 760px;
  margin: 30px 0 24px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 750;
  cursor: pointer;
}

.hero-actions .button {
  width: 100%;
  min-height: 64px;
  padding: 18px 22px;
  font-size: 17px;
}

.button.primary {
  color: var(--paper);
  background: var(--rosehip);
  font-weight: 700;
}

.button.primary:hover {
  background: #8f2c23;
}

.button.secondary {
  color: var(--forest);
  background: rgba(251, 247, 238, 0.74);
  border-color: var(--line);
}

.trust-row {
  flex-wrap: wrap;
  gap: 14px;
}

.hero .trust-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(240px, 1fr));
  max-width: 760px;
  margin-top: 28px;
}

.trust-row span,
.chips span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  color: #5f392d;
  background: rgba(244, 234, 215, 0.94);
  border: 1px solid rgba(109, 36, 29, 0.18);
  border-radius: 8px;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(109, 36, 29, 0.07);
}

.hero .trust-row span {
  min-height: 62px;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  text-align: center;
  font-size: 17px;
}

.brief-panel {
  align-self: center;
  padding: 24px;
  background: rgba(251, 247, 238, 0.92);
  border: 1px solid rgba(31, 58, 46, 0.18);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.panel-top {
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.panel-top p {
  margin: 0;
  color: var(--forest);
  font-weight: 900;
}

.panel-top span {
  color: var(--rosehip);
  font-size: 13px;
  font-weight: 900;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.field-grid div {
  padding: 14px;
  background: #fffaf0;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.field-grid span,
.field-grid strong {
  display: block;
}

.field-grid span {
  color: var(--muted);
  font-size: 12px;
}

.field-grid strong {
  color: var(--forest);
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}

.map-strip {
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  align-items: center;
  gap: 8px;
  color: var(--forest);
  font-size: 12px;
  font-weight: 900;
}

.map-strip i {
  height: 2px;
  background: var(--danube);
}

.section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(66px, 8vw, 112px) clamp(18px, 4vw, 56px);
  margin: clamp(16px, 3vw, 30px) clamp(12px, 2.5vw, 34px);
  border: 1px solid rgba(109, 36, 29, 0.1);
  border-radius: 22px;
  box-shadow: 0 18px 54px rgba(109, 36, 29, 0.08);
}

.section::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 247, 232, 0.94), rgba(234, 223, 202, 0.84)),
    var(--section-image, url("https://images.unsplash.com/photo-1529260830199-42c24126f198?auto=format&fit=crop&w=1800&q=80")) center/cover;
}

.section::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  border-radius: inherit;
  background:
    linear-gradient(90deg, transparent, rgba(210, 154, 58, 0.18), transparent) top/100% 1px no-repeat,
    linear-gradient(90deg, transparent, rgba(109, 36, 29, 0.12), transparent) bottom/100% 1px no-repeat,
    rgba(255, 247, 232, 0.12);
}

.section > * {
  position: relative;
  z-index: 1;
}

.section .eyebrow::before,
.newsletter-band .eyebrow::before {
  display: block;
  width: 76px;
  height: 3px;
  margin-bottom: 18px;
  content: "";
  background: linear-gradient(90deg, var(--rosehip), var(--corn));
  border-radius: 999px;
  box-shadow: 0 8px 24px rgba(180, 58, 46, 0.22);
}

.intro,
.offer {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) 1fr;
  gap: clamp(28px, 5vw, 72px);
  background: var(--paper);
}

.intro {
  --section-image: url("https://images.unsplash.com/photo-1515542622106-78bda8ba0e5b?auto=format&fit=crop&w=1800&q=80");
}

.offer {
  --section-image: url("https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?auto=format&fit=crop&w=1800&q=80");
}

.offer {
  align-items: center;
}

.offer-copy p,
.story-card p {
  color: var(--muted);
  font-size: 18px;
}

.offer-copy .button {
  margin-top: 12px;
  min-height: 58px;
  padding: 16px 24px;
  font-size: 17px;
}

.offer-card {
  padding: clamp(22px, 4vw, 34px);
  background: #fffaf0;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(31, 58, 46, 0.1);
}

.price-row {
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.price-row span {
  color: #6f3a2e;
  font-size: clamp(18px, 1.4vw, 22px);
  font-weight: 900;
}

.price-row strong {
  color: var(--rosehip);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
}

.payment-trust {
  margin: 0 0 18px;
  padding: 12px 14px;
  color: var(--forest);
  font-size: clamp(17px, 1.4vw, 21px);
  font-weight: 900;
  line-height: 1.35;
  background: rgba(31, 58, 46, 0.08);
  border-left: 4px solid var(--gold);
  border-radius: 6px;
}

.visibility-copy {
  color: #6f3a2e;
  font-size: clamp(18px, 1.25vw, 20px);
  font-weight: 700;
  line-height: 1.6;
}

.offer-copy p.visibility-copy,
.request-copy p.visibility-copy,
.newsletter-band p.visibility-copy,
.sample .section-heading p.visibility-copy {
  color: #6f3a2e;
  font-size: clamp(18px, 1.25vw, 20px);
  font-weight: 700;
  line-height: 1.6;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--forest);
  font-weight: 800;
}

.check-list li::before {
  position: absolute;
  left: 0;
  color: var(--danube);
  content: "✓";
  font-weight: 900;
}

.fine-print {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.payment-strip {
  align-items: stretch;
  flex-direction: column;
  gap: 12px;
  padding-top: 18px;
  margin-top: 18px;
  border-top: 1px solid var(--line);
}

.payment-strip span {
  color: var(--forest);
  font-size: 15px;
  font-weight: 900;
}

.payment-brand-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.payment-brand-row::-webkit-scrollbar {
  display: none;
}

.card-brands span {
  display: grid;
  place-items: center;
  min-height: 54px;
  padding: 12px;
  color: var(--forest);
  background:
    linear-gradient(135deg, rgba(255, 247, 232, 0.95), rgba(234, 223, 202, 0.8));
  border: 1px solid rgba(180, 58, 46, 0.28);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(109, 36, 29, 0.12);
  font-size: 20px;
  font-weight: 900;
}

.payment-logo {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 42px;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.payment-logo svg {
  width: auto;
  height: 42px;
}

.mastercard-logo svg {
  height: 54px;
}

.visa-logo text {
  fill: #1a1f71;
  font-family: Arial Black, Arial, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -2px;
}

.payment-divider {
  width: 1px;
  height: 54px;
  background: rgba(32, 32, 29, 0.18);
}

.mastercard-logo .mc-red {
  fill: #eb001b;
}

.mastercard-logo .mc-yellow {
  fill: #f79e1b;
}

.mastercard-logo .mc-overlap {
  fill: #ff5f00;
}

.mastercard-logo text {
  fill: #2b2b2b;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.apple-pay-logo {
  margin-left: 14px;
}

.apple-pay-logo svg {
  height: 44px;
}

.apple-pay-logo rect {
  fill: #fff;
  stroke: #111;
  stroke-width: 3.5;
}

.apple-pay-logo .apple-mark,
.apple-pay-logo text {
  fill: #000;
}

.apple-pay-logo text {
  font-family: Arial, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.newsletter-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 0.7fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  padding: clamp(34px, 6vw, 64px) clamp(18px, 4vw, 56px);
  color: var(--ink);
  background: var(--paper);
  isolation: isolate;
  overflow: hidden;
}

.newsletter-band::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 247, 232, 0.94), rgba(234, 223, 202, 0.84)),
    url("https://images.unsplash.com/photo-1513635269975-59663e0ac1ad?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.newsletter-band h2 {
  margin: 0;
  color: var(--rosehip);
  font-size: clamp(28px, 2.7vw, 34px);
}

@media (min-width: 981px) {
  .newsletter-band > div:first-child {
    grid-column: 1 / -1;
  }

  .newsletter-band h2 {
    white-space: nowrap;
  }
}

.newsletter-band .eyebrow {
  color: var(--rosehip);
}

.subscribe-form {
  display: grid;
  gap: 12px;
  padding: 20px;
  background: #fffaf0;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.subscribe-form label {
  color: var(--forest);
}

.subscribe-form input {
  background: var(--paper);
}

.subscribe-result {
  min-height: 22px;
  margin: 0;
  color: var(--forest);
  font-weight: 800;
}

.story {
  --section-image: url("https://images.unsplash.com/photo-1533105079780-92b9be482077?auto=format&fit=crop&w=1800&q=80");
  background: var(--paper);
}

.story-card {
  max-width: 900px;
  padding: clamp(24px, 5vw, 46px);
  background: rgba(251, 247, 238, 0.94);
  border: 1px solid rgba(251, 247, 238, 0.46);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.benefit-grid,
.steps,
.faq-grid,
.legal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.benefit-grid article,
.steps article,
.itinerary-card,
details {
  padding: 22px;
  background: #fffaf0;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.icon {
  display: inline-block;
  margin-bottom: 22px;
  color: var(--rosehip);
  font-weight: 900;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

.sample {
  --section-image: url("https://images.unsplash.com/photo-1529260830199-42c24126f198?auto=format&fit=crop&w=1800&q=80");
  background: var(--paper);
}

.sample::before {
  background:
    linear-gradient(90deg, rgba(255, 247, 232, 0.94), rgba(234, 223, 202, 0.84)),
    var(--section-image) center/cover;
}

.sample h2,
.sample h3,
.sample .card-header strong {
  color: var(--forest);
}

.sample .eyebrow,
.sample p,
.sample small {
  color: var(--rosehip);
}

.sample-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.sample-cta {
  min-height: 430px;
  display: grid;
  align-content: center;
}

.sample-cta .section-heading {
  max-width: 760px;
}

.sample-cta-actions {
  margin-top: 26px;
}

.sample-cta-actions .button {
  min-height: 72px;
  padding: 20px 34px;
  font-size: 19px;
}

.sample-page {
  min-height: calc(100vh - 70px);
  background: var(--paper);
}

.sample-page::before {
  background:
    linear-gradient(90deg, rgba(255, 247, 232, 0.94), rgba(255, 247, 232, 0.82)),
    var(--section-image) center/cover;
}

.sample-page .section-heading {
  max-width: 920px;
  margin: 0 0 34px;
  text-align: left;
}

.sample-page .eyebrow {
  color: var(--rosehip);
  font-size: 17px;
}

.sample-page h1 {
  max-width: 980px;
  color: var(--forest);
  font-size: clamp(44px, 5.2vw, 74px);
  line-height: 1.06;
}

.sample-subtitle {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.35;
}

.detailed-itinerary {
  grid-template-columns: 1fr;
}

.itinerary-card {
  background: rgba(251, 247, 238, 0.08);
  border-color: rgba(251, 247, 238, 0.2);
}

.sample-page .itinerary-card {
  background: rgba(255, 250, 240, 0.94);
  border-color: rgba(180, 58, 46, 0.18);
  box-shadow: 0 18px 48px rgba(109, 36, 29, 0.12);
}

.day-card {
  padding: clamp(22px, 4vw, 34px);
}

.card-header {
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.sample-page .card-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  flex-wrap: nowrap;
  padding: 8px 0 24px;
  text-align: left;
}

.card-header span {
  color: var(--corn);
  font-weight: 900;
}

.sample-page .card-header span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 82px;
  min-height: 44px;
  padding: 10px 20px;
  color: var(--paper);
  background: var(--rosehip);
  border-radius: 999px;
  box-shadow: 0 10px 22px rgba(180, 58, 46, 0.2);
  font-size: 18px;
  letter-spacing: 0;
}

.sample-page .card-header strong {
  max-width: none;
  color: var(--forest);
  font-size: clamp(28px, 2.45vw, 36px);
  line-height: 1.1;
  white-space: nowrap;
}

.itinerary-card small {
  display: block;
  margin-top: 24px;
}

.day-plan {
  display: grid;
  gap: 18px;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
}

.day-plan li {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 16px;
  padding: 16px;
  background: rgba(255, 247, 232, 0.08);
  border: 1px solid rgba(255, 247, 232, 0.16);
  border-radius: 8px;
}

.sample-page .day-plan li {
  background: rgba(255, 247, 232, 0.78);
  border-color: rgba(109, 36, 29, 0.14);
}

.day-plan time {
  display: inline-grid;
  place-items: center;
  align-self: start;
  min-height: 38px;
  color: var(--forest);
  background: var(--paper);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 900;
}

.day-plan strong {
  display: block;
  margin-bottom: 6px;
  color: var(--forest);
}

.day-plan p {
  margin: 0;
  color: rgba(251, 247, 238, 0.78);
}

.sample-page .day-plan p,
.sample-page .itinerary-card small {
  color: var(--muted);
}

.how {
  --section-image: url("https://images.unsplash.com/photo-1499856871958-5b9627545d1a?auto=format&fit=crop&w=1800&q=80");
  background: var(--limestone);
}

.how .eyebrow {
  color: var(--rosehip);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.offer .eyebrow,
.request .eyebrow,
.story .eyebrow,
.faq .eyebrow {
  color: var(--rosehip);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.sample-cta .eyebrow,
.contact .eyebrow {
  color: var(--rosehip);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1;
}

.request {
  --section-image: url("https://images.unsplash.com/photo-1519677100203-a0e668c92439?auto=format&fit=crop&w=1800&q=80");
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(320px, 1fr);
  gap: clamp(26px, 5vw, 72px);
  background: var(--paper);
}

.request-copy {
  position: sticky;
  top: 110px;
  align-self: start;
}

.request-copy p {
  color: var(--muted);
  font-size: 18px;
}

.planner-form {
  padding: 24px;
  background: #fffaf0;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(31, 58, 46, 0.1);
}

fieldset {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0 0 24px;
  border: 0;
}

legend {
  grid-column: 1 / -1;
  margin-bottom: 2px;
  color: var(--forest);
  font-size: 20px;
  font-weight: 900;
}

label {
  display: grid;
  gap: 7px;
  color: var(--forest);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 12px;
  color: var(--ink);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 16px;
}

textarea,
.choice-group,
.consent {
  grid-column: 1 / -1;
}

.choice-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.choice {
  padding: 10px 12px;
  color: var(--forest);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
}

.choice.active {
  color: var(--paper);
  background: var(--danube);
  border-color: var(--danube);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-weight: 700;
}

.consent input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  flex: 0 0 18px;
}

.consent a {
  color: var(--rosehip);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.submit-button {
  width: 100%;
}

.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  text-align: center;
}

.result {
  display: none;
  margin-top: 16px;
  padding: 16px;
  color: var(--forest);
  background: rgba(217, 164, 65, 0.18);
  border: 1px solid rgba(217, 164, 65, 0.45);
  border-radius: 8px;
  font-weight: 800;
}

.result.show {
  display: block;
}

.faq,
.legal,
.payments {
  --section-image: url("https://images.unsplash.com/photo-1515542622106-78bda8ba0e5b?auto=format&fit=crop&w=1800&q=80");
  background: var(--limestone);
}

.payments {
  --section-image: url("https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?auto=format&fit=crop&w=1800&q=80");
}

.payments-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.payments-layout article,
.contact-subscribe {
  padding: 22px;
  background: #fffaf0;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.payments-layout p,
.contact-copy p,
.contact-subscribe p {
  color: var(--muted);
}

.card-brands {
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}

.contact {
  --section-image: url("https://images.unsplash.com/photo-1502602898657-3e91760cbb34?auto=format&fit=crop&w=1800&q=80");
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(320px, 0.55fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: start;
  background: var(--paper);
}

.contact::before {
  background:
    linear-gradient(90deg, rgba(255, 247, 232, 0.94), rgba(234, 223, 202, 0.84)),
    var(--section-image) center/cover;
}

.contact h2,
.contact h3,
.contact label {
  color: var(--forest);
}

.contact .eyebrow {
  color: var(--rosehip);
}

.contact-copy p,
.contact-subscribe p {
  color: var(--muted);
  font-size: 18px;
}

.contact-placeholders {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.contact-placeholders span {
  padding: 12px 14px;
  color: var(--forest);
  background: rgba(255, 250, 240, 0.88);
  border: 1px solid rgba(180, 58, 46, 0.22);
  border-radius: 8px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 900;
}

.contact-placeholders a {
  padding: 12px 14px;
  color: var(--forest);
  background: rgba(255, 250, 240, 0.88);
  border: 1px solid rgba(180, 58, 46, 0.22);
  border-radius: 8px;
  font-size: clamp(18px, 1.6vw, 24px);
  font-weight: 900;
}

.contact-facebook {
  gap: 8px;
}

.contact-facebook svg {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.subscribe-logo {
  display: block;
  width: min(36%, 280px);
  min-width: 210px;
  max-height: 150px;
  object-fit: contain;
  padding: 12px 16px;
  margin: 0 0 20px;
  background: rgba(255, 247, 232, 0.72);
  border: 1px solid rgba(109, 36, 29, 0.08);
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(109, 36, 29, 0.08);
}

details {
  background: var(--paper);
}

summary {
  color: var(--forest);
  cursor: pointer;
  font-weight: 900;
}

details p {
  margin: 12px 0 0;
  color: var(--ink);
}

.legal {
  --section-image: url("https://images.unsplash.com/photo-1505761671935-60b3a7427bad?auto=format&fit=crop&w=1800&q=80");
  background: var(--paper);
}

.legal-grid details {
  background: #fffaf0;
}

.document-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.document-button {
  display: grid;
  place-items: center;
  min-height: 78px;
  padding: 18px;
  color: var(--forest);
  background: rgba(255, 250, 240, 0.94);
  border: 1px solid rgba(180, 58, 46, 0.28);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(109, 36, 29, 0.1);
  font-size: 18px;
  font-weight: 900;
}

.document-button:hover {
  color: var(--paper);
  background: var(--rosehip);
}

.legal-docs {
  grid-template-columns: 1fr;
}

.legal-docs article {
  padding: clamp(22px, 4vw, 36px);
  background: rgba(255, 250, 240, 0.94);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(109, 36, 29, 0.1);
}

.legal-docs h3 {
  margin-bottom: 16px;
  font-size: 24px;
}

.legal-docs p {
  color: #4f463c;
}

.legal-page {
  min-height: calc(100vh - 70px);
  --section-image: url("https://images.unsplash.com/photo-1505761671935-60b3a7427bad?auto=format&fit=crop&w=1800&q=80");
}

.legal-page-card {
  max-width: 980px;
  padding: clamp(24px, 5vw, 56px);
  margin: 0 auto;
  background: rgba(255, 250, 240, 0.96);
  border: 1px solid rgba(180, 58, 46, 0.22);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(109, 36, 29, 0.16);
}

.legal-page-card h1 {
  margin-bottom: 24px;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.legal-page-card h2 {
  margin-top: 28px;
  margin-bottom: 10px;
  font-size: clamp(24px, 3vw, 34px);
}

.legal-page-card p {
  color: #4f463c;
  font-size: 17px;
}

.legal-page-card ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
  margin: 8px 0 18px;
  color: #4f463c;
  font-size: 17px;
  line-height: 1.7;
}

.legal-page-card li::marker {
  color: var(--rosehip);
}

.site-footer {
  margin-top: clamp(18px, 3vw, 34px);
  color: rgba(255, 247, 232, 0.88);
  background:
    radial-gradient(circle at 10% 0%, rgba(210, 154, 58, 0.24), transparent 32%),
    linear-gradient(135deg, #6d241d 0%, #3b1512 58%, #22100e 100%);
  border-top: 1px solid rgba(255, 247, 232, 0.18);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(260px, 0.8fr) minmax(320px, 1fr);
  align-items: start;
  gap: clamp(34px, 6vw, 96px);
  width: 100%;
  padding: 36px clamp(22px, 4vw, 64px) 28px 0;
  margin: 0;
}

.footer-brand {
  display: grid;
  gap: 12px;
  align-content: start;
  justify-items: start;
  justify-content: flex-start;
  text-align: left;
}

.footer-logo-link {
  display: inline-flex;
  align-items: center;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.footer-logo {
  display: block;
  width: 172px;
  max-height: 78px;
  object-fit: contain;
  mix-blend-mode: screen;
}

.footer-links {
  display: grid;
  gap: 14px;
  align-content: start;
  justify-items: start;
  text-align: left;
  justify-self: end;
  min-width: 330px;
}

.footer-links a,
.footer-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 0;
  padding: 0;
  color: var(--paper);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-weight: 900;
  line-height: 1.35;
  transition: color 180ms ease;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: var(--corn);
}

.footer-contact {
  display: grid;
  gap: 14px;
  align-content: start;
  justify-items: start;
  text-align: left;
  justify-self: center;
  min-width: 260px;
}

.footer-contact span,
.footer-links span {
  color: var(--corn);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.footer-contact span {
  justify-self: start;
}

.footer-links span {
  justify-self: start;
}

.footer-copyright {
  color: rgba(255, 247, 232, 0.62);
  font-size: 14px;
  text-align: left;
}

.footer-bottom {
  width: 100%;
  padding: 16px clamp(22px, 4vw, 64px) 24px 0;
  border-top: 1px solid rgba(255, 247, 232, 0.14);
}

.facebook-link {
  gap: 7px;
}

.facebook-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.success-page {
  min-height: calc(100vh - 70px);
  --section-image: url("https://images.unsplash.com/photo-1523906834658-6e24ef2386f9?auto=format&fit=crop&w=1800&q=80");
}

.success-card {
  max-width: 820px;
  padding: clamp(24px, 5vw, 56px);
  margin: 0 auto;
  background: rgba(255, 250, 240, 0.96);
  border: 1px solid rgba(180, 58, 46, 0.22);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(109, 36, 29, 0.16);
}

.success-card h1 {
  margin-bottom: 22px;
  white-space: nowrap;
  font-size: clamp(48px, 6vw, 78px);
}

.success-card p {
  color: #4f463c;
  font-size: 18px;
}

.mobile-sticky {
  display: none;
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    grid-template-columns: 1fr;
    gap: 10px 14px;
    padding: 12px 16px;
  }

  .brand {
    width: 100%;
  }

  .brand span:last-child {
    font-size: 15px;
    line-height: 1.2;
  }

  .nav {
    order: 2;
    display: flex;
    width: 100%;
    gap: 8px;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 6px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .nav::-webkit-scrollbar {
    display: none;
  }

  .nav a {
    flex: 0 0 auto;
    padding: 8px 12px;
    border-radius: 999px;
    font-size: 14px;
  }

  .hero,
  .intro,
  .offer,
  .newsletter-band,
  .contact,
  .request,
  .footer-inner {
    min-width: 0;
    grid-template-columns: 1fr;
  }

  .brief-panel,
  .request-copy {
    position: static;
  }

  .benefit-grid,
  .steps,
  .sample-layout,
  .faq-grid,
  .legal-grid,
  .document-links,
  .payments-layout {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  body {
    padding-bottom: 0;
  }

  .site-header {
    position: sticky;
    padding: 10px 12px;
  }

  .brand span:last-child {
    max-width: calc(100vw - 112px);
    font-size: 14px;
    line-height: 1.1;
  }

  .brand-logo {
    width: 58px;
    height: 42px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    max-width: 100vw;
    padding: 32px 16px 34px;
    overflow: hidden;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  h1 {
    font-size: 38px;
    line-height: 1.04;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(30px, 8.4vw, 34px);
    line-height: 1.04;
  }

  .hero h1 span {
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .success-card h1 {
    white-space: normal;
    font-size: 38px;
  }

  h2 {
    font-size: 31px;
    line-height: 1.06;
  }

  h3 {
    font-size: 17px;
  }

  .hero-copy,
  .request-copy p,
  .offer-copy p,
  .story-card p,
  .contact-copy p,
  .contact-subscribe p,
  .success-card p {
    font-size: 17px;
    line-height: 1.72;
  }

  .visibility-copy {
    font-size: 17px;
    line-height: 1.58;
  }

  .offer-copy p.visibility-copy,
  .request-copy p.visibility-copy,
  .newsletter-band p.visibility-copy,
  .sample .section-heading p.visibility-copy {
    font-size: 17px;
    line-height: 1.58;
  }

  .payment-trust {
    font-size: 17px;
  }

  .benefit-grid,
  .steps,
  .sample-layout,
  .faq-grid,
  .legal-grid,
  .document-links,
  .payments-layout,
  fieldset,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .price-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .day-plan li {
    grid-template-columns: 1fr;
  }

  .day-plan time {
    justify-self: start;
    padding: 0 12px;
  }

  .button {
    width: 100%;
    min-height: 52px;
    padding: 13px 14px;
    text-align: center;
    line-height: 1.2;
  }

  .planner-form {
    padding: 16px;
  }

  .section {
    padding: 54px 16px;
    margin: 18px 10px;
    border-radius: 16px;
    max-width: calc(100vw - 20px);
  }

  .offer h2 {
    max-width: 100%;
    font-size: clamp(27px, 7.4vw, 32px);
    line-height: 1.08;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
  }

  .offer-copy p.visibility-copy {
    max-width: 100%;
    font-size: 15.5px;
    line-height: 1.65;
    overflow-wrap: break-word;
    word-break: normal;
  }

  .offer-copy,
  .offer-card {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
  }

  .request,
  .offer,
  .story,
  .sample,
  .how,
  .faq,
  .payments,
  .contact,
  .legal,
  .legal-page,
  .success-page {
    background-attachment: scroll;
  }

  .footer-inner {
    padding-bottom: 24px;
  }

  .footer-brand,
  .footer-contact,
  .footer-links {
    min-width: 0;
    justify-self: start;
    justify-items: start;
    justify-content: start;
  }

  .footer-links a,
  .footer-contact a {
    justify-content: flex-start;
    border-radius: 0;
  }

  .request-copy {
    margin-bottom: 4px;
  }

  .choice-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .choice {
    min-height: 46px;
    padding: 10px 8px;
    text-align: center;
  }

  .trust-row span,
  .chips span {
    padding: 13px 15px;
    font-size: 15px;
  }

  .hero .trust-row {
    grid-template-columns: 1fr;
  }

  .hero-actions {
    grid-template-columns: 1fr;
  }

  .hero .trust-row span {
    min-height: 64px;
    font-size: 16px;
  }

  .sample-cta-actions .button {
    min-height: 64px;
    padding: 18px 18px;
    font-size: 17px;
  }

  .payment-brand-row {
    gap: 16px;
  }

  .payment-logo svg {
    height: 36px;
  }

  .mastercard-logo svg {
    height: 46px;
  }

  .apple-pay-logo {
    margin-left: 6px;
  }

  .apple-pay-logo svg {
    height: 38px;
  }

  .subscribe-logo {
    width: 72%;
    min-width: 0;
    max-width: 260px;
    margin-bottom: 18px;
  }

  .newsletter-band {
    padding: 36px 14px;
  }

  .subscribe-form,
  .contact-subscribe,
  .offer-card,
  .story-card,
  .planner-form,
  .success-card,
  .legal-page-card {
    border-radius: 8px;
  }

  .day-card {
    padding: 16px;
  }

  .day-plan {
    gap: 12px;
  }

  .day-plan li {
    padding: 14px;
  }

  .card-header {
    align-items: center;
    flex-direction: row;
    gap: 12px;
  }

  .sample-page .card-header {
    align-items: flex-start;
  }

  .sample-page .card-header strong {
    font-size: 24px;
    white-space: normal;
  }

  .payment-brand-row {
    gap: 18px;
  }

  .contact-placeholders {
    display: grid;
    grid-template-columns: 1fr;
  }

  .document-button {
    min-height: 62px;
    text-align: center;
  }

  .legal-page-card,
  .success-card {
    padding: 24px 18px;
  }

  .legal-page-card h1 {
    max-width: 100%;
    font-size: clamp(26px, 7.6vw, 34px);
    line-height: 1.08;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
  }

  .mobile-sticky {
    display: none;
  }
}

@media (max-width: 380px) {
  .hero h1 {
    font-size: 31px;
    line-height: 1.04;
  }
}

@media (max-width: 340px) {
  .hero h1 {
    font-size: 27px;
  }
}

@media (max-width: 380px) {
  .brand span:last-child {
    font-size: 13px;
  }

  .brand-logo {
    width: 52px;
    height: 38px;
  }

  h1,
  .success-card h1 {
    font-size: 34px;
  }

  h2 {
    font-size: 28px;
  }

  .choice-group {
    grid-template-columns: 1fr;
  }
}
