/* ================================================================
   DigiSmart Pro — Frontend CSS
   Design: Clean • Professional • Navy Blue / White / Grey
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Sora:wght@400;600;700;800&display=swap');

:root {
  --dsp-navy:      #0f1f4b;
  --dsp-blue:      #1a43c8;
  --dsp-blue-mid:  #2563eb;
  --dsp-blue-lt:   #3b82f6;
  --dsp-sky:       #e0eaff;
  --dsp-white:     #ffffff;
  --dsp-off:       #f7f9fc;
  --dsp-grey-lt:   #f0f4f8;
  --dsp-grey:      #6b7280;
  --dsp-grey-dk:   #374151;
  --dsp-black:     #0d1117;
  --dsp-orange:    #f97316;
  --dsp-green:     #10b981;
  --dsp-gold:      #f59e0b;
  --dsp-shadow:    0 4px 24px rgba(15,31,75,0.12);
  --dsp-shadow-lg: 0 12px 48px rgba(15,31,75,0.18);
  --dsp-radius:    12px;
  --dsp-radius-lg: 20px;
  --dsp-font:      'Plus Jakarta Sans', sans-serif;
  --dsp-font-head: 'Sora', sans-serif;
}

/* ── Global reset inside DSP ──────────────────────────────── */
.dsp-wrap *,
.dsp-wrap *::before,
.dsp-wrap *::after { box-sizing: border-box; }

.dsp-wrap { font-family: var(--dsp-font); color: var(--dsp-grey-dk); line-height: 1.6; }
.dsp-wrap h1,.dsp-wrap h2,.dsp-wrap h3,.dsp-wrap h4 { font-family: var(--dsp-font-head); font-weight: 700; line-height: 1.2; color: var(--dsp-navy); }



/* ── Full-width section backgrounds across Elementor ─────── */
body, .elementor-page { overflow-x: hidden; }
.elementor-widget-container > .dsp-wrap,
.elementor-widget-container > .dsp-lang-switcher-widget {
  width: 100%;
  max-width: 100%;
}
.elementor-widget-container > .dsp-wrap > section,
.elementor-widget-container > .dsp-wrap > .dsp-header,
.elementor-widget-container > .dsp-wrap > .dsp-lang-bar,
.elementor-widget-container > .dsp-wrap > .dsp-form-section,
.elementor-widget-container > .dsp-wrap > .dsp-checkout-wrap,
.elementor-widget-container > .dsp-wrap > .dsp-footer {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.elementor-widget-container > .dsp-wrap > .dsp-checkout-wrap {
  min-width: 100vw;
}
.elementor-widget-container > .dsp-wrap > section,
.elementor-widget-container > .dsp-wrap > .dsp-header,
.elementor-widget-container > .dsp-wrap > .dsp-lang-bar,
.elementor-widget-container > .dsp-wrap > .dsp-form-section,
.elementor-widget-container > .dsp-wrap > .dsp-checkout-wrap,
.elementor-widget-container > .dsp-wrap > .dsp-footer,
.elementor-editor-active .elementor-widget-container > .dsp-wrap > section,
.elementor-editor-active .elementor-widget-container > .dsp-wrap > .dsp-header,
.elementor-editor-active .elementor-widget-container > .dsp-wrap > .dsp-lang-bar,
.elementor-editor-active .elementor-widget-container > .dsp-wrap > .dsp-form-section,
.elementor-editor-active .elementor-widget-container > .dsp-wrap > .dsp-checkout-wrap,
.elementor-editor-active .elementor-widget-container > .dsp-wrap > .dsp-footer {
  box-sizing: border-box;
}


/* ── Header ──────────────────────────────────────────────── */
.dsp-header { background: rgba(255,255,255,0.97); backdrop-filter: saturate(180%) blur(14px); }
.dsp-header.is-sticky { position: sticky; top: 0; z-index: 998; }
.dsp-header-inner { max-width: 1200px; margin: 0 auto; min-height: 82px; padding: 16px 24px; border-bottom: 1px solid #e5e7eb; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.dsp-header-logo-link { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.dsp-header-logo { width: auto; max-height: 48px; display: block; }
.dsp-header-brand-text { font-family: var(--dsp-font-head); font-size: 1.15rem; font-weight: 800; color: var(--dsp-navy); }
.dsp-header-nav { display: flex; align-items: center; justify-content: center; gap: 22px; flex: 1; flex-wrap: wrap; }
.dsp-header-nav a { color: var(--dsp-grey-dk); text-decoration: none; font-size: 14px; font-weight: 700; transition: color .2s ease; }
.dsp-header-nav a:hover { color: var(--dsp-blue-mid); }
.dsp-header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; flex-wrap: wrap; }
.dsp-header-lang { display: inline-flex; align-items: center; gap: 6px; }
.dsp-header-wa,
.dsp-header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 16px; border-radius: 999px; text-decoration: none; font-size: 14px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.dsp-header-wa { background: rgba(37,211,102,0.12); color: #16a34a; border: 1px solid rgba(37,211,102,0.25); }
.dsp-header-cta { background: linear-gradient(135deg, var(--dsp-blue), var(--dsp-blue-mid)); color: #fff; box-shadow: 0 10px 28px rgba(37,99,235,0.22); }
.dsp-header-wa:hover,
.dsp-header-cta:hover { transform: translateY(-1px); }

/* ── Lang Switcher ────────────────────────────────────────── */
.dsp-lang-bar { background: var(--dsp-navy); padding: 5px 24px; display: flex; justify-content: flex-end; align-items: center; gap: 8px; position: sticky; top: 0; z-index: 999; min-height: 0; }
.dsp-lang-btn { background: transparent; border: 1.5px solid rgba(255,255,255,0.4); color: #fff; padding: 3px 12px; border-radius: 20px; font-size: 12px; font-weight: 600; cursor: pointer; transition: all .2s; font-family: var(--dsp-font); }
.dsp-lang-btn.active, .dsp-lang-btn:hover { background: var(--dsp-blue-lt); border-color: var(--dsp-blue-lt); }

/* ── Hero Section ─────────────────────────────────────────── */
.dsp-hero { background: linear-gradient(135deg, var(--dsp-navy) 0%, #1a2e6b 60%, #0f3470 100%); color: #fff; padding: 60px 24px 40px; text-align: center; position: relative; overflow: visible; }
.dsp-hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
.dsp-hero-logo { display: block; max-height: 56px; margin: 0 auto 24px; position: relative; }
.dsp-hero h1 { font-size: clamp(1.6rem, 4vw, 2.6rem); font-weight: 800; color: #fff; margin-bottom: 16px; position: relative; }
.dsp-hero h1 span { color: var(--dsp-gold); }
.dsp-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.85); max-width: 640px; margin: 0 auto 32px; position: relative; }
.dsp-badges-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 32px; position: relative; }
.dsp-badge { background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.2); border-radius: 8px; padding: 8px 16px; display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; color: #fff; backdrop-filter: blur(8px); }
.dsp-badge img { height: 24px; width: auto; border-radius: 4px; }
.dsp-logos-scroll { display: flex; gap: 16px; overflow-x: auto; justify-content: center; flex-wrap: wrap; padding: 16px 0; position: relative; scrollbar-width: none; }
.dsp-logos-scroll::-webkit-scrollbar { display: none; }
.dsp-logo-chip { background: rgba(255,255,255,0.95); border-radius: 10px; padding: 6px 14px; display: flex; align-items: center; gap: 8px; white-space: nowrap; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.dsp-logo-chip span { font-size: 12px; font-weight: 700; color: var(--dsp-navy); }
.dsp-logo-chip .sport-icon { font-size: 18px; }

/* ── Order Form Section ───────────────────────────────────── */
.dsp-form-section { background: var(--dsp-off); padding: 48px 24px; }
.dsp-form-card { background: #fff; border-radius: var(--dsp-radius-lg); box-shadow: var(--dsp-shadow-lg); max-width: 640px; margin: 0 auto; overflow: hidden; }
.dsp-form-header { background: linear-gradient(135deg, var(--dsp-navy), var(--dsp-blue)); padding: 28px 32px 20px; color: #fff; }
.dsp-form-header h2 { color: #fff; font-size: 1.25rem; margin: 0; }
.dsp-form-header p { color: rgba(255,255,255,0.8); font-size: 14px; margin: 6px 0 0; }
.dsp-form-body { padding: 28px 32px; }
.dsp-form-group { margin-bottom: 20px; }
.dsp-form-group label { display: block; font-size: 14px; font-weight: 600; color: var(--dsp-grey-dk); margin-bottom: 6px; }
.dsp-form-group label .req { color: var(--dsp-blue-mid); }
.dsp-input { width: 100%; padding: 12px 16px; border: 1.5px solid #e2e8f0; border-radius: var(--dsp-radius); font-size: 15px; font-family: var(--dsp-font); color: var(--dsp-grey-dk); transition: border-color .2s, box-shadow .2s; background: #fff; }
.dsp-input:focus { outline: none; border-color: var(--dsp-blue-mid); box-shadow: 0 0 0 3px rgba(37,99,235,0.12); }
.dsp-select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; }
/* intl-tel-input override */
.dsp-wrap .iti { width: 100%; }
.dsp-wrap .iti__tel-input { width: 100% !important; }
.dsp-checkbox-row { display: flex; align-items: center; gap: 10px; margin-top: 8px; }
.dsp-checkbox-row input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--dsp-blue-mid); }
.dsp-checkbox-row label { font-size: 14px; color: var(--dsp-grey); cursor: pointer; margin: 0; }
.dsp-plan-options { display: grid; gap: 10px; }
.dsp-plan-option { border: 2px solid #e2e8f0; border-radius: var(--dsp-radius); padding: 14px 16px; cursor: pointer; transition: all .2s; position: relative; }
.dsp-plan-option:hover { border-color: var(--dsp-blue-lt); background: var(--dsp-sky); }
.dsp-plan-option.selected { border-color: var(--dsp-blue-mid); background: var(--dsp-sky); }
.dsp-plan-option input[type="radio"] { position: absolute; opacity: 0; }
.dsp-plan-label { display: flex; justify-content: space-between; align-items: center; }
.dsp-plan-name { font-weight: 600; font-size: 15px; color: var(--dsp-navy); }
.dsp-plan-price { font-weight: 700; font-size: 18px; color: var(--dsp-blue-mid); }
.dsp-plan-badge { display: inline-block; background: var(--dsp-gold); color: #fff; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 20px; margin-left: 8px; }
.dsp-btn { display: block; width: 100%; padding: 16px; border: none; border-radius: var(--dsp-radius); font-size: 16px; font-weight: 700; cursor: pointer; transition: all .25s; font-family: var(--dsp-font); text-align: center; text-decoration: none; }
.dsp-btn-primary { background: linear-gradient(135deg, var(--dsp-blue), var(--dsp-blue-mid)); color: #fff; box-shadow: 0 4px 16px rgba(37,99,235,0.35); }
.dsp-btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(37,99,235,0.45); }
.dsp-btn-primary:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }
.dsp-btn-secondary { background: var(--dsp-grey-lt); color: var(--dsp-grey-dk); }
.dsp-btn-secondary:hover { background: #e2e8f0; }
.dsp-error { color: #dc2626; font-size: 13px; margin-top: 4px; display: none; }
.dsp-error.show { display: block; }

/* ── Features Section ─────────────────────────────────────── */
.dsp-features { padding: 64px 24px; background: #fff; }
.dsp-section-title { text-align: center; margin-bottom: 40px; }
.dsp-section-title h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: 10px; }
.dsp-section-title p { color: var(--dsp-grey); max-width: 560px; margin: 0 auto; }
.dsp-features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; max-width: 1100px; margin: 0 auto; }
.dsp-feature-card { background: var(--dsp-off); border-radius: var(--dsp-radius-lg); padding: 28px 24px; text-align: center; transition: transform .25s, box-shadow .25s; }
.dsp-feature-card:hover { transform: translateY(-4px); box-shadow: var(--dsp-shadow); }
.dsp-feature-icon { width: 56px; height: 56px; background: linear-gradient(135deg, var(--dsp-sky), #c7d8fd); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 16px; }
.dsp-feature-card h3 { font-size: 1rem; margin-bottom: 8px; }
.dsp-feature-card p { font-size: 14px; color: var(--dsp-grey); margin: 0; }

/* ── Sports / Movies Carousel ─────────────────────────────── */
.dsp-carousel-section { padding: 56px 24px; background: var(--dsp-off); overflow: hidden; }
.dsp-carousel-section.dark { background: var(--dsp-navy); }
.dsp-carousel-section.dark h2 { color: #fff; }
.dsp-carousel-section.dark p { color: rgba(255,255,255,0.7); }
.dsp-carousel-track-wrap { overflow: hidden; position: relative; margin-top: 32px; }
.dsp-carousel-track { display: flex; gap: 16px; width: max-content; animation: dsp-scroll 30s linear infinite; }
.dsp-carousel-track:hover { animation-play-state: paused; }
@keyframes dsp-scroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }
.dsp-carousel-item {
  flex-shrink: 0;
  width: 140px;
  height: 90px;
  background: rgba(255,255,255,0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.dsp-carousel-item:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  z-index: 2;
}
/* Sports logo images — contain (don't crop) */
.dsp-carousel-item img {
  max-width: 110px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  filter: brightness(1.1);
  display: block;
  position: static;
  transition: transform .4s;
}
.dsp-carousel-item:hover img { transform: scale(1.06); }
@media (max-width: 768px) {
  .dsp-carousel-item { width: clamp(100px, 26vw, 140px); height: 80px; }
}
@media (max-width: 480px) {
  .dsp-carousel-item { width: clamp(90px, 32vw, 120px); height: 70px; }
}
.dsp-sport-chip { background: #fff; border-radius: 10px; padding: 10px 16px; display: flex; align-items: center; gap: 10px; white-space: nowrap; box-shadow: var(--dsp-shadow); }
.dsp-sport-chip span { font-size: 13px; font-weight: 700; color: var(--dsp-navy); }

/* ── Testimonials ─────────────────────────────────────────── */
.dsp-testimonials { padding: 64px 24px; background: #fff; }
/* ── Testimonial Cards ───────────────────────────────────────── */
.dsp-testi-card {
  background: #fff;
  border-radius: 14px;
  padding: 26px 24px 22px;
  border-left: 4px solid var(--dsp-blue-mid);
  box-shadow: 0 2px 16px rgba(15,31,75,0.08);
  display: flex;
  flex-direction: column;
  gap: 0;
  transition: box-shadow .2s, transform .2s;
}
.dsp-testi-card:hover {
  box-shadow: 0 6px 28px rgba(15,31,75,0.14);
  transform: translateY(-2px);
}
.dsp-testi-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 14px;
}
.dsp-testi-text {
  font-size: 15px;
  color: var(--dsp-grey-dk);
  margin-bottom: 20px;
  font-style: italic;
  line-height: 1.65;
  flex: 1;
}
.dsp-testi-author {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: auto;
}
/* Photo avatar — full width, clearly visible */
.dsp-testi-avatar-img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
  border: none;
  box-shadow: 0 2px 10px rgba(15,31,75,0.15);
  display: block;
}
/* Letter avatar (fallback) — keep circular */
.dsp-testi-avatar-letter {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  font-size: 26px;
  flex-shrink: 0;
  font-family: var(--dsp-font-head);
  box-shadow: 0 2px 10px rgba(15,31,75,0.15);
}
/* Keep old .dsp-testi-avatar as alias */
.dsp-testi-avatar {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  flex-shrink: 0;
  object-fit: cover;
  display: block;
}
.dsp-testi-author-info { display: flex; flex-direction: column; gap: 2px; }
.dsp-testi-name { font-weight: 700; font-size: 14px; color: var(--dsp-navy); }
.dsp-testi-city { font-size: 12px; color: var(--dsp-grey); }

/* ── FAQ ──────────────────────────────────────────────────── */
.dsp-faq { padding: 64px 24px; background: var(--dsp-off); }
.dsp-faq-list { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.dsp-faq-item { background: #fff; border-radius: var(--dsp-radius); box-shadow: 0 2px 8px rgba(0,0,0,0.06); overflow: hidden; }
.dsp-faq-q { padding: 18px 20px; font-weight: 600; font-size: 15px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 12px; color: var(--dsp-navy); user-select: none; }
.dsp-faq-q::after { content: '+'; font-size: 20px; color: var(--dsp-blue-mid); transition: transform .25s; flex-shrink: 0; }
.dsp-faq-item.open .dsp-faq-q::after { transform: rotate(45deg); }
.dsp-faq-a { display: none; padding: 0 20px 18px; font-size: 14px; color: var(--dsp-grey-dk); line-height: 1.7; border-top: 1px solid var(--dsp-grey-lt); }
.dsp-faq-item.open .dsp-faq-a { display: block; }

/* ── Footer ───────────────────────────────────────────────── */
.dsp-footer { background: var(--dsp-navy); color: rgba(255,255,255,0.8); padding: 48px 24px 28px; }
.dsp-footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 32px; }
.dsp-footer-brand img { max-height: 48px; margin-bottom: 12px; }
.dsp-footer-brand p { font-size: 14px; color: rgba(255,255,255,0.6); }
.dsp-footer-col h4 { color: #fff; font-size: 14px; font-weight: 700; margin-bottom: 12px; text-transform: uppercase; letter-spacing: .05em; }
.dsp-footer-col a { display: block; color: rgba(255,255,255,0.65); font-size: 14px; text-decoration: none; margin-bottom: 6px; transition: color .2s; }
.dsp-footer-col a:hover { color: var(--dsp-blue-lt); }
.dsp-footer-social { display: flex; gap: 10px; margin-top: 14px; }
.dsp-footer-social a { width: 36px; height: 36px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; text-decoration: none; font-size: 16px; transition: background .2s; }
.dsp-footer-social a:hover { background: var(--dsp-blue-lt); }
.dsp-footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 32px; padding-top: 20px; text-align: center; font-size: 13px; color: rgba(255,255,255,0.45); }
.dsp-trust-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 16px; }
.dsp-trust-badge { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; padding: 6px 14px; font-size: 12px; color: rgba(255,255,255,0.7); display: flex; align-items: center; gap: 6px; }

/* ── WhatsApp Float Button ────────────────────────────────── */
.dsp-wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 9999; }
.dsp-wa-float a { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; background: #25d366; border-radius: 50%; color: #fff; font-size: 26px; text-decoration: none; box-shadow: 0 4px 20px rgba(37,211,102,0.45); animation: dsp-pulse-wa 2.5s infinite; transition: transform .2s; }
.dsp-wa-float a:hover { transform: scale(1.08); }
@keyframes dsp-pulse-wa { 0%,100%{box-shadow:0 4px 20px rgba(37,211,102,.45)} 50%{box-shadow:0 4px 32px rgba(37,211,102,.7)} }

/* ═══════════════════════════════════════════════════════════
   CHECKOUT PAGES
   ═══════════════════════════════════════════════════════════ */

.dsp-checkout-wrap { min-height: 70vh; background: var(--dsp-off); padding: 56px 24px; display: flex; align-items: flex-start; justify-content: center; }
.dsp-checkout-card { background: #fff; border-radius: var(--dsp-radius-lg); box-shadow: var(--dsp-shadow-lg); width: min(100%, 1040px); max-width: 1040px; overflow: hidden; }

/* Plan summary bar */
.dsp-plan-bar { background: linear-gradient(135deg, var(--dsp-navy), var(--dsp-blue)); padding: 24px 32px; color: #fff; }
.dsp-plan-bar .plan-name { font-size: 1.5rem; font-weight: 800; color: #fff; display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.dsp-plan-bar .plan-price { font-size: 2rem; font-weight: 800; color: var(--dsp-gold); }
.dsp-plan-bar .plan-savings { font-size: 13px; background: rgba(16,185,129,0.25); border: 1px solid rgba(16,185,129,0.4); border-radius: 20px; padding: 2px 10px; display: inline-flex; align-items: center; gap: 4px; margin-left: 10px; color: #6ee7b7; }
.dsp-plan-bar .plan-original { font-size: 1.4rem; color: rgba(255,255,255,0.9); text-decoration: line-through; text-decoration-thickness: 2px; text-decoration-color: #ff6b6b; margin-right: 6px; font-weight: 600; }
.dsp-secure-badge { display: flex; align-items: center; gap: 6px; font-size: 12px; color: rgba(255,255,255,0.7); margin-top: 8px; }

/* Payment method buttons */
.dsp-pay-methods { padding: 28px; }
.dsp-pay-methods h3 { font-size: 1rem; color: var(--dsp-navy); margin-bottom: 20px; }
.dsp-pay-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dsp-pay-btn { border: 2px solid #e2e8f0; border-radius: var(--dsp-radius); padding: 18px 16px; cursor: pointer; transition: all .25s; text-align: center; background: #fff; text-decoration: none; display: block; }
.dsp-pay-btn:hover { border-color: var(--dsp-blue-mid); transform: translateY(-2px); box-shadow: var(--dsp-shadow); }
.dsp-pay-btn .method-logos { display: flex; align-items: center; justify-content: center; gap: 6px; margin-bottom: 10px; height: 32px; }
.dsp-pay-btn .method-logos img { max-height: 28px; width: auto; }
.dsp-pay-btn .method-logos span { font-size: 18px; }
.dsp-pay-btn .method-price { font-size: 1.5rem; font-weight: 800; color: var(--dsp-navy); }
.dsp-pay-btn .method-note { font-size: 12px; color: var(--dsp-grey); margin-top: 4px; }
.dsp-pay-btn .method-discount { display: inline-block; background: var(--dsp-green); color: #fff; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 20px; margin-top: 4px; }
.dsp-crypto-promo { background: linear-gradient(135deg, #fffbeb, #fef3c7); border: 1px solid var(--dsp-gold); border-radius: var(--dsp-radius); padding: 14px 18px; margin: 0 28px 24px; display: flex; align-items: center; gap: 12px; }
.dsp-crypto-promo-text { font-size: 14px; font-weight: 600; color: #92400e; }
.dsp-crypto-promo button { background: var(--dsp-gold); color: #fff; border: none; padding: 6px 14px; border-radius: 20px; font-size: 13px; font-weight: 700; cursor: pointer; white-space: nowrap; }

/* Crypto method select */
.dsp-crypto-methods { padding: 28px; }
.dsp-crypto-methods h3 { font-size: 1rem; color: var(--dsp-navy); margin-bottom: 20px; }
.dsp-method-btn { border: 2px solid #e2e8f0; border-radius: var(--dsp-radius); padding: 18px; cursor: pointer; text-align: center; background: #fff; transition: all .25s; display: block; width: 100%; }
.dsp-method-btn:hover { border-color: var(--dsp-gold); transform: translateY(-2px); box-shadow: var(--dsp-shadow); }

/* Payment info block */
.dsp-payment-info { padding: 28px; border-top: 1px solid #e2e8f0; }
.dsp-payment-info h3 { font-size: 1rem; color: var(--dsp-navy); margin-bottom: 18px; display: flex; align-items: center; gap: 8px; }
.dsp-info-alert { background: #eff6ff; border: 1px solid #bfdbfe; border-radius: 10px; padding: 14px 16px; margin-bottom: 20px; font-size: 14px; color: #1e40af; display: flex; gap: 10px; }
.dsp-info-alert .icon { font-size: 18px; flex-shrink: 0; }
.dsp-qr-row { display: flex; flex-direction: column; align-items: center; gap: 16px; margin-bottom: 24px; }
.dsp-qr-box { background: #fff; border: 2px solid #e2e8f0; border-radius: 16px; padding: 16px; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.dsp-qr-box img,
.dsp-qr-image { width: min(100%, 420px); height: auto; max-width: 420px; aspect-ratio: 1 / 1; object-fit: contain; image-rendering: -webkit-optimize-contrast; }
.dsp-qr-image-lg { width: min(100%, 460px); max-width: 460px; }
.dsp-address-panel .dsp-qr-box { width: min(100%, 460px); }
.dsp-qr-label { font-size: 13px; font-weight: 600; color: var(--dsp-grey-dk); }

/* Address fields */
.dsp-network-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.dsp-network-tab { border: 1.5px solid #e2e8f0; border-radius: 8px; padding: 6px 14px; font-size: 13px; font-weight: 600; cursor: pointer; background: #fff; color: var(--dsp-grey-dk); transition: all .2s; }
.dsp-network-tab.active { background: var(--dsp-navy); color: #fff; border-color: var(--dsp-navy); }
.dsp-address-panel { display: none; }
.dsp-address-panel.active { display: block; }
.dsp-address-row { display: flex; align-items: center; gap: 8px; background: var(--dsp-grey-lt); border-radius: 10px; padding: 12px 14px; }
.dsp-address-text { flex: 1; font-size: 13px; font-family: 'Courier New', monospace; word-break: break-all; color: var(--dsp-grey-dk); }
.dsp-copy-btn { flex-shrink: 0; background: var(--dsp-blue-mid); color: #fff; border: none; padding: 8px 14px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all .2s; white-space: nowrap; }
.dsp-copy-btn:hover { background: var(--dsp-blue); }
.dsp-copy-btn.copied { background: var(--dsp-green); }
.dsp-qr-panel img { max-width: 420px; width: min(100%, 420px); height: auto; border-radius: 10px; border: 2px solid #e2e8f0; margin-bottom: 8px; }
.dsp-network-warning { background: #fef2f2; border: 1px solid #fecaca; border-radius: 8px; padding: 10px 14px; font-size: 13px; color: #991b1b; display: flex; align-items: center; gap: 8px; margin-top: 12px; }

/* Proof form */
.dsp-proof-form { padding: 0 28px 28px; }
.dsp-proof-form h3 { font-size: 1rem; color: var(--dsp-navy); margin-bottom: 18px; padding-top: 20px; border-top: 1px solid #e2e8f0; }
.dsp-channel-select { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 20px; }
.dsp-channel-btn { border: 2px solid #e2e8f0; border-radius: var(--dsp-radius); padding: 14px; text-align: center; cursor: pointer; transition: all .2s; background: #fff; }
.dsp-channel-btn.active { border-color: var(--dsp-blue-mid); background: var(--dsp-sky); }
.dsp-channel-btn input { display: none; }
.dsp-channel-btn .ch-icon { font-size: 22px; display: block; margin-bottom: 4px; }
.dsp-channel-btn .ch-label { font-size: 14px; font-weight: 600; color: var(--dsp-navy); }
.dsp-file-upload { border: 2px dashed #bfdbfe; border-radius: var(--dsp-radius); padding: 20px; text-align: center; background: var(--dsp-sky); cursor: pointer; transition: border-color .2s; }
.dsp-file-upload:hover { border-color: var(--dsp-blue-mid); }
.dsp-file-upload input { display: none; }
.dsp-file-label { font-size: 14px; color: var(--dsp-blue-mid); font-weight: 600; cursor: pointer; }
.dsp-file-name { font-size: 13px; color: var(--dsp-grey); margin-top: 6px; }

/* Binance pay */
.dsp-binance-id-box { background: var(--dsp-grey-lt); border-radius: 10px; padding: 16px 18px; margin-bottom: 16px; }
.dsp-binance-id-box .label { font-size: 12px; color: var(--dsp-grey); margin-bottom: 4px; font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
.dsp-binance-id-box .value { font-size: 16px; font-weight: 700; color: var(--dsp-navy); display: flex; justify-content: space-between; align-items: center; }

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 600px) {
  .dsp-form-body,.dsp-pay-methods,.dsp-payment-info,.dsp-proof-form,.dsp-crypto-methods { padding: 20px; }
  .dsp-pay-row { grid-template-columns: 1fr; }
  .dsp-channel-select { grid-template-columns: 1fr 1fr; }
  .dsp-form-header { padding: 20px; }
  .dsp-plan-bar { padding: 16px 20px; }
  .dsp-hero { padding: 40px 16px 28px; }
  .dsp-crypto-promo { margin: 0 20px 20px; }
}

/* ── Elementor editor helpers ─────────────────────────────── */
.elementor-editor-active .dsp-wa-float { display: none; }

/* ── Animations ───────────────────────────────────────────── */
@keyframes dsp-fadein { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:none} }
.dsp-fadein { animation: dsp-fadein .5s ease both; }

/* ── Language toggle visibility ───────────────────────────── */
.dsp-lang-fr .lang-en { display: none !important; }
.dsp-lang-en .lang-fr { display: none !important; }
body { --dsp-lang: 'fr'; }


/* QR visibility improvements */
.dsp-checkout-wrap .dsp-checkout-card {
  width: min(100%, 1040px);
  max-width: 1040px;
}
.dsp-checkout-wrap .dsp-payment-info > div[style*="display:flex"],
.dsp-checkout-wrap .dsp-address-panel > div[style*="display:flex"] {
  gap: 28px !important;
  align-items: flex-start !important;
}
.dsp-qr-box {
  padding: 22px;
  min-width: 320px;
  width: fit-content;
  max-width: 100%;
}
.dsp-qr-box img,
.dsp-qr-image {
  display: block;
  width: min(100%, 420px);
  height: min(100%, 420px);
  max-width: 420px;
  max-height: 420px;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
.dsp-qr-image-lg {
  width: min(100%, 460px);
  height: min(100%, 460px);
  max-width: 460px;
  max-height: 460px;
}
.dsp-address-panel .dsp-qr-box,
.dsp-payment-info .dsp-qr-box {
  min-width: 360px;
}
.dsp-address-panel .dsp-qr-label,
.dsp-payment-info .dsp-qr-label {
  margin-top: 12px;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
}
@media (max-width: 991px) {
  .dsp-checkout-wrap {
    padding: 40px 20px;
  }
  .dsp-checkout-wrap .dsp-checkout-card {
    width: min(100%, 920px);
    max-width: 920px;
  }
  .dsp-qr-box {
    min-width: 280px;
  }
  .dsp-qr-box img,
  .dsp-qr-image {
    width: min(100%, 360px);
    height: min(100%, 360px);
    max-width: 360px;
    max-height: 360px;
  }
  .dsp-qr-image-lg {
    width: min(100%, 380px);
    height: min(100%, 380px);
    max-width: 380px;
    max-height: 380px;
  }
  .dsp-address-panel .dsp-qr-box,
  .dsp-payment-info .dsp-qr-box {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .dsp-checkout-wrap {
    padding: 24px 12px;
  }
  .dsp-checkout-wrap .dsp-checkout-card {
    width: 100%;
    max-width: 100%;
  }
  .dsp-qr-box {
    min-width: 0;
    width: 100%;
    padding: 16px;
  }
  .dsp-qr-box img,
  .dsp-qr-image,
  .dsp-qr-image-lg {
    width: min(100%, 320px);
    height: auto;
    max-width: 320px;
    max-height: 320px;
    margin-inline: auto;
  }
  .dsp-address-panel .dsp-qr-box,
  .dsp-payment-info .dsp-qr-box {
    min-width: 0;
    width: 100%;
  }
}


@media (max-width: 1024px) {
  .dsp-header-inner { flex-wrap: wrap; justify-content: center; }
  .dsp-header-nav { order: 3; width: 100%; }
  .dsp-header-actions { justify-content: center; width: 100%; }
}

@media (max-width: 767px) {
  .dsp-header-inner { min-height: auto; padding: 14px 16px; }
  .dsp-header-brand { width: 100%; display: flex; justify-content: center; }
  .dsp-header-logo { max-height: 42px; }
  .dsp-header-brand-text { font-size: 1rem; }
  .dsp-header-nav { gap: 14px; }
  .dsp-header-nav a { font-size: 13px; }
  .dsp-header-actions { gap: 8px; }
  .dsp-header-wa,
  .dsp-header-cta { width: 100%; }
}

/* ================================================================
   DigiSmart Pro — CSS Additions (v2 updates)
   ================================================================ */

/* ── Hero CTA Button — dark blue, no red outline ─────────────── */
.dsp-hero-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  background: linear-gradient(135deg, #0f1f4b, #1a43c8);
  color: #fff;
  font-family: var(--dsp-font-head);
  font-size: 1.1rem;
  font-weight: 800;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 8px 28px rgba(15,31,75,0.45);
  transition: transform .2s, box-shadow .2s;
  margin-bottom: 24px;
  position: relative;
  border: none;
  outline: none;
}
.dsp-hero-cta-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15,31,75,0.55);
  color: #fff;
  text-decoration: none;
}

/* ── Hero Trust Badges ───────────────────────────────────────── */
.dsp-hero-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 28px;
  position: relative;
}
.dsp-hero-trust-item {
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  backdrop-filter: blur(6px);
}

/* ── Form Trust Bar ──────────────────────────────────────────── */
.dsp-form-trust-bar {
  background: linear-gradient(90deg, #f0f9ff, #e0f2fe);
  border-bottom: 1px solid #bae6fd;
  padding: 10px 32px;
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  font-size: 13px;
  font-weight: 600;
  color: #0369a1;
}
.dsp-form-trust-bar span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

/* ── Testimonials Carousel ───────────────────────────────────── */
.dsp-testi-carousel {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 4px;
}
.dsp-testi-track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}
/* Cards hidden by default — JS adds .dsp-testi-visible */
.dsp-testi-track .dsp-testi-card {
  display: none;
}
.dsp-testi-track .dsp-testi-card.dsp-testi-visible {
  display: flex;
  flex-direction: column;
}
/* ── Navigation bar ── */
.dsp-testi-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
}
.dsp-testi-prev,
.dsp-testi-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid var(--dsp-blue-mid);
  background: #fff;
  color: var(--dsp-blue-mid);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  flex-shrink: 0;
  padding: 0;
}
.dsp-testi-prev:hover,
.dsp-testi-next:hover {
  background: var(--dsp-blue-mid);
  color: #fff;
}
.dsp-testi-prev:hover svg,
.dsp-testi-next:hover svg {
  stroke: #fff;
}
/* Dots */
.dsp-testi-dots {
  display: flex;
  gap: 8px;
  align-items: center;
}
.dsp-testi-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition: all .2s;
  border: none;
  padding: 0;
  display: inline-block;
}
.dsp-testi-dot.active {
  background: var(--dsp-blue-mid);
  transform: scale(1.35);
}
/* Responsive */
@media (max-width: 899px) {
  .dsp-testi-track { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 599px) {
  .dsp-testi-track { grid-template-columns: 1fr; }
  .dsp-testimonials { padding: 40px 16px; }
}

/* ── Footer SVG Social Icons ─────────────────────────────────── */
.dsp-footer-social a {
  width: 38px;
  height: 38px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: background .2s, transform .2s;
}
.dsp-footer-social a:hover {
  background: var(--dsp-blue-lt);
  transform: translateY(-2px);
}
.dsp-social-wa:hover { background: #25d366 !important; }
.dsp-social-ig:hover { background: #e1306c !important; }
.dsp-social-fb:hover { background: #1877f2 !important; }
.dsp-social-email:hover { background: var(--dsp-blue-mid) !important; }

.dsp-footer-contact-link {
  display: flex !important;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.65) !important;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 8px;
  transition: color .2s;
}
.dsp-footer-contact-link:hover { color: #fff !important; }
.dsp-footer-contact-link svg { flex-shrink: 0; }

.dsp-footer-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37,211,102,0.15);
  color: #25d366 !important;
  border: 1px solid rgba(37,211,102,0.3);
  padding: 9px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 13px;
  text-decoration: none;
  margin-top: 12px;
  transition: background .2s;
}
.dsp-footer-wa-btn:hover {
  background: rgba(37,211,102,0.25);
}

/* ── Channel buttons with SVG icons ─────────────────────────── */
.dsp-channel-btn .ch-icon {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
}
.dsp-channel-btn .ch-icon svg { display: block; }

/* ── Hero logo — ensure it shows clearly ────────────────────── */
.dsp-hero-logo {
  display: block;
  max-height: 64px;
  max-width: 260px;
  width: auto;
  margin: 0 auto 28px;
  position: relative;
  /* SVG logos on dark bg need no filter; PNG with dark bg may need brightness */
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.3));
}

/* ── Header — reduced blue lang-bar ─────────────────────────── */
.dsp-lang-bar {
  padding: 6px 24px;
  min-height: 0;
}
.dsp-lang-btn {
  padding: 3px 12px;
  font-size: 12px;
}

/* ── Plan bar — ensure strikethrough price is visible ────────── */
.dsp-plan-bar del,
.dsp-plan-bar .plan-original,
.dsp-plan-bar .dsp-plan-price-orig,
.dsp-plan-bar [style*="line-through"] {
  text-decoration: line-through !important;
  text-decoration-thickness: 2px !important;
  text-decoration-color: #ff6b6b !important;
  color: rgba(255,255,255,0.9) !important;
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

/* ── WhatsApp attachment notice ──────────────────────────────── */
.dsp-wa-attachment-notice {
  display: none;
  margin-top: 10px;
  background: #fffbeb;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 13px;
  color: #92400e;
  line-height: 1.5;
}

/* ── Responsive hero trust + CTA ────────────────────────────── */
@media (max-width: 600px) {
  .dsp-hero-cta-btn {
    padding: 14px 28px;
    font-size: 1rem;
    width: 100%;
    max-width: 320px;
  }
  .dsp-hero-trust {
    flex-direction: column;
    align-items: center;
  }
  .dsp-form-trust-bar {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
  }
}

/* ================================================================
   Movie Carousel Cards — full-cover, responsive portrait posters
   ================================================================ */

/* Override old .dsp-carousel-item sizing when used as movie card */
.dsp-movie-card {
  flex-shrink: 0;
  /* Responsive width: fluid based on viewport, min 130px */
  width: clamp(130px, 12vw, 180px);
  /* Keep 2:3 portrait ratio (same as movie posters) */
  aspect-ratio: 2 / 3;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #1a2e6b, #0f3470);
  box-shadow: 0 4px 18px rgba(0,0,0,0.28);
  transition: transform .25s, box-shadow .25s;
  cursor: pointer;
}

.dsp-movie-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 32px rgba(0,0,0,0.42);
  z-index: 2;
}

/* Image fills the entire card — no gaps, no letterbox */
.dsp-movie-card img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  transition: transform .4s;
}

.dsp-movie-card:hover img {
  transform: scale(1.06);
}

/* Placeholder (no image) */
.dsp-movie-card-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 8px;
  padding: 12px;
  color: #fff;
}
.dsp-movie-card-placeholder span:first-child { font-size: 32px; }
.dsp-movie-card-title {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.dsp-movie-card-genre {
  font-size: 10px;
  color: rgba(255,255,255,0.65);
}

/* Subtle gradient overlay at bottom so text would be legible if added */
.dsp-movie-card::after {
  content: '';
  position: absolute;
  inset: 60% 0 0 0;
  background: linear-gradient(to bottom, transparent, rgba(5,10,30,0.55));
  border-radius: 0 0 12px 12px;
  pointer-events: none;
}

/* Carousel track — taller to show full portrait cards */
.dsp-carousel-track {
  display: flex;
  gap: 14px;
  width: max-content;
  animation: dsp-scroll 35s linear infinite;
  align-items: stretch;
  padding: 12px 0 20px;   /* breathing room top/bottom */
}
.dsp-carousel-track:hover { animation-play-state: paused; }

/* Fade edges left/right for polished feel */
.dsp-carousel-track-wrap {
  overflow: hidden;
  position: relative;
  margin-top: 24px;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 5%,
    black 95%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    black 5%,
    black 95%,
    transparent 100%
  );
}

/* Responsive gap adjustments */
@media (max-width: 768px) {
  .dsp-movie-card {
    width: clamp(110px, 28vw, 150px);
  }
  .dsp-carousel-track { gap: 10px; }
}
@media (max-width: 480px) {
  .dsp-movie-card {
    width: clamp(100px, 36vw, 130px);
  }
  .dsp-carousel-track { gap: 8px; }
}

/* ── Movie card image full-height fix ───────────────────────── */
/* .dsp-movie-card uses position:relative + absolute img to fill card */
/* .dsp-carousel-item (sports logos) uses contain — DO NOT override with cover */
.dsp-movie-card {
  position: relative !important;
  overflow: hidden !important;
}

/* ================================================================
   DSP PLAN BAR — Unified v3 (bigger title + clear strikethrough)
   ================================================================ */
.dsp-plan-bar {
  background: linear-gradient(135deg, #0f1f4b, #1a43c8);
  padding: 24px 32px 20px;
  color: #fff;
}

/* Title row */
.dsp-planbar-title {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
  font-size: 1.5rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}
.dsp-planbar-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--dsp-gold);
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 20px;
  font-weight: 700;
  flex-shrink: 0;
}

/* Price row — strikethrough + real price side by side */
.dsp-planbar-price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
/* Strikethrough original price */
.dsp-planbar-orig {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: rgba(255,255,255,0.85) !important;
  text-decoration: line-through !important;
  text-decoration-color: #ff4d4d !important;
  text-decoration-thickness: 3px !important;
  opacity: 1 !important;
  letter-spacing: 0;
}
/* Empty orig = hide it */
.dsp-planbar-orig:empty { display: none; }

/* Real / discounted price */
.dsp-planbar-main {
  font-size: 2.2rem !important;
  font-weight: 900 !important;
  color: #fbbf24 !important;
  line-height: 1;
}
.dsp-planbar-eur {
  font-size: 1.5rem;
  font-weight: 800;
  color: #fbbf24;
}

/* Savings badge */
.dsp-planbar-savings {
  display: inline-flex;
  align-items: center;
  background: rgba(16,185,129,0.25);
  border: 1px solid rgba(16,185,129,0.5);
  border-radius: 20px;
  padding: 3px 12px;
  font-size: 13px;
  font-weight: 700;
  color: #6ee7b7;
}

/* Responsive */
@media (max-width: 600px) {
  .dsp-plan-bar { padding: 18px 20px 16px; }
  .dsp-planbar-title { font-size: 1.15rem; }
  .dsp-planbar-orig { font-size: 1.2rem !important; }
  .dsp-planbar-main { font-size: 1.8rem !important; }
}


/* === DSP v1.1.0 client revision patch === */

.dsp-hero { background:#f4f6fb; padding:38px 24px 0; text-align:center; overflow:visible; }
.dsp-hero::before { display:none; }
.dsp-hero-shell { max-width:1180px; margin:0 auto; background:linear-gradient(135deg,var(--bg1, #12286a),var(--bg2, #1a43c8)); border-radius:32px; padding:42px 42px 0; position:relative; overflow:visible; box-shadow:0 22px 60px rgba(15,31,75,.20); }
.dsp-hero-inner { max-width:980px; margin:0 auto; position:relative; z-index:2; }
.dsp-hero h1 { max-width:1180px; font-size:clamp(1.9rem, 4.2vw, 3.6rem); line-height:1.14; margin:0 auto 14px; }
.dsp-hero p { max-width:760px; margin:0 auto 18px; font-size:1.05rem; }
.dsp-hero-logo { max-height:72px; max-width:340px; margin:0 auto 22px; }
.dsp-hero-logo-group { display:flex; flex-wrap:wrap; justify-content:center; gap:14px; margin:18px auto 0; max-width:980px; }
.dsp-logo-chip-sport, .dsp-logo-chip-platform { background:rgba(255,255,255,.96); border-radius:16px; min-width:98px; min-height:66px; padding:10px 18px; box-shadow:0 8px 24px rgba(0,0,0,.14); }
.dsp-logo-chip-sport img { height:42px; width:auto; object-fit:contain; }
.dsp-logo-chip-platform img { height:30px; width:auto; object-fit:contain; }
.dsp-hero-cta-btn { margin:26px auto 10px; }
.dsp-hero-meta-text { color:rgba(255,255,255,.78); font-size:13px; padding-bottom:12px; }
.dsp-hero-form-teaser { max-width:760px; margin:14px auto -126px; background:#fff; border-radius:26px 26px 0 0; box-shadow:0 24px 50px rgba(15,31,75,.18); padding:24px 24px 26px; min-height:220px; overflow:hidden; position:relative; z-index:3; }
.dsp-hero-form-teaser::after { content:''; position:absolute; left:0; right:0; bottom:0; height:58px; background:linear-gradient(to bottom, rgba(255,255,255,0), #fff 75%); }
.dsp-hero-form-teaser-title { font-family:var(--dsp-font-head); font-weight:800; color:var(--dsp-navy); text-align:left; margin-bottom:14px; }
.dsp-hero-form-teaser-field, .dsp-hero-form-teaser-code { height:48px; border:1.5px solid #dbe4f0; border-radius:12px; background:#f8fbff; margin-bottom:12px; }
.dsp-hero-form-teaser-phone-row { display:grid; grid-template-columns:140px 1fr; gap:12px; }
.dsp-hero-form-teaser-select { margin-bottom:0; }
.dsp-form-section { padding-top:160px; }
.dsp-form-trust-bar { background:#fff; border-top:1px solid #eef2f7; border-bottom:none; color:#5b6475; font-weight:500; }
.dsp-form-trust-bar span { gap:6px; }
.dsp-proof-form .dsp-btn { width:auto; min-width:146px; display:inline-flex; align-items:center; justify-content:center; padding:14px 26px; border-radius:12px; box-shadow:0 10px 24px rgba(15,31,75,.18); }
.dsp-copy-btn { display:inline-flex; align-items:center; gap:8px; background:linear-gradient(135deg,#0f1f4b,#1a43c8); border-radius:12px; padding:10px 16px; }
.dsp-copy-btn .dsp-copy-icon { font-size:15px; line-height:1; }
.dsp-copy-btn.copied { background:linear-gradient(135deg,#059669,#10b981); }
.dsp-planbar-badge { background:#f59e0b; color:#fff; font-size:15px; padding:5px 11px; min-width:34px; min-height:28px; border-radius:999px; box-shadow:0 6px 12px rgba(245,158,11,.25); }
.dsp-planbar-title { gap:12px; }
.dsp-testi-card { min-height:100%; }
.dsp-testi-carousel:hover .dsp-testi-card.dsp-testi-visible { transform:none; }
@media (max-width: 767px) {
  .dsp-hero { padding:22px 14px 0; }
  .dsp-hero-shell { padding:28px 18px 0; border-radius:24px; }
  .dsp-hero h1 { font-size:clamp(1.7rem, 7vw, 2.5rem); }
  .dsp-logo-chip-sport, .dsp-logo-chip-platform { min-width:82px; min-height:58px; padding:8px 14px; }
  .dsp-logo-chip-sport img { height:34px; }
  .dsp-logo-chip-platform img { height:24px; }
  .dsp-hero-form-teaser { margin:12px auto -96px; padding:18px; border-radius:22px 22px 0 0; }
  .dsp-hero-form-teaser-phone-row { grid-template-columns:105px 1fr; }
  .dsp-form-section { padding-top:122px; }
  .dsp-proof-form .dsp-btn { width:100%; }
}

/* === DSP v1.1.1 refinement patch === */
.dsp-header-wa {
  justify-content: center;
}

.dsp-footer-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.dsp-hero {
  background: #f4f6fb;
  padding: 34px 24px 0;
}

.dsp-hero-shell {
  max-width: 1080px;
  border-radius: 30px;
  padding: 40px 34px 0;
}

.dsp-hero-inner {
  max-width: 920px;
}

.dsp-hero h1 {
  font-size: clamp(2rem, 3vw, 3.05rem);
  letter-spacing: -0.02em;
}

@media (min-width: 1280px) {
  .dsp-hero h1 {
    white-space: nowrap;
    font-size: 2.85rem;
  }
}

.dsp-hero p {
  max-width: 700px;
  font-size: 1rem;
  margin-bottom: 16px;
}

.dsp-hero-logo {
  max-height: 68px;
  margin-bottom: 18px;
}

.dsp-hero-logo-group {
  max-width: 900px;
  gap: 16px;
}

.dsp-hero-logo-group-sports {
  margin-top: 20px;
}

.dsp-hero-logo-group-platforms {
  margin-top: 14px;
}

.dsp-hero-logo-group-sports .dsp-logo-chip,
.dsp-hero-logo-group-platforms .dsp-logo-chip {
  border-radius: 18px;
  border: 1px solid rgba(15, 31, 75, 0.08);
  box-shadow: 0 12px 28px rgba(15, 31, 75, 0.16);
}

.dsp-hero-logo-group-sports .dsp-logo-chip {
  min-width: 170px;
  min-height: 86px;
  padding: 12px 18px;
}

.dsp-hero-logo-group-platforms .dsp-logo-chip {
  min-width: 148px;
  min-height: 76px;
  padding: 12px 16px;
}

.dsp-hero-logo-group-sports .dsp-logo-chip img {
  max-width: 100%;
  height: 48px;
}

.dsp-hero-logo-group-platforms .dsp-logo-chip img {
  max-width: 100%;
  height: 34px;
}

.dsp-hero-logo-group-sports .dsp-logo-chip:nth-child(n+7),
.dsp-hero-logo-group-platforms .dsp-logo-chip:nth-child(n+9) {
  display: none;
}

.dsp-hero-cta-btn {
  margin: 24px auto 8px;
  min-height: 56px;
  padding: 16px 34px;
  outline: none !important;
  box-shadow: 0 14px 34px rgba(15, 31, 75, 0.32);
}

.dsp-hero-cta-btn:focus,
.dsp-hero-cta-btn:active {
  outline: none !important;
  box-shadow: 0 14px 34px rgba(15, 31, 75, 0.32);
}

.dsp-hero-meta-text {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
  padding-bottom: 10px;
}

.dsp-hero-form-teaser {
  max-width: 760px;
  margin: 16px auto -138px;
  min-height: 232px;
  padding: 22px 22px 28px;
}

.dsp-form-section {
  padding-top: 172px;
}

.dsp-form-trust-bar {
  background: #fff;
  border-top: 1px solid #eef2f7;
  border-bottom: none;
  color: #677083;
  font-size: 12px;
  font-weight: 500;
  gap: 18px;
  padding: 12px 28px 0;
}

.dsp-form-trust-bar span {
  gap: 6px;
}

.dsp-plan-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dsp-planbar-badge {
  width: 34px;
  height: 34px;
  min-width: 23px;
  min-height: 23px;
  padding: 0;
}


@media (max-width: 768px){
.dsp-planbar-badge {
  width: 20px;
  height: 20px;
  }
}


.dsp-planbar-badge svg {
  width: 16px;
  height: 16px;
  display: block;
}

.dsp-planbar-savings,
.method-discount {
  white-space: nowrap;
}

.method-price-orig {
  display: inline-block;
}

.dsp-copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 999px;
  padding: 10px 18px;
  background: linear-gradient(135deg, #222831, #0f1f4b);
  box-shadow: 0 10px 24px rgba(15, 31, 75, 0.22);
}

.dsp-copy-btn:hover {
  background: linear-gradient(135deg, #161b22, #122b70);
}

.dsp-copy-btn .dsp-copy-icon,
.dsp-proof-form .dsp-send-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.dsp-copy-btn .dsp-copy-icon svg,
.dsp-proof-form .dsp-send-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.dsp-proof-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dsp-proof-form .dsp-btn {
  align-self: flex-start;
  min-width: 148px;
  margin-top: 18px !important;
  border-radius: 12px;
  padding: 14px 24px;
  box-shadow: 0 12px 26px rgba(15, 31, 75, 0.18);
}

.dsp-proof-form .dsp-btn .dsp-send-icon {
  margin-right: 8px;
}

.dsp-channel-select {
  width: 100%;
}

.dsp-testi-card {
  overflow: hidden;
}

.dsp-testi-image-wrap {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.dsp-testi-image-wrap.has-blue-rectangle .dsp-testi-image-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  min-width: 78px;
  height: 26px;
  padding: 0 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, #10214f, #163d90);
  box-shadow: 0 4px 10px rgba(15, 31, 75, 0.24);
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dsp-testi-avatar-img {
  position: relative;
  z-index: 1;
}

.dsp-footer-inner > .dsp-footer-col:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dsp-footer-inner > .dsp-footer-col:last-child p,
.dsp-footer-inner > .dsp-footer-col:last-child h4 {
  width: 100%;
}

.dsp-footer-wa-btn {
  align-self: flex-start;
  justify-content: flex-start;
  width: auto;
  margin-left: 0;
  text-align: left;
}

.dsp-trust-badges {
  gap: 10px;
}

@media (max-width: 767px) {
  .dsp-hero {
    padding: 22px 14px 0;
  }

  .dsp-hero-shell {
    max-width: 100%;
    padding: 26px 18px 0;
    border-radius: 24px;
  }

  .dsp-hero h1 {
    white-space: normal;
    font-size: clamp(1.72rem, 7vw, 2.45rem);
  }

  .dsp-hero-logo-group-sports .dsp-logo-chip,
  .dsp-hero-logo-group-platforms .dsp-logo-chip {
    min-width: 120px;
  }

  /* Sports: show all 6, platforms: show up to 8 */
  .dsp-hero-logo-group-sports .dsp-logo-chip:nth-child(n+7),
  .dsp-hero-logo-group-platforms .dsp-logo-chip:nth-child(n+9) {
    display: none;
  }

  .dsp-hero-form-teaser {
    margin: 14px auto -100px;
    min-height: 210px;
  }

  .dsp-form-section {
    padding-top: 126px;
  }

  .dsp-proof-form .dsp-btn {
    width: auto;
  }
}


/* ── Hero + real form overlap refinement (v1.1.2) ───────────── */
.dsp-hero-shell {
  padding-bottom: 18px;
}

.dsp-hero-inner {
  max-width: 880px;
}

.dsp-hero h1 {
  max-width: 100%;
  font-size: clamp(1.95rem, 2.85vw, 2.9rem);
}

@media (min-width: 1280px) {
  .dsp-hero h1 {
    white-space: nowrap;
    font-size: 2.38rem;
  }
}

.dsp-hero p {
  max-width: 760px;
  margin-bottom: 14px;
}

.dsp-hero-logo-group {
  gap: 14px;
}

.dsp-hero-logo-group-sports {
  margin-top: 18px;
}

.dsp-hero-logo-group-platforms {
  margin-top: 12px;
}

.dsp-hero-logo-group-sports .dsp-logo-chip {
  min-width: 154px;
  min-height: 78px;
  padding: 10px 16px;
}

.dsp-hero-logo-group-platforms .dsp-logo-chip {
  min-width: 132px;
  min-height: 68px;
  padding: 10px 14px;
}

.dsp-hero-logo-group-sports .dsp-logo-chip img {
  height: 42px;
}

.dsp-hero-logo-group-platforms .dsp-logo-chip img {
  height: 30px;
}

/* Sports: show all 6, platforms: show up to 8 */
  .dsp-hero-logo-group-sports .dsp-logo-chip:nth-child(n+7),
  .dsp-hero-logo-group-platforms .dsp-logo-chip:nth-child(n+9) {
    display: none;
  }

.dsp-hero-cta-btn {
  margin: 20px auto 8px;
}

.dsp-hero-meta-text {
  padding-bottom: 0;
}

.dsp-hero-form-teaser {
  display: none !important;
}

.dsp-form-section {
  position: relative;
  z-index: 4;
  margin-top: -132px;
  padding: 132px 24px 52px;
}

.dsp-form-card {
  position: relative;
  z-index: 4;
}

@media (max-width: 1024px) {
  .dsp-form-section {
    margin-top: -110px;
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  .dsp-hero h1 {
    white-space: normal;
    font-size: clamp(1.74rem, 7vw, 2.34rem);
  }

  /* Sports: show all 6, platforms: show up to 8 */
  .dsp-hero-logo-group-sports .dsp-logo-chip:nth-child(n+7),
  .dsp-hero-logo-group-platforms .dsp-logo-chip:nth-child(n+9) {
    display: none;
  }

  .dsp-form-section {
    margin-top: -72px;
    padding-top: 90px;
  }
}

/* ── Hero + real form overlap refinement (v1.1.3) ───────────── */
.dsp-hero {
  overflow: visible;
}

.dsp-hero-shell {
  max-width: 1080px;
  padding: 38px 34px 10px;
  overflow: visible;
}

.dsp-hero-inner {
  max-width: 980px;
}

.dsp-hero h1 {
  max-width: 100%;
  padding: 0 28px;
  box-sizing: border-box;
  font-size: clamp(1.78rem, 2.25vw, 2.55rem);
  line-height: 1.12;
}

@media (min-width: 1280px) {
  .dsp-hero h1 {
    white-space: nowrap;
    font-size: 2.02rem;
  }
}

@media (min-width: 1500px) {
  .dsp-hero h1 {
    font-size: 2.18rem;
  }
}

.dsp-hero p {
  max-width: 740px;
  padding: 0 14px;
  box-sizing: border-box;
  margin-bottom: 12px;
}

.dsp-hero-logo-group {
  gap: 12px;
}

.dsp-hero-logo-group-sports {
  margin-top: 16px;
}

.dsp-hero-logo-group-platforms {
  margin-top: 10px;
}

.dsp-hero-cta-btn {
  margin: 18px auto 8px;
}

.dsp-hero-meta-text {
  padding-bottom: 2px;
}

.dsp-form-section {
  position: relative;
  z-index: 4;
  margin-top: -118px;
  padding: 0 24px 52px;
  background: transparent;
}

.dsp-form-card {
  position: relative;
  z-index: 4;
}

#order {
  scroll-margin-top: 118px;
}

@media (max-width: 1024px) {
  .dsp-hero-shell {
    padding: 30px 24px 8px;
  }

  .dsp-hero h1 {
    white-space: normal;
    padding: 0 18px;
    font-size: clamp(1.72rem, 3.6vw, 2.28rem);
  }

  .dsp-form-section {
    margin-top: -86px;
    padding: 0 20px 46px;
  }

  #order {
    scroll-margin-top: 104px;
  }
}

@media (max-width: 767px) {
  .dsp-hero {
    padding: 20px 14px 0;
  }

  .dsp-hero-shell {
    padding: 24px 16px 8px;
    border-radius: 24px;
  }

  .dsp-hero h1 {
    padding: 0 8px;
    white-space: normal;
    font-size: clamp(1.58rem, 6.1vw, 2.08rem);
  }

  .dsp-hero p {
    padding: 0 6px;
  }

  .dsp-form-section {
    margin-top: -52px;
    padding: 0 14px 40px;
  }

  #order {
    scroll-margin-top: 88px;
  }
}



/* ── Final layout refinement (v1.1.4) ─────────────────────── */
.dsp-hero {
  overflow: visible;
  padding: 30px 24px 0;
}

.dsp-hero-shell {
  max-width: 1180px;
  padding: 34px 30px 14px;
  overflow: visible;
}

.dsp-hero-inner {
  max-width: 1080px;
}

.dsp-hero h1 {
  max-width: 1080px;
  padding: 0 8px;
  box-sizing: border-box;
  white-space: normal !important;
  font-size: clamp(1.72rem, 2.15vw, 2.54rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.dsp-hero p {
  max-width: 720px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 0.99rem;
  margin-bottom: 14px;
}

.dsp-hero-logo {
  max-height: 66px;
  margin-bottom: 16px;
}

.dsp-hero-logo-group {
  gap: 12px;
}

.dsp-hero-logo-group-sports {
  margin-top: 16px;
}

.dsp-hero-logo-group-platforms {
  margin-top: 10px;
}

/* Sports: show all 6, platforms: show up to 8 */
  .dsp-hero-logo-group-sports .dsp-logo-chip:nth-child(n+7),
  .dsp-hero-logo-group-platforms .dsp-logo-chip:nth-child(n+9) {
    display: none;
  }

.dsp-logo-chip-sport,
.dsp-logo-chip-platform {
  min-width: 118px;
  min-height: 70px;
  padding: 10px 14px;
  border-radius: 18px;
}

.dsp-logo-chip-sport img {
  height: 40px;
}

.dsp-logo-chip-platform img {
  height: 30px;
}

.dsp-hero-cta-btn {
  margin: 18px auto 8px;
  padding: 15px 34px;
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(15,31,75,.36);
}

.dsp-hero-meta-text {
  padding-bottom: 10px;
}

.dsp-form-section {
  position: relative;
  z-index: 5;
  margin-top: -118px;
  padding: 0 24px 56px;
  background: linear-gradient(to bottom, transparent 0, transparent 116px, var(--dsp-off) 116px, var(--dsp-off) 100%);
}

.dsp-form-scroll-anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}

.dsp-form-card {
  position: relative;
  z-index: 3;
  max-width: 720px;
  border-radius: 24px;
  box-shadow: 0 24px 54px rgba(15,31,75,.18);
}

#pricing,
#order {
  scroll-margin-top: 112px;
}

.dsp-form-header {
  padding: 26px 28px 18px;
}

.dsp-form-trust-bar {
  gap: 22px;
  padding: 12px 26px 0;
  justify-content: center;
}

.dsp-form-body {
  padding: 26px 28px 30px;
}

#dsp-order-submit {
  min-height: 54px;
  border-radius: 14px;
  box-shadow: 0 12px 24px rgba(37,99,235,.25);
}

.dsp-proof-form .dsp-btn {
  align-self: flex-start;
  min-width: 152px;
  padding: 14px 26px;
  border-radius: 10px;
  background: linear-gradient(135deg, #1537b7, #1a43c8);
  box-shadow: 0 8px 18px rgba(15,31,75,.22);
  margin-top: 18px !important;
}

.dsp-proof-form .dsp-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(15,31,75,.28);
}

@media (min-width: 1500px) {
  .dsp-hero h1 {
    font-size: 2.72rem;
  }
}

@media (max-width: 1180px) {
  .dsp-hero-shell {
    padding: 30px 24px 12px;
  }

  .dsp-hero-inner {
    max-width: 980px;
  }

  .dsp-hero h1 {
    font-size: clamp(1.66rem, 3.15vw, 2.28rem);
  }
}

@media (max-width: 1024px) {
  .dsp-hero {
    padding-top: 24px;
  }

  .dsp-hero-shell {
    padding: 28px 20px 10px;
  }

  .dsp-hero h1 {
    padding: 0 4px;
    font-size: clamp(1.62rem, 3.9vw, 2.1rem);
  }

  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    min-width: 124px;
    min-height: 68px;
  }

  .dsp-form-section {
    margin-top: -88px;
    padding: 0 20px 48px;
    background: linear-gradient(to bottom, transparent 0, transparent 86px, var(--dsp-off) 86px, var(--dsp-off) 100%);
  }

  .dsp-form-scroll-anchor {
    top: -100px;
  }

  #pricing,
  #order {
    scroll-margin-top: 102px;
  }
}

@media (max-width: 767px) {
  .dsp-hero {
    padding: 18px 14px 0;
  }

  .dsp-hero-shell {
    padding: 24px 14px 10px;
    border-radius: 24px;
  }

  .dsp-hero h1 {
    padding: 0 2px;
    font-size: clamp(1.48rem, 6vw, 1.96rem);
  }

  .dsp-hero p {
    padding: 0 2px;
    margin-bottom: 12px;
  }

  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    min-width: 108px;
    min-height: 62px;
    padding: 8px 12px;
  }

  .dsp-logo-chip-sport img {
    height: 34px;
  }

  .dsp-logo-chip-platform img {
    height: 24px;
  }

  .dsp-form-section {
    margin-top: -56px;
    padding: 0 14px 42px;
    background: linear-gradient(to bottom, transparent 0, transparent 54px, var(--dsp-off) 54px, var(--dsp-off) 100%);
  }

  .dsp-form-scroll-anchor {
    top: -88px;
  }

  .dsp-form-card {
    max-width: 100%;
    border-radius: 22px;
  }

  .dsp-form-header,
  .dsp-form-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dsp-form-trust-bar {
    gap: 10px;
    padding: 10px 18px 0;
  }

  .dsp-proof-form .dsp-btn {
    width: auto;
    min-width: 148px;
  }

  #pricing,
  #order {
    scroll-margin-top: 88px;
  }
}

/* ── Layout refinement (v1.1.5) ─────────────────────────── */
.elementor-widget-container > .dsp-wrap > .dsp-header {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 14px auto 0 !important;
}

.dsp-header {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(15,31,75,.08);
  border: 1px solid rgba(226,232,240,.95);
}

.dsp-header-inner {
  border-bottom: 0;
  min-height: 76px;
}

.dsp-hero {
  padding-top: 18px;
}

.dsp-hero-logo {
  display: none !important;
}

.dsp-hero-shell {
  max-width: 1180px;
  padding: 34px 30px 176px;
}

.dsp-hero-inner {
  max-width: 1040px;
}

.dsp-hero h1 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.dsp-hero p {
  margin-bottom: 18px;
}

.dsp-hero-logo-group {
  max-width: 920px;
}

.dsp-hero-logo-group-sports .dsp-logo-chip:nth-child(n),
.dsp-hero-logo-group-platforms .dsp-logo-chip:nth-child(n) {
  display: flex !important;
}

.dsp-hero-cta-btn {
  margin: 22px auto 8px;
}

.dsp-hero-meta-text {
  margin-bottom: 0;
  padding-bottom: 0;
}

.dsp-form-section {
  margin-top: -126px;
  padding: 0 24px 56px;
  background: linear-gradient(to bottom, transparent 0, transparent 126px, var(--dsp-off) 126px, var(--dsp-off) 100%);
}

.dsp-form-card {
  max-width: 700px;
}

.dsp-btn-primary,
#dsp-order-submit {
  border: 1px solid rgba(15,31,75,.14);
  box-shadow: 0 10px 22px rgba(37,99,235,.20);
}

#dsp-order-submit:focus,
#dsp-order-submit:active {
  outline: none;
  box-shadow: 0 0 0 2px rgba(37,99,235,.16), 0 10px 22px rgba(37,99,235,.20);
}

@media (max-width: 1180px) {
  .elementor-widget-container > .dsp-wrap > .dsp-header {
    max-width: calc(100% - 24px) !important;
    margin-top: 12px !important;
  }

  .dsp-hero-shell {
    padding: 30px 24px 160px;
  }

  .dsp-form-section {
    margin-top: -112px;
    background: linear-gradient(to bottom, transparent 0, transparent 112px, var(--dsp-off) 112px, var(--dsp-off) 100%);
  }
}

@media (max-width: 767px) {
  .elementor-widget-container > .dsp-wrap > .dsp-header {
    max-width: calc(100% - 14px) !important;
    margin-top: 8px !important;
  }

  .dsp-header {
    border-radius: 18px;
  }

  .dsp-hero-shell {
    padding: 24px 14px 108px;
  }

  .dsp-form-section {
    margin-top: -62px;
    background: linear-gradient(to bottom, transparent 0, transparent 62px, var(--dsp-off) 62px, var(--dsp-off) 100%);
  }
}


/* ── Layout refinement (v1.1.6) ─────────────────────────── */
.dsp-hero {
  background: transparent !important;
}

.dsp-hero-shell {
  padding: 34px 30px 44px;
}

.dsp-form-section {
  margin-top: 18px;
  padding: 0 24px 56px;
  background: transparent;
}

.dsp-form-card {
  max-width: 700px;
}

@media (max-width: 1180px) {
  .dsp-hero-shell {
    padding: 30px 24px 40px;
  }

  .dsp-form-section {
    margin-top: 16px;
    background: transparent;
  }
}

@media (max-width: 767px) {
  .dsp-hero-shell {
    padding: 24px 14px 30px;
  }

  .dsp-form-section {
    margin-top: 14px;
    padding: 0 14px 42px;
    background: transparent;
  }
}


/* ── Layout refinement (v1.1.7) ─────────────────────────── */
.dsp-form-section {
  margin-top: 12px;
  padding: 0 24px 8px;
  background: transparent;
}

.dsp-form-card {
  margin-bottom: 0;
}

.dsp-features {
  padding-top: 24px;
}

.elementor-widget-container > .dsp-wrap > .dsp-form-section + section,
.elementor-widget-container > .dsp-wrap > .dsp-form-section + .dsp-features {
  margin-top: 0 !important;
}

@media (max-width: 1180px) {
  .dsp-form-section {
    margin-top: 12px;
    padding: 0 20px 8px;
  }

  .dsp-features {
    padding-top: 22px;
  }
}

@media (max-width: 767px) {
  .dsp-form-section {
    margin-top: 10px;
    padding: 0 14px 6px;
  }

  .dsp-features {
    padding-top: 18px;
  }
}

/* ── DSP v1.2.0 client revision patch ──────────────────── */

/* Hero shell: richer, deeper navy-royal-blue gradient (first hero theme colors) */
.dsp-hero-shell {
  background: linear-gradient(135deg, var(--bg1, #0d1f60), var(--bg2, #0f3070)) !important;
}

/* Envoyer button — professional navy-outline style */
.dsp-proof-form .dsp-btn.dsp-btn-primary {
  background: #2563eb !important;
  color: white !important;
  border: none !important;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.dsp-proof-form .dsp-btn.dsp-btn-primary:hover {
  background: #2563eb !important;
  color: #fff !important;
}

/* Footer WhatsApp — ensure icon vertically centered with text */
.dsp-footer-wa-btn svg,
.dsp-footer-wa-btn img {
  flex-shrink: 0;
}

/* USDC logo — ensure correct sizing */
.dsp-usdc-page img[alt="USDC"] {
  height: 28px;
  width: auto;
}

/* ── Mobile: logo rows in single scrollable line ─────── */
@media (max-width: 767px) {
  .dsp-hero-logo-group {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 8px !important;
    padding-bottom: 4px;
    justify-content: flex-start !important;
    padding-left: 2px;
  }
  .dsp-hero-logo-group::-webkit-scrollbar { display: none; }

  /* Smaller chips to show more logos */
  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    min-width: 68px !important;
    min-height: 52px !important;
    padding: 6px 10px !important;
    flex-shrink: 0;
  }
  .dsp-logo-chip-sport img { height: 28px !important; }
  .dsp-logo-chip-platform img { height: 22px !important; }

  /* Hero headline: max 2 lines, smaller */
  .dsp-hero h1 {
    font-size: clamp(1.28rem, 5.5vw, 1.7rem) !important;
    line-height: 1.2 !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  /* Sub text trimmer */
  .dsp-hero p {
    font-size: 0.88rem !important;
    margin-bottom: 12px !important;
  }

  /* WhatsApp placeholder — smaller font so "(Sans le 0 initial)" fits */
  #dsp_whatsapp_number {
    font-size: 13px;
  }
  #dsp_whatsapp_number::placeholder {
    font-size: 12px;
  }

  /* Show all logo chips on mobile */
  .dsp-hero-logo-group-sports .dsp-logo-chip:nth-child(n+7),
  .dsp-hero-logo-group-platforms .dsp-logo-chip:nth-child(n+9) {
    display: flex !important;
  }
}

@media (max-width: 480px) {
  .dsp-hero h1 {
    font-size: clamp(1.15rem, 5vw, 1.5rem) !important;
  }

  .dsp-hero p {
    font-size: 0.82rem !important;
  }

  /* "(Sans le 0 initial)" full visibility */
  #dsp_whatsapp_number::placeholder {
    font-size: 11px;
    letter-spacing: -0.01em;
  }
}


/* ================================================================
   DigiSmart Pro — v1.2.0 client patch
   Fixes: Envoyer btn, footer WA align, mobile logos, H1 lines,
          hero blue color, discount badge, logo chip sizing
   ================================================================ */

/* ── Hero shell — restore original vivid blue gradient ──────── */
.dsp-hero-shell {
  background: linear-gradient(135deg, var(--bg1, #12286a), var(--bg2, #1a43c8)) !important;
}

/* ── "Envoyer" send button — professional navy outline style ── */
.dsp-btn-send {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: auto !important;
  min-width: 168px;
  padding: 14px 28px !important;
  background: linear-gradient(135deg, #0f1f4b, #1537b7) !important;
  color: #fff !important;
  font-family: var(--dsp-font-head);
  font-size: 15px !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  border: 1.5px solid rgba(15,31,75,0.18) !important;
  box-shadow: 0 8px 22px rgba(15,31,75,0.22) !important;
  cursor: pointer;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  letter-spacing: 0.01em;
}
.dsp-btn-send:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15,31,75,0.32) !important;
  color: #fff !important;
}
.dsp-btn-send .dsp-send-icon {
  display: inline-flex;
  align-items: center;
}
.dsp-btn-send .dsp-send-icon svg {
  width: 17px;
  height: 17px;
}

/* ── Footer WhatsApp "Contacter sur WhatsApp" button alignment ─ */
.dsp-footer-wa-btn {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  justify-content: flex-start !important;
}
.dsp-footer-wa-btn svg {
  flex-shrink: 0;
  vertical-align: middle;
}

/* ── Mobile: hero logo chips — each row in 1 horizontal line ── */
@media (max-width: 767px) {
  .dsp-hero-logo-group {
    flex-wrap: nowrap !important;
    overflow-x: auto;
    justify-content: flex-start !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
    gap: 8px !important;
    scrollbar-width: none;
    max-width: 100%;
  }
  .dsp-hero-logo-group::-webkit-scrollbar { display: none; }

  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    flex-shrink: 0 !important;
    scroll-snap-align: start;
    min-width: 78px !important;
    min-height: 54px !important;
    padding: 7px 10px !important;
    border-radius: 14px !important;
  }
  .dsp-logo-chip-sport img  { height: 28px !important; }
  .dsp-logo-chip-platform img { height: 20px !important; }

  /* show ALL chips on mobile (override nth-child hide rules) */
  .dsp-hero-logo-group-sports .dsp-logo-chip:nth-child(n),
  .dsp-hero-logo-group-platforms .dsp-logo-chip:nth-child(n) {
    display: flex !important;
  }
}

/* ── Mobile: H1 hero headline — max 2 lines, tighter font ───── */
@media (max-width: 767px) {
  .dsp-hero h1 {
    font-size: clamp(1.25rem, 5.2vw, 1.68rem) !important;
    line-height: 1.18 !important;
    letter-spacing: -0.02em !important;
    padding: 0 2px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }
  .dsp-hero p {
    font-size: 0.88rem !important;
    line-height: 1.5 !important;
    padding: 0 2px !important;
    margin-bottom: 10px !important;
  }
}

/* ── Mobile: WhatsApp placeholder "(Sans le 0 initial)" visible */
@media (max-width: 767px) {
  #dsp_whatsapp_number {
    font-size: 13px !important;
  }
  #dsp_whatsapp_number::placeholder {
    font-size: 12px !important;
    white-space: normal;
  }
  /* Widen the wrapper so placeholder text doesn't get cut */
  #dsp_whatsapp_wrap {
    overflow: visible;
  }
  .iti__selected-flag,
  .iti__flag-container {
    flex-shrink: 0;
  }
}

/* ── Discount badge — planbar-savings shows negative value ───── */
.dsp-planbar-savings {
  white-space: nowrap;
}

/* ── Hero chip logo width: slightly smaller so more fit on row ─ */
.dsp-logo-chip-sport {
  min-width: 130px;
  min-height: 72px;
}
.dsp-logo-chip-platform {
  min-width: 116px;
  min-height: 64px;
}
.dsp-logo-chip-sport img { height: 40px; }
.dsp-logo-chip-platform img { height: 28px; }


/* ── Hero shell — override any stale background rules ────────── */
.dsp-hero-shell {
  background: linear-gradient(135deg, var(--bg1, #12286a), var(--bg2, #1a43c8)) !important;
}

/* ── Discount planbar-savings sign fix ───────────────────────── */
/* standalone badge already has "-" injected in PHP; keep nowrap */
.dsp-planbar-savings { white-space: nowrap; }

/* ── Mobile: hero H1 force 2-line clamp ──────────────────────── */
@media (max-width: 767px) {
  .dsp-hero h1 {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-size: clamp(1.22rem, 5vw, 1.64rem) !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }
}

/* ── Mobile: single-row logo scrolling ───────────────────────── */
@media (max-width: 767px) {
  .dsp-hero-logo-group {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
    gap: 8px !important;
    justify-content: flex-start !important;
    max-width: 100%;
  }
  .dsp-hero-logo-group::-webkit-scrollbar { display: none; }
  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    flex: 0 0 auto !important;
    scroll-snap-align: start;
    min-width: 74px !important;
    min-height: 52px !important;
    padding: 6px 9px !important;
    border-radius: 12px !important;
  }
  .dsp-logo-chip-sport img  { height: 26px !important; }
  .dsp-logo-chip-platform img { height: 18px !important; }
  /* Override nth-child visibility rules — show ALL chips */
  .dsp-hero-logo-group-sports .dsp-logo-chip,
  .dsp-hero-logo-group-platforms .dsp-logo-chip {
    display: flex !important;
  }
}

/* ── Mobile: WhatsApp placeholder font-size fix ──────────────── */
@media (max-width: 480px) {
  #dsp_whatsapp_number { font-size: 13px !important; }
  #dsp_whatsapp_number::placeholder { font-size: 12.5px; }
}

/* ── Mobile: general text optimisation ───────────────────────── */
@media (max-width: 767px) {
  .dsp-hero p {
    font-size: 0.88rem !important;
    margin-bottom: 10px !important;
    padding: 0 4px !important;
  }
  .dsp-hero-cta-btn {
    font-size: 0.95rem !important;
    padding: 13px 24px !important;
  }
}


/* ================================================================
   Hero cleanup patch: single-color background, no shadows,
   smaller one-row logos, improved responsiveness
   ================================================================ */
.dsp-hero-shell {
  background: var(--bg1, #12286a) !important;
  box-shadow: none !important;
}

.dsp-hero-logo-group {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center;
  gap: 10px !important;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  max-width: 100%;
  padding-bottom: 4px;
}
.dsp-hero-logo-group::-webkit-scrollbar { display: none; }

.dsp-hero-logo-group .dsp-logo-chip,
.dsp-logo-chip-sport,
.dsp-logo-chip-platform,
.dsp-hero-cta-btn,
.dsp-hero-cta-btn:hover,
.dsp-hero-cta-btn:focus {
  box-shadow: none !important;
}

.dsp-hero-logo-group-sports .dsp-logo-chip,
.dsp-hero-logo-group-platforms .dsp-logo-chip {
  display: flex !important;
  flex: 0 0 auto;
}

.dsp-logo-chip-sport,
.dsp-logo-chip-platform {
  min-width: 88px !important;
  min-height: 56px !important;
  padding: 8px 12px !important;
  border-radius: 14px !important;
}

.dsp-logo-chip-sport img {
  height: 30px !important;
  width: auto;
  max-width: 100%;
}

.dsp-logo-chip-platform img {
  height: 22px !important;
  width: auto;
  max-width: 100%;
}

@media (min-width: 1025px) {
  .dsp-hero-logo-group {
    gap: 12px !important;
  }

  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    min-width: 96px !important;
    min-height: 60px !important;
    padding: 9px 14px !important;
  }

  .dsp-logo-chip-sport img { height: 32px !important; }
  .dsp-logo-chip-platform img { height: 24px !important; }
}

@media (max-width: 767px) {
  .dsp-hero-shell {
    padding: 24px 14px 0 !important;
    border-radius: 20px !important;
  }

  .dsp-hero-logo-group {
    justify-content: flex-start !important;
    gap: 8px !important;
    margin-top: 14px !important;
  }

  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    min-width: 72px !important;
    min-height: 48px !important;
    padding: 6px 9px !important;
    border-radius: 12px !important;
  }

  .dsp-logo-chip-sport img { height: 24px !important; }
  .dsp-logo-chip-platform img { height: 17px !important; }
}


/* ================================================================
   Hero mobile refinement patch: single-line logo rows, visible text,
   centered chips, and cleaner 2-line headline on phones
   ================================================================ */
@media (max-width: 767px) {
  /* Keep each logo group in exactly one centered row on mobile */
  .dsp-hero-logo-group,
  .dsp-hero-logo-group-sports,
  .dsp-hero-logo-group-platforms {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: stretch !important;
    gap: 4px !important;
    overflow: hidden !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .dsp-hero-logo-group-sports .dsp-logo-chip,
  .dsp-hero-logo-group-platforms .dsp-logo-chip,
  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    display: flex !important;
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: none !important;
    min-height: 46px !important;
    padding: 5px 6px !important;
    border-radius: 10px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  .dsp-logo-chip-sport img,
  .dsp-hero-logo-group-sports .dsp-logo-chip img {
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
    height: 22px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  .dsp-logo-chip-platform img,
  .dsp-hero-logo-group-platforms .dsp-logo-chip img {
    display: block !important;
    max-width: 100% !important;
    width: auto !important;
    height: 16px !important;
    object-fit: contain !important;
    margin: 0 auto !important;
  }

  /* Override any hide rules so every mobile logo stays visible */
  .dsp-hero-logo-group-sports .dsp-logo-chip:nth-child(n),
  .dsp-hero-logo-group-platforms .dsp-logo-chip:nth-child(n) {
    display: flex !important;
  }

  /* Make the hero heading sit in two lines only on mobile */
  .dsp-hero h1 {
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 1.10rem !important;
    line-height: 1.18 !important;
    letter-spacing: -0.02em !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    text-wrap: balance;
  }

  /* Keep the hero support text readable and compact */
  .dsp-hero p {
    max-width: 320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.84rem !important;
    line-height: 1.45 !important;
    margin-bottom: 10px !important;
  }

  /* WhatsApp placeholder fully visible */
  #dsp_whatsapp_wrap,
  .dsp-wrap .iti,
  .dsp-wrap .iti--allow-dropdown,
  .dsp-wrap .iti--separate-dial-code {
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  #dsp_whatsapp_number {
    width: 100% !important;
    font-size: 13px !important;
  }

  #dsp_whatsapp_number::placeholder {
    font-size: 10.6px !important;
    letter-spacing: -0.02em !important;
    opacity: 1 !important;
  }
}

@media (max-width: 480px) {
  .dsp-hero-shell {
    padding: 22px 12px 0 !important;
  }

  .dsp-hero-logo-group,
  .dsp-hero-logo-group-sports,
  .dsp-hero-logo-group-platforms {
    gap: 3px !important;
  }

  .dsp-hero-logo-group-sports .dsp-logo-chip,
  .dsp-hero-logo-group-platforms .dsp-logo-chip,
  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    min-height: 44px !important;
    padding: 4px 5px !important;
    border-radius: 9px !important;
  }

  .dsp-logo-chip-sport img,
  .dsp-hero-logo-group-sports .dsp-logo-chip img {
    height: 20px !important;
  }

  .dsp-logo-chip-platform img,
  .dsp-hero-logo-group-platforms .dsp-logo-chip img {
    height: 14px !important;
  }

  .dsp-hero h1 {
    max-width: 300px !important;
    font-size: 1.02rem !important;
    line-height: 1.17 !important;
  }

  .dsp-hero p {
    max-width: 300px !important;
    font-size: 0.80rem !important;
  }

  #dsp_whatsapp_number::placeholder {
    font-size: 10px !important;
  }
}


/* ================================================================
   Hero final alignment patch: centered desktop logos + narrower mobile CTA
   ================================================================ */
@media (min-width: 768px) {
  .dsp-hero-logo-group,
  .dsp-hero-logo-group-sports,
  .dsp-hero-logo-group-platforms {
    justify-content: center !important;
    align-items: center !important;
  }

  .dsp-hero-logo-group .dsp-logo-chip,
  .dsp-hero-logo-group-sports .dsp-logo-chip,
  .dsp-hero-logo-group-platforms .dsp-logo-chip,
  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .dsp-hero-logo-group .dsp-logo-chip img,
  .dsp-hero-logo-group-sports .dsp-logo-chip img,
  .dsp-hero-logo-group-platforms .dsp-logo-chip img,
  .dsp-logo-chip-sport img,
  .dsp-logo-chip-platform img {
    display: block !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 767px) {
  .dsp-hero-cta-btn {
    width: auto !important;
    min-width: 0 !important;
    max-width: 210px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}


/* ================================================================
   Hero headline nowrap patch (v1.2.3)
   Keep 140 000+ / 140,000+ on one line in tablet and mobile
   ================================================================ */
@media (max-width: 1024px) {
  .dsp-hero h1 span {
    white-space: nowrap !important;
    display: inline-block !important;
  }
}


/* ================================================================
   DigiSmart Pro — v1.2.4 mobile polish patch
   Fixes: full hero headline visibility, digits stay together,
          checkout title + star same row, footer trust list stacked,
          crypto promo text no longer paragraph-like on mobile
   ================================================================ */

.dsp-planbar-title {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
}

.dsp-planbar-title .dsp-plan-label-text {
  flex: 1 1 auto;
  min-width: 0;
  display: block;
  line-height: 1.15;
}

.dsp-planbar-title .dsp-planbar-badge {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 2px;
}

.dsp-planbar-title .dsp-planbar-badge svg {
  width: 14px;
  height: 14px;
  display: block;
}

@media (max-width: 767px) {
  .dsp-hero {
    padding: 20px 12px 0 !important;
  }

  .dsp-hero-shell {
    padding: 26px 16px 0 !important;
    border-radius: 22px !important;
  }

  .dsp-hero-inner {
    max-width: 100% !important;
    overflow: visible !important;
  }

  .dsp-hero h1 {
    display: block !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
    overflow: visible !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 4px !important;
    font-size: clamp(1.34rem, 6vw, 1.82rem) !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    text-wrap: balance;
  }

  .dsp-hero h1 span {
    display: inline !important;
    white-space: nowrap !important;
  }

  .dsp-hero p {
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 4px !important;
    font-size: 0.92rem !important;
    line-height: 1.5 !important;
  }

  .dsp-plan-bar {
    padding: 20px 18px 16px !important;
  }

  .dsp-planbar-title {
    font-size: clamp(1.1rem, 5vw, 1.5rem) !important;
    margin-bottom: 10px !important;
  }

  .dsp-planbar-title .dsp-plan-label-text {
    line-height: 1.16 !important;
  }

  .dsp-crypto-promo {
    display: grid !important;
    grid-template-columns: 28px 1fr !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 18px 18px 20px !important;
    padding: 14px !important;
  }

  .dsp-crypto-promo > span:first-child {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    justify-self: start;
    font-size: 20px !important;
  }

  .dsp-crypto-promo > div {
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
  }

  .dsp-crypto-promo-text {
    display: block !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    max-width: none !important;
  }

  .dsp-crypto-promo button {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-self: start;
    margin-top: 2px;
  }

  .dsp-trust-badges {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 10px !important;
  }

  .dsp-trust-badge {
    width: 100% !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    justify-content: flex-start !important;
    text-align: left !important;
    white-space: normal !important;
    color: rgba(255,255,255,0.78) !important;
  }
}


/* ── Checkout planbar badge visibility + spacing fix (v1.2.5) ── */
.dsp-planbar-badge {
  display: none;
}

.dsp-planbar-title {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 6px !important;
}

.dsp-planbar-title.has-plan-badge .dsp-planbar-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.dsp-planbar-title .dsp-plan-label-text {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  max-width: calc(100% - 44px) !important;
  display: block !important;
  line-height: 1.15 !important;
}

.dsp-planbar-title .dsp-planbar-badge {
  flex: 0 0 auto !important;
  margin-top: 0 !important;
  margin-left: 2px !important;

}

/* === DSP v1.2.6 annual-star visibility fix === */
.dsp-planbar-title:not(.has-plan-badge) .dsp-planbar-badge {
  display: none !important;
}

.dsp-planbar-title.has-plan-badge .dsp-planbar-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 2px !important;
  margin-top: 4px !important;
}

@media (max-width: 768px){
.dsp-planbar-title.has-plan-badge .dsp-planbar-badge {
  margin-top: 0px !important;
}


}


/* === DSP v1.2.8 annual plan title/star hard fix === */
.dsp-planbar-title {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 15px !important;
}

@media (max-width: 768px) {
  .dsp-planbar-title {
    gap: 8px !important;
  }
}

.dsp-planbar-title .dsp-plan-label-text {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  display: block !important;
  line-height: 1.15 !important;
}

.dsp-planbar-title .dsp-planbar-badge {
  display: none !important;
  flex: 0 0 auto !important;
  margin: 0 0 0 2px !important;
}

.dsp-planbar-title.has-plan-badge .dsp-planbar-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ================================================================
   DigiSmart Pro — v1.3.0 Logo Balance + Mobile FR/EN Patch
   Revision: targeted logo sizes, transparent NFL/NBA, mobile fixes
   ================================================================ */

/* ── Mobile: FR/EN language buttons — add separation from logo ── */
@media (max-width: 767px) {
  .dsp-header-lang {
    margin-top: 8px;
    padding-top: 6px;
    border-top: 1px solid rgba(229,231,235,0.5);
    width: 100%;
    justify-content: center;
    display: flex;
    gap: 8px;
  }

  /* Ensure brand + lang stack with clear visual gap */
  .dsp-header-inner {
    row-gap: 2px;
  }

  .dsp-header-brand {
    margin-bottom: 2px;
  }
}

/* ── Desktop: Sports logo individual sizing ──────────────────── */
@media (min-width: 768px) {

  /* La Liga — round compact logo, reduce */
  .dsp-logo-chip-sport[data-logo*="liga"] img,
  .dsp-logo-chip-sport[data-logo*="la-liga"] img {
    height: 25px !important;
  }

  /* Ligue 1 — French league, keep slightly larger for visibility */
  .dsp-logo-chip-sport[data-logo*="ligue"] img,
  .dsp-logo-chip-sport[data-logo*="ligue-1"] img {
    height: 36px !important;
  }

  /* Premier League — reduce */
  .dsp-logo-chip-sport[data-logo*="premier"] img {
    height: 26px !important;
  }

  /* NBA — reduce height + constrain width to fix stretched look */
  .dsp-logo-chip-sport[data-logo*="nba"] img {
    height: 28px !important;
    max-width: 52px !important;
    width: auto !important;
    object-fit: contain !important;
  }

  /* NFL — reduce slightly */
  .dsp-logo-chip-sport[data-logo*="nfl"] img {
    height: 28px !important;
  }
}

/* ── Desktop: Channel / Platform logo individual sizing ─────── */
@media (min-width: 768px) {

  /* Disney+ — increase size */
  .dsp-logo-chip-platform[data-logo*="disney"] img {
    height: 34px !important;
  }

  /* Amazon Prime Video — increase size */
  .dsp-logo-chip-platform[data-logo*="prime"] img,
  .dsp-logo-chip-platform[data-logo*="amazon"] img {
    height: 32px !important;
  }
}

/* ── Mobile (≤767px): Sports logo individual sizing ─────────── */
@media (max-width: 767px) {

  /* Ligue 1 — reduce on mobile */
  .dsp-logo-chip-sport[data-logo*="ligue"] img,
  .dsp-logo-chip-sport[data-logo*="ligue-1"] img {
    height: 18px !important;
  }

  /* NFL — reduce on mobile */
  .dsp-logo-chip-sport[data-logo*="nfl"] img {
    height: 18px !important;
  }

  /* NBA — reduce + fix width on mobile */
  .dsp-logo-chip-sport[data-logo*="nba"] img {
    height: 18px !important;
    max-width: 36px !important;
    width: auto !important;
    object-fit: contain !important;
  }
}

/* ── Mobile (≤767px): Platform logo individual sizing ───────── */
@media (max-width: 767px) {

  /* Apple TV — reduce ~10% */
  .dsp-logo-chip-platform[data-logo*="apple"] img {
    height: 15px !important;
  }
}

/* ── Mobile (≤480px): Extra-small screens ───────────────────── */
@media (max-width: 480px) {

  .dsp-logo-chip-sport[data-logo*="ligue"] img,
  .dsp-logo-chip-sport[data-logo*="ligue-1"] img,
  .dsp-logo-chip-sport[data-logo*="nfl"] img {
    height: 16px !important;
  }

  .dsp-logo-chip-sport[data-logo*="nba"] img {
    height: 16px !important;
    max-width: 30px !important;
  }

  .dsp-logo-chip-platform[data-logo*="apple"] img {
    height: 13px !important;
  }
}

/* ── Mobile: Sub-text — keep to 2 lines max ─────────────────── */
@media (max-width: 767px) {
  .dsp-hero p {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    font-size: 0.84rem !important;
    line-height: 1.42 !important;
    max-width: 290px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}




/* ================================================================
   DigiSmart Pro — v1.3.7  ONE ROW PER GROUP — GRID APPROACH
   Uses CSS Grid with repeat(auto-fit, minmax(30px, 1fr)) so:
   • All logos in ONE row per group regardless of count
   • Every chip is exactly the same width (1fr = equal share)
   • No horizontal scroll = no Elementor clipping issues
   • Works at any screen width (280px–767px)
   ================================================================ */

/* ── Unlock any ancestor overflow ── */
.dsp-wrap,
.dsp-hero,
.dsp-hero-shell,
.dsp-hero-inner {
  overflow: visible !important;
}

/* ════════════════════════════════════════════════
   CHIP BASE — all devices
   ════════════════════════════════════════════════ */
.dsp-hero-logo-group .dsp-logo-chip,
.dsp-hero-logo-group-sports .dsp-logo-chip,
.dsp-hero-logo-group-platforms .dsp-logo-chip,
.dsp-logo-chip-sport,
.dsp-logo-chip-platform {
  display:         flex        !important;
  flex-direction:  column      !important;
  align-items:     center      !important;
  justify-content: center      !important;
  overflow:        hidden      !important;
  box-sizing:      border-box  !important;
  background:      rgba(255,255,255,.97)         !important;
  border:          1px solid rgba(15,31,75,.08)  !important;
  box-shadow:      0 4px 14px rgba(15,31,75,.12) !important;
  /* reset any flex sizing from prior patches */
  flex:            none        !important;
  min-width:       0           !important;
}

/* Images */
.dsp-hero-logo-group .dsp-logo-chip img,
.dsp-hero-logo-group-sports .dsp-logo-chip img,
.dsp-hero-logo-group-platforms .dsp-logo-chip img,
.dsp-logo-chip-sport img,
.dsp-logo-chip-platform img {
  display:     block   !important;
  width:       auto    !important;
  height:      auto    !important;
  object-fit:  contain !important;
  flex-shrink: 0       !important;
  margin:      0 auto  !important;
}

/* Text fallback */
.dsp-logo-chip-sport span:not(.sport-icon),
.dsp-logo-chip-platform span {
  display:     block  !important;
  width:       100%   !important;
  text-align:  center !important;
  font-weight: 800    !important;
  overflow:    hidden !important;
  word-break:  break-word !important;
  white-space: normal !important;
}

/* Show all chips — override any nth-child hide rules */
.dsp-hero-logo-group-sports .dsp-logo-chip:nth-child(n),
.dsp-hero-logo-group-platforms .dsp-logo-chip:nth-child(n) {
  display: flex !important;
}

/* ════════════════════════════════════════════════
   DESKTOP ≥ 1025px — fixed 118×74px, flex wrap
   ════════════════════════════════════════════════ */
@media (min-width: 1025px) {
  .dsp-hero-logo-group,
  .dsp-hero-logo-group-sports,
  .dsp-hero-logo-group-platforms {
    display:         flex    !important;
    flex-wrap:       wrap    !important;
    justify-content: center  !important;
    align-items:     stretch !important;
    gap:             12px    !important;
    max-width:       960px   !important;
    width:           100%    !important;
    margin:          0 auto  !important;
    overflow:        visible !important;
    padding:         0       !important;
  }
  .dsp-hero-logo-group-sports   { margin-top: 18px !important; }
  .dsp-hero-logo-group-platforms{ margin-top: 12px !important; }

  .dsp-hero-logo-group .dsp-logo-chip,
  .dsp-hero-logo-group-sports .dsp-logo-chip,
  .dsp-hero-logo-group-platforms .dsp-logo-chip,
  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    width:         118px !important;
    min-width:     118px !important;
    max-width:     118px !important;
    height:        74px  !important;
    min-height:    74px  !important;
    max-height:    74px  !important;
    flex:          0 0 118px !important;
    padding:       8px 10px  !important;
    border-radius: 15px      !important;
  }
  .dsp-hero-logo-group .dsp-logo-chip img,
  .dsp-logo-chip-sport img,
  .dsp-logo-chip-platform img {
    max-width: 94px !important; max-height: 48px !important;
  }
  .dsp-logo-chip-sport span:not(.sport-icon),
  .dsp-logo-chip-platform span { font-size: 10px !important; }
  .dsp-logo-chip-sport .sport-icon { font-size: 20px !important; }
}

/* ════════════════════════════════════════════════
   TABLET 768–1024px — fixed 104×68px, flex wrap
   ════════════════════════════════════════════════ */
@media (min-width: 768px) and (max-width: 1024px) {
  .dsp-hero-logo-group,
  .dsp-hero-logo-group-sports,
  .dsp-hero-logo-group-platforms {
    display:         flex    !important;
    flex-wrap:       wrap    !important;
    justify-content: center  !important;
    align-items:     stretch !important;
    gap:             10px    !important;
    max-width:       900px   !important;
    width:           100%    !important;
    margin:          0 auto  !important;
    overflow:        visible !important;
    padding:         0       !important;
  }
  .dsp-hero-logo-group-sports   { margin-top: 16px !important; }
  .dsp-hero-logo-group-platforms{ margin-top: 10px !important; }

  .dsp-hero-logo-group .dsp-logo-chip,
  .dsp-hero-logo-group-sports .dsp-logo-chip,
  .dsp-hero-logo-group-platforms .dsp-logo-chip,
  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    width:         104px !important;
    min-width:     104px !important;
    max-width:     104px !important;
    height:        68px  !important;
    min-height:    68px  !important;
    max-height:    68px  !important;
    flex:          0 0 104px !important;
    padding:       7px 9px   !important;
    border-radius: 13px      !important;
  }
  .dsp-hero-logo-group .dsp-logo-chip img,
  .dsp-logo-chip-sport img,
  .dsp-logo-chip-platform img {
    max-width: 82px !important; max-height: 42px !important;
  }
  .dsp-logo-chip-sport span:not(.sport-icon),
  .dsp-logo-chip-platform span { font-size: 10px !important; }
  .dsp-logo-chip-sport .sport-icon { font-size: 18px !important; }
}

/* ════════════════════════════════════════════════
   MOBILE ≤ 767px
   CSS GRID: repeat(auto-fit, minmax(30px, 1fr))
   → all chips equal width, all fit in ONE row
   → no scroll, no clipping, no Elementor conflict
   ════════════════════════════════════════════════ */
@media (max-width: 767px) {

  /* Each group = CSS Grid, one row */
  .dsp-hero-logo-group,
  .dsp-hero-logo-group-sports,
  .dsp-hero-logo-group-platforms {
    display:               grid      !important;
    /* auto-fit + tiny minmax = all items on ONE row, equal width */
    grid-template-columns: repeat(auto-fit, minmax(30px, 1fr)) !important;
    grid-template-rows:    1fr       !important;
    gap:                   5px       !important;
    width:                 100%      !important;
    max-width:             100%      !important;
    overflow:              visible   !important;
    padding:               0 2px     !important;
    margin:                0 auto    !important;
    /* Remove any flex properties */
    flex-wrap:             unset     !important;
    justify-content:       unset     !important;
  }
  .dsp-hero-logo-group-sports   { margin-top: 14px !important; }
  .dsp-hero-logo-group-platforms{ margin-top: 10px !important; }

  /* Chips fill their grid cell — all identical because grid cells are equal */
  .dsp-hero-logo-group .dsp-logo-chip,
  .dsp-hero-logo-group-sports .dsp-logo-chip,
  .dsp-hero-logo-group-platforms .dsp-logo-chip,
  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    width:         100%  !important;
    min-width:     0     !important;
    max-width:     100%  !important;
    height:        58px  !important;
    min-height:    58px  !important;
    max-height:    58px  !important;
    flex:          none  !important;
    padding:       5px 3px  !important;
    border-radius: 11px     !important;
    overflow:      hidden   !important;
    box-sizing:    border-box !important;
  }

  /* Images scale inside the chip */
  .dsp-hero-logo-group .dsp-logo-chip img,
  .dsp-hero-logo-group-sports .dsp-logo-chip img,
  .dsp-hero-logo-group-platforms .dsp-logo-chip img,
  .dsp-logo-chip-sport img,
  .dsp-logo-chip-platform img {
    max-width:  90%  !important;
    max-height: 32px !important;
    width:      auto !important;
    height:     auto !important;
  }

  .dsp-logo-chip-sport span:not(.sport-icon),
  .dsp-logo-chip-platform span {
    font-size: 7.5px !important;
    line-height: 1.1 !important;
  }
  .dsp-logo-chip-sport .sport-icon { font-size: 15px !important; }
}

/* ════════════════════════════════════════════════
   EXTRA-SMALL ≤ 480px — same grid, slightly shorter
   ════════════════════════════════════════════════ */
@media (max-width: 480px) {
  .dsp-hero-logo-group,
  .dsp-hero-logo-group-sports,
  .dsp-hero-logo-group-platforms { gap: 4px !important; padding: 0 1px !important; }

  .dsp-hero-logo-group .dsp-logo-chip,
  .dsp-hero-logo-group-sports .dsp-logo-chip,
  .dsp-hero-logo-group-platforms .dsp-logo-chip,
  .dsp-logo-chip-sport,
  .dsp-logo-chip-platform {
    height:     52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
    padding:    4px 2px  !important;
    border-radius: 9px  !important;
  }
  .dsp-hero-logo-group .dsp-logo-chip img,
  .dsp-logo-chip-sport img,
  .dsp-logo-chip-platform img {
    max-height: 28px !important;
  }
  .dsp-logo-chip-sport span:not(.sport-icon),
  .dsp-logo-chip-platform span { font-size: 7px !important; }
}





/* Testimonials equal height — prevents page jump on mobile */
@media (max-width: 899px) {
  .dsp-testi-track {
    min-height: 320px;
    position: relative;
  }
  .dsp-testi-track .dsp-testi-card.dsp-testi-visible {
    height: 100%;
    min-height: 280px;
    box-sizing: border-box;
  }
}

@media (max-width: 599px) {
  .dsp-testi-track {
    min-height: 290px;
  }
  .dsp-testi-track .dsp-testi-card.dsp-testi-visible {
    min-height: 260px;
  }
}



/* END v1.3.7 GRID ONE-ROW */