/*
Theme Name: Flatsome Child
Template: flatsome
Version: 1.0.2
Text Domain: flatsome-child
*/

@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap');

:root {
  --dn-bg: #f8f7f1;
  --dn-surface: #ffffff;
  --dn-surface-2: #f3f4ea;
  --dn-ink: #1f261f;
  --dn-muted: #596257;
  --dn-brand: #2f7a2c;
  --dn-brand-dark: #135725;
  --dn-brand-soft: #dfead6;
  --dn-line: rgba(45, 72, 44, 0.12);
  --dn-shadow: 0 24px 60px rgba(23, 43, 20, 0.09);
  --dn-radius-xl: 30px;
  --dn-radius-lg: 24px;
}

@media (max-width: 1024px) {
  .dn-system-card__art {
    width: 144px !important;
    height: 144px !important;
    margin: 0 auto 6px !important;
    background:
      radial-gradient(circle at 50% 50%, rgba(255,255,255,0.99) 0 25%, rgba(223, 239, 206, 0.98) 26% 58%, rgba(184, 224, 120, 0.98) 59% 100%) !important;
    box-shadow:
      inset 0 0 0 1px rgba(47,122,44,0.22) !important,
      inset 0 0 0 12px rgba(219, 237, 200, 0.98) !important,
      0 10px 22px rgba(55, 121, 33, 0.10) !important;
  }

  .dn-system-card__art-image {
    inset: 4px !important;
    width: calc(100% - 8px) !important;
    height: calc(100% - 8px) !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
    box-shadow: 0 10px 22px rgba(55, 121, 33, 0.12) !important;
  }

  .dn-system-card__art--food .dn-system-card__art-image,
  .dn-system-card__art--kitchen .dn-system-card__art-image,
  .dn-system-card__art--profit .dn-system-card__art-image {
    transform: scale(1.3) !important;
  }

  .dn-system-card__art--food .dn-system-card__art-image {
    object-position: center 50% !important;
  }

  .dn-system-card__art--kitchen .dn-system-card__art-image {
    object-position: center 48% !important;
  }

  .dn-system-card__art--profit .dn-system-card__art-image {
    object-position: center 47% !important;
  }
}

@media (max-width: 480px) {
  .dn-system-card__art {
    width: 132px !important;
    height: 132px !important;
    margin: 0 auto 6px !important;
    background:
      radial-gradient(circle at 50% 50%, rgba(255,255,255,1) 0 24%, rgba(223, 239, 206, 0.98) 25% 58%, rgba(184, 224, 120, 0.99) 59% 100%) !important;
    box-shadow:
      inset 0 0 0 1px rgba(47,122,44,0.22) !important,
      inset 0 0 0 11px rgba(219, 237, 200, 0.99) !important,
      0 8px 18px rgba(55, 121, 33, 0.10) !important;
  }

  .dn-system-card__art-image {
    inset: 3px !important;
    width: calc(100% - 6px) !important;
    height: calc(100% - 6px) !important;
  }

  .dn-system-card__art--food .dn-system-card__art-image,
  .dn-system-card__art--kitchen .dn-system-card__art-image,
  .dn-system-card__art--profit .dn-system-card__art-image {
    transform: scale(1.34) !important;
  }
}

@media (max-width: 1024px) {
  .dn-system-card__art {
    width: 136px !important;
    height: 136px !important;
    margin: 0 auto 4px !important;
    border-radius: 50% !important;
    background:
      radial-gradient(circle at 50% 50%, rgba(255,255,255,0.98) 0 28%, rgba(223, 239, 206, 0.96) 29% 60%, rgba(198, 228, 152, 0.98) 61% 100%) !important;
    box-shadow:
      inset 0 0 0 1px rgba(47,122,44,0.18) !important,
      inset 0 0 0 11px rgba(219, 237, 200, 0.98) !important,
      0 0 0 1px rgba(47,122,44,0.08) !important;
  }

  .dn-system-card__art-image {
    inset: 3px !important;
    width: calc(100% - 6px) !important;
    height: calc(100% - 6px) !important;
    border-radius: 50% !important;
    box-shadow: 0 10px 22px rgba(55, 121, 33, 0.10) !important;
  }

  .dn-system-card__art--food .dn-system-card__art-image,
  .dn-system-card__art--kitchen .dn-system-card__art-image,
  .dn-system-card__art--profit .dn-system-card__art-image {
    transform: scale(1.22) !important;
  }

  .dn-system-card__art--food .dn-system-card__art-image {
    object-position: center 52% !important;
  }

  .dn-system-card__art--kitchen .dn-system-card__art-image {
    object-position: center 49% !important;
  }

  .dn-system-card__art--profit .dn-system-card__art-image {
    object-position: center 48% !important;
  }
}

@media (max-width: 480px) {
  .dn-system-card__art {
    width: 126px !important;
    height: 126px !important;
    margin: 0 auto 4px !important;
    background:
      radial-gradient(circle at 50% 50%, rgba(255,255,255,0.99) 0 27%, rgba(223, 239, 206, 0.97) 28% 60%, rgba(198, 228, 152, 0.99) 61% 100%) !important;
    box-shadow:
      inset 0 0 0 1px rgba(47,122,44,0.18) !important,
      inset 0 0 0 10px rgba(219, 237, 200, 0.98) !important,
      0 0 0 1px rgba(47,122,44,0.08) !important;
  }

  .dn-system-card__art-image {
    inset: 3px !important;
    width: calc(100% - 6px) !important;
    height: calc(100% - 6px) !important;
  }

  .dn-system-card__art--food .dn-system-card__art-image,
  .dn-system-card__art--kitchen .dn-system-card__art-image,
  .dn-system-card__art--profit .dn-system-card__art-image {
    transform: scale(1.24) !important;
  }
}
@media (max-width: 1100px) {
  .dn-pricing {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    min-height: 1360px !important;
    padding: 18px 12px 24px !important;
    align-items: start !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.58) 0%, rgba(255, 255, 255, 0.84) 48%, rgba(255, 255, 255, 0.94) 100%),
      var(--dn-pricing-bg-mobile) center bottom / cover no-repeat !important;
  }

  .dn-pricing__visual {
    display: none !important;
    min-height: 0 !important;
  }

  .dn-pricing__content {
    order: -1 !important;
    grid-column: 1 !important;
    justify-items: center !important;
    align-content: start !important;
    gap: 10px !important;
    max-width: 640px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 10px 10px 0 !important;
  }

  .dn-pricing__content > * {
    position: relative !important;
    z-index: 1 !important;
  }

  .dn-pricing__content h2 {
    font-size: clamp(2.1rem, 7vw, 3.4rem) !important;
    line-height: 0.92 !important;
    letter-spacing: -0.03em !important;
    margin-bottom: 0 !important;
  }

  .dn-pricing__tag {
    font-size: 0.82rem !important;
    padding: 9px 18px !important;
  }

  .dn-pricing__price {
    font-size: clamp(3.1rem, 10vw, 4.6rem) !important;
    line-height: 0.95 !important;
    margin-top: 0 !important;
  }

  .dn-pricing__sale {
    font-size: 1rem !important;
    margin-top: -2px !important;
  }

  .dn-pricing__desc {
    font-size: 0.98rem !important;
    line-height: 1.45 !important;
    max-width: 42ch !important;
    margin-top: 2px !important;
  }

  .dn-pricing__note {
    font-size: 0.92rem !important;
    margin-top: -2px !important;
  }

  .dn-pricing__cta {
    min-width: 0 !important;
    width: min(100%, 360px) !important;
    padding: 15px 24px !important;
    font-size: 1rem !important;
    border-radius: 999px !important;
    animation: dnPricingPulse 2.6s ease-in-out infinite !important;
    transform-origin: center !important;
  }

  .dn-pricing__features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 2px !important;
  }

  .dn-pricing__features article {
    min-height: 118px !important;
    padding: 14px 12px !important;
  }

  .dn-pricing__features strong {
    font-size: 0.95rem !important;
    line-height: 1.18 !important;
  }

  .dn-pricing__features p {
    font-size: 0.84rem !important;
    line-height: 1.35 !important;
  }

  .dn-pricing__stats {
    width: 100% !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 4px !important;
  }

  .dn-pricing__stats span {
    font-size: 0.86rem !important;
    padding: 10px 12px !important;
  }
}

@media (max-width: 767px) {
  .dn-pricing {
    min-height: 1440px !important;
    padding: 16px 10px 22px !important;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.82) 42%, rgba(255, 255, 255, 0.95) 100%),
      var(--dn-pricing-bg-mobile) center bottom / cover no-repeat !important;
  }

  .dn-pricing__content {
    max-width: 100% !important;
    gap: 8px !important;
  }

  .dn-pricing__content h2 {
    font-size: clamp(2rem, 12vw, 3rem) !important;
  }

  .dn-pricing__price {
    font-size: clamp(2.85rem, 17vw, 4.1rem) !important;
  }

  .dn-pricing__desc {
    font-size: 0.94rem !important;
    max-width: 100% !important;
  }

  .dn-pricing__features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .dn-pricing__features article {
    min-height: 112px !important;
    padding: 12px 10px !important;
  }

  .dn-pricing__stats {
    gap: 6px !important;
  }
}

@keyframes dnPricingPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 14px 28px rgba(35, 111, 43, 0.24);
  }

  50% {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 18px 34px rgba(35, 111, 43, 0.34);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(65, 137, 74, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(94, 190, 76, 0.08), transparent 24%),
    var(--dn-bg);
  color: var(--dn-ink);
  font-family: 'Be Vietnam Pro', sans-serif;
}

body.home .header-wrapper,
body.home #header {
  display: none;
}

body.home #wrapper,
body.home #main {
  padding-top: 0 !important;
}

.dn-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.dn-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.dn-tilt {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
  transform: perspective(1200px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transform-style: preserve-3d;
}

.dn-tilt:hover {
  box-shadow: 0 18px 40px rgba(28, 53, 22, 0.10);
  border-color: rgba(47, 122, 44, 0.20);
}

.dn-home__hero {
  --hero-shift-x: 0px;
  --hero-shift-y: 0px;
}

@keyframes dn-float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-8px); }
}

@keyframes dn-float-slow {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-6px) rotate(1.5deg); }
}

@keyframes dn-breathe {
  0%, 100% { opacity: 0.92; }
  50% { opacity: 1; }
}

@keyframes dn-pulse {
  0%, 100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 10px 24px rgba(22, 44, 16, 0.12);
  }
  50% {
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 14px 30px rgba(22, 44, 16, 0.18);
  }
}

@keyframes dn-price-pop {
  0%, 100% {
    transform: scale(1);
    text-shadow: 0 2px 0 rgba(255,255,255,0.35), 0 10px 26px rgba(19, 87, 37, 0.08);
  }
  50% {
    transform: scale(1.045);
    text-shadow: 0 3px 0 rgba(255,255,255,0.42), 0 16px 34px rgba(19, 87, 37, 0.2);
  }
}

@keyframes dn-price-sheen {
  0% {
    background-position: -140% 0;
  }
  100% {
    background-position: 140% 0;
  }
}

.dn-hero__visual::after,
.dn-hero__visual::before {
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.dn-hero__visual::after {
  animation: dn-breathe 7s ease-in-out infinite;
}

.dn-home__hero:hover .dn-visual__glow {
  transform: translate3d(var(--hero-shift-x), var(--hero-shift-y), 0);
}

.dn-home__hero:hover .dn-hero__visual::after {
  transform: translate3d(calc(var(--hero-shift-x) * 0.45), calc(var(--hero-shift-y) * 0.45), 0);
}

.dn-pill {
  position: relative;
  overflow: hidden;
}

.dn-pill::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.22) 50%, transparent 100%);
  transform: translateX(-120%);
  transition: transform 0.55s ease;
}

.dn-pill:hover::after {
  transform: translateX(120%);
}

.dn-nav a,
.dn-footer__nav a {
  transition: color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.dn-nav a:hover,
.dn-footer__nav a:hover {
  transform: translateY(-1px);
}

.dn-feature,
.dn-highlights__panel,
.dn-system-card,
.dn-funnel__step,
.dn-journey-card,
.dn-faq__item {
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.dn-feature:hover,
.dn-highlights__panel:hover,
.dn-system-card:hover,
.dn-funnel__step:hover,
.dn-journey-card:hover,
.dn-faq__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(28, 53, 22, 0.08);
  border-color: rgba(47, 122, 44, 0.22);
}

.dn-home {
  position: relative;
  padding: 20px 0 64px;
}

.dn-shell {
  width: min(1320px, calc(100% - 28px));
  margin: 0 auto;
}

.dn-topbar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 12px 4px 18px;
}

.dn-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--dn-brand);
  text-decoration: none;
}

.dn-logo {
  display: inline-flex;
  object-fit: contain;
  flex: 0 0 auto;
  max-width: 100%;
}

.dn-logo--topbar {
  width: auto;
  max-height: 62px;
}

.dn-logo--brand {
  width: auto;
  max-height: 54px;
}

.dn-logo--footer {
  width: auto;
  max-height: 64px;
}

.dn-brand__mark {
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  color: var(--dn-brand);
}

.dn-brand__mark svg {
  width: 100%;
  height: 100%;
}

.dn-brand__text {
  display: grid;
  line-height: 1.02;
}

.dn-brand__text strong {
  font-size: 1rem;
  letter-spacing: 0.04em;
}

.dn-brand__text span {
  font-size: 1.02rem;
  font-weight: 800;
}

.dn-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
}

.dn-nav a {
  position: relative;
  color: var(--dn-ink);
  font-size: 0.96rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dn-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.2s ease;
}

.dn-nav a.is-active,
.dn-nav a:hover {
  color: var(--dn-brand);
}

.dn-nav a:focus-visible,
.dn-pill:focus-visible {
  outline: 2px solid rgba(47, 122, 44, 0.35);
  outline-offset: 4px;
}

.dn-nav a.is-active::after {
  background: linear-gradient(90deg, var(--dn-brand-dark), var(--dn-brand));
}

.dn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.dn-pill:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(22, 44, 16, 0.12);
}

.dn-pill:active {
  transform: translateY(0) scale(0.98);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
    scroll-behavior: auto !important;
  }

  .dn-reveal,
  .dn-tilt {
    opacity: 1 !important;
    transform: none !important;
  }
}

.dn-pill--solid {
  color: #fff;
  background: linear-gradient(135deg, var(--dn-brand-dark), #1d8a42);
}

.dn-pill--ghost {
  color: var(--dn-brand-dark);
  border-color: var(--dn-brand);
  background: rgba(255, 255, 255, 0.92);
}

.dn-pill--light {
  color: var(--dn-brand-dark);
  background: #fff;
}

.dn-hero {
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(0, 1.08fr);
  min-height: 700px;
  border-radius: 34px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 247, 241, 0.98) 0%, rgba(248, 247, 241, 0.95) 45%, rgba(248, 247, 241, 0.12) 78%, rgba(248, 247, 241, 0) 100%),
    linear-gradient(135deg, #f8f6ef 0%, #ffffff 48%, #edf7e6 100%);
  border: 1px solid rgba(34, 71, 31, 0.08);
  box-shadow: var(--dn-shadow);
}

.dn-hero__copy {
  position: relative;
  z-index: 2;
  padding: 54px 42px 38px 40px;
}

.dn-kicker {
  display: inline-flex;
  align-items: stretch;
  margin: 0 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(47, 122, 44, 0.44);
  overflow: hidden;
  color: var(--dn-brand-dark);
  font-size: 1.02rem;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.dn-kicker__solid,
.dn-kicker__ghost {
  display: inline-flex;
  align-items: center;
  padding: 14px 22px;
}

.dn-kicker__solid {
  color: #fff;
  background: linear-gradient(135deg, var(--dn-brand), var(--dn-brand-dark));
}

.dn-kicker__ghost {
  color: var(--dn-brand-dark);
  background: rgba(255, 255, 255, 0.92);
}

.dn-title {
  margin: 0;
  max-width: 10ch;
  color: var(--dn-brand-dark);
  font-size: clamp(2.9rem, 4.2vw, 5.3rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.dn-title__line {
  display: block;
  margin-bottom: 0.06em;
}

.dn-title__line:last-child {
  margin-bottom: 0;
}

.dn-title__accent {
  color: transparent;
  background: linear-gradient(90deg, #74d26f 0%, #1d8a39 56%, #1d7d2f 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.dn-divider {
  width: 30px;
  height: 3px;
  margin: 20px 0 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--dn-brand-dark), #89c840);
}

.dn-hero__label {
  margin: 0 0 10px;
  color: var(--dn-brand-dark);
  font-size: 1.18rem;
  font-weight: 800;
  text-transform: uppercase;
}

.dn-hero__lead {
  margin: 0 0 18px;
  max-width: 54ch;
  color: #303930;
  font-size: 0.98rem;
  line-height: 1.68;
}

.dn-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 26px;
}

.dn-hero__visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  isolation: isolate;
}

.dn-hero__visual::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(248, 247, 241, 0.96) 0%, rgba(248, 247, 241, 0.66) 24%, rgba(248, 247, 241, 0.14) 52%, rgba(248, 247, 241, 0) 78%);
  z-index: 1;
}

.dn-hero__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 12%, rgba(135, 211, 61, 0.32), transparent 18%),
    radial-gradient(circle at 20% 14%, rgba(135, 211, 61, 0.12), transparent 18%);
  mix-blend-mode: multiply;
  z-index: 1;
}

.dn-visual__glow {
  position: absolute;
  inset: 18% 10% 10% 8%;
  border-radius: 32px;
  background: radial-gradient(circle at center, rgba(255,255,255,0.62), rgba(255,255,255,0.18) 48%, rgba(255,255,255,0.02) 76%);
  filter: blur(12px);
  transition: transform 0.25s ease, opacity 0.25s ease;
  animation: dn-float 8s ease-in-out infinite;
  z-index: 1;
}

.dn-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 68% center;
  filter: saturate(1.04) contrast(1.03);
}

.dn-feature-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 14px 22px;
  padding: 18px 16px;
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(247, 250, 240, 0.98), rgba(244, 247, 235, 0.92));
  border: 1px solid rgba(48, 95, 42, 0.08);
  box-shadow: 0 18px 42px rgba(28, 56, 23, 0.09);
}

.dn-feature {
  position: relative;
  padding: 36px 18px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(47, 122, 44, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
  text-align: center;
}

.dn-feature + .dn-feature {
  border-left: 0;
}

.dn-feature__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fbfdf6;
  border: 1px solid rgba(115, 155, 74, 0.28);
  color: #7a9e48;
  font-size: 0.9rem;
  font-weight: 800;
  box-shadow: 0 6px 14px rgba(28, 53, 22, 0.06);
}

.dn-feature__icon {
  width: 84px;
  height: 84px;
  margin: 0 auto 18px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.9rem;
  color: var(--dn-brand-dark);
  border: 2px solid rgba(47, 122, 44, 0.18);
  background:
    radial-gradient(circle at 35% 30%, #ffffff 0 18%, rgba(255,255,255,0.86) 19% 100%),
    linear-gradient(180deg, #fff, #f0f8e7);
  box-shadow: inset 0 0 0 6px rgba(237, 245, 225, 0.9), 0 10px 22px rgba(28, 53, 22, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dn-feature h3 {
  margin: 0 0 12px;
  color: var(--dn-brand-dark);
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

.dn-feature p {
  margin: 0;
  color: #474f46;
  font-size: 0.92rem;
  line-height: 1.55;
}

.dn-spotlight {
  position: relative;
  margin-top: 18px;
  padding: 24px 18px 18px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 2% 3%, rgba(112, 182, 71, 0.18), transparent 15%),
    radial-gradient(circle at 96% 6%, rgba(112, 182, 71, 0.16), transparent 16%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(247,250,240,0.98));
  border: 1px solid rgba(47, 122, 44, 0.10);
  box-shadow: 0 18px 42px rgba(28, 56, 23, 0.08);
  overflow: hidden;
}

.dn-spotlight::before,
.dn-spotlight::after {
  content: '';
  position: absolute;
  inset: auto;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.dn-spotlight::before {
  width: 170px;
  height: 170px;
  left: -56px;
  top: -42px;
  background: radial-gradient(circle, rgba(120, 191, 74, 0.26), transparent 70%);
}

.dn-spotlight::after {
  width: 160px;
  height: 160px;
  right: -44px;
  bottom: -54px;
  background: radial-gradient(circle, rgba(120, 191, 74, 0.20), transparent 72%);
}

.dn-spotlight__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.dn-spotlight__copy {
  position: relative;
  z-index: 2;
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 8px 4px 10px;
}

.dn-spotlight__copy h2 {
  margin: 0;
  color: var(--dn-brand-dark);
  font-size: clamp(2.2rem, 3.2vw, 4.35rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-weight: 800;
}

.dn-spotlight__divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  width: min(250px, 100%);
  margin: 22px 0 18px;
}

.dn-spotlight__divider span:first-child,
.dn-spotlight__divider span:last-child {
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(47, 122, 44, 0.55));
}

.dn-spotlight__divider span:last-child {
  background: linear-gradient(270deg, transparent, rgba(47, 122, 44, 0.55));
}

.dn-spotlight__divider span:nth-child(2) {
  color: var(--dn-brand-dark);
  font-size: 1.45rem;
  line-height: 1;
}

.dn-spotlight__copy h3 {
  margin: 0 0 10px;
  color: var(--dn-brand-dark);
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  line-height: 1.25;
  font-weight: 800;
}

.dn-spotlight__copy p {
  max-width: 48ch;
  margin: 0 auto;
  color: #2f3730;
  font-size: 1rem;
  line-height: 1.7;
}

.dn-spotlight__meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 520px;
}

.dn-spotlight__meta-item {
  position: relative;
  padding: 8px 14px 6px;
  text-align: center;
}

.dn-spotlight__meta-item + .dn-spotlight__meta-item {
  border-left: 1px solid rgba(47, 122, 44, 0.18);
}

.dn-spotlight__meta-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin: 0 auto 8px;
  border-radius: 50%;
  background: #eef8e4;
  color: var(--dn-brand-dark);
  font-size: 1.05rem;
}

.dn-spotlight__meta-item strong {
  display: block;
  color: var(--dn-brand-dark);
  font-size: 0.92rem;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 800;
}

.dn-spotlight__meta-item p {
  margin: 5px 0 0;
  color: #50604c;
  font-size: 0.86rem;
  line-height: 1.3;
}

.dn-spotlight__cards {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.dn-spotlight-card {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 8px;
  min-height: 172px;
  padding: 18px 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.94);
  border: 1px solid rgba(47, 122, 44, 0.10);
  box-shadow: 0 10px 24px rgba(28, 53, 22, 0.05);
  text-align: center;
}

.dn-spotlight-card__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  color: var(--dn-brand-dark);
  background: #eef7e4;
  font-size: 1.5rem;
}

.dn-spotlight-card strong {
  color: var(--dn-brand-dark);
  font-size: 0.98rem;
  line-height: 1.22;
  font-weight: 800;
}

.dn-spotlight-card p {
  margin: 0;
  color: #424b43;
  font-size: 0.92rem;
  line-height: 1.45;
}

/* ── Demo video section ── */
.dn-demo {
  padding: 40px 20px;
}

.dn-demo__inner {
  max-width: 900px;
  margin: 0 auto;
}

.dn-demo__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
}

.dn-demo__video iframe,
.dn-demo__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.dn-demo__video video {
  display: block;
  object-fit: contain;
  background: #000;
}

.dn-demo__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e8f0e7;
  gap: 10px;
}

.dn-demo__placeholder span {
  font-size: 2.5rem;
  color: #2f7a2c;
}

.dn-demo__placeholder p {
  font-size: 0.95rem;
  color: #2f7a2c;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}

.dn-problem {
  padding: 18px 18px 22px;
  border-radius: 22px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(47, 122, 44, 0.12);
}

.dn-problem h2 {
  margin: 0 0 16px;
  color: var(--dn-brand-dark);
  font-size: clamp(1.5rem, 2vw, 2.2rem);
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

.dn-problem__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.dn-problem__col {
  min-width: 0;
}

.dn-problem__grid ul {
  margin: 0;
  padding: 22px 20px;
  list-style: none;
  border-radius: 18px;
  background: rgba(248, 248, 244, 0.96);
  border: 1px solid rgba(47, 122, 44, 0.12);
  min-height: 100%;
}

.dn-problem__grid li {
  position: relative;
  padding-left: 28px;
  color: #2c322b;
  line-height: 1.7;
}

.dn-problem__grid li + li {
  margin-top: 14px;
}

.dn-problem__grid li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--dn-brand-dark);
}

.dn-problem__cta {
  display: grid;
  gap: 8px;
  grid-column: 1 / -1;
  margin-top: 36px;
  padding-top: 10px;
  justify-items: center;
}

.dn-problem__badge {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: min(92%, 960px);
  min-height: 52px;
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2f7a2c, #1e6f36 60%, #2a8b45);
  border: 1px solid rgba(29, 86, 38, 0.16);
  box-shadow: 0 8px 18px rgba(28, 53, 22, 0.09);
  color: #fff;
  text-align: center;
}

.dn-problem__badge-icon {
  font-size: 1.25rem;
  line-height: 1;
  color: #d8f0b8;
}

.dn-problem__badge strong {
  font-size: 0.86rem;
  line-height: 1.35;
}

.dn-diff {
  margin-top: 14px;
  padding: 28px 26px 24px;
  border-radius: 30px;
  border: 1px solid rgba(47, 122, 44, 0.12);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.98) 30%, rgba(255, 255, 255, 0.66) 56%, rgba(255, 255, 255, 0.10) 100%),
    var(--dn-diff-bg) center right / cover no-repeat,
    linear-gradient(180deg, #fbfcf8, #f4faed);
  box-shadow: 0 16px 34px rgba(28, 53, 22, 0.06);
}

.dn-diff__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(320px, 1.02fr);
  gap: 22px;
  align-items: stretch;
}

.dn-diff__copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.dn-diff__heading {
  margin-bottom: 18px;
  text-align: center;
}

.dn-diff__heading h2 {
  margin: 0;
  color: var(--dn-brand-dark);
  font-size: clamp(1.7rem, 3vw, 3.1rem);
  line-height: 0.95;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.dn-diff__steps {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.dn-diff__step {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding-bottom: 16px;
  border-bottom: 1px dashed rgba(93, 145, 63, 0.25);
}

.dn-diff__step:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.dn-diff__num {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #7fbf1c, #4eab1b 55%, #2f7a2c);
  box-shadow: 0 12px 24px rgba(50, 116, 36, 0.22);
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: 0.02em;
}

.dn-diff__body h3 {
  margin: 0 0 8px;
  color: #2b5d1b;
  font-size: clamp(1.18rem, 1.55vw, 1.8rem);
  line-height: 1.18;
  font-weight: 800;
  max-width: 430px;
}

.dn-diff__body p {
  margin: 0;
  color: #465248;
  font-size: clamp(0.93rem, 1.02vw, 1.12rem);
  line-height: 1.62;
  max-width: 420px;
}

.dn-diff__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 6px;
  align-items: stretch;
}

.dn-diff-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 140px;
  padding: 14px 16px 12px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(47, 122, 44, 0.13);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}

.dn-diff-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(180deg, #eef8df, #f9fcf4);
  color: var(--dn-brand-dark);
  font-size: 1.45rem;
}

.dn-diff-card strong {
  color: #174f22;
  font-size: 0.98rem;
  line-height: 1.22;
  font-weight: 800;
}

.dn-diff-card p {
  margin: 0;
  color: #525d54;
  font-size: 0.9rem;
  line-height: 1.46;
}

.dn-diff__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 16px;
}

.dn-diff__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(47, 122, 44, 0.15);
  color: #2b5d1b;
  font-size: 0.98rem;
  font-weight: 700;
  box-shadow: 0 10px 20px rgba(28, 53, 22, 0.04);
}

.dn-diff__space {
  min-height: 520px;
}

.dn-highlights {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  margin-top: 16px;
  align-items: start;
}

.dn-highlights__panel {
  padding: 18px 18px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(47, 122, 44, 0.12);
}

.dn-highlights__panel h2 {
  margin: 0 0 16px;
  color: var(--dn-brand-dark);
  font-size: clamp(1.2rem, 1.55vw, 1.8rem);
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

.dn-highlights__panel--left {
  background: linear-gradient(180deg, #f6fbf0, #fbfcf8);
  align-self: start;
}

.dn-highlights__quote {
  margin: 0 0 6px;
  color: #cfd7c2;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 800;
}

.dn-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.dn-highlights__note {
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  background: #eef6e5;
  border: 1px solid rgba(47, 122, 44, 0.10);
}

.dn-highlights__note p {
  margin: 0;
  color: #30402e;
  font-size: 0.92rem;
  line-height: 1.52;
  font-weight: 500;
}

.dn-tile {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 74px;
  padding: 12px 12px;
  border-radius: 14px;
  border: 1px solid rgba(47, 122, 44, 0.12);
  background: rgba(255, 255, 255, 0.92);
}

.dn-tile__icon {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  background: #edf7e4;
  color: var(--dn-brand-dark);
  font-size: 1.05rem;
}

.dn-tile strong {
  display: block;
  color: var(--dn-brand-dark);
  font-size: 0.95rem;
  line-height: 1.25;
  font-weight: 800;
}

.dn-tile p {
  margin: 4px 0 0;
  color: #546150;
  font-size: 0.88rem;
  line-height: 1.3;
}

.dn-why {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.dn-why ul {
  margin: 0;
  padding: 4px 10px 4px 0;
  list-style: none;
}

.dn-why li {
  position: relative;
  padding-left: 24px;
  color: #2e342d;
  font-size: 0.96rem;
  line-height: 1.58;
}

.dn-why li + li {
  margin-top: 8px;
}

.dn-why li::before {
  content: '•';
  position: absolute;
  left: 4px;
  top: 0;
  color: var(--dn-brand-dark);
  font-size: 1.15rem;
  line-height: 1.45;
}

.dn-systems {
  margin-top: 18px;
  padding: 24px 16px 20px;
  border-radius: 26px;
  background:
    radial-gradient(circle at top left, rgba(47, 122, 44, 0.08), transparent 20%),
    radial-gradient(circle at top right, rgba(47, 122, 44, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247,250,240,0.98));
  border: 1px solid rgba(47, 122, 44, 0.12);
  box-shadow: 0 12px 30px rgba(28, 53, 22, 0.05);
}

.dn-systems__header {
  position: relative;
  text-align: center;
  max-width: 1060px;
  margin: 0 auto 18px;
}

.dn-systems__eyebrow {
  margin: 0 auto 12px;
  display: block;
  width: 100%;
  max-width: 980px;
  color: var(--dn-brand-dark);
  font-size: clamp(1.28rem, 1.75vw, 2.6rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
}

.dn-systems__eyebrow span {
  display: inline;
  white-space: nowrap;
}

.dn-systems__header h2 {
  margin: 0 auto;
  max-width: 920px;
  color: #2f3840;
  font-size: clamp(0.96rem, 1.2vw, 1.28rem);
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.dn-systems__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 18px;
  align-items: stretch;
}

.dn-system-card {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(47, 122, 44, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
  height: 100%;
}

.dn-system-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

.dn-system-card__num {
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #2da17d, #1b6f2d);
  box-shadow: 0 12px 24px rgba(36, 97, 43, 0.25);
  font-size: 2rem;
  font-weight: 800;
}

.dn-system-card__head h3 {
  margin: 0;
  color: #134b1f;
  font-size: clamp(1.15rem, 1.55vw, 1.8rem);
  line-height: 1.22;
  font-weight: 800;
}

.dn-system-card__body {
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 18px;
  align-items: start;
  flex: 1;
}

.dn-system-card__art {
  position: relative;
  overflow: hidden;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255,255,255,0.95) 0 35%, rgba(223, 239, 206, 0.9) 36% 60%, rgba(198, 228, 152, 0.95) 61% 100%);
  box-shadow:
    inset 0 0 0 1px rgba(47,122,44,0.12),
    inset 0 0 0 10px rgba(219, 237, 200, 0.92),
    0 0 0 1px rgba(47,122,44,0.06);
}

.dn-system-card__art::before {
  display: none;
}

.dn-system-card__art::after {
  display: none;
}

.dn-system-card__art-image {
  position: absolute;
  inset: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
  box-shadow: 0 12px 24px rgba(55, 121, 33, 0.12);
}

.dn-system-card__art--food .dn-system-card__art-image,
.dn-system-card__art--kitchen .dn-system-card__art-image,
.dn-system-card__art--profit .dn-system-card__art-image {
  transform: scale(1.2);
}

.dn-system-card__art--food .dn-system-card__art-image {
  object-position: center 52%;
}

.dn-system-card__art--kitchen .dn-system-card__art-image {
  object-position: center 49%;
}

.dn-system-card__art--profit .dn-system-card__art-image {
  object-position: center 48%;
}

.dn-system-card__art--kitchen::after {
  display: none;
}

.dn-system-card__art--profit::after {
  display: none;
}

.dn-system-card__art--tech::after {
  display: none;
}

.dn-system-card__text p {
  margin: 0 0 12px;
  color: #303a33;
  font-size: 0.98rem;
  line-height: 1.6;
}

.dn-system-card__text strong {
  display: block;
  margin-bottom: 10px;
  color: var(--dn-brand-dark);
  font-size: 1.02rem;
  line-height: 1.35;
  font-weight: 800;
}

.dn-system-card__lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.dn-system-card__lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dn-system-card__lists li {
  position: relative;
  padding-left: 22px;
  color: #29322b;
  font-size: 0.95rem;
  line-height: 1.58;
}

.dn-system-card__lists li + li {
  margin-top: 6px;
}

.dn-system-card__lists li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 1px;
  color: #2f7a2c;
  font-weight: 700;
  font-size: 0.9rem;
}

.dn-system-card__note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 16px 18px;
  border-radius: 18px;
  background: #eef7dd;
  color: #2d3728;
}

.dn-system-card__leaf {
  font-size: 1.4rem;
}

.dn-system-card__note p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.dn-funnel {
  margin-top: 18px;
  padding: 24px 18px 20px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(111, 186, 70, 0.18), transparent 20%),
    radial-gradient(circle at top right, rgba(111, 186, 70, 0.16), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,252,243,0.98));
  border: 1px solid rgba(47, 122, 44, 0.12);
  box-shadow: 0 12px 30px rgba(28, 53, 22, 0.05);
}

.dn-funnel__header {
  text-align: center;
  max-width: 1180px;
  margin: 0 auto 18px;
}

.dn-funnel__eyebrow {
  margin: 0 0 12px;
  color: var(--dn-brand-dark);
  font-size: clamp(2.15rem, 2.7vw, 4.4rem);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.dn-funnel__eyebrow span {
  display: block;
}

.dn-funnel__eyebrow span + span {
  margin-top: 0.08em;
  letter-spacing: 0.01em;
}

.dn-funnel__header h2 {
  margin: 0 auto;
  max-width: 1040px;
  color: #30383f;
  font-size: clamp(1.05rem, 1.45vw, 1.5rem);
  line-height: 1.55;
  font-weight: 500;
}

.dn-funnel__grid {
  display: grid;
  grid-template-columns: 0.87fr 1.13fr;
  gap: 18px;
  align-items: start;
}

.dn-funnel__left {
  padding: 10px 0 0 10px;
}

.dn-funnel__step {
  position: relative;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 56px;
  margin-left: 14px;
  padding: 10px 0 10px 0;
}

.dn-funnel__step::before {
  content: '';
  position: absolute;
  left: 27px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, rgba(80, 158, 48, 0.32), rgba(80, 158, 48, 0.12));
}

.dn-funnel__step:first-child::before {
  top: 50%;
}

.dn-funnel__step:last-child::before {
  bottom: 50%;
}

.dn-funnel__dot {
  position: relative;
  z-index: 1;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 2px solid rgba(76, 148, 54, 0.22);
  background: #fff;
  color: var(--dn-brand-dark);
  font-size: 1.35rem;
  box-shadow: 0 8px 18px rgba(38, 86, 35, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dn-funnel__step p {
  margin: 0;
  color: #2d352d;
  font-size: 1.08rem;
  line-height: 1.55;
}

.dn-funnel__step strong {
  color: var(--dn-brand-dark);
  font-weight: 800;
}

.dn-funnel__right {
  display: grid;
  gap: 16px;
}

.dn-funnel__meal {
  position: relative;
  min-height: 360px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 72% 22%, rgba(129, 189, 79, 0.18), transparent 34%),
    radial-gradient(circle at 36% 68%, rgba(122, 170, 71, 0.10), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.05));
  overflow: hidden;
}

.dn-funnel__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% top;
  filter: saturate(1.03) contrast(1.02);
}

.dn-bridge {
  margin-top: 18px;
  padding: 26px 24px 24px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 8% 12%, rgba(168, 230, 88, 0.18), transparent 18%),
    radial-gradient(circle at 92% 14%, rgba(47, 122, 44, 0.14), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(47, 122, 44, 0.08), transparent 22%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,250,240,0.98));
  border: 1px solid rgba(47, 122, 44, 0.14);
  box-shadow: 0 18px 44px rgba(28, 53, 22, 0.08);
}

.dn-bridge__header {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 20px;
}

.dn-bridge__eyebrow {
  margin: 0 auto 12px;
  max-width: 28ch;
  color: var(--dn-brand-dark);
  font-size: clamp(1.55rem, 1.8vw, 3rem);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.dn-bridge__eyebrow span {
  display: block;
  white-space: nowrap;
}

.dn-bridge__eyebrow span + span {
  margin-top: 0.08em;
  letter-spacing: 0.02em;
}

.dn-bridge__header h2 {
  margin: 0 auto;
  max-width: 1040px;
  color: #30383f;
  font-size: clamp(1.05rem, 1.45vw, 1.5rem);
  line-height: 1.55;
  font-weight: 500;
}

.dn-bridge__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: center;
}

.dn-bridge__copy {
  padding: 8px 0 8px 8px;
}

.dn-bridge__lead {
  display: grid;
  gap: 8px;
}

.dn-bridge__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #68b52b, #2b6f1d 78%);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 10px 22px rgba(33, 95, 26, 0.2);
}

.dn-bridge__lead p {
  margin: 0;
  max-width: 48ch;
  color: #2e3530;
  font-size: 1.02rem;
  line-height: 1.7;
}

.dn-bridge__list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
}

.dn-bridge__list li {
  position: relative;
  padding: 14px 16px 14px 18px;
  border-radius: 18px;
  border: 1px solid rgba(47, 122, 44, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: #2d352d;
  font-size: 0.98rem;
  line-height: 1.55;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.72);
}

.dn-bridge__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, #9bdb5d, #2b6f1d);
}

.dn-bridge__list strong {
  color: var(--dn-brand-dark);
}

.dn-bridge__visual {
  position: relative;
  min-height: 430px;
  border-radius: 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 22%, rgba(129, 189, 79, 0.18), transparent 34%),
    radial-gradient(circle at 36% 68%, rgba(122, 170, 71, 0.10), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.2), rgba(255,255,255,0.05));
  box-shadow: 0 18px 36px rgba(28, 53, 22, 0.08);
}

.dn-bridge__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  filter: saturate(1.03) contrast(1.02);
}

.dn-process {
  margin-top: 24px;
  padding: 24px 24px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(47, 122, 44, 0.12);
  box-shadow: 0 12px 24px rgba(28, 53, 22, 0.06);
}

.dn-process h3 {
  margin: 0 0 14px;
  color: var(--dn-brand-dark);
  font-size: clamp(1.05rem, 1.5vw, 1.7rem);
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

.dn-process__flow {
  display: grid;
  grid-template-columns: repeat(11, minmax(0, auto));
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 8px 0 10px;
}

.dn-process__flow span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid rgba(47, 122, 44, 0.24);
  background: #fff;
  font-size: 1.45rem;
  box-shadow: 0 8px 16px rgba(28, 53, 22, 0.06);
}

.dn-process__flow i {
  color: var(--dn-brand-dark);
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
}

.dn-process__labels {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  margin-top: 6px;
  text-align: center;
}

.dn-process__labels span {
  color: #222a22;
  font-size: 0.88rem;
  line-height: 1.32;
  font-weight: 600;
  text-transform: uppercase;
}

.dn-process__note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #eaf5d8;
}

.dn-funnel__grid + .dn-process {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.dn-process__note span {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #2f7a2c;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
}

.dn-process__note p {
  margin: 0;
  color: #2d3728;
  font-size: 0.98rem;
  line-height: 1.5;
}

.dn-funnel__bottom {
  margin-top: 18px;
  padding: 12px 16px 16px;
  border-radius: 24px;
  background: rgba(255,255,255,0.96);
  border: 1px solid rgba(47, 122, 44, 0.12);
}

.dn-funnel__bottom h3 {
  margin: 0 0 14px;
  color: var(--dn-brand-dark);
  font-size: clamp(1.1rem, 1.6vw, 1.55rem);
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
}

.dn-funnel__mini-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
}

.dn-funnel__mini-grid article {
  padding: 20px 16px 16px;
  text-align: center;
}

.dn-funnel__mini-grid article + article {
  border-left: 1px solid rgba(47, 122, 44, 0.18);
}

.dn-funnel__mini-icon {
  width: 108px;
  height: 108px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 40%, #eff8db 0 55%, #d4eb9b 56% 100%);
  border: 1px solid rgba(47, 122, 44, 0.12);
  font-size: 2.1rem;
  box-shadow: inset 0 0 0 12px rgba(255,255,255,0.46);
}

.dn-funnel__mini-grid strong {
  display: block;
  margin-bottom: 10px;
  color: var(--dn-brand-dark);
  font-size: 1.35rem;
  font-weight: 800;
}

.dn-funnel__mini-grid p {
  margin: 0;
  color: #2f352f;
  font-size: 0.98rem;
  line-height: 1.55;
}

.dn-journey {
  margin-top: 18px;
  padding: 22px 16px 16px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(95, 160, 58, 0.12), transparent 18%),
    radial-gradient(circle at top right, rgba(95, 160, 58, 0.12), transparent 18%),
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,252,243,0.98));
  border: 1px solid rgba(47, 122, 44, 0.12);
  box-shadow: 0 12px 30px rgba(28, 53, 22, 0.05);
}

.dn-journey__header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
}

.dn-journey__heading {
  display: grid;
  justify-items: center;
  text-align: center;
  width: min(100%, 880px);
  margin: 0 auto;
}

.dn-journey__heading p {
  width: fit-content;
  margin: 0 auto 10px;
  color: var(--dn-brand-dark);
  font-size: clamp(1.5rem, 2.05vw, 2.6rem);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.dn-journey__heading h2 {
  margin: 0 auto;
  width: min(100%, 840px);
  color: #2e3530;
  font-size: clamp(0.95rem, 1.2vw, 1.16rem);
  line-height: 1.62;
  font-weight: 500;
  text-align: center;
}

.dn-journey__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.dn-journey-card {
  display: grid;
  grid-template-columns: 70px 76px 1fr;
  gap: 14px;
  padding: 16px 16px 14px;
  border-radius: 22px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(47, 122, 44, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
}

.dn-journey-card__num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #2f7a2c, #1c6a23);
  box-shadow: 0 10px 20px rgba(36, 97, 43, 0.22);
  font-size: 1.55rem;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dn-journey-card__icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle at 50% 40%, #eef7d6 0 56%, #d9ec9b 57% 100%);
  border: 1px solid rgba(47, 122, 44, 0.12);
  box-shadow: inset 0 0 0 10px rgba(255,255,255,0.32);
  font-size: 2rem;
}

.dn-journey-card__content h3 {
  margin: 0 0 10px;
  color: #174d23;
  font-size: 1.07rem;
  line-height: 1.38;
  font-weight: 800;
}

.dn-journey-card__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.dn-journey-card__content li {
  position: relative;
  padding-left: 20px;
  color: #2d332d;
  font-size: 0.93rem;
  line-height: 1.52;
}

.dn-journey-card__content li + li {
  margin-top: 6px;
}

.dn-journey-card__content li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 0;
  color: #2f7a2c;
  font-weight: 800;
  font-size: 0.82rem;
}

.dn-journey__footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  justify-items: center;
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2d7a29, #1b6f32 52%, #2d8c44);
  color: #fff;
}

.dn-journey__footer p {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
}

.dn-journey__shield,
.dn-journey__grow {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,0.14);
  font-size: 1.6rem;
}

.dn-pricing {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 22px 24px 18px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 8% 12%, rgba(168, 230, 88, 0.15), transparent 18%),
    radial-gradient(circle at 92% 14%, rgba(47, 122, 44, 0.12), transparent 18%),
    radial-gradient(circle at 50% 100%, rgba(47, 122, 44, 0.07), transparent 22%),
    linear-gradient(135deg, rgba(255,255,255,0.98), rgba(247,250,240,0.98));
  border: 1px solid rgba(47, 122, 44, 0.14);
  box-shadow: 0 18px 44px rgba(28, 53, 22, 0.08);
}

.dn-pricing__visual {
  position: relative;
  min-height: 680px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 16%, rgba(169, 224, 91, 0.18), transparent 22%),
    radial-gradient(circle at 20% 74%, rgba(121, 170, 72, 0.18), transparent 20%),
    linear-gradient(180deg, rgba(255,255,255,0.56), rgba(245,250,238,0.92));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.6);
}

.dn-pricing__hero {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 18% center;
  filter: saturate(1.02) contrast(1.02);
}

.dn-pricing__float {
  position: absolute;
  display: grid;
  gap: 2px;
  min-width: 152px;
  padding: 12px 14px;
  border-radius: 20px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(47, 122, 44, 0.12);
  box-shadow: 0 10px 24px rgba(28, 53, 22, 0.12);
  backdrop-filter: blur(6px);
  color: #234e22;
}

.dn-pricing__float strong {
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: 800;
}

.dn-pricing__float span {
  font-size: 0.82rem;
  line-height: 1.3;
  color: #50604c;
}

.dn-pricing__float--stats {
  left: 28px;
  bottom: 120px;
}

.dn-pricing__float--chat {
  left: 220px;
  bottom: 36px;
}

.dn-pricing__float--calendar {
  right: 22px;
  bottom: 48px;
}

.dn-pricing__content {
  display: grid;
  justify-items: center;
  text-align: center;
  align-content: center;
  gap: 14px;
  padding: 0 4px;
}

.dn-pricing__content h2 {
  margin: 0;
  color: var(--dn-brand-dark);
  font-size: clamp(2.6rem, 4vw, 5rem);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: -0.07em;
  text-transform: uppercase;
}

.dn-pricing__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #68b52b, #2b6f1d 78%);
  font-weight: 800;
  font-size: 0.92rem;
  box-shadow: 0 12px 24px rgba(33, 95, 26, 0.22);
}

.dn-pricing__price {
  position: relative;
  display: inline-block;
  margin-top: -2px;
  padding: 0 12px 4px;
  color: var(--dn-brand-dark);
  font-size: clamp(2.8rem, 4.6vw, 5.2rem);
  line-height: 0.96;
  font-weight: 800;
  letter-spacing: -0.07em;
  animation: dn-price-pop 2.6s ease-in-out infinite;
}

.dn-pricing__price::before {
  content: '';
  position: absolute;
  inset: -10px -14px -8px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(132, 214, 41, 0.16), rgba(255,255,255,0) 32%, rgba(58, 155, 45, 0.14));
  filter: blur(6px);
  z-index: -1;
}

.dn-pricing__price::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72%;
  height: 12px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(90deg, transparent 0%, rgba(141, 214, 56, 0.26) 18%, rgba(255,255,255,0.78) 50%, rgba(141, 214, 56, 0.26) 82%, transparent 100%);
  background-size: 200% 100%;
  animation: dn-price-sheen 2.8s linear infinite;
  opacity: 0.85;
  z-index: -1;
}

.dn-pricing__sale {
  margin-top: -6px;
  color: #2f3530;
  font-size: 1.02rem;
  line-height: 1.3;
}

.dn-pricing__sale del {
  color: #4d4d4d;
}

.dn-pricing__desc {
  max-width: 620px;
  margin: 8px auto 0;
  color: #313932;
  font-size: 1.02rem;
  line-height: 1.52;
}

.dn-pricing__note {
  margin: 0;
  color: #2f7a2c;
  font-size: 0.98rem;
  line-height: 1.4;
}

.dn-pricing__cta {
  min-width: 280px;
  min-height: 52px;
  margin-top: 8px;
  font-size: 1rem;
  box-shadow: 0 16px 32px rgba(19, 87, 37, 0.22);
  animation: dn-pulse 2.4s ease-in-out infinite;
  transform-origin: center;
}

.dn-pricing__cta:hover {
  animation-play-state: paused;
}

.dn-pricing__features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-top: 8px;
}

.dn-pricing__features article {
  padding: 14px 12px 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(47, 122, 44, 0.12);
  box-shadow: 0 12px 26px rgba(28, 53, 22, 0.06);
  text-align: center;
}

.dn-pricing__features span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0 auto 8px;
  border-radius: 14px;
  background: #eef7e4;
  font-size: 1.35rem;
}

.dn-pricing__features strong {
  display: block;
  color: var(--dn-brand-dark);
  font-size: 0.9rem;
  line-height: 1.28;
  font-weight: 800;
}

.dn-pricing__features p {
  margin: 4px 0 0;
  color: #4a5348;
  font-size: 0.86rem;
  line-height: 1.4;
}

.dn-pricing__stats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, #4f9f34, #2d7a29);
  color: #fff;
  box-shadow: 0 14px 28px rgba(28, 53, 22, 0.14);
}

.dn-pricing__stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}

.dn-pricing__stats i {
  width: 1px;
  height: 20px;
  background: rgba(255,255,255,0.42);
}

.dn-faq {
  margin-top: 16px;
  padding: 22px 16px 16px;
  border-radius: 28px;
  background: rgba(255,255,255,0.98);
  border: 1px solid rgba(47, 122, 44, 0.12);
  box-shadow: 0 12px 30px rgba(28, 53, 22, 0.05);
}

.dn-faq__title {
  text-align: center;
  margin-bottom: 18px;
}

.dn-faq__title p {
  margin: 0;
  color: var(--dn-brand-dark);
  font-size: clamp(2rem, 2.6vw, 3.4rem);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.dn-faq__carousel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: center;
  padding-right: 86px;
}

.dn-faq__track {
  display: block;
  border-radius: 22px;
  min-width: 0;
}

.dn-faq__item {
  display: none;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 20px 22px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,251,242,0.98));
  border: 1px solid rgba(47, 122, 44, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.7);
  min-height: 164px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dn-faq__item.is-active {
  display: grid;
  box-shadow: 0 18px 38px rgba(28, 53, 22, 0.08);
}

.dn-faq__num {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #2d7a29, #12601f);
  font-size: 1.45rem;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dn-feature:hover .dn-feature__icon,
.dn-funnel__step:hover .dn-funnel__dot,
.dn-journey-card:hover .dn-journey-card__num,
.dn-faq__item:hover .dn-faq__num {
  transform: scale(1.04);
  box-shadow: 0 14px 26px rgba(38, 86, 35, 0.14);
}

.dn-faq__item h3 {
  margin: 0 0 10px;
  color: #214b23;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 800;
}

.dn-faq__item p {
  margin: 0;
  color: #313932;
  font-size: 1rem;
  line-height: 1.6;
}

.dn-faq__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #2d7a29, #12601f);
  color: #fff;
  box-shadow: 0 14px 28px rgba(28, 53, 22, 0.18);
  cursor: pointer;
  z-index: 3;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  transform: translateY(-50%);
  pointer-events: auto;
}

.dn-faq__arrow span {
  font-size: 1.55rem;
  line-height: 1;
  transform: translateX(1px);
}

.dn-faq__arrow:hover {
  transform: translateY(-50%) translateX(2px) scale(1.04);
  box-shadow: 0 18px 34px rgba(28, 53, 22, 0.24);
}

.dn-faq__arrow:focus-visible {
  outline: 2px solid rgba(47, 122, 44, 0.35);
  outline-offset: 4px;
}

.dn-final-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  margin-top: 16px;
  padding: 16px 16px;
  border-radius: 28px;
  background: linear-gradient(135deg, #154e21, #1d7f31 48%, #2aa14a);
  color: #fff;
}

.dn-final-cta__art {
  position: relative;
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
  padding: 8px;
}

.dn-final-cta__logo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

.dn-final-cta__copy p {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.58;
}

.dn-final-cta__copy strong {
  font-size: 1.1rem;
}

.dn-final-cta__actions {
  display: grid;
  gap: 12px;
}

.dn-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 20px;
  align-items: center;
  margin-top: 14px;
  padding: 14px 12px 12px;
  border-top: 1px solid rgba(47, 122, 44, 0.12);
}

.dn-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.dn-footer__brand strong {
  display: block;
  color: #214b23;
  font-size: 1.15rem;
  line-height: 1.2;
}

.dn-footer__brand p {
  margin: 6px 0 0;
  color: #546150;
  font-size: 0.92rem;
  line-height: 1.4;
}

.dn-footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.dn-footer__nav a {
  color: #273126;
  text-decoration: none;
  font-weight: 600;
}

.dn-footer__social {
  display: flex;
  gap: 10px;
}

.dn-footer__social span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(47, 122, 44, 0.2);
  color: #2d7a29;
  font-weight: 800;
}

.dn-cta {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 20px;
  margin-top: 18px;
  padding: 18px 24px;
  border-radius: 22px;
  background: linear-gradient(135deg, #155d24, #1b8b3e 58%, #24ad54);
  color: #fff;
  overflow: hidden;
}

.dn-cta__art {
  position: relative;
  width: 136px;
  height: 88px;
}

.dn-cta__leaf {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 96px;
  height: 82px;
  border-radius: 0 0 20px 20px;
  background: radial-gradient(circle at 35% 18%, #d2f27e 0 18%, #87c23d 33%, #4d8628 70%);
  filter: saturate(1.1);
}

.dn-cta__leaf::before {
  content: '';
  position: absolute;
  inset: 12px 12px 20px 12px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 0, #e9ffb1 0 14%, transparent 15%),
    radial-gradient(circle at 22% 18%, #c7f15e 0 10%, transparent 11%),
    radial-gradient(circle at 72% 26%, #c7f15e 0 10%, transparent 11%);
}

.dn-cta__badge {
  position: absolute;
  top: 8px;
  left: 64px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: var(--dn-brand-dark);
  font-size: 2rem;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.dn-cta__copy h2 {
  margin: 0 0 8px;
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  line-height: 1.22;
  text-transform: uppercase;
  font-weight: 800;
}

.dn-cta__copy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  opacity: 0.9;
}

.dn-hidden-content,
.dn-spacer {
  display: none;
}

@media (max-width: 1200px) {
  .dn-topbar {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .dn-nav {
    gap: 18px;
  }

  .dn-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .dn-hero__visual {
    min-height: 560px;
  }

  .dn-spotlight__grid {
    grid-template-columns: 1fr;
  }

  .dn-spotlight__copy {
    padding-right: 18px;
  }

  .dn-spotlight__collage {
    min-height: 540px;
  }

  .dn-spotlight__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dn-bridge__grid {
    grid-template-columns: 1fr;
  }

  .dn-bridge__copy {
    padding-right: 18px;
  }

  .dn-bridge__visual {
    min-height: 520px;
  }

  .dn-problem__grid,
  .dn-systems__grid,
  .dn-highlights,
  .dn-cta {
    grid-template-columns: 1fr;
  }

  .dn-problem__grid {
    grid-template-columns: 1fr;
  }

  .dn-problem__cta {
    grid-column: auto;
    margin-top: 26px;
  }

  .dn-diff {
    min-height: 1260px;
    padding: 14px 10px 28px;
    border-radius: 24px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.92) 34%, rgba(255,255,255,0.42) 64%, rgba(255,255,255,0.06) 100%),
      var(--dn-diff-bg-mobile) center 78% / cover no-repeat;
  }

  .dn-diff__layout {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .dn-diff__heading {
    margin-bottom: 12px;
  }

  .dn-diff__copy {
    max-width: none;
  }

  .dn-diff__heading h2 {
    font-size: clamp(1.05rem, 4.4vw, 1.55rem);
    line-height: 0.97;
  }

  .dn-diff__heading {
    margin-bottom: 10px;
  }

  .dn-diff__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
  }

  .dn-diff__step {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 9px 11px;
    border: 1px solid rgba(93, 145, 63, 0.16);
    border-radius: 16px;
    background: rgba(255,255,255,0.80);
    min-height: 148px;
  }

  .dn-diff__num {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    font-size: 0.86rem;
  }

  .dn-diff__body h3 {
    margin-bottom: 4px;
    font-size: clamp(0.86rem, 2.95vw, 1.04rem);
    line-height: 1.22;
    max-width: none;
  }

  .dn-diff__body p {
    font-size: 0.74rem;
    line-height: 1.36;
    max-width: none;
  }

  .dn-diff__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 2px;
  }

  .dn-diff-card {
    min-height: 96px;
    padding: 10px 11px 9px;
    gap: 5px;
    border-radius: 15px;
  }

  .dn-diff-card__icon {
    width: 36px;
    height: 36px;
    border-radius: 11px;
    font-size: 1.05rem;
  }

  .dn-diff-card strong {
    font-size: 0.84rem;
    line-height: 1.18;
  }

  .dn-diff-card p {
    font-size: 0.76rem;
    line-height: 1.34;
  }

  .dn-diff__chips {
    display: none;
  }

  .dn-diff__space {
    min-height: 360px;
  }

  .dn-cta {
    justify-items: center;
    text-align: center;
  }

  .dn-cta__art {
    width: 112px;
  }

  .dn-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .dn-shell {
    width: min(100% - 20px, 1360px);
  }

  .dn-logo--topbar {
    max-height: 52px;
  }

  .dn-logo--brand {
    max-height: 44px;
  }

  .dn-logo--footer {
    max-height: 56px;
  }

  .dn-hero__copy {
    padding: 28px 18px 18px;
  }

  .dn-kicker {
    max-width: none;
    font-size: 0.98rem;
    margin-bottom: 16px;
  }

  .dn-title {
    max-width: none;
    font-size: clamp(2rem, 10vw, 2.75rem);
    line-height: 1.02;
  }

  .dn-title__line {
    margin-bottom: 0.03em;
  }

  .dn-hero__lead {
    max-width: none;
    font-size: 1.03rem;
    line-height: 1.6;
  }

  .dn-actions {
    gap: 10px;
    margin-top: 18px;
    flex-direction: column;
  }

  .dn-hero {
    min-height: 1360px;
    padding-bottom: 26px;
    background:
      var(--dn-hero-bg-mobile) center bottom / cover no-repeat;
  }

  .dn-hero__visual {
    display: none !important;
    min-height: 0;
  }

  .dn-meal-grid {
    width: 84%;
    gap: 6px;
  }

  .dn-pricing {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 1280px;
    padding: 18px 12px 24px;
    align-items: start;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.82) 22%, rgba(255,255,255,0.18) 60%, rgba(255,255,255,0.04) 100%),
      var(--dn-pricing-bg-mobile) center top / cover no-repeat;
  }

  .dn-pricing__visual {
    display: none !important;
    min-height: 0;
  }

  .dn-pricing__content {
    order: -1;
    align-content: start;
    justify-items: center;
    gap: 10px;
    padding: 6px 6px 0;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
  }

  .dn-pricing__content > * {
    position: relative;
    z-index: 1;
  }

  .dn-spotlight {
    padding: 14px 10px 12px;
  }

  .dn-spotlight__copy {
    padding: 8px 6px 10px;
  }

  .dn-spotlight__brand {
    width: min(150px, 100%);
    margin-bottom: 16px;
  }

  .dn-spotlight__copy h2 {
    font-size: clamp(1.7rem, 7.2vw, 2.2rem);
  }

  .dn-spotlight__divider {
    width: min(180px, 100%);
    margin: 16px 0 14px;
  }

  .dn-spotlight__copy h3 {
    font-size: 1rem;
  }

  .dn-spotlight__copy p {
    font-size: 0.88rem;
    line-height: 1.6;
  }

  .dn-bridge {
    padding: 14px 10px 12px;
  }

  .dn-bridge__header {
    margin-bottom: 16px;
  }

  .dn-bridge__eyebrow {
    max-width: 20ch;
    font-size: clamp(1.1rem, 5vw, 1.55rem);
    line-height: 1.08;
  }

  .dn-systems__eyebrow {
    width: 100%;
    max-width: 100%;
    font-size: clamp(1.12rem, 5vw, 1.8rem);
    letter-spacing: 0.025em;
  }

  .dn-bridge__header h2 {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .dn-bridge__copy {
    padding: 0;
  }

  .dn-bridge__lead h3 {
    font-size: clamp(1.2rem, 5.4vw, 1.55rem);
  }

  .dn-bridge__lead p {
    font-size: 0.88rem;
    line-height: 1.62;
  }

  .dn-bridge__list {
    gap: 10px;
    margin-top: 14px;
  }

  .dn-bridge__list li {
    padding: 10px 12px 10px 14px;
    font-size: 0.87rem;
  }

  .dn-bridge__visual {
    min-height: 0 !important;
    height: auto !important;
    overflow: hidden !important;
    background: none !important;
    box-shadow: none !important;
    border-radius: 20px !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .dn-bridge__photo {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    object-fit: unset !important;
    border-radius: 20px !important;
  }

  .dn-bridge__visual .dn-visual__glow { display: none !important; }

  .dn-spotlight__meta {
    margin-top: 20px;
  }

  .dn-spotlight__meta {
    grid-template-columns: 1fr;
  }

  .dn-spotlight__meta-item + .dn-spotlight__meta-item {
    border-left: 0;
    border-top: 1px solid rgba(47, 122, 44, 0.14);
  }

  .dn-spotlight__collage {
    min-height: 240px;
  }

  .dn-spotlight__bubble {
    border-width: 3px;
  }

  .dn-spotlight__bubble--phone {
    width: 30%;
    height: 40%;
  }

  .dn-spotlight__bubble--center {
    width: 56%;
    height: 66%;
    left: 22%;
  }

  .dn-spotlight__bubble--shop {
    width: 24%;
    height: 32%;
  }

  .dn-spotlight__bubble--note {
    width: 30%;
    height: 22%;
  }

  .dn-spotlight__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 12px;
  }

  .dn-spotlight-card {
    min-height: 126px;
    padding: 14px 10px 12px;
  }

  .dn-spotlight__bar {
    margin-top: 14px;
    padding: 14px 16px;
    gap: 10px;
  }

  .dn-spotlight__bar {
    flex-direction: column;
    text-align: center;
  }

  .dn-feature-strip {
    margin: 10px 0 20px;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .dn-feature {
    padding: 30px 14px 14px;
  }

  .dn-feature__badge {
    width: 34px;
    height: 34px;
    top: 12px;
    left: 12px;
    font-size: 0.82rem;
  }

  .dn-feature__icon {
    width: 62px;
    height: 62px;
    margin-bottom: 12px;
    font-size: 1.45rem;
  }

  .dn-problem,
  .dn-cta {
    padding: 14px 12px;
  }

  .dn-problem h2 {
    margin-bottom: 12px;
    font-size: clamp(1.15rem, 5.8vw, 1.5rem);
  }

  .dn-problem__grid {
    gap: 12px;
  }

  .dn-problem__grid ul {
    padding: 16px 14px;
    border-radius: 16px;
  }

  .dn-problem__grid li {
    padding-left: 22px;
    font-size: 0.86rem;
    line-height: 1.5;
  }

  .dn-problem__grid li + li {
    margin-top: 10px;
  }

  .dn-problem__cta {
    margin-top: 18px;
    padding-top: 0;
  }

  .dn-problem__badge {
    width: 100%;
    min-height: 44px;
    padding: 8px 12px;
    border-radius: 14px;
    gap: 6px;
  }

  .dn-problem__badge-icon {
    font-size: 1.05rem;
  }

  .dn-problem__badge strong {
    font-size: 0.8rem;
    line-height: 1.3;
  }

  .dn-spotlight__cards {
    grid-template-columns: 1fr;
  }

  .dn-spotlight__collage {
    min-height: 300px;
  }

  .dn-spotlight__bubble--phone {
    width: 30%;
    height: 40%;
  }

  .dn-spotlight__bubble--center {
    width: 58%;
    height: 66%;
    left: 20%;
  }

  .dn-spotlight__bubble--shop {
    width: 24%;
    height: 30%;
  }

  .dn-spotlight__bubble--note {
    width: 28%;
    height: 22%;
  }

  .dn-tiles,
  .dn-why {
    grid-template-columns: 1fr;
  }

  .dn-funnel__grid,
  .dn-system-card__body,
  .dn-system-card__lists {
    grid-template-columns: 1fr;
  }

  .dn-systems__grid {
    gap: 14px 10px;
  }

  .dn-system-card {
    padding: 14px 14px 14px;
    border-radius: 18px;
  }

  .dn-system-card__head {
    gap: 10px;
    margin-bottom: 10px;
  }

  .dn-system-card__num {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-radius: 12px;
    font-size: 1.2rem;
  }

  .dn-system-card__head h3 {
    font-size: clamp(1rem, 4.6vw, 1.25rem);
    line-height: 1.18;
  }

  .dn-system-card__art {
    width: 166px;
    height: 166px;
    margin: 0 auto;
    box-shadow:
      inset 0 0 0 1px rgba(47,122,44,0.14),
      inset 0 0 0 10px rgba(219, 237, 200, 0.94),
      0 0 0 1px rgba(47,122,44,0.06);
  }

  .dn-system-card__art-image {
    inset: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .dn-system-card__art--food .dn-system-card__art-image,
  .dn-system-card__art--kitchen .dn-system-card__art-image,
  .dn-system-card__art--profit .dn-system-card__art-image {
    transform: scale(1.16);
  }

  .dn-system-card__text p {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .dn-system-card__text strong {
    font-size: 0.92rem;
    line-height: 1.3;
  }

  .dn-system-card__lists {
    gap: 8px 12px;
  }

  .dn-system-card__lists li {
    font-size: 0.84rem;
    line-height: 1.42;
    padding-left: 18px;
  }

  .dn-system-card__note {
    margin-top: 14px;
    padding: 12px 14px;
    border-radius: 14px;
    gap: 8px;
  }

  .dn-system-card__note p {
    font-size: 0.84rem;
    line-height: 1.45;
  }

  .dn-diff__space {
    display: none;
  }

  .dn-diff__heading {
    margin-bottom: 8px;
  }

  .dn-diff__heading h2 {
    white-space: normal;
    font-size: clamp(1rem, 4.8vw, 1.4rem);
  }

  .dn-diff__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .dn-diff-card {
    min-height: 88px;
    padding: 9px 10px 8px;
  }

  .dn-diff-card__icon {
    width: 34px;
    height: 34px;
    font-size: 1rem;
  }

  .dn-diff-card strong {
    font-size: 0.8rem;
  }

  .dn-diff-card p {
    font-size: 0.74rem;
  }

  .dn-process__flow {
    grid-template-columns: repeat(6, minmax(0, auto));
  }

  .dn-process__labels,
  .dn-funnel__mini-grid {
    grid-template-columns: 1fr;
  }

  .dn-journey__header,
  .dn-journey__grid,
  .dn-journey-card {
    grid-template-columns: 1fr;
  }

  .dn-journey-card {
    position: relative;
    grid-template-areas:
      "num content";
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 8px;
    padding-right: 30px;
    justify-content: start;
    align-items: start;
  }

  .dn-journey-card__num {
    grid-area: num;
    width: 28px;
    height: 28px;
    font-size: 0.72rem;
  }

  .dn-journey-card__icon {
    display: none;
  }

  .dn-journey-card__content {
    grid-area: content;
  }

  .dn-journey-card__content ul {
    display: none;
  }

  .dn-journey-card.is-open .dn-journey-card__content ul {
    display: block;
    margin-top: 8px;
  }

  .dn-journey-card::after {
    content: '+';
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    display: grid;
    place-items: center;
    color: #2f7a2c;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1;
  }

  .dn-journey-card.is-open::after {
    content: '−';
  }

  .dn-final-cta,
  .dn-footer {
    grid-template-columns: 1fr;
  }

  .dn-pricing__content h2 {
    font-size: clamp(2rem, 9.4vw, 3rem);
  }

  .dn-pricing__tag {
    min-width: 160px;
    min-height: 36px;
    font-size: 0.82rem;
  }

  .dn-pricing__price {
    font-size: clamp(2rem, 9vw, 3.1rem);
  }

  .dn-pricing__desc,
  .dn-pricing__note {
    font-size: 0.88rem;
  }

  .dn-pricing__cta {
    min-width: 0;
    width: 100%;
    max-width: 340px;
  }

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

  .dn-pricing__stats {
    width: 100%;
    flex-wrap: wrap;
    gap: 10px 16px;
    border-radius: 22px;
  }

  .dn-pricing__stats i {
    display: none;
  }

  .dn-final-cta,
  .dn-footer {
    justify-items: center;
    text-align: center;
  }

  .dn-final-cta__art {
    width: 72px;
    height: 72px;
    padding: 6px;
    border-radius: 18px;
  }

  .dn-final-cta__copy p {
    font-size: 0.95rem;
  }

  .dn-final-cta__actions {
    width: min(260px, 100%);
    justify-self: center;
  }

  .dn-faq__carousel {
    padding-right: 0;
  }

  .dn-faq__arrow {
    position: static;
    justify-self: end;
    transform: none;
    margin-top: 12px;
  }

  .dn-faq__track {
    min-height: 0;
  }

  .dn-faq__item {
    min-height: 160px;
    padding: 16px 16px 14px;
  }

  .dn-funnel__mini-grid article + article {
    border-left: 0;
    border-top: 1px solid rgba(47, 122, 44, 0.18);
  }

  .dn-journey__footer {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .dn-journey__heading p {
    font-size: clamp(1.2rem, 6vw, 1.7rem);
    margin-bottom: 8px;
  }

  .dn-journey__heading h2 {
    font-size: 0.88rem;
    line-height: 1.5;
  }

  .dn-reveal,
  .dn-tilt {
    transition-duration: 0.01ms;
    transform: none !important;
    opacity: 1 !important;
  }
}

@media (max-width: 480px) {
  .dn-home {
    padding-bottom: 42px;
  }

  .dn-shell {
    width: min(100% - 16px, 1360px);
  }

  .dn-topbar {
    gap: 10px;
  }

  .dn-nav {
    display: none;
  }

  .dn-brand {
    gap: 8px;
  }

  .dn-brand__text strong {
    font-size: 0.82rem;
  }

  .dn-brand__text span {
    font-size: 0.72rem;
  }

  .dn-pill {
    min-height: 38px;
    padding: 0 14px;
    font-size: 0.82rem;
  }

  .dn-hero__copy {
    padding: 18px 12px 14px;
  }

  .dn-kicker {
    font-size: 0.82rem;
    gap: 8px;
  }

  .dn-title {
    font-size: clamp(1.35rem, 8.6vw, 1.9rem);
  }

  .dn-hero__lead {
    font-size: 0.86rem;
  }

  .dn-actions .dn-pill {
    width: 100%;
    max-width: 320px;
  }

  .dn-hero {
    min-height: 1840px;
    padding-bottom: 18px;
    background: var(--dn-hero-bg-mobile) center top / cover no-repeat;
  }

  .dn-hero__visual {
    display: none !important;
    min-height: 0;
  }

  .dn-feature-strip {
    margin: 8px 0 18px;
    padding: 10px;
  }

  .dn-feature {
    padding: 28px 12px 12px;
  }

  .dn-feature h3 {
    font-size: 0.95rem;
  }

  .dn-feature p {
    font-size: 0.82rem;
  }

  .dn-problem,
  .dn-diff,
  .dn-systems,
  .dn-bridge,
  .dn-journey,
  .dn-pricing,
  .dn-faq {
    margin-top: 12px;
    border-radius: 18px;
  }

  .dn-problem {
    padding: 14px 10px 16px;
  }

  .dn-problem h2 {
    margin-bottom: 12px;
    font-size: clamp(1.02rem, 5vw, 1.28rem);
  }

  .dn-problem__grid {
    gap: 10px;
    justify-items: center;
  }

  .dn-problem__grid ul {
    width: 100%;
    max-width: 360px;
    padding: 14px 12px;
  }

  .dn-problem__grid li {
    font-size: 0.8rem;
    line-height: 1.48;
  }

  .dn-problem__cta {
    margin-top: 14px;
    padding-top: 0;
  }

  .dn-problem__badge {
    width: min(100%, 360px);
  }

  .dn-diff {
    min-height: 1260px;
    padding: 12px 8px 28px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.92) 34%, rgba(255,255,255,0.42) 64%, rgba(255,255,255,0.06) 100%),
      var(--dn-diff-bg-mobile) center 78% / cover no-repeat;
  }

  .dn-diff__layout {
    gap: 10px;
  }

  .dn-diff__heading h2 {
    font-size: clamp(0.92rem, 4.8vw, 1.2rem);
  }

  .dn-diff__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
  }

  .dn-diff__step {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 8px 10px;
    border: 1px solid rgba(93, 145, 63, 0.16);
    border-radius: 14px;
    background: rgba(255,255,255,0.82);
    min-height: 136px;
  }

  .dn-diff__num {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
  }

  .dn-diff__body h3 {
    max-width: none;
    font-size: 0.83rem;
    line-height: 1.2;
  }

  .dn-diff__body p {
    max-width: none;
    font-size: 0.71rem;
    line-height: 1.34;
  }

  .dn-diff-card {
    min-height: 84px;
    padding: 8px 9px 7px;
  }

  .dn-diff__space {
    display: none;
  }

  .dn-system-card {
    padding: 12px 12px 12px;
  }

  .dn-system-card__art {
    width: 122px;
    height: 122px;
  }

  .dn-system-card__head h3 {
    font-size: clamp(0.92rem, 4.4vw, 1.1rem);
  }

  .dn-system-card__body {
    gap: 12px;
  }

  .dn-system-card__lists {
    gap: 6px 10px;
  }

  .dn-system-card__text p,
  .dn-system-card__note p,
  .dn-system-card__lists li {
    font-size: 0.76rem;
  }

  .dn-system-card__note {
    margin-top: 12px;
    padding: 10px 12px;
  }

  .dn-systems__grid {
    gap: 10px;
  }

  .dn-system-card {
    padding: 12px 12px 11px;
    border-radius: 16px;
  }

  .dn-system-card__head {
    gap: 8px;
    margin-bottom: 8px;
    align-items: center;
  }

  .dn-system-card__num {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 11px;
    font-size: 1rem;
  }

  .dn-system-card__head h3 {
    font-size: clamp(0.88rem, 3.9vw, 1.02rem);
    line-height: 1.18;
    letter-spacing: -0.01em;
  }

  .dn-system-card__body {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dn-system-card__art {
    width: 124px;
    height: 124px;
    margin: 0 auto 2px;
    box-shadow:
      inset 0 0 0 1px rgba(47,122,44,0.14),
      inset 0 0 0 9px rgba(219, 237, 200, 0.94),
      0 0 0 1px rgba(47,122,44,0.06);
  }

  .dn-system-card__art-image {
    inset: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
  }

  .dn-system-card__art--food .dn-system-card__art-image,
  .dn-system-card__art--kitchen .dn-system-card__art-image,
  .dn-system-card__art--profit .dn-system-card__art-image {
    transform: scale(1.14);
  }

  .dn-system-card__text {
    text-align: left;
  }

  .dn-system-card__text p,
  .dn-system-card__note p,
  .dn-system-card__lists li {
    font-size: 0.74rem;
    line-height: 1.4;
  }

  .dn-system-card__lists {
    grid-template-columns: 1fr;
    gap: 4px 0;
  }

  .dn-system-card__lists ul {
    gap: 4px;
  }

  .dn-system-card__lists li {
    padding-left: 16px;
  }

  .dn-pricing {
    min-height: 1740px;
    padding: 16px 8px 34px;
    align-items: start;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.78) 0%, rgba(255,255,255,0.58) 18%, rgba(255,255,255,0.22) 42%, rgba(255,255,255,0.00) 74%),
      var(--dn-pricing-bg-mobile) center bottom / cover no-repeat;
  }

  .dn-pricing__visual {
    display: none !important;
    min-height: 0;
  }

  .dn-pricing__content {
    order: -1;
    align-content: start;
    justify-items: center;
    gap: 12px;
    padding: 8px 6px 0;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }

  .dn-pricing__content > * {
    position: relative;
    z-index: 1;
  }

  .dn-pricing__content h2 {
    font-size: clamp(1.95rem, 10vw, 2.75rem);
  }

  .dn-pricing__price {
    font-size: clamp(2.05rem, 10.2vw, 3rem);
  }

  .dn-pricing__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .dn-pricing__features article {
    min-height: 118px;
    padding: 13px 10px;
  }

  .dn-faq__item {
    min-height: 142px;
    padding: 12px 12px 10px;
  }

  .dn-journey__heading p {
    font-size: clamp(1.05rem, 5.6vw, 1.45rem);
  }

  .dn-journey__heading h2 {
    font-size: 0.82rem;
  }

  .dn-journey__grid {
    gap: 10px;
  }

  .dn-journey-card {
    gap: 8px;
    padding: 12px 12px 10px;
    padding-right: 30px;
  }

  .dn-journey-card__num {
    width: 42px;
    height: 42px;
    font-size: 1.08rem;
  }

  .dn-journey-card__icon {
    display: none;
  }

  .dn-journey-card__content h3 {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.22;
  }

  .dn-journey-card__content li {
    font-size: 0.74rem;
    line-height: 1.38;
  }
}

@media (max-width: 480px) {
  .dn-journey__grid {
    grid-template-columns: 1fr;
  }

  .dn-journey-card {
    grid-template-columns: 38px minmax(0, 1fr);
    grid-template-areas: "num content";
    gap: 12px;
    padding: 12px 12px 12px 12px;
    padding-right: 30px;
  }

  .dn-journey-card__num {
    width: 32px;
    height: 32px;
    font-size: 0.82rem;
  }

  .dn-journey-card__icon {
    display: none;
  }

  .dn-journey-card__content h3 {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.22;
    text-align: left;
    font-weight: 800;
  }

  .dn-journey-card__content ul {
    display: none;
  }

  .dn-journey-card.is-open .dn-journey-card__content ul {
    display: block;
    margin-top: 8px;
  }

  .dn-journey-card::after {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .dn-journey__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .dn-journey-card {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    grid-template-areas: "num content" !important;
    gap: 12px !important;
    padding: 12px 12px 12px 12px !important;
    padding-right: 30px !important;
  }

  .dn-journey-card__icon {
    display: none !important;
  }

  .dn-journey-card__content ul {
    display: none !important;
  }

  .dn-journey-card.is-open .dn-journey-card__content ul {
    display: block !important;
    margin-top: 8px !important;
  }
}

@media (max-width: 1024px) {
  .dn-journey__grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  .dn-journey-card {
    display: grid !important;
    grid-template-columns: 40px minmax(0, 1fr) !important;
    grid-template-areas: "num content" !important;
    gap: 12px !important;
    padding: 12px 12px 12px 12px !important;
    padding-right: 30px !important;
  }

  .dn-journey-card__icon {
    display: none !important;
  }

  .dn-journey-card__content h3 {
    margin: 0 !important;
    font-size: 1.14rem !important;
    line-height: 1.22 !important;
    text-align: left !important;
    font-weight: 800 !important;
  }

  .dn-journey-card__content ul {
    display: none !important;
  }

  .dn-journey-card.is-open .dn-journey-card__content ul {
    display: block !important;
    margin-top: 8px !important;
  }

  .dn-journey-card::after {
    content: '+' !important;
    top: 10px !important;
    right: 8px !important;
    width: 22px !important;
    height: 22px !important;
    font-size: 1rem !important;
  }

  .dn-journey-card.is-open::after {
    content: '−' !important;
  }
}

@media (max-width: 1024px) {
  .dn-journey-card {
    grid-template-columns: 32px minmax(0, 1fr) !important;
    gap: 10px !important;
    padding: 12px 12px 12px 12px !important;
    padding-right: 34px !important;
  }

  .dn-journey-card__num {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    font-size: 0.72rem !important;
    line-height: 1 !important;
    margin-top: 2px !important;
  }

  .dn-journey-card__content h3 {
    font-size: 1rem !important;
    line-height: 1.26 !important;
    margin: 0 !important;
    padding-right: 8px !important;
    overflow-wrap: anywhere !important;
  }

  .dn-journey-card__content ul {
    display: none !important;
  }

  .dn-journey-card.is-open .dn-journey-card__content ul {
    display: block !important;
    margin-top: 8px !important;
  }
}

@media (max-width: 480px) {
  .dn-journey-card {
    grid-template-columns: 28px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 10px !important;
    padding-right: 30px !important;
  }

  .dn-journey-card__num {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    font-size: 0.68rem !important;
    margin-top: 3px !important;
  }

  .dn-journey-card__content h3 {
    font-size: 0.95rem !important;
    line-height: 1.28 !important;
  }
}

@media (max-width: 1024px) {
  .dn-hero {
    min-height: 1600px !important;
    background-image: var(--dn-hero-bg-mobile) !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
  }

  .dn-hero__visual {
    display: none !important;
    min-height: 0 !important;
  }

  .dn-hero__copy {
    position: relative !important;
    z-index: 2 !important;
  }
}

@media (max-width: 1024px) {
  .dn-system-card__art {
    width: 126px !important;
    height: 126px !important;
    margin: 0 auto 4px !important;
    border-radius: 50% !important;
    background:
      radial-gradient(circle at 50% 50%, rgba(255,255,255,0.99) 0 24%, rgba(221, 239, 200, 0.98) 25% 58%, rgba(186, 225, 124, 0.98) 59% 100%) !important;
    box-shadow:
      inset 0 0 0 1px rgba(47,122,44,0.22) !important,
      inset 0 0 0 10px rgba(219, 237, 200, 0.98) !important,
      0 8px 18px rgba(55, 121, 33, 0.10) !important;
    overflow: hidden !important;
  }

  .dn-system-card__art-image {
    inset: 3px !important;
    width: calc(100% - 6px) !important;
    height: calc(100% - 6px) !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
    box-shadow: 0 8px 16px rgba(55, 121, 33, 0.10) !important;
  }

  .dn-system-card__art--food .dn-system-card__art-image,
  .dn-system-card__art--kitchen .dn-system-card__art-image,
  .dn-system-card__art--profit .dn-system-card__art-image {
    transform: scale(1.26) !important;
  }

  .dn-system-card__art--food .dn-system-card__art-image { object-position: center 50% !important; }
  .dn-system-card__art--kitchen .dn-system-card__art-image { object-position: center 48% !important; }
  .dn-system-card__art--profit .dn-system-card__art-image { object-position: center 47% !important; }
}

@media (max-width: 480px) {
  .dn-system-card__art {
    width: 120px !important;
    height: 120px !important;
    margin: 0 auto 4px !important;
    border-radius: 50% !important;
    background:
      radial-gradient(circle at 50% 50%, rgba(255,255,255,1) 0 23%, rgba(221, 239, 200, 0.99) 24% 57%, rgba(186, 225, 124, 0.99) 58% 100%) !important;
    box-shadow:
      inset 0 0 0 1px rgba(47,122,44,0.24) !important,
      inset 0 0 0 10px rgba(219, 237, 200, 0.99) !important,
      0 8px 16px rgba(55, 121, 33, 0.10) !important;
    overflow: hidden !important;
  }

  .dn-system-card__art-image {
    inset: 3px !important;
    width: calc(100% - 6px) !important;
    height: calc(100% - 6px) !important;
  }

  .dn-system-card__art--food .dn-system-card__art-image,
  .dn-system-card__art--kitchen .dn-system-card__art-image,
  .dn-system-card__art--profit .dn-system-card__art-image {
    transform: scale(1.30) !important;
  }
}

@media (max-width: 1024px) {
  .dn-pricing {
    min-height: 1980px !important;
    padding: 18px 10px 40px !important;
    align-items: start !important;
    background: var(--dn-pricing-bg-mobile) center top / cover no-repeat !important;
  }

  .dn-pricing__visual {
    display: none !important;
    min-height: 0 !important;
  }

  .dn-pricing__content {
    order: -1 !important;
    align-content: start !important;
    justify-items: center !important;
    gap: 10px !important;
    padding: 8px 8px 0 !important;
    max-width: 540px !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .dn-pricing__content > * {
    position: relative !important;
    z-index: 1 !important;
  }

  .dn-pricing__features {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
  }

  .dn-pricing__features article {
    min-height: 92px !important;
    padding: 10px 6px !important;
  }

  .dn-pricing__features strong {
    font-size: 0.72rem !important;
    line-height: 1.15 !important;
  }

  .dn-pricing__features p {
    font-size: 0.62rem !important;
    line-height: 1.18 !important;
  }
}

@media (max-width: 1024px) {
  .dn-topbar > .dn-pill--solid {
    display: none !important;
  }

  .dn-hero {
    min-height: 1600px !important;
    padding-bottom: 26px !important;
    background-position: center 88% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .dn-hero__copy {
    max-width: 620px !important;
    width: min(100%, 620px) !important;
    margin: 0 auto !important;
    padding: 14px 16px 8px !important;
    transform: translateY(-10px) !important;
    text-align: center !important;
    align-items: center !important;
  }

  .dn-kicker {
    margin: 0 auto 10px !important;
    font-size: 0.98rem !important;
  }

  .dn-title {
    margin: 0 auto 4px !important;
    margin-bottom: 4px !important;
    max-width: none !important;
    width: 100% !important;
    font-size: clamp(1.95rem, 7.8vw, 2.9rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.04em !important;
  }

  .dn-title__line {
    white-space: normal !important;
    display: block !important;
  }

  .dn-divider {
    margin: 12px auto 14px !important;
  }

  .dn-hero__lead {
    margin: 0 auto 12px !important;
    max-width: 38ch !important;
    font-size: 0.98rem !important;
    line-height: 1.62 !important;
  }

  .dn-actions {
    margin: 12px auto 0 !important;
    align-items: center !important;
  }
}

@media (max-width: 1024px) {
  .dn-pricing .dn-pricing__features {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 5px !important;
    width: 100% !important;
  }

  .dn-pricing .dn-pricing__features > article {
    min-width: 0 !important;
    min-height: 86px !important;
    padding: 8px 5px !important;
  }

  .dn-pricing .dn-pricing__features > article span {
    width: 34px !important;
    height: 34px !important;
    margin-bottom: 6px !important;
    border-radius: 10px !important;
    font-size: 0.98rem !important;
  }

  .dn-pricing .dn-pricing__features > article strong {
    font-size: 0.58rem !important;
    line-height: 1.08 !important;
    letter-spacing: -0.03em !important;
    word-break: break-word !important;
  }

  .dn-pricing .dn-pricing__features > article p {
    font-size: 0.52rem !important;
    line-height: 1.08 !important;
    letter-spacing: -0.02em !important;
  }
}

@media (max-width: 767px) {
  .dn-topbar > .dn-pill--solid {
    display: none !important;
  }

  .dn-topbar {
    padding-bottom: 8px !important;
  }

  .dn-hero {
    min-height: 1760px !important;
    padding-top: 12px !important;
    padding-bottom: 18px !important;
    background-position: center 84% !important;
    background-size: cover !important;
  }

  .dn-hero__copy {
    max-width: 100% !important;
    width: min(100%, 460px) !important;
    margin: 0 auto !important;
    padding: 12px 14px 8px !important;
    transform: translateY(-4px) scale(1.22) !important;
    transform-origin: top center !important;
    text-align: center !important;
    align-items: center !important;
  }

  .dn-kicker {
    margin: 0 auto 10px !important;
    font-size: 1.05rem !important;
    letter-spacing: 0.01em !important;
    gap: 8px !important;
  }

  .dn-kicker__solid,
  .dn-kicker__ghost {
    padding: 0.52em 1em !important;
    border-radius: 999px !important;
  }

  .dn-title {
    margin: 0 auto 6px !important;
    max-width: 11ch !important;
    font-size: clamp(3.1rem, 15.2vw, 4.9rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.075em !important;
  }

  .dn-title__line {
    margin-bottom: 0.06em !important;
  }

  .dn-divider {
    width: 52px !important;
    margin: 12px auto 14px !important;
  }

  .dn-hero__lead {
    margin: 0 auto 14px !important;
    max-width: 25ch !important;
    font-size: 1.05rem !important;
    line-height: 1.56 !important;
  }

  .dn-actions {
    margin: 14px auto 0 !important;
    gap: 10px !important;
  }

  .dn-actions .dn-pill {
    padding: 0.82em 1.18em !important;
    font-size: 0.95rem !important;
    white-space: nowrap !important;
  }

  .dn-pricing__desc {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    max-width: 28ch !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .dn-pricing {
    min-height: 1880px !important;
  }

  .dn-pricing__content {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dn-pricing__features {
    width: calc(100% + 16px) !important;
    max-width: none !important;
    margin-left: -8px !important;
    margin-right: -8px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 4px !important;
  }

  .dn-pricing__features article {
    min-width: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

@media (max-width: 768px) {
  .dn-diff {
    min-height: 1080px !important;
    padding: 10px 8px 20px !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.92) 26%, rgba(255,255,255,0.38) 56%, rgba(255,255,255,0.02) 100%),
      var(--dn-diff-bg-mobile) center bottom / cover no-repeat !important;
  }

  .dn-diff__heading {
    margin-bottom: 8px !important;
  }

  .dn-diff__heading h2 {
    font-size: clamp(0.96rem, 4.5vw, 1.25rem) !important;
    line-height: 1.02 !important;
  }

  .dn-diff__steps {
    margin-bottom: 8px !important;
    gap: 6px !important;
  }

  .dn-diff__step {
    min-height: 124px !important;
    padding: 9px 8px 10px !important;
  }

  .dn-diff__body h3 {
    font-size: 0.82rem !important;
    line-height: 1.18 !important;
  }

  .dn-diff__body p {
    font-size: 0.7rem !important;
    line-height: 1.32 !important;
  }

  .dn-diff__cards {
    margin-top: 0 !important;
    gap: 6px !important;
  }

  .dn-diff-card {
    min-height: 82px !important;
    padding: 8px 9px 7px !important;
  }

  .dn-diff__space {
    min-height: 210px !important;
  }
}

@media (max-width: 480px) {
  .dn-diff {
    min-height: 980px !important;
    padding: 8px 7px 16px !important;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.93) 24%, rgba(255,255,255,0.35) 52%, rgba(255,255,255,0.01) 100%),
      var(--dn-diff-bg-mobile) center bottom / cover no-repeat !important;
  }

  .dn-diff__space {
    min-height: 180px !important;
  }

  .dn-diff__heading h2 {
    font-size: 1rem !important;
  }
}

@media (max-width: 767px) {
  .dn-pricing__desc {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: clamp(0.58rem, 2.6vw, 0.7rem) !important;
    line-height: 1.18 !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }
}

@media (max-width: 767px) {
  .dn-hero {
    min-height: 1220px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-position: center 100% !important;
    background-size: cover !important;
  }

  .dn-hero__copy {
    transform: translateY(8px) scale(1.12) !important;
    padding-top: 16px !important;
    padding-bottom: 10px !important;
  }

  .dn-kicker {
    margin: 0 auto 12px !important;
  }

  .dn-title {
    margin-bottom: 8px !important;
  }

  .dn-divider {
    margin: 10px auto 12px !important;
  }

  .dn-hero__lead {
    margin-bottom: 14px !important;
  }

  .dn-actions {
    gap: 8px !important;
    justify-content: center !important;
  }

  .dn-actions .dn-pill {
    max-width: 310px !important;
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .dn-hero {
    min-height: 1120px !important;
    background-position: center 100% !important;
  }

  .dn-hero__copy {
    transform: translateY(10px) scale(1.06) !important;
  }
}

@media (max-width: 767px) {
  .dn-pricing__cta {
    font-size: 1.8rem !important;
    line-height: 1.05 !important;
    min-height: 68px !important;
    padding: 0 22px !important;
    white-space: nowrap !important;
    letter-spacing: -0.03em !important;
  }
}

@media (max-width: 767px) {
  .dn-pricing__tag {
    min-height: 30px !important;
  }

  .dn-pricing__cta {
    min-height: 44px !important;
  }
}

@media (max-width: 767px) {
  .dn-pricing__content {
    max-width: none !important;
    width: 100% !important;
    padding-left: 4px !important;
    padding-right: 4px !important;
  }

  .dn-pricing__desc {
    max-width: none !important;
    width: 100% !important;
    font-size: 0.78rem !important;
    line-height: 1.16 !important;
    white-space: nowrap !important;
    overflow: visible !important;
  }

  .dn-pricing__features {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 6px !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }

  .dn-pricing__features article {
    min-height: 84px !important;
    padding: 8px 4px !important;
  }

  .dn-pricing__features span {
    width: 34px !important;
    height: 34px !important;
    margin-bottom: 6px !important;
    font-size: 1rem !important;
  }

  .dn-pricing__features strong {
    font-size: 0.62rem !important;
    line-height: 1.1 !important;
    letter-spacing: -0.03em !important;
  }

  .dn-pricing__features p {
    font-size: 0.58rem !important;
    line-height: 1.08 !important;
  }
}

@media (max-width: 767px) {
  #pricing {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #pricing .dn-pricing__content {
    max-width: none !important;
    width: 100% !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  #pricing .dn-pricing__desc {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.76rem !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }

  #pricing .dn-pricing__features {
    display: grid !important;
    width: calc(100% + 18px) !important;
    max-width: none !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin-left: -9px !important;
    margin-right: -9px !important;
  }

  #pricing .dn-pricing__features > article {
    min-width: 0 !important;
    min-height: 86px !important;
    padding: 8px 4px !important;
  }

  #pricing .dn-pricing__features > article span {
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 4px !important;
    font-size: 0.95rem !important;
  }

  #pricing .dn-pricing__features > article strong {
    font-size: 0.55rem !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
  }

  #pricing .dn-pricing__features > article p {
    font-size: 0.5rem !important;
    line-height: 1.02 !important;
  }
}

@media (max-width: 767px) {
  #home.dn-hero {
    min-height: 1180px !important;
    padding-top: 8px !important;
    padding-bottom: 10px !important;
    background-position: center 96% !important;
    background-size: cover !important;
  }

  #home .dn-hero__copy {
    width: min(100%, 420px) !important;
    max-width: 420px !important;
    margin: 0 auto !important;
    padding: 10px 12px 6px !important;
    transform: none !important;
    text-align: center !important;
    align-items: center !important;
  }

  #home .dn-kicker {
    margin: 0 auto 8px !important;
    font-size: 0.92rem !important;
    gap: 8px !important;
  }

  #home .dn-title {
    max-width: 12ch !important;
    margin: 0 auto 6px !important;
    font-size: clamp(2.05rem, 10.6vw, 3rem) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.06em !important;
  }

  #home .dn-title__line {
    display: block !important;
    white-space: normal !important;
  }

  #home .dn-divider {
    width: 34px !important;
    margin: 10px auto 12px !important;
  }

  #home .dn-hero__lead {
    max-width: 24ch !important;
    margin: 0 auto 12px !important;
    font-size: 0.78rem !important;
    line-height: 1.45 !important;
  }

  #home .dn-actions {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 320px !important;
    margin: 12px auto 0 !important;
    gap: 8px !important;
  }

  #home .dn-actions .dn-pill {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    font-size: 0.8rem !important;
    line-height: 1.05 !important;
    white-space: normal !important;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  #pricing {
    min-height: 1400px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  #pricing .dn-pricing__content {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  #pricing .dn-pricing__tag {
    min-height: 28px !important;
    padding: 0 16px !important;
  }

  #pricing .dn-pricing__cta {
    min-height: 42px !important;
    padding: 0 18px !important;
    font-size: 0.84rem !important;
  }

  #pricing .dn-pricing__desc {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.72rem !important;
    line-height: 1.1 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-wrap: balance !important;
  }

  #pricing .dn-pricing__features {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin: 0 auto !important;
  }

  #pricing .dn-pricing__features > article {
    min-width: 0 !important;
    min-height: 82px !important;
    padding: 8px 4px !important;
  }

  #pricing .dn-pricing__features > article span {
    width: 30px !important;
    height: 30px !important;
    margin-bottom: 5px !important;
    font-size: 0.9rem !important;
  }

  #pricing .dn-pricing__features > article strong {
    font-size: 0.55rem !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
  }

  #pricing .dn-pricing__features > article p {
    font-size: 0.5rem !important;
    line-height: 1.02 !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   MOBILE READABILITY — tăng font-size toàn trang mobile
   Appended last → highest cascade priority
═══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {
  /* Root scale: 18px → tất cả rem scale đồng đều */
  html { font-size: 18px !important; }

  /* ── Navigation ── */
  .dn-nav a            { font-size: 0.9rem !important; }
  .dn-topbar .dn-pill  { font-size: 0.9rem !important; }

  /* ── Hero kicker — nowrap prevents badges from breaking across lines ── */
  .dn-kicker__solid,
  .dn-kicker__ghost { font-size: 1rem !important; white-space: nowrap !important; }

  /* ── Feature strip ── */
  .dn-feature h3 { font-size: 1.05rem !important; line-height: 1.35 !important; }
  .dn-feature p  { font-size: 0.95rem !important; line-height: 1.55 !important; }

  /* ── Problem section ── */
  .dn-problem               { padding-bottom: 28px !important; overflow: hidden !important; }
  .dn-problem h2            { font-size: 1.4rem !important; line-height: 1.25 !important; }
  .dn-problem__grid         { width: 100% !important; overflow: hidden !important; }
  .dn-problem__col ul       { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
  .dn-problem__grid li      { font-size: 1rem !important;   line-height: 1.6 !important; }
  .dn-problem__badge        { padding: 10px 14px !important; width: 100% !important; box-sizing: border-box !important; }
  .dn-problem__badge strong { font-size: 0.9rem !important; line-height: 1.45 !important; }

  /* ── Diff / Điểm khác biệt ── */
  .dn-diff        { padding-top: 20px !important; }
  .dn-diff__heading h2  { font-size: 1.4rem !important; line-height: 1.45 !important; white-space: normal !important; letter-spacing: 0.04em !important; }
  .dn-diff__step        { min-height: 0 !important; padding: 8px 8px 10px !important; gap: 4px !important; }
  .dn-diff__num         { width: 28px !important; height: 28px !important; font-size: 0.75rem !important; }
  .dn-diff__body h3     { font-size: 0.85rem !important; line-height: 1.3 !important; }
  .dn-diff__body p      { font-size: 0.78rem !important; line-height: 1.5 !important; }
  .dn-diff-card         { padding: 10px 10px 12px !important; gap: 6px !important; }
  .dn-diff-card__icon   { width: 38px !important; height: 38px !important; font-size: 1.1rem !important; }
  .dn-diff-card strong  { font-size: 0.78rem !important; }
  .dn-diff-card p       { font-size: 0.75rem !important; line-height: 1.45 !important; }
  .dn-diff__chips span  { font-size: 0.75rem !important; }

  /* ── Systems section ── */
  .dn-systems__eyebrow         { font-size: 1.25rem !important; white-space: normal !important; letter-spacing: 0.03em !important; }
  .dn-systems__eyebrow span    { white-space: normal !important; }
  .dn-systems__header h2       { font-size: 0.82rem !important; line-height: 1.55 !important; }
  .dn-system-card__head h3     { font-size: 1.05rem !important; line-height: 1.3 !important; }
  .dn-system-card__text p      { font-size: 0.95rem !important; line-height: 1.55 !important; }
  .dn-system-card__text strong { font-size: 1rem !important; }
  .dn-system-card__lists li    { font-size: 0.95rem !important; line-height: 1.55 !important; }
  .dn-system-card__note p      { font-size: 0.9rem !important; }

  /* ── Bridge ── */
  .dn-bridge__eyebrow span { font-size: 1.15rem !important; white-space: normal !important; }
  .dn-bridge__lead p       { font-size: 1rem !important;    line-height: 1.65 !important; }
  .dn-bridge__list li      { font-size: 1rem !important;    line-height: 1.55 !important; }

  /* ── Funnel / Spotlight ── */
  .dn-funnel__eyebrow          { font-size: 1.35rem !important; }
  .dn-funnel__header h2        { font-size: 1rem !important;    line-height: 1.3 !important; }
  .dn-funnel__step p           { font-size: 0.95rem !important; line-height: 1.55 !important; }
  .dn-funnel__mini-grid strong { font-size: 1rem !important; }
  .dn-funnel__mini-grid p      { font-size: 0.9rem !important; }

  /* ── Journey / Lộ trình ── */
  .dn-journey__heading p        { font-size: 1.5rem !important; letter-spacing: 0.04em !important; }
  .dn-journey__heading h2       { font-size: 0.82rem !important; line-height: 1.55 !important; }
  .dn-journey-card__content h3  { font-size: 1rem !important;    line-height: 1.3 !important; }
  .dn-journey-card__content li  { font-size: 0.95rem !important; line-height: 1.55 !important; }
  .dn-journey__footer p         { font-size: 0.95rem !important; }
  .dn-journey-card::after,
  .dn-journey-card.is-open::after { content: none !important; display: none !important; }

  /* ── FAQ ── */
  .dn-faq__title p { font-size: 1.55rem !important; white-space: nowrap !important; }
  .dn-faq__item h3 { font-size: 1.05rem !important; line-height: 1.35 !important; }
  .dn-faq__item p  { font-size: 0.95rem !important; line-height: 1.6 !important; }
  .dn-faq__arrow   { justify-self: center !important; }

  /* ── Pricing ── */
  .dn-pricing__content h2   { font-size: 1.3rem !important; }
  .dn-pricing__price        { font-size: 2.4rem !important; }
  .dn-pricing__sale         { font-size: 0.95rem !important; }
  .dn-pricing__note         { font-size: 0.9rem !important; }
  .dn-pricing__cta {
    font-size: 1rem !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
  }
  .dn-pricing__stats {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    width: 100% !important;
    box-sizing: border-box !important;
    gap: 4px 12px !important;
    border-radius: 18px !important;
  }
  .dn-pricing__stats span {
    white-space: nowrap !important;
    font-size: 0.85rem !important;
  }
  #pricing .dn-pricing__features,
  .dn-pricing .dn-pricing__features {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    gap: 8px !important;
  }
  #pricing .dn-pricing__features > article,
  .dn-pricing .dn-pricing__features > article {
    min-height: 0 !important;
    padding: 12px 10px !important;
  }
  #pricing .dn-pricing__features > article strong { font-size: 0.88rem !important; line-height: 1.4 !important; }
  #pricing .dn-pricing__features > article p      { font-size: 0.85rem !important; line-height: 1.5 !important; }

  /* ── Final CTA ── */
  .dn-final-cta__copy p { font-size: 1rem !important; line-height: 1.65 !important; }

  /* ── Footer ── */
  .dn-footer__brand strong { font-size: 1.05rem !important; }
  .dn-footer__brand p      { font-size: 0.95rem !important; }
  .dn-footer__nav {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px 16px !important;
    text-align: center !important;
  }
  .dn-footer__nav a { font-size: 0.95rem !important; }

  /* ── Demo video ── */
  .dn-demo { padding: 24px 16px !important; }
  .dn-demo__video { border-radius: 12px !important; padding-bottom: 177.78% !important; }
}
