:root {
  --navy: #0f172a;
  --navy-2: #13233f;
  --bg-a: #e6eef3;
  --bg-b: #f8fbfc;
  --ink: #0f172a;
  --muted: #526176;
  --line: rgba(15, 23, 42, 0.1);
  --teal: #0a9e90;
  --teal2: #11b8a8;
  --teal-2: #11b8a8;
  --accent: #ff5f45;
  --coral: #ff5f45;
  --coral-2: #ff714f;
  --card: #ffffff;
  --surface-soft: #f4fbfa;
  --surface-tint: rgba(10, 158, 144, 0.06);
  --surface-coral: rgba(255, 95, 69, 0.07);
  --shadow: 0 16px 38px rgba(15, 23, 42, 0.09);
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html,
body {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(15, 23, 42, 0.12), transparent 28%),
    radial-gradient(circle at 82% 10%, rgba(10, 158, 144, 0.14), transparent 32%),
    radial-gradient(circle at 92% 0%, rgba(255, 95, 69, 0.08), transparent 20%),
    linear-gradient(180deg, var(--bg-a), var(--bg-b));
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
.dm-form-label,
.dm-faq-details summary,
.dm-footer-legal summary {
  font-family: "Sora", "Manrope", sans-serif;
}

.dm-skip-link {
  position: absolute;
  left: 12px;
  top: -44px;
  z-index: 60;
  background: #0f172a;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 700;
}

.dm-skip-link:focus {
  top: 12px;
}

.dm-noscript {
  display: block;
  width: min(1120px, calc(100% - 32px));
  margin: 10px auto 0;
  border: 1px solid rgba(255, 95, 69, 0.4);
  background: rgba(255, 95, 69, 0.1);
  color: #7f1d1d;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
}

a {
  color: inherit;
  text-decoration: none;
}

.dm-wrap {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.dm-page-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.dm-header {
  position: sticky;
  top: 10px;
  z-index: 20;
  margin-top: 12px;
}

.dm-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  background: rgba(248, 250, 252, 0.88);
  border: 1px solid rgba(17, 184, 168, 0.14);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.12);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 10px 12px;
}

.dm-brand {
  --brand-window-height: clamp(34px, 4.2vw, 50px);
  display: block;
  width: clamp(190px, 23vw, 295px);
  height: var(--brand-window-height);
  overflow: hidden;
  line-height: 0;
  flex: 0 0 auto;
}

.dm-brand-logo {
  display: block;
  width: auto;
  height: calc(var(--brand-window-height) * 5.75);
  max-width: none;
  max-height: none;
  transform: translate(calc(var(--brand-window-height) * -1.6), calc(var(--brand-window-height) * -2.18));
}

.dm-brand-mark {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--teal), var(--teal-2));
  box-shadow: 0 8px 18px rgba(10, 158, 144, 0.32);
}

.dm-brand-name {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--teal);
}

.dm-nav {
  display: flex;
  gap: 12px;
  flex: 1;
  justify-content: center;
}

.dm-nav a {
  color: rgba(15, 23, 42, 0.84);
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.dm-nav a:hover {
  color: var(--teal);
}

.dm-header-right {
  display: flex;
  gap: 8px;
  align-items: center;
}

.dm-lang-switch {
  display: inline-flex;
  gap: 4px;
}

.dm-lang-btn {
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #6a7788;
  font-weight: 700;
  font-size: 11px;
  border-radius: 7px;
  min-width: 44px;
  min-height: 44px;
  padding: 8px 10px;
  cursor: pointer;
}

.dm-lang-btn.active,
.dm-lang-btn:hover {
  border-color: var(--accent);
  color: var(--navy);
  background: rgba(255, 95, 69, 0.08);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(17, 184, 168, 0.5);
  outline-offset: 2px;
}

.dm-btn {
  border-radius: 999px;
  min-height: 44px;
  padding: 10px 16px;
  font-weight: 800;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
}

.dm-btn-solid {
  background: linear-gradient(135deg, var(--accent), var(--coral-2));
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.01em;
  box-shadow: 0 14px 28px rgba(255, 95, 69, 0.28);
}

.dm-btn-solid:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  box-shadow: 0 16px 30px rgba(10, 158, 144, 0.24);
}

.dm-btn-ghost {
  border-color: rgba(255, 95, 69, 0.34);
  background: rgba(255, 95, 69, 0.06);
  color: var(--navy);
}

.dm-btn-ghost:hover {
  border-color: rgba(10, 158, 144, 0.48);
  background: rgba(10, 158, 144, 0.12);
  transform: translateY(-2px);
}

.dm-section,
.dm-hero,
.dm-trust-strip,
.dm-cta {
  margin-top: 20px;
}

.dm-cta {
  margin-bottom: 28px;
}

main section[id] {
  scroll-margin-top: 96px;
}

#dmHeroLeadForm,
#dmFooterDetailForm,
#dmFooterDetails {
  scroll-margin-top: 116px;
}

@supports (content-visibility: auto) {
  .dm-section,
  .dm-trust-strip,
  .dm-cta {
    content-visibility: auto;
    contain-intrinsic-size: 1px 900px;
  }
}

.dm-kicker {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
  background: rgba(255, 95, 69, 0.1);
  color: var(--accent);
  border: 1px solid rgba(255, 95, 69, 0.26);
}

.dm-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  padding: 18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 12% 18%, rgba(17, 184, 168, 0.18), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(255, 95, 69, 0.18), transparent 24%),
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 58%, rgba(10, 158, 144, 0.94) 100%);
  box-shadow: 0 28px 54px rgba(15, 23, 42, 0.22);
}

.dm-hero-visual {
  display: flex;
}

.dm-hero-visual .dm-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.dm-hero-copy,
.dm-panel,
.dm-card,
.dm-step,
.dm-package-card,
.dm-testimonial-card,
.dm-case-copy,
.dm-cta-inner,
.dm-trust-inner,
.dm-guarantee {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.dm-hero-copy,
.dm-panel,
.dm-case-copy {
  padding: 18px;
}

.dm-hero-copy,
.dm-trust-inner,
.dm-guarantee,
.dm-section-alt .dm-wrap {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 250, 0.92));
  border-color: rgba(17, 184, 168, 0.16);
}

.dm-hero-copy h1 {
  margin: 10px 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: clamp(30px, 4.3vw, 48px);
  line-height: 1.08;
  text-wrap: balance;
  color: var(--navy);
}

.dm-subcopy,
.dm-conversion-note {
  color: var(--muted);
}

.dm-conversion-note {
  margin-top: 8px;
  max-width: 70ch;
  color: #44556a;
  line-height: 1.7;
}

.dm-section-alt .dm-wrap {
  padding: 22px;
  border: 1px solid rgba(17, 184, 168, 0.14);
  border-radius: 18px;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.dm-section > .dm-wrap > h2,
.dm-section-alt > .dm-wrap > h2,
.dm-cta-inner h2,
.dm-footer-inner h2 {
  color: var(--navy);
  letter-spacing: -0.03em;
}

.dm-section > .dm-wrap > h3,
.dm-section-alt > .dm-wrap > h3 {
  color: var(--navy);
}

.dm-hero-lead-form {
  margin-top: 14px;
  border: 1px solid rgba(255, 95, 69, 0.22);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 248, 246, 0.98), rgba(255, 255, 255, 0.98));
  padding: 12px;
  box-shadow: 0 16px 30px rgba(255, 95, 69, 0.1);
}

.dm-form-label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}

.dm-form-row {
  display: flex;
  gap: 8px;
}

.dm-form-row input {
  flex: 1;
  min-width: 0;
  min-height: 44px;
  border: 1px solid rgba(8, 19, 35, 0.2);
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 14px;
  font-family: "Manrope", "Segoe UI", sans-serif;
}

.dm-form-row input:focus {
  outline: none;
  border-color: rgba(10, 158, 144, 0.58);
  box-shadow: 0 0 0 3px rgba(10, 158, 144, 0.15);
}

.dm-form-help {
  margin-top: 7px;
  font-size: 12px;
  color: #64748b;
}

.dm-form-error {
  margin-top: 6px;
  min-height: 1.2em;
  font-size: 12px;
  font-weight: 700;
  color: #b91c1c;
}

.dm-form-status {
  margin-top: 6px;
  min-height: 1.2em;
  font-size: 12px;
  font-weight: 700;
  color: #0f766e;
}

.dm-form-status.is-error {
  color: #b91c1c;
}

.dm-form-alt {
  margin-top: 6px;
  font-size: 12px;
}

.dm-form-alt a {
  color: var(--teal);
  font-weight: 700;
  text-decoration: underline;
}

.dm-form-row input[aria-invalid="true"] {
  border-color: rgba(185, 28, 28, 0.7);
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.12);
}

.dm-hero-actions {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.dm-hero-link {
  color: rgba(15, 23, 42, 0.72);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.dm-hero-link:hover {
  color: var(--teal);
}

.dm-inline-proof {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dm-inline-proof li,
.dm-package-tag,
.dm-meta {
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(10, 158, 144, 0.34);
  background: rgba(10, 158, 144, 0.16);
  color: #0d4f57;
  font-size: 12px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.dm-inline-proof li:hover,
.dm-meta:hover {
  border-color: rgba(15, 23, 42, 0.18);
  background: rgba(15, 23, 42, 0.06);
  color: var(--navy);
  transform: translateY(-2px);
}

.dm-panel-dark {
  background:
    radial-gradient(circle at top right, rgba(255, 95, 69, 0.2), transparent 24%),
    linear-gradient(180deg, var(--navy), var(--navy-2));
  color: #e2e8f0;
}

.dm-image-slot {
  margin-top: 10px;
  min-height: 160px;
  border-radius: 12px;
  border: 1px dashed rgba(255, 255, 255, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}

.dm-hero-image-wrap {
  margin: 10px 0 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(7, 12, 34, 0.78);
  flex: 1;
  min-height: 0;
  display: flex;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.dm-hero-compare {
  --compare-position: 50%;
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 12px;
  overflow: hidden;
  background: #070f23;
  isolation: isolate;
}

.dm-case-compare {
  margin-top: 10px;
  aspect-ratio: 14 / 9;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.dm-hero-compare-data-architecture {
  --compare-before-image: image-set(
    url('/src/img/assets/data-architecture-after-768x1024.webp') type('image/webp') 1x,
    url('/src/img/assets/data-architecture-after-768x1024.png') type('image/png') 1x
  );
  --compare-after-image: image-set(
    url('/src/img/assets/data-architecture-before-768x1024.webp') type('image/webp') 1x,
    url('/src/img/assets/data-architecture-before-768x1024.png') type('image/png') 1x
  );
}

.dm-hero-compare-layer {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  will-change: width;
}

.dm-hero-compare-before {
  background-image: var(--compare-before-image);
  background-position: center center;
}

.dm-hero-compare-after {
  background-image: var(--compare-after-image);
  background-position: center center;
  width: var(--compare-position);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.dm-hero-compare-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--compare-position);
  width: 2px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.65));
  box-shadow: 0 0 0 1px rgba(7, 15, 35, 0.16), 0 0 18px rgba(7, 15, 35, 0.45);
}

.dm-hero-compare-divider::before {
  content: "<>";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  background: rgba(255, 255, 255, 0.96);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dm-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.dm-hero-compare-range {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 10px;
  width: calc(100% - 24px);
  margin: 0;
  z-index: 2;
  accent-color: var(--teal2);
}

.dm-hero-compare-tags {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  pointer-events: none;
}

.dm-hero-compare-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.dm-hero-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.dm-trust-inner {
  padding: 18px 20px;
}

.dm-trust-inner > p {
  margin: 0;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
}

.dm-pricing-section .dm-wrap > h2 {
  margin: 10px 0 6px;
}

.dm-route-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid rgba(17, 184, 168, 0.16);
  background: linear-gradient(180deg, rgba(244, 251, 250, 0.94), rgba(255, 255, 255, 0.98));
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.dm-route-note strong {
  display: block;
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
}

.dm-route-note p {
  margin: 6px 0 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
}

.dm-route-note .dm-link {
  margin-top: 10px;
}

.dm-pricing-controls {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: start;
}

.dm-billing-toggle {
  display: inline-flex;
  gap: 6px;
  border: 1px solid rgba(17, 184, 168, 0.16);
  border-radius: 999px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.94);
}

.dm-billing-toggle button {
  border: 0;
  border-radius: 999px;
  min-height: 44px;
  padding: 8px 12px;
  background: transparent;
  color: #475569;
  font-weight: 700;
  font-family: "Sora", "Manrope", sans-serif;
  letter-spacing: -0.02em;
  cursor: pointer;
}

.dm-billing-toggle button.is-active {
  background: linear-gradient(135deg, var(--accent), var(--coral-2));
  color: #fff;
}

.dm-urgency-card {
  border: 1px solid rgba(255, 95, 69, 0.28);
  border-radius: 12px;
  padding: 10px 12px;
  background: linear-gradient(180deg, rgba(255, 248, 246, 0.98), rgba(255, 255, 255, 0.98));
  min-width: 220px;
}

.dm-urgency-card p {
  font-size: 12px;
  color: #475569;
}

.dm-urgency-card strong {
  display: inline-block;
  margin-top: 2px;
  color: #df3f2a;
  font-size: 24px;
}

.dm-slots-progress {
  margin-top: 8px;
  width: 100%;
  height: 7px;
  border-radius: 999px;
  background: rgba(8, 19, 35, 0.09);
  overflow: hidden;
}

.dm-slots-progress span {
  display: block;
  height: 100%;
  width: 35%;
  background: linear-gradient(90deg, var(--accent), var(--teal));
}

#dmSlotsProgressBar {
  width: 34%;
}

.dm-urgency-card small {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #64748b;
}

.dm-packages-grid,
.dm-testimonials-grid,
.dm-cards-3,
.dm-steps {
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.dm-packages-grid,
.dm-testimonials-grid,
.dm-cards-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dm-testimonials-carousel {
  position: relative;
  margin-top: 12px;
  padding: 0 56px;
}

.dm-testimonials-viewport {
  overflow: hidden;
}

.dm-testimonials-carousel .dm-testimonials-grid {
  margin-top: 0;
  display: flex;
  gap: 0;
  transition: transform 0.36s ease;
  will-change: transform;
}

.dm-testimonials-carousel .dm-testimonial-card {
  flex: 0 0 100%;
}

.dm-testimonials-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  background: rgba(255, 255, 255, 0.94);
  color: var(--navy);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  z-index: 2;
}

.dm-testimonials-prev {
  left: 10px;
}

.dm-testimonials-next {
  right: 10px;
}

.dm-testimonials-arrow:hover {
  border-color: rgba(10, 158, 144, 0.34);
  color: var(--teal);
}

.dm-testimonials-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.dm-testimonials-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(15, 23, 42, 0.18);
  padding: 0;
  cursor: pointer;
  transition: background 0.22s, width 0.22s;
}

.dm-testimonials-dot.active {
  background: var(--teal);
  width: 22px;
}

.dm-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

/* Stack categories */
.dm-stack-categories { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px 18px; align-items: start; margin-top: 16px; }
.dm-stack-category { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.dm-stack-cat-label { font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--teal); }
.dm-stack-tools { font-size: 13px; color: #475569; line-height: 1.5; }

.dm-stack-category:nth-child(even) .dm-stack-cat-label {
  color: var(--accent);
}

/* Sector grid */
.dm-sector-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-top: 24px; }
.dm-sectors-intro { max-width: 72ch; }
.dm-sector-card { display: flex; flex-direction: column; min-height: 100%; background: linear-gradient(180deg, #fff, rgba(244, 251, 250, 0.92)); border: 1px solid rgba(17, 184, 168, 0.14); border-radius: 12px; padding: 18px; box-shadow: var(--shadow); transition: all 0.24s ease; }
.dm-sector-card h3 { font-size: 17px; font-weight: 800; color: var(--teal); line-height: 1.2; letter-spacing: -0.02em; margin: 0 0 8px; }
.dm-sector-card p { margin: 0; font-size: 13px; color: #475569; line-height: 1.55; }
.dm-sector-micro { margin-top: 12px; font-size: 13px; color: #334155; }
.dm-sector-cta { margin-top: auto; padding-top: 14px; font-size: 12px; }

.dm-sector-chip {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 24px;
  margin-bottom: 12px;
  padding: 3px 9px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  color: #526176;
  border: 1px solid rgba(15, 23, 42, 0.07);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#sectors[data-sector-layout="five"] .dm-sector-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

#sectors[data-sector-layout="five"] .dm-sector-grid > .dm-sector-card {
  grid-column: span 4;
}

#sectors[data-sector-layout="five"] .dm-sector-grid > .dm-sector-card:nth-child(4) {
  grid-column: span 5;
}

#sectors[data-sector-layout="five"] .dm-sector-grid > .dm-sector-card:nth-child(5) {
  grid-column: span 7;
}

.dm-sector-card:nth-child(even) h3,
.dm-services-grid .dm-service-card:nth-child(even) h4 {
  color: var(--accent);
}

/* Included services */
.dm-included-services {
  margin-top: 24px;
  padding: 20px;
  border: 1px solid rgba(255, 95, 69, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255, 248, 246, 0.9), rgba(255, 255, 255, 0.96));
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.06);
}

.dm-included-services .dm-kicker {
  background: rgba(255, 95, 69, 0.14);
  color: #c53f2b;
  border-color: rgba(255, 95, 69, 0.26);
}

.dm-included-services h3 {
  margin: 10px 0 6px;
  color: var(--navy);
}

.dm-included-services .dm-conversion-note {
  color: #334155;
  font-weight: 700;
}

.dm-services-grid { margin-top: 18px; }
.dm-service-card { display: flex; flex-direction: column; gap: 8px; }
.dm-service-card h4 { margin: 0; font-size: 15px; font-weight: 800; color: var(--navy); }
.dm-service-icon { font-size: 22px; line-height: 1; }

.dm-modules-intro {
  margin: 12px 0 0;
  max-width: 74ch;
  color: #334155;
  font-weight: 700;
}

.dm-modules-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.dm-module-card {
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: linear-gradient(180deg, #ffffff, rgba(247, 250, 252, 0.96));
  box-shadow: var(--shadow);
}

.dm-module-card h3 {
  margin: 10px 0 6px;
  font-size: 16px;
  line-height: 1.25;
  color: var(--navy);
}

.dm-module-card p {
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
}

.dm-module-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 95, 69, 0.22);
  background: rgba(255, 95, 69, 0.08);
  color: var(--accent);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dm-module-card:nth-child(even) .dm-module-chip {
  border-color: rgba(10, 158, 144, 0.24);
  background: rgba(10, 158, 144, 0.1);
  color: var(--teal);
}

.dm-module-choices {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  align-items: start;
}

.dm-module-choice {
  display: grid;
  gap: 10px;
  align-content: start;
}

.dm-module-choice .dm-btn,
.dm-module-secondary-action {
  width: 100%;
  min-height: 46px;
  justify-content: center;
}

.dm-module-secondary-action {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 251, 250, 0.96));
  color: var(--navy);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.05);
  transition: all 0.2s ease;
}

.dm-module-secondary-action:hover {
  border-color: rgba(10, 158, 144, 0.34);
  background: rgba(10, 158, 144, 0.08);
  color: var(--teal);
  transform: translateY(-2px);
}

.dm-module-choice-help {
  margin: 0;
  color: #44556a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}

/* Ideal fit */
.dm-fit-check { margin-top: 24px; }
.dm-fit-grid { margin-top: 18px; }
.dm-fit-card { min-height: 0; }
.dm-fit-card-negative { border-left-color: var(--coral); }
.dm-fit-list { list-style: none; padding: 0; margin: 10px 0 0; display: flex; flex-direction: column; gap: 8px; }
.dm-fit-list li { position: relative; padding-left: 22px; font-size: 13px; color: #475569; line-height: 1.55; }
.dm-fit-list li::before { content: "✓"; position: absolute; left: 0; top: 0; font-weight: 800; color: var(--teal); }
.dm-fit-list-negative li::before { content: "✗"; color: var(--coral); }

/* Metrics grid */
.dm-metrics-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 24px; }
.dm-metric-card { background: linear-gradient(180deg, #fff, rgba(255, 248, 246, 0.88)); border: 1px solid rgba(255, 95, 69, 0.12); border-radius: 12px; padding: 20px 16px; min-height: 188px; box-shadow: var(--shadow); text-align: center; display: flex; flex-direction: column; align-items: center; gap: 4px; transition: all 0.24s ease; }
.dm-metric-icon { font-size: 24px; line-height: 1; }
.dm-metric-num { font-size: 28px; font-weight: 900; color: var(--navy); line-height: 1.1; }
.dm-metric-label { font-size: 12px; font-weight: 700; color: var(--accent); text-transform: uppercase; letter-spacing: 0.04em; }
.dm-metric-text { margin: 6px 0 0; font-size: 13px; color: #64748b; line-height: 1.5; }

/* Differentiators */
.dm-differentiators { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.dm-diff-item { background: linear-gradient(180deg, #fff, rgba(244, 251, 250, 0.9)); border: 1px solid rgba(17, 184, 168, 0.16); border-left: 4px solid var(--teal); border-radius: 0 10px 10px 0; padding: 16px 18px; min-height: 118px; box-shadow: var(--shadow); transition: all 0.24s ease; }
.dm-diff-item strong { display: block; font-size: 15px; font-weight: 800; color: #0f172a; margin-bottom: 4px; }
.dm-diff-item p { margin: 0; font-size: 13px; color: #475569; line-height: 1.55; }

.dm-diff-item:nth-child(even) {
  border-left-color: var(--accent);
}

.dm-package-card,
.dm-testimonial-card,
.dm-card,
.dm-step {
  padding: 14px;
  transition: all 0.24s ease;
}

.dm-testimonial-card,
.dm-card,
.dm-step,
.dm-case-copy {
  background: linear-gradient(180deg, #ffffff, rgba(247, 250, 252, 0.96));
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.dm-testimonials-grid > .dm-testimonial-card:nth-child(odd),
.dm-cards-3 > .dm-card:nth-child(odd),
.dm-steps > .dm-step:nth-child(odd) {
  border-top: 3px solid rgba(17, 184, 168, 0.7);
}

.dm-testimonials-grid > .dm-testimonial-card:nth-child(even),
.dm-cards-3 > .dm-card:nth-child(even),
.dm-steps > .dm-step:nth-child(even) {
  border-top: 3px solid rgba(255, 95, 69, 0.62);
}

.dm-package-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff, rgba(244, 251, 250, 0.9));
  border: 1px solid rgba(17, 184, 168, 0.16);
}

.dm-package-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--teal2));
}

.dm-packages-grid > .dm-package-card:nth-child(even)::before {
  background: linear-gradient(90deg, var(--accent), var(--coral-2));
}

.dm-package-card:hover,
.dm-testimonial-card:hover,
.dm-card:hover,
.dm-step:hover,
.dm-sector-card:hover,
.dm-metric-card:hover,
.dm-diff-item:hover,
.dm-case-copy:hover,
.dm-panel:hover,
.dm-faq-details:hover,
.dm-cta-inner:hover {
  transform: translateY(-3px);
  border-color: rgba(10, 158, 144, 0.28);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.dm-package-featured {
  border-color: rgba(255, 95, 69, 0.34);
  background: linear-gradient(180deg, rgba(255, 248, 246, 0.98), rgba(255, 255, 255, 0.92));
}

.dm-package-featured::before {
  background: linear-gradient(90deg, var(--accent), var(--teal2));
}

.dm-package-card h3 {
  margin: 0;
  color: var(--navy);
}

.dm-packages-grid > .dm-package-card:nth-child(3n + 1) h3 {
  color: var(--teal);
}

.dm-packages-grid > .dm-package-card:nth-child(3n + 2) h3 {
  color: var(--accent);
}

.dm-package-price {
  margin: 8px 0 0;
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 30px;
  color: var(--accent);
  font-weight: 800;
}

.dm-package-period {
  margin-top: -6px;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
}

.dm-testimonial-avatar {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), var(--teal2));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 8px;
}

.dm-testimonials-grid article:nth-child(odd) .dm-testimonial-avatar {
  background: linear-gradient(135deg, var(--coral), var(--coral-2));
}

.dm-testimonials-grid article:nth-child(even) .dm-testimonial-avatar {
  background: linear-gradient(135deg, var(--teal), var(--teal2));
}

.dm-testimonial-tag {
  display: inline-flex;
  margin: 0 0 8px;
  padding: 4px 9px;
  border-radius: 999px;
  border: 1px solid rgba(10, 158, 144, 0.24);
  background: rgba(10, 158, 144, 0.08);
  color: var(--teal);
  font-size: 11px;
  font-weight: 700;
}

.dm-testimonial-meta {
  margin-top: 8px;
  color: #55657a;
  display: grid;
}

.dm-case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 12px;
}

.dm-link {
  display: inline-flex;
  margin-top: 8px;
  color: var(--teal);
  font-weight: 700;
}

.dm-link:hover,
.dm-footer-nav a:hover {
  color: var(--accent);
}

.dm-guarantee {
  margin-top: 16px;
  border: 1px dashed rgba(255, 95, 69, 0.34);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 248, 246, 0.98), rgba(255, 255, 255, 0.94));
  padding: 14px 16px;
}

.dm-guarantee h3 {
  font-family: "Sora", "Manrope", sans-serif;
  margin: 0 0 8px;
  font-size: 18px;
}

.dm-guarantee p {
  margin: 0;
  color: #334155;
  line-height: 1.62;
}

.dm-mid-cta,
.dm-cta-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.dm-mid-cta-help {
  margin: 0;
  align-self: center;
  max-width: 36ch;
  padding: 0 0 0 8px;
  font-size: 13px;
  color: #334155;
  font-weight: 700;
  line-height: 1.55;
}

.dm-catalog-guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.95fr);
  gap: 18px;
  align-items: start;
}

.dm-guide-outcomes {
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 95, 69, 0.16);
  background: linear-gradient(180deg, rgba(255, 248, 246, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
}

.dm-guide-outcomes-title {
  margin: 0;
  color: var(--navy);
  font-size: 15px;
  font-weight: 800;
}

.dm-guide-outcomes .dm-fit-list {
  margin-top: 12px;
}

.dm-faq-accordion {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.dm-faq-details {
  border: 1px solid rgba(17, 184, 168, 0.16);
  border-radius: 14px;
  background: linear-gradient(180deg, #fff, rgba(244, 251, 250, 0.92));
  padding: 12px 14px;
  box-shadow: var(--shadow);
  transition: all 0.24s ease;
}

.dm-faq-details summary {
  cursor: pointer;
  list-style: none;
  min-height: 44px;
  display: flex;
  align-items: center;
  font-weight: 800;
  color: #0f172a;
  position: relative;
  padding-right: 24px;
}

.dm-faq-details summary::-webkit-details-marker {
  display: none;
}

.dm-faq-details summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
  color: var(--teal);
}

.dm-faq-details[open] summary::after {
  content: "-";
}

.dm-faq-details p {
  margin-top: 8px;
  color: #475569;
}

.dm-cta-inner {
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(255, 95, 69, 0.18), transparent 22%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(19, 35, 63, 0.95));
  border-color: rgba(17, 184, 168, 0.26);
  color: #e2e8f0;
}

.dm-cta-inner h2,
.dm-cta-inner p {
  color: inherit;
}

.dm-cta-inner h2 {
  color: #ffffff;
}

.dm-cta-inner .dm-kicker {
  background: rgba(255, 95, 69, 0.12);
  color: #ffd0c7;
  border-color: rgba(255, 95, 69, 0.28);
}

.dm-cta-inner .dm-btn-ghost {
  border-color: rgba(255, 95, 69, 0.42);
  background: rgba(255, 95, 69, 0.94);
  color: #ffffff;
}

.dm-cta-inner .dm-btn-ghost:hover {
  border-color: rgba(17, 184, 168, 0.5);
  background: rgba(17, 184, 168, 0.94);
  color: #ffffff;
}

.dm-contact-route {
  margin-top: 8px;
  color: rgba(226, 232, 240, 0.9);
  font-size: 14px;
}

.dm-contact-guide {
  margin-top: 6px;
  color: rgba(226, 232, 240, 0.76);
  font-size: 13px;
  line-height: 1.65;
}

.dm-footer {
  margin: 14px 0 24px;
}

.dm-footer-inner {
  background:
    radial-gradient(circle at top right, rgba(17, 184, 168, 0.18), transparent 24%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(19, 35, 63, 0.95));
  border: 1px solid rgba(17, 184, 168, 0.18);
  border-radius: 14px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.18);
  padding: 14px;
  display: grid;
  gap: 12px;
  color: #e2e8f0;
}

.dm-footer-contact {
  margin: 0;
  font-weight: 700;
  color: #f8fafc;
}

.dm-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dm-footer-nav a {
  color: var(--teal2);
  font-weight: 700;
}

.dm-footer small {
  color: rgba(226, 232, 240, 0.76);
}

.dm-footer-legal {
  border: 1px solid rgba(17, 184, 168, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  padding: 10px 12px;
}

.dm-footer-legal summary {
  cursor: pointer;
  font-weight: 800;
  color: #0f172a;
}

.dm-footer-legal-text {
  margin: 8px 0 0;
  color: #475569;
  font-size: 13px;
}

.dm-footer-copyright {
  color: rgba(226, 232, 240, 0.8);
  display: block;
  text-align: center;
}

.dm-footer-detail-form {
  margin-top: 2px;
}

.dm-footer-form-intro {
  margin: 0 0 10px;
  color: #334155;
  font-size: 13px;
}

.dm-footer-detail-form textarea {
  width: 100%;
  min-height: 132px;
  border: 1px solid rgba(8, 19, 35, 0.2);
  border-radius: 10px;
  padding: 11px 12px;
  font-size: 14px;
  font-family: "Manrope", "Segoe UI", sans-serif;
  resize: vertical;
}

.dm-footer-detail-form textarea:focus {
  outline: none;
  border-color: rgba(10, 158, 144, 0.58);
  box-shadow: 0 0 0 3px rgba(10, 158, 144, 0.15);
}

.dm-footer-detail-form textarea[aria-invalid="true"] {
  border-color: rgba(185, 28, 28, 0.7);
  box-shadow: 0 0 0 3px rgba(185, 28, 28, 0.12);
}

.dm-footer-detail-form .dm-cta-actions {
  align-items: center;
}

.dm-footer-detail-form .dm-form-help {
  margin: 0;
  padding-left: 6px;
  color: #334155;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.dm-pricing-section > .dm-wrap > .dm-kicker,
#contact .dm-kicker {
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}

.dm-pricing-section > .dm-wrap > .dm-kicker {
  background: rgba(255, 95, 69, 0.16);
  color: #c53f2b;
}

.dm-mobile-sticky-cta {
  display: none;
}

.dm-back-to-top {
  position: fixed;
  right: 14px;
  bottom: 16px;
  z-index: 26;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 95, 69, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--accent);
  font-size: 22px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
  cursor: pointer;
}

.dm-back-to-top:hover {
  transform: translateY(-2px);
  background: rgba(10, 158, 144, 0.12);
  color: var(--teal);
}

.dm-hero-cta-row {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes dm-fade-up {
    from {
      opacity: 0;
      transform: translateY(14px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  main > section {
    opacity: 0;
    animation: dm-fade-up 0.54s ease forwards;
  }

  main > section:nth-of-type(1) { animation-delay: 0.03s; }
  main > section:nth-of-type(2) { animation-delay: 0.08s; }
  main > section:nth-of-type(3) { animation-delay: 0.12s; }
  main > section:nth-of-type(4) { animation-delay: 0.16s; }
  main > section:nth-of-type(5) { animation-delay: 0.2s; }
  main > section:nth-of-type(6) { animation-delay: 0.24s; }
  main > section:nth-of-type(7) { animation-delay: 0.28s; }
  main > section:nth-of-type(8) { animation-delay: 0.32s; }
}

@media (max-width: 1024px) {
  .dm-nav {
    display: none;
  }

  .dm-stack-categories {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dm-hero-grid,
  .dm-case-grid,
  .dm-pricing-controls {
    grid-template-columns: 1fr;
  }

  .dm-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-packages-grid,
  .dm-testimonials-grid,
  .dm-cards-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .dm-nav {
    gap: 10px;
  }

  .dm-nav a {
    font-size: 13px;
  }

  .dm-sector-grid,
  .dm-metrics-grid,
  .dm-modules-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-module-choices {
    grid-template-columns: 1fr;
  }

  #sectors[data-sector-layout="five"] .dm-sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #sectors[data-sector-layout="five"] .dm-sector-grid > .dm-sector-card,
  #sectors[data-sector-layout="five"] .dm-sector-grid > .dm-sector-card:nth-child(4),
  #sectors[data-sector-layout="five"] .dm-sector-grid > .dm-sector-card:nth-child(5) {
    grid-column: span 1;
  }

  .dm-catalog-guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .dm-stack-categories {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dm-packages-grid,
  .dm-testimonials-grid,
  .dm-cards-3,
  .dm-sector-grid,
  .dm-metrics-grid,
  .dm-differentiators,
  .dm-modules-grid {
    grid-template-columns: 1fr;
  }

  .dm-module-choices {
    grid-template-columns: 1fr;
  }

  .dm-testimonials-carousel {
    padding: 0 46px;
  }

  .dm-testimonials-prev {
    left: 6px;
  }

  .dm-testimonials-next {
    right: 6px;
  }

  #sectors[data-sector-layout="five"] .dm-sector-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .dm-header {
    top: 0;
    margin-top: 0;
  }

  .dm-header .dm-wrap {
    width: min(1120px, calc(100% - 16px));
  }

  .dm-testimonials-carousel {
    padding: 0 38px;
  }

  .dm-testimonials-arrow {
    width: 36px;
    height: 36px;
  }

  .dm-header-inner {
    gap: 8px;
    padding: 8px 10px;
    justify-content: flex-start;
  }

  .dm-brand {
    width: clamp(164px, 42vw, 208px);
  }

  .dm-brand-logo {
    transform: translate(calc(var(--brand-window-height) * -1.5), calc(var(--brand-window-height) * -2.18));
  }

  .dm-header-right {
    gap: 6px;
    min-width: 0;
    margin-left: auto;
    flex: 0 0 auto;
  }

  .dm-header-right .dm-btn {
    min-height: 40px;
    max-width: 156px;
    padding: 8px 10px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .dm-lang-switch {
    gap: 2px;
  }

  .dm-lang-btn {
    min-width: 38px;
    min-height: 40px;
    padding: 6px 8px;
    font-size: 10px;
  }

  .dm-mid-cta-help,
  .dm-footer-detail-form .dm-form-help {
    max-width: none;
    padding-left: 0;
  }

  .dm-form-row {
    flex-direction: column;
  }

  .dm-form-row .dm-btn {
    width: 100%;
  }

  .dm-mobile-sticky-cta {
    display: inline-flex;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 25;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), var(--coral-2));
    color: #fff;
    font-weight: 800;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.22);
  }

  .dm-back-to-top {
    bottom: 88px;
  }

  .dm-header-inner {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .dm-hero-grid {
    padding: 14px;
    border-radius: 22px;
  }

  .dm-case-compare {
    aspect-ratio: 4 / 3;
  }

  .dm-hero-compare-range {
    left: 10px;
    right: 10px;
    width: calc(100% - 20px);
  }

  .dm-package-card,
  .dm-testimonial-card,
  .dm-card,
  .dm-step,
  .dm-faq-details,
  .dm-cta-inner,
  .dm-panel,
  .dm-case-copy {
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  }

  body {
    line-height: 1.72;
    padding-bottom: 74px;
  }
}

@media (max-width: 420px) {
  .dm-brand {
    width: clamp(152px, 46vw, 178px);
  }

  .dm-header-right .dm-btn {
    max-width: 146px;
  }
}

@media (max-width: 320px) {
  .dm-wrap {
    width: calc(100% - 20px);
  }

  .dm-hero-copy h1 {
    font-size: 32px;
    line-height: 1.15;
  }

  .dm-brand-logo {
    height: calc(var(--brand-window-height) * 5.75);
  }

  .dm-btn,
  .dm-lang-btn,
  .dm-billing-toggle button,
  .dm-form-row input {
    min-height: 44px;
  }
}

@media (hover: none) {
  .dm-package-card:hover,
  .dm-testimonial-card:hover,
  .dm-card:hover,
  .dm-step:hover,
  .dm-sector-card:hover,
  .dm-metric-card:hover,
  .dm-diff-item:hover,
  .dm-case-copy:hover,
  .dm-panel:hover,
  .dm-faq-details:hover,
  .dm-cta-inner:hover,
  .dm-btn-solid:hover,
  .dm-btn-ghost:hover,
  .dm-inline-proof li:hover,
  .dm-meta:hover {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .dm-package-card:hover,
  .dm-testimonial-card:hover,
  .dm-card:hover,
  .dm-step:hover,
  .dm-sector-card:hover,
  .dm-metric-card:hover,
  .dm-diff-item:hover,
  .dm-case-copy:hover,
  .dm-panel:hover,
  .dm-faq-details:hover,
  .dm-cta-inner:hover,
  .dm-btn-solid:hover,
  .dm-btn-ghost:hover,
  .dm-inline-proof li:hover,
  .dm-meta:hover {
    transform: none;
  }
}
