:root {
  --dn-green: #078844;
  --dn-green-dark: #046533;
  --dn-green-deep: #034c29;
  --dn-green-light: #eaf7f0;
  --dn-mint: #f3fbf7;
  --dn-ink: #142019;
  --dn-muted: #66726b;
  --dn-line: #dfe8e2;
  --dn-shadow: 0 18px 52px rgba(14, 52, 33, 0.09);
  --dn-shell: 1440px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body.hicoding-daangn-page {
  margin: 0;
  min-width: 320px;
  background: #fff;
  color: var(--dn-ink);
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  word-break: keep-all;
  line-break: strict;
}

.hicoding-daangn-page :where(h1, h2, h3, p, li, a, strong, small, span) {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.hicoding-daangn-page img {
  display: block;
  max-width: 100%;
}

.hicoding-daangn-page a {
  color: inherit;
  text-decoration: none;
}

.hicoding-daangn-page button,
.hicoding-daangn-page input,
.hicoding-daangn-page textarea,
.hicoding-daangn-page select {
  font: inherit;
}

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

.dn-svg-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.dn-skip {
  position: fixed;
  z-index: 9999;
  top: 10px;
  left: 10px;
  padding: 11px 16px;
  border-radius: 8px;
  background: #111;
  color: #fff !important;
  transform: translateY(-160%);
}

.dn-skip:focus {
  transform: translateY(0);
}

.dn-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(223, 232, 226, 0.8);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.dn-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
}

.dn-brand {
  display: inline-flex;
  align-items: center;
}

.dn-brand__mark {
  width: 145px;
  height: auto;
  object-fit: contain;
}

.dn-header__nav {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #3d4a43;
}

.dn-header__nav > a:not(.dn-header__cta) {
  transition: color 0.2s ease;
}

.dn-header__nav > a:not(.dn-header__cta):hover {
  color: var(--dn-green);
}

.dn-header__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 19px;
  border-radius: 12px;
  background: var(--dn-green);
  color: #fff !important;
  box-shadow: 0 9px 22px rgba(7, 136, 68, 0.2);
  transition: transform 0.2s ease, background 0.2s ease;
}

.dn-header__cta:hover {
  background: var(--dn-green-dark);
  transform: translateY(-2px);
}

.dn-header__cta svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dn-menu-toggle {
  display: none;
}

.dn-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 0;
  background:
    radial-gradient(circle at 91% 21%, rgba(7, 136, 68, 0.10), transparent 24%),
    linear-gradient(180deg, #fff 0%, #fafdFb 100%);
}

.dn-hero::after {
  position: absolute;
  z-index: 0;
  right: -120px;
  bottom: 74px;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(7, 136, 68, 0.08);
  border-radius: 50%;
  content: "";
}

.dn-hero__glow {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(2px);
}

.dn-hero__glow--one {
  top: 34px;
  right: 9%;
  width: 180px;
  height: 180px;
  background: rgba(41, 189, 110, 0.07);
}

.dn-hero__glow--two {
  right: 29%;
  bottom: 160px;
  width: 72px;
  height: 72px;
  background: rgba(7, 136, 68, 0.08);
}

.dn-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(600px, 1.15fr);
  align-items: center;
  min-height: 550px;
}

.dn-hero__copy {
  position: relative;
  z-index: 3;
  padding: 26px 0 58px;
}

.dn-kicker,
.dn-eyebrow {
  margin: 0 0 18px;
  color: var(--dn-green);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -0.01em;
}

.dn-hero h1 {
  margin: 0;
  font-size: clamp(46px, 4.25vw, 68px);
  font-weight: 850;
  line-height: 1.12;
  letter-spacing: -0.055em;
}

.dn-hero h1 em {
  position: relative;
  color: var(--dn-green);
  font-style: normal;
  white-space: nowrap;
}

.dn-hero h1 em > span {
  color: var(--dn-ink);
}

.dn-kicker__mobile {
  display: none;
}

.dn-hero h1 em::after {
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
  height: 8px;
  border-radius: 999px;
  background: rgba(24, 181, 93, 0.16);
  content: "";
}

.dn-hero__lead {
  margin: 26px 0 0;
  color: #58645d;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: -0.025em;
}

.dn-hero__price {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 7px;
  margin: 20px 0 0;
  color: var(--dn-green-dark);
  font-size: 18px;
  font-weight: 650;
}

.dn-hero__price span {
  white-space: nowrap;
}

.dn-hero__price strong {
  font-weight: 850;
}

.dn-hero__mobile-proof {
  display: none;
}

.dn-actions {
  display: flex;
  gap: 12px;
  margin-top: 31px;
}

.dn-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 780;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.dn-button:hover {
  transform: translateY(-2px);
}

.dn-button > svg:not(.dn-button__arrow) {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dn-button__arrow {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dn-button--primary {
  background: var(--dn-green);
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(7, 136, 68, 0.21);
}

.dn-button--primary:hover {
  background: var(--dn-green-dark);
  box-shadow: 0 15px 34px rgba(7, 136, 68, 0.26);
}

.dn-button--outline {
  border-color: #a8cbb7;
  background: rgba(255, 255, 255, 0.88);
  color: #254032;
}

.dn-button--outline:hover {
  border-color: var(--dn-green);
  color: var(--dn-green);
  box-shadow: 0 10px 28px rgba(31, 71, 49, 0.08);
}

.dn-hero__visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.dn-hero__visual::before {
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(21, 179, 94, 0.12) 0%, rgba(21, 179, 94, 0) 68%);
  content: "";
}

.dn-hero__visual img {
  position: relative;
  z-index: 1;
  width: 116%;
  height: auto;
  max-width: none;
  margin: -20px -13% -8px -4%;
  filter: drop-shadow(0 23px 32px rgba(18, 48, 33, 0.13));
}

.dn-hero__badge {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 2px;
  min-width: 132px;
  padding: 12px 15px;
  border: 1px solid rgba(207, 225, 215, 0.9);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 32px rgba(18, 52, 34, 0.11);
  backdrop-filter: blur(12px);
}

.dn-hero__badge span {
  color: #728077;
  font-size: 13px;
  font-weight: 650;
}

.dn-hero__badge strong {
  color: var(--dn-green);
  font-size: 20px;
  font-weight: 850;
}

.dn-hero__badge--top {
  top: 92px;
  right: 8px;
}

.dn-hero__badge--bottom {
  right: 48px;
  bottom: 68px;
}

.dn-trust-strip {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-height: 84px;
  border: 1px solid var(--dn-line);
  border-radius: 16px 16px 0 0;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 -6px 34px rgba(18, 51, 34, 0.05);
}

.dn-trust-strip > span {
  display: grid;
  grid-template-columns: 38px auto;
  grid-template-rows: auto auto;
  align-content: center;
  padding: 12px 28px;
}

.dn-trust-strip > span + span {
  border-left: 1px solid var(--dn-line);
}

.dn-trust-strip svg {
  grid-row: 1 / 3;
  align-self: center;
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--dn-green);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dn-trust-strip strong {
  color: #2a3730;
  font-size: 16px;
  font-weight: 800;
}

.dn-trust-strip small {
  margin-top: 2px;
  color: #89938d;
  font-size: 13px;
}

.dn-section {
  position: relative;
  padding: 88px 0;
}

.dn-section__heading {
  max-width: 880px;
  margin: 0 auto 48px;
  text-align: center;
}

.dn-section__heading .dn-eyebrow {
  margin-bottom: 11px;
  font-size: 13px;
  letter-spacing: 0.12em;
}

.dn-section__heading h2 {
  margin: 0;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 850;
  line-height: 1.22;
  letter-spacing: -0.045em;
}

.dn-section__heading > p:last-child {
  margin: 15px 0 0;
  color: var(--dn-muted);
  font-size: 18px;
  line-height: 1.65;
}

.dn-problem {
  border-top: 1px solid #edf2ee;
  background: #fff;
}

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

.dn-info-card {
  border: 1px solid var(--dn-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 35px rgba(18, 52, 33, 0.055);
}

.dn-info-card--problem {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  min-height: 190px;
  padding: 34px 30px;
}

.dn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: var(--dn-green-light);
  color: var(--dn-green);
}

.dn-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dn-icon--line {
  width: 58px;
  height: 58px;
  border: 1px solid #e5ece7;
  background: #fff;
  color: #29352e;
}

.dn-icon--line svg {
  width: 31px;
  height: 31px;
}

.dn-info-card h3,
.dn-feature-card h3,
.dn-reason-card h3 {
  margin: 2px 0 11px;
  font-size: 20px;
  font-weight: 820;
  letter-spacing: -0.03em;
}

.dn-info-card p,
.dn-feature-card p,
.dn-reason-card p {
  margin: 0;
  color: var(--dn-muted);
  font-size: 15px;
  line-height: 1.7;
}

.dn-answer-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 68px;
  margin-top: 28px;
  border: 1px solid #7dc09a;
  border-radius: 16px;
  background: linear-gradient(90deg, #f9fdfa 0%, #edf9f2 50%, #f9fdfa 100%);
  color: var(--dn-green-dark);
}

.dn-answer-banner span {
  font-size: 28px;
}

.dn-answer-banner strong {
  font-size: 20px;
  font-weight: 850;
  letter-spacing: -0.03em;
}

.dn-features {
  overflow: hidden;
  background: var(--dn-mint);
}

.dn-features::before {
  position: absolute;
  top: -220px;
  right: -170px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(7, 136, 68, 0.08);
  border-radius: 50%;
  content: "";
}

.dn-features__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.dn-feature-card {
  min-height: 245px;
  padding: 31px 26px;
  border: 1px solid #e1ebe4;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  box-shadow: 0 15px 42px rgba(22, 60, 39, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dn-feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 46px rgba(22, 60, 39, 0.1);
}

.dn-feature-card .dn-icon {
  margin-bottom: 20px;
}

.dn-feature-card h3 {
  margin-top: 0;
}

.dn-showcase {
  border-top: 1px solid #edf2ee;
  background: #fff;
}

.dn-showcase__box {
  overflow: hidden;
  border: 1px solid var(--dn-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--dn-shadow);
}

.dn-showcase__tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 10px;
  background: #f2f4f2;
}

.dn-showcase__tabs button {
  min-height: 52px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #4e5952;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
}

.dn-showcase__tabs button[aria-selected="true"] {
  background: var(--dn-green);
  color: #fff;
  box-shadow: 0 9px 22px rgba(7, 136, 68, 0.18);
}

.dn-showcase__tabs button:focus-visible {
  outline: 3px solid rgba(7, 136, 68, 0.26);
  outline-offset: 2px;
}

.dn-showcase__panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.3fr) minmax(0, 0.7fr);
  gap: 52px;
  align-items: center;
  min-height: 390px;
  padding: 52px;
}

.dn-showcase__panel[hidden] {
  display: none;
}

.dn-showcase__copy > p {
  margin: 0 0 10px;
  color: var(--dn-green);
  font-size: 18px;
  font-weight: 850;
}

.dn-showcase__copy h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.32;
  letter-spacing: -0.04em;
}

.dn-showcase__copy ul {
  display: grid;
  gap: 12px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.dn-showcase__copy li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #526058;
  font-size: 17px;
}

.dn-showcase__copy li svg {
  flex: none;
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--dn-green);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

.dn-showcase__gallery figure {
  position: relative;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 0.72;
  border: 1px solid #dce5df;
  border-radius: 13px;
  background: linear-gradient(145deg, #eef7f2, #ddecE4);
  box-shadow: 0 14px 28px rgba(18, 48, 32, 0.11);
}

.dn-showcase__gallery figure:nth-child(2) {
  transform: translateY(-8px);
}

.dn-showcase__gallery img,
.dn-showcase__gallery figure > span {
  width: 100%;
  height: 100%;
}

.dn-showcase__gallery img {
  object-fit: cover;
}

.dn-showcase__gallery figure > span {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dn-green);
  font-size: 40px;
  font-weight: 900;
}

.dn-showcase__gallery figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 28px 10px 10px;
  overflow: hidden;
  background: linear-gradient(180deg, transparent, rgba(8, 29, 18, 0.8));
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dn-compare {
  background: var(--dn-mint);
}

.dn-compare__table {
  overflow: hidden;
  max-width: 1220px;
  margin: 0 auto;
  border: 1px solid #dce6df;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(20, 52, 34, 0.06);
}

.dn-compare__head,
.dn-compare__row {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

.dn-compare__head > *,
.dn-compare__row > * {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 70px;
  padding: 14px 22px;
}

.dn-compare__head {
  background: #eef1ef;
  color: #445048;
  font-size: 17px;
  text-align: center;
}

.dn-compare__head > * {
  justify-content: center;
}

.dn-compare__head strong {
  background: var(--dn-green);
  color: #fff;
  font-size: 19px;
}

.dn-compare__row {
  border-top: 1px solid #e5ebe7;
  color: #5f6963;
  font-size: 16px;
}

.dn-compare__row > span:first-child {
  gap: 10px;
  color: #2d3b33;
  font-weight: 800;
}

.dn-compare__row > span:first-child svg {
  flex: none;
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--dn-green);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dn-compare__row > strong {
  border-right: 1px solid #d7e5da;
  border-left: 1px solid #d7e5da;
  background: #f8fcf6;
  color: #274b35;
  font-weight: 800;
}

.dn-reviews {
  background: #fff;
}

.dn-review-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 1080px;
  margin: 0 auto 22px;
  overflow: hidden;
  border: 1px solid var(--dn-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(20, 52, 34, 0.055);
}

.dn-review-stats > span {
  display: grid;
  justify-items: center;
  gap: 4px;
  padding: 21px 12px;
}

.dn-review-stats > span + span {
  border-left: 1px solid var(--dn-line);
}

.dn-review-stats small {
  color: #7d8881;
  font-size: 14px;
  font-weight: 750;
}

.dn-review-stats strong {
  color: var(--dn-green);
  font-size: 34px;
  font-weight: 880;
}

.dn-review-stats strong b {
  margin-left: 2px;
  color: #8c968f;
  font-size: 15px;
}

.dn-reviews__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 15px;
}

.dn-review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--dn-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(18, 52, 33, 0.055);
}

.dn-review-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.dn-review-card__top > span:first-child {
  overflow: hidden;
  padding: 5px 9px;
  border-radius: 999px;
  background: var(--dn-green-light);
  color: var(--dn-green-dark);
  font-size: 13px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dn-review-card__stars {
  flex: none;
  color: #ffb000;
  font-size: 15px;
  letter-spacing: 0.05em;
}

.dn-review-card__text {
  display: block;
  margin: 22px 0;
  color: #2f3b34;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.dn-review-card__copy {
  min-width: 0;
}

.dn-review-card__copy summary {
  display: block;
  cursor: pointer;
  list-style: none;
}

.dn-review-card__copy summary::-webkit-details-marker {
  display: none;
}

.dn-review-card__copy:not([open]) .dn-review-card__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.dn-review-card__toggle {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #b9d3c0;
  border-radius: 999px;
  color: var(--dn-green-dark);
  font-size: 13px;
  font-weight: 800;
}

.dn-review-card__toggle > span:last-child,
.dn-review-card__copy[open] .dn-review-card__toggle > span:first-child {
  display: none;
}

.dn-review-card__copy[open] .dn-review-card__toggle > span:last-child {
  display: inline;
}

.dn-review-card__copy summary:focus-visible {
  outline: 3px solid rgba(0, 145, 72, 0.24);
  outline-offset: 5px;
  border-radius: 8px;
}

.dn-review-card > p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: auto 0 0;
  color: #7d8781;
  font-size: 14px;
}

.dn-review-card > p strong {
  color: #3c4941;
  font-size: 15px;
}

.dn-review-card > p span::before {
  margin-right: 8px;
  content: "·";
}

.dn-reviews__note {
  margin: 22px 0 0;
  color: #7b8780;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
}

.dn-portfolio {
  background: #fbfdfb;
}

.dn-portfolio__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.dn-work-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--dn-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 13px 35px rgba(18, 48, 32, 0.07);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.dn-work-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(18, 48, 32, 0.12);
}

.dn-work-card__image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #eef3ef;
}

.dn-work-card__image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(0, 0, 0, 0.08));
  content: "";
}

.dn-work-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.dn-work-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #edf8f2, #d7f0e2);
  color: var(--dn-green);
  font-size: 42px;
  font-weight: 900;
}

.dn-work-card:hover .dn-work-card__image img {
  transform: scale(1.035);
}

.dn-work-card__copy {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 22px 48px 23px 23px;
}

.dn-work-card__copy span {
  color: var(--dn-green);
  font-size: 15px;
  font-weight: 800;
}

.dn-work-card__copy strong {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.dn-work-card__copy small {
  color: #879089;
  font-size: 15px;
}

.dn-work-card__arrow {
  position: absolute;
  right: 21px;
  bottom: 30px;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #6e7c74;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dn-section__action {
  display: flex;
  justify-content: center;
  margin-top: 38px;
}

.dn-section__action .dn-button {
  min-width: 260px;
}

.dn-pricing {
  border-top: 1px solid #ecf1ed;
  background: linear-gradient(180deg, #fbfdfb 0%, #fff 100%);
}

.dn-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
  padding-top: 13px;
}

.dn-price-card {
  position: relative;
  padding: 34px 34px 32px;
  border: 1px solid var(--dn-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 13px 38px rgba(18, 50, 33, 0.055);
}

.dn-price-card--featured {
  border: 2px solid var(--dn-green);
  box-shadow: 0 18px 44px rgba(7, 136, 68, 0.13);
  transform: translateY(-10px);
}

.dn-price-card__badge {
  position: absolute;
  top: -15px;
  left: 50%;
  padding: 6px 13px;
  border-radius: 999px;
  background: var(--dn-green);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  transform: translateX(-50%);
}

.dn-price-card h3 {
  margin: 0;
  color: #385047;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}

.dn-price-card__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin: 15px 0 22px;
  color: var(--dn-green-dark);
}

.dn-price-card__price strong {
  font-size: 46px;
  font-weight: 880;
  line-height: 1;
  letter-spacing: -0.055em;
}

.dn-price-card__price span {
  font-size: 18px;
  font-weight: 800;
}

.dn-price-card ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 20px 0 0;
  border-top: 1px solid #edf1ee;
  list-style: none;
}

.dn-price-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #536058;
  font-size: 17px;
}

.dn-price-card li svg {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--dn-green);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dn-pricing__note {
  margin: 21px 0 0;
  color: #89928c;
  font-size: 14px;
  text-align: center;
}

.dn-process {
  background: #fff;
}

.dn-process__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dn-process__list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 155px;
  padding: 23px 18px 16px;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
  box-shadow: none;
}

.dn-process__list li:not(:last-child)::after {
  position: absolute;
  z-index: 2;
  top: 67px;
  right: -20px;
  width: 26px;
  border-top: 2px dashed #79bc97;
  content: "";
}

.dn-process__number {
  position: absolute;
  top: 12px;
  left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--dn-green);
  color: #fff;
  font-size: 12px;
  font-weight: 850;
}

.dn-process__list .dn-icon {
  width: 60px;
  height: 60px;
  margin: 5px 0 15px;
  background: transparent;
}

.dn-process__list .dn-icon svg {
  width: 36px;
  height: 36px;
}

.dn-process__list strong {
  font-size: 19px;
  font-weight: 820;
}

.dn-process__list small {
  max-width: 140px;
  margin-top: 8px;
  color: #7c8780;
  font-size: 15px;
  line-height: 1.55;
}

.dn-reasons {
  border-top: 1px solid #edf1ee;
  background: var(--dn-mint);
}

.dn-reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--dn-line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(20, 52, 34, 0.055);
}

.dn-reason-card {
  display: grid;
  grid-template-columns: 51px 1fr;
  gap: 14px;
  min-height: 158px;
  padding: 28px 23px;
}

.dn-reason-card + .dn-reason-card {
  border-left: 1px solid var(--dn-line);
}

.dn-icon--bare {
  width: 51px;
  height: 51px;
  border-radius: 0;
  background: transparent;
}

.dn-icon--bare svg {
  width: 39px;
  height: 39px;
}

.dn-reason-card h3 {
  margin-top: 4px;
  color: var(--dn-green-dark);
  font-size: 18px;
}

.dn-reason-card p {
  font-size: 14px;
}

.dn-final {
  position: relative;
  overflow: hidden;
  padding: 68px 0;
  background:
    radial-gradient(circle at 0% 50%, rgba(31, 200, 108, 0.35), transparent 32%),
    linear-gradient(120deg, #04723b 0%, #079148 52%, #05a24e 100%);
  color: #fff;
}

.dn-final::before {
  position: absolute;
  top: -60%;
  right: -8%;
  width: 490px;
  height: 490px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  content: "";
}

.dn-final__dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 260px;
  height: 180px;
  opacity: 0.19;
  background-image: radial-gradient(#fff 1.6px, transparent 1.6px);
  background-size: 13px 13px;
  mask-image: linear-gradient(135deg, transparent 18%, #000 100%);
}

.dn-final__inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 126px 1fr auto;
  gap: 34px;
  align-items: center;
}

.dn-final__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 112px;
  height: 112px;
  border: 10px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: #fff;
  color: var(--dn-green);
  box-shadow: 0 15px 40px rgba(0, 58, 29, 0.22);
}

.dn-final__icon svg {
  width: 56px;
  height: 56px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dn-final__copy p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  font-weight: 700;
}

.dn-final__copy h2 {
  margin: 0;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: -0.045em;
}

.dn-final__copy span {
  display: block;
  margin-top: 11px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.6;
}

.dn-final__actions {
  display: grid;
  gap: 13px;
  justify-items: center;
}

.dn-button--white {
  min-width: 204px;
  background: #fff;
  color: var(--dn-green-dark) !important;
  box-shadow: 0 12px 28px rgba(0, 68, 34, 0.2);
}

.dn-final__text-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
}

.dn-final__text-link svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dn-quick-form {
  display: grid;
  align-self: center;
  gap: 12px;
  width: min(430px, 100%);
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  color: var(--dn-ink);
  box-shadow: 0 18px 38px rgba(0, 63, 32, 0.2);
  scroll-margin-top: 92px;
}

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

.dn-quick-form__fields label {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.dn-quick-form__fields label > span {
  color: #345142;
  font-size: 14px;
  font-weight: 800;
}

.dn-quick-form__fields input {
  width: 100%;
  height: 49px;
  min-width: 0;
  padding: 0 13px;
  border: 1px solid #cedbd2;
  border-radius: 10px;
  outline: 0;
  background: #fff;
  color: var(--dn-ink);
  font-size: 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.dn-quick-form__fields input::placeholder {
  color: #9aa59e;
}

.dn-quick-form__fields input:focus {
  border-color: var(--dn-green);
  box-shadow: 0 0 0 3px rgba(7, 136, 68, 0.12);
}

.dn-quick-form__agree {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #67736b;
  font-size: 13px;
  line-height: 1.4;
}

.dn-quick-form__agree input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--dn-green);
}

.dn-quick-form__agree a {
  color: var(--dn-green-dark);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dn-quick-form > button {
  width: 100%;
  min-height: 49px;
  padding: 0 16px;
  border: 0;
  border-radius: 11px;
  background: var(--dn-green);
  color: #fff;
  font-size: 16px;
  font-weight: 850;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(7, 136, 68, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}

.dn-quick-form > button:hover {
  background: var(--dn-green-dark);
  transform: translateY(-1px);
}

.dn-quick-form > button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.dn-quick-form__status {
  min-height: 17px;
  margin: -3px 0 0;
  color: #68756d;
  font-size: 13px;
  line-height: 1.45;
}

.dn-quick-form__status[data-state="success"] {
  color: var(--dn-green-dark);
  font-weight: 750;
}

.dn-quick-form__status[data-state="error"] {
  color: #b42318;
  font-weight: 750;
}

.dn-footer {
  padding: 25px 0;
  border-top: 1px solid #e4ebe6;
  background: #fff;
  color: #768179;
}

.dn-footer .dn-shell {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
}

.dn-footer__brand {
  flex: 0 0 auto;
}

.dn-footer p {
  margin: 0 auto 0 0;
}

.dn-footer a {
  color: #4d5d53;
  font-weight: 750;
}

.dn-mobile-contact {
  display: none;
}

@media (max-width: 1050px) {
  .dn-hero__grid {
    grid-template-columns: minmax(0, 0.88fr) minmax(440px, 1.12fr);
  }

  .dn-hero__visual img {
    width: 126%;
    margin-right: -21%;
  }

  .dn-trust-strip > span {
    padding-right: 18px;
    padding-left: 18px;
  }

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

  .dn-reason-card:nth-child(3) {
    border-top: 1px solid var(--dn-line);
    border-left: 0;
  }

  .dn-reason-card:nth-child(4) {
    border-top: 1px solid var(--dn-line);
  }

  .dn-final__inner {
    grid-template-columns: 100px 1fr auto;
    gap: 24px;
  }

  .dn-final__icon {
    width: 92px;
    height: 92px;
  }
}

@media (max-width: 820px) {
  .dn-shell {
    width: min(calc(100% - 32px), var(--dn-shell));
  }

  .dn-header__inner {
    min-height: 69px;
  }

  .dn-quick-form {
    grid-column: 2;
    justify-self: start;
    width: min(520px, 100%);
    margin-top: 8px;
  }

  .dn-brand__mark {
    width: 130px;
  }

  .dn-header__nav {
    gap: 20px;
    font-size: 13px;
  }

  .dn-header__cta {
    min-height: 42px;
    padding: 0 15px;
  }

  .dn-hero {
    padding-top: 36px;
  }

  .dn-hero__grid {
    grid-template-columns: minmax(0, 0.93fr) minmax(340px, 1.07fr);
    min-height: 495px;
  }

  .dn-hero h1 {
    font-size: clamp(38px, 6.25vw, 52px);
  }

  .dn-hero__lead {
    margin-top: 20px;
    font-size: 16px;
  }

  .dn-hero__price {
    font-size: 15px;
    line-height: 1.7;
  }

  .dn-actions {
    margin-top: 23px;
  }

  .dn-button {
    min-height: 49px;
    padding: 0 17px;
    font-size: 15px;
  }

  .dn-hero__visual img {
    width: 135%;
    margin-right: -29%;
    margin-left: -10%;
  }

  .dn-hero__badge {
    display: none;
  }

  .dn-trust-strip {
    min-height: 70px;
  }

  .dn-trust-strip > span {
    grid-template-columns: 27px auto;
    padding: 10px 12px;
  }

  .dn-trust-strip svg {
    width: 20px;
    height: 20px;
  }

  .dn-trust-strip strong {
    font-size: 14px;
  }

  .dn-trust-strip small {
    font-size: 11px;
  }

  .dn-section {
    padding: 84px 0;
  }

  .dn-section__heading {
    margin-bottom: 38px;
  }

  .dn-section__heading h2 {
    font-size: 34px;
  }

  .dn-section__heading > p:last-child {
    font-size: 16px;
  }

  .dn-showcase__panel {
    grid-template-columns: minmax(205px, 0.32fr) minmax(0, 0.68fr);
    gap: 25px;
    min-height: 330px;
    padding: 31px;
  }

  .dn-showcase__copy h3 {
    font-size: 24px;
  }

  .dn-showcase__gallery {
    gap: 9px;
  }

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

  .dn-review-card {
    padding: 20px;
  }

  .dn-review-card__text {
    font-size: 16px;
  }

  .dn-info-card--problem {
    grid-template-columns: 1fr;
    min-height: 205px;
    padding: 26px 20px;
    text-align: center;
  }

  .dn-info-card--problem .dn-icon {
    margin: 0 auto;
  }

  .dn-features__grid {
    gap: 12px;
  }

  .dn-feature-card {
    min-height: 226px;
    padding: 25px 14px;
  }

  .dn-feature-card .dn-icon {
    width: 58px;
    height: 58px;
  }

  .dn-feature-card .dn-icon svg {
    width: 29px;
    height: 29px;
  }

  .dn-feature-card h3 {
    font-size: 16px;
  }

  .dn-feature-card p {
    font-size: 12px;
  }

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

  .dn-price-card {
    padding: 29px 21px 26px;
  }

  .dn-price-card__price strong {
    font-size: 39px;
  }

  .dn-process__list {
    gap: 9px;
  }

  .dn-process__list li {
    min-height: 196px;
    padding: 29px 10px 19px;
  }

  .dn-process__list li:not(:last-child)::after {
    right: -14px;
    width: 18px;
  }

  .dn-process__list strong {
    font-size: 16px;
  }

  .dn-process__list small {
    font-size: 12px;
  }

  .dn-final__inner {
    grid-template-columns: 84px 1fr;
  }

  .dn-final__icon {
    width: 80px;
    height: 80px;
    border-width: 7px;
  }

  .dn-final__actions {
    grid-column: 2;
    display: flex;
    justify-content: start;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 74px;
  }

  body.hicoding-daangn-page {
    padding-bottom: calc(84px + env(safe-area-inset-bottom));
  }

  .dn-shell {
    width: min(calc(100% - 28px), var(--dn-shell));
  }

  .dn-header {
    position: sticky;
    top: 0;
  }

  .dn-header__inner {
    min-height: 62px;
  }

  .dn-brand__mark {
    width: 115px;
  }

  .dn-header__nav > a:not(.dn-header__cta) {
    display: none;
  }

  .dn-header__cta {
    min-height: 38px;
    padding: 0 13px;
    border-radius: 9px;
    font-size: 13px;
  }

  .dn-header__cta svg {
    width: 16px;
    height: 16px;
  }

  .dn-hero {
    padding-top: 18px;
  }

  .dn-hero__grid {
    grid-template-columns: 58% 42%;
    min-height: 455px;
  }

  .dn-hero__copy {
    padding: 23px 0 40px;
  }

  .dn-kicker {
    max-width: 190px;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 1.4;
  }

  .dn-hero h1 {
    font-size: clamp(31px, 9.2vw, 40px);
    line-height: 1.16;
  }

  .dn-hero__lead {
    max-width: 218px;
    margin-top: 16px;
    font-size: 15px;
    line-height: 1.6;
  }

  .dn-hero__price b {
    display: none;
  }

  .dn-desktop-break {
    display: none;
  }

  .dn-hero__price {
    max-width: 232px;
    margin-top: 13px;
    gap: 1px 5px;
    font-size: 13px;
    line-height: 1.6;
  }

  .dn-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-top: 17px;
  }

  .dn-actions .dn-button {
    min-width: 172px;
    min-height: 43px;
    padding: 0 14px;
    border-radius: 10px;
    font-size: 14px;
  }

  .dn-hero__visual {
    z-index: 1;
  }

  .dn-hero__visual img {
    width: 238%;
    margin: 2px -105% 0 -33%;
    filter: drop-shadow(0 14px 20px rgba(18, 48, 33, 0.14));
  }

  .dn-trust-strip {
    min-height: 63px;
    border-radius: 12px 12px 0 0;
  }

  .dn-trust-strip > span {
    display: flex;
    flex-direction: column;
    gap: 3px;
    align-items: center;
    padding: 9px 3px;
    text-align: center;
  }

  .dn-trust-strip svg {
    width: 17px;
    height: 17px;
  }

  .dn-trust-strip strong {
    font-size: 12px;
  }

  .dn-trust-strip small {
    display: none;
  }

  .dn-section {
    padding: 66px 0;
  }

  .dn-section__heading {
    margin-bottom: 28px;
  }

  .dn-section__heading .dn-eyebrow {
    margin-bottom: 8px;
    font-size: 12px;
  }

  .dn-section__heading h2 {
    font-size: 29px;
  }

  .dn-section__heading > p:last-child {
    margin-top: 11px;
    font-size: 15px;
    line-height: 1.6;
  }

  .dn-showcase__box {
    border-radius: 16px;
  }

  .dn-showcase__tabs {
    gap: 5px;
    padding: 6px;
  }

  .dn-showcase__tabs button {
    min-height: 43px;
    padding: 0 5px;
    border-radius: 10px;
    font-size: 14px;
  }

  .dn-showcase__panel {
    grid-template-columns: 1fr;
    gap: 25px;
    min-height: 0;
    padding: 25px 18px 22px;
  }

  .dn-showcase__copy > p {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .dn-showcase__copy h3 {
    font-size: 24px;
  }

  .dn-showcase__copy ul {
    gap: 8px;
    margin-top: 15px;
  }

  .dn-showcase__copy li {
    font-size: 14px;
  }

  .dn-showcase__gallery {
    gap: 7px;
  }

  .dn-showcase__gallery figure {
    border-radius: 9px;
  }

  .dn-showcase__gallery figcaption {
    padding: 20px 7px 7px;
    font-size: 11px;
  }

  .dn-compare__table {
    border-radius: 13px;
  }

  .dn-compare__head,
  .dn-compare__row {
    grid-template-columns: 88px minmax(0, 1fr) minmax(0, 1fr);
  }

  .dn-compare__head > *,
  .dn-compare__row > * {
    min-height: 64px;
    padding: 10px 9px;
  }

  .dn-compare__head {
    font-size: 12.5px;
  }

  .dn-compare__head strong {
    font-size: 13px;
  }

  .dn-compare__row {
    font-size: 12px;
    line-height: 1.45;
  }

  .dn-compare__row > span:first-child {
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    text-align: center;
  }

  .dn-compare__row > span:first-child svg {
    width: 19px;
    height: 19px;
  }

  .dn-review-stats {
    margin-bottom: 12px;
    border-radius: 13px;
  }

  .dn-review-stats > span {
    padding: 15px 5px;
  }

  .dn-review-stats small {
    font-size: 11px;
  }

  .dn-review-stats strong {
    font-size: 24px;
  }

  .dn-reviews__grid {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .dn-review-card {
    min-height: 0;
    padding: 20px;
    border-radius: 13px;
  }

  .dn-review-card__text {
    margin: 16px 0;
    font-size: 16px;
    line-height: 1.65;
  }

  .dn-review-card__copy:not([open]) .dn-review-card__text {
    -webkit-line-clamp: 6;
  }

  .dn-reviews__note {
    margin-top: 16px;
    font-size: 12px;
  }

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

  .dn-info-card--problem {
    grid-template-columns: 50px 1fr;
    gap: 14px;
    min-height: 105px;
    padding: 18px;
    border-radius: 12px;
    text-align: left;
  }

  .dn-info-card--problem .dn-icon {
    width: 43px;
    height: 43px;
    margin: 0;
  }

  .dn-info-card--problem .dn-icon svg {
    width: 24px;
    height: 24px;
  }

  .dn-info-card h3 {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .dn-info-card p {
    font-size: 13px;
    line-height: 1.6;
  }

  .dn-answer-banner {
    min-height: 52px;
    margin-top: 14px;
    border-radius: 10px;
  }

  .dn-answer-banner span {
    font-size: 19px;
  }

  .dn-answer-banner strong {
    font-size: 15px;
  }

  .dn-features__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .dn-feature-card {
    min-height: 205px;
    padding: 22px 13px;
    border-radius: 13px;
  }

  .dn-feature-card .dn-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 12px;
  }

  .dn-feature-card .dn-icon svg {
    width: 23px;
    height: 23px;
  }

  .dn-feature-card h3 {
    margin-bottom: 7px;
    font-size: 15px;
  }

  .dn-feature-card p {
    font-size: 12.5px;
    line-height: 1.6;
  }

  .dn-portfolio__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .dn-work-card {
    display: grid;
    grid-template-columns: clamp(106px, 36%, 130px) minmax(0, 1fr);
    height: 118px;
    min-height: 0;
    border-radius: 11px;
  }

  .dn-work-card__image {
    aspect-ratio: auto;
    height: 100%;
  }

  .dn-work-card__copy {
    align-content: center;
    gap: 5px;
    min-width: 0;
    padding: 12px 35px 12px 15px;
  }

  .dn-work-card__copy span,
  .dn-work-card__copy strong,
  .dn-work-card__copy small {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
  }

  .dn-work-card__copy span {
    font-size: 12px;
    line-height: 1.35;
  }

  .dn-work-card__copy strong {
    font-size: 16px;
    line-height: 1.35;
  }

  .dn-work-card__copy small {
    font-size: 12px;
    line-height: 1.35;
  }

  .dn-work-card__arrow {
    top: 50%;
    right: 12px;
    bottom: auto;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
  }

  .dn-section__action {
    margin-top: 22px;
  }

  .dn-section__action .dn-button {
    min-width: 205px;
  }

  .dn-pricing__grid {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-top: 8px;
  }

  .dn-price-card {
    padding: 28px 25px 25px;
    border-radius: 16px;
  }

  .dn-price-card--featured {
    border-width: 1.5px;
    transform: none;
  }

  .dn-price-card__badge {
    top: -11px;
    padding: 4px 8px;
    font-size: 11px;
  }

  .dn-price-card h3 {
    min-height: 0;
    font-size: 18px;
    line-height: 1.45;
  }

  .dn-price-card__price {
    margin: 12px 0 17px;
  }

  .dn-price-card__price strong {
    font-size: 40px;
  }

  .dn-price-card__price span {
    font-size: 16px;
  }

  .dn-price-card ul {
    gap: 10px;
    padding-top: 16px;
  }

  .dn-price-card li {
    align-items: center;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
  }

  .dn-price-card li svg {
    width: 16px;
    height: 16px;
  }

  .dn-pricing__note {
    margin-top: 16px;
    font-size: 12px;
    line-height: 1.6;
  }

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

  .dn-process__list li {
    display: grid;
    grid-template-columns: 28px 48px 1fr;
    grid-template-rows: auto auto;
    column-gap: 11px;
    min-height: 88px;
    padding: 14px 17px 14px 10px;
    border-radius: 11px;
    text-align: left;
  }

  .dn-process__list li:not(:last-child)::after {
    top: auto;
    right: auto;
    bottom: -11px;
    left: 23px;
    width: 0;
    height: 12px;
    border-top: 0;
    border-left: 1px dashed #79bc97;
  }

  .dn-process__number {
    position: static;
    grid-row: 1 / 3;
    align-self: center;
    width: 24px;
    height: 24px;
    font-size: 11px;
  }

  .dn-process__list .dn-icon {
    grid-row: 1 / 3;
    align-self: center;
    width: 46px;
    height: 46px;
    margin: 0;
  }

  .dn-process__list .dn-icon svg {
    width: 29px;
    height: 29px;
  }

  .dn-process__list strong {
    align-self: end;
    font-size: 16px;
  }

  .dn-process__list small {
    max-width: none;
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.5;
  }

  .dn-reasons__grid {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 13px;
  }

  .dn-reason-card {
    display: flex;
    flex-direction: column;
    gap: 7px;
    min-height: 185px;
    padding: 22px 13px 18px;
    text-align: center;
  }

  .dn-reason-card:nth-child(3),
  .dn-reason-card:nth-child(4) {
    border-top: 1px solid var(--dn-line);
  }

  .dn-reason-card:nth-child(3) {
    border-left: 0;
  }

  .dn-icon--bare {
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }

  .dn-icon--bare svg {
    width: 30px;
    height: 30px;
  }

  .dn-reason-card h3 {
    margin: 0 0 5px;
    font-size: 14px;
  }

  .dn-reason-card p {
    font-size: 12px;
    line-height: 1.6;
  }

  .dn-final {
    padding: 43px 0 47px;
  }

  .dn-final__inner {
    grid-template-columns: 64px 1fr;
    gap: 14px;
  }

  .dn-final__icon {
    width: 62px;
    height: 62px;
    border-width: 5px;
  }

  .dn-final__icon svg {
    width: 34px;
    height: 34px;
  }

  .dn-final__copy p {
    font-size: 13px;
  }

  .dn-final__copy h2 {
    font-size: 26px;
  }

  .dn-final__copy span {
    margin-top: 7px;
    font-size: 14px;
  }

  .dn-quick-form {
    grid-column: 1 / 3;
    width: 100%;
    margin-top: 7px;
    padding: 16px;
    border-radius: 15px;
  }

  .dn-quick-form__fields {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .dn-quick-form__fields input,
  .dn-quick-form > button {
    min-height: 48px;
  }

  .dn-final__actions {
    grid-column: 1 / 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
    margin-top: 6px;
  }

  .dn-final__actions .dn-button {
    min-width: 0;
    width: 100%;
    min-height: 43px;
    gap: 5px;
    padding: 0 8px;
    font-size: 13px;
    white-space: nowrap;
  }

  .dn-final__text-link {
    justify-content: center;
    width: 100%;
    min-height: 43px;
    gap: 3px;
    padding: 0 7px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    font-size: 13px;
    white-space: nowrap;
  }

  .dn-final__actions .dn-button__arrow,
  .dn-final__text-link svg {
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
  }

  .dn-footer {
    display: none;
  }

  .dn-mobile-contact {
    position: fixed;
    z-index: 70;
    right: 10px;
    bottom: calc(8px + var(--hc-consent-banner-offset, 0px));
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 68px;
    padding: 10px 10px 10px 15px;
    border: 1px solid #e1e8e3;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 12px 35px rgba(16, 50, 30, 0.17);
    backdrop-filter: blur(16px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 18px));
    visibility: hidden;
    transition: bottom 0.2s ease, opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  body.dn-mobile-contact-visible .dn-mobile-contact {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .dn-mobile-contact > div {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    gap: 9px;
    min-width: 0;
    overflow: hidden;
  }

  .dn-mobile-contact > div > span {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--dn-green);
    color: #fff;
  }

  .dn-mobile-contact > div > span svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .dn-mobile-contact p {
    display: grid;
    gap: 3px;
    min-width: 0;
    margin: 0;
  }

  .dn-mobile-contact p strong {
    overflow: hidden;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dn-mobile-contact p small {
    overflow: hidden;
    max-width: 116px;
    color: #869089;
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dn-mobile-contact > a {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 128px;
    min-height: 47px;
    padding: 0 14px;
    border-radius: 16px;
    background: var(--dn-green);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
  }

  .dn-mobile-contact > a svg {
    width: 15px;
    height: 15px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
}

@media (max-width: 370px) {
  .dn-shell {
    width: min(calc(100% - 22px), var(--dn-shell));
  }

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

  .dn-hero__grid {
    grid-template-columns: 61% 39%;
  }

  .dn-hero h1 {
    font-size: 31px;
  }

  .dn-hero__visual img {
    width: 250%;
    margin-right: -116%;
  }

  .dn-actions .dn-button {
    min-width: 164px;
  }

  .dn-mobile-contact p small {
    display: none;
  }

  .dn-mobile-contact > a {
    min-width: 119px;
  }
}

/* Compact editorial mobile layout: keeps the reference's dense, scannable flow
   without shrinking important copy below a readable mobile size. */
@media (max-width: 620px) {
  html {
    scroll-padding-top: 68px;
  }

  body.hicoding-daangn-page {
    padding-bottom: env(safe-area-inset-bottom);
  }

  .dn-shell {
    width: min(calc(100% - 24px), var(--dn-shell));
  }

  .dn-header {
    box-shadow: 0 5px 22px rgba(22, 55, 37, 0.05);
  }

  .dn-header__inner {
    position: relative;
    min-height: 60px;
  }

  .dn-brand__mark {
    width: 120px;
  }

  .dn-menu-toggle {
    position: relative;
    display: grid;
    align-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    cursor: pointer;
  }

  .dn-menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    border-radius: 999px;
    background: #25332b;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .dn-menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .dn-menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .dn-menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .dn-header__nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: none;
    gap: 0;
    overflow: hidden;
    padding: 7px;
    border: 1px solid var(--dn-line);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 42px rgba(16, 50, 31, 0.16);
    backdrop-filter: blur(18px);
  }

  body.dn-menu-open .dn-header__nav {
    display: grid;
  }

  .dn-header__nav > a:not(.dn-header__cta),
  .dn-header__nav > .dn-header__cta {
    display: flex;
    justify-content: flex-start;
    min-height: 43px;
    padding: 0 13px;
    border-radius: 9px;
    font-size: 14px;
  }

  .dn-header__nav > a:not(.dn-header__cta) + a:not(.dn-header__cta) {
    border-top: 1px solid #edf2ee;
  }

  .dn-header__nav > .dn-header__cta {
    justify-content: center;
    margin-top: 5px;
    color: #fff !important;
  }

  .dn-hero {
    padding-top: 0;
  }

  .dn-hero__grid {
    display: block;
    min-height: 355px;
  }

  .dn-hero__copy {
    position: static;
    width: 100%;
    padding: 28px 0 82px;
  }

  .dn-kicker,
  .dn-hero h1,
  .dn-hero__lead {
    position: relative;
    z-index: 3;
  }

  .dn-kicker {
    display: inline-flex;
    align-items: center;
    max-width: none;
    min-height: 30px;
    margin-bottom: 13px;
    padding: 0 13px;
    border-radius: 999px;
    background: #f3f6f4;
    color: #425149;
    font-size: 12px;
  }

  .dn-kicker::before {
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: var(--dn-green);
    content: "";
  }

  .dn-kicker__desktop {
    display: none;
  }

  .dn-kicker__mobile {
    display: inline;
  }

  .dn-hero h1 {
    width: 56%;
    font-size: clamp(34px, 9.7vw, 40px);
    line-height: 1.08;
  }

  .dn-hero__headline-lead {
    display: none;
  }

  .dn-hero__lead {
    width: 58%;
    max-width: none;
    margin-top: 15px;
    color: #56625b;
    font-size: 14px;
    line-height: 1.65;
  }

  .dn-hero__price {
    display: none;
  }

  .dn-hero__mobile-proof {
    position: absolute;
    right: 0;
    bottom: 77px;
    left: 0;
    z-index: 4;
    display: block;
    margin: 0;
    color: var(--dn-green-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.025em;
  }

  .dn-hero__mobile-proof b {
    padding: 0 2px;
    color: #8da499;
  }

  .dn-hero__visual {
    position: absolute;
    top: 45px;
    right: -67px;
    width: 275px;
    height: 224px;
  }

  .dn-hero__visual::before {
    width: 94%;
  }

  .dn-hero__visual img {
    width: 100%;
    max-width: none;
    margin: 0;
    filter: drop-shadow(0 13px 18px rgba(18, 48, 33, 0.14));
  }

  .dn-hero__badge {
    display: none;
  }

  .dn-actions {
    position: absolute;
    right: 0;
    bottom: 16px;
    left: 0;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
  }

  .dn-actions .dn-button {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding: 0 9px;
    border-radius: 10px;
    font-size: 14px;
    white-space: nowrap;
  }

  .dn-actions .dn-button > svg:not(.dn-button__arrow),
  .dn-actions .dn-button__arrow {
    display: none;
  }

  .dn-trust-strip {
    min-height: 62px;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 0 10px 30px rgba(18, 51, 34, 0.07);
  }

  .dn-trust-strip > span {
    min-width: 0;
    padding: 9px 2px;
  }

  .dn-trust-strip > span + span {
    border-left: 0;
  }

  .dn-trust-strip svg {
    width: 19px;
    height: 19px;
  }

  .dn-trust-strip strong {
    font-size: 10.5px;
    line-height: 1.3;
  }

  .dn-section {
    padding: 34px 0;
  }

  .dn-section__heading {
    max-width: none;
    margin-bottom: 19px;
    text-align: left;
  }

  .dn-section__heading .dn-eyebrow {
    display: none;
  }

  .dn-section__heading h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .dn-section__heading > p:last-child {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.55;
  }

  .dn-showcase {
    padding: 17px 0 28px;
    border-top: 0;
  }

  .dn-showcase .dn-section__heading {
    display: none;
  }

  .dn-showcase__box {
    border-radius: 15px;
    box-shadow: 0 12px 32px rgba(14, 52, 33, 0.08);
  }

  .dn-showcase__tabs {
    gap: 0;
    padding: 6px;
  }

  .dn-showcase__tabs button {
    min-height: 38px;
    padding: 0 3px;
    border-radius: 8px;
    font-size: 12.5px;
  }

  .dn-showcase__panel {
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 12px;
    min-height: 174px;
    padding: 16px 13px 15px;
  }

  .dn-showcase__copy > p,
  .dn-showcase__copy h3 {
    display: none;
  }

  .dn-showcase__copy ul {
    gap: 11px;
    margin-top: 0;
  }

  .dn-showcase__copy li {
    align-items: flex-start;
    gap: 5px;
    font-size: 12.5px;
    line-height: 1.4;
  }

  .dn-showcase__copy li svg {
    width: 14px;
    height: 14px;
    margin-top: 1px;
  }

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

  .dn-showcase__gallery figure {
    aspect-ratio: 0.86;
    border-radius: 8px;
    box-shadow: none;
  }

  .dn-showcase__gallery figure:nth-child(2) {
    transform: none;
  }

  .dn-showcase__gallery figure:nth-child(n + 3) {
    display: none;
  }

  .dn-showcase__gallery figcaption {
    display: none;
  }

  .dn-compare {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .dn-compare .dn-section__heading {
    margin-bottom: 13px;
    text-align: center;
  }

  .dn-compare .dn-section__heading > p:last-child {
    display: none;
  }

  .dn-compare__table {
    border-radius: 12px;
  }

  .dn-compare__head,
  .dn-compare__row {
    grid-template-columns: 64px minmax(0, 1fr) minmax(0, 1fr);
  }

  .dn-compare__head > *,
  .dn-compare__row > * {
    min-height: 43px;
    padding: 7px 6px;
  }

  .dn-compare__head {
    font-size: 11px;
  }

  .dn-compare__head strong {
    font-size: 11.5px;
  }

  .dn-compare__row {
    font-size: 11.5px;
    line-height: 1.35;
  }

  .dn-compare__row > span:first-child {
    gap: 2px;
    font-size: 11px;
  }

  .dn-compare__row > span:first-child svg {
    width: 15px;
    height: 15px;
  }

  .dn-reviews {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .dn-reviews .dn-section__heading {
    margin-bottom: 14px;
  }

  .dn-reviews .dn-section__heading > p:last-child {
    display: none;
  }

  .dn-review-stats {
    margin-bottom: 12px;
    border-radius: 12px;
  }

  .dn-review-stats > span {
    gap: 1px;
    padding: 11px 3px;
  }

  .dn-review-stats small {
    font-size: 10.5px;
  }

  .dn-review-stats strong {
    font-size: 21px;
  }

  .dn-review-stats strong b {
    font-size: 10px;
  }

  .dn-reviews__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(252px, 82%);
    gap: 9px;
    margin-right: -12px;
    padding: 2px 12px 10px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .dn-reviews__grid::-webkit-scrollbar,
  .dn-portfolio__grid::-webkit-scrollbar {
    display: none;
  }

  .dn-review-card {
    min-height: 218px;
    padding: 15px;
    border-radius: 12px;
    scroll-snap-align: start;
  }

  .dn-review-card__top > span:first-child {
    padding: 4px 7px;
    font-size: 10.5px;
  }

  .dn-review-card__stars {
    font-size: 11px;
  }

  .dn-review-card__text {
    margin: 13px 0;
    font-size: 14px;
    line-height: 1.55;
  }

  .dn-review-card__copy:not([open]) .dn-review-card__text {
    -webkit-line-clamp: 5;
  }

  .dn-review-card__toggle {
    min-height: 29px;
    padding: 0 9px;
    font-size: 10.5px;
  }

  .dn-review-card > p {
    gap: 5px;
    font-size: 10.5px;
  }

  .dn-review-card > p strong {
    font-size: 11.5px;
  }

  .dn-review-card > p span::before {
    margin-right: 5px;
  }

  .dn-reviews__note {
    margin-top: 7px;
    font-size: 10px;
    line-height: 1.45;
    text-align: left;
  }

  .dn-portfolio {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .dn-portfolio .dn-section__heading {
    margin-bottom: 13px;
  }

  .dn-portfolio .dn-section__heading > p:last-child {
    display: none;
  }

  .dn-portfolio__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: minmax(225px, 75%);
    gap: 9px;
    margin-right: -12px;
    padding: 2px 12px 9px 0;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: none;
  }

  .dn-work-card {
    display: flex;
    height: 232px;
    min-height: 0;
    border-radius: 12px;
    scroll-snap-align: start;
  }

  .dn-work-card__image {
    width: 100%;
    height: 148px;
    aspect-ratio: auto;
  }

  .dn-work-card__copy {
    align-content: start;
    gap: 3px;
    padding: 11px 30px 11px 12px;
  }

  .dn-work-card__copy span,
  .dn-work-card__copy strong,
  .dn-work-card__copy small {
    white-space: nowrap;
  }

  .dn-work-card__copy span {
    font-size: 10.5px;
  }

  .dn-work-card__copy strong {
    font-size: 16px;
  }

  .dn-work-card__copy small {
    font-size: 12px;
  }

  .dn-work-card__arrow {
    top: auto;
    right: 11px;
    bottom: 28px;
    width: 13px;
    height: 13px;
    transform: none;
  }

  .dn-portfolio .dn-section__action {
    justify-content: flex-end;
    margin-top: 2px;
  }

  .dn-portfolio .dn-section__action .dn-button {
    width: auto;
    min-width: 0;
    min-height: 34px;
    padding: 0 2px 0 10px;
    border: 0;
    background: transparent;
    font-size: 12px;
    box-shadow: none;
  }

  .dn-pricing {
    padding-top: 31px;
    padding-bottom: 27px;
  }

  .dn-pricing .dn-section__heading {
    margin-bottom: 15px;
    text-align: center;
  }

  .dn-pricing .dn-section__heading > p:last-child {
    display: none;
  }

  .dn-pricing__grid {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-top: 0;
  }

  .dn-price-card,
  .dn-price-card--featured {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    align-items: center;
    min-height: 67px;
    padding: 10px 14px;
    border-width: 1px;
    border-radius: 10px;
    box-shadow: none;
    transform: none;
  }

  .dn-price-card--featured {
    border-color: #9bcdb0;
    background: #fbfffc;
  }

  .dn-price-card__badge {
    display: none;
  }

  .dn-price-card h3 {
    grid-column: 1;
    grid-row: 1;
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
  }

  .dn-price-card__price {
    grid-column: 2;
    grid-row: 1 / 3;
    justify-content: flex-end;
    min-width: 98px;
    margin: 0;
  }

  .dn-price-card__price strong {
    font-size: 26px;
  }

  .dn-price-card__price span {
    font-size: 12px;
  }

  .dn-price-card ul {
    display: block;
    grid-column: 1;
    grid-row: 2;
    margin-top: 3px;
    padding: 0;
    border-top: 0;
  }

  .dn-price-card li {
    display: none;
  }

  .dn-price-card li:first-child {
    display: block;
    overflow: hidden;
    color: #7a857e;
    font-size: 11.5px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dn-price-card li:first-child svg {
    display: none;
  }

  .dn-pricing__note {
    margin-top: 9px;
    font-size: 9.5px;
    line-height: 1.4;
  }

  .dn-pricing .dn-section__action {
    display: none;
  }

  .dn-process {
    padding-top: 30px;
    padding-bottom: 31px;
  }

  .dn-process .dn-section__heading {
    margin-bottom: 14px;
    text-align: center;
  }

  .dn-process .dn-section__heading > p:last-child {
    display: none;
  }

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

  .dn-process__list li {
    display: flex;
    min-width: 0;
    min-height: 91px;
    padding: 2px 2px 0;
    border-radius: 0;
    text-align: center;
  }

  .dn-process__list li:not(:last-child)::after {
    top: 25px;
    right: -7px;
    bottom: auto;
    left: auto;
    width: 14px;
    height: 0;
    border-top: 1px dashed #8fbfa2;
    border-left: 0;
  }

  .dn-process__number {
    display: none;
  }

  .dn-process__list .dn-icon {
    grid-row: auto;
    width: 43px;
    height: 43px;
    margin: 0 0 7px;
    border-radius: 50%;
    background: #eff8f3;
  }

  .dn-process__list .dn-icon svg {
    width: 24px;
    height: 24px;
  }

  .dn-process__list strong {
    align-self: auto;
    font-size: 11px;
    line-height: 1.3;
  }

  .dn-process__list small {
    display: none;
  }

  .dn-final {
    width: calc(100% - 24px);
    margin: 0 auto 12px;
    padding: 24px 0 20px;
    border-radius: 18px;
  }

  .dn-final__inner {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 11px;
    width: calc(100% - 24px);
  }

  .dn-final__icon {
    width: 52px;
    height: 52px;
    border-width: 5px;
  }

  .dn-final__icon svg {
    width: 29px;
    height: 29px;
  }

  .dn-final__copy p {
    display: none;
  }

  .dn-final__copy h2 {
    font-size: 20px;
    line-height: 1.25;
  }

  .dn-final__copy span {
    margin-top: 5px;
    font-size: 11.5px;
    line-height: 1.45;
  }

  .dn-quick-form {
    grid-column: 1 / 3;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 3px;
    padding: 10px;
    border-radius: 12px;
  }

  .dn-quick-form__fields {
    grid-column: 1 / 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .dn-quick-form__fields label {
    gap: 0;
  }

  .dn-quick-form__fields label > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .dn-quick-form__fields input {
    min-height: 42px;
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
  }

  .dn-quick-form__agree {
    grid-column: 1;
    min-width: 0;
    font-size: 9.5px;
  }

  .dn-quick-form__agree input {
    width: 14px;
    height: 14px;
  }

  .dn-quick-form > button {
    grid-column: 2;
    grid-row: 2;
    width: 108px;
    min-height: 40px;
    padding: 0 8px;
    font-size: 12px;
  }

  .dn-quick-form__status {
    grid-column: 1 / 3;
    min-height: 0;
    margin: 0;
    font-size: 10px;
  }

  .dn-mobile-contact {
    right: 8px;
    bottom: calc(7px + var(--hc-consent-banner-offset, 0px));
    left: 8px;
    gap: 7px;
    min-height: 61px;
    padding: 7px 8px 7px 11px;
    border-radius: 18px;
  }

  .dn-mobile-contact > div {
    gap: 7px;
  }

  .dn-mobile-contact > div > span {
    width: 32px;
    height: 32px;
  }

  .dn-mobile-contact > div > span svg {
    width: 18px;
    height: 18px;
  }

  .dn-mobile-contact p strong {
    font-size: 12px;
  }

  .dn-mobile-contact p small {
    max-width: 105px;
    font-size: 9px;
  }

  .dn-mobile-contact > a {
    min-width: 111px;
    min-height: 45px;
    padding: 0 10px;
    border-radius: 13px;
    font-size: 12.5px;
  }
}

@media (max-width: 370px) {
  .dn-hero__visual {
    right: -79px;
    width: 264px;
  }

  .dn-hero h1,
  .dn-hero__lead {
    width: 59%;
  }

  .dn-hero__mobile-proof {
    font-size: 12px;
  }

  .dn-reviews__grid {
    grid-auto-columns: minmax(246px, 88%);
  }

  .dn-portfolio__grid {
    grid-auto-columns: minmax(218px, 81%);
  }

  .dn-mobile-contact p small {
    display: none;
  }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
