/* DeepBlue conversion overlay — studio layer on dist only.
   Brand: navy #020112, teal #008f96, cyan #0aa0d0.
   Type: Metrophobic (display) + Poppins (body), already loaded. */

#db-conv,
#db-hero-form,
.db-trust,
.db-skip {
  --db-navy: #020112;
  --db-navy-2: #08071c;
  --db-navy-3: #0d0c24;
  --db-teal: #008f96;
  --db-cyan: #0aa0d0;
  --db-ink: #f4f7f8;
  --db-muted: rgba(244, 247, 248, 0.72);
  --db-faint: rgba(244, 247, 248, 0.46);
  --db-line: rgba(10, 160, 208, 0.28);
  --db-line-strong: rgba(0, 143, 150, 0.55);
  --db-display: Metrophobic, Poppins, sans-serif;
  --db-body: Poppins, Metrophobic, sans-serif;
  box-sizing: border-box;
}

#db-conv *,
#db-conv *::before,
#db-conv *::after,
#db-hero-form *,
#db-hero-form *::before,
#db-hero-form *::after {
  box-sizing: border-box;
}

html,
body {
  background-color: #020112;
  max-width: 100%;
  overflow-x: hidden;
}

.main-star-container {
  width: 100% !important;
  max-width: 100% !important;
  left: 0 !important;
  right: 0 !important;
}

#db-conv {
  overflow-x: hidden;
  background: transparent;
  color: var(--db-ink);
  font-family: var(--db-body);
  font-size: 16px;
  line-height: 1.7;
  position: relative;
  z-index: 2;
}

#db-conv a {
  color: var(--db-cyan);
  font-weight: 500;
  text-decoration: none;
}

#db-conv a:hover {
  color: var(--db-teal);
}

/* Desktop hero was 700px + flex-center, so the overlay form shoved the H1 under the nav. */
.hero-section {
  position: relative;
  z-index: 5 !important;
  background-color: #020112 !important;
  height: auto !important;
  min-height: 0 !important;
  align-items: flex-start !important;
  padding: 136px 0 88px !important;
  isolation: isolate;
}

.hero-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 48px;
  inset-inline-end: 0;
  width: min(52vw, 520px);
  height: min(52vw, 520px);
  border-radius: 50%;
  background: radial-gradient(
    circle at center,
    rgba(10, 160, 208, 0.22) 0%,
    rgba(0, 143, 150, 0.07) 42%,
    transparent 70%
  );
  pointer-events: none;
}

.hero-section .container,
.hero-section .row,
.hero-section .col-xl-9,
.hero-section .col-lg-10 {
  position: relative;
  z-index: 2;
}

.hero-section .col-xl-9,
.hero-section .col-lg-10 {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}

.hero-section .hero-content.mt-5 {
  margin-top: 0 !important;
}

.hero-section .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
}

.header .container {
  max-width: 1140px !important;
  width: 100%;
}

.header .navbar.mt-2 {
  margin-top: 0 !important;
}

@media (min-width: 992px) {
  .header .navbar.navbar-expand-lg {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    min-height: 64px;
    padding-block: 0;
  }
}

.hero-section .container {
  max-width: 1140px !important;
  margin-inline: auto;
  overflow: visible;
}

.hero-section .hero-content > * {
  min-width: 0;
}

.hero-section .hero-content h1,
.hero-section .hero-content h1.display-3 {
  font-family: Metrophobic, Poppins, sans-serif !important;
  font-size: clamp(1.95rem, 6.4vw, 3.2rem) !important;
  line-height: 1.28 !important;
  font-weight: 400 !important;
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
  word-break: normal;
  max-width: 100%;
  margin-bottom: 20px !important;
  color: #f4f7f8 !important;
  text-wrap: balance;
}

.hero-section .hero-content h1 .db-accent {
  display: block;
  color: #0aa0d0;
  margin-top: 0.12em;
}

.hero-section .hero-content > p.lead,
.hero-section .hero-content > p:not(.db-trust):not(.db-hero-form-title) {
  font-size: clamp(1rem, 1.15vw, 1.12rem) !important;
  line-height: 1.75 !important;
  max-width: 36rem;
  margin-top: 0 !important;
  margin-bottom: 18px !important;
}

.main-star-container {
  z-index: 1 !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

.main-star {
  z-index: 1 !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

.header,
.header.fixed-top {
  z-index: 20 !important;
  background-color: rgba(2, 1, 18, 0.72) !important;
  box-shadow: 0 1px 0 rgba(10, 160, 208, 0.2);
}

.header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  backdrop-filter: blur(18px) saturate(1.3);
  -webkit-backdrop-filter: blur(18px) saturate(1.3);
}

.header .navbar-brand img:not([data-db-brand]),
.header .logo img:not([data-db-brand]) {
  opacity: 0;
}

.db-lang {
  display: none;
}

@media (max-width: 991.98px) {
  .header .navbar {
    flex-wrap: nowrap;
  }

  .db-lang {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    width: 96px;
    min-width: 96px;
    height: 44px;
    margin-inline-end: 6px;
    padding: 3px;
    border: 0;
    border-radius: 999px;
    background: rgba(244, 247, 248, 0.06);
    box-shadow: inset 0 0 0 1px rgba(10, 160, 208, 0.22);
    flex: 0 0 auto;
  }

  .db-lang::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 3px;
    bottom: 3px;
    width: calc(50% - 3px);
    inset-inline-start: 3px;
    border-radius: 999px;
    background: #008f96;
    transition: inset-inline-start 0.22s ease;
  }

  .db-lang[data-lang="en"]::before {
    inset-inline-start: calc(50% - 0px);
  }

  .db-lang button {
    position: relative;
    z-index: 1;
    appearance: none;
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
    min-height: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(244, 247, 248, 0.62);
    font-family: Metrophobic, Poppins, sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
  }

  .db-lang button[aria-pressed="true"] {
    color: #fff;
    background: transparent;
  }

  .db-lang button:focus-visible {
    outline: 2px solid #0aa0d0;
    outline-offset: 2px;
  }
}

@media (min-width: 992px) {
  .hero-section .hero-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 400px);
    grid-template-areas:
      "title form"
      "lead form"
      "trust form"
      "cta form";
    column-gap: 56px;
    row-gap: 14px;
    align-items: start;
  }

  .hero-section .hero-content > h1 {
    grid-area: title;
  }

  .hero-section .hero-content > p.lead,
  .hero-section .hero-content > p:not(.db-trust):not(.db-hero-form-title) {
    grid-area: lead;
  }

  .hero-section .hero-content > .db-trust {
    grid-area: trust;
    margin-bottom: 4px;
  }

  .hero-section .hero-content > .row {
    grid-area: cta;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: auto;
    max-width: 100%;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .hero-section .hero-content > .row > [class*="col-"] {
    flex: 0 1 auto;
    width: auto;
    max-width: none;
    padding: 0;
  }

  .hero-section .hero-content > .row .btn {
    width: auto !important;
    min-width: 200px;
    min-height: 48px;
    padding-inline: 24px !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em;
  }

  .hero-section .hero-content a.btn.contact-us {
    background: linear-gradient(180deg, #14b7bf 0%, #008f96 100%) !important;
    border: 0 !important;
    box-shadow: 0 12px 32px rgba(0, 143, 150, 0.32);
  }

  .hero-section .hero-content a.btn.btn-outline-light {
    background: transparent !important;
    border: 1px solid rgba(244, 247, 248, 0.32) !important;
    color: #f4f7f8 !important;
    box-shadow: none;
  }

  .hero-section .hero-content a.btn.btn-outline-light:hover {
    border-color: #0aa0d0 !important;
    color: #0aa0d0 !important;
    background: transparent !important;
  }

  .hero-section .hero-content > #db-hero-form {
    grid-area: form;
    align-self: start;
  }

  .hero-section #db-hero-form button[type="submit"] {
    width: 100%;
  }
}

.hero-section #db-hero-form .db-hero-grid > div,
.hero-section #db-hero-form .db-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.hero-section #db-hero-form .db-hero-grid > div > label,
.hero-section #db-hero-form .db-field > label {
  margin: 0;
}

#db-conv section {
  scroll-margin-top: 96px;
  padding-block: 72px 80px;
  position: relative;
}

#db-conv .db-wrap {
  width: min(1140px, calc(100% - 40px));
  margin-inline: auto;
}

#db-conv .db-kicker {
  display: inline-block;
  font-family: var(--db-display);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--db-teal);
  margin-bottom: 14px;
}

#db-conv h2 {
  font-family: var(--db-display);
  font-weight: 400;
  font-size: clamp(1.65rem, 2.3vw, 2.25rem);
  line-height: 1.35;
  color: var(--db-ink);
  margin: 0 0 18px;
}

#db-conv h3 {
  font-family: var(--db-display);
  font-weight: 400;
  font-size: 1.15rem;
  line-height: 1.4;
  margin: 0 0 8px;
  color: var(--db-ink);
}

#db-conv p {
  margin: 0 0 16px;
  color: var(--db-muted);
}

#db-conv .db-lead {
  max-width: 46rem;
  font-size: 1.05rem;
}

/* Skip link */
.db-skip {
  position: absolute;
  inset-inline-start: 12px;
  top: 12px;
  z-index: 4000;
  padding: 12px 16px;
  min-height: 44px;
  background: var(--db-cyan);
  color: var(--db-navy);
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-decoration: none;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.db-skip:focus,
.db-skip:focus-visible {
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  overflow: visible;
  color: #020112;
}

/* Focus */
#db-conv :focus {
  outline: none;
}

#db-conv :focus-visible,
#db-hero-form :focus-visible,
.db-skip:focus-visible,
.hero-section .db-trust :focus-visible {
  outline: 2px solid #0aa0d0;
  outline-offset: 3px;
}

/* Hero trust + mini-form sit inside existing navy hero */
.hero-section .db-trust {
  display: block;
  margin: 0 0 28px;
  max-width: 36rem;
  font-family: Poppins, sans-serif;
  font-size: 0.92rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  border-inline-start: 2px solid #008f96;
  padding-inline-start: 14px;
  text-wrap: pretty;
}

.hero-section #db-hero-form {
  position: relative;
  margin-top: 8px;
  padding: 18px 0 4px;
  border: 0;
  background: transparent;
  max-width: none;
}

.hero-section #db-hero-form::before {
  content: "";
  display: block;
  height: 1px;
  margin: 0 0 18px;
  background: linear-gradient(
    to left,
    transparent,
    rgba(10, 160, 208, 0.45) 18%,
    rgba(0, 143, 150, 0.7) 52%,
    transparent
  );
}

.hero-section #db-hero-form .db-hero-success {
  display: none;
  margin: 12px 0 0;
  padding: 12px 14px;
  border-inline-start: 3px solid #008f96;
  background: rgba(0, 143, 150, 0.16);
  color: #f4f7f8;
  font-size: 0.9rem;
}

.hero-section #db-hero-form .db-hero-success.is-on {
  display: block;
}

.hero-section #db-hero-form .db-hero-form-title {
  font-family: Metrophobic, Poppins, sans-serif;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  color: rgba(244, 247, 248, 0.88);
  margin: 0 0 18px;
}

.hero-section #db-hero-form .db-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.hero-section #db-hero-form .db-hero-grid .db-span-2 {
  grid-column: 1 / -1;
}

.hero-section #db-hero-form label,
#db-conv label.db-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 6px;
}

.hero-section #db-hero-form input,
.hero-section #db-hero-form select,
#db-conv input[type="text"],
#db-conv input[type="email"],
#db-conv input[type="tel"],
#db-conv select,
#db-conv textarea {
  width: 100%;
  min-height: 44px;
  padding: 8px 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(10, 160, 208, 0.32);
  background: transparent;
  color: #f4f7f8;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.hero-section #db-hero-form input:hover,
.hero-section #db-hero-form select:hover,
#db-conv input[type="text"]:hover,
#db-conv input[type="email"]:hover,
#db-conv input[type="tel"]:hover,
#db-conv select:hover,
#db-conv textarea:hover {
  border-bottom-color: rgba(10, 160, 208, 0.62);
}

.hero-section #db-hero-form input:focus,
.hero-section #db-hero-form select:focus,
#db-conv input[type="text"]:focus,
#db-conv input[type="email"]:focus,
#db-conv input[type="tel"]:focus,
#db-conv select:focus,
#db-conv textarea:focus {
  outline: none;
  border-bottom-color: #0aa0d0;
  box-shadow: 0 1px 0 #0aa0d0;
}

.hero-section #db-hero-form select,
#db-conv select {
  appearance: none;
  -webkit-appearance: none;
  color-scheme: dark;
  background-color: #08071c;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%230aa0d0' stroke-width='1.4' d='M1.2 1.4L6 6.2 10.8 1.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 12px 8px;
  padding-inline-end: 22px;
}

.hero-section #db-hero-form select option,
#db-conv select option {
  background-color: #0c0b22;
  color: #f4f7f8;
}

[dir="rtl"] .hero-section #db-hero-form select,
[dir="rtl"] #db-conv select {
  background-position: left 0 center;
}

.hero-section #db-hero-form textarea,
#db-conv textarea {
  min-height: 132px;
  resize: vertical;
  line-height: 1.6;
}

.hero-section #db-hero-form input::placeholder,
#db-conv input::placeholder,
#db-conv textarea::placeholder {
  color: rgba(244, 247, 248, 0.62);
}

.hero-section #db-hero-form input[type="tel"],
#db-conv input[type="tel"] {
  direction: ltr;
  text-align: start;
  unicode-bidi: isolate;
}

.db-select {
  position: relative;
}

.db-select-btn {
  width: 100%;
  min-height: 44px;
  padding: 8px 0 10px;
  border: 0;
  border-bottom: 1px solid rgba(10, 160, 208, 0.32);
  background: transparent;
  color: #f4f7f8;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  text-align: start;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
}

.db-select-btn:hover {
  border-bottom-color: rgba(10, 160, 208, 0.62);
}

.db-select-btn:focus,
.db-select-btn:focus-visible {
  outline: none;
  border-bottom-color: #0aa0d0;
  box-shadow: 0 1px 0 #0aa0d0;
}

.db-select-btn::after {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-inline-end: 1.5px solid #0aa0d0;
  border-bottom: 1.5px solid #0aa0d0;
  transform: rotate(45deg);
  margin-bottom: 4px;
}

.db-select.is-open .db-select-btn::after {
  transform: rotate(-135deg);
  margin-bottom: 0;
}

.db-select-label.is-ph {
  color: rgba(244, 247, 248, 0.7);
}

.db-select-list {
  position: absolute;
  z-index: 40;
  inset-inline: 0;
  top: calc(100% + 8px);
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #16142f;
  box-shadow:
    0 18px 40px rgba(2, 1, 18, 0.55),
    0 0 0 1px rgba(10, 160, 208, 0.4);
  max-height: 260px;
  overflow: auto;
}

.db-select-list[hidden] {
  display: none !important;
}

.db-select-list [role="option"] {
  min-height: 44px;
  padding: 10px 16px;
  color: #ffffff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
}

.db-select-list [role="option"]:hover,
.db-select-list [role="option"]:focus {
  background: rgba(0, 143, 150, 0.28);
  color: #fff;
}

.db-select-list [role="option"][aria-selected="true"]:not([data-value=""]) {
  background: rgba(0, 143, 150, 0.38);
  color: #fff;
}

.hero-section .hero-content a.btn.contact-us {
  background: linear-gradient(180deg, #14b7bf 0%, #008f96 100%) !important;
  border: 0 !important;
  box-shadow: 0 10px 28px rgba(0, 143, 150, 0.3);
  min-height: 48px;
}

.hero-section .hero-content a.btn.btn-outline-light {
  min-height: 48px;
  background: transparent !important;
  border-color: rgba(244, 247, 248, 0.32) !important;
}

#db-conv .db-btn,
.hero-section #db-hero-form button[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  min-width: 44px;
  padding: 12px 22px;
  border: 0;
  background: linear-gradient(180deg, #14b7bf 0%, #008f96 100%);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  border-radius: 999px;
  width: auto;
  box-shadow: 0 10px 28px rgba(0, 143, 150, 0.28);
}

#db-conv .db-btn:hover,
.hero-section #db-hero-form button[type="submit"]:hover {
  background: #0aa0d0;
  color: #fff;
}

#db-conv a.db-btn {
  color: #fff;
}

#db-conv a.db-btn:hover {
  color: #fff;
}

#db-conv .db-btn-ghost {
  background: transparent;
  border: 1px solid rgba(244, 247, 248, 0.45);
  color: #fff;
}

#db-conv .db-btn-ghost:hover {
  border-color: #0aa0d0;
  background: transparent;
  color: #0aa0d0;
}

#db-conv .db-btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 8px;
}

#db-conv .db-micro {
  font-size: 0.85rem;
  color: var(--db-faint);
  margin: 10px 0 0;
}

/* Proof — 3 / 1 */
#db-proof {
  background: rgba(2, 1, 18, 0.28);
  border-block: 1px solid var(--db-line);
}

#db-proof .db-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 36px;
  border: 0;
  background: transparent;
}

#db-proof .db-stat {
  padding: 28px 24px 32px;
  text-align: start;
  border-inline-end: 1px solid var(--db-line);
}

#db-proof .db-stat:last-child {
  border-inline-end: 0;
}

#db-proof .db-stat-n {
  font-family: var(--db-display);
  font-size: clamp(2.4rem, 5vw, 3.4rem);
  line-height: 1;
  color: var(--db-cyan);
  letter-spacing: 0.02em;
  display: block;
  margin-bottom: 10px;
  font-variant-numeric: tabular-nums;
  direction: ltr;
  unicode-bidi: isolate;
  text-align: start;
  text-shadow: 0 0 42px rgba(10, 160, 208, 0.28);
}

#db-proof .db-stat-l {
  font-size: 0.92rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--db-muted);
  margin: 0;
}

#db-proof .db-proof-foot {
  margin-top: 28px;
  color: var(--db-muted);
  font-size: 0.98rem;
}

/* Problem */
#db-problem {
  background: transparent;
}

#db-problem .db-q {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 0;
  border-top: 1px solid var(--db-line);
}

#db-problem .db-q li {
  margin: 0;
  padding: 16px 0;
  border-bottom: 1px solid rgba(10, 160, 208, 0.16);
  color: var(--db-ink);
  font-size: 1.05rem;
  padding-inline-start: 28px;
  position: relative;
}

#db-problem .db-q li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--db-teal);
  position: absolute;
  inset-inline-start: 4px;
  top: 1.45em;
}

#db-problem .db-role {
  margin-top: 28px;
  font-family: var(--db-display);
  font-size: 1.15rem;
  color: var(--db-cyan);
}

/* Journey — real sequence, numbered stations */
#db-journey {
  background: rgba(2, 1, 18, 0.32);
}

#db-journey .db-steps {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 32px;
  counter-reset: db-step;
}

#db-journey .db-step {
  position: relative;
  padding-top: 8px;
  min-width: 0;
}

#db-journey .db-step-n {
  font-family: var(--db-display);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  color: var(--db-teal);
  display: block;
  margin-bottom: 8px;
}

#db-journey .db-step-en {
  font-family: var(--db-display);
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--db-cyan);
  margin-inline-start: 8px;
}

#db-journey .db-step h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#db-journey .db-step p {
  font-size: 0.92rem;
  margin-bottom: 12px;
}

#db-journey .db-step ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#db-journey .db-step li {
  font-size: 0.86rem;
  color: var(--db-faint);
  padding-block: 3px;
  padding-inline-start: 14px;
  position: relative;
}

#db-journey .db-step li::before {
  content: "";
  width: 5px;
  height: 1px;
  background: var(--db-teal);
  position: absolute;
  inset-inline-start: 0;
  top: 0.8em;
}

#db-journey .db-step::after {
  content: "";
  position: absolute;
  height: 1px;
  background: var(--db-line);
  inset-inline-start: 0;
  inset-inline-end: -16px;
  top: 0;
}

#db-journey .db-step:nth-child(3n)::after {
  display: none;
}

/* Why — 2x2 */
#db-why {
  background: transparent;
}

#db-why .db-pillars {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  margin-top: 32px;
  border: 0;
}

#db-why .db-pillar {
  padding: 20px 0 8px;
  border: 0;
  border-top: 1px solid var(--db-line);
}

#db-why .db-pillar h3 {
  color: var(--db-cyan);
}

/* Mid CTA band */
#db-cta-mid {
  background: rgba(4, 21, 28, 0.42);
  text-align: start;
}

#db-cta-mid .db-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(220px, 0.6fr);
  gap: 28px;
  align-items: end;
}

#db-cta-mid h2 {
  margin-bottom: 10px;
}

/* Fit */
#db-fit {
  background: rgba(2, 1, 18, 0.32);
}

#db-fit .db-checks {
  list-style: none;
  margin: 28px 0 24px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

#db-fit .db-checks li {
  min-height: 44px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-block: 12px;
  border-bottom: 1px solid rgba(10, 160, 208, 0.14);
  color: var(--db-ink);
}

#db-fit .db-checks li::before {
  content: "";
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
  margin-top: 6px;
  border: 1px solid var(--db-teal);
  background:
    linear-gradient(var(--db-teal), var(--db-teal)) center / 8px 1px no-repeat,
    linear-gradient(var(--db-teal), var(--db-teal)) center / 1px 8px no-repeat;
}

/* FAQ */
#db-faq {
  background: transparent;
}

#db-faq details {
  border-bottom: 1px solid var(--db-line);
}

#db-faq summary {
  list-style: none;
  cursor: pointer;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 16px;
  font-family: var(--db-display);
  font-size: 1.05rem;
  color: var(--db-ink);
}

#db-faq summary::-webkit-details-marker {
  display: none;
}

#db-faq summary::after {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-inline-end: 1px solid var(--db-cyan);
  border-bottom: 1px solid var(--db-cyan);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

#db-faq details[open] summary::after {
  transform: rotate(225deg);
}

#db-faq details p {
  padding-bottom: 18px;
  max-width: 44rem;
}

/* Idea form */
#db-idea {
  background: rgba(8, 7, 28, 0.38);
  border-top: 1px solid var(--db-line);
}

#db-idea .db-form {
  margin-top: 28px;
  display: grid;
  gap: 18px;
  max-width: 760px;
  padding: 8px 0 0;
  border: 0;
  background: transparent;
}

#db-idea .db-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

#db-idea .db-form-grid .db-span-2 {
  grid-column: 1 / -1;
}

#db-idea fieldset {
  border: 0;
  margin: 0;
  padding: 12px 0 4px;
  min-width: 0;
  border-top: 1px solid var(--db-line);
}

#db-idea legend {
  font-size: 0.85rem;
  color: var(--db-cyan);
  padding-inline: 8px;
  font-weight: 500;
}

#db-idea .db-opts {
  display: grid;
  gap: 4px;
}

#db-idea .db-opt {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding-inline: 4px;
  color: var(--db-ink);
  cursor: pointer;
  font-size: 0.95rem;
}

#db-idea .db-opt input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  accent-color: #008f96;
  flex-shrink: 0;
}

#db-idea .db-req {
  color: var(--db-cyan);
}

#db-idea .db-error {
  color: #f0b4b4;
  font-size: 0.85rem;
  margin-top: 6px;
  min-height: 1.2em;
}

#db-idea [aria-invalid="true"] {
  border-bottom-color: #d07070;
  box-shadow: 0 1px 0 #d07070;
}

#db-idea .db-success {
  margin-top: 16px;
  padding: 14px 16px;
  border-inline-start: 3px solid var(--db-teal);
  background: rgba(0, 143, 150, 0.12);
  color: var(--db-ink);
  display: none;
}

#db-idea .db-success.is-on {
  display: block;
}

#db-idea .db-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

/* Honeypot: clip, never off-canvas left */
#db-conv .db-hp,
#db-hero-form .db-hp {
  position: absolute;
  inset: 0 auto auto 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  opacity: 0;
  pointer-events: none;
}

/* Contact stays intact; optional orientation only */
#contact-us {
  scroll-margin-top: 96px;
}

@media (max-width: 991.98px) {
  #db-conv section {
    padding-block: 48px 52px;
  }

  #db-cta-mid .db-wrap {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  #db-journey .db-steps {
    grid-template-columns: 1fr 1fr;
    gap: 22px 24px;
  }

  #db-journey .db-step::after {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #db-conv section {
    padding-block: 32px 36px;
  }

  #db-conv .db-wrap {
    width: min(1120px, calc(100% - 24px));
  }

  #db-conv h2 {
    font-size: clamp(1.3rem, 5.8vw, 1.7rem);
    margin-bottom: 12px;
  }

  .hero-section .db-trust {
    margin-bottom: 16px;
    font-size: 0.88rem;
  }

  .hero-section #db-hero-form {
    margin-top: 8px;
    padding: 12px 0 88px;
  }

  .hero-section #db-hero-form input,
  .hero-section #db-hero-form select,
  .hero-section #db-hero-form button[type="submit"] {
    scroll-margin-bottom: 96px;
  }

  .hero-section #db-hero-form .db-hero-form-title {
    font-size: 0.9rem;
    margin-bottom: 14px;
  }

  .hero-section #db-hero-form .db-hero-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .hero-section #db-hero-form .db-span-2 {
    padding-inline-end: 0;
  }

  #db-proof .db-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 20px;
  }

  #db-proof .db-stat {
    padding: 14px 8px 16px;
    border-inline-end: 1px solid var(--db-line);
    border-bottom: 0;
    text-align: center;
  }

  #db-proof .db-stat:last-child {
    border-inline-end: 0;
    border-bottom: 0;
  }

  #db-proof .db-stat-n {
    font-size: 1.55rem;
    margin-bottom: 6px;
  }

  #db-proof .db-stat-l {
    font-size: 0.7rem;
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0;
  }

  #db-proof .db-proof-foot {
    margin-top: 16px;
    font-size: 0.9rem;
  }

  #db-why .db-pillars {
    grid-template-columns: 1fr;
    margin-top: 20px;
    gap: 8px;
  }

  #db-why .db-pillar {
    padding: 16px 0 10px;
  }

  #db-why .db-pillar h3 {
    font-size: 1rem;
  }

  #db-why .db-pillar p {
    font-size: 0.82rem;
    margin: 0;
    line-height: 1.55;
  }

  #db-fit .db-checks {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  #db-journey .db-steps {
    grid-template-columns: 1fr;
    gap: 0;
    border-inline-start: 1px solid var(--db-line-strong);
    padding-inline-start: 20px;
    margin-inline-start: 4px;
    margin-top: 24px;
  }

  #db-journey .db-step {
    padding: 0 0 22px;
  }

  #db-journey .db-step::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: var(--db-cyan);
    inset-inline-start: -25px;
    top: 6px;
  }

  #db-idea .db-form-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  #db-conv .db-opts {
    grid-template-columns: 1fr;
  }

  #db-conv .db-btn,
  .hero-section #db-hero-form button[type="submit"] {
    width: 100%;
  }

  #db-cta-mid .db-btn-row {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .hero-section {
    padding: 88px 0 72px !important;
  }
}

/* Native React sections used Bootstrap cards (border + rounded-3/4). Strip the cubes. */
.company-building .box,
.what-we-do .box,
.partners .box,
.specialists-story .box,
.our-ventures .box,
.startup-together .box {
  background-color: transparent !important;
  background-image: none !important;
  border-color: transparent !important;
  border-width: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.company-building .box {
  padding: 18px 0 !important;
  height: auto !important;
  min-height: 0 !important;
  border-bottom: 1px solid rgba(10, 160, 208, 0.16) !important;
}

.company-building .row > [class*="col-"]:last-child .box {
  border-bottom: 0 !important;
}

@media (min-width: 768px) {
  .company-building .box {
    border-bottom: 0 !important;
    padding: 16px 8px 20px 0 !important;
    border-top: 1px solid rgba(10, 160, 208, 0.18) !important;
  }

  .company-building .row > [class*="col-"]:last-child .box {
    border-bottom: 0 !important;
  }
}

.specialists-story .box {
  padding: 4px 0 12px !important;
}

.startup-together .box img {
  width: 44px !important;
  max-width: 44px !important;
  height: auto !important;
  opacity: 0.4;
  margin-block: 12px !important;
}

@media (max-width: 991.98px) {
  .startup-together {
    padding-bottom: 128px !important;
  }
}

.startup-together .box p {
  color: rgba(244, 247, 248, 0.82) !important;
  opacity: 1 !important;
}

.startup-together .contact-us {
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #f4f7f8 !important;
  max-width: 520px;
}

.startup-together .contact-us h3 {
  color: #00c4cc !important;
}

.startup-together .contact-us label,
.startup-together .contact-us .form-label {
  color: #f4f7f8 !important;
}

.startup-together .contact-us .form-control,
.startup-together .contact-us input,
.startup-together .contact-us textarea {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(10, 160, 208, 0.45) !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  caret-color: #ffffff;
  box-shadow: none !important;
  overflow: visible !important;
  color-scheme: dark;
}

.startup-together .contact-us .form-control::placeholder,
.startup-together .contact-us input::placeholder,
.startup-together .contact-us textarea::placeholder {
  color: rgba(244, 247, 248, 0.72) !important;
  opacity: 1 !important;
}

.startup-together .contact-us .form-control:focus,
.startup-together .contact-us input:focus,
.startup-together .contact-us textarea:focus {
  background: transparent !important;
  color: #ffffff !important;
  border-bottom-color: #0aa0d0 !important;
  box-shadow: 0 1px 0 #0aa0d0 !important;
}

.startup-together .contact-us .invalid-feedback,
.startup-together .contact-us .text-danger {
  color: #ffb4b4 !important;
}

.startup-together .contact-us button {
  border-radius: 999px !important;
  color: #fff !important;
}

/* HQ circular db mark — never stretch the 1:1 lockup to the old 150px wordmark width. */
.header .navbar-brand,
.header a.logo,
.header .logo,
.header .offcanvas .logo,
.header .nav-item .logo {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}

.header .navbar-brand img,
.header .logo img,
.header a.logo img,
.header .offcanvas .logo img,
.header .nav-item .logo img,
.header img[data-db-brand] {
  width: 44px !important;
  height: 44px !important;
  max-width: 44px !important;
  object-fit: contain !important;
  flex: 0 0 44px;
}

.db-wordmark {
  font-family: Metrophobic, Poppins, sans-serif;
  color: #f4f7f8;
  font-size: 1.12rem;
  letter-spacing: 0.14em;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.footer {
  overflow-x: hidden;
}

.footer .container {
  max-width: 1140px;
}

.footer .row {
  margin-inline: 0;
}

.footer a.logo,
.footer .logo {
  display: inline-flex;
  align-items: center;
  opacity: 1 !important;
  transform: none !important;
}

.footer .col-12.text-center,
.footer .col-12.text-center p {
  text-align: center !important;
  margin-bottom: 0;
}

.offcanvas-header {
  align-items: center;
  justify-content: space-between !important;
  gap: 12px;
}

@media (min-width: 992px) {
  .header .offcanvas-header,
  .header .db-offcanvas-brand,
  .header .offcanvas [data-bs-dismiss="offcanvas"] {
    display: none !important;
  }

  .header .offcanvas,
  .header .offcanvas.offcanvas-start,
  .header .offcanvas.offcanvas-slide,
  .header .offcanvas.bg-dark {
    position: static !important;
    transform: none !important;
    visibility: visible !important;
    width: auto !important;
    max-width: none !important;
    height: auto !important;
    flex: 1 1 auto !important;
    background: transparent !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    overflow: visible !important;
  }

  .header .offcanvas-body,
  .header .offcanvas-body.align-items-center {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center !important;
    justify-content: stretch;
    gap: 16px;
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 44px;
    padding: 0 !important;
    overflow: visible !important;
    background: transparent !important;
  }

  .header .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0;
    gap: 4px 2px;
    width: 100%;
  }

  .header li,
  .header .nav-item {
    padding: 0 !important;
    margin: 0 !important;
  }

  .header li a,
  .header .nav-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding-block: 0 !important;
    padding-inline: 14px !important;
    line-height: 1.2;
  }

  .header .offcanvas-body > .btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    min-width: 44px;
    margin: 0;
    padding: 8px 16px !important;
    border-radius: 999px;
    border: 1px solid rgba(10, 160, 208, 0.22);
    background: rgba(244, 247, 248, 0.06);
    color: #f4f7f8 !important;
    white-space: nowrap;
  }

  .header .offcanvas-body > .btn:hover {
    border-color: rgba(10, 160, 208, 0.55);
    background: rgba(10, 160, 208, 0.12);
    color: #fff !important;
  }

  .header .offcanvas-body > .btn:focus-visible {
    outline: 2px solid #0aa0d0;
    outline-offset: 3px;
  }
}

@media (max-width: 991.98px) {
  .header .offcanvas-header {
    display: flex !important;
  }

  .header .offcanvas.offcanvas-start,
  .header .offcanvas.offcanvas-slide,
  .header .offcanvas.bg-dark {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 100dvh !important;
    max-height: none !important;
    width: min(100%, 22rem) !important;
    background-color: #020112 !important;
    overflow: hidden !important;
    z-index: 1045 !important;
  }

  .header .offcanvas-body,
  .header .offcanvas-body.align-items-center {
    display: flex !important;
    flex-direction: column;
    align-items: stretch !important;
    flex: 1 1 auto !important;
    overflow: auto !important;
    padding: 8px 20px 28px !important;
    background: transparent !important;
  }

  .header .navbar-nav {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch;
    width: 100%;
    margin: 0 !important;
    gap: 4px;
  }

  .header li,
  .header .nav-item {
    padding: 0 !important;
    margin: 0 !important;
  }

  .header li a,
  .header .nav-link {
    display: flex !important;
    align-items: center;
    min-height: 44px;
    padding-block: 10px !important;
    padding-inline: 4px !important;
  }

  .header .offcanvas-body > .btn {
    display: none !important;
  }
}

.header .db-footer-social,
.header .footer-social,
.navbar .db-footer-social {
  display: none !important;
}

.db-offcanvas-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none !important;
}

.db-offcanvas-brand img {
  width: 36px !important;
  height: 36px !important;
  max-width: 36px !important;
  object-fit: contain !important;
}

.footer img[data-db-brand],
.footer .logo img {
  width: 56px !important;
  height: 56px !important;
  max-width: 56px !important;
  object-fit: contain !important;
  border-radius: 12px;
}

.db-footer-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 18px;
}

.db-footer-social-kicker {
  margin: 0;
  color: #008f96;
  font-family: Metrophobic, Poppins, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
}

.db-footer-social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.db-footer-social a {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #020112;
  background: #fff;
  border: 1px solid rgba(2, 1, 18, 0.12);
  border-radius: 12px;
  text-decoration: none;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.db-footer-social a:hover {
  color: #fff;
  background: #0aa0d0;
  border-color: #0aa0d0;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(10, 160, 208, 0.22);
}

.db-footer-social a:focus-visible {
  outline: 2px solid #0aa0d0;
  outline-offset: 3px;
}

.db-footer-social svg {
  width: 17px;
  height: 17px;
  display: block;
}

@media (max-width: 379.98px) {
  .header .db-wordmark {
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  #db-conv,
  #db-conv *,
  #db-hero-form,
  #db-hero-form *,
  .db-trust,
  .db-skip,
  .db-lang,
  .db-lang *,
  .db-footer-social,
  .db-footer-social *,
  .main-star,
  .main-star-container {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
