/**
 * Bridge: DigiBox logo + Fantel chrome + DigiBox content sections
 */

html {
  overflow-x: clip;
}

body {
  overflow-x: clip;
  max-width: 100vw;
}

.rt-mobile-menu.is-open,
.rt-mobile-menu:not([hidden]) {
  display: block;
}

.rt-header--menu-open .rt-mobile-menu {
  display: block;
}

.rt-mobile-menu[hidden] {
  display: none !important;
}

.rt-home-page .db-atmosphere::before,
.rt-home-page .db-atmosphere::after {
  display: none !important;
}

.rt-header,
.rt-topbar,
.fh-hero,
.fh-hero-stats-wrap,
.rt-section--trust {
  font-family: Inter, system-ui, sans-serif;
}

/* DigiBox lockup — large, clear nav logo; compact bar */
.rt-brand-logo--nav .rt-brand-logo__img,
.rt-brand-logo--nav .db-brand-logo__img,
.db-brand-logo--nav .db-brand-logo__img {
  height: clamp(4.35rem, 6vw, 5.5rem);
  width: auto;
  max-width: min(24rem, 62vw);
  object-fit: contain;
  object-position: left center;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  filter: contrast(1.06) saturate(1.08);
}

.rt-header-main {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.rt-header-main__inner {
  min-height: 5.35rem !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  align-items: center;
}

.rt-header-brand {
  display: flex;
  align-items: center;
  max-height: 5.35rem;
}

.rt-header.is-scrolled .rt-header-main__inner {
  min-height: 4.65rem !important;
}

.rt-header.is-scrolled .rt-brand-logo--nav .db-brand-logo__img {
  height: clamp(3.65rem, 5vw, 4.55rem);
}

/* Footer lockup — smaller than nav */
.db-brand-logo--footer .db-brand-logo__img,
.rt-brand-logo--footer .db-brand-logo__img {
  height: 3.25rem;
  width: auto;
  max-width: 14rem;
  object-fit: contain;
  display: block;
  background: #fff;
  border-radius: 0.65rem;
  padding: 0.35rem 0.5rem;
}

.db-brand-logo--auth .db-brand-logo__img {
  height: 4.25rem;
  width: auto;
  max-width: 17rem;
  object-fit: contain;
  display: block;
}

.db-brand-logo--icon .db-brand-logo__img {
  height: 2.75rem;
  width: auto;
  max-width: 11rem;
  object-fit: contain;
}

.db-dash .db-brand-logo--icon .db-brand-logo__img,
.db-dash .db-logo .db-brand-logo__img {
  height: 2.85rem;
  max-width: 12rem;
}

/* Footer DigiBox brand accents */
.rt-footer {
  background: linear-gradient(180deg, #0D2C6B 0%, #0A2154 100%) !important;
}

.rt-footer a:hover {
  color: #F37021 !important;
}

.rt-footer-brand p {
  color: #94a3b8 !important;
}

.rt-footer-contact svg {
  color: #F37021 !important;
}

.rt-footer-newsletter__btn {
  background: linear-gradient(135deg, #F37021, #D34817) !important;
}

.rt-social a:hover {
  background: #F37021 !important;
  color: #fff !important;
}

.db-back-top {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 80;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #1A5CBF, #0D2C6B);
  color: #fff;
  box-shadow: 0 10px 28px rgba(13, 44, 107, 0.35);
  display: grid;
  place-items: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.db-back-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.db-back-top:hover {
  background: linear-gradient(135deg, #F37021, #D34817);
}

/* Hero CTA — DigiBox orange (logo) instead of Fantel cyan */
.fh-hero__btn--primary {
  background: linear-gradient(135deg, #F37021, #D34817) !important;
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(243, 112, 33, 0.35) !important;
}

.fh-hero__btn--primary:hover {
  filter: brightness(1.06);
  color: #fff !important;
}

.fh-hero__eyebrow,
.fh-hero__eyebrow-icon {
  color: #00AEEF !important;
}

.fh-hero__dot.is-active,
.fh-hero__progress-bar {
  background: #F37021 !important;
}

.rt-header-cta__slant,
.rt-header-cta {
  background: transparent !important;
}

.rt-header-cta__slant {
  display: none !important;
}

.rt-header-cta__btn {
  background: #F37021 !important;
  color: #fff !important;
  box-shadow: 0 2px 10px rgba(243, 112, 33, 0.35);
  border-radius: 0.55rem;
}

.rt-header-cta__btn:hover {
  background: #D34817 !important;
  color: #fff !important;
}

.rt-topbar {
  background: linear-gradient(90deg, #0D2C6B, #134A9E 55%, #1A5CBF) !important;
}

.rt-nav-link.is-active,
.rt-nav-link:hover {
  color: #1A5CBF !important;
}

.rt-header--tiered .rt-nav-link.is-active::after {
  background: #F37021 !important;
}

/* Persistent current-page highlight (desktop + mobile) */
.rt-header--tiered .rt-nav .rt-nav-link.is-active,
.rt-header--tiered .rt-nav .rt-nav-link[aria-current="page"] {
  color: #0D2C6B !important;
  background: rgba(243, 112, 33, 0.14) !important;
  font-weight: 700 !important;
  opacity: 1 !important;
}

.rt-header--tiered .rt-nav .rt-nav-link.is-active::after,
.rt-header--tiered .rt-nav .rt-nav-link[aria-current="page"]::after {
  content: '';
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.2rem;
  height: 3px;
  border-radius: 9999px;
  background: #F37021 !important;
}

.rt-mobile-nav-link.is-active,
.rt-mobile-nav-link[aria-current="page"] {
  color: #0D2C6B !important;
  background: rgba(243, 112, 33, 0.12) !important;
  font-weight: 700 !important;
  border-left: 3px solid #F37021;
  padding-left: calc(1rem - 3px);
}

/* —— Nav: size, motion, breathe, smooth scroll chrome —— */
html {
  scroll-behavior: smooth;
}

.rt-header {
  transition: box-shadow 0.35s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), backdrop-filter 0.35s ease;
}

.rt-header.is-scrolled {
  box-shadow: 0 12px 36px rgba(13, 44, 107, 0.12);
}

.rt-header.is-scrolled .rt-header-main {
  backdrop-filter: blur(10px);
}

.rt-header.is-scrolled .rt-brand-logo--nav .db-brand-logo__img {
  transition: height 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.rt-brand-logo--nav .db-brand-logo__img,
.rt-brand-logo--nav .rt-brand-logo__img,
.rt-header-brand .db-brand-logo__img {
  transform-origin: center left;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.rt-brand-logo--nav:hover .db-brand-logo__img {
  transform: scale(1.04);
}

.rt-nav-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.42rem 1rem;
  margin-left: 0.35rem;
  border: 1.5px solid #1A5CBF;
  border-radius: 999px;
  color: #1A5CBF !important;
  font-size: 0.88rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  background: transparent;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.rt-nav-login:hover,
.rt-nav-login.is-active {
  background: #1A5CBF;
  color: #fff !important;
  border-color: #1A5CBF;
  box-shadow: 0 6px 16px rgba(26, 92, 191, 0.28);
}

.rt-header-utils {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

/* Smaller hero slider CTAs */
.fh-hero__btn {
  padding: 0.62rem 1.25rem !important;
  font-size: 0.8125rem !important;
  gap: 0.4rem !important;
}

.fh-hero__btn svg {
  width: 15px;
  height: 15px;
}

.fh-hero__actions {
  gap: 0.65rem !important;
}

.rt-nav .rt-nav-link {
  font-size: 0.98rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  opacity: 1;
  position: relative;
  animation: dbNavLinkIn 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: calc(0.05s + (var(--nav-i, 0) * 0.05s));
  transition:
    color 0.28s ease,
    background 0.28s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.28s ease !important;
}

.rt-nav .rt-nav-link::before {
  background: linear-gradient(90deg, #1A5CBF, #F37021) !important;
  height: 2.5px !important;
  bottom: 0.28rem !important;
}

.rt-nav .rt-nav-link:hover {
  transform: translateY(-2px) !important;
  background: rgba(26, 92, 191, 0.08) !important;
  box-shadow: 0 8px 18px rgba(13, 44, 107, 0.08);
}

.rt-nav .rt-nav-link.is-active {
  color: #0D2C6B !important;
  background: rgba(243, 112, 33, 0.14) !important;
  opacity: 1 !important;
  animation: dbNavBreathe 3.2s ease-in-out infinite;
}

.rt-nav .rt-nav-link.is-active:hover {
  transform: translateY(-2px) scale(1.02) !important;
}

.rt-header-cta__btn {
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.25s ease, box-shadow 0.3s ease !important;
  animation: dbCtaBreathe 3.6s ease-in-out infinite;
}

.rt-header-cta__btn:hover {
  transform: translateY(-2px) scale(1.03) !important;
  box-shadow: 0 8px 22px rgba(243, 112, 33, 0.4) !important;
}

.rt-topbar__social-link {
  transition: transform 0.25s ease, color 0.25s ease, background 0.25s ease;
}

.rt-topbar__social-link:hover {
  transform: translateY(-2px) scale(1.12);
  color: #F37021 !important;
}

.rt-mobile-nav-link {
  font-size: 1.05rem !important;
  font-weight: 600;
  transition: color 0.25s ease, padding-left 0.3s ease, background 0.25s ease;
}

.rt-mobile-nav-link:hover {
  color: #F37021 !important;
  padding-left: 0.65rem;
  background: rgba(26, 92, 191, 0.06);
}

@keyframes dbNavLinkIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes dbNavBreathe {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(243, 112, 33, 0);
  }
  50% {
    box-shadow: 0 0 0 6px rgba(243, 112, 33, 0.08);
  }
}

@keyframes dbCtaBreathe {
  0%, 100% {
    box-shadow: 0 2px 10px rgba(243, 112, 33, 0.28);
  }
  50% {
    box-shadow: 0 4px 18px rgba(243, 112, 33, 0.42);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .rt-nav .rt-nav-link,
  .rt-header-cta__btn {
    animation: none !important;
    opacity: 1 !important;
  }

  .rt-nav .rt-nav-link:hover,
  .rt-header-cta__btn:hover {
    transform: none !important;
  }
}

.rt-btn-primary {
  background: #F37021 !important;
  box-shadow: 0 2px 8px rgba(243, 112, 33, 0.28) !important;
}

.rt-btn-primary:hover {
  background: #D34817 !important;
}

.fh-hero__stat-value {
  color: #0D2C6B !important;
}

/* —— Corporate homepage sections —— */
.db-corp-intro__split {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3.25rem);
  align-items: center;
}

@media (min-width: 900px) {
  .db-corp-intro__split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  }
}

.db-corp-intro__media {
  margin: 0;
  position: relative;
  border-radius: 1.35rem;
  overflow: hidden;
  box-shadow: 0 22px 48px rgba(13, 44, 107, 0.18);
  aspect-ratio: 4 / 3;
  background: linear-gradient(145deg, #0D2C6B, #1A5CBF);
}

.db-corp-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.db-corp-intro__badge {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.65rem 0.95rem;
  border-radius: 999px;
  background: rgba(13, 44, 107, 0.88);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.db-corp-intro__badge i {
  color: #fff;
}

/* Home page section icons — white glyphs on DigiBox navy tiles */
.rt-home-page .db-corp-pillar__icon,
.rt-home-page .db-cap-bento__icon,
.rt-home-page .db-corp-process__icon,
.rt-home-page .db-corp-ind__icon,
.rt-home-page .db-icon-tile {
  color: #fff !important;
  background: linear-gradient(145deg, #0D2C6B, #1A5CBF) !important;
  box-shadow: 0 8px 18px rgba(13, 44, 107, 0.18);
}

.rt-home-page .db-corp-pillar__icon i,
.rt-home-page .db-cap-bento__icon i,
.rt-home-page .db-corp-process__icon i,
.rt-home-page .db-corp-ind__icon i,
.rt-home-page .db-icon-tile i {
  color: #fff !important;
}

.rt-home-page .db-cap-bento__card--lead .db-cap-bento__icon {
  background: rgba(255, 255, 255, 0.16) !important;
  color: #fff !important;
}

.rt-home-page .db-process-marquee__card:hover .db-corp-process__icon {
  background: linear-gradient(145deg, #134A9E, #1A5CBF) !important;
  color: #fff !important;
}

.db-corp-intro__copy h2 {
  margin-bottom: 0.85rem;
}

.db-corp-lead {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 48ch;
}

.db-corp-pillars--stacked {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.6rem;
}

.db-corp-pillar {
  display: grid;
  grid-template-columns: 3rem 1fr;
  column-gap: 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(13, 44, 107, 0.08);
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.db-corp-pillar:hover {
  transform: translateY(-2px);
  border-color: rgba(26, 92, 191, 0.28);
  box-shadow: 0 10px 24px rgba(13, 44, 107, 0.08);
}

.db-corp-pillar__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(145deg, #0D2C6B, #1A5CBF);
  color: #fff;
  font-size: 1.05rem;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(13, 44, 107, 0.18);
}

.db-corp-pillar__icon i {
  display: block;
  line-height: 1;
}

.db-corp-pillar__body {
  min-width: 0;
}

.db-corp-pillar strong {
  display: block;
  color: #0D2C6B;
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
  line-height: 1.3;
}

.db-corp-pillar span,
.db-corp-pillar__body span {
  display: block;
  color: #5b6b86;
  font-size: 0.9rem;
  line-height: 1.5;
}

.db-corp-intro__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.db-media-card__visual {
  overflow: hidden;
}

.db-media-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.db-media-card:hover .db-media-card__visual img {
  transform: scale(1.05);
}

.db-corp-cap-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .db-corp-cap-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .db-corp-cap-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.db-corp-cap {
  padding: 1.35rem 1.25rem;
  border-radius: 1rem;
  border: 1px solid rgba(13, 44, 107, 0.08);
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.db-corp-cap:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(13, 44, 107, 0.1);
  border-color: rgba(243, 112, 33, 0.35);
}

.db-corp-cap__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(26, 92, 191, 0.12), rgba(0, 174, 239, 0.12));
  color: #1A5CBF;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.db-corp-cap h3 {
  font-size: 1.05rem;
  color: #0D2C6B;
  margin: 0 0 0.5rem;
}

.db-corp-cap p {
  margin: 0;
  color: #5b6b86;
  font-size: 0.92rem;
  line-height: 1.55;
}

/* Capabilities showcase redesign */
.db-cap-showcase {
  padding: clamp(3.5rem, 7vw, 5.5rem) 0;
  background:
    radial-gradient(ellipse at 10% 0%, rgba(0, 174, 239, 0.08), transparent 40%),
    radial-gradient(ellipse at 90% 100%, rgba(243, 112, 33, 0.08), transparent 42%),
    linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
}

.db-cap-showcase__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem 1.5rem;
  margin-bottom: 2.25rem;
}

.db-cap-showcase__head h2 {
  margin: 0.35rem 0 0.65rem;
  max-width: 18ch;
  color: #0D2C6B;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem);
  letter-spacing: -0.02em;
}

.db-cap-showcase__head .db-muted {
  margin: 0;
  max-width: 42rem;
}

.db-cap-bento {
  display: grid;
  gap: 1.1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 720px) {
  .db-cap-bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1100px) {
  .db-cap-bento {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1.15rem;
  }

  .db-cap-bento__card {
    grid-column: span 4;
  }

  .db-cap-bento__card--lead {
    grid-column: span 8;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto 1fr;
    column-gap: 1.5rem;
    align-content: start;
    background:
      radial-gradient(ellipse at 100% 0%, rgba(0, 174, 239, 0.14), transparent 46%),
      linear-gradient(145deg, #0D2C6B 0%, #1A5CBF 58%, #0A2154 100%);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 22px 48px rgba(13, 44, 107, 0.28);
    min-height: 17rem;
  }

  .db-cap-bento__card--lead .db-cap-bento__meta {
    grid-row: 1 / span 3;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.35rem;
  }

  .db-cap-bento__card--lead h3,
  .db-cap-bento__card--lead p {
    color: #fff;
  }

  .db-cap-bento__card--lead p {
    color: rgba(255, 255, 255, 0.84);
    max-width: 36rem;
  }

  .db-cap-bento__card--lead .db-cap-bento__index {
    color: #00AEEF;
    font-size: 2.15rem;
  }

  .db-cap-bento__card--lead .db-cap-bento__icon {
    width: 4.75rem;
    height: 4.75rem;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 1.85rem;
  }

  .db-cap-bento__card--lead .db-cap-bento__points li {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
  }
}

.db-cap-bento__card {
  position: relative;
  padding: 1.45rem 1.35rem 1.5rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
  box-shadow: 0 10px 28px rgba(13, 44, 107, 0.05);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}

.db-cap-bento__card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #1A5CBF, #F37021);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.db-cap-bento__card:hover {
  transform: translateY(-4px);
  border-color: rgba(243, 112, 33, 0.28);
  box-shadow: 0 18px 40px rgba(13, 44, 107, 0.12);
}

.db-cap-bento__card:hover::before {
  opacity: 1;
}

.db-cap-bento__card--lead::before {
  display: none;
}

.db-cap-bento__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}

.db-cap-bento__index {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #F37021;
  line-height: 1;
}

.db-cap-bento__icon {
  width: 3.85rem;
  height: 3.85rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(26, 92, 191, 0.14), rgba(243, 112, 33, 0.12));
  color: #1A5CBF;
  font-size: 1.45rem;
  line-height: 1;
  flex-shrink: 0;
}

.db-cap-bento__icon i {
  font-size: 1.45rem;
  line-height: 1;
  display: block;
}

.db-cap-bento__card h3 {
  margin: 0 0 0.55rem;
  color: #0D2C6B;
  font-size: 1.12rem;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.db-cap-bento__card--lead h3 {
  font-size: clamp(1.25rem, 2vw, 1.55rem);
}

.db-cap-bento__card p {
  margin: 0;
  color: #5b6b86;
  font-size: 0.94rem;
  line-height: 1.6;
}

.db-cap-bento__points {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.db-cap-bento__points li {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(13, 44, 107, 0.06);
  color: #0D2C6B;
  font-size: 0.78rem;
  font-weight: 600;
}

.db-corp-process {
  background: linear-gradient(180deg, #f5f8fc 0%, #fff 100%);
  overflow: hidden;
}

.db-corp-process .db-section-head {
  margin-bottom: 2rem;
}

.db-corp-process__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .db-corp-process__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 0.75rem;
  }
}

.db-corp-process__item {
  padding: 1.25rem 1rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
}

.db-corp-process__icon {
  width: 3.15rem;
  height: 3.15rem;
  border-radius: 0.85rem;
  display: grid;
  place-items: center;
  background: rgba(243, 112, 33, 0.12);
  color: #F37021;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  transition: transform 0.35s ease, background 0.35s ease;
}

.db-corp-process__icon i {
  font-size: 1.25rem;
  line-height: 1;
}

.db-corp-process__num {
  display: block;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #F37021;
  margin-bottom: 0.45rem;
}

.db-corp-process__item h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: #0D2C6B;
}

.db-corp-process__item p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #5b6b86;
}

/* Process marquee — slow right → left */
.db-process-marquee {
  overflow: hidden;
  width: 100%;
  padding: 0.35rem 0 0.75rem;
  mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
}

.db-process-marquee__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: dbProcessMarquee 55s linear infinite;
}

.db-process-marquee:hover .db-process-marquee__track {
  animation-play-state: paused;
}

.db-process-marquee__group {
  list-style: none;
  margin: 0;
  padding: 0 0.75rem 0 0;
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}

.db-process-marquee__card {
  flex: 0 0 17.5rem;
  width: 17.5rem;
  min-height: 13.5rem;
  box-shadow: 0 12px 30px rgba(13, 44, 107, 0.07);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.db-process-marquee__card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(243, 112, 33, 0.35);
  box-shadow: 0 18px 40px rgba(13, 44, 107, 0.14);
}

.db-process-marquee__card:hover .db-corp-process__icon {
  transform: scale(1.08) rotate(-4deg);
  background: rgba(26, 92, 191, 0.12);
  color: #1A5CBF;
}

@keyframes dbProcessMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .db-process-marquee__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    max-width: 72rem;
    margin: 0 auto;
    padding: 0 1.25rem;
  }

  .db-process-marquee__group[aria-hidden="true"] {
    display: none;
  }

  .db-process-marquee {
    mask-image: none;
    -webkit-mask-image: none;
  }

  .db-process-marquee__group {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
}

.db-corp-ind-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .db-corp-ind-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .db-corp-ind-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.db-corp-ind {
  padding: 1.25rem 1.15rem;
  border-left: 3px solid #F37021;
  background: linear-gradient(90deg, rgba(13, 44, 107, 0.04), transparent);
}

.db-corp-ind__icon {
  display: inline-grid;
  place-items: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  background: rgba(26, 92, 191, 0.1);
  color: #1A5CBF;
  margin-bottom: 0.7rem;
}

.db-corp-ind h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  color: #0D2C6B;
}

.db-corp-ind p {
  margin: 0;
  font-size: 0.9rem;
  color: #5b6b86;
  line-height: 1.5;
}

.db-corp-cta__panel {
  padding: clamp(1.75rem, 4vw, 3rem);
  text-align: center;
  border-radius: 1.35rem;
  background:
    radial-gradient(ellipse at 20% 0%, rgba(0, 174, 239, 0.18), transparent 45%),
    radial-gradient(ellipse at 80% 100%, rgba(243, 112, 33, 0.16), transparent 40%),
    linear-gradient(145deg, #0D2C6B, #1A5CBF 55%, #0A2154);
  color: #fff;
  box-shadow: 0 22px 48px rgba(13, 44, 107, 0.28);
}

.db-corp-cta__panel .db-eyebrow {
  color: #00AEEF;
}

.db-corp-cta__panel h2 {
  color: #fff;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  margin: 0.35rem 0 0.75rem;
}

.db-corp-cta__panel .db-muted {
  color: rgba(255, 255, 255, 0.78);
  max-width: 48ch;
  margin: 0 auto 1.5rem;
}

.db-corp-cta__panel .db-btn--secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

.db-corp-cta__panel .db-btn--secondary:hover {
  background: #fff;
  color: #0D2C6B;
  border-color: #fff;
}

.rt-footer-rc {
  font-weight: 700;
  color: #fff;
  opacity: 0.9;
}

.rt-footer-quicklinks {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.15rem;
}

.rt-footer-quicklinks a {
  font-size: 0.9rem;
  font-weight: 600;
}

.rt-testimonials-accent {
  background: linear-gradient(90deg, #1A5CBF, #F37021) !important;
}

.rt-tcard--orange {
  border-left-color: #F37021 !important;
}

.rt-tcard--blue {
  border-left-color: #1A5CBF !important;
}

/* —— Full-bleed Join / Next-step CTA (Evergreen-style) —— */
.db-join-cta {
  position: relative;
  isolation: isolate;
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  background-image: var(--db-join-cta-img);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

.db-footer-accent {
  height: 8px;
  width: 100%;
  background: #F37021;
  display: block;
}

/* DigiBox About-style page heroes */
.fh-page-hero::before {
  background: linear-gradient(
    120deg,
    rgba(13, 44, 107, 0.94) 0%,
    rgba(26, 92, 191, 0.84) 48%,
    rgba(0, 174, 239, 0.52) 100%
  ) !important;
}

.fh-page-hero__breadcrumb span[aria-current] {
  color: #F37021 !important;
}

.fh-page-hero__actions {
  margin-top: 1.5rem;
}

.fh-page-hero .db-gradient-text {
  background: linear-gradient(90deg, #ffffff 0%, #5BCFF5 55%, #F37021 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.db-contact-submit {
  width: auto !important;
  min-width: 10.5rem;
  padding-inline: 1.35rem !important;
}

/* Space after page heroes on all non-home public pages */
.db-page > .fh-page-hero + *,
.db-page > .db-svc-hero + * {
  margin-top: clamp(2.75rem, 5.5vw, 4.5rem) !important;
}

.db-page > .fh-page-hero + .about-story {
  padding-top: clamp(2.5rem, 5vw, 3.75rem);
}

/* Contact — modern layout */
.db-contact {
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background:
    radial-gradient(ellipse at 0% 0%, rgba(0, 174, 239, 0.06), transparent 42%),
    linear-gradient(180deg, #f5f8fc 0%, #ffffff 55%);
}

.db-contact__grid {
  display: grid;
  gap: clamp(1.5rem, 3vw, 2.25rem);
  align-items: start;
}

@media (min-width: 960px) {
  .db-contact__grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.18fr);
    gap: 2.5rem;
  }
}

.db-contact__panel,
.db-contact__form {
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
  border-radius: 1.25rem;
  box-shadow: 0 14px 36px rgba(13, 44, 107, 0.06);
}

.db-contact__panel {
  padding: clamp(1.5rem, 3vw, 2rem);
}

.db-contact__form {
  padding: clamp(1.5rem, 3vw, 2.15rem);
}

.db-contact__eyebrow {
  margin: 0 0 0.45rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F37021;
}

.db-contact__title {
  margin: 0 0 0.55rem;
  color: #0D2C6B;
  font-size: clamp(1.35rem, 2.4vw, 1.7rem);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.db-contact__lead {
  margin: 0 0 1.5rem;
  color: #5b6b86;
  font-size: 0.95rem;
  line-height: 1.65;
}

.db-contact__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.db-contact__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  background: #f5f8fc;
  border: 1px solid rgba(13, 44, 107, 0.06);
}

.db-contact__icon {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, rgba(26, 92, 191, 0.12), rgba(0, 174, 239, 0.1));
  color: #1A5CBF;
  flex-shrink: 0;
}

.db-contact__label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8aa3;
}

.db-contact__item a,
.db-contact__value {
  color: #0D2C6B;
  font-weight: 600;
  font-size: 0.98rem;
  text-decoration: none;
  word-break: break-word;
}

.db-contact__item a:hover {
  color: #F37021;
}

.db-contact__map {
  margin-top: 1.15rem;
  border-radius: 1.15rem;
  overflow: hidden;
  border: 1px solid rgba(13, 44, 107, 0.08);
  box-shadow: 0 10px 28px rgba(13, 44, 107, 0.05);
  min-height: 220px;
  background: #eef3f9;
}

.db-contact__map iframe {
  display: block;
  width: 100%;
}

.db-contact__fields {
  display: grid;
  gap: 0.15rem 1rem;
  margin-bottom: 0.35rem;
}

.db-contact__row {
  display: grid;
  gap: 0 1rem;
}

@media (min-width: 640px) {
  .db-contact__row {
    grid-template-columns: 1fr 1fr;
  }
}

.db-contact__form .db-field {
  margin-bottom: 1rem;
}

.db-contact__form .db-textarea {
  min-height: 8.5rem;
  resize: vertical;
}

.db-contact-faq {
  padding: 0 0 clamp(3rem, 6vw, 5rem);
}

.db-contact-faq__inner {
  max-width: 820px;
}

.db-join-cta__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(135deg, rgba(13, 44, 107, 0.88) 0%, rgba(26, 92, 191, 0.78) 55%, rgba(10, 33, 84, 0.9) 100%);
}

.db-join-cta__inner {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin: 0 auto;
}

.db-join-cta__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00AEEF;
}

.db-join-cta h2 {
  margin: 0 0 0.85rem;
  color: #fff;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.db-join-cta p {
  margin: 0 auto 1.75rem;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.05rem;
  line-height: 1.65;
}

.db-join-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.db-join-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.7rem 1.25rem;
  border-radius: 0.65rem;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
  background: transparent;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.db-join-cta__btn:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
  color: #fff;
}

.db-join-cta__btn--primary {
  border-color: transparent;
  background: linear-gradient(135deg, #F37021, #D34817);
  box-shadow: 0 10px 24px rgba(243, 112, 33, 0.35);
}

.db-join-cta__btn--primary:hover {
  background: linear-gradient(135deg, #ff7f33, #F37021);
  border-color: transparent;
}

/* —— About page (Evergreen-inspired structure) —— */
.db-btn--ghost-light {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.75);
}

.db-btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  border-color: #fff;
}

.db-about-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(4.5rem, 10vw, 7rem) 0 clamp(3.5rem, 7vw, 5rem);
  color: #fff;
  overflow: hidden;
}

.db-about-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(120deg, rgba(13, 44, 107, 0.92) 0%, rgba(26, 92, 191, 0.78) 50%, rgba(10, 33, 84, 0.88) 100%),
    var(--db-about-hero-img);
  background-size: cover;
  background-position: center;
}

.db-about-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 46rem;
}

.db-about-hero__eyebrow {
  margin: 0 0 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #00AEEF;
}

.db-about-hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.12;
  color: #fff;
}

.db-about-hero__lead {
  margin: 0 0 1.75rem;
  max-width: 40rem;
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
}

.db-about-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.db-about-story__grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: start;
}

@media (min-width: 900px) {
  .db-about-story__grid {
    grid-template-columns: 1.35fr 0.9fr;
  }
}

.db-about-story h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  color: #0D2C6B;
}

.db-about-story p {
  color: #5b6b86;
  line-height: 1.7;
  margin: 0 0 1rem;
}

.db-about-meta {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.db-about-meta li {
  padding: 0.85rem 1rem;
  border-radius: 0.85rem;
  background: rgba(26, 92, 191, 0.06);
  border-left: 3px solid #F37021;
  color: #334155;
  font-size: 0.95rem;
  line-height: 1.5;
}

.db-about-meta strong {
  color: #0D2C6B;
}

.db-about-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.db-about-stats__item {
  padding: 1.25rem 1.1rem;
  border-radius: 1rem;
  background: linear-gradient(160deg, #0D2C6B, #1A5CBF);
  color: #fff;
  box-shadow: 0 14px 32px rgba(13, 44, 107, 0.18);
}

.db-about-stats__item strong {
  display: block;
  font-size: clamp(1.5rem, 3vw, 1.9rem);
  font-weight: 800;
  margin-bottom: 0.35rem;
  color: #fff;
}

.db-about-stats__item span {
  display: block;
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.82);
}

.db-about-mission-media__panel {
  position: relative;
  isolation: isolate;
  min-height: clamp(18rem, 42vw, 24rem);
  border-radius: 1.35rem;
  overflow: hidden;
  background-image:
    linear-gradient(100deg, rgba(13, 44, 107, 0.92) 0%, rgba(13, 44, 107, 0.55) 45%, rgba(13, 44, 107, 0.25) 100%),
    var(--db-mission-img);
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  padding: clamp(1.5rem, 4vw, 2.75rem);
  box-shadow: 0 22px 48px rgba(13, 44, 107, 0.18);
}

.db-about-mission-media__copy {
  max-width: 28rem;
  color: #fff;
}

.db-about-mission-media__copy .db-eyebrow {
  color: #00AEEF;
}

.db-about-mission-media__copy h2 {
  color: #fff;
  margin: 0.35rem 0 0.75rem;
}

.db-about-mission-media__copy p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 1.15rem;
  line-height: 1.6;
}

.db-about-foundation__grid {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .db-about-foundation__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.db-about-foundation__card {
  padding: 1.5rem 1.35rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(13, 44, 107, 0.08);
  background: #fff;
  box-shadow: 0 10px 28px rgba(13, 44, 107, 0.05);
}

.db-about-foundation__icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(26, 92, 191, 0.12), rgba(243, 112, 33, 0.12));
  color: #1A5CBF;
  margin-bottom: 1rem;
}

.db-about-foundation__card h3 {
  margin: 0 0 0.65rem;
  color: #0D2C6B;
  font-size: 1.15rem;
}

.db-about-foundation__card p {
  margin: 0;
  color: #5b6b86;
  line-height: 1.65;
}

.db-about-values__title {
  margin: 0 0 1.25rem;
  text-align: center;
  color: #0D2C6B;
  font-size: 1.25rem;
}

.db-about-values__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .db-about-values__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .db-about-values__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.db-about-values__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  padding: 1rem 1.05rem;
  border-radius: 0.95rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.db-about-values__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(13, 44, 107, 0.08);
}

.db-about-values__icon {
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 0.7rem;
  display: grid;
  place-items: center;
  background: rgba(243, 112, 33, 0.12);
  color: #F37021;
}

.db-about-values__item strong {
  display: block;
  color: #0D2C6B;
  margin-bottom: 0.25rem;
}

.db-about-values__item p {
  margin: 0;
  color: #5b6b86;
  font-size: 0.9rem;
  line-height: 1.5;
}

.db-about-team__grid,
.db-about-board__grid {
  display: grid;
  gap: 1.15rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .db-about-team__grid,
  .db-about-board__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .db-about-team__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .db-about-board__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.db-about-team__card,
.db-about-board__card {
  text-align: center;
  padding: 1.5rem 1.15rem;
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.db-about-team__card:hover,
.db-about-board__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(13, 44, 107, 0.1);
}

.db-about-team__avatar,
.db-about-board__avatar {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 1.15rem;
  color: #fff;
  background: linear-gradient(135deg, #0D2C6B, #1A5CBF);
}

.db-about-board__avatar {
  background: linear-gradient(135deg, #1A5CBF, #F37021);
}

.db-about-team__card h3,
.db-about-board__card h3 {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  color: #0D2C6B;
}

.db-about-team__role,
.db-about-board__role {
  margin: 0 0 0.55rem;
  color: #F37021;
  font-size: 0.88rem;
  font-weight: 600;
}

.db-about-team__bio,
.db-about-board__cred {
  margin: 0;
  color: #5b6b86;
  font-size: 0.88rem;
  line-height: 1.5;
}

.db-about-resources {
  background: linear-gradient(180deg, #f5f8fc 0%, #fff 100%);
}

.db-about-resources__grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 768px) {
  .db-about-resources__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.db-about-resources__card {
  padding: 1.4rem 1.25rem;
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  box-shadow: 0 10px 28px rgba(13, 44, 107, 0.05);
}

.db-about-resources__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1A5CBF;
}

.db-about-resources__status {
  display: inline-flex;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: rgba(243, 112, 33, 0.12);
  color: #D34817;
  font-size: 0.75rem;
  font-weight: 700;
}

.db-about-resources__card h3 {
  margin: 0;
  color: #0D2C6B;
  font-size: 1.05rem;
}

.db-about-resources__card p {
  margin: 0;
  color: #5b6b86;
  font-size: 0.92rem;
  line-height: 1.55;
  flex: 1;
}

.db-about-page .db-section-head--center .db-muted {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

/* —— Fantel-parity About extras (team layout + org chart) —— */
.fh-team {
  position: relative;
  overflow: hidden;
  padding: 5rem 1.25rem;
  background: linear-gradient(160deg, #f5f8fc 0%, #fff 45%, #f5f8fc 100%);
}

.fh-team__glow {
  position: absolute;
  width: 24rem;
  height: 24rem;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}

.fh-team__glow--a {
  top: 0;
  right: 0;
  transform: translate(40%, -40%);
  background: rgba(26, 92, 191, 0.12);
  animation: teamPulseSlow 4s ease-in-out infinite;
}

.fh-team__glow--b {
  bottom: 0;
  left: 0;
  transform: translate(-40%, 40%);
  background: rgba(243, 112, 33, 0.1);
  animation: teamPulseSlow 4s ease-in-out infinite;
  animation-delay: 1s;
}

.fh-team__wrap {
  position: relative;
  z-index: 1;
  max-width: 80rem;
  margin: 0 auto;
}

.fh-team__head {
  text-align: center;
  margin-bottom: 3.5rem;
}

.fh-team__title {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
}

.fh-team__rule {
  width: 8rem;
  height: 0.35rem;
  margin: 0 auto 1.25rem;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #F37021, transparent);
}

.fh-team__subtitle {
  margin: 0 auto;
  max-width: 36rem;
  color: #64748b;
  font-size: 1.15rem;
  line-height: 1.6;
}

.fh-team__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .fh-team__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .fh-team__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.fh-team__card {
  position: relative;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 16px 40px rgba(13, 44, 107, 0.1);
  overflow: hidden;
}

.fh-team__card-border {
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  border: 2px solid transparent;
  pointer-events: none;
}

.fh-team__card-body {
  position: relative;
  padding: 2rem 1.75rem;
}

.fh-team__photo-wrap {
  position: relative;
  width: 9rem;
  height: 9rem;
  margin: 0 auto 1.5rem;
}

.fh-team__photo-glow {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0;
  transform: scale(1.35);
  transition: opacity 0.45s ease;
}

.fh-team__card:hover .fh-team__photo-glow {
  opacity: 0.4;
}

.fh-team__photo {
  position: relative;
  width: 9rem;
  height: 9rem;
  border-radius: 999px;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 12px 28px rgba(13, 44, 107, 0.18);
  display: block;
  transition: transform 0.45s ease;
}

.fh-team__card:hover .fh-team__photo {
  transform: scale(1.08) rotate(3deg);
}

.fh-team__photo.is-hidden {
  display: none;
}

.fh-team__photo-fallback {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  display: none;
  place-items: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  border: 4px solid #fff;
  box-shadow: 0 12px 28px rgba(13, 44, 107, 0.18);
}

.fh-team__photo-fallback.is-shown {
  display: grid;
}

.fh-team__badge {
  position: absolute;
  right: -0.35rem;
  bottom: -0.35rem;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #fff;
  border: 4px solid #fff;
  box-shadow: 0 8px 18px rgba(13, 44, 107, 0.18);
  transition: transform 0.45s ease;
}

.fh-team__card:hover .fh-team__badge {
  transform: scale(1.08) rotate(12deg);
}

.fh-team__identity {
  text-align: center;
  margin-bottom: 1rem;
}

.fh-team__identity .team-member-name {
  margin: 0 0 0.65rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
}

.fh-team__role {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(13, 44, 107, 0.18);
  transition: transform 0.3s ease;
}

.fh-team__card:hover .fh-team__role {
  transform: scale(1.04);
}

.fh-team__bio {
  margin-top: 1.25rem;
  padding: 0.85rem 0.95rem;
  border-radius: 0.75rem;
  background: #f8fafc;
  color: #64748b;
  font-size: 0.875rem;
  line-height: 1.6;
  opacity: 0;
  transform: translateY(0.75rem);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fh-team__card:hover .fh-team__bio {
  opacity: 1;
  transform: translateY(0);
}

.fh-team__social {
  margin-top: 1.25rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  opacity: 0;
  transform: translateY(0.75rem);
  transition: opacity 0.4s ease 0.05s, transform 0.4s ease 0.05s;
}

.fh-team__card:hover .fh-team__social {
  opacity: 1;
  transform: translateY(0);
}

.fh-team__accent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.25rem;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.45s ease;
}

.fh-team__card:hover .fh-team__accent {
  transform: scaleX(1);
}

/* Organizational chart */
.fh-orgchart {
  position: relative;
  overflow: hidden;
  padding: 5rem 1.25rem 5.5rem;
  background:
    radial-gradient(120% 120% at 15% 0%, #f2fafe 0%, rgba(242, 250, 254, 0) 55%),
    linear-gradient(160deg, #eef8ff 0%, #e0f1fb 55%, #d7ecfa 100%);
}

.fh-orgchart__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  pointer-events: none;
  z-index: 0;
}

.fh-orgchart__glow--a {
  top: -80px;
  right: -60px;
  width: 320px;
  height: 320px;
  background: rgba(0, 174, 239, 0.18);
}

.fh-orgchart__glow--b {
  bottom: -100px;
  left: -80px;
  width: 360px;
  height: 360px;
  background: rgba(13, 44, 107, 0.12);
}

.fh-orgchart__wrap {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}

.fh-orgchart__eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #00AEEF;
  margin-bottom: 0.65rem;
}

.fh-orgchart__fit {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 0 1rem;
  min-height: 320px;
}

.org-tree {
  --org-line: #0D2C6B;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  transform-origin: top left;
  padding: 0 0.5rem;
}

.org-tree ul {
  position: relative;
  padding: 1.6em 0 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  text-align: center;
}

.org-tree li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  padding: 1.6em 0.55em 0;
  text-align: center;
}

.org-tree li::before,
.org-tree li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: 50%;
  height: 1.6em;
  border-top: 2px solid var(--org-line);
}

.org-tree li::after {
  right: auto;
  left: 50%;
  border-left: 2px solid var(--org-line);
}

.org-tree li:only-child::before,
.org-tree li:only-child::after {
  display: none;
}

.org-tree li:only-child {
  padding-top: 1.6em;
}

.org-tree li:first-child::before,
.org-tree li:last-child::after {
  border: 0 none;
}

.org-tree li:last-child::before {
  border-right: 2px solid var(--org-line);
  border-radius: 0 6px 0 0;
}

.org-tree li:first-child::after {
  border-radius: 6px 0 0 0;
}

.org-tree ul ul::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 1.6em;
  border-left: 2px solid var(--org-line);
}

.org-tree > ul {
  padding-top: 0;
}

.org-node {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: normal;
  width: 140px;
  min-height: 52px;
  padding: 0.6rem 0.7rem;
  border: 2px solid #0D2C6B;
  border-radius: 4px;
  background: linear-gradient(180deg, #f6fcff 0%, #e2f2fc 46%, #cbe7fa 100%);
  box-shadow: 4px 5px 8px rgba(13, 40, 84, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.85);
  color: #0D2C6B;
  font-weight: 800;
  font-size: 0.72rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.org-node span {
  display: block;
}

.org-node:hover {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #ffffff 0%, #e7f4fd 46%, #c2e3f9 100%);
  box-shadow: 6px 8px 14px rgba(13, 40, 84, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.org-node--top {
  width: 150px;
  background: linear-gradient(180deg, #f4fbff 0%, #d8edfb 50%, #bfe0f7 100%);
  box-shadow: 4px 6px 10px rgba(13, 40, 84, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

@media (max-width: 1023px) {
  .rt-header-utils .rt-nav-login {
    display: inline-flex !important;
  }
}

@media (max-width: 768px) {
  .fh-orgchart {
    padding: 3.5rem 0.75rem 4rem;
  }

  .fh-orgchart__fit {
    min-height: 240px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.75rem;
  }

  .org-tree {
    min-width: 720px;
    transform: none;
  }
}

@media (max-width: 640px) {
  .rt-brand-logo--nav .db-brand-logo__img,
  .rt-brand-logo--nav .rt-brand-logo__img {
    height: clamp(2.75rem, 11vw, 3.5rem);
    max-width: min(11.5rem, 48vw);
  }

  .rt-header-utils {
    gap: 0.35rem;
  }

  .rt-nav-login {
    padding: 0.36rem 0.75rem;
    font-size: 0.8rem;
    margin-left: 0;
  }

  .fh-hero__actions {
    width: 100%;
  }

  .fh-hero__btn {
    width: 100%;
    justify-content: center;
  }

  .db-corp-intro__split {
    grid-template-columns: 1fr !important;
  }

  .db-blog-grid {
    grid-template-columns: 1fr;
  }

  .db-blog-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .db-blog-toolbar .db-search {
    width: 100%;
  }

  .db-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .db-form-grid {
    grid-template-columns: 1fr !important;
  }
}

.fh-idcard__icon-wrap--purple {
  background: linear-gradient(135deg, rgba(243, 112, 33, 0.16), rgba(26, 92, 191, 0.12)) !important;
  color: #F37021 !important;
}

.fh-section-head__subtitle {
  margin: 1rem auto 0;
  max-width: 40rem;
  color: #64748b;
  font-size: 1.05rem;
  line-height: 1.6;
}

/* —— Project request page —— */
.db-pr-page {
  padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(3.5rem, 6vw, 5rem);
  background: linear-gradient(180deg, #f5f8fc 0%, #fff 55%);
}

.db-pr-layout {
  display: grid;
  gap: clamp(1.75rem, 4vw, 2.75rem);
  align-items: start;
}

@media (min-width: 960px) {
  .db-pr-layout {
    grid-template-columns: minmax(16rem, 0.92fr) minmax(0, 1.35fr);
  }
}

.db-pr-aside__card {
  padding: 1.6rem 1.45rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
  box-shadow: 0 12px 32px rgba(13, 44, 107, 0.06);
}

.db-pr-aside__card h2 {
  margin: 0.35rem 0 1.25rem;
  color: #0D2C6B;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.db-pr-steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
  counter-reset: pr-step;
}

.db-pr-steps-list li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.75rem;
  align-items: start;
  counter-increment: pr-step;
}

.db-pr-steps-list li::before {
  content: counter(pr-step, decimal-leading-zero);
  width: 2rem;
  height: 2rem;
  border-radius: 0.55rem;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(26, 92, 191, 0.12), rgba(243, 112, 33, 0.12));
  color: #0D2C6B;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.db-pr-steps-list strong {
  display: block;
  color: #0D2C6B;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}

.db-pr-steps-list span {
  display: block;
  color: #5b6b86;
  font-size: 0.88rem;
  line-height: 1.55;
}

.db-pr-aside__meta {
  margin-top: 1rem;
  display: grid;
  gap: 0.75rem;
}

.db-pr-aside__meta > div {
  display: grid;
  grid-template-columns: 2.25rem 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border-radius: 0.95rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
}

.db-pr-aside__meta i {
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.65rem;
  display: grid;
  place-items: center;
  background: rgba(243, 112, 33, 0.12);
  color: #F37021;
}

.db-pr-aside__meta strong {
  display: block;
  color: #0D2C6B;
  font-size: 0.9rem;
  margin-bottom: 0.15rem;
}

.db-pr-aside__meta span {
  display: block;
  color: #5b6b86;
  font-size: 0.85rem;
  line-height: 1.45;
}

.db-pr-aside__meta a {
  color: #1A5CBF;
  font-weight: 600;
  text-decoration: none;
}

.db-pr-aside__meta a:hover {
  color: #F37021;
}

.db-pr-wizard {
  padding: clamp(1.35rem, 3vw, 1.85rem);
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
  box-shadow: 0 16px 40px rgba(13, 44, 107, 0.08);
}

.db-pr-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(13, 44, 107, 0.08);
}

.db-pr-progress__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.45rem;
  text-align: center;
  min-width: 0;
  color: #94a3b8;
  transition: color 0.25s ease;
}

.db-pr-progress__num {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.8rem;
  font-weight: 800;
  background: #eef2f7;
  color: #64748b;
  transition: background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}

.db-pr-progress__label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  word-break: break-word;
}

.db-pr-progress__item.is-active,
.db-pr-progress__item.is-done {
  color: #0D2C6B;
}

.db-pr-progress__item.is-active .db-pr-progress__num {
  background: linear-gradient(135deg, #F37021, #D34817);
  color: #fff;
  box-shadow: 0 8px 18px rgba(243, 112, 33, 0.3);
}

.db-pr-progress__item.is-done .db-pr-progress__num {
  background: #1A5CBF;
  color: #fff;
}

.db-pr-pane-head {
  margin-bottom: 1.35rem;
  text-align: left;
}

.db-pr-pane-head h2 {
  margin: 0 0 0.4rem;
  color: #0D2C6B;
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  text-align: left;
}

.db-pr-pane-head p {
  margin: 0;
  color: #5b6b86;
  font-size: 0.95rem;
  line-height: 1.55;
  max-width: 42ch;
  text-align: left;
}

.db-pr-form .db-form-grid {
  gap: 1.1rem 1rem;
}

.db-pr-form .db-field {
  text-align: left;
}

.db-pr-form .db-field > span {
  color: #0D2C6B;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.db-pr-form .db-field > span em {
  color: #F37021;
  font-style: normal;
  font-weight: 800;
}

.db-pr-form .db-field input,
.db-pr-form .db-field select,
.db-pr-form .db-field textarea {
  width: 100%;
  box-sizing: border-box;
  min-height: 2.85rem;
  border: 1px solid rgba(13, 44, 107, 0.14);
  border-radius: 0.7rem;
  padding: 0.7rem 0.9rem;
  background: #fbfdff;
  color: #0f172a;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.db-pr-form .db-field textarea {
  min-height: 10rem;
  resize: vertical;
  line-height: 1.55;
}

.db-pr-form .db-field input:focus,
.db-pr-form .db-field select:focus,
.db-pr-form .db-field textarea:focus {
  outline: none;
  border-color: #1A5CBF;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(26, 92, 191, 0.15);
}

.db-pr-hint {
  display: block;
  margin-top: 0.35rem;
  color: #64748b;
  font-size: 0.8rem;
  line-height: 1.45;
  font-weight: 500;
}

.db-pr-note {
  margin: 1.25rem 0 0;
  padding: 0.95rem 1rem;
  border-radius: 0.85rem;
  background: rgba(26, 92, 191, 0.06);
  border-left: 3px solid #1A5CBF;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: left;
}

.db-pr-note a {
  color: #1A5CBF;
  font-weight: 700;
  text-decoration: none;
}

.db-pr-note a:hover {
  color: #F37021;
}

.db-pr-nav {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(13, 44, 107, 0.08);
}

.db-pr-nav__spacer {
  flex: 1;
}

@media (max-width: 640px) {
  .db-pr-progress__label {
    font-size: 0.68rem;
  }

  .db-pr-progress__num {
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.72rem;
  }
}

/* —— Premium service detail (all /services/{slug}) —— */
.db-svc-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(4rem, 9vw, 6.5rem) 0 clamp(3rem, 6vw, 4.5rem);
  background-image: var(--db-svc-hero-img);
  background-size: cover;
  background-position: center;
  color: #fff;
  overflow: hidden;
}

.db-svc-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(115deg, rgba(13, 44, 107, 0.94) 0%, rgba(26, 92, 191, 0.82) 48%, rgba(10, 33, 84, 0.88) 100%);
}

.db-svc-hero__inner {
  position: relative;
  z-index: 1;
}

.db-svc-hero__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 1.5rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.db-svc-hero__breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.db-svc-hero__breadcrumb a:hover {
  color: #fff;
}

.db-svc-hero__breadcrumb span[aria-current] {
  color: #00AEEF;
}

.db-svc-hero__content {
  display: grid;
  gap: 1.75rem;
  align-items: stretch;
}

@media (min-width: 960px) {
  .db-svc-hero__content {
    grid-template-columns: 1.35fr 0.85fr;
    gap: 2.5rem;
  }
}

.db-svc-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.85rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #00AEEF;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.db-svc-hero h1 {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  max-width: 16ch;
}

.db-svc-hero__lead {
  margin: 0 0 1.75rem;
  max-width: 42rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.1rem;
  line-height: 1.7;
}

.db-svc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.db-svc-hero__panel {
  padding: 1.5rem 1.35rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  align-self: end;
}

.db-svc-hero__panel-label {
  margin: 0 0 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.db-svc-hero__panel ul {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.db-svc-hero__panel li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  color: #fff;
  font-size: 0.95rem;
  line-height: 1.45;
}

.db-svc-hero__panel li i {
  margin-top: 0.15rem;
  color: #F37021;
}

.db-svc-hero__panel-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #00AEEF;
  font-weight: 700;
  text-decoration: none;
}

.db-svc-hero__panel-link:hover {
  color: #fff;
}

.db-svc-overview {
  padding: clamp(3rem, 6vw, 5rem) 0;
}

.db-svc-overview__grid {
  display: grid;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

@media (min-width: 900px) {
  .db-svc-overview__grid {
    grid-template-columns: 1.1fr 0.95fr;
  }
}

.db-svc-overview h2 {
  margin: 0.35rem 0 1rem;
  color: #0D2C6B;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.02em;
}

.db-svc-overview__text {
  margin: 0 0 1.5rem;
  max-width: 48ch;
  color: #5b6b86;
  font-size: 1.05rem;
  line-height: 1.75;
}

.db-svc-overview__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.db-svc-overview__media {
  margin: 0;
  border-radius: 1.35rem;
  overflow: hidden;
  aspect-ratio: 5 / 4;
  box-shadow: 0 24px 50px rgba(13, 44, 107, 0.18);
}

.db-svc-overview__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.db-svc-section {
  padding: 0 0 clamp(3rem, 6vw, 5rem);
}

.db-svc-benefits {
  padding-top: clamp(1rem, 3vw, 2rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
  background: linear-gradient(180deg, #f5f8fc 0%, #fff 100%);
}

.db-svc-benefits__grid {
  display: grid;
  gap: 1.15rem;
}

@media (min-width: 720px) {
  .db-svc-benefits__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.db-svc-benefit {
  padding: 1.5rem 1.3rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
  box-shadow: 0 12px 30px rgba(13, 44, 107, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.db-svc-benefit:hover {
  transform: translateY(-4px);
  border-color: rgba(243, 112, 33, 0.3);
  box-shadow: 0 18px 40px rgba(13, 44, 107, 0.1);
}

.db-svc-benefit__icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 0.9rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.1rem;
  background: linear-gradient(145deg, rgba(26, 92, 191, 0.1), rgba(0, 174, 239, 0.08));
  color: #1A5CBF;
  border: 1px solid rgba(26, 92, 191, 0.1);
}

.db-svc-benefit__icon svg {
  width: 1.45rem;
  height: 1.45rem;
  display: block;
}

.db-svc-benefit h3 {
  margin: 0 0 0.5rem;
  color: #0D2C6B;
  font-size: 1.1rem;
}

.db-svc-benefit p {
  margin: 0;
  color: #5b6b86;
  font-size: 0.95rem;
  line-height: 1.6;
}

.db-svc-features__layout {
  display: grid;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 900px) {
  .db-svc-features__layout {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 3rem;
  }
}

.db-svc-features__intro h2 {
  margin: 0.35rem 0 0.75rem;
  color: #0D2C6B;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  letter-spacing: -0.02em;
  max-width: 14ch;
}

.db-svc-features__list {
  display: grid;
  gap: 0.85rem;
}

.db-svc-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  border-radius: 1rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.db-svc-feature:hover {
  transform: translateX(4px);
  box-shadow: 0 12px 28px rgba(13, 44, 107, 0.08);
}

.db-svc-feature__icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  background: rgba(243, 112, 33, 0.12);
  color: #F37021;
}

.db-svc-feature h3 {
  margin: 0 0 0.3rem;
  color: #0D2C6B;
  font-size: 1.05rem;
}

.db-svc-feature p {
  margin: 0;
  color: #5b6b86;
  font-size: 0.92rem;
  line-height: 1.55;
}

.db-svc-process {
  background:
    radial-gradient(ellipse at 20% 0%, rgba(0, 174, 239, 0.08), transparent 40%),
    linear-gradient(180deg, #f5f8fc 0%, #fff 100%);
  padding-top: clamp(2.5rem, 5vw, 4rem);
  padding-bottom: clamp(3rem, 6vw, 5rem);
}

.db-svc-process__rail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1rem;
}

@media (min-width: 800px) {
  .db-svc-process__rail {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.db-svc-process__step {
  position: relative;
  padding: 1.55rem 1.25rem 1.45rem;
  border-radius: 1.15rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
  box-shadow: 0 10px 28px rgba(13, 44, 107, 0.05);
}

.db-svc-process__num {
  display: block;
  margin-bottom: 0.85rem;
  color: #F37021;
  font-size: clamp(2.35rem, 4.2vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.db-svc-process__step h3 {
  margin: 0 0 0.45rem;
  color: #0D2C6B;
  font-size: 1.1rem;
}

.db-svc-process__step p {
  margin: 0;
  color: #5b6b86;
  font-size: 0.9rem;
  line-height: 1.55;
}

.db-svc-invest__card {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  border-radius: 1.25rem;
  background:
    radial-gradient(ellipse at 100% 0%, rgba(0, 174, 239, 0.1), transparent 45%),
    linear-gradient(145deg, #fff 0%, #f5f8fc 100%);
  border: 1px solid rgba(13, 44, 107, 0.1);
  box-shadow: 0 14px 36px rgba(13, 44, 107, 0.06);
}

@media (min-width: 800px) {
  .db-svc-invest__card {
    grid-template-columns: 1.4fr auto;
    gap: 2rem;
  }
}

.db-svc-invest__card h2 {
  margin: 0.3rem 0 0.7rem;
  color: #0D2C6B;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  letter-spacing: -0.02em;
}

.db-svc-invest__card p {
  margin: 0;
  max-width: 48ch;
  color: #5b6b86;
  font-size: 0.98rem;
  line-height: 1.65;
}

.db-svc-invest__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.db-svc-faq__wrap {
  max-width: 52rem;
}

.db-svc-faq__list {
  display: grid;
  gap: 0.75rem;
}

.db-svc-faq__item {
  border-radius: 0.95rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.1);
  overflow: hidden;
}

.db-svc-faq__item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.1rem 1.25rem;
  color: #0D2C6B;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.db-svc-faq__item summary::-webkit-details-marker {
  display: none;
}

.db-svc-faq__item summary::after {
  content: "+";
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(26, 92, 191, 0.1);
  color: #1A5CBF;
  font-size: 1.1rem;
  font-weight: 700;
}

.db-svc-faq__item[open] summary::after {
  content: "–";
  background: #F37021;
  color: #fff;
}

.db-svc-faq__item p {
  margin: 0;
  padding: 0 1.25rem 1.2rem;
  color: #5b6b86;
  font-size: 0.95rem;
  line-height: 1.65;
}

.db-svc-related {
  padding-top: clamp(2.5rem, 5vw, 4rem);
}

.db-svc-related__grid {
  display: grid;
  gap: 1.1rem;
}

@media (min-width: 768px) {
  .db-svc-related__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.db-svc-related__card {
  display: flex;
  flex-direction: column;
  padding: 1.4rem 1.25rem;
  border-radius: 1.1rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.db-svc-related__card:hover {
  transform: translateY(-4px);
  border-color: rgba(243, 112, 33, 0.3);
  box-shadow: 0 16px 36px rgba(13, 44, 107, 0.1);
}

.db-svc-related__icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 0.75rem;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(26, 92, 191, 0.12), rgba(0, 174, 239, 0.12));
  color: #1A5CBF;
}

.db-svc-related__card h3 {
  margin: 0 0 0.45rem;
  color: #0D2C6B;
  font-size: 1.05rem;
}

.db-svc-related__card p {
  margin: 0 0 1rem;
  color: #5b6b86;
  font-size: 0.9rem;
  line-height: 1.55;
  flex: 1;
}

.db-svc-related__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #F37021;
  font-size: 0.88rem;
  font-weight: 700;
}

.db-service-detail-page .db-section-head--center .db-muted {
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}

/* Services index — image cards */
.db-services-index {
  padding-top: 0;
  padding-bottom: clamp(3.5rem, 6vw, 5.5rem);
}

.db-services-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 700px) {
  .db-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .db-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.75rem;
  }
}

.db-service-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #fff;
  border: 1px solid rgba(13, 44, 107, 0.08);
  box-shadow: 0 12px 32px rgba(13, 44, 107, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.db-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(243, 112, 33, 0.35);
  box-shadow: 0 20px 44px rgba(13, 44, 107, 0.12);
}

.db-service-card__media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #0D2C6B;
}

.db-service-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s ease;
}

.db-service-card:hover .db-service-card__media img {
  transform: scale(1.06);
}

.db-service-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.35rem 1.4rem 1.5rem;
}

.db-service-card__body .db-badge {
  align-self: flex-start;
  margin-bottom: 0.75rem;
}

.db-service-card__body h2 {
  margin: 0 0 0.55rem;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.db-service-card__body h2 a {
  color: #0D2C6B;
  text-decoration: none;
}

.db-service-card__body h2 a:hover {
  color: #F37021;
}

.db-service-card__body p {
  margin: 0 0 1.15rem;
  color: #5b6b86;
  font-size: 0.95rem;
  line-height: 1.6;
  flex: 1;
}

.db-service-card__body .db-btn {
  align-self: flex-start;
}

/* About — Why Choose Us icons */
.about-page .fh-why__icon,
.fh-why__icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 1.05rem;
  background: linear-gradient(145deg, rgba(0, 174, 239, 0.14), rgba(26, 92, 191, 0.08));
  border: 1px solid rgba(13, 44, 107, 0.08);
  color: #0D2C6B;
  box-shadow: none;
}

.fh-why__icon svg {
  width: 1.55rem;
  height: 1.55rem;
  display: block;
}

.fh-why__card:hover .fh-why__icon {
  color: #F37021;
  border-color: rgba(243, 112, 33, 0.25);
  background: linear-gradient(145deg, rgba(243, 112, 33, 0.12), rgba(26, 92, 191, 0.06));
}
