:root {
  --dn-navy: #071522;
  --dn-blue: #10283b;
  --dn-blue-2: #163b56;
  --dn-gold: #f4b83f;
  --dn-gold-light: #ffe09a;
  --dn-bg: #f5f8fb;
  --dn-text: #172536;
  --dn-muted: #6d7b89;
  --dn-border: #e5ebf1;
  --dn-shadow: 0 20px 55px rgba(7, 21, 34, 0.1);
  --dn-radius: 24px;
}

.dn-hero {
  min-height: 640px;
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(
      90deg,
      rgba(7, 21, 34, 0.97) 0%,
      rgba(7, 21, 34, 0.88) 42%,
      rgba(7, 21, 34, 0.32) 78%,
      rgba(7, 21, 34, 0.5) 100%
    ),
    url("https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=2200&q=85")
      center/cover;
}
.dn-hero:after {
  content: "";
  position: absolute;
  inset: auto -10% -130px;
  height: 240px;
  background: #fff;
  border-radius: 50% 50% 0 0/40% 40% 0 0;
}
.dn-hero-content {
  position: relative;
  z-index: 2;
  padding: 115px 0 145px;
}
.dn-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dn-gold-light);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  margin-bottom: 18px;
}
.dn-kicker i {
  font-size: 16px;
}
.dn-hero h1 {
  max-width: 720px;
  font-size: clamp(42px, 5vw, 70px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -2.7px;
  margin: 0 0 23px;
}
.dn-hero h1 span {
  color: var(--dn-gold);
}
.dn-hero p {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.dn-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.dn-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 12px;
  padding: 12px 20px;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.05);
  transition: 0.25s ease;
}
.dn-outline:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.dn-floating-stats {
  position: absolute;
  right: 6%;
  bottom: 120px;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 285px;
}
.dn-stat {
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(7, 21, 34, 0.55);
  backdrop-filter: blur(14px);
}
.dn-stat strong {
  display: block;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
}
.dn-stat span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.dn-section {
  padding: 95px 0;
}
.dn-section-soft {
  background: var(--dn-bg);
}
.dn-heading {
  text-align: center;
  max-width: 730px;
  margin: 0 auto 52px;
}
.dn-heading .dn-mini {
  color: #a87811;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
.dn-heading h2 {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -1.6px;
  margin: 10px 0 14px;
}
.dn-heading p {
  color: var(--dn-muted);
  line-height: 1.8;
  margin: 0;
}

.dn-step-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--dn-border);
  border-radius: var(--dn-radius);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(7, 21, 34, 0.045);
  transition: 0.3s ease;
}
.dn-step-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--dn-shadow);
}
.dn-step-no {
  position: absolute;
  right: 20px;
  top: 14px;
  font-size: 64px;
  font-weight: 800;
  color: #f0f3f6;
  line-height: 1;
}
.dn-icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: #fff7df;
  color: #b17a0b;
  font-size: 26px;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.dn-step-card h3 {
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}
.dn-step-card p {
  font-size: 14px;
  color: var(--dn-muted);
  line-height: 1.75;
  margin: 0;
}
.dn-step-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #9a6b09;
  font-size: 13px;
  font-weight: 800;
  margin-top: 20px;
}

.dn-process {
  position: relative;
}
.dn-process:before {
  content: "";
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 48px;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #d9e0e6 12%,
    #d9e0e6 88%,
    transparent
  );
}
.dn-process .col-lg-3 {
  position: relative;
  z-index: 1;
}

.dn-visual {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  min-height: 540px;
  background: url("https://images.unsplash.com/photo-1542362567-b07e54358753?auto=format&fit=crop&w=1500&q=85")
    center/cover;
  box-shadow: var(--dn-shadow);
}
.dn-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(7, 21, 34, 0.03),
    rgba(7, 21, 34, 0.78)
  );
}
.dn-visual-card {
  position: absolute;
  z-index: 2;
  left: 28px;
  right: 28px;
  bottom: 28px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
}
.dn-visual-card .car-mini {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.dn-visual-card img {
  width: 100px;
  height: 68px;
  object-fit: cover;
  border-radius: 12px;
}
.dn-car-title {
  font-weight: 800;
  font-size: 16px;
}
.dn-car-meta {
  font-size: 12px;
  color: var(--dn-muted);
  margin-top: 4px;
}
.dn-price {
  font-weight: 800;
  color: #9a6b09;
  font-size: 17px;
  white-space: nowrap;
}

.dn-feature-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}
.dn-feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid var(--dn-border);
  border-radius: 17px;
  background: #fff;
  transition: 0.25s ease;
}
.dn-feature:hover {
  border-color: #ead18f;
  transform: translateX(4px);
}
.dn-feature i {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #fff7df;
  color: #a8730d;
}
.dn-feature strong {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}
.dn-feature span {
  font-size: 13px;
  color: var(--dn-muted);
  line-height: 1.6;
}

.dn-timeline {
  position: relative;
  max-width: 930px;
  margin: auto;
}
.dn-timeline:before {
  content: "";
  position: absolute;
  left: 26px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e5eaf0;
}
.dn-time-item {
  position: relative;
  padding-left: 78px;
  margin-bottom: 30px;
}
.dn-time-item:last-child {
  margin-bottom: 0;
}
.dn-time-dot {
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--dn-navy);
  color: var(--dn-gold);
  border: 6px solid #eef2f5;
  font-weight: 800;
  z-index: 2;
}
.dn-time-box {
  background: #fff;
  border: 1px solid var(--dn-border);
  border-radius: 20px;
  padding: 24px 26px;
  transition: 0.25s ease;
}
.dn-time-box:hover {
  transform: translateX(5px);
  box-shadow: 0 12px 30px rgba(7, 21, 34, 0.07);
}
.dn-time-box h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}
.dn-time-box p {
  font-size: 13px;
  color: var(--dn-muted);
  line-height: 1.75;
  margin: 0;
}

.dn-trust {
  background: var(--dn-navy);
  color: #fff;
  border-radius: 30px;
  padding: 58px 55px;
  position: relative;
  overflow: hidden;
}
.dn-trust:before {
  content: "";
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(244, 184, 63, 0.1);
  right: -90px;
  top: -150px;
}
.dn-trust h2 {
  font-size: 38px;
  font-weight: 800;
  letter-spacing: -1.3px;
  position: relative;
}
.dn-trust p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.8;
  max-width: 650px;
  position: relative;
}
.dn-trust-points {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 25px;
  position: relative;
}
.dn-trust-point {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
}
.dn-trust-point i {
  color: var(--dn-gold);
}

.dn-faq .accordion-item {
  border: 1px solid var(--dn-border) !important;
  border-radius: 15px !important;
  overflow: hidden;
  margin-bottom: 12px;
  background: #fff;
}
.dn-faq .accordion-button {
  font-weight: 700;
  padding: 19px 20px;
  box-shadow: none !important;
}
.dn-faq .accordion-button:not(.collapsed) {
  background: #fff9e9;
  color: #8c620b;
}
.dn-faq .accordion-body {
  color: var(--dn-muted);
  font-size: 14px;
  line-height: 1.8;
  padding: 0 20px 20px;
}

.dn-cta {
  margin: 0 0 80px;
  border-radius: 30px;
  padding: 70px 30px;
  text-align: center;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(7, 21, 34, 0.97), rgba(16, 40, 59, 0.92)),
    url("https://images.unsplash.com/photo-1511919884226-fd3cad34687c?auto=format&fit=crop&w=1800&q=80")
      center/cover;
  position: relative;
  overflow: hidden;
}
.dn-cta h2 {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 800;
  letter-spacing: -1.7px;
  position: relative;
}
.dn-cta p {
  color: rgba(255, 255, 255, 0.67);
  max-width: 650px;
  margin: 12px auto 27px;
  line-height: 1.8;
  position: relative;
}

footer {
  background: #06111b;
  color: #fff;
  padding: 55px 0 25px;
}
.dn-footer-title {
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 18px;
}
.dn-footer-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  line-height: 1.8;
}
.dn-footer-link {
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  margin: 9px 0;
  transition: 0.2s;
}
.dn-footer-link:hover {
  color: #fff;
}
.dn-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 35px;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
}

.dn-reveal {
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.75s ease,
    transform 0.75s ease;
}
.dn-reveal.show {
  opacity: 1;
  transform: none;
}
.dn-delay-1 {
  transition-delay: 0.08s;
}
.dn-delay-2 {
  transition-delay: 0.16s;
}
.dn-delay-3 {
  transition-delay: 0.24s;
}
.dn-delay-4 {
  transition-delay: 0.32s;
}

.dn-modal .modal-content {
  border: 0;
  border-radius: 22px;
  overflow: hidden;
}
.dn-modal .modal-header {
  background: var(--dn-navy);
  color: #fff;
  border: 0;
}
.dn-modal .btn-close {
  filter: invert(1);
}
.dn-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  background: var(--dn-navy);
  color: #fff;
  padding: 14px 17px;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  font-size: 13px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: 0.3s;
}
.dn-toast.show {
  opacity: 1;
  transform: none;
}

@media (max-width: 991.98px) {
  .dn-hero {
    min-height: 610px;
  }
  .dn-hero-content {
    padding: 90px 0 150px;
  }
  .dn-floating-stats {
    right: 5%;
    bottom: 105px;
    width: 250px;
  }
  .dn-process:before {
    display: none;
  }
  .dn-section {
    padding: 75px 0;
  }
}
@media (max-width: 767.98px) {
  .dn-hero h1 {
    letter-spacing: -1.7px;
  }
  .dn-hero p {
    font-size: 15px;
  }
  .dn-floating-stats {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 330px;
    margin-top: 40px;
  }
  .dn-hero:after {
    height: 110px;
    bottom: -75px;
  }
  .dn-hero-content {
    padding: 75px 0 100px;
  }
  .dn-trust {
    padding: 40px 25px;
  }
  .dn-trust h2 {
    font-size: 30px;
  }
  .dn-visual {
    min-height: 410px;
  }
  .dn-timeline:before {
    left: 21px;
  }
  .dn-time-item {
    padding-left: 62px;
  }
  .dn-time-dot {
    width: 44px;
    height: 44px;
    border-width: 5px;
    font-size: 13px;
  }
  .dn-cta {
    margin-bottom: 55px;
  }
}
