body.dd-theme-modern {
  --dd-bg: #f7fbff;
  --dd-surface: rgba(255, 255, 255, 0.94);
  --dd-border: rgba(0, 102, 153, 0.09);
  --dd-border-strong: rgba(0, 153, 255, 0.16);
  --dd-text: #17364a;
  --dd-text-soft: #5d788d;
  --dd-title: #0b2940;
  --dd-accent: #0099ff;
  --dd-accent-deep: #006699;
  --dd-surface-strong: #0b2940;
  --dd-surface-strong-hover: #103956;
  --dd-on-dark: #f6fbff;
  --dd-on-dark-soft: rgba(222, 239, 250, 0.82);
  --dd-shadow: 0 12px 28px rgba(12, 57, 94, 0.06);
  --dd-radius-panel: 18px;
  --dd-radius-card: 14px;
  --dd-container: 1180px;
  --dd-header-offset: 5.75rem;
  --dd-screen-min: calc(100vh - var(--dd-header-offset));
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--dd-text);
  background: var(--dd-bg);
  text-rendering: optimizeLegibility;
}

@supports (height: 100svh) {
  body.dd-theme-modern {
    --dd-screen-min: calc(100svh - var(--dd-header-offset));
  }
}

@supports (height: 100dvh) {
  body.dd-theme-modern {
    --dd-screen-min: calc(100dvh - var(--dd-header-offset));
  }
}

body.dd-theme-modern a {
  color: inherit;
}

body.dd-theme-modern .dd-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 0%, rgba(0, 153, 255, 0.08), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(0, 102, 153, 0.05), transparent 18%),
    linear-gradient(180deg, #fbfdff 0%, #f7fbff 100%);
}

body.dd-theme-modern .dd-background__aurora,
body.dd-theme-modern .dd-background__grid {
  display: none;
}

body.dd-theme-modern .site-header,
body.dd-theme-modern main,
body.dd-theme-modern .site-footer {
  position: relative;
  z-index: 1;
}

body.dd-theme-modern .site-header {
  background: rgba(247, 251, 255, 0.74);
  border-bottom: 1px solid rgba(0, 102, 153, 0);
  backdrop-filter: blur(18px);
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

body.dd-theme-modern .site-header.is-scrolled {
  background: rgba(247, 251, 255, 0.96);
  border-bottom-color: rgba(0, 102, 153, 0.08);
  box-shadow: 0 10px 26px rgba(12, 57, 94, 0.05);
}

body.dd-theme-modern .navbar {
  --bs-navbar-toggler-focus-width: 0;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2811,41,64,0.84%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

body.dd-theme-modern .navbar-toggler-icon {
  width: 1.1rem;
  height: 1.1rem;
}

body.dd-theme-modern .brand-mark {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

body.dd-theme-modern .brand-mark__image {
  display: block;
  width: auto;
  height: 1.88rem;
}

body.dd-theme-modern .nav-link {
  color: var(--dd-text-soft);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.81rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 0.62rem 0.84rem !important;
  transition: color 160ms ease;
}

body.dd-theme-modern .nav-link:hover,
body.dd-theme-modern .nav-link:focus-visible,
body.dd-theme-modern .site-header.is-scrolled .nav-link {
  color: var(--dd-title);
}

body.dd-theme-modern .btn {
  border-radius: 10px;
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  padding: 0.74rem 1.08rem;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

body.dd-theme-modern .btn:hover,
body.dd-theme-modern .btn:focus-visible {
  transform: translateY(-1px);
}

body.dd-theme-modern .btn:focus-visible {
  outline: 2px solid rgba(0, 153, 255, 0.22);
  outline-offset: 2px;
}

body.dd-theme-modern .btn-dd-primary {
  background: var(--dd-surface-strong);
  border: 1px solid var(--dd-surface-strong);
  color: #fff;
  box-shadow: 0 14px 30px rgba(12, 57, 94, 0.16);
}

body.dd-theme-modern .btn-dd-primary:hover,
body.dd-theme-modern .btn-dd-primary:focus-visible {
  color: #fff;
  background: var(--dd-surface-strong-hover);
  border-color: var(--dd-surface-strong-hover);
  box-shadow: 0 18px 34px rgba(12, 57, 94, 0.2);
}

body.dd-theme-modern .btn-dd-secondary {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--dd-border);
  color: var(--dd-title);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

body.dd-theme-modern .btn-dd-secondary:hover,
body.dd-theme-modern .btn-dd-secondary:focus-visible {
  background: #fff;
  color: var(--dd-title);
  border-color: rgba(0, 102, 153, 0.16);
}

body.dd-theme-modern .btn-dd-large {
  padding: 0.82rem 1.16rem;
}

body.dd-theme-modern .section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  color: var(--dd-accent-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.dd-theme-modern .section-eyebrow::before {
  content: "";
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--dd-accent);
}

body.dd-theme-modern .hero-copy h1,
body.dd-theme-modern .section-heading h2,
body.dd-theme-modern .contact-copy h2 {
  margin: 0;
  color: var(--dd-title);
  font-family: "Manrope", "Inter", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.04em;
}

body.dd-theme-modern .hero-copy h1 {
  font-size: clamp(1.9rem, 3.7vw, 3rem);
}

body.dd-theme-modern .section-heading h2,
body.dd-theme-modern .contact-copy h2 {
  font-size: clamp(1.45rem, 2.8vw, 2.08rem);
}

body.dd-theme-modern .hero-copy__lead,
body.dd-theme-modern .section-heading p,
body.dd-theme-modern .detail-list span,
body.dd-theme-modern .faq-item__content p,
body.dd-theme-modern .contact-copy p,
body.dd-theme-modern .site-footer__copy {
  color: var(--dd-text-soft);
  line-height: 1.68;
}

body.dd-theme-modern .hero-copy__lead {
  font-size: 0.92rem;
}

body.dd-theme-modern .site-footer__meta {
  color: var(--dd-text-soft);
  font-size: 0.78rem;
  line-height: 1.6;
}

body.dd-theme-modern .showcase-placeholder__window,
body.dd-theme-modern .faq-item,
body.dd-theme-modern .contact-form {
  background: var(--dd-surface);
  border: 1px solid var(--dd-border);
  box-shadow: var(--dd-shadow);
}

body.dd-theme-modern .showcase-placeholder__window,
body.dd-theme-modern .contact-form {
  border-radius: var(--dd-radius-panel);
}

body.dd-theme-modern .faq-item,
body.dd-theme-modern .showcase-placeholder__card {
  border-radius: var(--dd-radius-card);
}

body.dd-theme-modern .detail-list strong,
body.dd-theme-modern .faq-item summary,
body.dd-theme-modern .contact-form__label {
  color: var(--dd-title);
  font-family: "Manrope", "Inter", Arial, sans-serif;
}

body.dd-theme-modern .showcase-placeholder__window--dark {
  background: linear-gradient(180deg, rgba(6, 44, 78, 0.98), rgba(8, 33, 58, 0.96));
  border-color: rgba(120, 196, 255, 0.18);
  box-shadow: 0 24px 56px rgba(12, 57, 94, 0.16);
}

body.dd-theme-modern .contact-form__label {
  display: block;
  margin-bottom: 0.46rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

body.dd-theme-modern .contact-form__control {
  width: 100%;
  min-height: 3rem;
  padding: 0.78rem 0.92rem;
  color: var(--dd-text);
  font: inherit;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(0, 102, 153, 0.12);
  border-radius: 12px;
  outline: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

body.dd-theme-modern .contact-form__control:focus {
  border-color: rgba(0, 153, 255, 0.34);
  box-shadow: 0 0 0 4px rgba(0, 153, 255, 0.1);
}

body.dd-theme-modern .contact-form__control--textarea {
  min-height: 8.4rem;
  resize: vertical;
}

body.dd-theme-modern .site-footer {
  background: linear-gradient(180deg, rgba(7, 31, 49, 0.96), rgba(5, 24, 38, 0.98));
  border-top: 1px solid rgba(120, 196, 255, 0.12);
}

body.dd-theme-modern .site-footer__copy,
body.dd-theme-modern .site-footer__meta {
  color: rgba(219, 235, 248, 0.78);
}

body.dd-theme-modern .site-footer__copy {
  font-size: 0.82rem;
}

@media (max-width: 991.98px) {
  body.dd-theme-modern .nav-link {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 767.98px) {
  body.dd-theme-modern .hero-copy__lead {
    font-size: 0.88rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.dd-theme-modern .btn,
  body.dd-theme-modern .site-header,
  body.dd-theme-modern .contact-form__control {
    transition: none !important;
  }
}
