/* DRAIN24 home upgrade v3 — execution blueprint 2026-09-15 */

.d24-home {
  --d24-ink-950: #071A2B;
  --d24-ink-800: #173247;
  --d24-blue-600: #0066CC;
  --d24-blue-700: #0055AA;
  --d24-aqua-400: #39D4D8;
  --d24-lime-400: #C7F23A;
  --d24-white: #FFFFFF;
  --d24-surface-50: #F7FAFC;
  --d24-surface-100: #EEF4F7;
  --d24-line-200: #DCE5EA;
  --d24-text-700: #334B5B;
  --d24-text-500: #637784;
  --d24-danger-500: #E85D4A;
  --d24-radius-sm: 10px;
  --d24-radius-md: 14px;
  --d24-radius-lg: 22px;
  --d24-radius-xl: 30px;
  --d24-shadow-1: 0 8px 24px rgba(7, 26, 43, .08);
  --d24-shadow-2: 0 18px 48px rgba(7, 26, 43, .14);
  --d24-focus: 0 0 0 3px rgba(57, 212, 216, .42);
  --d24-navy: var(--d24-ink-950);
  --d24-blue: var(--d24-blue-600);
  --d24-aqua: var(--d24-aqua-400);
  --d24-lime: var(--d24-lime-400);
  --d24-warm: var(--d24-surface-50);
  --d24-ink: var(--d24-ink-950);
  --d24-muted: var(--d24-text-500);
  --d24-line: var(--d24-line-200);
  --d24-coral: var(--d24-danger-500);
  color: var(--d24-ink-950);
  background: var(--d24-surface-50);
  font-family: Pretendard, Pretendard-fallback, -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
  overflow: clip;
}

.d24-home :is(h1, h2, h3, p, li, dt, dd, a, button) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.d24-lazy-media,
.d24-art-directed-media,
.d24-art-directed-media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.d24-home .he-eyebrow {
  color: var(--d24-blue-600);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .12em;
}

.d24-home .he-section__title {
  color: var(--d24-ink-950);
  font-size: clamp(36px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.03em;
}

.d24-home .he-eyebrow + .he-section__title { margin-top: 0; }
.d24-home .he-section__desc { max-width: 680px; color: var(--d24-text-500); font-size: 16px; line-height: 1.72; }
.d24-home .he-linkbtn { color: var(--d24-blue-600); font-weight: 700; }

.d24-home.he-main > .he-section {
  width: min(1280px, calc(100% - 64px));
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: 96px 0 !important;
}

.d24-home .he-cta {
  min-height: 52px;
  padding-inline: 24px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 750;
  transition: transform .16s ease, background-color .16s ease, border-color .16s ease, box-shadow .16s ease;
}
.d24-home .he-cta:hover { transform: translateY(-1px); }
.d24-home .he-cta:active { transform: translateY(0); }
.d24-home .he-cta:focus-visible { outline: 0; box-shadow: var(--d24-focus); }
.d24-home .he-cta--primary,
.d24-home .he-cta--primary:link,
.d24-home .he-cta--primary:visited { color: var(--d24-white); background: var(--d24-blue-600); box-shadow: 0 8px 20px rgba(0, 102, 204, .18); }
.d24-home .he-cta--primary:hover { background: var(--d24-blue-700); box-shadow: 0 10px 24px rgba(0, 85, 170, .22); }
.d24-home .he-cta--secondary,
.d24-home .he-cta--secondary:link,
.d24-home .he-cta--secondary:visited { color: var(--d24-ink-950) !important; background: var(--d24-white); border: 1px solid var(--d24-line-200); }

.d24-hero-full {
  position: relative;
  min-height: clamp(680px, 72vh, 780px);
  display: flex !important;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
  color: var(--d24-white);
  background: var(--d24-ink-950);
}
.d24-hero-full__media,
.d24-hero-full__overlay { position: absolute; inset: 0; }
.d24-hero-full__media { z-index: -2; }
.d24-hero-full__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 76% 50%; }
.d24-hero-full__overlay {
  z-index: -1;
  background: linear-gradient(90deg, rgba(7, 26, 43, .94) 0%, rgba(7, 26, 43, .83) 39%, rgba(7, 26, 43, .52) 62%, rgba(7, 26, 43, .12) 100%);
}
.d24-hero-full .d24-hero-full__content {
  width: min(1280px, calc(100% - 64px));
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 88px 0 !important;
  display: block !important;
}
.d24-hero-full .he-hero__body { width: min(640px, 54%); }
.d24-hero-full .he-hero__eyebrow {
  display: inline-flex;
  color: #E8F8FA;
  background: rgba(7, 26, 43, .46);
  border: 1px solid rgba(255, 255, 255, .24);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  backdrop-filter: blur(8px);
}
.d24-hero-full .he-hero__title {
  max-width: 640px;
  margin: 24px 0 24px;
  color: var(--d24-white);
  font-size: clamp(56px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.d24-hero-full .he-hero__title > span { display: block; }
.d24-hero-full .he-hero__title-em { color: #9DECEF; }
.d24-hero-full .he-hero__desc { max-width: 620px; color: #E0E9EF; font-size: 18px; line-height: 1.72; letter-spacing: -.01em; }
.d24-hero-full .he-hero__cta { margin-top: 30px; }
.d24-hero-full .he-cta { min-height: 56px; }
.d24-hero-full .he-cta--secondary { background: rgba(255, 255, 255, .94); }

.d24-hero__chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 24px 0 0; padding: 0; }
.d24-hero__chips li {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #ECF7FA;
  background: rgba(7, 26, 43, .44);
  font-size: 13px;
  font-weight: 650;
  backdrop-filter: blur(8px);
}
.d24-media-note { position: absolute; right: 14px; bottom: 12px; z-index: 3; color: rgba(255,255,255,.82); font-size: 11px; font-style: normal; }

.d24-home.he-main > .he-trust {
  padding: 24px 0 !important;
  background: var(--d24-navy) !important;
  border: 0;
}

.d24-home .he-trust__grid { max-width: 1280px !important; grid-template-columns: repeat(4, 1fr) !important; }
.d24-home .he-trust__grid li { border-right: 1px solid rgba(255,255,255,.13); }
.d24-home .he-trust__grid li:last-child { border-right: 0; }
.d24-home .he-trust__grid strong { color: var(--d24-lime); font-size: 17px; }
.d24-home .he-trust__grid span { color: #C8D6E0; }

.d24-symptoms__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.d24-symptom-card {
  display: grid;
  grid-template-columns: 44% 56%;
  min-height: 220px;
  overflow: hidden;
  border-radius: var(--d24-radius-md);
  color: inherit;
  background: #FFFFFF;
  border: 1px solid var(--d24-line);
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.d24-symptom-card:hover {
  transform: translateY(-2px);
  border-color: var(--d24-blue);
  box-shadow: var(--d24-shadow-1);
}
.d24-symptom-card:focus-visible { outline: 0; box-shadow: var(--d24-focus); }

.d24-symptom-card__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 0;
  background: linear-gradient(145deg, #DDF7F6, #DCEBFF);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.d24-symptom-card__visual > .d24-lazy-media { position: absolute; inset: 0; z-index: 0; }

.d24-symptom-card__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 26, 43, 0) 55%, rgba(7, 26, 43, .28));
}

.d24-symptom-card__visual small {
  position: absolute;
  z-index: 2;
  left: 9px;
  bottom: 8px;
  color: rgba(255,255,255,.9);
  font-size: 9px;
}

.d24-symptom-card__heading { display: flex; align-items: center; gap: 10px; }
.d24-symptom-card__icon { flex: 0 0 24px; width: 24px; color: var(--d24-blue-600); }
.d24-symptom-card__icon svg { display: block; width: 100%; }
.d24-symptom-card__body { display: flex; flex-direction: column; justify-content: center; gap: 10px; padding: 24px 22px; }
.d24-symptom-card__body strong { color: var(--d24-navy); font-size: 19px; line-height: 1.35; }
.d24-symptom-card__body > span:not(.d24-symptom-card__heading) { color: var(--d24-muted); font-size: 14px; line-height: 1.6; }
.d24-symptom-card__body em { margin-top: auto; color: var(--d24-blue); font-size: 13px; font-style: normal; font-weight: 800; }

.d24-home.he-main > .d24-checker {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 96px max(32px, calc((100vw - 1280px) / 2)) !important;
  color: #FFFFFF;
  background:
    radial-gradient(circle at 85% 0%, rgba(57,212,216,.15), transparent 35%),
    var(--d24-navy);
}

.d24-checker__inner {
  width: min(1224px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr);
  gap: 64px;
  align-items: start;
}

.d24-checker .he-eyebrow { color: var(--d24-lime); }
.d24-checker h2 { margin: 0 0 20px; color: #FFFFFF; font-size: clamp(36px, 4vw, 48px); font-weight: 800; line-height: 1.18; letter-spacing: -.03em; }
.d24-checker__intro > p:last-child { color: #C7D6E0; font-size: 16px; line-height: 1.75; }
.d24-checker__form { display: grid; gap: 15px; }
.d24-checker fieldset { margin: 0; padding: 16px; border: 1px solid rgba(255,255,255,.15); border-radius: 14px; background: rgba(255,255,255,.055); }
.d24-checker legend { width: 100%; margin-bottom: 13px; color: #FFFFFF; font-size: 16px; font-weight: 800; }
.d24-checker label { display: inline-flex; align-items: center; gap: 8px; min-height: 42px; margin-right: 8px; padding: 0 14px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; color: #DCE8EF; cursor: pointer; }
.d24-checker label:has(input:checked) { color: #FFFFFF; background: rgba(199,242,58,.08); border-color: var(--d24-lime); font-weight: 800; }
.d24-checker label:focus-within { box-shadow: var(--d24-focus); }
.d24-checker input { accent-color: var(--d24-blue); }
.d24-checker__result { min-height: 76px; padding: 20px 22px; border-left: 4px solid var(--d24-aqua); border-radius: 12px; color: #DCE8EF; background: rgba(57,212,216,.09); line-height: 1.65; }
.d24-checker__result.is-alert { border-left-color: var(--d24-coral); background: rgba(255,106,85,.12); }

.d24-guides .he-reviews__grid { gap: 22px !important; }
.d24-guides .he-review-card { border-radius: 22px; }
.d24-guides .he-review-card__badge { color: #7A3F11; background: #FFF3D9; }

.d24-home.he-main > .d24-equipment {
  position: relative;
  width: 100% !important;
  max-width: none !important;
  min-height: 640px;
  margin: 0 !important;
  padding: 112px max(32px, calc((100vw - 1280px) / 2)) !important;
  display: flex !important;
  align-items: center;
  background-color: var(--d24-navy);
  background-size: cover;
  background-position: center;
  isolation: isolate;
}

.d24-equipment__media { position: absolute; inset: 0; z-index: -2; }
.d24-equipment__media > img { object-position: center; }
.d24-equipment__overlay { position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(7,26,43,.98) 0%, rgba(7,26,43,.91) 48%, rgba(7,26,43,.3) 100%); }
.d24-equipment__inner { width: min(1224px, 100%); margin: 0 auto; }
.d24-equipment .he-eyebrow { color: var(--d24-aqua); }
.d24-equipment h2 { max-width: 640px; margin: 0 0 22px; color: #FFFFFF; font-size: clamp(42px, 4vw, 56px); font-weight: 800; line-height: 1.14; letter-spacing: -.03em; }
.d24-equipment__inner > p:not(.he-eyebrow) { max-width: 660px; color: #C8D6E0; font-size: 17px; line-height: 1.75; }
.d24-equipment__steps { max-width: 850px; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; margin: 46px 0 0; padding: 0; border-top: 1px solid rgba(255,255,255,.2); }
.d24-equipment__steps li { padding: 22px 12px 0 0; }
.d24-equipment__steps b { display: block; color: var(--d24-lime); font-size: 13px; }
.d24-equipment__steps span { display: block; margin-top: 8px; color: #FFFFFF; font-size: 16px; font-weight: 800; }
.d24-equipment__inner > small { display: block; margin-top: 40px; color: rgba(255,255,255,.66); }

.d24-spaces__grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 292px; gap: 18px; }
.d24-space-card { position: relative; display: flex; align-items: flex-end; overflow: hidden; border-radius: 22px; color: #FFFFFF; background: linear-gradient(145deg, #17344A, #0878F9); background-size: cover; background-position: center; text-decoration: none; isolation: isolate; }
.d24-space-card > .d24-lazy-media { position: absolute; inset: 0; z-index: -2; }
.d24-space-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(7,26,43,.02) 30%, rgba(7,26,43,.88) 100%); }
.d24-space-card > span { display: flex; flex-direction: column; gap: 7px; padding: 28px; }
.d24-space-card strong { color: #FFFFFF; font-size: 22px; }
.d24-space-card small { color: #D7E4EC; font-size: 14px; }
.d24-space-card em { position: absolute; right: 12px; top: 10px; color: rgba(255,255,255,.72); font-size: 10px; font-style: normal; }

.d24-process .he-process__grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 18px !important; }
.d24-process .he-process-card { display: grid; grid-template-columns: 80px 1fr; min-height: 144px; border-radius: 18px; }
.d24-process .he-process-card__visual { aspect-ratio: auto; background: var(--d24-navy) !important; }
.d24-process .he-process-card__num { color: var(--d24-aqua); font-size: 28px; }
.d24-process .he-process-card__body { display: flex; flex-direction: column; justify-content: center; }

.d24-cost { display: grid !important; grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); gap: 48px; align-items: center; }
.d24-cost__copy > p:not(.he-eyebrow) { color: var(--d24-muted); font-size: 16px; line-height: 1.75; margin-bottom: 28px; }
.d24-cost__table-wrap { overflow-x: auto; border-radius: 20px; border: 1px solid var(--d24-line); background: #FFFFFF; }
.d24-cost table { width: 100%; border-collapse: collapse; min-width: 560px; }
.d24-cost th, .d24-cost td { height: 60px; padding: 16px 20px; border-bottom: 1px solid var(--d24-line); text-align: left; }
.d24-cost thead th { color: #FFFFFF; background: var(--d24-navy); font-size: 13px; }
.d24-cost tbody th { width: 32%; color: var(--d24-blue); font-size: 14px; }
.d24-cost tbody td { color: #435563; font-size: 14px; }
.d24-cost tr:last-child th, .d24-cost tr:last-child td { border-bottom: 0; }

.d24-areas .he-area-card__visual { overflow: hidden; }
.d24-areas .he-area-card__visual > .d24-lazy-media { position: absolute; inset: 0; }

.d24-home.he-main > .d24-proof {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 96px 28px !important;
  background: var(--d24-surface-100);
}
.d24-proof__inner { width: min(1280px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 42fr) minmax(0, 58fr); gap: 48px; align-items: start; }
.d24-proof h2 { margin: 0 0 16px; color: var(--d24-navy); font-size: clamp(36px, 3.5vw, 42px); font-weight: 800; line-height: 1.18; letter-spacing: -.03em; }
.d24-proof p { color: var(--d24-muted); line-height: 1.7; }
.d24-proof dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.d24-proof dl > div { padding: 22px; border-radius: 14px; background: #FFFFFF; border: 1px solid var(--d24-line-200); }
.d24-proof dt { margin-bottom: 8px; color: var(--d24-blue); font-size: 12px; font-weight: 850; }
.d24-proof dd { margin: 0; color: var(--d24-ink); font-size: 14px; line-height: 1.55; font-weight: 700; }

.d24-magazines .he-section__head { text-align: left; }
.d24-magazines__chips { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.d24-magazines__chips a { padding: 8px 13px; border-radius: 999px; color: var(--d24-blue); background: #E8F2FF; font-size: 13px; font-weight: 750; text-decoration: none; }
.d24-mag-feature { display: grid; grid-template-columns: 58% 42%; overflow: hidden; min-height: 400px; margin-bottom: 24px; border-radius: 22px; color: inherit; background: #FFFFFF; border: 1px solid var(--d24-line); text-decoration: none; }
.d24-mag-feature__visual { position: relative; background: var(--d24-navy); }
.d24-mag-feature__visual img { width: 100%; height: 100%; object-fit: cover; }
.d24-mag-feature__visual.is-placeholder::before,
.d24-magazines .he-mag-card__thumb.is-placeholder::before {
  content: "D24";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, .82);
  background: linear-gradient(145deg, var(--d24-navy), #164E63);
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 850;
  letter-spacing: -.04em;
}
.d24-mag-feature__body { display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: 44px; }
.d24-mag-feature__body small { color: var(--d24-blue); font-weight: 850; }
.d24-mag-feature__body strong { color: var(--d24-navy); font-size: clamp(25px, 3vw, 38px); line-height: 1.25; }
.d24-mag-feature__body span { color: var(--d24-muted); line-height: 1.7; }
.d24-mag-feature__body em { color: var(--d24-blue); font-style: normal; font-weight: 850; }
.d24-magazines .he-mag__grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; gap: 24px !important; }
.d24-magazines .he-mag-card,
.d24-magazines .he-mag-card * { text-decoration: none !important; }
.d24-magazines .he-mag-card { min-height: 420px; border: 1px solid var(--d24-line-200); border-radius: 18px; background: var(--d24-white); box-shadow: none; }
.d24-magazines .he-mag-card:focus-visible { outline: 0; box-shadow: var(--d24-focus); }
.d24-magazines .he-mag-card__thumb { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--d24-surface-100); }
.d24-magazines .he-mag-card__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }
.d24-magazines .he-mag-card__body { min-height: 210px; padding: 24px; }
.d24-magazines .he-mag-card__title { display: -webkit-box; overflow: hidden; color: var(--d24-ink-950); font-size: clamp(19px, 1.5vw, 22px); font-weight: 700; line-height: 1.38; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.d24-magazines .he-mag-card__desc { display: -webkit-box; overflow: hidden; color: var(--d24-text-500); font-size: 15px; line-height: 1.68; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.d24-mag-card__link { margin-top: auto; color: var(--d24-blue-600); font-size: 14px; font-weight: 800; }

.d24-area-search { max-width: 760px; display: grid; grid-template-columns: 1fr auto; gap: 8px; margin: 0 auto 34px; padding: 8px; border: 1px solid var(--d24-line); border-radius: 18px; background: #FFFFFF; }
.d24-area-search input { min-width: 0; min-height: 54px; padding: 0 16px; border: 0; color: var(--d24-ink); background: transparent; font-size: 16px; }
.d24-area-search input:focus { outline: 2px solid var(--d24-aqua); border-radius: 12px; }
.d24-area-search button { min-width: 118px; border: 0; border-radius: 12px; color: #FFFFFF; background: var(--d24-blue); font-weight: 850; cursor: pointer; }
.d24-areas .he-area__grid { grid-template-columns: repeat(6, minmax(0, 1fr)) !important; }
.d24-areas .he-area-card { border-radius: 18px; }

.d24-faq { max-width: 960px !important; }
.d24-faq__list { display: grid; gap: 10px; }
.d24-faq details { border: 1px solid var(--d24-line); border-radius: 14px; background: #FFFFFF; }
.d24-faq summary { position: relative; min-height: 62px; padding: 19px 56px 19px 24px; color: var(--d24-navy); font-size: 16px; font-weight: 800; cursor: pointer; list-style: none; }
.d24-faq summary::-webkit-details-marker { display: none; }
.d24-faq summary::after { content: ""; position: absolute; right: 24px; top: 50%; width: 10px; height: 10px; border-right: 2px solid var(--d24-blue-600); border-bottom: 2px solid var(--d24-blue-600); transform: translateY(-65%) rotate(45deg); transition: transform .16s ease; }
.d24-faq details[open] summary::after { transform: translateY(-35%) rotate(225deg); }
.d24-faq summary:focus-visible { outline: 0; box-shadow: inset var(--d24-focus); }
.d24-faq details p { margin: 0; padding: 0 24px 24px; color: var(--d24-muted); line-height: 1.75; }
.d24-faq details[open] { border-color: rgba(0,102,204,.42); background: var(--d24-surface-50); }

.d24-home.he-main > .he-ctaband {
  position: relative !important;
  isolation: isolate;
  overflow: hidden !important;
  min-height: 600px;
  margin-top: 0 !important;
  padding: 72px 32px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.d24-home.he-main > .he-ctaband > .d24-art-directed-media {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0;
  width: 100% !important;
  height: 100% !important;
  min-width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  object-fit: cover !important;
}
.d24-home.he-main > .he-ctaband > .d24-art-directed-media > img { object-position: center; }
.d24-home .he-ctaband::before { z-index: 1; background: linear-gradient(90deg, rgba(7,26,43,.93), rgba(7,26,43,.72)); }
.d24-home .he-ctaband__inner { z-index: 2; width: min(100%, 960px); max-width: 960px; text-align: left; }
.d24-home .he-ctaband__title {
  margin: 0 0 20px;
  padding-top: 0;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -.03em;
}
.d24-home .he-ctaband__title::before,
.d24-home .he-ctaband__title::after { display: none !important; content: none !important; }
.d24-home .he-ctaband__desc { font-size: 17px; }
.d24-home .he-ctaband .d24-media-note { position: static; display: block; margin-top: 28px; }

.d24-mobile-actions { display: none; }

@media (max-width: 1280px) {
  .d24-home.he-main > .he-section,
  .d24-hero-full .d24-hero-full__content,
  .d24-proof__inner { width: calc(100% - 48px); }
}

@media (max-width: 1100px) {
  .d24-home.he-main > .he-section { padding-block: 80px !important; }
  .d24-hero-full .he-hero__body { width: min(600px, 62%); }
  .d24-hero-full .he-hero__title { font-size: clamp(48px, 5.4vw, 58px); }
  .d24-symptoms__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .d24-process .he-process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .d24-magazines .he-mag__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .d24-areas .he-area__grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 767px) {
  body.home { padding-bottom: calc(70px + env(safe-area-inset-bottom)); }
  .d24-home.he-main > .he-section { width: calc(100% - 40px); padding-block: 64px !important; }
  .d24-home .he-section__title { font-size: clamp(29px, 8vw, 32px); line-height: 1.24; }
  .d24-home .he-section__desc { font-size: 15.5px; line-height: 1.7; }
  .d24-hero-full { min-height: 620px; height: min(720px, calc(100svh - 92px)); align-items: stretch; }
  .d24-hero-full__media img { object-position: 68% 36%; }
  .d24-hero-full__overlay { background: linear-gradient(180deg, rgba(7,26,43,.18) 0%, rgba(7,26,43,.44) 42%, rgba(7,26,43,.96) 78%, #071A2B 100%); }
  .d24-hero-full .d24-hero-full__content { width: calc(100% - 40px); padding: 44px 0 92px !important; display: flex !important; align-items: flex-end; }
  .d24-hero-full .he-hero__body { width: 100%; }
  .d24-hero-full .he-hero__eyebrow { max-width: 100%; margin: 0 0 18px; padding: 7px 10px; font-size: 11px; }
  .d24-hero-full .he-hero__title { margin: 0 0 18px; font-size: clamp(36px, 10vw, 40px); line-height: 1.14; }
  .d24-hero-full .he-hero__desc { color: #E4EDF2; font-size: 16px; line-height: 1.7; }
  .d24-hero-full .he-hero__cta { display: grid; grid-template-columns: 1fr; gap: 10px; margin-top: 22px; }
  .d24-hero-full .he-hero__cta .he-cta--secondary { display: none; }
  .d24-hero__chips { margin-top: 18px; gap: 6px; }
  .d24-hero__chips li { padding: 6px 9px; font-size: 11.5px; }
  .d24-home .he-trust__grid { grid-template-columns: repeat(2, 1fr) !important; }
  .d24-home .he-trust__grid li:nth-child(2) { border-right: 0; }
  .d24-symptoms__grid { grid-template-columns: 1fr; }
  .d24-symptom-card { min-height: 200px; }
  .d24-home.he-main > .d24-checker { margin: 0 !important; padding: 72px 20px !important; }
  .d24-checker__inner { grid-template-columns: 1fr; gap: 38px; }
  .d24-checker h2 { font-size: 32px; line-height: 1.24; }
  .d24-checker label { margin-bottom: 8px; }
  .d24-home.he-main > .d24-equipment { min-height: 620px; margin: 0 !important; padding: 72px 20px !important; }
  .d24-equipment__overlay { background: rgba(7,26,43,.88); }
  .d24-equipment h2 { font-size: 36px; line-height: 1.2; }
  .d24-equipment__steps { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
  .d24-spaces__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-auto-rows: 200px; gap: 12px; }
  .d24-space-card > span { padding: 18px; }
  .d24-space-card strong { font-size: 18px; line-height: 1.25; }
  .d24-space-card small { font-size: 12px; line-height: 1.45; }
  .d24-space-card em { font-size: 8px; }
  .d24-process .he-process__grid { grid-template-columns: 1fr !important; }
  .d24-process .he-process-card { grid-template-columns: 76px 1fr; min-height: 118px; }
  .d24-process .he-process-card__num { font-size: 24px; }
  .d24-cost { grid-template-columns: 1fr; gap: 34px; }
  .d24-cost__table-wrap { overflow: visible; border: 0; background: transparent; }
  .d24-cost table, .d24-cost tbody, .d24-cost tr, .d24-cost th, .d24-cost td { display: block; width: 100%; min-width: 0; }
  .d24-cost thead { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .d24-cost tbody { display: grid; gap: 10px; }
  .d24-cost tr { padding: 16px 18px; border: 1px solid var(--d24-line); border-radius: 14px; background: #FFFFFF; }
  .d24-cost tbody th { width: 100%; padding: 0 0 7px; border: 0; font-size: 13px; }
  .d24-cost tbody td { padding: 0; border: 0; font-size: 14px; line-height: 1.55; }
  .d24-home.he-main > .d24-proof { margin: 0 !important; padding: 64px 20px !important; }
  .d24-proof__inner { grid-template-columns: 1fr; gap: 34px; }
  .d24-proof__inner { width: 100%; }
  .d24-proof h2 { font-size: 30px; line-height: 1.24; }
  .d24-proof dl { grid-template-columns: 1fr; }
  .d24-mag-feature { grid-template-columns: 1fr; }
  .d24-mag-feature__visual { aspect-ratio: 16 / 10; }
  .d24-mag-feature__body { padding: 28px; }
  .d24-magazines .he-mag__grid { grid-template-columns: 1fr !important; }
  .d24-magazines .he-mag-card { min-height: 0; }
  .d24-area-search { grid-template-columns: 1fr; padding: 7px; }
  .d24-area-search button { min-height: 48px; }
  .d24-areas .he-area__grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .d24-home.he-main > .he-ctaband { min-height: 560px; margin-top: 0 !important; padding: 64px 20px 92px !important; }
  .d24-home .he-ctaband__title { font-size: 32px; line-height: 1.24; }
  body.home #ctaFloat { display: none !important; }
  .d24-mobile-actions {
    position: fixed;
    z-index: 9998;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 8px;
    padding: 8px max(10px, env(safe-area-inset-left)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-right));
    background: rgba(247,250,252,.96);
    border-top: 1px solid var(--d24-line);
    backdrop-filter: blur(14px);
  }
  .d24-mobile-actions a { min-height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 12px; color: #FFFFFF; background: var(--d24-navy); font-weight: 850; text-decoration: none; }
  .d24-mobile-actions a:last-child { color: var(--d24-navy); background: var(--d24-lime); }
}

@media (max-width: 360px) {
  .d24-home.he-main > .he-section,
  .d24-hero-full .d24-hero-full__content { width: calc(100% - 32px); }
  .d24-hero-full .he-hero__title { font-size: 36px; }
  .d24-symptom-card { grid-template-columns: 39% 61%; }
  .d24-symptom-card__body { padding: 20px 16px; }
  .d24-areas .he-area__grid { grid-template-columns: 1fr 1fr !important; gap: 9px !important; }
}

@media (max-width: 320px) {
  .d24-hero-full .he-hero__title { font-size: 34px; }
  .d24-hero-full .he-hero__desc { font-size: 15px; }
  .d24-hero__chips li { font-size: 11px; }
}

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