.db-page {
     font-family: poppinsregular, sans-serif;
    background: #ffffff;
    color: #1a1a1a;
    line-height: 1.6;
    overflow-x: hidden;
  }

  .db-page h1, .db-page h2, .db-page h3, .db-page h4 {
     font-family: poppinsregular, sans-serif;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.01em;
  }

  /* ==================== UTILITIES ==================== */
  .db-page .text-accent { color: #f5cf3b; }
  .db-page .section-header-center { text-align: center; margin-left: auto; margin-right: auto; }
  .db-page .section-header-center .section-eyebrow { display: inline-block; }
  .db-page .section-header-center .section-subtitle { margin-left: auto; margin-right: auto; }
  .db-page .pkg-grid.pkg-grid-hidden { display: none; }

  /* ==================== HERO ==================== */
  .db-page .hero {
    background: #0a0a0a;
    color: #ffffff;
    padding: 5rem 3rem;
    position: relative;
    overflow: hidden;
  }
  .db-page .hero::before {
    content: ''; position: absolute;
    top: -200px; right: -200px;
    width: 600px; height: 600px;
    background: radial-gradient(circle, #f5cf3b 0%, transparent 70%);
    opacity: 0.12;
  }
  .db-page .hero-grid {
    max-width: 1300px; margin: 0 auto;
    display: grid; grid-template-columns: 1.4fr 1fr; gap: 4rem;
    position: relative; z-index: 2;
  }
  .db-page .eyebrow {
    display: inline-flex; align-items: center; gap: 0.5rem;
     font-family: poppinsregular, sans-serif;
    font-size: 0.78rem; font-weight: 500;
    color: #f5cf3b;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-bottom: 1.5rem;
  }
  .db-page .eyebrow::before {
    content: ''; width: 30px; height: 2px;
    background: #f5cf3b;
  }
.db-page .hero h2 {
    font-size: clamp(3rem, 6vw, 3.6rem);
    font-weight: 900;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    margin: 0; color: #fff;
    margin-bottom: 20px;
}
  .db-page .hero h2 .accent { color: #f5cf3b; }
  .db-page .hero h2 .strike {
    background: #f5cf3b;
    color: #0a0a0a;
    padding: 0 0.4rem;
    display: inline-block;
    transform: rotate(-1.5deg);
  }
  .db-page .hero p {
    font-size: 1.15rem; color: #c4c4c4;
    max-width: 620px; margin-bottom: 2rem;
    line-height: 1.7;
  }
  .db-page .hero-cta-row {
    display: flex; gap: 1rem; flex-wrap: wrap;
    margin-bottom: 2.5rem;
  }
  .db-page .btn-primary {
    background: #f5cf3b; color: #0a0a0a;
    padding: 1.05rem 2rem; font-weight: 700;
    font-size: 0.9rem; text-transform: uppercase;
    letter-spacing: 0.06em;
    border: 2px solid #f5cf3b;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-flex; align-items: center; gap: 0.5rem;
  }
  .db-page .btn-primary:hover {
    background: transparent; color: #f5cf3b;
    transform: translateY(-2px);
  }
  .db-page .btn-outline {
    background: transparent; color: #ffffff;
    padding: 1.05rem 2rem; font-weight: 700;
    font-size: 0.9rem; text-transform: uppercase;
    letter-spacing: 0.06em;
    border: 2px solid #4a4a4a;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
  }
  .db-page .btn-outline:hover {
    border-color: #ffffff;
    background: #ffffff; color: #0a0a0a;
  }
  .db-page .trust-row {
    display: flex; gap: 2rem; flex-wrap: wrap;
    padding-top: 2rem;
    border-top: 1px solid #2a2a2a;
  }
  .db-page .trust-item {
     font-family: poppinsregular, sans-serif;
    font-size: 0.78rem;
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .db-page .trust-item strong {
    color: #f5cf3b;
    font-weight: 700;
  }

  /* Hero card */
  .db-page .hero-card {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    padding: 2rem;
    position: relative;
  }
  .db-page .hero-card::before {
    content: ''; position: absolute;
    top: -8px; left: -8px;
    width: 60px; height: 60px;
    border-top: 4px solid #f5cf3b;
    border-left: 4px solid #f5cf3b;
  }
  .db-page .hero-card h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    color: #ffffff;
  }
  .db-page .pillar-list { list-style: none; }
  .db-page .pillar-list li {
    padding: 0.85rem 0;
    border-bottom: 1px solid #2a2a2a;
    display: flex; align-items: center; gap: 0.85rem;
    font-size: 0.95rem;
    color: #c4c4c4;
  }
  .db-page .pillar-list li:last-child { border-bottom: none; }
  .db-page .pillar-list .num {
     font-family: poppinsregular, sans-serif;
    font-size: 0.75rem;
    color: #f5cf3b;
    font-weight: 700;
    background: rgba(245,207,59,0.1);
    padding: 4px 8px;
    min-width: 32px;
    text-align: center;
  }

  /* ==================== STAT STRIP ==================== */
  .db-page .stat-strip {
    background: #f5cf3b;
    padding: 1.5rem 3rem;
  }
  .db-page .stat-strip-inner {
    max-width: 1300px; margin: 0 auto;
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .db-page .stat-item {
    display: flex; align-items: center; gap: 1rem;
  }
  .db-page .stat-num {
     font-family: poppinsregular, sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
    color: #0a0a0a;
    line-height: 1;
  }
  .db-page .stat-label {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #0a0a0a;
    font-weight: 600;
    line-height: 1.3;
  }

  /* ==================== SECTION COMMON ==================== */

  .db-page .container { max-width: 1300px; margin: 0 auto; }
  .db-page .section-header {
    max-width: 800px;
    margin-bottom: 3.5rem;
  }
  .db-page .section-eyebrow {
     font-family: poppinsregular, sans-serif;
    font-size: 0.78rem;
    color: #d4b030;
    background: #fdf6c3;
    padding: 0.35rem 0.7rem;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    margin-bottom: 1.2rem;
  }
.db-page .section-title {
    font-size: clamp(2.2rem, 4vw, 3rem);
    text-transform: uppercase;
    margin-bottom: 1rem;
}
  .db-page .section-title .accent { color: #d4b030; }
  .db-page .section-subtitle {
    font-size: 1.05rem;
    color: #4a4a4a;
    line-height: 1.7;
    max-width: 720px;
  }

  /* ==================== WHY SECTION ==================== */
  .db-page .why-section { background: #fafafa; }
  .db-page .why-grid {
    display: grid; grid-template-columns: 1.1fr 1fr;
    gap: 4rem; align-items: start;
  }
  .db-page .why-statement {
     font-family: poppinsregular, sans-serif;
    font-size: clamp(1.8rem, 2.8vw, 2.4rem);
    font-weight: 700;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 1.8rem;
  }
  .db-page .why-statement em {
    font-style: normal;
    background: #f5cf3b;
    padding: 0 0.4rem;
  }
  .db-page .why-body {
    font-size: 1rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.7;
  }
  .db-page .why-cards {
    display: grid; gap: 1rem;
  }
  .db-page .why-card {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    border-left: 4px solid #f5cf3b;
    padding: 1.4rem 1.6rem;
    transition: all 0.2s;
  }
  .db-page .why-card:hover {
    border-left-color: #0a0a0a;
    transform: translateX(4px);
  }
  .db-page .why-card h4 {
    font-size: 1.15rem;
    text-transform: uppercase;
    color: #0a0a0a;
    margin-bottom: 0.3rem;
  }
  .db-page .why-card p {
    font-size: 0.92rem;
    color: #4a4a4a;
    line-height: 1.6;
  }

  /* ==================== WHAT SECTION ==================== */
  .db-page .what-section { background: #ffffff; }
  .db-page .services-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
  .db-page .service-card {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 2rem 1.8rem;
    position: relative;
    transition: all 0.25s;
    cursor: default;
  }
  .db-page .service-card::before {
    content: ''; position: absolute;
    top: 0; left: 0; height: 3px; width: 0;
    background: #f5cf3b;
    transition: width 0.3s;
  }
  .db-page .service-card:hover {
    background: #0a0a0a;
    color: #ffffff;
    transform: translateY(-4px);
  }
  .db-page .service-card:hover::before { width: 100%; }
  .db-page .service-card:hover .service-num { color: #f5cf3b; }
  .db-page .service-card:hover h3 { color: #ffffff; }
  .db-page .service-card:hover .service-desc,
  .db-page .service-card:hover .service-list li { color: #c4c4c4; }
  .db-page .service-num {
     font-family: poppinsregular, sans-serif;
    font-size: 0.8rem;
    color: #7a7a7a;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
  }
  .db-page .service-card h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #0a0a0a;
    margin-bottom: 0.7rem;
    transition: color 0.25s;
  }
  .db-page .service-desc {
    font-size: 0.92rem;
    color: #4a4a4a;
    margin-bottom: 1rem;
    line-height: 1.65;
    transition: color 0.25s;
  }
  .db-page .service-list {
    list-style: none;
    padding-top: 1rem;
    border-top: 1px solid #f2f2f2;
  }
.db-page .service-list li {
    font-size: 16px;
    color: #4a4a4a;
    padding: 0.3rem 0;
    padding-left: 1.2rem;
    position: relative;
    transition: color 0.25s;
}
  .db-page .service-list li::before {
    content: '→'; position: absolute;
    left: 0; color: #d4b030;
    font-weight: 700;
  }

  /* ==================== HOW / PROCESS ==================== */
  .db-page .how-section {
    background: #0a0a0a;
    color: #ffffff;
    position: relative;
  }
  .db-page .how-section .section-eyebrow {
    background: rgba(245,207,59,0.15);
    color: #f5cf3b;
  }
  .db-page .how-section .section-title { color: #ffffff; }
  .db-page .how-section .section-subtitle { color: #c4c4c4; }
  .db-page .process-grid {
    display: grid; grid-template-columns: repeat(5, 1fr);
    gap: 1rem; margin-top: 1rem;
  }
  .db-page .process-step {
    background: #1a1a1a;
    border: 1px solid #2a2a2a;
    padding: 1.8rem 1.4rem;
    position: relative;
    transition: all 0.25s;
  }
  .db-page .process-step:hover {
    border-color: #f5cf3b;
    transform: translateY(-4px);
  }
  .db-page .process-step .step-num {
     font-family: poppinsregular, sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    color: #f5cf3b;
    line-height: 1;
    margin-bottom: 0.8rem;
  }
  .db-page .process-step h4 {
    font-size: 1.05rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 0.5rem;
  }
.db-page .process-step p {
    font-size: 0.85rem;
    color: #ffffff;
    line-height: 1.55;
    margin-bottom: 0.8rem;
}.db-page .section-title br {
    display: none;
}


  .db-page .step-meta {
     font-family: poppinsregular, sans-serif;
    font-size: 0.7rem;
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding-top: 0.6rem;
    border-top: 1px solid #2a2a2a;
  }

  /* ==================== KPI SECTION ==================== */
  .db-page .kpi-section { background: #fafafa; }
  .db-page .kpi-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
  }
  .db-page .kpi-card {
    background: #ffffff;
    border: 1px solid #f2f2f2;
    padding: 1.6rem;
    position: relative;
    transition: all 0.2s;
  }
  .db-page .kpi-card:hover {
    border-color: #f5cf3b;
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  }
  .db-page .kpi-icon {
    width: 40px; height: 40px;
    background: #f5cf3b;
    display: flex; align-items: center; justify-content: center;
     font-family: poppinsregular, sans-serif;
    font-weight: 900;
    font-size: 1.2rem;
    color: #0a0a0a;
    margin-bottom: 1rem;
  }
  .db-page .kpi-card h4 {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
  }
  .db-page .kpi-card .kpi-metric {
     font-family: poppinsregular, sans-serif;
    font-size: 0.78rem;
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.8rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px dashed #c4c4c4;
  }
.db-page .kpi-card p {
    font-size: 16px;
    /* color: #4a4a4a; */
    line-height: 1.6;
}
  .db-page .kpi-disclaimer {
    background: #ffffff;
    border-left: 4px solid #0a0a0a;
    padding: 1.2rem 1.5rem;
    margin-top: 2rem;
    font-size: 0.9rem;
    color: #4a4a4a;
    font-style: italic;
  }

  /* ==================== PACKAGES ==================== */
  .db-page .packages-section {
    background: #ffffff;
    position: relative;
  }
  .db-page .packages-tabs {
    display: flex; justify-content: center; gap: 0;
    margin-bottom: 3rem;
    border: 2px solid #0a0a0a;
    width: fit-content; margin-left: auto; margin-right: auto;
  }
  .db-page .pkg-tab {
    padding: 0.85rem 2rem;
     font-family: poppinsregular, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: #ffffff;
    color: #0a0a0a;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
  }
  .db-page .pkg-tab.active {
    background: #0a0a0a;
    color: #f5cf3b;
  }
  .db-page .pkg-tab:not(.active):hover { background: #fdf6c3; }
  .db-page .pkg-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
  .db-page .pkg-card {
    background: #ffffff;
    border: 2px solid #f2f2f2;
    padding: 2rem 1.8rem;
    display: flex; flex-direction: column;
    position: relative;
    transition: all 0.25s;
  }
  .db-page .pkg-card:hover {
    border-color: #0a0a0a;
    transform: translateY(-4px);
  }
  .db-page .pkg-card.featured {
    border-color: #0a0a0a;
    background: #0a0a0a;
    color: #ffffff;
  }
  .db-page .pkg-card.featured h3 { color: #ffffff; }
  .db-page .pkg-card.featured .pkg-tagline { color: #c4c4c4; }
  .db-page .pkg-card.featured .pkg-features li { color: #c4c4c4; }
  .db-page .pkg-card.featured .pkg-cta {
    background: #f5cf3b; color: #0a0a0a;
    border-color: #f5cf3b;
  }
  .db-page .pkg-card.featured .pkg-cta:hover {
    background: transparent; color: #f5cf3b;
  }
  .db-page .pkg-badge {
    position: absolute;
    top: -12px; left: 1.8rem;
    background: #f5cf3b;
    color: #0a0a0a;
     font-family: poppinsregular, sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.35rem 0.8rem;
  }
  .db-page .pkg-card h3 {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
  }
  .db-page .pkg-tagline {
    font-size: 0.88rem;
    color: #4a4a4a;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
  .db-page .pkg-features {
    list-style: none;
    flex: 1;
    margin-bottom: 1.5rem;
  }
  .db-page .pkg-features li {
    font-size: 0.88rem;
    color: #4a4a4a;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.5;
  }
  .db-page .pkg-features li::before {
    content: '✓';
    position: absolute;
    left: 0; top: 0.5rem;
    color: #d4b030;
    font-weight: 900;
    width: 18px; height: 18px;
    display: flex; align-items: center; justify-content: center;
    font-size: 0.85rem;
  }
  .db-page .pkg-card.featured .pkg-features li::before { color: #f5cf3b; }
  .db-page .pkg-cta {
    background: #0a0a0a;
    color: #f5cf3b;
    padding: 0.95rem 1.4rem;
     font-family: poppinsregular, sans-serif;
    font-weight: 700;
    font-size: 0.92rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: 2px solid #0a0a0a;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s;
    display: block;
  }
  .db-page .pkg-cta:hover {
    background: transparent; color: #0a0a0a;
  }
  .db-page .pkg-note {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 0.92rem;
    color: #4a4a4a;
  }
  .db-page .pkg-note a {
    color: #0a0a0a; font-weight: 700;
    text-decoration: underline;
    text-decoration-color: #f5cf3b;
    text-decoration-thickness: 3px;
  }

  /* ==================== SUCCESS / DELIVERABLES ==================== */
  .db-page .success-section { background: #fafafa; }
  .db-page .success-grid {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 4rem; align-items: center;
  }
  .db-page .deliverable-list {
    background: #ffffff;
    padding: 2.5rem;
    border: 1px solid #f2f2f2;
  }
  .db-page .deliverable-list h3 {
    font-size: 1.6rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
  }
  .db-page .deliverable-cols {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 0.6rem 1.5rem;
  }
  .db-page .deliverable-cols div {
    font-size: 0.92rem;
    color: #4a4a4a;
    padding: 0.4rem 0;
    padding-left: 1.4rem;
    position: relative;
    border-bottom: 1px solid #f2f2f2;
  }
  .db-page .deliverable-cols div::before {
    content: '◆'; position: absolute;
    left: 0; color: #d4b030;
    font-size: 0.7rem;
    top: 0.6rem;
  }
  .db-page .success-stories h3 {
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    line-height: 1.1;
  }
  .db-page .story-card {
    background: #ffffff;
    border-left: 4px solid #f5cf3b;
    padding: 1.4rem 1.6rem;
    margin-bottom: 1rem;
    transition: all 0.2s;
  }
  .db-page .story-card:hover {
    border-left-color: #0a0a0a;
    transform: translateX(4px);
  }
  .db-page .story-tag {
     font-family: poppinsregular, sans-serif;
    font-size: 0.72rem;
    color: #7a7a7a;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.4rem;
  }
  .db-page .story-card h4 {
    font-size: 1.1rem;
    text-transform: uppercase;
    margin-bottom: 0.4rem;
  }
  .db-page .story-card p {
    font-size: 0.9rem;
    color: #4a4a4a;
    line-height: 1.55;
  }

  /* ==================== FAQ ==================== */
  .db-page .faq-section { background: #ffffff; }
  .db-page .faq-list { max-width: 900px; margin: 0 auto; }
  .db-page .faq-item {
    border-bottom: 1px solid #f2f2f2;
    transition: all 0.2s;
  }
  .db-page .faq-q {
    padding: 1.3rem 0;
    cursor: pointer;
    display: flex; align-items: center; justify-content: space-between;
    gap: 1rem;
     font-family: poppinsregular, sans-serif;
    font-weight: 700;
    font-size: 1.15rem;
    text-transform: uppercase;
    color: #0a0a0a;
    transition: color 0.2s;
  }
  .db-page .faq-q:hover { color: #d4b030; }
  .db-page .faq-toggle {
    width: 32px; height: 32px;
    background: #f2f2f2;
    color: #0a0a0a;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; font-weight: 700;
    flex-shrink: 0;
    transition: all 0.2s;
  }
  .db-page .faq-item.open .faq-toggle {
    background: #f5cf3b; transform: rotate(45deg);
  }
  .db-page .faq-a {
    max-height: 0; overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
    font-size: 0.95rem;
    color: #4a4a4a;
    line-height: 1.7;
  }
  .db-page .faq-item.open .faq-a {
    max-height: 500px;
    padding: 0 0 1.4rem;
  }

  /* ==================== FINAL CTA ==================== */
  .db-page .final-cta {
    background: #f5cf3b;
    color: #0a0a0a;
    padding: 5rem 3rem;
    position: relative;
    overflow: hidden;
  }
  .db-page .final-cta::before {
    content: 'BRAND'; position: absolute;
    bottom: -100px; right: -50px;
     font-family: poppinsregular, sans-serif;
    font-size: 25rem;
    font-weight: 900;
    color: rgba(0,0,0,0.04);
    line-height: 0.8;
    letter-spacing: -0.05em;
    pointer-events: none;
  }
  .db-page .final-cta .section-eyebrow {
    background: #0a0a0a;
    color: #f5cf3b;
    display: inline-block;
  }
  .db-page .final-cta-inner {
    max-width: 1100px; margin: 0 auto;
    text-align: center;
    position: relative; z-index: 2;
  }
.db-page .final-cta h2 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}
  .db-page .final-cta h2 .underline-text {
    text-decoration: underline;
    text-decoration-thickness: 6px;
  }
  .db-page .final-cta p {
    font-size: 1.1rem;
    max-width: 700px; margin: 0 auto 2rem;
    color: #2a2a2a;
  }
  .db-page .final-cta-btns {
    display: flex; gap: 1rem; justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .db-page .btn-cta-dark {
    background: #0a0a0a; color: #f5cf3b;
    padding: 1.1rem 2rem;
     font-family: poppinsregular, sans-serif;
    font-weight: 700; font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: 2px solid #0a0a0a;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
  }
  .db-page .btn-cta-dark:hover {
    background: transparent; color: #0a0a0a;
  }
  .db-page .btn-cta-light {
    background: transparent; color: #0a0a0a;
    padding: 1.1rem 2rem;
     font-family: poppinsregular, sans-serif;
    font-weight: 700; font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border: 2px solid #0a0a0a;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s;
  }
  .db-page .btn-cta-light:hover {
    background: #0a0a0a; color: #f5cf3b;
  }
  .db-page .contact-row {
    display: flex; gap: 2rem; flex-wrap: wrap;
    justify-content: center;
    padding-top: 2.5rem;
    border-top: 2px solid rgba(0,0,0,0.15);
  }
  .db-page .contact-item {
    display: flex; align-items: center; gap: 0.8rem;
    font-size: 0.9rem;
  }
  .db-page .contact-icon {
    width: 36px; height: 36px;
    background: #0a0a0a; color: #f5cf3b;
    display: flex; align-items: center; justify-content: center;
    font-size: 1rem;
  }
  .db-page .contact-item-text strong {
    display: block;
     font-family: poppinsregular, sans-serif;
    font-size: 1.05rem;
    text-transform: uppercase;
    color: #0a0a0a;
  }
  .db-page .contact-item-text { font-size: 0.78rem; color: #4a4a4a; }

  /* ==================== RESPONSIVE ==================== */
  @media (max-width: 1024px) {
    .db-page .hero-grid, .db-page .why-grid, .db-page .success-grid { grid-template-columns: 1fr; gap: 2.5rem; }
    .db-page .services-grid, .db-page .pkg-grid, .db-page .kpi-grid { grid-template-columns: repeat(2, 1fr); }
    .db-page .process-grid { grid-template-columns: repeat(3, 1fr); }
    .db-page .stat-strip-inner { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
    .db-page section { padding: 4rem 1.5rem; }
    .db-page .hero { padding: 4rem 1.5rem; }
    .db-page .stat-strip { padding: 1.5rem; }
    .db-page .final-cta { padding: 4rem 1.5rem; }
  }
  @media (max-width: 640px) {
    .db-page .services-grid, .db-page .pkg-grid, .db-page .kpi-grid, .db-page .process-grid { grid-template-columns: 1fr; }
    .db-page .deliverable-cols { grid-template-columns: 1fr; }
    .db-page .hero h2 { font-size: 2.6rem; }
    .db-page .section-title { font-size: 2rem; }
  }