:root {
  --dv-accent: #C2410C;
  --dv-accent-hover: #9A3409;
  --dv-accent-light: #FFEDD5;
  --dv-bg-base: #0C0E12;
  --dv-bg-mid: #13161C;
  --dv-bg-card: #1A1E27;
  --dv-bg-elevated: #22283A;
  --dv-bg-light: #F5F3F0;
  --dv-text-primary: #EAEDF3;
  --dv-text-body: #B0B8CC;
  --dv-text-muted: #6B7590;
  --dv-text-dark: #1A1E27;
  --dv-text-dark-body: #4A5168;
  --dv-border: #2A3040;
  --dv-border-light: #E2DFDA;
  --dv-radius: 8px;
  --dv-shadow: 0 4px 20px rgba(0,0,0,0.35);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #0C0E12;
  color: #B0B8CC;
  margin: 0;
  padding: 0;
  line-height: 1.65;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

a { color: #C2410C; text-decoration: none; }
a:hover { color: #9A3409; }

img { max-width: 100%; height: auto; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #EAEDF3;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
}

h1 { font-size: 52px; letter-spacing: -0.5px; }
h2 { font-size: 38px; letter-spacing: -0.3px; }
h3 { font-size: 26px; font-weight: 600; }
h4 { font-size: 20px; font-weight: 600; line-height: 1.4; }
h5 { font-size: 18px; font-weight: 600; }

p { margin-bottom: 1rem; }

code, .dv-mono {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 14px;
  line-height: 1.7;
}

.dv-btn-primary {
  display: inline-block;
  background: #C2410C;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: background 0.2s ease;
  text-decoration: none;
}
.dv-btn-primary:hover { background: #9A3409; color: #fff; }

.dv-btn-outline {
  display: inline-block;
  background: transparent;
  color: #C2410C;
  border: 1.5px solid #C2410C;
  border-radius: 6px;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.dv-btn-outline:hover { background: #C2410C; color: #fff; }

.dv-btn-sm {
  padding: 11px 26px;
  font-size: 14px;
}

.dv-badge {
  display: inline-block;
  background: #FFEDD5;
  color: #C2410C;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section-dark { background: #0C0E12; }
.section-mid { background: #13161C; }
.section-light { background: #F5F3F0; }

.section-pad { padding: 88px 0; }
.section-pad-compact { padding: 56px 0; }
.section-pad-hero { padding: 128px 0 96px; }

.dv-section-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #C2410C;
  margin-bottom: 12px;
  display: block;
}

.dv-section-title {
  font-size: 38px;
  font-weight: 700;
  color: #EAEDF3;
  letter-spacing: -0.3px;
  margin-bottom: 16px;
}

.dv-section-sub {
  font-size: 18px;
  color: #B0B8CC;
  line-height: 1.7;
  max-width: 600px;
}

.dv-divider {
  border: none;
  border-top: 1px solid #2A3040;
  margin: 0;
}

/* ===== NAV ===== */
.dv-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 68px;
  background: rgba(12,14,18,0.85);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.dv-nav.scrolled {
  background: #0C0E12;
  border-bottom-color: #2A3040;
}
.dv-nav .navbar-brand img { height: 32px; width: auto; }
.dv-nav .navbar-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: #B0B8CC;
  letter-spacing: 0.1px;
  padding: 0 14px;
  transition: color 0.2s;
}
.dv-nav .navbar-nav .nav-link:hover { color: #EAEDF3; }
.dv-nav .navbar-toggler { border-color: #2A3040; }
.dv-nav .navbar-toggler-icon { filter: invert(1); }

/* ===== HERO ===== */
.dv-hero {
  background: #0C0E12;
  padding: 128px 0 96px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
.dv-hero-glow {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(194,65,12,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.dv-hero-heading {
  font-size: 52px;
  font-weight: 700;
  color: #EAEDF3;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin-bottom: 24px;
}
.dv-hero-sub {
  font-size: 18px;
  color: #B0B8CC;
  line-height: 1.7;
  margin-bottom: 36px;
  max-width: 520px;
}
.dv-hero-social-proof {
  margin-top: 20px;
  font-size: 13px;
  color: #6B7590;
  font-style: italic;
}
.dv-hero-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #2A3040;
  box-shadow: 0 24px 80px rgba(0,0,0,0.55);
}

.dv-hero-compact {
  background: #0C0E12;
  padding: 64px 0 48px;
  margin-top: 68px;
  text-align: center;
}
.dv-hero-compact h1 {
  font-size: 42px;
  color: #EAEDF3;
  margin-bottom: 14px;
}
.dv-hero-compact p {
  font-size: 18px;
  color: #B0B8CC;
  max-width: 580px;
  margin: 0 auto;
}

/* ===== STATS ===== */
.dv-stats {
  background: #13161C;
  padding: 56px 0;
  border-top: 1px solid #2A3040;
  border-bottom: 1px solid #2A3040;
}
.dv-stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #EAEDF3;
  letter-spacing: -0.5px;
  line-height: 1;
  font-family: 'Inter', sans-serif;
}
.dv-stat-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #6B7590;
  margin-top: 6px;
}
.dv-stat-desc {
  font-size: 14px;
  color: #B0B8CC;
  margin-top: 4px;
}
.dv-stat-divider {
  border-right: 1px solid #2A3040;
}

/* ===== FEATURES ===== */
.dv-features { background: #0C0E12; padding: 88px 0; }
.dv-feature-card {
  background: #1A1E27;
  border: 1px solid #2A3040;
  border-radius: 8px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease;
}
.dv-feature-card:hover { border-color: #C2410C; }
.dv-feature-icon {
  width: 44px;
  height: 44px;
  background: rgba(194,65,12,0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 18px;
  color: #C2410C;
  flex-shrink: 0;
}
.dv-feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #EAEDF3;
  margin-bottom: 10px;
}
.dv-feature-desc {
  font-size: 15px;
  color: #B0B8CC;
  line-height: 1.65;
  flex: 1;
}

/* ===== PROCESS ===== */
.dv-process { background: #13161C; padding: 88px 0; }
.dv-process-card {
  background: #1A1E27;
  border: 1px solid #2A3040;
  border-radius: 8px;
  padding: 32px 28px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dv-process-num {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 38px;
  font-weight: 700;
  color: #C2410C;
  opacity: 0.6;
  line-height: 1;
  margin-bottom: 16px;
}
.dv-process-title {
  font-size: 18px;
  font-weight: 600;
  color: #EAEDF3;
  margin-bottom: 10px;
}
.dv-process-desc {
  font-size: 15px;
  color: #B0B8CC;
  line-height: 1.65;
  flex: 1;
}

/* ===== TESTIMONIALS ===== */
.dv-testimonials { background: #0C0E12; padding: 88px 0; }
.dv-quote-card {
  background: #1A1E27;
  border: 1px solid #2A3040;
  border-radius: 8px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dv-quote-mark {
  font-size: 48px;
  color: #C2410C;
  line-height: 1;
  margin-bottom: 16px;
  font-family: Georgia, serif;
}
.dv-quote-text {
  font-size: 16px;
  color: #B0B8CC;
  line-height: 1.7;
  flex: 1;
  font-style: italic;
}
.dv-quote-source {
  margin-top: 20px;
  font-size: 13px;
  color: #6B7590;
}

/* ===== CTA BANNER ===== */
.dv-cta-banner {
  background: #C2410C;
  padding: 56px 0;
  text-align: center;
}
.dv-cta-banner h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
}
.dv-cta-banner .dv-btn-white {
  display: inline-block;
  background: #fff;
  color: #C2410C;
  border-radius: 6px;
  padding: 14px 36px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}
.dv-cta-banner .dv-btn-white:hover { opacity: 0.92; color: #C2410C; }

.dv-cta-card {
  background: #1A1E27;
  border: 1px solid #2A3040;
  border-radius: 12px;
  padding: 56px 48px;
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
}
.dv-cta-card h2 { font-size: 32px; margin-bottom: 14px; }
.dv-cta-card p { color: #B0B8CC; font-size: 17px; margin-bottom: 28px; }

/* ===== FOOTER ===== */
.dv-footer {
  background: #080A0D;
  padding: 64px 0 32px;
  border-top: 1px solid #2A3040;
}
.dv-footer-brand img { height: 28px; width: auto; margin-bottom: 16px; }
.dv-footer-tagline {
  font-size: 14px;
  color: #6B7590;
  line-height: 1.6;
  margin-bottom: 16px;
}
.dv-footer-copy {
  font-size: 13px;
  color: #6B7590;
}
.dv-footer-heading {
  font-size: 13px;
  font-weight: 700;
  color: #EAEDF3;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.dv-footer-links { list-style: none; padding: 0; margin: 0; }
.dv-footer-links li { margin-bottom: 10px; }
.dv-footer-links a {
  font-size: 14px;
  color: #B0B8CC;
  text-decoration: none;
  transition: color 0.2s;
}
.dv-footer-links a:hover { color: #C2410C; }
.dv-footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #6B7590;
}
.dv-footer-contact-item i { color: #C2410C; margin-top: 2px; flex-shrink: 0; }
.dv-footer-contact-item a { color: #B0B8CC; }
.dv-footer-contact-item a:hover { color: #C2410C; }
.dv-footer-bottom {
  border-top: 1px solid #2A3040;
  margin-top: 48px;
  padding-top: 24px;
}

/* ===== ALTERNATING FEATURES ===== */
.dv-alt-feature { padding: 88px 0; }
.dv-alt-row { padding: 56px 0; border-bottom: 1px solid #2A3040; }
.dv-alt-row:last-child { border-bottom: none; }
.dv-alt-img {
  border-radius: 8px;
  border: 1px solid #2A3040;
  box-shadow: 0 4px 20px rgba(0,0,0,0.35);
}
.dv-alt-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #C2410C;
  margin-bottom: 10px;
}
.dv-alt-title { font-size: 26px; font-weight: 600; color: #EAEDF3; margin-bottom: 16px; }
.dv-alt-text { font-size: 16px; color: #B0B8CC; line-height: 1.7; }

/* ===== SPECS TABLE ===== */
.dv-specs { background: #13161C; padding: 88px 0; }
.dv-specs-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #2A3040;
  border-radius: 8px;
  overflow: hidden;
}
.dv-specs-table thead th {
  background: #22283A;
  color: #EAEDF3;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 20px;
  text-align: left;
  border-bottom: 1px solid #2A3040;
}
.dv-specs-table tbody tr { border-bottom: 1px solid #2A3040; }
.dv-specs-table tbody tr:last-child { border-bottom: none; }
.dv-specs-table td {
  padding: 14px 20px;
  font-size: 14px;
  color: #B0B8CC;
  background: #1A1E27;
}
.dv-specs-table td:first-child { color: #EAEDF3; font-weight: 500; width: 40%; }

/* ===== PROCESS TIMELINE ===== */
.dv-timeline { background: #0C0E12; padding: 88px 0; }
.dv-timeline-steps { display: flex; align-items: flex-start; gap: 0; position: relative; }
.dv-timeline-item { flex: 1; text-align: center; position: relative; }
.dv-timeline-item:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 22px;
  left: 60%;
  right: -40%;
  height: 2px;
  background: #2A3040;
}
.dv-timeline-dot {
  width: 44px;
  height: 44px;
  background: #C2410C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}
.dv-timeline-title { font-size: 15px; font-weight: 600; color: #EAEDF3; margin-bottom: 6px; }
.dv-timeline-desc { font-size: 13px; color: #6B7590; line-height: 1.55; }

/* ===== ABOUT STORY ===== */
.dv-story { background: #F5F3F0; padding: 88px 0; }
.dv-story h2 { color: #1A1E27; }
.dv-story p { color: #4A5168; font-size: 17px; line-height: 1.75; }
.dv-ceo-photo {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.15);
}
.dv-office-photo {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 24px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.15);
}

/* ===== MILESTONE CARDS ===== */
.dv-milestones { background: #13161C; padding: 88px 0; }
.dv-milestone-card {
  background: #1A1E27;
  border: 1px solid #2A3040;
  border-radius: 8px;
  padding: 32px 24px;
  text-align: center;
  height: 100%;
}
.dv-milestone-num {
  font-size: 42px;
  font-weight: 700;
  color: #C2410C;
  letter-spacing: -0.5px;
  line-height: 1;
  margin-bottom: 8px;
}
.dv-milestone-label {
  font-size: 14px;
  color: #B0B8CC;
  line-height: 1.5;
}

/* ===== VALUES ===== */
.dv-values { background: #0C0E12; padding: 88px 0; }
.dv-value-card {
  background: #1A1E27;
  border: 1px solid #2A3040;
  border-radius: 8px;
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.dv-value-icon {
  font-size: 22px;
  color: #C2410C;
  margin-bottom: 16px;
}
.dv-value-title { font-size: 18px; font-weight: 600; color: #EAEDF3; margin-bottom: 10px; }
.dv-value-text { font-size: 15px; color: #B0B8CC; line-height: 1.65; flex: 1; }

/* ===== TEAM ===== */
.dv-team { background: #0C0E12; padding: 88px 0; }
.dv-member-card {
  background: #1A1E27;
  border: 1px solid #2A3040;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s;
}
.dv-member-card:hover { border-color: #C2410C; }
.dv-member-photo {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.dv-member-info {
  padding: 20px 22px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dv-member-name { font-size: 17px; font-weight: 600; color: #EAEDF3; margin-bottom: 4px; }
.dv-member-title { font-size: 13px; color: #C2410C; font-weight: 600; letter-spacing: 0.2px; }

/* ===== CONTACT ===== */
.dv-contact-section { background: #0C0E12; padding: 88px 0; }
.dv-contact-form-wrap {
  background: #1A1E27;
  border: 1px solid #2A3040;
  border-radius: 8px;
  padding: 40px;
}
.dv-form-label {
  font-size: 14px;
  font-weight: 600;
  color: #EAEDF3;
  margin-bottom: 6px;
  display: block;
}
.dv-form-control {
  width: 100%;
  background: #0C0E12;
  border: 1px solid #2A3040;
  border-radius: 6px;
  padding: 11px 14px;
  font-size: 15px;
  color: #EAEDF3;
  font-family: 'Inter', sans-serif;
  transition: border-color 0.2s;
  outline: none;
  margin-bottom: 20px;
}
.dv-form-control:focus { border-color: #C2410C; }
.dv-form-control::placeholder { color: #6B7590; }
.dv-contact-info-wrap {
  padding: 40px 0 0 32px;
}
.dv-contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 28px;
}
.dv-contact-info-icon {
  width: 40px;
  height: 40px;
  background: rgba(194,65,12,0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #C2410C;
  flex-shrink: 0;
}
.dv-contact-info-label { font-size: 12px; font-weight: 600; color: #6B7590; letter-spacing: 0.8px; text-transform: uppercase; margin-bottom: 4px; }
.dv-contact-info-value { font-size: 16px; color: #EAEDF3; }
.dv-contact-info-value a { color: #B0B8CC; }
.dv-contact-info-value a:hover { color: #C2410C; }

/* ===== BLOG ===== */
.dv-blog-section { background: #0C0E12; padding: 88px 0; }
.dv-blog-card {
  background: #1A1E27;
  border: 1px solid #2A3040;
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s;
}
.dv-blog-card:hover { border-color: #C2410C; }
.dv-blog-thumb {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.dv-blog-body {
  padding: 22px 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.dv-blog-date { font-size: 12px; color: #6B7590; margin-bottom: 8px; }
.dv-blog-title {
  font-size: 17px;
  font-weight: 600;
  color: #EAEDF3;
  margin-bottom: 10px;
  line-height: 1.4;
}
.dv-blog-title a { color: #EAEDF3; }
.dv-blog-title a:hover { color: #C2410C; }
.dv-blog-excerpt { font-size: 14px; color: #B0B8CC; line-height: 1.65; flex: 1; }
.dv-read-more {
  margin-top: auto;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 600;
  color: #C2410C;
  display: inline-block;
}
.dv-read-more:hover { color: #9A3409; }

/* ===== ARTICLE ===== */
.dv-article-section { background: #0C0E12; padding: 64px 0 88px; }
.container-narrow {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 24px;
}
.dv-article-hero-img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 48px;
}
.dv-article-meta { font-size: 14px; color: #6B7590; margin-bottom: 32px; }
.dv-article-title { font-size: 38px; color: #EAEDF3; margin-bottom: 16px; }
.dv-article-body { font-size: 17px; color: #B0B8CC; line-height: 1.8; }
.dv-article-body h2 { font-size: 28px; color: #EAEDF3; margin-top: 48px; margin-bottom: 16px; }
.dv-article-body h3 { font-size: 22px; color: #EAEDF3; font-weight: 600; margin-top: 32px; margin-bottom: 12px; }
.dv-article-body p { margin-bottom: 1.25rem; }
.dv-article-body a { color: #C2410C; }
.dv-article-body a:hover { color: #9A3409; }
.dv-article-body ul, .dv-article-body ol { margin-bottom: 1.25rem; padding-left: 1.5rem; }
.dv-article-body li { margin-bottom: 6px; }
.dv-article-body code {
  background: #22283A;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 13px;
  color: #EAEDF3;
}
.dv-article-body pre {
  background: #22283A;
  border: 1px solid #2A3040;
  border-radius: 6px;
  padding: 20px;
  overflow-x: auto;
  margin-bottom: 1.5rem;
}
.dv-article-body pre code { background: none; padding: 0; font-size: 13px; }
.dv-article-body img { max-width: 100%; height: auto; border-radius: 6px; }

.dv-article-nav { border-top: 1px solid #2A3040; margin-top: 64px; padding-top: 32px; }
.dv-article-nav a { font-size: 15px; color: #B0B8CC; }
.dv-article-nav a:hover { color: #C2410C; }

/* ===== LEGAL ===== */
.dv-legal-section { background: #F5F3F0; padding: 64px 0 88px; }
.dv-legal-section h1, .dv-legal-section h2, .dv-legal-section h3 { color: #1A1E27; }
.dv-legal-section p, .dv-legal-section li { color: #4A5168; font-size: 16px; line-height: 1.75; }
.dv-legal-section h2 { font-size: 24px; margin-top: 48px; margin-bottom: 12px; }
.dv-legal-section h3 { font-size: 19px; font-weight: 600; margin-top: 32px; margin-bottom: 10px; }
.dv-legal-section a { color: #C2410C; }
.dv-legal-section .dv-hero-compact { background: #F5F3F0; }
.dv-legal-section .dv-hero-compact h1 { color: #1A1E27; }
.dv-legal-section .dv-hero-compact p { color: #4A5168; }

/* ===== 404 ===== */
.dv-404 {
  background: #0C0E12;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.dv-404-terminal {
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 14px;
  background: #1A1E27;
  border: 1px solid #2A3040;
  border-radius: 8px;
  padding: 24px 28px;
  display: inline-block;
  text-align: left;
  margin-bottom: 36px;
  min-width: 320px;
}
.dv-404-prompt { color: #6B7590; }
.dv-404-cmd { color: #B0B8CC; }
.dv-404-error { color: #C2410C; margin-top: 8px; }
.dv-404 h2 { font-size: 40px; color: #EAEDF3; margin-bottom: 16px; }
.dv-404 p { color: #B0B8CC; font-size: 17px; max-width: 420px; margin: 0 auto 32px; }

/* ===== COOKIE BANNER ===== */
.dv-cookie-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1A1E27;
  border-top: 1px solid #2A3040;
  padding: 18px 24px;
  z-index: 9999;
  font-size: 14px;
  color: #B0B8CC;
}
.dv-cookie-bar .dv-cookie-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.dv-cookie-bar p { margin: 0; line-height: 1.55; }
.dv-cookie-bar a { color: #C2410C; }
.dv-cookie-btns { display: flex; gap: 10px; flex-shrink: 0; }
.dv-cookie-btns button {
  padding: 9px 22px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background 0.2s;
}
#dv-cookie-accept { background: #C2410C; color: #fff; }
#dv-cookie-accept:hover { background: #9A3409; }
#dv-cookie-optout { background: #2A3040; color: #B0B8CC; }
#dv-cookie-optout:hover { background: #22283A; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .dv-hero { padding: 100px 0 72px; }
  .dv-hero-heading { font-size: 40px; }
  .dv-hero-img { margin-top: 40px; }
  .dv-hero-glow { display: none; }
  h1 { font-size: 38px; }
  h2 { font-size: 30px; }
  .dv-section-title { font-size: 30px; }
  .dv-contact-info-wrap { padding: 32px 0 0 0; }
  .dv-timeline-steps { flex-direction: column; gap: 24px; }
  .dv-timeline-item::after { display: none; }
  .dv-timeline-item { text-align: left; display: flex; align-items: flex-start; gap: 16px; }
  .dv-timeline-dot { margin: 0; flex-shrink: 0; }
}

@media (max-width: 767px) {
  .dv-hero { min-height: auto; padding: 80px 0 60px; }
  .dv-hero-compact h1 { font-size: 32px; }
  .section-pad { padding: 64px 0; }
  .dv-stat-divider { border-right: none; border-bottom: 1px solid #2A3040; padding-bottom: 24px; margin-bottom: 24px; }
  .dv-footer { padding: 48px 0 24px; }
  .dv-footer-heading { margin-top: 32px; }
  .dv-contact-form-wrap { padding: 28px 22px; }
  .dv-cta-card { padding: 40px 24px; }
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  .dv-article-title { font-size: 28px; }
  .dv-404 h2 { font-size: 30px; }
}
