:root {
  --xn-red: #c0392b;
  --xn-red-dark: #96281b;
  --xn-red-deep: #7b1e14;
  --xn-charcoal: #1f2937;
  --xn-dark: #111827;
  --xn-gold: #C4A882;
  --xn-gold-light: #DFCAAE;
  --xn-gold-dark: #9E825E;
  --xn-cream: #FAF9F6;
  --xn-bg: #F8FAFC;
  --xn-border: #E5E7EB;
  --xn-text: #374151;
  --xn-muted: #6B7280;
}

.xn-lp-container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.xn-hero {
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  color: #ffffff;
  padding: 60px 0 70px;
  position: relative;
  border-bottom: 3px solid var(--xn-red);
}

.xn-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fca5a5;
  background: rgba(192, 57, 43, 0.2);
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 18px;
  border: 1px solid rgba(192, 57, 43, 0.4);
}
.xn-eyebrow.gold {
  color: var(--xn-gold-light);
  background: rgba(196, 168, 130, 0.15);
  border-color: rgba(196, 168, 130, 0.35);
}
.xn-eyebrow.on-light {
  color: var(--xn-red-dark);
  background: rgba(192, 57, 43, 0.08);
  border-color: rgba(192, 57, 43, 0.2);
}

.xn-btn-red {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, #c0392b 0%, #96281b 100%);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 28px;
  border-radius: 4px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(192, 57, 43, 0.35);
  transition: all 0.25s ease;
}
.xn-btn-red:hover {
  background: linear-gradient(135deg, #d9534f 0%, #c0392b 100%);
  transform: translateY(-2px);
  color: #ffffff !important;
}

.xn-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: transparent;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 14px 26px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all 0.25s ease;
}
.xn-btn-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: #ffffff;
  color: #ffffff !important;
}

.xn-form-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.12);
  border: 1px solid var(--xn-border);
}
.xn-form-card.dark {
  background: rgba(17, 24, 39, 0.9);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  color: #ffffff;
}

.xn-form-group {
  margin-bottom: 16px;
}
.xn-form-group label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 6px;
  color: var(--xn-text);
}
.xn-form-card.dark .xn-form-group label {
  color: #cbd5e1;
}

.xn-form-control {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #D1D5DB;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
  font-family: inherit;
  transition: border-color 0.2s;
  background: #ffffff;
  color: #111827;
}
.xn-form-card.dark .xn-form-control {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.2);
  color: #ffffff;
}
.xn-form-control:focus {
  outline: none;
  border-color: var(--xn-red);
}

.xn-form-alert {
  display: none;
  padding: 12px;
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 14px;
}
.xn-form-alert.success {
  display: block;
  background: #dcfce7;
  color: #166534;
  border: 1px solid #86efac;
}
.xn-form-alert.error {
  display: block;
  background: #fee2e2;
  color: #991b1b;
  border: 1px solid #fca5a5;
}

.xn-trust-strip {
  background: #111827;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding: 18px 0;
  color: #e5e7eb;
}
.xn-trust-grid {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.xn-trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.xn-trust-item svg {
  color: #f87171;
  flex-shrink: 0;
}

.xn-section-title {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}
.xn-section-title h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(28px, 4vw, 42px);
  color: var(--xn-charcoal);
  margin: 0 0 12px;
  line-height: 1.2;
}
.xn-section-title h2.on-dark {
  color: #ffffff;
}
.xn-section-title p {
  color: var(--xn-muted);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

.xn-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.xn-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.xn-grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 991px) {
  .xn-grid-2, .xn-grid-3, .xn-grid-4 {
    grid-template-columns: 1fr;
  }
}/* Xeeni Offers Hub */
.xn-hub-featured {
  margin-top: -35px;
  position: relative;
  z-index: 20;
}
.xn-featured-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
  overflow: hidden;
  border: 2px solid var(--xn-red);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
}
@media (max-width: 850px) {
  .xn-featured-card { grid-template-columns: 1fr; }
}
.xn-featured-img {
  min-height: 280px;
  overflow: hidden;
}
.xn-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xn-featured-content {
  padding: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.xn-featured-content h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 28px;
  color: var(--xn-charcoal);
  margin: 0 0 12px;
}
.xn-featured-content p {
  color: var(--xn-muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 20px;
}

.xn-offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 26px;
  margin-top: 30px;
}
.xn-offer-card {
  background: #ffffff;
  border: 1px solid var(--xn-border);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.xn-offer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.1);
  border-color: var(--xn-red);
}
.xn-offer-img {
  height: 190px;
  overflow: hidden;
  position: relative;
}
.xn-offer-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xn-card-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--xn-red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}
.xn-offer-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.xn-offer-body h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 22px;
  color: var(--xn-charcoal);
  margin: 0 0 10px;
}
.xn-offer-body p {
  color: var(--xn-muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 16px;
  flex: 1;
}
.xn-card-btn {
  display: block;
  text-align: center;
  background: #111827;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 13px;
  padding: 12px 18px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.2s;
}
.xn-card-btn:hover {
  background: var(--xn-red);
  color: #ffffff !important;
}

.xn-campaign-links {
  padding: 64px 24px 24px;
}
.xn-campaign-links__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.xn-campaign-link-card {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  min-height: 230px;
  padding: 26px;
  background: #fff;
  border: 1px solid var(--xn-border);
  border-top: 4px solid var(--xn-red);
  border-radius: 8px;
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.06);
}
.xn-campaign-link-card:nth-child(4),
.xn-campaign-link-card:nth-child(5) {
  grid-column: span 6;
}
.xn-campaign-link-card--local {
  border-top-color: #2f6b55;
  background: #f3f7f3;
}
.xn-campaign-link-card__icon {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 11px;
  color: var(--xn-red-dark);
  background: rgba(192, 57, 43, 0.09);
  border: 1px solid rgba(192, 57, 43, 0.18);
  border-radius: 50%;
}
.xn-campaign-link-card:nth-child(2) .xn-campaign-link-card__icon {
  color: #3157a4;
  background: rgba(49, 87, 164, 0.1);
  border-color: rgba(49, 87, 164, 0.22);
}
.xn-campaign-link-card:nth-child(3) .xn-campaign-link-card__icon {
  color: #a86108;
  background: rgba(168, 97, 8, 0.1);
  border-color: rgba(168, 97, 8, 0.22);
}
.xn-campaign-link-card:nth-child(4) .xn-campaign-link-card__icon {
  color: #74518c;
  background: rgba(116, 81, 140, 0.1);
  border-color: rgba(116, 81, 140, 0.22);
}
.xn-campaign-link-card--local .xn-campaign-link-card__icon {
  color: #2f6b55;
  background: rgba(47, 107, 85, 0.1);
  border-color: rgba(47, 107, 85, 0.2);
}
.xn-campaign-link-card__icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.xn-campaign-link-card > span {
  color: var(--xn-red-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.xn-campaign-link-card h3 {
  margin: 10px 0 8px;
  color: var(--xn-charcoal);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 25px;
  line-height: 1.15;
}
.xn-campaign-link-card p {
  flex: 1;
  margin: 0 0 20px;
  color: var(--xn-muted);
  font-size: 14px;
  line-height: 1.55;
}
.xn-campaign-link-card a {
  color: var(--xn-charcoal);
  font-size: 13px;
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.xn-campaign-link-card a:hover {
  color: var(--xn-red-dark);
}
@media (max-width: 820px) {
  .xn-campaign-link-card,
  .xn-campaign-link-card:nth-child(4),
  .xn-campaign-link-card:nth-child(5) {
    grid-column: span 6;
  }
}
@media (max-width: 560px) {
  .xn-campaign-links {
    padding: 48px 16px 16px;
  }
  .xn-campaign-link-card,
  .xn-campaign-link-card:nth-child(4),
  .xn-campaign-link-card:nth-child(5) {
    grid-column: 1 / -1;
    min-height: 0;
  }
}
