body {
  font-family: var(--font-dr-font);
  color: var(--dr-body);
  background: var(--dr-bg);
  margin: 0px;
}

.dr-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.dr-btn {
  display: inline-block;
  background: var(--dr-red);
  color: var(--dr-white);
  font-family: var(--font-dr-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  padding: 16px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 3px;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-image-source: none;
  border-image-slice: 100%;
  border-image-width: 1;
  border-image-outset: 0;
  border-image-repeat: stretch;
  cursor: pointer;
  transition-behavior: normal;
  transition-duration: 0.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: background;
}

.dr-btn:hover {
  background: var(--dr-red-d-1);
}

.dr-h2 {
  font-family: var(--font-dr-font);
  color: var(--dr-navy);
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0px 0px 20px;
  justify-self: center;
}

.dr-lead {
  font-size: 17px;
  line-height: 1.7;
  color: var(--dr-body);
  margin: 0px 0px 18px;
}

.dr-header {
  background: var(--dr-navy-deep);
  position: sticky;
  top: 0px;
  z-index: 50;
}

.dr-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 24px;
  column-gap: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.dr-nav-logo img {
  width: 170px;
  height: auto;
  display: block;
}

.dr-nav-links {
  display: flex;
  row-gap: 28px;
  column-gap: 28px;
  align-items: center;
}

@media (max-width: 900px) {
  .dr-nav-links {
  display: none;
  }
}

.dr-nav-links a {
  color: var(--dr-white);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  font-size: 15px;
  font-weight: 500;
}

.dr-nav-links a:hover {
  color: var(--dr-gold);
}

.dr-hero {
  background-image: linear-gradient(90deg, var(--dr-navy-deep-90) 35%, var(--dr-navy-deep-60)), url("https://deeproots.io/wp-content/uploads/2025/11/jan-zwarthoed-24C4MlZRqeI-unsplash-2.avif");
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  padding: 90px 0px 70px;
}

.dr-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  row-gap: 48px;
  column-gap: 48px;
  align-items: center;
}

@media (max-width: 900px) {
  .dr-hero-grid {
  grid-template-columns: 1fr;
  }
}

.dr-hero-title {
  font-family: var(--font-dr-font);
  color: var(--dr-white);
  font-size: clamp(34px, 5.5vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  margin: 0px 0px 22px;
}

.dr-gold-text {
  color: var(--dr-gold);
}

.dr-hero-sub {
  color: var(--dr-white-90);
  font-size: 18px;
  line-height: 1.65;
  margin: 0px 0px 30px;
  max-width: 480px;
}

.dr-hero-art img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  margin: 0px auto;
}

.dr-logoband {
  background: var(--dr-band);
  padding: 34px 0px;
}

.dr-rank {
  padding: 80px 0px;
}

.dr-rank-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  row-gap: 56px;
  column-gap: 56px;
  align-items: center;
}

@media (max-width: 900px) {
  .dr-rank-grid {
  grid-template-columns: 1fr;
  }
}

.dr-svc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 18px;
  column-gap: 18px;
}

@media (max-width: 900px) {
  .dr-svc-grid {
  grid-template-columns: 1fr;
  }
}

.dr-svc-card {
  background: var(--dr-navy);
  border-top-left-radius: 20px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 3px;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
}

.dr-svc-card img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.dr-svc-card h4 {
  color: var(--dr-white);
  font-family: var(--font-dr-font);
  font-size: 17px;
  font-weight: 600;
  margin: 0px;
  line-height: 1.3;
}

.dr-improve {
  background: var(--dr-band);
  padding: 80px 0px;
}

.dr-improve-head {
  text-align: center;
  max-width: 720px;
  margin: 0px auto 48px;
}

.dr-testimonial {
  background: var(--dr-white);
  border-top-left-radius: 20px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 3px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  row-gap: 36px;
  column-gap: 36px;
  align-items: center;
  margin-bottom: 32px;
}

@media (max-width: 900px) {
  .dr-testimonial {
  grid-template-columns: 1fr;
  }
}

.dr-ba-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 14px;
  column-gap: 14px;
}

.dr-ba-label {
  display: inline-block;
  background: var(--dr-navy);
  color: var(--dr-white);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-top-left-radius: 20px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 3px;
  margin-bottom: 10px;
}

.dr-ba-label--after {
  background: var(--dr-red);
}

.dr-ba-pair img {
  width: 100%;
  height: auto;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border: 1px solid var(--dr-band);
  display: block;
}

.dr-quote {
  font-size: 15px;
  line-height: 1.7;
  color: var(--dr-body);
  margin: 0px 0px 22px;
  font-style: italic;
}

.dr-attrib {
  display: flex;
  align-items: center;
  row-gap: 16px;
  column-gap: 16px;
  flex-wrap: wrap;
}

.dr-attrib-avatar {
  width: 56px;
  height: 56px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  object-fit: cover;
}

.dr-attrib-logo {
  height: 44px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
}

.dr-attrib-name {
  color: var(--dr-navy);
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
}

.dr-attrib-role {
  color: var(--dr-body-l-1);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 2px 0px 0px;
}

.dr-case-link {
  color: var(--dr-red);
  font-weight: 600;
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  font-size: 15px;
}

.dr-case-link:hover {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.dr-results {
  padding: 80px 0px;
}

.dr-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 56px;
  column-gap: 56px;
  align-items: center;
}

@media (max-width: 900px) {
  .dr-2col {
  grid-template-columns: 1fr;
  }
}

.dr-2col img {
  width: 100%;
  height: auto;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: 0 12px 40px var(--dr-navy-20);
  display: block;
}

.dr-list {
  margin: 0px 0px 26px;
  padding-left: 20px;
  color: var(--dr-body);
  font-size: 16px;
  line-height: 1.8;
}

.dr-teamwork {
  padding: 40px 0px 80px;
}

.dr-team {
  background: var(--dr-navy);
  padding: 80px 0px;
}

.dr-team-head {
  text-align: center;
  max-width: 680px;
  margin: 0px auto 48px;
}

.dr-team-head h2 {
  color: var(--dr-white);
}

.dr-team-head p {
  color: var(--dr-white-80);
}

.dr-team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 28px;
  column-gap: 24px;
}

@media (max-width: 900px) {
  .dr-team-grid {
  grid-template-columns: repeat(2, 1fr);
  }
}

.dr-team-card {
  text-align: center;
}

.dr-team-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 3px;
  display: block;
  margin-bottom: 14px;
}

.dr-team-name {
  color: var(--dr-white);
  font-weight: 700;
  font-size: 17px;
  margin: 0px;
}

.dr-team-role {
  color: var(--dr-gold);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 6px 0px 0px;
}

.dr-cta {
  padding: 90px 0px;
  text-align: center;
}

.dr-cta-kicker {
  color: var(--dr-navy);
  font-size: clamp(18px, 2.5vw, 24px);
  font-weight: 700;
  margin: 0px 0px 10px;
}

.dr-cta h2 {
  margin-bottom: 30px;
}

.dr-footer {
  background: var(--dr-band-l-2);
  border-top: 1px solid var(--dr-band);
  padding: 60px 0px 30px;
}

.dr-footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  row-gap: 48px;
  column-gap: 48px;
  align-items: start;
}

@media (max-width: 900px) {
  .dr-footer-grid {
  grid-template-columns: 1fr;
  }
}

.dr-footer-logo {
  width: 200px;
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.dr-footer p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--dr-body);
  margin: 0px 0px 6px;
}

.dr-footer a {
  color: var(--dr-red);
  text-decoration-line: none;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.dr-footer a:hover {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
}

.dr-footer-heading {
  color: var(--dr-navy);
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0px 14px;
}

.dr-news-form {
  display: flex;
  row-gap: 10px;
  column-gap: 10px;
}

.dr-news-input {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  padding: 13px 16px;
  font-size: 15px;
  font-family: var(--font-dr-font);
  border: 1px solid var(--dr-band-d-1);
  border-top-left-radius: 20px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 3px;
  background: var(--dr-white);
  color: var(--dr-body);
}

.dr-copyright {
  text-align: center;
  color: var(--dr-body-l-2);
  font-size: 13px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--dr-band);
}

.dr-marquee {
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex;
}

.dr-marquee-half {
  display: flex;
  align-items: center;
  row-gap: 56px;
  column-gap: 56px;
  padding-right: 56px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  animation-duration: 45s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: dr-marquee-scroll;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
}

@media (prefers-reduced-motion: reduce) {
  .dr-marquee-half {
  animation-duration: auto;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
  animation-play-state: running;
  animation-name: none;
  animation-timeline: auto;
  animation-range-start: normal;
  animation-range-end: normal;
  }
}

.dr-marquee-half img {
  height: 44px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  opacity: 0.85;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.dr-marquee:hover .dr-marquee-half {
  animation-play-state: paused;
}

@keyframes dr-marquee-scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-100%);
  }
}

.dr-standard-container {
  padding: 50px 15px;
}