body {
  background-color: #0A0E1A !important;
  color: #9CA3AF !important; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #F5F5F7 !important; }

header#top {
  background-color: rgba(10, 14, 26, 0.8) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid #1F2937; }

header#top .navbar {
  background-color: transparent !important; }

header#top .navbar-brand img {
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.5), inset 0 2px 5px rgba(255, 255, 255, 0.3);
  border: 2px solid #2563EB;
  object-fit: contain;
  background-color: #fff;
  padding: 3px;
  height: 50px !important;
  width: 50px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  header#top .navbar-brand img:hover {
    transform: rotate(10deg) scale(1.05);
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.6), inset 0 2px 5px rgba(255, 255, 255, 0.4);
    border-color: #10B981; }

header#top .nav-link {
  color: #9CA3AF !important;
  transition: color 0.3s ease; }
  header#top .nav-link:hover {
    color: #F5F5F7 !important; }

.btn-dps-primary {
  background: linear-gradient(90deg, #2563EB, #10B981) !important;
  color: #fff !important;
  border-radius: 50px !important;
  border: none !important;
  padding: 12px 28px !important;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.4); }
  .btn-dps-primary:hover {
    box-shadow: 0 6px 20px rgba(37, 99, 235, 0.6);
    transform: translateY(-1px); }

.dps-hero-section {
  background-color: #0A0E1A !important;
  background-image: radial-gradient(circle at 50% 50%, rgba(37, 99, 235, 0.15) 0%, transparent 50%), radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px) !important;
  background-size: 100% 100%, 20px 20px !important;
  padding: 120px 0 80px 0;
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  display: flex;
  align-items: center; }

.dps-hero-text h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem; }

.dps-hero-text p.lead {
  font-size: 1.125rem;
  color: #9CA3AF;
  margin-bottom: 2rem; }

.dps-trust-badge {
  display: inline-flex;
  align-items: center;
  background: #131826;
  border: 1px solid #1F2937;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.875rem;
  margin-top: 24px;
  color: #F5F5F7; }
  .dps-trust-badge i.fa-star {
    color: #F59E0B;
    margin-right: 4px; }

.dps-accent-text {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(90deg, #2563EB, #10B981);
  -webkit-background-clip: text; }

.dps-hero-graphic {
  background: #131826;
  border: 1px solid #1F2937;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .dps-hero-graphic::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid #1F2937; }

.dps-stats-row {
  background: #131826;
  border-top: 1px solid #1F2937;
  border-bottom: 1px solid #1F2937;
  padding: 40px 0; }

.dps-stat-item {
  text-align: center;
  padding: 20px; }
  .dps-stat-item .stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 8px;
    background: linear-gradient(90deg, #2563EB, #10B981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .dps-stat-item .stat-label {
    color: #9CA3AF;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.875rem; }

.dps-about-section {
  padding: 100px 0;
  background-color: #0A0E1A !important;
  position: relative; }
  .dps-about-section .dps-section-title {
    margin-bottom: 30px; }
    .dps-about-section .dps-section-title .dps-subtitle {
      color: #2563EB;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 0.875rem;
      display: block;
      margin-bottom: 10px; }
    .dps-about-section .dps-section-title h2 {
      font-size: 2.5rem;
      font-weight: 700; }
  .dps-about-section p {
    color: #9CA3AF;
    line-height: 1.8;
    font-size: 1.05rem; }
  .dps-about-section .dps-checklist {
    margin-top: 30px; }
    .dps-about-section .dps-checklist li {
      margin-bottom: 12px;
      color: #F5F5F7;
      font-weight: 500;
      display: flex;
      align-items: center; }
      .dps-about-section .dps-checklist li i {
        color: #2563EB !important;
        font-size: 1.2rem; }

.dps-about-graphic .dps-image-placeholder {
  height: 450px;
  background: #131826;
  border: 1px solid #1F2937;
  border-radius: 20px;
  z-index: 2;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3); }

.dps-about-graphic .dps-blob-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.15;
  z-index: 1; }
  .dps-about-graphic .dps-blob-shape.bg-primary {
    width: 300px;
    height: 300px;
    top: -50px;
    right: -30px;
    background-color: #2563EB !important; }
  .dps-about-graphic .dps-blob-shape.bg-info {
    width: 250px;
    height: 250px;
    bottom: -40px;
    left: -20px;
    background-color: #10B981 !important; }

.dps-services-section {
  padding: 100px 0;
  background-color: #0A0E1A !important; }

.dps-service-card {
  background-color: #131826;
  border: 1px solid #1F2937;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  transition: all 0.3s ease; }
  .dps-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: rgba(255, 255, 255, 0.1); }
  .dps-service-card .dps-icon-badge {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 24px; }
    .dps-service-card .dps-icon-badge.bg-accent-blue {
      background: rgba(37, 99, 235, 0.1);
      color: #3B82F6; }
    .dps-service-card .dps-icon-badge.bg-accent-purple {
      background: rgba(124, 58, 237, 0.1);
      color: #A78BFA; }
    .dps-service-card .dps-icon-badge.bg-accent-teal {
      background: rgba(16, 185, 129, 0.1);
      color: #34D399; }
    .dps-service-card .dps-icon-badge.bg-accent-orange {
      background: rgba(249, 115, 22, 0.1);
      color: #FB923C; }
  .dps-service-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #F5F5F7; }
  .dps-service-card p {
    color: #9CA3AF;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px; }
  .dps-service-card .dps-arrow-link {
    color: #10B981;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem; }
    .dps-service-card .dps-arrow-link i {
      margin-left: 6px;
      transition: transform 0.2s; }
    .dps-service-card .dps-arrow-link:hover i {
      transform: translateX(4px); }

.dps-setbacks-section {
  padding: 100px 0;
  background-color: #0A0E1A !important; }

.dps-setback-card {
  background-color: #131826;
  border: 1px solid #1F2937;
  border-radius: 16px;
  padding: 32px;
  height: 100%;
  transition: transform 0.3s ease, border-color 0.3s ease; }
  .dps-setback-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.15); }
  .dps-setback-card h4 {
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: #F5F5F7;
    line-height: 1.4; }
  .dps-setback-card p {
    color: #9CA3AF;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0; }

.dps-trusted-section {
  background-color: #131826;
  border-top: 1px solid #1F2937;
  border-bottom: 1px solid #1F2937;
  padding: 60px 0; }
  .dps-trusted-section h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #F5F5F7;
    margin-bottom: 30px;
    text-align: center; }
  .dps-trusted-section .dps-logo-strip img {
    max-height: 50px;
    filter: grayscale(100%) brightness(200%);
    opacity: 0.7;
    transition: all 0.3s ease;
    margin: 0 20px; }
    .dps-trusted-section .dps-logo-strip img:hover {
      filter: grayscale(0%) brightness(100%);
      opacity: 1; }

.dps-cta-section {
  padding: 100px 0;
  background-color: #0A0E1A !important; }
  .dps-cta-section .dps-cta-card {
    background: radial-gradient(circle at top right, rgba(37, 99, 235, 0.2), transparent 50%), radial-gradient(circle at bottom left, rgba(124, 58, 237, 0.2), transparent 50%), #131826;
    border: 1px solid #1F2937;
    border-radius: 24px;
    padding: 60px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden; }
    .dps-cta-section .dps-cta-card::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: radial-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px);
      background-size: 20px 20px;
      pointer-events: none; }
    .dps-cta-section .dps-cta-card h2 {
      font-size: 2.5rem;
      font-weight: 700;
      color: #F5F5F7;
      margin-bottom: 16px;
      position: relative;
      z-index: 1; }
    .dps-cta-section .dps-cta-card p {
      font-size: 1.1rem;
      color: #9CA3AF;
      margin-bottom: 32px;
      position: relative;
      z-index: 1; }

.dps-footer {
  background-color: #0A0E1A !important;
  border-top: 1px solid #1F2937;
  color: #9CA3AF; }
  .dps-footer h5 {
    color: #F5F5F7;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 24px; }
  .dps-footer ul li {
    margin-bottom: 12px; }
  .dps-footer a {
    color: #9CA3AF;
    text-decoration: none;
    transition: color 0.3s ease; }
    .dps-footer a:hover {
      color: #2563EB; }
  .dps-footer .dps-social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #131826;
    border: 1px solid #1F2937;
    margin-right: 12px;
    color: #F5F5F7;
    transition: all 0.3s ease; }
    .dps-footer .dps-social-icons a:hover {
      background: linear-gradient(90deg, #2563EB, #10B981);
      border-color: transparent;
      color: #fff; }
  .dps-footer .dps-footer-bottom {
    background-color: #080B15;
    border-top: 1px solid #1F2937;
    font-size: 0.9rem; }

.dps-whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25D366;
  color: #FFF;
  border-radius: 50px;
  box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease; }
  .dps-whatsapp-float i {
    font-size: 34px; }
  .dps-whatsapp-float:hover {
    transform: scale(1.1);
    color: #fff; }

.bg-dark-surface {
  background-color: rgba(255, 255, 255, 0.02) !important; }

.hover-glow-blue:hover {
  box-shadow: 0 0 20px rgba(37, 99, 235, 0.4);
  border-color: rgba(37, 99, 235, 0.6) !important;
  transform: translateY(-2px); }

.hover-glow-green:hover {
  box-shadow: 0 0 20px rgba(16, 185, 129, 0.4);
  border-color: rgba(16, 185, 129, 0.6) !important;
  transform: translateY(-2px); }

.hover-glow-purple:hover {
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.4);
  border-color: rgba(168, 85, 247, 0.6) !important;
  transform: translateY(-2px); }

.dps-input {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #F5F5F7 !important;
  border-radius: 8px !important;
  padding: 12px 16px !important; }
  .dps-input:focus {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: #2563EB !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25) !important; }

.dps-hover-scale {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .dps-hover-scale:hover {
    transform: scale(1.05);
    z-index: 10; }

