/* DYNAMIC-DISCOUNTING.CSS - Page Scoped Styles */

/* ── Reset & Scope Protection ── */
  body { font-family: 'Avenir Next', 'Avenir', sans-serif !important; margin: 0 !important; background: #ffffff !important; color: #334155; }
  footer a, header a { text-decoration: none !important; color: inherit !important; }
  footer ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
  footer h4 { font-size: 1rem !important; font-weight: 700 !important; margin-bottom: 1rem !important; color: #000000 !important; }
  footer p { margin: 0 !important; }
  footer > div { display: grid !important; }
  footer .flex { display: flex !important; }
  header { text-align: left !important; }

  #dd-solution-scope { background: #ffffff; overflow-x: hidden; }

  #dd-solution-scope .container {
    max-width: 1280px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Section Title Standards */
  #dd-solution-scope .section-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 38px;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 16px;
  }

  #dd-solution-scope .section-subtitle {
    font-family: 'Avenir Next', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #64748b;
    max-width: 820px;
    margin: 0 auto 40px;
  }

  #dd-solution-scope .pill-tag {
    background: #eef3ff;
    color: #0f3cd9;
    font-family: 'Urbanist', sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 20px !important;
    line-height: 120% !important;
    letter-spacing: 0px !important;
    text-align: center !important;
    padding: 8px 24px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 16px;
  }

  /* ── 1. Hero Banner ── */
  #dd-solution-scope .dd-hero {
    background: url('../../images/Group-1261153213.png') center center / cover no-repeat,
                linear-gradient(135deg, rgba(9, 40, 150, 0.85) 0%, rgba(6, 25, 107, 0.9) 100%);
    padding: 90px 0 100px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
  }

  #dd-solution-scope .dd-hero h1 {
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 46px;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 20px;
  }

  #dd-solution-scope .dd-hero p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 36px;
    max-width: 580px;
  }

  /* ── Shared: Text Slide-Up Face System ── */
  #dd-solution-scope .btn-hero-primary,
  #dd-solution-scope .btn-hero-secondary,
  #dd-solution-scope .btn-case-study {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: stretch !important;
    padding: 0 !important;
  }

  /* btn-face: each half = full button height */
  #dd-solution-scope .btn-face {
    width: 100% !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
    flex-shrink: 0 !important;
    transition: transform 0.42s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    padding: 0 26px;
    box-sizing: border-box;
    white-space: nowrap;
  }

  /* ── btn-hero-primary (white bg → hover black bg) ── */
  #dd-solution-scope .btn-hero-primary {
    background: #ffffff !important;
    color: #000000 !important;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 15px;
    width: 189px !important;
    height: 52px !important;
    opacity: 1 !important;
    border-radius: 8px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #ffffff !important;
    text-decoration: none;
    display: inline-flex !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: background 0.42s ease, border-color 0.42s ease, transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s ease !important;
  }
  #dd-solution-scope .btn-hero-primary .btn-face--front { color: #000000 !important; }
  #dd-solution-scope .btn-hero-primary .btn-face--back  { color: #ffffff !important; }
  #dd-solution-scope .btn-hero-primary:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25) !important;
  }
  #dd-solution-scope .btn-hero-primary:hover .btn-face {
    transform: translateY(-100%) !important;
  }

  /* ── btn-hero-secondary (black bg → hover white bg) ── */
  #dd-solution-scope .btn-hero-secondary {
    background: #000000 !important;
    color: #ffffff !important;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 15px;
    width: 189px !important;
    height: 52px !important;
    opacity: 1 !important;
    border-radius: 8px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #000000 !important;
    text-decoration: none;
    display: inline-flex !important;
    position: relative !important;
    overflow: hidden !important;
    transition: background 0.42s ease, border-color 0.42s ease, transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s ease !important;
  }
  #dd-solution-scope .btn-hero-secondary .btn-face--front { color: #ffffff !important; }
  #dd-solution-scope .btn-hero-secondary .btn-face--back  { color: #000000 !important; }
  #dd-solution-scope .btn-hero-secondary:hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12) !important;
  }
  #dd-solution-scope .btn-hero-secondary:hover .btn-face {
    transform: translateY(-100%) !important;
  }

  /* ── Hero Puzzle Assembly Animation ── */
  #dd-solution-scope .hero-right-box {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  #dd-solution-scope .hero-puzzle-wrapper {
    position: relative;
    width: 100%;
    max-width: 520px;
    height: 360px;
    margin: 0 auto;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    animation: gentleFloat 4s ease-in-out 1.8s infinite alternate;
  }

  @keyframes gentleFloat {
    0% { transform: translateY(0px); }
    100% { transform: translateY(-12px); }
  }

  #dd-solution-scope .puzzle-hand {
    position: absolute;
    max-height: 250px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 15px 35px rgba(0,0,0,0.35));
    will-change: transform, opacity;
  }

  #dd-solution-scope .puzzle-left {
    left: 50%;
    top: 50%;
    transform: translate(-480px, -50%);
    opacity: 0;
    animation: assembleLeft 2.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
  }

  #dd-solution-scope .puzzle-right {
    left: 50%;
    top: 50%;
    transform: translate(50vw, -50%) rotate(18deg);
    opacity: 0;
    animation: assembleRight 2.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
  }

  #dd-solution-scope .puzzle-connect-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.95) 0%, rgba(99, 102, 241, 0.4) 45%, rgba(15, 60, 217, 0) 75%);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.2);
    pointer-events: none;
    animation: pulseGlow 1.6s ease-out 2.0s forwards;
  }

  @keyframes assembleLeft {
    0% {
      transform: translate(-480px, -50%);
      opacity: 0;
    }
    85% {
      transform: translate(calc(-100% - 2px), -50%);
      opacity: 1;
    }
    100% {
      transform: translate(calc(-100% - 5px), -50%);
      opacity: 1;
    }
  }

  @keyframes assembleRight {
    0% {
      transform: translate(50vw, -50%) rotate(18deg);
      opacity: 0;
    }
    80% {
      transform: translate(calc(0% + 2px), -50%) rotate(-1deg);
      opacity: 1;
    }
    100% {
      transform: translate(calc(0% + 5px), -50%) rotate(0deg);
      opacity: 1;
    }
  }

  @keyframes pulseGlow {
    0% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.2);
    }
    45% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1.6);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(2.4);
    }
  }

  @keyframes pulseGlow {
    0% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(0.2);
    }
    45% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1.6);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(2.4);
    }
  }

  /* ── 2. Problem Section ("What's Broken in the Current System?") ── */
  #dd-solution-scope .problem-section {
    padding: 90px 0;
    background: #ffffff;
  }

  #dd-solution-scope .pain-point-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 28px;
  }

  #dd-solution-scope .pain-point-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
  }

  #dd-solution-scope .pain-point-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }

  #dd-solution-scope .pain-point-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 22px !important;
    color: #0f172a;
    margin-bottom: 4px;
  }

  #dd-solution-scope .pain-point-desc {
    font-size: 16px !important;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
  }

  #dd-solution-scope .problem-img-card {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #f8fafc;
  }

  #dd-solution-scope .problem-img-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ── 3. Solution Section ("DD (Dynamic Discounting)") ── */
  #dd-solution-scope .solution-section {
    padding: 90px 0;
    background: #ffffff;
  }

  #dd-solution-scope .solution-left-img {
    mix-blend-mode: multiply;
    background: transparent !important;
  }

  #dd-solution-scope .solution-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 36px;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.05);
    border: 1px solid #f1f5f9;
    max-height: 440px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #10b981 #f1f5f9;
  }

  #dd-solution-scope .solution-card::-webkit-scrollbar {
    width: 6px;
  }

  #dd-solution-scope .solution-card::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 10px;
  }

  #dd-solution-scope .solution-card::-webkit-scrollbar-thumb {
    background: #10b981;
    border-radius: 10px;
  }

  #dd-solution-scope .solution-check-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
  }

  #dd-solution-scope .solution-feature-group {
    margin-bottom: 24px;
  }

  #dd-solution-scope .solution-feature-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 22px !important;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
  }

  #dd-solution-scope .solution-bullet-list {
    padding-left: 30px;
    margin: 0;
  }

  #dd-solution-scope .solution-bullet-list li {
    font-size: 16px !important;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 6px;
  }

  /* ── 4. Dynamic Discounting Solutions Blue Showcase ── */
  #dd-solution-scope .solutions-blue-banner {
    background: url('../../images/image-879.png') center center / cover no-repeat,
                linear-gradient(135deg, #1b49e0 0%, #0b32ad 50%, #06217e 100%);
    padding: 100px 0 0 !important;
    padding-bottom: 0 !important;
    color: #ffffff;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  #dd-solution-scope .solutions-blue-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 75% 25%, rgba(99, 140, 255, 0.22) 0%, transparent 45%),
                radial-gradient(circle at 25% 75%, rgba(59, 110, 240, 0.18) 0%, transparent 40%);
    pointer-events: none;
  }

  #dd-solution-scope .solutions-pill-white {
    background: rgba(255, 255, 255, 0.95);
    color: #0b32ad;
    font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 12px !important;
    line-height: 100% !important;
    letter-spacing: 0.8px !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    padding: 8px 24px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
  }

  #dd-solution-scope .solutions-blue-banner .section-title {
    color: #ffffff;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 16px;
  }

  #dd-solution-scope .solutions-blue-banner .section-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    max-width: 820px;
    margin: 0 auto 55px;
    line-height: 1.6;
  }

  #dd-solution-scope .dd-tablet-mockup {
    background: #ffffff;
    border: 14px solid #111827;
    border-radius: 36px;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    padding: 55px 65px 45px;
  }

  #dd-solution-scope .tablet-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 34px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    display: block !important;
    visibility: visible !important;
    margin-bottom: 6px !important;
  }

  #dd-solution-scope .tablet-subtitle {
    font-size: 16px !important;
    color: #64748b !important;
    display: block !important;
    visibility: visible !important;
    margin-bottom: 24px !important;
  }

  #dd-solution-scope .tablet-scrollable-content {
    max-height: 340px;
    overflow-y: auto;
    padding-right: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  #dd-solution-scope .tablet-scrollable-content::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  #dd-solution-scope .tablet-subtitle {
    font-size: 16px;
    color: #64748b;
    margin-bottom: 40px;
  }

  #dd-solution-scope .tablet-number {
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 48px;
    color: #e2e8f0;
    line-height: 1;
    min-width: 60px;
  }

  #dd-solution-scope .tablet-item-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 22px !important;
    color: #0f172a;
    margin-bottom: 12px;
  }

  #dd-solution-scope .tablet-bullet-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
  }

  #dd-solution-scope .tablet-bullet-list li {
    font-size: 16px !important;
    color: #64748b;
    line-height: 1.8;
    position: relative;
    padding-left: 18px;
    margin-bottom: 4px;
  }

  #dd-solution-scope .tablet-bullet-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #64748b;
    font-size: 18px;
    line-height: 1;
  }

  #dd-solution-scope .tablet-businessman-img {
    position: absolute;
    right: -20px;
    bottom: -45px;
    max-height: 460px;
    width: auto;
    object-fit: contain;
    z-index: 10;
    pointer-events: none;
    display: block;
  }

  /* ── 5. Case Study Section ── */
  #dd-solution-scope .case-study-section {
    padding: 90px 0;
    background: #eefbf7;
  }

  #dd-solution-scope .case-study-img-wrap {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  #dd-solution-scope .case-study-img-wrap img {
    background: transparent !important;
    mix-blend-mode: multiply;
  }

  #dd-solution-scope .btn-case-study {
    background: #ffffff;
    color: #0f172a;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    width: 173px !important;
    height: 52px !important;
    opacity: 1 !important;
    border-radius: 8px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #cbd5e1 !important;
    text-decoration: none;
    display: inline-flex !important;
    box-shadow: 0 4px 14px rgba(0,0,0,0.05);
    position: relative !important;
    overflow: hidden !important;
    cursor: pointer;
    transition: background 0.42s ease, border-color 0.42s ease, transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.35s ease !important;
  }

  /* ── btn-case-study: Text Slide-Up Face ── */
  #dd-solution-scope .btn-case-study .btn-face--front { color: #0f172a !important; }
  #dd-solution-scope .btn-case-study .btn-face--back  { color: #ffffff !important; }
  #dd-solution-scope .btn-case-study:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.25) !important;
  }
  #dd-solution-scope .btn-case-study:hover .btn-face {
    transform: translateY(-100%) !important;
  }

  /* ── 6. How It Works Section ── */
  #dd-solution-scope .how-it-works-section {
    padding: 90px 0;
    background: #ffffff;
    text-align: center;
  }

  #dd-solution-scope .slider-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  }

  #dd-solution-scope .slider-nav-btn:hover {
    background: #0b32ad;
    color: #ffffff;
    border-color: #0b32ad;
    box-shadow: 0 6px 18px rgba(11, 50, 173, 0.25);
  }

  #dd-solution-scope .how-it-works-slider-container {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 10px 0 30px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
  }

  #dd-solution-scope .how-it-works-slider-container.active {
    cursor: grabbing;
  }

  #dd-solution-scope .how-it-works-slider-container::-webkit-scrollbar {
    display: none;
  }

  #dd-solution-scope .step-card-slide {
    flex: 0 0 400px !important;
    min-width: 400px !important;
    width: 400px !important;
    height: 314px !important;
    scroll-snap-align: start;
  }

  #dd-solution-scope .step-card {
    background: #ffffff;
    width: 100% !important;
    height: 314px !important;
    opacity: 1 !important;
    padding: 20px !important;
    gap: 20px !important;
    border-radius: 20px !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #f1f5f9 !important;
    display: flex !important;
    flex-direction: column !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: left;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
  }

  #dd-solution-scope .step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(15, 60, 217, 0.12);
  }

  #dd-solution-scope .step-card-img {
    height: 48px !important;
    width: auto;
    object-fit: contain;
    margin-bottom: 20px;
    display: block;
  }

  @media (max-width: 991px) {
    #dd-solution-scope .step-card-slide {
      flex: 0 0 80%;
      min-width: 80%;
    }
  }

  @media (max-width: 576px) {
    #dd-solution-scope .step-card-slide {
      flex: 0 0 90%;
      min-width: 90%;
    }
  }

  /* ══════════════════════════════════════════
     TABLET (max-width: 991px)
  ══════════════════════════════════════════ */
  @media (max-width: 991px) {

    /* ── General ── */
    #dd-solution-scope .section-title { font-size: 28px !important; }
    #dd-solution-scope .section-subtitle { font-size: 15px !important; margin-bottom: 28px !important; }

    /* ── 1. Hero ── */
    #dd-solution-scope .dd-hero { padding: 60px 0 70px !important; text-align: center; }
    #dd-solution-scope .dd-hero h1 { font-size: 32px !important; margin-bottom: 14px !important; }
    #dd-solution-scope .dd-hero p  { font-size: 15px !important; margin-bottom: 28px !important; max-width: 100% !important; }
    #dd-solution-scope .dd-hero .d-flex { justify-content: center !important; }
    #dd-solution-scope .hero-puzzle-wrapper { max-width: 380px; height: 280px; margin-top: 30px; }

    /* ── 2. Problem ── */
    #dd-solution-scope .problem-section { padding: 60px 0 !important; }
    #dd-solution-scope .pain-point-title { font-size: 18px !important; }
    #dd-solution-scope .pain-point-desc  { font-size: 15px !important; }

    /* ── 3. Solution ── */
    #dd-solution-scope .solution-section { padding: 60px 0 !important; }
    #dd-solution-scope .solution-card { max-height: none !important; padding: 24px !important; }
    #dd-solution-scope .solution-feature-title { font-size: 18px !important; }
    #dd-solution-scope .solution-bullet-list li { font-size: 15px !important; }

    /* ── 4. Blue Banner ── */
    #dd-solution-scope .solutions-blue-banner { padding: 60px 0 0 !important; }
    #dd-solution-scope .solutions-blue-banner .section-title { font-size: 30px !important; }
    #dd-solution-scope .dd-tablet-mockup { padding: 30px 24px 30px !important; border-width: 8px !important; border-radius: 24px !important; }
    #dd-solution-scope .tablet-title { font-size: 24px !important; }
    /* Keep businessman image — just scale it down on tablet */
    #dd-solution-scope .tablet-businessman-img { max-height: 320px !important; right: -10px !important; bottom: -30px !important; }
    #dd-solution-scope .tablet-scrollable-content { max-height: none !important; }
    #dd-solution-scope .tablet-number { font-size: 36px !important; min-width: 44px !important; }
    #dd-solution-scope .tablet-item-title { font-size: 18px !important; }
    #dd-solution-scope .tablet-bullet-list li { font-size: 14px !important; }

    /* ── 5. Case Study ── */
    #dd-solution-scope .case-study-section { padding: 60px 0 !important; text-align: center; }

    /* ── 6. How It Works ── */
    #dd-solution-scope .how-it-works-section { padding: 60px 0 !important; }
    #dd-solution-scope .step-title { font-size: 18px !important; }
    #dd-solution-scope .step-bullet-list li { font-size: 14px !important; }

    /* ── 7. Newsletter ── */
    #dd-solution-scope .newsletter-bar-section { padding: 50px 0 !important; }
    #dd-solution-scope .newsletter-input-wrap { max-width: 100% !important; }

    /* ── 8. Get In Touch ── */
    #dd-solution-scope .contact-section { padding: 60px 0 !important; }
    #dd-solution-scope .contact-action-pill { min-width: 0 !important; width: 100% !important; max-width: 420px !important; }
  }

  /* ══════════════════════════════════════════
     MOBILE (max-width: 576px)
  ══════════════════════════════════════════ */
  @media (max-width: 576px) {

    /* ── General ── */
    #dd-solution-scope .container { padding-left: 16px !important; padding-right: 16px !important; }
    #dd-solution-scope .section-title { font-size: 24px !important; line-height: 1.3 !important; }
    #dd-solution-scope .section-subtitle { font-size: 14px !important; }
    #dd-solution-scope .pill-tag { font-size: 16px !important; padding: 6px 18px !important; }
    #dd-solution-scope .solutions-pill-white { font-size: 11px !important; padding: 6px 18px !important; }

    /* ── 1. Hero ── */
    #dd-solution-scope .dd-hero { padding: 48px 0 56px !important; }
    #dd-solution-scope .dd-hero h1 { font-size: 26px !important; line-height: 1.25 !important; margin-bottom: 12px !important; }
    #dd-solution-scope .dd-hero p  { font-size: 14px !important; margin-bottom: 24px !important; }

    /* Buttons: same row, side by side, shrink to fit */
    #dd-solution-scope .dd-hero .d-flex {
      flex-wrap: nowrap !important;
      justify-content: center !important;
      gap: 10px !important;
    }
    #dd-solution-scope .btn-hero-primary,
    #dd-solution-scope .btn-hero-secondary {
      width: auto !important;
      min-width: 0 !important;
      flex: 1 1 0 !important;
      max-width: 170px !important;
      font-size: 13px !important;
    }
    #dd-solution-scope .btn-face { font-size: 13px !important; padding: 0 14px !important; }

    /* Hide hero image on mobile */
    #dd-solution-scope .hero-right-box { display: none !important; }

    /* ── 2. Problem ── */
    #dd-solution-scope .problem-section { padding: 48px 0 !important; }
    #dd-solution-scope .pain-point-item { gap: 12px !important; margin-bottom: 20px !important; }
    #dd-solution-scope .pain-point-title { font-size: 16px !important; }
    #dd-solution-scope .pain-point-desc  { font-size: 14px !important; }
    #dd-solution-scope .pain-point-icon img { width: 20px !important; height: 20px !important; }

    /* ── 3. Solution ── */
    #dd-solution-scope .solution-section { padding: 48px 0 !important; }
    #dd-solution-scope .solution-card { padding: 20px !important; }
    #dd-solution-scope .solution-feature-title { font-size: 16px !important; gap: 8px !important; }
    #dd-solution-scope .solution-check-img { width: 22px !important; height: 22px !important; }
    #dd-solution-scope .solution-bullet-list li { font-size: 14px !important; }

    /* ── 4. Blue Banner ── */
    #dd-solution-scope .solutions-blue-banner { padding: 48px 0 0 !important; }
    #dd-solution-scope .solutions-blue-banner .section-title { font-size: 22px !important; }
    #dd-solution-scope .solutions-blue-banner .section-subtitle { font-size: 14px !important; margin-bottom: 32px !important; }
    #dd-solution-scope .dd-tablet-mockup {
      padding: 20px 16px 80px 16px !important;
      border-width: 6px !important;
      border-radius: 16px !important;
      margin: 0 0 !important;
      overflow: visible !important;
    }
    #dd-solution-scope .tablet-title { font-size: 20px !important; margin-bottom: 4px !important; }
    #dd-solution-scope .tablet-subtitle { font-size: 13px !important; margin-bottom: 20px !important; }
    #dd-solution-scope .tablet-number { font-size: 28px !important; min-width: 36px !important; }
    #dd-solution-scope .tablet-item-title { font-size: 15px !important; margin-bottom: 8px !important; }
    #dd-solution-scope .tablet-bullet-list li { font-size: 13px !important; }
    #dd-solution-scope .d-flex.align-items-start.gap-4 { gap: 12px !important; }
    /* Businessman image: keep absolute but smaller + positioned at bottom right */
    #dd-solution-scope .tablet-businessman-img {
      max-height: 200px !important;
      right: 0px !important;
      bottom: -40px !important;
    }

    /* ── 5. Case Study ── */
    #dd-solution-scope .case-study-section { padding: 48px 0 !important; text-align: center; }
    #dd-solution-scope .case-study-section .section-title { font-size: 22px !important; }
    #dd-solution-scope .btn-case-study { margin: 0 auto !important; width: 173px !important; }

    /* ── 6. How It Works ── */
    #dd-solution-scope .how-it-works-section { padding: 48px 0 !important; }
    #dd-solution-scope .step-card { padding: 16px !important; }
    #dd-solution-scope .step-title { font-size: 16px !important; margin-bottom: 8px !important; }
    #dd-solution-scope .step-card-img { height: 38px !important; margin-bottom: 14px !important; }
    #dd-solution-scope .step-bullet-list li { font-size: 13px !important; }

    /* ── 7. Newsletter ── */
    #dd-solution-scope .newsletter-bar-section { padding: 40px 0 !important; }
    #dd-solution-scope .newsletter-bar-section .section-title { font-size: 20px !important; }
    #dd-solution-scope .newsletter-input-wrap { flex-wrap: wrap !important; gap: 8px !important; padding: 10px !important; }
    #dd-solution-scope .btn-newsletter-submit { width: 100% !important; text-align: center !important; border-radius: 6px !important; }

    /* ── 8. Get In Touch ── */
    #dd-solution-scope .contact-section { padding: 48px 0 !important; }
    #dd-solution-scope .contact-action-pill {
      min-width: 0 !important;
      width: 100% !important;
      padding: 16px 20px !important;
    }
    #dd-solution-scope .contact-pill-value { font-size: 14px !important; }
    #dd-solution-scope .contact-icon-img { width: 36px !important; height: 36px !important; }
  }
  #dd-solution-scope .step-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 22px !important;
    color: #0f172a;
    margin-bottom: 12px;
  }

  #dd-solution-scope .step-bullet-list {
    padding-left: 20px;
    margin: 0;
  }

  #dd-solution-scope .step-bullet-list li {
    font-size: 16px !important;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 6px;
  }

  /* ── 7. Newsletter Bar ── */
  #dd-solution-scope .newsletter-bar-section {
    padding: 70px 0;
    background: #0f3cd9;
    color: #ffffff;
    text-align: center;
  }

  #dd-solution-scope .newsletter-bar-section .section-title {
    color: #ffffff !important;
  }

  #dd-solution-scope .newsletter-input-wrap {
    max-width: 540px;
    margin: 24px auto 0;
    background: #ffffff;
    border-radius: 8px !important;
    border: 1px solid #cbd5e1 !important;
    padding: 6px 6px 6px 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  }

  #dd-solution-scope .newsletter-field-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 12px;
    flex-shrink: 0;
  }

  #dd-solution-scope .newsletter-input {
    border: none;
    outline: none;
    width: 100%;
    font-family: 'Avenir Next', sans-serif;
    font-size: 14px;
    color: #334155;
    background: transparent;
  }

  #dd-solution-scope .btn-newsletter-submit {
    background: #0f3cd9;
    color: #ffffff;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 8px !important;
    border: 1px solid transparent !important;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease;
  }

  #dd-solution-scope .btn-newsletter-submit:hover {
    background: #082073;
  }

  /* ── 8. Get In Touch Section ── */
  #dd-solution-scope .contact-section {
    padding: 90px 0;
    background: #f8fafc;
    text-align: center;
  }

  #dd-solution-scope .contact-action-pill {
    background: #ffffff;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e2e8f0 !important;
    border-radius: 17px !important;
    padding: 20px 36px !important;
    min-width: 380px !important;
    display: inline-flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
    text-decoration: none;
    color: #0f172a;
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 15px;
  }

  #dd-solution-scope .contact-icon-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eef3ff;
    color: #0f3cd9;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
  }

  #dd-solution-scope .contact-icon-img {
    width: 45px !important;
    height: 45px !important;
    object-fit: contain;
  }

  #dd-solution-scope .contact-pill-label {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #455468;
    line-height: 1.2;
    margin-bottom: 2px;
  }

  #dd-solution-scope .contact-pill-value {
    font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0px !important;
    color: #455468 !important;
  }

  @media (max-width: 991px) {
    #dd-solution-scope .dd-hero h1 { font-size: 34px; }
    #dd-solution-scope .section-title { font-size: 30px; }
    #dd-solution-scope .showcase-card { padding: 28px; }
  }

