:root {
  --brand-orange: #FF7A00;
  /* action / primary */
  --xmas-red: #C1272D; /* warmer Christmas red */
  --xmas-burgundy: #B91C1C; /* darker burgundy for accents */
  /* gold / champagne palette - slightly calmer */
  --xmas-gold: #C9A564;
  --xmas-cream: #FFF8F0;
  --xmas-warm-beige: #F5E6D3;
  /* section light background */
  --xmas-section-light: #FAF7F2; /* warm very light beige to separate sections */
  --text-warm: #5D3A1A;
  --text-light: #8B6B47;
}

html {
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
}

html, body.xmas-landing {
  font-family: 'Work Sans', 'Helvetica Neue', Arial, sans-serif;
  background: linear-gradient(180deg, var(--xmas-cream) 0%, var(--xmas-warm-beige) 100%);
  color: #3d2817;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  touch-action: pan-y;
}

*, *::before, *::after { box-sizing: inherit; }

/* Typography: use the same display fonts as main project */
h1, .xmas-hero h1 {
  font-family: 'Italiana', 'Playfair Display', 'Work Sans', serif;
}

.section-head h2,
.voucher-card h3,
.voucher-sample__header h3 {
  font-family: 'Playfair Display', 'Italiana', 'Work Sans', serif;
}

.xmas-logo span {
  font-family: 'Playfair Display', 'Italiana', 'Work Sans', serif;
}

body.xmas-landing::before {
  content: '❄ ✨ ❄ ✨ ❄ ✨ ❄ ✨ ❄ ✨ ❄ ✨';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle at 20% 20%, rgba(211, 47, 47, 0.06) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(212, 175, 55, 0.08) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
  font-size: 32px;
  color: rgba(201, 165, 100, 0.05);
  line-height: 80px;
  letter-spacing: 60px;
  word-spacing: 40px;
  overflow: hidden;
  text-align: center;
  padding-top: 40px;
}

@media (max-width: 768px) {
  body.xmas-landing::before {
    display: none;
  }
}

.xmas-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 64px 0;
}

.xmas-header {
  background: linear-gradient(135deg, rgba(139, 26, 26, 0.98), rgba(211, 47, 47, 0.96));
  position: relative;
  border-bottom: 3px solid var(--xmas-gold);
  box-shadow: 0 4px 20px rgba(139, 26, 26, 0.3);
}

@media (min-width: 769px) {
  .xmas-header {
    position: sticky;
    top: 0;
    z-index: 40;
  }
}

.xmas-header .xmas-container {
  padding: 20px 0;
}

.xmas-header__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.xmas-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.02em;
}

.xmas-nav a {
  color: #fff;
  margin-left: 28px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: opacity 0.2s ease;
}

.xmas-nav a:hover {
  opacity: 0.85;
}

.xmas-nav .btn {
  margin-left: 32px;
}

.xmas-hero {
  position: relative;
  background: 
    linear-gradient(135deg, rgba(43, 58, 119, 0.92), rgba(22, 91, 51, 0.88)),
    repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255, 122, 0, 0.03) 35px, rgba(255, 122, 0, 0.03) 70px);
  color: #fff;
  padding: 120px 0;
  overflow: visible;
  width: 100%;
}

@media (max-width: 768px) {
  .xmas-hero {
    padding: 60px 0;
    overflow-x: hidden;
  }
}

.xmas-hero::before {
  content: '❄';
  position: absolute;
  top: 10%;
  left: 5%;
  font-size: 80px;
  opacity: 0.15;
  animation: snowfall 20s linear infinite;
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .xmas-container {
    width: calc(100% - 24px);
    padding: 48px 0;
  }
}

.xmas-hero::after {
  content: '❅';
  position: absolute;
  top: 20%;
  right: 8%;
  font-size: 60px;
  opacity: 0.12;
  animation: snowfall 25s linear infinite reverse;
}

@keyframes snowfall {
  0% { transform: translateY(0) rotate(0deg); }
  100% { transform: translateY(100vh) rotate(360deg); }
}

.xmas-hero__overlay {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 15% 25%, rgba(212, 175, 55, 0.18) 0%, transparent 40%),
    radial-gradient(circle at 85% 75%, rgba(196, 30, 58, 0.12) 0%, transparent 40%);
  opacity: 0.6;
}

.xmas-hero__content {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, rgba(28,48,62,0.85), rgba(32,32,40,0.82));
  border-radius: 28px;
  padding: 40px 40px 38px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.35);
}

.xmas-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  color: var(--xmas-gold);
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.xmas-hero h1 {
  font-size: clamp(36px, 6vw, 56px);
  line-height: 1.25;
  margin-bottom: 18px;
}

.xmas-hero__lead {
  font-size: 17px;
  max-width: 660px;
  line-height: 1.65;
  margin-bottom: 16px;
}

.xmas-hero__bullets {
  list-style: none;
  padding: 0;
  margin: 16px 0 26px;
}

.xmas-hero__bullets li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  font-weight: 500;
}

.xmas-hero__bullets li::before {
  content: '•';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--xmas-gold);
  font-size: 16px;
}

.btn {
  border-radius: 999px;
  padding: 12px 26px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.btn-primary {
  background-color: var(--xmas-red);
  color: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  transition: all 0.18s cubic-bezier(.2,.9,.2,1);
  border: 0;
  border-radius: 14px; /* larger rounded buttons */
  padding: 14px 30px;
  font-size: 18px;
  display: inline-flex;
  gap: 8px;
}

.btn-primary:hover {
  background-color: #a81a23; /* slightly darker */
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(0,0,0,0.14);
}

.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  background: transparent;
}

.btn-light {
  background: #fff;
  color: #2d1810;
  border: 2px solid var(--xmas-gold);
  font-weight: 800;
  box-shadow: 0 6px 22px rgba(0,0,0,0.20);
  letter-spacing: 0.04em;
}

/* make sure header nav buttons are visible (higher specificity than .xmas-nav a) */
.xmas-nav .btn-light {
  /* stronger, high-contrast header button */
  color: var(--xmas-burgundy) !important;
  background: linear-gradient(180deg, #FFF9EA 0%, #FFF6DF 100%) !important;
  border: 3px solid var(--xmas-burgundy) !important;
  padding: 14px 34px !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: 0.06em !important;
  box-shadow: 0 12px 36px rgba(139,26,26,0.22) !important;
  text-shadow: none !important; /* remove any halo */
  border-radius: 999px !important;
}

.xmas-nav .btn-light:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 52px rgba(139,26,26,0.26) !important;
}

.xmas-hero__cta .btn + .btn {
  margin-left: 18px;
}
/* refined hero CTA layout */
.xmas-hero__cta {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.xmas-hero__badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.xmas-hero__badges div {
  background: rgba(255,255,255,0.18);
  border-radius: 16px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  border: 1px solid rgba(201,165,100,0.35);
  box-shadow: 0 3px 10px rgba(0,0,0,0.20);
}

.xmas-hero__badges div:nth-child(2) {
  background: linear-gradient(135deg, rgba(201,165,100,0.26), rgba(212,175,55,0.22));
  border: 1.5px solid var(--xmas-gold);
  box-shadow: 0 0 18px rgba(201,165,100,0.4);
  font-weight: 600;
}

.xmas-section {
  background: var(--xmas-cream);
}

.xmas-section--white {
  background: #fff;
}

.xmas-section--light {
  background: var(--xmas-section-light);
  border-top: 2px solid rgba(212, 175, 55, 0.2);
  border-bottom: 2px solid rgba(212, 175, 55, 0.2);
  position: relative;
}

.xmas-section--light::after {
  content: '✦';
  position: absolute;
  top: 20px;
  right: 5%;
  font-size: 48px;
  color: var(--xmas-gold);
  opacity: 0.08;
  transform: rotate(15deg);
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.section-head h2 {
  color: #1a1a1a;
  font-size: clamp(32px, 4vw, 42px);
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 13px;
  color: var(--xmas-red);
  margin-bottom: 14px;
  font-weight: 700;
}

.intro {
  color: #4a4a4a;
  font-size: 17px;
  line-height: 1.7;
  font-weight: 400;
}

.benefits-grid,
.voucher-grid,
.steps-grid,
.testimonial-grid,
.order-grid {
  display: grid;
  gap: 24px;
}

.benefits-grid,
.steps-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.benefit,
.steps-grid article,
.voucher-card,
.testimonial-grid article {
  background: #fff;
  border-radius: 24px;
  padding: 32px 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12), 0 12px 36px rgba(0,0,0,0.08);
  border: 3px solid rgba(201, 165, 100, 0.25);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.benefit:hover,
.voucher-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 
    0 24px 60px rgba(0,0,0,0.18),
    0 0 50px rgba(201, 165, 100, 0.3);
  border-color: var(--xmas-gold);
}

.benefit h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-weight: 700;
}

.benefit p {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1.7;
  font-weight: 400;
}

.voucher-grid {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.extras-note {
  margin-top: 32px;
  padding: 24px;
  background: rgba(212, 175, 55, 0.08);
  border-radius: 18px;
  border-left: 6px solid var(--xmas-gold);
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.extras-note p {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1.7;
  margin: 0;
  font-weight: 500;
}

.voucher-card__icon {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}

.voucher-card h3 {
  font-size: 42px;
  color: #0a0a0a;
  margin-bottom: 8px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.voucher-card__label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--xmas-burgundy);
  font-weight: 700;
  margin-bottom: 8px;
}

.voucher-card__label.ribbon {
  position: relative;
  display: inline-block;
  padding: 8px 14px;
  background: linear-gradient(90deg, var(--xmas-gold), rgba(201,165,100,0.6));
  border: 2px solid var(--xmas-burgundy);
  border-radius: 999px;
  color: var(--xmas-burgundy);
  font-weight: 800;
}

.voucher-card__label.ribbon::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 0; height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--xmas-gold);
}

.voucher-card__price {
  font-size: 56px;
  margin: 12px 0 28px;
  color: var(--xmas-burgundy);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  padding: 20px 24px;
  border-top: 3px solid rgba(201, 165, 100, 0.25);
  border-bottom: 3px solid rgba(201, 165, 100, 0.25);
  background: linear-gradient(135deg, rgba(201, 165, 100, 0.04), rgba(201, 165, 100, 0.01));
  border-radius: 12px;
  margin: 20px 0 32px;
}

.voucher-card ul {
  padding-left: 0;
  list-style: none;
  color: #2a2a2a;
  min-height: 110px;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}

.voucher-card li {
  margin-bottom: 12px;
  padding-left: 26px;
  position: relative;
}

.voucher-card li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--xmas-gold);
  font-weight: 700;
  font-size: 18px;
}

.extras-section {
  background: #fff;
  color: #2a2a2a;
  position: relative;
}

.extras-section h3 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.3;
  color: #1a1a1a;
}

.extras-section .eyebrow {
  color: var(--xmas-red);
  font-size: 13px;
}

.extras-section .section-head h2 {
  color: #1a1a1a;
}

.extras-section .intro {
  color: #4a4a4a;
}

.extras-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.extras-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 14px;
}

.extras-card {
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(255,255,255,0.9);
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.04);
}

.extras-card__icon {
  font-size: 28px;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(201,165,100,0.14), rgba(201,165,100,0.04));
}

.extras-card__title {
  font-weight: 700;
  color: #2d1810;
}

.extras-card__desc {
  font-size: 13px;
  color: var(--text-light);
  margin-top: 4px;
}

.extras-card__price {
  margin-left: auto;
  font-weight: 700;
  font-size: 18px;
  color: var(--xmas-burgundy);
  white-space: nowrap;
  flex-shrink: 0;
}

.extras-checkbox {
  display: block;
  cursor: pointer;
}

.extras-checkbox input[type="checkbox"] {
  display: none; /* hidden - we style the card */
}

.extras-checkbox__card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #fff;
  border-radius: 14px;
  padding: 14px 16px;
  border: 2px solid rgba(201, 165, 100, 0.2);
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.extras-checkbox__card:hover {
  border-color: rgba(201, 165, 100, 0.5);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.extras-checkbox__icon { 
  font-size: 28px; 
  width: 52px; 
  height: 52px; 
  display:flex; 
  align-items:center; 
  justify-content:center; 
  border-radius:12px; 
  background: linear-gradient(135deg, rgba(201,165,100,0.15), rgba(201,165,100,0.05));
  transition: all 0.25s ease;
  flex-shrink: 0;
}
.extras-checkbox__title { 
  font-weight:700; 
  color:#1a1a1a; 
  font-size: 16px;
}
.extras-checkbox__subtitle { 
  font-size:13px; 
  color:var(--text-light); 
  margin-top:4px; 
  line-height: 1.4;
}
.extras-checkbox__price { 
  margin-left:auto; 
  font-weight:800; 
  color:var(--xmas-burgundy); 
  font-size: 18px;
  flex-shrink: 0;
}

/* Checkbox checked state */
.extras-checkbox input[type="checkbox"]:checked + .extras-checkbox__card {
  background: linear-gradient(135deg, rgba(193,39,45,0.08), rgba(193,39,45,0.04));
  box-shadow: 0 8px 24px rgba(193,39,45,0.16);
  border: 2px solid var(--xmas-red);
  transform: translateY(-2px);
}

.extras-checkbox input[type="checkbox"]:checked + .extras-checkbox__card .extras-checkbox__icon {
  background: linear-gradient(135deg, var(--xmas-red), var(--xmas-burgundy));
  color: #fff;
  transform: scale(1.1);
}

.extras-checkbox input[type="checkbox"]:checked + .extras-checkbox__card .extras-checkbox__title {
  color: var(--xmas-red);
}

.extras-checkbox input[type="checkbox"]:checked + .extras-checkbox__card .extras-checkbox__price {
  color: var(--xmas-red);
  font-size: 18px;
}

/* subtle snow in the offer section */
#nabidka.xmas-section--light {
  background-image: radial-gradient(circle at 10% 10%, rgba(255,255,255,0.06) 0, rgba(255,255,255,0) 20px), radial-gradient(circle at 70% 40%, rgba(255,255,255,0.05) 0, rgba(255,255,255,0) 18px);
  background-repeat: repeat;
}

/* small decorative candle in hero eyebrow */
.xmas-hero__eyebrow::before {
  content: '🕯️';
  margin-right: 8px;
}

/* make voucher sample border more festive */
.voucher-sample__card { border: 4px solid linear-gradient(90deg, rgba(201,165,100,0.9), rgba(185,28,28,0.5)); }

/* mobile: make voucher-grid swipable */
@media (max-width: 768px) {
  .voucher-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 14px;
    padding-bottom: 12px;
  }
  .voucher-card { min-width: 260px; scroll-snap-align: start; flex: 0 0 auto; }
  .extras-cards { grid-template-columns: repeat(2, 1fr); }
}

/* sticky mobile CTA */
.mobile-sticky-cta { display: none; }
@media (max-width: 560px) {
  .mobile-sticky-cta { display: block; position: fixed; right: 14px; left: 14px; bottom: 14px; z-index: 60; }
  .mobile-sticky-cta .btn { width: 100%; border-radius: 12px; padding: 14px 18px; font-size: 17px; }
}

.extras-list {
  list-style: none;
  padding: 0;
}

.extras-list li {
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
}

.extras-list li span {
  font-weight: 500;
}

.extras-list li strong {
  font-weight: 700;
  font-size: 17px;
}

.steps-grid article span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--xmas-gold), #C89F3C);
  color: var(--xmas-burgundy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  font-weight: 800;
  font-size: 22px;
  box-shadow: 0 4px 14px rgba(212, 175, 55, 0.4);
}

.steps-grid article h3 {
  font-size: 20px;
  color: #1a1a1a;
  margin-bottom: 10px;
  font-weight: 700;
}

.steps-grid article p {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.6;
}

.testimonial-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.testimonial-grid article {
  border: 1px solid rgba(0, 0, 0, 0.05);
  min-height: 170px;
}

.testimonial-grid article p {
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1.7;
  font-style: italic;
}

.faq details {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 18px 22px;
  background: #fff;
  margin-bottom: 14px;
  transition: all 0.2s ease;
}

.faq details:hover {
  border-color: var(--xmas-gold);
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.faq summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 17px;
  color: #1a1a1a;
  line-height: 1.5;
}

.faq details p {
  margin-top: 12px;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 1.7;
}

.order-section {
  background: #fff;
}

.order-section h2 {
  font-size: clamp(28px, 4vw, 38px);
  color: #1a1a1a;
  margin-bottom: 16px;
  line-height: 1.3;
}

.order-section .intro {
  font-size: 17px;
  line-height: 1.7;
  color: #4a4a4a;
}

.order-grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: start;
}

.order-highlights {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.order-highlights li {
  margin-bottom: 10px;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1.6;
}

.order-highlights li::before {
  content: '🎁';
  position: absolute;
  left: 0;
  font-size: 16px;
}

.contact-card {
  border: 2px solid var(--xmas-gold);
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: var(--xmas-section-light);
}

.contact-card p {
  font-size: 16px;
  color: #2a2a2a;
  margin-bottom: 8px;
  font-weight: 600;
}

.contact-card a {
  font-size: 17px;
  font-weight: 700;
  color: var(--xmas-burgundy);
  text-decoration: none;
}

.contact-card a:hover {
  color: var(--xmas-red);
  text-decoration: underline;
}

.order-reassurance {
  font-size: 14px;
  color: #5a5a5a;
  font-style: italic;
  margin: 16px 0 24px 0;
  padding: 14px 18px;
  background: rgba(201, 165, 100, 0.08);
  border-radius: 12px;
  border-left: 4px solid var(--xmas-gold);
  line-height: 1.6;
}

.xmas-form {
  background: var(--xmas-white);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 20px 60px rgba(18, 35, 29, 0.12);
}

.xmas-form label,
.xmas-form fieldset {
  display: block;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 600;
  color: #2a2a2a;
}

.xmas-form input,
.xmas-form select,
.xmas-form textarea {
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
  margin-top: 6px;
  transition: border-color 0.2s ease;
}

.xmas-form input:focus,
.xmas-form select:focus,
.xmas-form textarea:focus {
  outline: none;
  border-color: var(--xmas-gold);
}

.xmas-form fieldset {
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 20px;
}

.xmas-form legend {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  padding: 0 8px;
}

.xmas-form button[type="submit"] {
  display: block;
  margin: 24px auto 0 auto;
  width: auto;
  min-width: 280px;
}

.qr-payment-info {
  background: rgba(212, 175, 55, 0.08);
  padding: 20px;
  border-radius: 14px;
  border-left: 5px solid var(--xmas-gold);
}

.qr-payment-info strong {
  color: var(--xmas-burgundy);
  font-size: 17px;
  font-weight: 700;
}

.qr-payment-info ul {
  list-style: none;
  padding: 0;
  margin: 14px 0;
}

.qr-payment-info li {
  margin-bottom: 10px;
  font-size: 16px;
  color: #2a2a2a;
  line-height: 1.6;
}

.payment-note {
  font-size: 15px;
  color: #5a5a5a;
  margin-top: 14px;
  font-style: italic;
  line-height: 1.5;
}

.checkbox-inline,
.radio-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.order-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(201, 165, 100, 0.12), rgba(201, 165, 100, 0.06));
  border: 2px solid var(--xmas-gold);
  margin-bottom: 20px;
}

.order-summary p {
  font-size: 17px;
  font-weight: 600;
  color: #2a2a2a;
  margin: 0;
}

#order-total {
  font-size: 28px;
  font-weight: 800;
  color: var(--xmas-burgundy);
}

#order-total.order-total-placeholder {
  font-size: 16px;
  font-weight: 500;
  color: var(--text-light);
  opacity: 0.75;
}

.consent-note {
  font-size: 13px;
  line-height: 1.5;
  color: #5a5a5a;
  margin: 16px 0 0 0;
  text-align: center;
}

.consent-note a {
  color: var(--xmas-burgundy);
  text-decoration: underline;
  font-weight: 600;
}

.consent-note a:hover {
  color: var(--xmas-red);
}

.form-status {
  margin-top: 12px;
  font-weight: 600;
  color: var(--xmas-green);
}

.form-status--error {
  color: var(--xmas-red);
}

.xmas-footer {
  background: linear-gradient(135deg, var(--xmas-burgundy), rgba(139, 26, 26, 0.95));
  color: #fff;
  border-top: 4px solid var(--xmas-gold);
}

.xmas-footer__wrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  padding: 36px 0;
  font-size: 16px;
}

.xmas-footer__wrap p {
  margin: 0;
  font-weight: 500;
}

.xmas-footer__wrap a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.xmas-footer__wrap a:hover {
  color: var(--xmas-gold);
  text-decoration: underline;
}

@media (max-width: 768px) {
  .xmas-nav {
    display: none;
  }

  .xmas-container {
    padding: 48px 0;
  }

  .xmas-form {
    padding: 24px;
  }

  .xmas-hero__badges {
    flex-direction: column;
  }
  
  .xmas-hero::before,
  .xmas-hero::after {
    animation: none;
  }
}

.voucher-preview {
  background: #fff;
  padding: 80px 0;
}

.voucher-sample {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.voucher-sample__card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 
    0 30px 80px rgba(139, 26, 26, 0.3),
    0 12px 36px rgba(0, 0, 0, 0.15),
    inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  overflow: hidden;
  border: 12px solid #e8e4e0;
  outline: 3px solid var(--xmas-gold);
  outline-offset: -15px;
  position: relative;
  transition: transform 0.3s ease;
}

.voucher-sample__card:hover {
  transform: translateY(-8px);
}

.voucher-sample__photo-bg {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.voucher-sample__photo-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05);
}

.voucher-sample__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 65%;
  padding: 44px 48px 0 48px;
  background: linear-gradient(to bottom, 
    rgba(165, 145, 190, 0.95) 0%, 
    rgba(185, 165, 210, 0.88) 60%,
    rgba(205, 185, 230, 0.60) 90%,
    rgba(220, 200, 240, 0) 100%);
  text-align: center;
}

.voucher-sample__snowflakes {
  position: absolute;
  top: 56%;
  left: 0;
  right: 0;
  font-size: 32px;
  letter-spacing: 28px;
  padding-left: 28px;
  color: rgba(255, 255, 255, 1);
  text-shadow: 
    0 2px 8px rgba(0, 0, 0, 0.25),
    0 0 20px rgba(255, 255, 255, 0.3);
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .voucher-sample__snowflakes {
    font-size: 20px;
    letter-spacing: 16px;
    padding-left: 16px;
  }
}

.voucher-sample__title {
  font-family: 'Italiana', 'Playfair Display', cursive;
  font-size: 72px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  margin: 16px 0 28px 0;
  text-shadow: 
    0 4px 16px rgba(0, 0, 0, 0.5),
    0 2px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: 0.04em;
  line-height: 1;
  
  * {
    max-width: 100%;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
}

.voucher-sample__subtitle {
  font-size: 18px;
  color: #3d3d3d;
  background: rgba(245, 245, 250, 0.95);
  padding: 16px 28px;
  border-radius: 6px;
  line-height: 1.65;
  font-weight: 300;
  letter-spacing: 0.01em;
  max-width: 620px;
  margin: 0 auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  border: 0;
}

.voucher-sample__footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  background: linear-gradient(180deg, #ebe7e3 0%, #e0dcd8 100%);
  padding: 28px 36px;
  font-size: 13px;
  line-height: 1.7;
  border-top: 2px solid rgba(201, 165, 100, 0.3);
}

.voucher-sample__footer-item {
  padding: 0 14px;
}

.voucher-sample__footer-item:not(:last-child) {
  border-right: 1px solid rgba(100, 80, 100, 0.18);
}

.voucher-sample__footer-item span {
  display: block;
  color: #6a5a6a;
  font-size: 10px;
  margin-bottom: 4px;
  text-transform: none;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.voucher-sample__footer-item strong {
  display: block;
  color: #2d1810;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
}

.voucher-sample__note {
  margin-top: 24px;
  text-align: center;
  font-size: 14px;
  color: var(--text-light);
  font-style: italic;
}

.postal-service-info > p:first-child {
  text-align: center;
  margin-bottom: 16px;
}

.postal-service-info strong {
  color: var(--xmas-burgundy);
  font-size: 16px;
}

.postal-service-info > p {
  margin: 0 0 16px 0;
  color: #3d2817;
  line-height: 1.6;
  text-align: center;
}

.postal-service-info a {
  color: var(--brand-orange);
  text-decoration: underline;
  font-weight: 600;
}

.postal-service-info a:hover {
  color: var(--xmas-red);
}

.postal-instructions {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  padding: 20px;
  margin-top: 16px;
}

.postal-instructions strong {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  color: var(--xmas-red);
}

.postal-instructions ol {
  list-style: decimal;
  margin: 0 0 16px 0;
  padding-left: 24px;
  color: #3d2817;
}

.postal-instructions li {
  margin-bottom: 8px;
  line-height: 1.6;
  padding-left: 4px;
}

.postal-note {
  font-size: 13px;
  color: #5a4a3a;
  font-style: italic;
  margin: 0;
}

.voucher-sample__note {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #666;
  font-style: italic;
}

@media (max-width: 640px) {
  .voucher-sample__footer {
    grid-template-columns: 1fr;
  }

  .qr-placeholder {
    margin: 0 auto;
  }
}

/* === Overrides & new typography adjustments === */
.xmas-logo span {
  font-family: 'Italiana', 'Playfair Display', serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.xmas-nav a {
  font-size: 16px;
  font-family: 'Work Sans', Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.xmas-hero__bullets li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 22px;
}

/* featured voucher diagonal stripe */
.voucher-card { position: relative; overflow: hidden; }

.voucher-card--featured {
  border: 2px solid rgba(201, 165, 100, 0.3);
  box-shadow: 
    0 4px 20px rgba(0,0,0,0.06),
    0 0 40px rgba(201, 165, 100, 0.12);
}

.voucher-card--featured::before {
  content: 'NEJOBLÍBENĚJŠÍ';
  position: absolute;
  top: 0;
  right: 0;
  /* Diagonal ribbon at 45deg: moved further down to show first letter */
  transform: translate(92px, 54px) rotate(45deg);
  width: 320px;
  background: linear-gradient(135deg, var(--xmas-gold), #d4af37);
  color: #641010;
  text-align: center;
  /* rotation handled above with translate */
  font-size: 12px;
  letter-spacing: 0.18em;
  font-weight: 700;
  padding: 8px 0 10px; /* vertical padding for legibility */
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
  border: 2px solid rgba(139,26,26,0.5);
  pointer-events: none;
}

/* consent inline alignment */
.consent { align-items: center; font-size: 14px; line-height: 1.4; }
.consent input[type="checkbox"] { margin-top: 0; }

/* postal instructions typography */
.postal-instructions ol { margin: 12px 0 16px; padding-left: 22px; }
.postal-instructions ol li { font-size: 15px; line-height: 1.6; margin-bottom: 6px; color: #2a2a2a; }
.postal-instructions p { font-size: 15px; line-height: 1.6; color: #3a3a3a; }
.postal-note { font-size: 14px; line-height: 1.6; color: #5a4632; }

/* Extra gold Christmas accents */
.section-head h2::after {
  content: '✨';
  display: inline-block;
  margin-left: 8px;
  font-size: 0.6em;
  opacity: 0.3;
  animation: twinkle 3s ease-in-out infinite;
}

.benefit::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  width: 32px;
  height: 32px;
  background: radial-gradient(circle, rgba(201,165,100,0.12), transparent 70%);
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.benefit:hover::before {
  opacity: 1;
}

.extras-note::before {
  content: '🎄';
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  opacity: 0.15;
}

.postal-service-info {
  position: relative;
}

.postal-service-info::before {
  content: '✦';
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 32px;
  color: var(--xmas-gold);
  opacity: 0.1;
}

/* Gallery preview section */
.xmas-gallery-preview {
  background: var(--xmas-cream);
}

.xmas-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.xmas-gallery__item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 2px solid rgba(201, 165, 100, 0.2);
}

.xmas-gallery__item--large {
  grid-column: span 2;
}

.xmas-gallery__item:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 16px 48px rgba(0,0,0,0.18),
    0 0 40px rgba(201, 165, 100, 0.2);
}

.xmas-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 280px;
}

.xmas-gallery__item--large img {
  min-height: 380px;
}

.xmas-gallery__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
  color: #fff;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.xmas-gallery__item:hover .xmas-gallery__caption {
  opacity: 1;
}

@media (max-width: 768px) {
  .xmas-gallery {
    grid-template-columns: 1fr;
  }
  
  .xmas-gallery__item--large {
    grid-column: span 1;
  }
  
  .xmas-gallery__item img {
    min-height: 240px;
  }
  
  .xmas-gallery__item--large img {
    min-height: 300px;
  }
}

/* Hero improvements */
.xmas-hero__social-proof {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.22);
  padding: 10px 20px;
  border-radius: 999px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
}

.xmas-hero__price-highlight {
  font-size: 24px;
  margin: 14px 0 24px;
  padding: 14px 26px;
  background: rgba(255,255,255,0.20);
  border-radius: 14px;
  display: inline-block;
  border: 1.5px solid rgba(201,165,100,0.45);
  box-shadow: 0 4px 16px rgba(0,0,0,0.25);
  white-space: nowrap;
}

.xmas-hero__price-highlight strong {
  color: var(--xmas-gold);
  font-size: 32px;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0,0,0,0.30);
  white-space: nowrap;
}

/* .xmas-hero__photo {
  margin: 36px 0 40px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.22);
  max-width: 560px;
  position: relative;
} */

.xmas-hero__photo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .xmas-hero__photo {
    margin: 28px 0 32px;
    box-shadow: 0 6px 22px rgba(0,0,0,0.20);
    max-width: 100%;
  }
}

/* Gallery carousel in benefits */
.xmas-gallery-carousel {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 32px 0;
}

.xmas-gallery-carousel__item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.xmas-gallery-carousel__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.xmas-gallery-carousel__item img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

/* Mobile sticky CTA */
.mobile-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
  z-index: 999;
  transform: translateY(100%);
  transition: transform 0.3s ease;
  display: none;
  border-top: 2px solid var(--xmas-gold);
}

.mobile-sticky-cta.visible {
  transform: translateY(0);
}

.mobile-sticky-cta .btn {
  width: 100%;
  font-size: 18px;
  padding: 16px;
  box-shadow: 0 4px 16px rgba(193, 39, 45, 0.25);
}

.btn-block {
  width: 100%;
  display: block;
}

/* Form hints */
.form-hint {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: var(--text-light);
  font-style: italic;
}

/* Info tooltip for person count */
.info-tooltip {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--xmas-gold);
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  font-weight: 700;
  margin-left: 6px;
  cursor: help;
  position: relative;
}

.info-tooltip:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  z-index: 100;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Improved voucher cards - luxury look */
.voucher-card {
  position: relative;
  /* overflow: visible; */
}

.voucher-card--featured {
  transform: scale(1.05);
  z-index: 2;
}

@media (max-width: 768px) {
  .mobile-sticky-cta {
    display: block;
  }
  
  .xmas-gallery-carousel {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  
  .xmas-gallery-carousel__item img {
    height: 240px;
  }
  
  .xmas-hero__photo {
    max-width: 100%;
  }
  
  .xmas-hero__price-highlight {
    font-size: 16px;
    padding: 10px 16px;
    max-width: calc(100vw - 48px);
    box-sizing: border-box;
  }
  
  .xmas-hero__price-highlight strong {
    font-size: 24px;
  }
  
  .voucher-card--featured {
    transform: scale(1);
  }
}

/* Show sticky CTA on larger mobile/tablet too */
@media (max-width: 992px) {
  .mobile-sticky-cta {
    display: block;
  }
}

/* Premium extras cards in 2x2 grid */
.extras-grid-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 40px 0;
}

.extras-card-premium {
  background: #fff;
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  box-shadow: 
    0 12px 32px rgba(0, 0, 0, 0.1),
    0 4px 12px rgba(0, 0, 0, 0.06);
  border: 3px solid var(--xmas-gold);
  transition: all 0.3s ease;
  position: relative;
  overflow: visible;
}

.extras-card-premium--featured {
  border-color: var(--xmas-red);
  box-shadow: 
    0 16px 40px rgba(193, 39, 45, 0.15),
    0 8px 20px rgba(0, 0, 0, 0.1);
}

.extras-card-premium__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--xmas-red), var(--xmas-burgundy));
  color: #fff;
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(193, 39, 45, 0.4);
  white-space: nowrap;
}

.extras-card-premium:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 
    0 20px 60px rgba(139, 26, 26, 0.18),
    0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: var(--xmas-red);
}

.extras-card-premium__icon {
  font-size: 64px;
  margin-bottom: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(201, 165, 100, 0.12), rgba(201, 165, 100, 0.04));
}

.extras-card-premium__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #1a1a1a;
  line-height: 1.3;
}

.extras-card-premium__desc {
  font-size: 16px;
  line-height: 1.7;
  color: #5a5a5a;
  margin-bottom: 20px;
  min-height: 50px;
}

.extras-card-premium__price {
  font-size: 28px;
  font-weight: 800;
  color: var(--xmas-red);
  padding: 12px 24px;
  background: rgba(193, 39, 45, 0.08);
  border-radius: 12px;
  display: inline-block;
}

.extras-cta {
  text-align: center;
  margin-top: 40px;
}

.btn-large {
  font-size: 20px;
  padding: 18px 40px;
}

.how-it-works-cta {
  text-align: center;
  margin-top: 48px;
}

.flexible-options-note {
  max-width: 720px;
  margin: 48px auto 0;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(201, 165, 100, 0.1), rgba(201, 165, 100, 0.05));
  border-radius: 20px;
  border: 3px solid var(--xmas-gold);
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.flexible-options-note h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--xmas-burgundy);
  margin-bottom: 14px;
  line-height: 1.3;
}

.flexible-options-note p {
  font-size: 16px;
  line-height: 1.7;
  color: #2a2a2a;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .extras-grid-cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  
  .extras-card-premium {
    padding: 20px 16px;
  }
  
  .extras-card-premium__icon {
    font-size: 36px;
    width: 60px;
    height: 60px;
  }
  
  .extras-card-premium__title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  
  .extras-card-premium__desc {
    font-size: 13px;
    line-height: 1.5;
    min-height: 38px;
    margin-bottom: 12px;
  }
  
  .extras-card-premium__price {
    font-size: 20px;
    padding: 8px 16px;
  }
  
  .extras-card-premium__badge {
    font-size: 10px;
    padding: 4px 10px;
    top: -8px;
  }
  
  .btn-large {
    font-size: 18px;
    padding: 16px 32px;
    width: 100%;
  }
}
