/* =============================================================================
   Devis SEO Pages Builder v4.1 – Premium CSS
   High-specificity rules to override any WordPress theme / Elementor styles
   ============================================================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/* -----------------------------------------------------------------------------
   THEME RESET – neutralize common WP theme interference on plugin pages
   ----------------------------------------------------------------------------- */

html {
    scroll-behavior: smooth !important;
}

body .dsp,
body .dsp *,
body .dsp *::before,
body .dsp *::after {
    box-sizing: border-box !important;
}

body .dsp {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
    color: #1a2540 !important;
    line-height: 1.75 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    font-size: 16px !important;
    letter-spacing: normal !important;
    word-spacing: normal !important;
}

body .dsp p {
    margin: 0 0 18px !important;
    padding: 0 !important;
    font-family: inherit !important;
    line-height: 1.75 !important;
}

body .dsp img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
}

body .dsp h1,
body .dsp h2,
body .dsp h3 {
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

body .dsp a {
    text-decoration: none !important;
}

body .dsp ul,
body .dsp ol {
    padding: 0 !important;
    margin: 0 !important;
}

/* Hide duplicate WP page title that appears above our hero */
body.page .entry-title,
body.page .page-title,
body.page .entry-header,
body.page .page-header,
body .elementor-page-title,
body.page article > header {
    display: none !important;
}

/* Remove any theme content wrapper padding/margin */
body.page .site-main > article,
body.page .entry-content,
body.page .post-content,
body.page .page-content {
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
}

/* Zero gap above page content and between nav and hero (no white line) */
body.page .dsp,
body.page .entry-content .dsp,
body.page .site-main .dsp,
body.page article .dsp {
    margin-top: 0 !important;
    padding-top: 0 !important;
}
body.page .dsp .dsp__nav,
body.page .dsp .dsp__hero {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
}
body.page .dsp .dsp__nav + .dsp__hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Hide the Elementor site header (homepage nav) on plugin pages */
body.page .elementor-location-header {
    display: none !important;
}

/* Remove any top padding/margin from theme wrapper after hiding header */
body.page .site-content,
body.page .content-area,
body.page #content,
body.page main.site-main,
body.page .elementor-section-wrap,
body.page .elementor .elementor-element,
body.page article.page,
body.page article.type-page {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

body.page .elementor-location-header + *,
body.page .site-header + * {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Elementor single template: no gap above content (header already hidden on SPB pages) */
body.page.elementor-page .elementor-location-single,
body.page .elementor-section-wrap,
body.page .elementor-inner-section:first-child,
body.page .e-con:first-of-type {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Hide footer navigation menus on plugin pages, keep only logo and copyright */
body.page .elementor-location-footer .elementor-widget-elementskit-page-list {
    display: none !important;
}
body.page .elementor-location-footer .elementor-element-1dc20471 .elementor-col-33:nth-child(2) {
    display: none !important;
}
body.page .elementor-location-footer .elementor-element-1dc20471 .elementor-col-33:nth-child(3) {
    display: none !important;
}

/* Wrap helper inside content */
body .dsp .dsp__wrap {
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    width: 100% !important;
}

/* =============================================================================
   FULL-WIDTH BREAKOUT – sections that must go edge-to-edge
   ============================================================================= */

body .dsp .dsp__hero,
body .dsp .dsp__counters,
body .dsp .dsp__steps-section,
body .dsp .dsp__benefits-section,
body .dsp .dsp__scenarios-section,
body .dsp .dsp__pricing-section,
body .dsp .dsp__trust-section,
body .dsp .dsp__testimonials-section,
body .dsp .dsp__faq-section,
body .dsp .dsp__links-section,
body .dsp .dsp__cta-final,
body .dsp .dsp__section,
body .dsp .dsp__intro-section {
    width: 100vw !important;
    position: relative !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
}

/* =============================================================================
   STICKY NAVIGATION
   ============================================================================= */

body .dsp .dsp__nav {
    background: #071630 !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    padding: 0 !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    border-bottom: none !important;
    box-shadow: none !important;
    margin-bottom: 0 !important;
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    margin-top: 0 !important;
}

body .dsp .dsp__nav-inner {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 72px !important;
}

body .dsp .dsp__nav-logo {
    display: flex !important;
    align-items: center !important;
    flex-shrink: 0 !important;
}

body .dsp .dsp__nav-logo img {
    height: 30px !important;
    width: auto !important;
    display: block !important;
}

body .dsp .dsp__nav-links {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body .dsp .dsp__nav-links li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: list-item !important;
}

body .dsp .dsp__nav-links a {
    display: inline-block !important;
    color: rgba(255,255,255,.75) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 8px 14px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
}

body .dsp .dsp__nav-links a:hover {
    color: #fff !important;
    background: rgba(255,255,255,.08) !important;
}

body .dsp .dsp__nav-cta {
    background: #2f6dff !important;
    color: #fff !important;
    font-weight: 700 !important;
    padding: 9px 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 14px rgba(47,109,255,.3) !important;
}

body .dsp .dsp__nav-cta:hover {
    background: #1b57d9 !important;
    color: #fff !important;
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 20px rgba(47,109,255,.45) !important;
}

body .dsp .dsp__nav-toggle {
    display: none !important;
    background: none !important;
    border: none !important;
    cursor: pointer !important;
    padding: 8px !important;
    flex-direction: column !important;
    gap: 5px !important;
}

body .dsp .dsp__nav-toggle span {
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    background: #fff !important;
    border-radius: 2px !important;
    transition: all 0.3s ease !important;
}

/* Admin bar offset for sticky nav */
body.admin-bar .dsp .dsp__nav {
    top: 32px !important;
}

/* Smooth scroll offset for sticky nav */
body .dsp [id^="dsp-"] {
    scroll-margin-top: 80px !important;
}

body.admin-bar .dsp [id^="dsp-"] {
    scroll-margin-top: 112px !important;
}

/* =============================================================================
   HERO
   ============================================================================= */

body .dsp .dsp__hero {
    background: linear-gradient(135deg, #071630 0%, #0a2a60 50%, #163f8c 100%) !important;
    overflow: hidden !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

body .dsp .dsp__hero-inner {
    display: grid !important;
    grid-template-columns: 1.15fr 0.85fr !important;
    gap: 40px !important;
    align-items: center !important;
    padding: 72px 56px !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

body .dsp .dsp__badge {
    display: inline-block !important;
    background: rgba(255,255,255,.12) !important;
    color: #d4e3ff !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    padding: 8px 18px !important;
    border-radius: 999px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.4px !important;
    margin-bottom: 20px !important;
    text-transform: uppercase !important;
    line-height: 1.4 !important;
}

body .dsp .dsp__hero-h1 {
    margin: 0 0 20px !important;
    color: #fff !important;
    font-size: 46px !important;
    line-height: 1.1 !important;
    font-weight: 800 !important;
    letter-spacing: -0.5px !important;
}

body .dsp .dsp__hero-lead {
    margin: 0 0 28px !important;
    color: #c8d9f7 !important;
    font-size: 18px !important;
    line-height: 1.7 !important;
    max-width: 58ch !important;
    font-weight: 400 !important;
}

body .dsp .dsp__hero-ctas {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 14px !important;
    margin-bottom: 18px !important;
}

body .dsp .dsp__hero-sub {
    margin: 0 !important;
    color: rgba(255,255,255,.5) !important;
    font-size: 14px !important;
    font-style: italic !important;
    font-weight: 400 !important;
}

body .dsp .dsp__hero-media img {
    width: 100% !important;
    border-radius: 18px !important;
    border: 1px solid rgba(255,255,255,.15) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.35) !important;
}

/* =============================================================================
   BUTTONS
   ============================================================================= */

body .dsp .dsp__btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 15px 30px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    border: none !important;
    line-height: 1.3 !important;
    font-family: inherit !important;
}

body .dsp .dsp__btn--primary {
    background: #2f6dff !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(47,109,255,.35) !important;
}

body .dsp .dsp__btn--primary:hover {
    background: #1b57d9 !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 14px 32px rgba(47,109,255,.45) !important;
}

body .dsp .dsp__btn--ghost {
    background: rgba(255,255,255,.08) !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.3) !important;
}

body .dsp .dsp__btn--ghost:hover {
    background: rgba(255,255,255,.18) !important;
    color: #fff !important;
}

body .dsp .dsp__btn--light {
    background: #fff !important;
    color: #0e2a5e !important;
    box-shadow: 0 6px 20px rgba(0,0,0,.12) !important;
}

body .dsp .dsp__btn--light:hover {
    background: #edf3ff !important;
    color: #0a1e48 !important;
    transform: translateY(-2px) !important;
}

body .dsp .dsp__btn--ghost-light {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,.4) !important;
}

body .dsp .dsp__btn--ghost-light:hover {
    background: rgba(255,255,255,.12) !important;
    color: #fff !important;
}

body .dsp .dsp__btn--sm {
    padding: 10px 22px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
}

body .dsp .dsp__btn--block {
    width: 100% !important;
    text-align: center !important;
}

/* =============================================================================
   COUNTERS
   ============================================================================= */

body .dsp .dsp__counters {
    background: #fff !important;
    padding: 64px 0 !important;
    border-bottom: 1px solid #e8edf5 !important;
}

body .dsp .dsp__counters-inner {
    max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
    text-align: center !important;
}

body .dsp .dsp__counters-title {
    margin: 0 0 12px !important;
    font-size: 22px !important;
    color: #6b7a99 !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
}

body .dsp .dsp__counters-divider {
    width: 60px !important;
    height: 4px !important;
    background: linear-gradient(90deg, #2f6dff 0%, #6ba0ff 100%) !important;
    border-radius: 2px !important;
    margin: 0 auto 36px !important;
}

body .dsp .dsp__counters-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
}

body .dsp .dsp__counter {
    padding: 20px 12px !important;
}

body .dsp .dsp__counter-val {
    display: block !important;
    font-size: 52px !important;
    font-weight: 800 !important;
    color: #0d2b63 !important;
    line-height: 1.1 !important;
    letter-spacing: -1px !important;
    margin-bottom: 6px !important;
}

body .dsp .dsp__counter-label {
    display: block !important;
    font-size: 14px !important;
    color: #6b7a99 !important;
    font-weight: 500 !important;
    margin-top: 4px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
}

/* =============================================================================
   SECTION HEADINGS
   ============================================================================= */

body .dsp .dsp__section-h2 {
    margin: 0 0 24px !important;
    color: #0d2b63 !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: -0.3px !important;
}

body .dsp .dsp__section-h2--center {
    text-align: center !important;
}

body .dsp .dsp__kicker {
    display: block !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #2f6dff !important;
    text-transform: uppercase !important;
    letter-spacing: 1.2px !important;
    margin-bottom: 12px !important;
}

body .dsp .dsp__subtitle {
    text-align: center !important;
    max-width: 740px !important;
    margin: 0 auto 44px !important;
    font-size: 17px !important;
    color: #4a5874 !important;
    line-height: 1.7 !important;
}

body .dsp .dsp__prose p {
    font-size: 17px !important;
    color: #2c3a55 !important;
    line-height: 1.85 !important;
}

/* =============================================================================
   SPLIT LAYOUT (text + decorative card / image)
   ============================================================================= */

body .dsp .dsp__split {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 52px !important;
    align-items: center !important;
}

body .dsp .dsp__split--reverse {
    direction: rtl !important;
}

body .dsp .dsp__split--reverse > * {
    direction: ltr !important;
}

body .dsp .dsp__split-text {
    padding: 10px 0 !important;
}

body .dsp .dsp__split-img {
    overflow: hidden !important;
    border-radius: 20px !important;
}

body .dsp .dsp__split-img img {
    width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 16px 48px rgba(13,43,99,.14) !important;
    transition: transform 0.5s cubic-bezier(.25,.46,.45,.94) !important;
    object-fit: cover !important;
}

body .dsp .dsp__split-img:hover img {
    transform: scale(1.04) !important;
}

/* =============================================================================
   SECTIONS
   ============================================================================= */

body .dsp .dsp__section {
    padding: 80px 0 !important;
}

body .dsp .dsp__section--light {
    background: #f7faff !important;
}

body .dsp .dsp__section--white {
    background: #fff !important;
}

body .dsp .dsp__intro-section {
    padding: 80px 0 !important;
    background: #fff !important;
}

body .dsp .dsp__toc {
    background: #f0f5ff !important;
    border: 1px solid #d4e0f7 !important;
    border-radius: 16px !important;
    padding: 24px 28px !important;
    margin-top: 28px !important;
}

body .dsp .dsp__toc strong {
    display: block !important;
    margin-bottom: 12px !important;
    color: #0d2b63 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

body .dsp .dsp__toc ul {
    margin: 0 !important;
    padding-left: 22px !important;
    columns: 2 !important;
    column-gap: 32px !important;
    list-style: disc !important;
}

body .dsp .dsp__toc li {
    margin: 6px 0 !important;
    padding: 0 !important;
    list-style: disc !important;
    display: list-item !important;
}

body .dsp .dsp__toc a {
    text-decoration: none !important;
    color: #2456bf !important;
    font-weight: 600 !important;
    font-size: 15px !important;
}

body .dsp .dsp__toc a:hover {
    text-decoration: underline !important;
}

/* =============================================================================
   STEPS
   ============================================================================= */

body .dsp .dsp__steps-section {
    padding: 88px 0 !important;
    background: #f7faff !important;
}

body .dsp .dsp__steps-screenshot {
    max-width: 840px !important;
    margin: 36px auto 0 !important;
    text-align: center !important;
}

body .dsp .dsp__steps-screenshot img {
    width: 100% !important;
    border-radius: 20px !important;
    box-shadow: 0 20px 60px rgba(13,43,99,.16) !important;
    border: 1px solid rgba(13,43,99,.08) !important;
}

body .dsp .dsp__steps-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 22px !important;
    margin-top: 44px !important;
}

body .dsp .dsp__step-card {
    background: #fff !important;
    border: 1px solid #dde6f5 !important;
    border-radius: 20px !important;
    padding: 32px 24px !important;
    text-align: center !important;
    box-shadow: 0 4px 20px rgba(13,43,99,.06) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

body .dsp .dsp__step-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 12px 36px rgba(13,43,99,.12) !important;
}

body .dsp .dsp__step-num {
    width: 52px !important;
    height: 52px !important;
    margin: 0 auto 18px !important;
    border-radius: 16px !important;
    background: linear-gradient(145deg, #2359d7 0%, #0f3277 100%) !important;
    color: #fff !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

body .dsp .dsp__step-title {
    margin: 0 0 8px !important;
    color: #6b7a99 !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
}

body .dsp .dsp__step-h {
    margin: 0 0 12px !important;
    color: #0d2b63 !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

body .dsp .dsp__step-body {
    margin: 0 0 18px !important;
    color: #4a5874 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

/* =============================================================================
   BENEFITS
   ============================================================================= */

body .dsp .dsp__benefits-section {
    padding: 88px 0 !important;
    background: #fff !important;
}

body .dsp .dsp__benefits-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
}

body .dsp .dsp__benefit-card {
    background: #fff !important;
    border: 1px solid #dde6f5 !important;
    border-radius: 20px !important;
    padding: 32px 26px !important;
    box-shadow: 0 3px 16px rgba(13,43,99,.05) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

body .dsp .dsp__benefit-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 14px 40px rgba(13,43,99,.14) !important;
    border-color: #2f6dff !important;
}

body .dsp .dsp__benefit-icon {
    width: 52px !important;
    height: 52px !important;
    border-radius: 14px !important;
    background: #f0f5ff !important;
    color: #2f6dff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 18px !important;
}

body .dsp .dsp__benefit-card h3 {
    margin: 0 0 10px !important;
    color: #0d2b63 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body .dsp .dsp__benefit-card p {
    margin: 0 !important;
    color: #4a5874 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

/* =============================================================================
   SCENARIOS
   ============================================================================= */

body .dsp .dsp__scenarios-section {
    padding: 80px 0 !important;
    background: #f7faff !important;
}

body .dsp .dsp__scenarios-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 22px !important;
    margin-top: 36px !important;
}

body .dsp .dsp__scenario-card {
    background: #fff !important;
    border: 1px solid #dde6f5 !important;
    border-radius: 20px !important;
    padding: 32px 26px !important;
    box-shadow: 0 3px 16px rgba(13,43,99,.05) !important;
}

body .dsp .dsp__scenario-card h3 {
    margin: 0 0 12px !important;
    color: #0d2b63 !important;
    font-size: 19px !important;
    font-weight: 700 !important;
}

body .dsp .dsp__scenario-card p {
    margin: 0 !important;
    color: #4a5874 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
}

/* =============================================================================
   PRICING
   ============================================================================= */

body .dsp .dsp__pricing-section {
    padding: 88px 0 !important;
    background: #fff !important;
}

body .dsp .dsp__pricing-layout {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 36px !important;
    margin-top: 44px !important;
    align-items: start !important;
}

body .dsp .dsp__pricing-card {
    background: #fff !important;
    border: 2px solid #2f6dff !important;
    border-radius: 24px !important;
    padding: 0 !important;
    overflow: hidden !important;
    box-shadow: 0 10px 40px rgba(47,109,255,.14) !important;
}

body .dsp .dsp__pricing-header {
    background: linear-gradient(135deg, #0d2b63 0%, #1f57c9 100%) !important;
    padding: 36px 32px !important;
    text-align: center !important;
    color: #fff !important;
}

body .dsp .dsp__pricing-label {
    display: block !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    opacity: .8 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    color: #fff !important;
}

body .dsp .dsp__pricing-sub {
    display: block !important;
    font-size: 13px !important;
    opacity: .6 !important;
    margin-top: 4px !important;
    color: #fff !important;
}

body .dsp .dsp__pricing-amount {
    display: block !important;
    font-size: 56px !important;
    font-weight: 800 !important;
    margin-top: 10px !important;
    letter-spacing: -1px !important;
    color: #fff !important;
    line-height: 1.1 !important;
}

body .dsp .dsp__pricing-features {
    list-style: none !important;
    margin: 0 !important;
    padding: 28px 32px !important;
}

body .dsp .dsp__pricing-features li {
    padding: 11px 0 !important;
    border-bottom: 1px solid #eef2fa !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    font-size: 15px !important;
    color: #2c3a55 !important;
    list-style: none !important;
}

body .dsp .dsp__pricing-features li:last-child {
    border-bottom: none !important;
}

body .dsp .dsp__pricing-features svg {
    flex-shrink: 0 !important;
}

body .dsp .dsp__pricing-card .dsp__btn {
    margin: 0 32px 32px !important;
    width: calc(100% - 64px) !important;
}

body .dsp .dsp__pricing-compare {
    background: #f7faff !important;
    border: 1px solid #dde6f5 !important;
    border-radius: 20px !important;
    padding: 36px 32px !important;
}

body .dsp .dsp__pricing-compare h3 {
    margin: 0 0 24px !important;
    color: #0d2b63 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

body .dsp .dsp__compare-table {
    width: 100% !important;
    border-collapse: collapse !important;
}

body .dsp .dsp__compare-table th,
body .dsp .dsp__compare-table td {
    padding: 14px 18px !important;
    text-align: left !important;
    font-size: 15px !important;
    border-bottom: 1px solid #e4ebf5 !important;
}

body .dsp .dsp__compare-table th {
    color: #6b7a99 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

body .dsp .dsp__compare-table td:first-child {
    color: #4a5874 !important;
    font-weight: 500 !important;
}

body .dsp .dsp__compare-table td:nth-child(2) {
    color: #0d2b63 !important;
    font-weight: 700 !important;
}

body .dsp .dsp__compare-table td:nth-child(3) {
    color: #8b95a8 !important;
}

body .dsp .dsp__compare-highlight td {
    background: #eef4ff !important;
}

body .dsp .dsp__compare-highlight td:nth-child(2) {
    color: #2f6dff !important;
    font-size: 19px !important;
    font-weight: 800 !important;
}

body .dsp .dsp__compare-note {
    margin: 18px 0 0 !important;
    font-size: 15px !important;
    color: #2f6dff !important;
    font-weight: 700 !important;
}

/* =============================================================================
   TRUST
   ============================================================================= */

body .dsp .dsp__trust-section {
    padding: 80px 0 !important;
    background: linear-gradient(135deg, #0d2b63 0%, #163f8c 100%) !important;
    color: #fff !important;
}

body .dsp .dsp__trust-section .dsp__section-h2 {
    color: #fff !important;
}

body .dsp .dsp__trust-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 16px !important;
    margin: 36px 0 !important;
}

body .dsp .dsp__trust-item {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    border-radius: 16px !important;
    padding: 18px 22px !important;
    color: #d4e3ff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

body .dsp .dsp__trust-item svg {
    flex-shrink: 0 !important;
    color: #5a9fff !important;
}

body .dsp .dsp__trust-cta {
    text-align: center !important;
    margin-top: 36px !important;
}

/* =============================================================================
   TESTIMONIALS
   ============================================================================= */

body .dsp .dsp__testimonials-section {
    padding: 88px 0 !important;
    background: linear-gradient(180deg, #f0f5ff 0%, #fff 100%) !important;
}

body .dsp .dsp__testimonials-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
    margin-top: 44px !important;
}

body .dsp .dsp__testimonial-card {
    background: #fff !important;
    border: 1px solid #dde6f5 !important;
    border-radius: 24px !important;
    padding: 36px 30px !important;
    box-shadow: 0 8px 32px rgba(13,43,99,.07) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
}

body .dsp .dsp__testimonial-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 16px 48px rgba(13,43,99,.13) !important;
}

body .dsp .dsp__testimonial-stars {
    display: flex !important;
    gap: 3px !important;
    margin-bottom: 18px !important;
}

body .dsp .dsp__testimonial-text {
    margin: 0 0 24px !important;
    padding: 0 !important;
    font-size: 16px !important;
    line-height: 1.75 !important;
    color: #2c3a55 !important;
    font-style: normal !important;
    flex: 1 !important;
    quotes: none !important;
    border: none !important;
}

body .dsp .dsp__testimonial-author {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding-top: 18px !important;
    border-top: 1px solid #eef2fa !important;
}

body .dsp .dsp__testimonial-avatar {
    width: 44px !important;
    height: 44px !important;
    border-radius: 50% !important;
    background: linear-gradient(145deg, #2359d7 0%, #0f3277 100%) !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

body .dsp .dsp__testimonial-name {
    display: block !important;
    color: #0d2b63 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

body .dsp .dsp__testimonial-location {
    display: block !important;
    color: #6b7a99 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-top: 2px !important;
}

/* =============================================================================
   FAQ
   ============================================================================= */

body .dsp .dsp__faq-section {
    padding: 88px 0 !important;
    background: #fff !important;
}

body .dsp .dsp__faq-list {
    max-width: 840px !important;
    margin: 36px auto 0 !important;
}

body .dsp .dsp__faq-item {
    border: 1px solid #dde6f5 !important;
    border-radius: 16px !important;
    margin-bottom: 14px !important;
    background: #fff !important;
    overflow: hidden !important;
    transition: box-shadow 0.2s ease !important;
}

body .dsp .dsp__faq-item:hover {
    box-shadow: 0 4px 20px rgba(13,43,99,.07) !important;
}

body .dsp details.dsp__faq-item[open] {
    box-shadow: 0 6px 24px rgba(13,43,99,.1) !important;
}

body .dsp .dsp__faq-item summary {
    cursor: pointer !important;
    list-style: none !important;
    padding: 20px 24px !important;
    font-weight: 700 !important;
    color: #0d2b63 !important;
    font-size: 16px !important;
    background: #fafcff !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    transition: background 0.15s !important;
    line-height: 1.4 !important;
}

body .dsp .dsp__faq-item summary::-webkit-details-marker {
    display: none !important;
}

body .dsp .dsp__faq-item summary::after {
    content: "+" !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    color: #2f6dff !important;
    transition: transform 0.2s !important;
    flex-shrink: 0 !important;
    margin-left: 16px !important;
}

body .dsp details.dsp__faq-item[open] summary::after {
    content: "\2212" !important;
}

body .dsp details.dsp__faq-item[open] summary {
    background: #f0f5ff !important;
}

body .dsp .dsp__faq-answer {
    padding: 20px 24px 12px !important;
    font-size: 15px !important;
    color: #3d4d6a !important;
    line-height: 1.75 !important;
}

body .dsp .dsp__faq-answer p {
    margin: 0 0 14px !important;
}

/* =============================================================================
   LINKS
   ============================================================================= */

body .dsp .dsp__links-section {
    padding: 52px 0 !important;
    background: #f7faff !important;
}

body .dsp .dsp__links-row {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    justify-content: center !important;
    margin-top: 28px !important;
}

body .dsp .dsp__links-row a {
    display: inline-block !important;
    text-decoration: none !important;
    padding: 12px 20px !important;
    border-radius: 12px !important;
    background: #fff !important;
    border: 1px solid #d6dff1 !important;
    color: #173876 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    transition: all 0.2s ease !important;
}

body .dsp .dsp__links-row a:hover {
    background: #2f6dff !important;
    color: #fff !important;
    border-color: #2f6dff !important;
    transform: translateY(-2px) !important;
}

/* =============================================================================
   FINAL CTA
   ============================================================================= */

body .dsp .dsp__cta-final {
    background: linear-gradient(135deg, #071630 0%, #1a4ab5 100%) !important;
    padding: 88px 32px !important;
    text-align: center !important;
    color: #fff !important;
}

body .dsp .dsp__cta-final h2 {
    margin: 0 0 16px !important;
    font-size: 40px !important;
    color: #fff !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
}

body .dsp .dsp__cta-final p {
    margin: 0 auto 32px !important;
    max-width: 640px !important;
    color: #c0d4f4 !important;
    font-size: 18px !important;
    line-height: 1.65 !important;
}

body .dsp .dsp__cta-btns {
    display: flex !important;
    gap: 16px !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

/* =============================================================================
   RESPONSIVE
   ============================================================================= */

@media (max-width: 1100px) {
    body .dsp .dsp__hero-inner {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        padding: 48px 36px !important;
    }

    body .dsp .dsp__split {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    body .dsp .dsp__split--reverse {
        direction: ltr !important;
    }

    body .dsp .dsp__steps-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    body .dsp .dsp__benefits-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    body .dsp .dsp__scenarios-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    body .dsp .dsp__testimonials-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    body .dsp .dsp__pricing-layout {
        grid-template-columns: 1fr !important;
    }

    body .dsp .dsp__counters-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    body .dsp .dsp__toc ul {
        columns: 1 !important;
    }

    /* Mobile nav: hamburger menu */
    body .dsp .dsp__nav-links {
        display: none !important;
        position: absolute !important;
        top: 64px !important;
        left: 0 !important;
        right: 0 !important;
        background: rgba(7, 22, 48, 0.98) !important;
        flex-direction: column !important;
        padding: 16px 24px 24px !important;
        gap: 4px !important;
        border-bottom: 1px solid rgba(255,255,255,.1) !important;
        box-shadow: 0 12px 36px rgba(0,0,0,.3) !important;
    }

    body .dsp .dsp__nav--open .dsp__nav-links {
        display: flex !important;
    }

    body .dsp .dsp__nav-links a {
        padding: 12px 16px !important;
        font-size: 15px !important;
        width: 100% !important;
        border-radius: 10px !important;
    }

    body .dsp .dsp__nav-toggle {
        display: flex !important;
    }
}

@media (max-width: 720px) {
    body .dsp .dsp__hero-inner {
        padding: 36px 22px !important;
    }

    body .dsp .dsp__hero-h1 {
        font-size: 32px !important;
    }

    body .dsp .dsp__hero-lead {
        font-size: 16px !important;
    }

    body .dsp .dsp__section-h2 {
        font-size: 28px !important;
    }

    body .dsp .dsp__counters-grid {
        grid-template-columns: 1fr 1fr !important;
    }

    body .dsp .dsp__counter-val {
        font-size: 38px !important;
    }

    body .dsp .dsp__steps-grid,
    body .dsp .dsp__benefits-grid,
    body .dsp .dsp__scenarios-grid {
        grid-template-columns: 1fr !important;
    }

    body .dsp .dsp__testimonials-grid {
        grid-template-columns: 1fr !important;
    }

    body .dsp .dsp__pricing-layout {
        grid-template-columns: 1fr !important;
    }

    body .dsp .dsp__cta-final h2 {
        font-size: 30px !important;
    }

    body .dsp .dsp__cta-btns {
        flex-direction: column !important;
        align-items: center !important;
    }

    body .dsp .dsp__trust-grid {
        grid-template-columns: 1fr !important;
    }

    body .dsp .dsp__section {
        padding: 56px 0 !important;
    }

    body .dsp .dsp__wrap {
        padding: 0 18px !important;
    }
}

@media (max-width: 480px) {
    body .dsp .dsp__hero-h1 {
        font-size: 27px !important;
    }

    body .dsp .dsp__counter-val {
        font-size: 32px !important;
    }

    body .dsp .dsp__btn {
        padding: 13px 22px !important;
        font-size: 15px !important;
    }

    body .dsp .dsp__section-h2 {
        font-size: 24px !important;
    }

    body .dsp .dsp__pricing-amount {
        font-size: 44px !important;
    }

    body .dsp .dsp__cta-final h2 {
        font-size: 26px !important;
    }
}
