/* ── WinWin Travel — Brand Stylesheet ─────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --cnvs-themecolor: #1B6B4A;
  --cnvs-themecolor-rgb: 27,107,74;
  --ww-gold: #D4A017;
  --ww-dark: #0D1B0F;
  --ww-cream: #F7F3EE;
  --ww-text: #2C2C2C;
  --ww-muted: #6B7280;
  --ww-border: #E5EDE9;
  --ww-surface: #F0F7F3;
  --ww-red: #C0392B;
  --ww-green-light: #E8F5EF;
  --radius: 10px;
  --shadow: 0 2px 16px rgba(27,107,74,0.10);
  --shadow-lg: 0 8px 40px rgba(27,107,74,0.14);
}

/* ── Base ──────────────────────────────────────────────────────────────────── */
body { font-family: 'DM Sans', sans-serif; color: var(--ww-text); background: #fff; }

h1,h2,h3,h4,h5,h6 {
  font-family: 'Cormorant Garamond', serif;
  text-wrap: balance;
}

/* ── Header ────────────────────────────────────────────────────────────────── */
#header { background: var(--ww-dark); }
#header .menu-link > div { font-size: 14px; font-weight: 500; letter-spacing: 0.3px; }
#header .menu-link:hover > div { color: var(--ww-gold) !important; }
.header-misc .btn { font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 600; }
.ww-header-cta {
  background: var(--cnvs-themecolor);
  color: #fff;
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.ww-header-cta:hover { background: #145237; color: #fff; transform: translateY(-1px); }

/* ── Hero ──────────────────────────────────────────────────────────────────── */
#home {
  background: var(--ww-dark);
  min-height: 92vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
#home::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(13,27,15,0.55) 0%, rgba(13,27,15,0.75) 100%);
  z-index: 1;
}
.ww-hero-bg {
  position: absolute; inset: 0;
  background-image: url('https://canvas-builder.nyc3.cdn.digitaloceanspaces.com/images/hospitality/001/hero.webp');
  background-size: cover;
  background-position: center 40%;
  transform: scale(1.04);
  animation: heroZoom 18s ease-in-out infinite alternate;
}
@keyframes heroZoom { from { transform:scale(1.04); } to { transform:scale(1.10); } }

.ww-hero-content { position: relative; z-index: 2; padding: 100px 0 80px; }
.ww-hero-eyebrow {
  display: inline-block;
  background: rgba(212,160,23,0.18);
  border: 1px solid rgba(212,160,23,0.4);
  color: var(--ww-gold);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 6px 18px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.ww-hero-title {
  font-size: clamp(42px, 7vw, 82px);
  color: #fff;
  line-height: 1.08;
  font-weight: 700;
  margin-bottom: 24px;
}
.ww-hero-title em { color: var(--ww-gold); font-style: italic; }
.ww-hero-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  max-width: 540px;
  margin-bottom: 40px;
}
.ww-hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.ww-btn-primary {
  background: var(--cnvs-themecolor);
  color: #fff;
  padding: 16px 36px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ww-btn-primary:hover { background: #145237; color: #fff; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(27,107,74,0.35); }
.ww-btn-ghost {
  background: transparent;
  color: #fff;
  padding: 15px 32px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.4);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.ww-btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,0.08); color: #fff; }

.ww-hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.12);
  flex-wrap: wrap;
}
.ww-stat-item { text-align: left; }
.ww-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  font-weight: 700;
  color: var(--ww-gold);
  line-height: 1;
  display: block;
}
.ww-stat-label { font-size: 12px; color: rgba(255,255,255,0.6); letter-spacing: 1px; text-transform: uppercase; margin-top: 4px; display: block; }

/* ── Trust Strip ───────────────────────────────────────────────────────────── */
.ww-trust {
  background: var(--ww-dark);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  padding: 20px 0;
}
.ww-trust-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.ww-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.65);
  font-size: 13px;
  font-weight: 500;
}
.ww-trust-item i { color: var(--ww-gold); font-size: 16px; }

/* ── Why Us ────────────────────────────────────────────────────────────────── */
.ww-why { background: var(--ww-cream); }
.ww-section-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--cnvs-themecolor);
  margin-bottom: 12px;
}
.ww-section-title {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  color: var(--ww-dark);
  line-height: 1.15;
  margin-bottom: 0;
}
.ww-why-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 36px 32px;
  height: 100%;
  border: 1px solid var(--ww-border);
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.ww-why-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--cnvs-themecolor);
  transform: scaleX(0);
  transition: transform 0.25s;
}
.ww-why-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.ww-why-card:hover::before { transform: scaleX(1); }
.ww-why-icon {
  width: 56px; height: 56px;
  background: var(--ww-green-light);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.ww-why-icon i { color: var(--cnvs-themecolor); font-size: 24px; }
.ww-why-card h4 { font-size: 22px; font-weight: 700; color: var(--ww-dark); margin-bottom: 10px; }
.ww-why-card p { font-size: 14px; color: var(--ww-muted); line-height: 1.7; margin: 0; }

/* ── Tours ─────────────────────────────────────────────────────────────────── */
.ww-tours { background: #fff; }
.ww-tour-card {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--ww-border);
  transition: transform 0.25s, box-shadow 0.25s;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ww-tour-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.ww-tour-img-wrap { position: relative; overflow: hidden; }
.ww-tour-img-wrap img { width: 100%; aspect-ratio: 4/3; object-fit: cover; transition: transform 0.4s; }
.ww-tour-card:hover .ww-tour-img-wrap img { transform: scale(1.06); }
.ww-tour-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--ww-dark);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 4px;
}
.ww-tour-badge.popular { background: var(--ww-gold); color: var(--ww-dark); }
.ww-tour-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.ww-tour-meta {
  display: flex; gap: 14px; margin-bottom: 12px;
  font-size: 12px; color: var(--ww-muted); font-weight: 500;
}
.ww-tour-meta span { display: flex; align-items: center; gap: 5px; }
.ww-tour-meta i { color: var(--cnvs-themecolor); font-size: 13px; }
.ww-tour-body h3 { font-size: 22px; font-weight: 700; color: var(--ww-dark); margin-bottom: 8px; }
.ww-tour-body p { font-size: 13px; color: var(--ww-muted); line-height: 1.65; margin-bottom: 20px; flex: 1; }
.ww-tour-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 16px; border-top: 1px solid var(--ww-border);
}
.ww-tour-price { font-size: 13px; color: var(--ww-muted); }
.ww-tour-price strong { display: block; font-size: 22px; color: var(--cnvs-themecolor); font-family: 'Cormorant Garamond', serif; font-weight: 700; }
.ww-book-btn {
  background: var(--cnvs-themecolor);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  text-decoration: none;
}
.ww-book-btn:hover { background: #145237; color: #fff; }

/* ── Booking Form ──────────────────────────────────────────────────────────── */
.ww-booking { background: var(--ww-surface); }
.ww-form-wrap {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.ww-form-header {
  background: var(--ww-dark);
  padding: 32px 40px;
  border-bottom: 3px solid var(--cnvs-themecolor);
}
.ww-form-header h2 { font-size: 34px; color: #fff; margin: 0 0 6px; }
.ww-form-header p { color: rgba(255,255,255,0.6); font-size: 14px; margin: 0; }

.ww-form-body { padding: 36px 40px; }
.ww-form-section { margin-bottom: 36px; }
.ww-form-section-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cnvs-themecolor);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--ww-border);
  display: flex;
  align-items: center;
  gap: 8px;
}
.ww-form-section-title i { font-size: 15px; }

.ww-form-row { display: grid; gap: 16px; margin-bottom: 16px; }
.ww-form-row.cols-2 { grid-template-columns: 1fr 1fr; }
.ww-form-row.cols-3 { grid-template-columns: 1fr 1fr 1fr; }
.ww-form-row.cols-4 { grid-template-columns: 1fr 1fr 1fr 1fr; }

.ww-field label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--ww-text);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.ww-field label .req { color: var(--cnvs-themecolor); }

.ww-field input,
.ww-field select,
.ww-field textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid var(--ww-border);
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--ww-text);
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: none;
  box-sizing: border-box;
}
.ww-field input:focus,
.ww-field select:focus,
.ww-field textarea:focus {
  outline: none;
  border-color: var(--cnvs-themecolor);
  box-shadow: 0 0 0 3px rgba(var(--cnvs-themecolor-rgb),0.12);
}
.ww-field select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L2 5h12z' fill='%231B6B4A'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 14px; padding-right: 40px; }
.ww-field textarea { resize: vertical; min-height: 90px; }

/* Tour selection card preview */
.ww-tour-preview-card {
  background: var(--ww-green-light);
  border: 1.5px solid rgba(var(--cnvs-themecolor-rgb),0.2);
  border-radius: 10px;
  padding: 20px 24px;
  margin-top: 16px;
  display: none;
  animation: fadeInUp 0.3s ease;
}
.ww-tour-preview-card.visible { display: flex; gap: 20px; align-items: flex-start; }
.ww-tpc-img { width: 90px; height: 70px; border-radius: 8px; object-fit: cover; flex-shrink: 0; }
.ww-tpc-info h4 { font-size: 18px; font-weight: 700; color: var(--ww-dark); margin: 0 0 4px; }
.ww-tpc-info p { font-size: 13px; color: var(--ww-muted); margin: 0 0 8px; }
.ww-tpc-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.ww-tpc-tag { background: #fff; border: 1px solid var(--ww-border); color: var(--ww-text); font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 100px; display: flex; align-items: center; gap: 5px; }
.ww-tpc-tag i { color: var(--cnvs-themecolor); }

/* Conditional panels */
.ww-conditional {
  display: none;
  animation: fadeInDown 0.3s ease;
}
.ww-conditional.visible { display: block; }

@keyframes fadeInDown { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInUp   { from { opacity: 0; transform: translateY(8px);  } to { opacity: 1; transform: translateY(0); } }

/* Alert banners */
.ww-alert {
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 12px;
}
.ww-alert i { font-size: 18px; flex-shrink: 0; margin-top: 1px; }
.ww-alert-green { background: var(--ww-green-light); border: 1px solid rgba(var(--cnvs-themecolor-rgb),0.25); color: #145237; }
.ww-alert-green i { color: var(--cnvs-themecolor); }
.ww-alert-gold { background: #FFF8E8; border: 1px solid rgba(212,160,23,0.3); color: #7A5700; }
.ww-alert-gold i { color: var(--ww-gold); }
.ww-alert-blue { background: #EBF3FF; border: 1px solid rgba(59,130,246,0.25); color: #1A4F9E; }
.ww-alert-blue i { color: #3B82F6; }
.ww-alert .ww-alert-body { flex: 1; line-height: 1.5; }
.ww-alert strong { display: block; margin-bottom: 2px; }

/* Toggle toggle for add-ons */
.ww-toggle-group { display: flex; flex-direction: column; gap: 12px; }
.ww-toggle-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1.5px solid var(--ww-border);
  border-radius: 8px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
.ww-toggle-row:hover { border-color: rgba(var(--cnvs-themecolor-rgb),0.4); background: var(--ww-surface); }
.ww-toggle-row.active { border-color: var(--cnvs-themecolor); background: var(--ww-green-light); }
.ww-toggle-row input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--cnvs-themecolor); cursor: pointer; flex-shrink: 0; }
.ww-toggle-label { flex: 1; }
.ww-toggle-label strong { display: block; font-size: 14px; color: var(--ww-text); }
.ww-toggle-label span { font-size: 12px; color: var(--ww-muted); }
.ww-toggle-price { font-size: 13px; font-weight: 700; color: var(--cnvs-themecolor); }
.ww-toggle-nested {
  display: none;
  margin-top: 12px;
  padding: 16px;
  background: var(--ww-surface);
  border-radius: 8px;
  border-left: 3px solid var(--cnvs-themecolor);
}
.ww-toggle-nested.visible { display: block; animation: fadeInDown 0.25s ease; }

/* Companion fields */
.ww-companion-item {
  background: var(--ww-surface);
  border: 1px solid var(--ww-border);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 12px;
  position: relative;
}
.ww-companion-label {
  font-size: 12px; font-weight: 700; color: var(--ww-muted);
  text-transform: uppercase; letter-spacing: 1px;
  margin-bottom: 12px;
  display: block;
}

/* Children age inputs */
.ww-children-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.ww-child-box {
  background: #fff;
  border: 1.5px solid var(--ww-border);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  transition: border-color 0.2s;
}
.ww-child-box:hover { border-color: rgba(var(--cnvs-themecolor-rgb),0.4); }
.ww-child-box .ww-cb-icon { font-size: 22px; margin-bottom: 6px; display: block; }
.ww-child-box label { font-size: 12px; font-weight: 700; color: var(--ww-text); text-transform: uppercase; letter-spacing: 0.5px; display: block; margin-bottom: 4px; }
.ww-child-box .ww-cb-sub { font-size: 11px; color: var(--ww-muted); display: block; margin-bottom: 10px; }
.ww-child-box input { text-align: center; font-size: 16px; font-weight: 700; width: 100%; }

/* Price Summary ── Right sidebar */
.ww-price-sidebar {
  position: sticky;
  top: 100px;
}
.ww-price-card {
  background: var(--ww-dark);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.ww-price-card-head {
  background: var(--cnvs-themecolor);
  padding: 20px 24px;
}
.ww-price-card-head h4 { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #fff; margin: 0; }
.ww-price-card-body { padding: 20px 24px; }
.ww-price-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  font-size: 13px;
  color: rgba(255,255,255,0.65);
}
.ww-price-line:last-child { border-bottom: none; }
.ww-price-line .val { font-weight: 600; color: #fff; }
.ww-price-line.discount .val { color: #6EE7A0; }
.ww-price-total {
  background: rgba(255,255,255,0.06);
  border-radius: 8px;
  padding: 14px 16px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ww-price-total span { font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }
.ww-price-total strong { font-family: 'Cormorant Garamond', serif; font-size: 30px; color: var(--ww-gold); font-weight: 700; }
.ww-price-empty { text-align: center; padding: 24px 0; color: rgba(255,255,255,0.4); font-size: 13px; line-height: 1.6; }
.ww-price-empty i { font-size: 28px; display: block; margin-bottom: 8px; }

.ww-per-person-note { font-size: 11px; color: rgba(255,255,255,0.35); text-align: center; margin-top: 8px; }

/* ── Sticky Price Bar ──────────────────────────────────────────────────────── */
#ww-sticky-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--ww-dark);
  border-top: 2px solid var(--cnvs-themecolor);
  z-index: 9990;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.34,1.56,0.64,1);
  box-shadow: 0 -4px 24px rgba(0,0,0,0.3);
}
#ww-sticky-bar.visible { transform: translateY(0); }
.ww-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 20px;
}
.ww-sticky-tour { font-size: 14px; color: rgba(255,255,255,0.8); }
.ww-sticky-tour strong { color: #fff; display: block; font-family: 'Cormorant Garamond', serif; font-size: 18px; }
.ww-sticky-travelers { font-size: 13px; color: rgba(255,255,255,0.6); }
.ww-sticky-price { text-align: right; }
.ww-sticky-price .label { font-size: 11px; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 1px; }
.ww-sticky-price .amount { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; color: var(--ww-gold); }
.ww-sticky-cta {
  background: var(--cnvs-themecolor);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  text-decoration: none;
}
.ww-sticky-cta:hover { background: #145237; color: #fff; }

/* ── reCAPTCHA ─────────────────────────────────────────────────────────────── */
.ww-recaptcha-wrap { margin: 20px 0; }
.g-recaptcha { transform-origin: left top; }

/* ── Submit Button ─────────────────────────────────────────────────────────── */
.ww-submit-btn {
  width: 100%;
  background: var(--cnvs-themecolor);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 32px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  letter-spacing: 0.3px;
}
.ww-submit-btn:hover { background: #145237; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(var(--cnvs-themecolor-rgb),0.3); }
.ww-submit-btn:disabled { background: #9CA3AF; cursor: not-allowed; transform: none; box-shadow: none; }

.ww-form-disclaimer { font-size: 12px; color: var(--ww-muted); text-align: center; margin-top: 12px; line-height: 1.6; }

/* Success overlay */
.ww-success-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(13,27,15,0.85);
  z-index: 99999;
  align-items: center;
  justify-content: center;
}
.ww-success-overlay.visible { display: flex; }
.ww-success-modal {
  background: #fff;
  border-radius: 20px;
  padding: 48px 40px;
  max-width: 500px;
  text-align: center;
  animation: modalPop 0.4s cubic-bezier(0.34,1.56,0.64,1);
}
@keyframes modalPop { from { opacity:0; transform:scale(0.85); } to { opacity:1; transform:scale(1); } }
.ww-success-icon { width: 72px; height: 72px; background: var(--ww-green-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.ww-success-icon i { font-size: 32px; color: var(--cnvs-themecolor); }
.ww-success-modal h3 { font-size: 30px; color: var(--ww-dark); margin: 0 0 10px; }
.ww-success-modal p { font-size: 14px; color: var(--ww-muted); line-height: 1.7; margin: 0 0 24px; }
.ww-success-ref { background: var(--ww-green-light); border-radius: 8px; padding: 12px 20px; font-size: 18px; font-weight: 700; color: var(--cnvs-themecolor); display: inline-block; margin-bottom: 24px; font-family: 'Cormorant Garamond', serif; }

/* ── Testimonials ──────────────────────────────────────────────────────────── */
.ww-testimonials { background: var(--ww-cream); }
.ww-testi-card {
  background: #fff;
  border-radius: 12px;
  padding: 32px 28px;
  height: 100%;
  border: 1px solid var(--ww-border);
  position: relative;
}
.ww-testi-quote { font-size: 52px; color: var(--cnvs-themecolor); opacity: 0.2; line-height: 1; font-family: serif; position: absolute; top: 16px; left: 24px; }
.ww-testi-text { font-size: 15px; color: var(--ww-text); line-height: 1.75; margin-bottom: 20px; position: relative; z-index: 1; font-style: italic; }
.ww-testi-author { display: flex; align-items: center; gap: 12px; }
.ww-testi-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.ww-testi-author-info strong { display: block; font-size: 14px; color: var(--ww-dark); }
.ww-testi-author-info span { font-size: 12px; color: var(--ww-muted); }
.ww-stars { color: var(--ww-gold); font-size: 13px; letter-spacing: 2px; margin-bottom: 16px; }

/* ── Footer ────────────────────────────────────────────────────────────────── */
#footer {
  --cnvs-footer-bg: #0A1A0D;
  --cnvs-footer-top-border: 1px solid rgba(255,255,255,0.07);
  --cnvs-copyrights-link-color: rgba(255,255,255,0.5);
}
.ww-footer-brand p { font-size: 14px; color: rgba(255,255,255,0.55); line-height: 1.7; margin: 16px 0 20px; }
.ww-footer-social { display: flex; gap: 10px; }
.ww-footer-social a {
  width: 36px; height: 36px;
  background: rgba(255,255,255,0.07);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.6);
  font-size: 15px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.ww-footer-social a:hover { background: var(--cnvs-themecolor); color: #fff; }
.ww-footer-widget-title {
  font-size: 11px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(255,255,255,0.35); margin-bottom: 16px;
}
.ww-footer-links { list-style: none; padding: 0; margin: 0; }
.ww-footer-links li { margin-bottom: 8px; }
.ww-footer-links a { color: rgba(255,255,255,0.6); font-size: 14px; text-decoration: none; transition: color 0.2s; }
.ww-footer-links a:hover { color: var(--ww-gold); }
.ww-footer-contact-row { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.ww-footer-contact-row i { color: var(--cnvs-themecolor); font-size: 16px; margin-top: 2px; flex-shrink: 0; }
.ww-footer-contact-row span { font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.5; }
.ww-newsletter-form { display: flex; gap: 8px; margin-top: 12px; }
.ww-newsletter-form input {
  flex: 1;
  padding: 11px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 7px;
  background: rgba(255,255,255,0.06);
  color: #fff;
  font-size: 13px;
  font-family: 'DM Sans', sans-serif;
}
.ww-newsletter-form input::placeholder { color: rgba(255,255,255,0.3); }
.ww-newsletter-form input:focus { outline: none; border-color: var(--cnvs-themecolor); }
.ww-newsletter-form button {
  background: var(--cnvs-themecolor);
  color: #fff;
  border: none;
  padding: 11px 18px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.ww-newsletter-form button:hover { background: #145237; }

/* ── Utilities ─────────────────────────────────────────────────────────────── */
.text-green { color: var(--cnvs-themecolor); }
.text-gold { color: var(--ww-gold); }

@media (max-width: 991px) {
  .ww-form-row.cols-2,
  .ww-form-row.cols-3,
  .ww-form-row.cols-4 { grid-template-columns: 1fr; }
  .ww-form-body { padding: 24px 20px; }
  .ww-form-header { padding: 24px 20px; }
  .ww-price-sidebar { position: static; margin-top: 32px; }
  .ww-hero-stats { gap: 24px; }
}
@media (max-width: 767px) {
  .ww-sticky-tour strong { font-size: 14px; }
  .ww-sticky-price .amount { font-size: 22px; }
  .ww-sticky-cta { padding: 10px 18px; font-size: 13px; }
  .ww-tpc-img { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}
