:root {
  --ink: #151829;
  --navy: #111735;
  --navy-2: #20295c;
  --blue: #284b8f;
  --mint: #00a886;
  --mint-dark: #087866;
  --teal: #42c7b8;
  --gold: #f2bd42;
  --coral: #ef6c57;
  --paper: #fbfaf7;
  --white: #ffffff;
  --line: #dfe6ee;
  --soft: #f2f5f8;
  --muted: #64728a;
  --shadow: 0 24px 70px rgba(19, 25, 45, 0.14);
}

* {
  box-sizing: border-box;
}

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

[id] {
  scroll-margin-top: 112px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", system-ui, sans-serif;
  letter-spacing: 0;
}

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

img {
  display: block;
  max-width: 100%;
}

button,
input,
select {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(156px, 220px) 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
  padding: 12px clamp(18px, 4vw, 64px);
  background: rgba(251, 250, 247, 0.94);
  border-bottom: 1px solid rgba(17, 23, 53, 0.08);
  backdrop-filter: blur(16px);
}

.brand img {
  width: 202px;
  height: auto;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 40px);
  color: #39445a;
  font-size: 15px;
  font-weight: 700;
}

.nav-links a {
  padding: 10px 0;
}

.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  white-space: nowrap;
}

.header-cta,
.button.primary {
  grid-template-columns: 190px minmax(0, 1fr) 190px;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 10px 24px rgba(17, 23, 53, 0.18);
}

.header-cta.kakao-cta {
  color: #201b00;
  background: #fee500;
  box-shadow: 0 10px 24px rgba(254, 229, 0, 0.2);
}

.button.secondary {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(17, 23, 53, 0.22);
}

.button.kakao {
  color: #1f1b00;
  background: #fee500;
  border-color: #fee500;
}

.button.phone {
  color: var(--white);
  background: linear-gradient(135deg, var(--mint), #087866);
  border-color: transparent;
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: 58px clamp(20px, 6vw, 90px) 120px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.97) 0%, rgba(251, 250, 247, 0.84) 46%, rgba(251, 250, 247, 0.22) 100%),
    radial-gradient(circle at 78% 20%, rgba(66, 199, 184, 0.24), transparent 34%),
    linear-gradient(135deg, #fbfaf7 0%, #eaf1f7 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--mint);
  font-size: 13px;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 26px;
  color: var(--navy);
  font-size: clamp(46px, 8vw, 96px);
  line-height: 1.1;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(30px, 4.5vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  color: var(--navy);
  font-size: 21px;
  line-height: 1.22;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 650px;
  color: #3d4659;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.room-scene {
  position: absolute;
  right: clamp(-160px, -8vw, -56px);
  bottom: 42px;
  width: min(720px, 58vw);
  aspect-ratio: 1.18;
  border: 1px solid rgba(17, 23, 53, 0.08);
  border-radius: 8px;
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(17, 23, 53, 0.08) 48% 49%, transparent 49%),
    linear-gradient(180deg, #f7fbff 0 58%, #d7c5aa 58% 59%, #f0e1c7 59% 100%);
  box-shadow: var(--shadow);
}

.window {
  position: absolute;
  right: 10%;
  top: 9%;
  width: 38%;
  height: 34%;
  border: 10px solid #ffffff;
  background:
    linear-gradient(90deg, transparent 47%, rgba(255, 255, 255, 0.8) 47% 52%, transparent 52%),
    linear-gradient(180deg, #b8e3f1 0%, #e9fbff 100%);
  box-shadow: inset 0 0 0 1px rgba(17, 23, 53, 0.09);
}

.floor {
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background:
    repeating-linear-gradient(90deg, rgba(118, 88, 52, 0.1) 0 1px, transparent 1px 86px),
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(242, 189, 66, 0.18));
}

.shine {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(0, 168, 134, 0.65);
  transform: rotate(45deg);
}

.shine::before,
.shine::after {
  content: "";
  position: absolute;
  background: rgba(0, 168, 134, 0.65);
}

.shine::before {
  left: 50%;
  top: -28px;
  width: 2px;
  height: 174px;
}

.shine::after {
  top: 50%;
  left: -28px;
  width: 174px;
  height: 2px;
}

.shine-a {
  left: 14%;
  top: 18%;
}

.shine-b {
  right: 34%;
  bottom: 18%;
  width: 58px;
  height: 58px;
  border-color: rgba(242, 189, 66, 0.76);
}

.tool {
  position: absolute;
  border-radius: 6px;
}

.tool-a {
  left: 12%;
  bottom: 12%;
  width: 25%;
  height: 8%;
  background: var(--navy-2);
  transform: rotate(-14deg);
}

.tool-b {
  left: 28%;
  bottom: 18%;
  width: 6%;
  height: 34%;
  background: var(--teal);
  transform: rotate(-14deg);
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-strip div {
  min-height: 128px;
  padding: 28px clamp(16px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  display: block;
  margin-bottom: 10px;
  color: var(--navy);
  font-size: 21px;
}

.trust-strip span {
  color: var(--muted);
  line-height: 1.55;
}

.section {
  padding: clamp(78px, 10vw, 140px) clamp(20px, 6vw, 90px);
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(420px, 1.2fr);
  gap: clamp(38px, 7vw, 96px);
  align-items: start;
  background: var(--paper);
}

.section-heading p {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}

.section-heading.centered {
  max-width: 820px;
  margin: 0 auto 46px;
  text-align: center;
}

.section-heading.centered p {
  margin-left: auto;
  margin-right: auto;
}

.feature-list {
  display: grid;
  gap: 18px;
}

.feature-item {
  position: relative;
  min-height: 210px;
  padding: 30px 30px 30px 92px;
  border: 1px solid rgba(17, 23, 53, 0.1);
  border-radius: 8px;
  background: var(--white);
}

.feature-item:first-child {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 20px;
  align-items: center;
}

.feature-copy {
  min-width: 0;
}

.equipment-photo {
  margin: 0;
  width: 132px;
  aspect-ratio: 1;
  overflow: hidden;
  border: 1px solid rgba(17, 23, 53, 0.1);
  border-radius: 8px;
  background: #f7f3ea;
}

.equipment-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-item p,
.scope-grid p,
.homecare-main p,
.price-card p,
.process-steps span,
.quote-panel p,
.site-footer p {
  color: var(--muted);
  line-height: 1.7;
}

.icon {
  position: absolute;
  left: 28px;
  top: 34px;
  width: 42px;
  height: 42px;
  border-radius: 8px;
}

.icon.equipment {
  background:
    linear-gradient(90deg, transparent 42%, var(--white) 42% 58%, transparent 58%),
    linear-gradient(180deg, var(--mint), var(--teal));
}

.icon.identity {
  background:
    radial-gradient(circle at 50% 32%, var(--white) 0 7px, transparent 8px),
    radial-gradient(ellipse at 50% 76%, var(--white) 0 15px, transparent 16px),
    var(--blue);
}

.icon.system {
  background:
    linear-gradient(90deg, transparent 45%, var(--navy) 45% 55%, transparent 55%),
    linear-gradient(180deg, transparent 45%, var(--navy) 45% 55%, transparent 55%),
    var(--gold);
}

.scope-section {
  background: #eef5f4;
}

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

.scope-grid article {
  min-height: 230px;
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  border-top: 6px solid var(--mint);
}

.scope-grid article:nth-child(2) {
  border-color: var(--gold);
}

.scope-grid article:nth-child(3) {
  border-color: var(--coral);
}

.scope-grid article:nth-child(4) {
  border-color: var(--blue);
}

.homecare {
  background: var(--white);
}

.homecare-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(440px, 1.08fr);
  gap: 28px;
  align-items: stretch;
}

.homecare-main {
  padding: clamp(28px, 5vw, 54px);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(17, 23, 53, 0.94), rgba(40, 75, 143, 0.84)),
    linear-gradient(45deg, var(--navy), var(--blue));
}

.homecare-main h3,
.homecare-main p {
  color: var(--white);
}

.homecare-main p {
  opacity: 0.84;
}

.homecare-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.homecare-services span {
  display: flex;
  align-items: center;
  min-height: 104px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: var(--navy);
  font-weight: 800;
  line-height: 1.45;
}

.process {
  background: var(--paper);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.process-steps li {
  position: relative;
  min-height: 220px;
  padding: 72px 26px 26px;
  border-right: 1px solid var(--line);
  counter-increment: process;
}

.process-steps li:last-child {
  border-right: 0;
}

.process-steps li::before {
  content: counter(process, decimal-leading-zero);
  position: absolute;
  left: 26px;
  top: 26px;
  color: var(--mint);
  font-size: 18px;
  font-weight: 900;
}

.process-steps strong {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 22px;
}

.pricing {
  background: var(--white);
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.price-card {
  min-height: 284px;
  padding: 26px 22px;
  background: var(--white);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.price-card:nth-child(5n) {
  border-right: 0;
}

.price-card:nth-last-child(-n + 5) {
  border-bottom: 0;
}

.price-card.muted {
  background: #f8fafc;
}

.price-card.emphasis {
  background: #fff8e6;
}

.price-title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 38px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.price-title h3 {
  margin: 0;
  font-size: 20px;
}

.mini-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}

.sparkle {
  background:
    linear-gradient(90deg, transparent 44%, var(--white) 44% 56%, transparent 56%),
    linear-gradient(180deg, transparent 44%, var(--white) 44% 56%, transparent 56%),
    var(--gold);
}

.leaf {
  background:
    radial-gradient(ellipse at 36% 62%, var(--white) 0 9px, transparent 10px),
    radial-gradient(ellipse at 62% 40%, var(--white) 0 9px, transparent 10px),
    var(--mint);
}

.star {
  background: var(--gold);
  clip-path: polygon(50% 0, 61% 34%, 98% 34%, 68% 55%, 80% 91%, 50% 69%, 20% 91%, 32% 55%, 2% 34%, 39% 34%);
}

.diamond {
  background: var(--teal);
  clip-path: polygon(50% 0, 100% 35%, 50% 100%, 0 35%);
}

.coat {
  background:
    radial-gradient(circle at 50% 50%, transparent 0 8px, var(--navy) 9px 11px, transparent 12px),
    var(--gold);
}

.hand {
  background:
    linear-gradient(90deg, var(--navy) 0 34%, transparent 34%),
    radial-gradient(circle at 74% 48%, var(--teal) 0 14px, transparent 15px),
    #ffffff;
  border: 2px solid var(--navy);
}

.wipe {
  background:
    linear-gradient(135deg, transparent 0 26%, var(--white) 27% 34%, transparent 35%),
    var(--teal);
}

.foot {
  background:
    radial-gradient(ellipse at 42% 40%, var(--coral) 0 12px, transparent 13px),
    radial-gradient(circle at 70% 30%, var(--coral) 0 4px, transparent 5px),
    radial-gradient(circle at 75% 46%, var(--coral) 0 4px, transparent 5px);
}

.counter {
  background:
    linear-gradient(180deg, transparent 42%, var(--navy) 42% 55%, transparent 55%),
    linear-gradient(90deg, transparent 20%, var(--teal) 20% 80%, transparent 80%);
}

dl {
  display: grid;
  gap: 0;
  margin: 26px 0 0;
}

dl div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  min-height: 46px;
  padding: 8px 0;
}

dt {
  color: #5f6e84;
  font-size: 20px;
  font-weight: 900;
}

dd {
  margin: 0;
  color: var(--ink);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 900;
  text-align: right;
}

.basis,
.package {
  margin: 24px 0 4px;
  text-align: center;
}

.big-price {
  display: block;
  margin: 20px 0;
  color: #05070c;
  font-size: clamp(32px, 4vw, 44px);
  text-align: center;
}

.sub-price {
  display: grid;
  gap: 8px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.sub-price:last-child {
  border-bottom: 0;
}

.sub-price strong {
  color: var(--navy);
  font-size: 18px;
}

.sub-price span {
  color: #60708a;
  font-weight: 800;
}

.quote {
  background:
    linear-gradient(135deg, rgba(17, 23, 53, 0.95), rgba(25, 60, 88, 0.9)),
    var(--navy);
}

.quote-panel {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(300px, 420px);
  gap: 34px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  color: var(--white);
}

.quote-panel h2,
.quote-panel p {
  color: var(--white);
}

.quote-panel p {
  opacity: 0.8;
}

.estimate-form {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.09);
}

.estimate-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

.estimate-form input,
.estimate-form select {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  color: var(--ink);
  background: var(--white);
}

.estimate-output {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  border-radius: 6px;
  color: var(--navy);
  background: var(--gold);
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 900;
}

.button.full {
  width: 100%;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px clamp(20px, 6vw, 90px);
  background: var(--white);
  border-top: 1px solid var(--line);
}

.site-footer img {
  width: 180px;
}

.site-footer p {
  margin: 0;
  text-align: right;
}

@media (max-width: 1120px) {
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-card,
  .price-card:nth-child(5n),
  .price-card:nth-last-child(-n + 5) {
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .price-card:nth-child(2n) {
    border-right: 0;
  }

  .price-card:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .scope-grid,
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-steps li:nth-child(2) {
    border-right: 0;
  }

  .process-steps li:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .brand img {
    width: 176px;
  }

  .hero {
    min-height: 820px;
    align-items: start;
    padding-top: 72px;
    background:
      linear-gradient(180deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.92) 46%, rgba(251, 250, 247, 0.38) 100%),
      linear-gradient(135deg, #fbfaf7 0%, #dfeef3 100%);
  }

  .hero-copy {
    max-width: 100%;
  }

  .room-scene {
    right: -120px;
    bottom: 34px;
    width: 620px;
    opacity: 0.76;
  }

  .trust-strip,
  .split,
  .homecare-layout,
  .quote-panel {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .homecare-services {
    grid-template-columns: 1fr;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer p {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    padding-inline: 14px;
  }

  .brand img {
    width: 152px;
  }

  .header-cta {
    min-height: 42px;
    padding-inline: 14px;
    font-size: 14px;
  }

  .hero {
    min-height: 760px;
    padding: 54px 18px 84px;
  }

  h1 {
    font-size: clamp(38px, 13vw, 58px);
  }

  h2 {
    font-size: clamp(28px, 10vw, 40px);
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 72px 18px;
  }

  .feature-item {
    min-height: auto;
    padding: 88px 22px 24px;
  }

  .feature-item:first-child {
    grid-template-columns: 1fr;
  }

  .equipment-photo {
    width: min(170px, 100%);
  }

  .icon {
    left: 22px;
    top: 24px;
  }

  .scope-grid,
  .process-steps,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .process-steps li,
  .process-steps li:nth-child(2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-steps li:last-child {
    border-bottom: 0;
  }

  .price-card,
  .price-card:nth-child(2n),
  .price-card:nth-last-child(-n + 2),
  .price-card:nth-child(5n),
  .price-card:nth-last-child(-n + 5) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .price-card:last-child {
    border-bottom: 0;
  }

  dl div {
    min-height: 42px;
  }
}

/* Visual refresh */
.site-header {
  grid-template-columns: minmax(162px, 236px) 1fr auto;
  min-height: 82px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 34px rgba(17, 23, 53, 0.06);
}

.brand img {
  width: 218px;
}

.nav-links {
  color: #2d354b;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 2px;
  background: var(--mint);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  border-radius: 8px;
}

.header-cta,
.button.primary {
  background: linear-gradient(135deg, var(--navy), #22317a);
}

.button.secondary {
  background: var(--white);
}

.button.kakao {
  box-shadow: 0 10px 24px rgba(254, 229, 0, 0.2);
}

.button.phone {
  box-shadow: 0 10px 24px rgba(0, 168, 134, 0.2);
}

.hero {
  display: block;
  min-height: calc(100vh - 82px);
  padding: clamp(56px, 7vw, 104px) clamp(20px, 6vw, 90px) clamp(64px, 8vw, 112px);
  background:
    radial-gradient(circle at 82% 18%, rgba(242, 189, 66, 0.2), transparent 28%),
    radial-gradient(circle at 68% 72%, rgba(66, 199, 184, 0.18), transparent 30%),
    linear-gradient(90deg, #ffffff 0 54%, #111735 54% 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0 46% 0 0;
  background:
    linear-gradient(90deg, rgba(17, 23, 53, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(17, 23, 53, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent);
}

.hero::after {
  content: "";
  position: absolute;
  right: clamp(18px, 5vw, 80px);
  top: clamp(96px, 14vw, 168px);
  width: min(420px, 34vw);
  height: min(420px, 34vw);
  border-radius: 50%;
  background: rgba(0, 168, 134, 0.16);
  filter: blur(24px);
  pointer-events: none;
}

.hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
  gap: clamp(34px, 6vw, 76px);
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
}

.hero-content {
  max-width: 680px;
}

.hero .eyebrow {
  display: inline-flex;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(0, 168, 134, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: #057d6a;
}

h1 {
  margin-bottom: 24px;
  color: var(--navy);
  font-size: clamp(52px, 8vw, 104px);
  line-height: 1.1;
}

.hero-copy {
  max-width: 630px;
  color: #384358;
  font-size: clamp(18px, 1.7vw, 21px);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(17, 23, 53, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  color: #303a50;
  font-weight: 800;
}

.hero-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 4vw, 38px);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(160deg, rgba(66, 199, 184, 0.16), transparent 42%),
    linear-gradient(135deg, #111735 0%, #17204a 54%, #263b79 100%);
  box-shadow: 0 30px 80px rgba(17, 23, 53, 0.22);
}

.hero-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  pointer-events: none;
}

.hero-showcase {
  position: relative;
  display: grid;
  gap: 14px;
  isolation: isolate;
}

.hero-showcase::before {
  content: "";
  position: absolute;
  inset: -18px -18px 92px 64px;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.04);
}

.hero-main-photo {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 34px 90px rgba(5, 8, 23, 0.34);
}

.hero-main-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(17, 23, 53, 0.54));
}

.hero-main-photo img,
.homecare-photo img,
.scope-grid article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-main-photo figcaption {
  position: absolute;
  left: 22px;
  top: 20px;
  z-index: 1;
  padding: 8px 12px;
  border-radius: 6px;
  color: var(--white);
  background: rgba(17, 23, 53, 0.7);
  font-size: 15px;
  font-weight: 900;
}

.hero-equipment-card {
  z-index: 2;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  width: min(420px, calc(100% - 32px));
  margin: -54px 0 0 24px;
  padding: 14px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 24px 60px rgba(5, 8, 23, 0.28);
}

.hero-equipment-card img {
  width: 96px;
  aspect-ratio: 1;
  border-radius: 6px;
  object-fit: cover;
}

.hero-equipment-card span {
  display: block;
  margin-bottom: 6px;
  color: var(--mint);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-equipment-card strong {
  display: block;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.2;
}

.showcase-rates {
  margin: 8px 0 0;
  padding: 16px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(66, 199, 184, 0.15), transparent 44%),
    var(--navy);
}

.hero-showcase .panel-services {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hero-showcase .panel-services span {
  border: 1px solid rgba(17, 23, 53, 0.08);
  background: rgba(255, 255, 255, 0.86);
  color: var(--navy);
}

.hero-showcase .panel-services span::before {
  background: var(--mint);
}

.panel-logo {
  width: min(250px, 72%);
  padding: 12px 14px;
  border-radius: 6px;
  background: var(--white);
}

.panel-kicker {
  margin: 28px 0 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.rate-board {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.rate-board div {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.rate-board span {
  display: block;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 800;
}

.rate-board strong {
  display: block;
  color: var(--gold);
  font-size: clamp(26px, 3.3vw, 38px);
  line-height: 1.05;
}

.panel-services {
  display: grid;
  gap: 10px;
}

.panel-services span {
  position: relative;
  min-height: 42px;
  padding: 10px 12px 10px 34px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  line-height: 1.45;
}

.panel-services span::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 17px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: var(--mint);
}

.trust-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: -48px auto 0;
  position: relative;
  z-index: 3;
  width: min(calc(100% - 40px), 1180px);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(17, 23, 53, 0.1);
  overflow: hidden;
}

.trust-strip div {
  min-height: 138px;
  background: var(--white);
}

.section {
  padding: clamp(86px, 10vw, 146px) clamp(20px, 6vw, 90px);
}

.split,
.homecare-layout,
.scope-grid,
.process-steps,
.price-grid,
.rate-highlight {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.split {
  grid-template-columns: minmax(290px, 0.78fr) minmax(480px, 1.22fr);
  background:
    linear-gradient(180deg, #fbfaf7 0%, #f4f7f5 100%);
}

.feature-item {
  min-height: 196px;
  border: 0;
  box-shadow: 0 18px 45px rgba(17, 23, 53, 0.08);
}

.scope-section {
  background:
    linear-gradient(180deg, #ecf6f3 0%, #f8faf8 100%);
}

.scope-grid {
  gap: 18px;
}

.scope-grid article {
  display: grid;
  grid-template-rows: 154px 1fr;
  min-height: 294px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(17, 23, 53, 0.08);
  border-top-width: 1px;
  box-shadow: 0 14px 36px rgba(17, 23, 53, 0.06);
}

.scope-grid article img {
  min-height: 154px;
}

.scope-grid article div {
  padding: 22px;
}

.homecare {
  background:
    linear-gradient(90deg, #ffffff 0 62%, #f0f5f7 62% 100%);
}

.homecare-layout {
  grid-template-columns: minmax(360px, 0.9fr) minmax(460px, 1.1fr);
}

.homecare-side {
  display: grid;
  gap: 16px;
}

.homecare-photo {
  min-height: 230px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 20px 45px rgba(17, 23, 53, 0.11);
}

.homecare-main {
  position: relative;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(17, 23, 53, 0.18);
}

.homecare-main::after {
  content: "BANDAL";
  position: absolute;
  right: -8px;
  bottom: -13px;
  color: rgba(255, 255, 255, 0.08);
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 900;
}

.homecare-services {
  gap: 16px;
}

.homecare-services span {
  position: relative;
  min-height: 118px;
  padding: 24px 22px 24px 62px;
  border: 0;
  background: var(--white);
  box-shadow: 0 16px 36px rgba(17, 23, 53, 0.07);
}

.homecare-services span::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 28px;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background:
    linear-gradient(90deg, transparent 42%, var(--white) 42% 58%, transparent 58%),
    linear-gradient(180deg, transparent 42%, var(--white) 42% 58%, transparent 58%),
    var(--mint);
}

.process {
  background: #f8faf9;
}

.process-steps {
  border: 0;
  box-shadow: 0 18px 46px rgba(17, 23, 53, 0.08);
}

.process-steps li {
  min-height: 206px;
}

.pricing {
  background:
    linear-gradient(180deg, #ffffff 0%, #f3f7f7 100%);
}

.rate-highlight {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) minmax(380px, 1.2fr);
  gap: 24px;
  align-items: center;
  margin-bottom: 24px;
  padding: clamp(24px, 4vw, 36px);
  border-radius: 8px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(66, 199, 184, 0.18), transparent 45%),
    var(--navy);
  box-shadow: 0 24px 60px rgba(17, 23, 53, 0.16);
}

.rate-highlight .rate-label {
  display: block;
  margin-bottom: 10px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
}

.rate-highlight > div strong {
  display: block;
  color: var(--white);
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1.12;
}

.rate-highlight dl {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.rate-highlight dl div {
  display: grid;
  gap: 10px;
  min-height: 116px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.rate-highlight dt {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
}

.rate-highlight dd {
  color: var(--gold);
  font-size: clamp(26px, 3.6vw, 40px);
  text-align: left;
}

.price-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  border: 0;
  overflow: visible;
}

.price-grid .price-card,
.price-grid .price-card:nth-child(n) {
  min-height: 258px;
  border: 1px solid rgba(17, 23, 53, 0.08);
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(17, 23, 53, 0.07);
}

.price-card.muted {
  background: #f9fbfc;
}

.price-card.emphasis {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(242, 189, 66, 0.22), transparent 44%),
    var(--navy);
}

.price-card.emphasis h3,
.price-card.emphasis dt,
.price-card.emphasis dd,
.price-card.emphasis p {
  color: var(--white);
}

.price-card.emphasis dd {
  color: var(--gold);
}

.price-title {
  gap: 10px;
  min-height: 42px;
}

.price-title h3 {
  font-size: 19px;
}

dd {
  font-size: clamp(23px, 2.4vw, 32px);
}

.quote {
  background:
    linear-gradient(90deg, rgba(17, 23, 53, 0.96) 0 64%, rgba(25, 60, 88, 0.92) 64% 100%),
    var(--navy);
}

.quote-panel {
  max-width: 1180px;
}

.estimate-form {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
}

.estimate-output {
  background: linear-gradient(135deg, var(--gold), #ffe59b);
}

@media (max-width: 1120px) {
  .hero-shell,
  .split,
  .homecare-layout,
  .rate-highlight {
    grid-template-columns: 1fr;
  }

  .hero-content {
    max-width: 820px;
  }

  .hero-panel {
    max-width: 760px;
  }

  .hero-showcase {
    max-width: 820px;
  }

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

@media (max-width: 860px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand img {
    width: 176px;
  }

  .hero {
    min-height: auto;
    padding-top: 50px;
    background:
      radial-gradient(circle at 72% 18%, rgba(0, 168, 134, 0.13), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, #f2f8f6 100%);
  }

  .hero::before {
    inset: auto 0 0;
    height: 34%;
    mask-image: linear-gradient(180deg, transparent, #000);
  }

  .hero::after,
  .hero-showcase::before {
    display: none;
  }

  .trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: -30px;
  }

  .trust-strip div {
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:nth-child(2n) {
    border-right: 0;
  }

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

  .homecare {
    background: var(--white);
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 68px;
    gap: 10px;
  }

  .brand img {
    width: 150px;
  }

  .header-actions {
    gap: 6px;
  }

  .header-cta {
    min-height: 40px;
    padding-inline: 10px;
    font-size: 13px;
  }

  .hero {
    padding: 38px 18px 70px;
  }

  .hero .eyebrow {
    border-radius: 8px;
    line-height: 1.45;
  }

  h1 {
    font-size: clamp(43px, 13vw, 58px);
  }

  .hero-badges span {
    width: 100%;
  }

  .hero-panel {
    padding: 22px;
  }

  .hero-main-photo {
    min-height: 290px;
  }

  .hero-equipment-card {
    grid-template-columns: 74px minmax(0, 1fr);
    width: calc(100% - 20px);
    margin: -38px 10px 0;
  }

  .hero-equipment-card img {
    width: 74px;
  }

  .hero-equipment-card strong {
    font-size: 18px;
  }

  .panel-logo {
    width: 100%;
  }

  .rate-board,
  .hero-showcase .panel-services,
  .rate-highlight dl,
  .trust-strip,
  .scope-grid,
  .process-steps,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .rate-board div {
    min-height: 108px;
  }

  .rate-highlight {
    padding: 22px;
  }

  .rate-highlight dl div {
    min-height: 100px;
  }

  .homecare-services span {
    min-height: 96px;
  }

  .price-grid .price-card,
  .price-grid .price-card:nth-child(n) {
    min-height: auto;
  }
}

.service-details {
  background:
    linear-gradient(180deg, #f3f7f7 0%, #ffffff 100%);
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.service-photo-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto 26px;
}

.service-photo-strip figure {
  position: relative;
  min-height: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--navy);
  box-shadow: 0 18px 42px rgba(17, 23, 53, 0.09);
}

.service-photo-strip figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(17, 23, 53, 0.62));
}

.service-photo-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-photo-strip figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 1;
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
}

.service-detail-card {
  padding: 28px;
  border: 1px solid rgba(17, 23, 53, 0.08);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(17, 23, 53, 0.07);
}

.service-detail-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.service-detail-head span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: var(--white);
  background: var(--navy);
  font-weight: 900;
}

.service-detail-head h3 {
  margin: 0;
}

.service-detail-card p,
.service-detail-note {
  color: var(--muted);
  line-height: 1.7;
}

.service-detail-card ol {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: service-step;
}

.service-detail-card li {
  position: relative;
  min-height: 28px;
  padding-left: 34px;
  color: #2f3a4f;
  line-height: 1.55;
  counter-increment: service-step;
}

.service-detail-card li::before {
  content: counter(service-step);
  position: absolute;
  left: 0;
  top: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  color: var(--navy);
  background: #e8f5f2;
  font-size: 12px;
  font-weight: 900;
}

.service-detail-card:nth-child(3n) .service-detail-head span {
  background: var(--mint);
}

.service-detail-card:nth-child(3n + 2) .service-detail-head span {
  background: var(--blue);
}

.service-detail-note {
  max-width: 1180px;
  margin: 22px auto 0;
  padding: 18px 20px;
  border: 1px solid rgba(0, 168, 134, 0.18);
  border-radius: 8px;
  background: #f6fbfa;
}

@media (max-width: 860px) {
  .service-photo-strip,
  .service-detail-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .service-detail-card {
    padding: 22px;
  }

  .service-detail-head {
    align-items: flex-start;
  }
}

.brand-alias-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--navy);
}

.brand-alias-band h2 {
  margin: 7px 0 8px;
  font-size: clamp(25px, 3vw, 40px);
}

.brand-alias-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.local-service {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px;
  background: #f5f8f7;
}

.local-service-copy h2 {
  max-width: 720px;
}

.local-service-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.8;
}

.local-contact-line {
  display: grid;
  gap: 8px;
  margin: 28px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(17, 23, 53, 0.12);
  border-bottom: 1px solid rgba(17, 23, 53, 0.12);
}

.local-contact-line a {
  color: var(--mint-dark);
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}

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

.district-grid article {
  min-height: 190px;
  padding: 26px;
  border: 1px solid rgba(17, 23, 53, 0.1);
  border-radius: 8px;
  background: var(--white);
}

.district-grid span {
  color: var(--mint-dark);
  font-size: 13px;
  font-weight: 900;
}

.district-grid strong {
  display: block;
  margin: 20px 0 10px;
  color: var(--navy);
  font-size: 27px;
}

.district-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.content-hub {
  background: var(--white);
}

.content-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.content-link-grid a {
  min-height: 210px;
  padding: 26px;
  border: 1px solid rgba(17, 23, 53, 0.1);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.content-link-grid a:hover,
.content-link-grid a:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(0, 168, 134, 0.45);
  box-shadow: 0 16px 36px rgba(17, 23, 53, 0.08);
}

.content-link-grid span {
  color: var(--mint-dark);
  font-size: 13px;
  font-weight: 900;
}

.content-link-grid h3 {
  margin: 30px 0 12px;
  font-size: 23px;
}

.content-link-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.site-footer a {
  color: inherit;
}

.seo-page {
  color: var(--navy);
  background: #f7f8f6;
}

.seo-hero {
  padding: 96px max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--navy);
}

.seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 54px;
  align-items: end;
}

.seo-hero h1 {
  max-width: 850px;
  margin: 14px 0 24px;
  color: var(--white);
  font-size: 72px;
  line-height: 1.08;
  word-break: keep-all;
}

.seo-hero p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 20px;
  line-height: 1.8;
}

.seo-hero-proof {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.seo-hero-proof div {
  padding: 20px;
  background: rgba(17, 23, 53, 0.9);
}

.seo-hero-proof strong,
.seo-hero-proof span {
  display: block;
}

.seo-hero-proof span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.62);
}

.seo-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 72px 24px;
}

.seo-section {
  margin-bottom: 72px;
}

.seo-section h2 {
  margin-bottom: 20px;
  font-size: clamp(31px, 4vw, 50px);
  word-break: keep-all;
  overflow-wrap: break-word;
}

.seo-section > p,
.seo-section li {
  color: #536071;
  line-height: 1.85;
}

.seo-summary {
  padding: 30px;
  border-left: 6px solid var(--yellow);
  background: var(--white);
}

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

.seo-card,
.seo-faq-item {
  padding: 28px;
  border: 1px solid rgba(17, 23, 53, 0.09);
  border-radius: 8px;
  background: var(--white);
}

.seo-card h3,
.seo-faq-item h3 {
  margin-top: 0;
}

.seo-card p,
.seo-faq-item p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.75;
}

.seo-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(17, 23, 53, 0.1);
  background: var(--white);
}

.seo-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.seo-table th,
.seo-table td {
  padding: 18px;
  border-bottom: 1px solid rgba(17, 23, 53, 0.08);
  text-align: left;
  line-height: 1.6;
}

.seo-table th {
  background: #edf5f3;
}

.seo-info-table {
  min-width: 0;
}

.seo-info-table th {
  width: 180px;
}

.seo-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px;
  color: var(--white);
  background: var(--navy);
}

.seo-cta h2 {
  margin: 0 0 8px;
  color: var(--white);
  font-size: clamp(28px, 4vw, 46px);
}

.seo-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.seo-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

@media (max-width: 960px) {
  .local-service,
  .seo-hero-grid {
    grid-template-columns: 1fr;
  }

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

  .seo-hero h1 {
    font-size: 60px;
  }
}

@media (max-width: 700px) {
  .brand-alias-band,
  .seo-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .district-grid,
  .content-link-grid,
  .seo-grid,
  .seo-districts,
  .seo-faq-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .seo-hero h1 {
    max-width: 100%;
    font-size: clamp(34px, 9vw, 40px);
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .seo-info-table,
  .seo-info-table tbody,
  .seo-info-table tr,
  .seo-info-table th,
  .seo-info-table td {
    display: block;
    width: 100%;
  }

  .seo-info-table th {
    padding-bottom: 6px;
    border-bottom: 0;
  }

  .seo-info-table td {
    padding-top: 6px;
    overflow-wrap: anywhere;
  }
}

@media (max-width: 640px) {
  .site-header { grid-template-columns: minmax(0, 1fr) auto; }
  .site-header .brand img { width: 140px; }
  .header-actions .kakao-cta { display: none; }
  .header-actions .phone-cta { padding-inline: 12px; white-space: nowrap; }
}

.field-types {
  background: #eef5f3;
}

.field-types > .section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  column-gap: 72px;
  align-items: end;
}

.field-types > .section-heading p:last-child {
  color: var(--muted);
  line-height: 1.8;
}

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

.field-type-grid article {
  overflow: hidden;
  border: 1px solid rgba(17, 23, 53, 0.1);
  border-radius: 8px;
  background: var(--white);
}

.field-type-grid img {
  width: 100%;
  aspect-ratio: 1.35;
  object-fit: cover;
}

.field-type-grid article > div {
  padding: 26px;
}

.field-type-grid span,
.district-link-grid span {
  color: var(--mint-dark);
  font-size: 12px;
  font-weight: 900;
}

.field-type-grid h3 {
  margin: 10px 0 12px;
  font-size: 24px;
}

.field-type-grid p,
.field-type-grid li {
  color: var(--muted);
  line-height: 1.7;
}

.field-type-grid ul {
  margin: 20px 0 0;
  padding: 18px 0 0 20px;
  border-top: 1px solid var(--line);
}

.quality-system {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 70px;
  padding: 96px max(24px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: var(--navy);
}

.quality-intro h2 {
  color: var(--white);
}

.quality-intro > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.8;
}

.quality-intro .button {
  margin-top: 20px;
}

.quality-checklist {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  list-style: none;
  background: rgba(255, 255, 255, 0.14);
}

.quality-checklist li {
  min-height: 134px;
  padding: 20px;
  background: var(--navy);
}

.quality-checklist b,
.quality-checklist span,
.quality-checklist small {
  display: block;
}

.quality-checklist b {
  margin-bottom: 18px;
  color: var(--yellow);
  font-size: 13px;
}

.quality-checklist span {
  font-weight: 850;
}

.quality-checklist small {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.4;
}

.suwon-district-hub {
  background: var(--paper);
}

.district-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 38px;
}

.district-link-grid a {
  min-height: 190px;
  padding: 25px;
  border-top: 4px solid var(--navy);
  background: var(--white);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.district-link-grid a:hover,
.district-link-grid a:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(17, 23, 53, 0.1);
}

.district-link-grid strong {
  display: block;
  margin-top: 32px;
  color: var(--navy);
  font-size: 23px;
}

.district-link-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.consultation-guide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.8fr);
  gap: 70px;
  align-items: center;
  background: #e7f4f1;
}

.consultation-copy > p:not(.eyebrow) {
  color: var(--muted);
  line-height: 1.8;
}

.consultation-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(17, 23, 53, 0.16);
}

.consultation-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  min-height: 64px;
  border-bottom: 1px solid rgba(17, 23, 53, 0.16);
}

.consultation-list b {
  color: var(--mint-dark);
  font-size: 12px;
}

.consultation-list span {
  color: var(--navy);
  font-weight: 800;
}

.faq-section {
  background: var(--white);
}

.faq-list {
  max-width: 980px;
  margin: 42px auto 0;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  position: relative;
  padding: 24px 52px 24px 4px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 850;
  cursor: pointer;
  list-style: none;
}

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

.faq-list summary::after {
  content: "+";
  position: absolute;
  right: 8px;
  top: 20px;
  color: var(--mint-dark);
  font-size: 27px;
  font-weight: 400;
}

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

.faq-list p {
  max-width: 850px;
  padding: 0 52px 24px 4px;
  color: var(--muted);
  line-height: 1.8;
}

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

.complex-home-heading > p:last-child {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.8;
}

.complex-home-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.complex-home-links a {
  display: grid;
  min-height: 132px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--navy);
  background: var(--white);
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease;
}

.complex-home-links a:hover {
  border-color: var(--mint-dark);
  transform: translateY(-2px);
}

.complex-home-links span {
  color: var(--mint-dark);
  font-size: 12px;
  font-weight: 850;
}

.complex-home-links strong {
  align-self: end;
  font-size: 18px;
  line-height: 1.35;
}

.complex-home-links .all-complexes {
  color: var(--white);
  background: var(--navy);
}

.complex-home-links .all-complexes span {
  color: var(--yellow);
}

@media (max-width: 960px) {
  .field-types > .section-heading,
  .quality-system,
  .consultation-guide {
    grid-template-columns: 1fr;
  }

  .field-type-grid,
  .district-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quality-system {
    gap: 44px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 62px;
  }

  .field-type-grid,
  .district-link-grid,
  .complex-home-links {
    grid-template-columns: 1fr;
  }

  .field-types > .section-heading {
    display: block;
  }

  .quality-system {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .quality-checklist li {
    min-height: 120px;
    padding: 16px;
  }

  .district-link-grid a {
    min-height: 150px;
  }

  .mobile-contact-bar {
    position: fixed;
    z-index: 40;
    right: 0;
    bottom: 0;
    left: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 62px;
    box-shadow: 0 -10px 28px rgba(17, 23, 53, 0.14);
  }

  .mobile-contact-bar a {
    display: grid;
    place-items: center;
    color: var(--white);
    background: var(--navy);
    font-weight: 900;
  }

.mobile-contact-bar a:last-child {
    color: #201b00;
    background: #fee500;
  }
}

/* Premium brand refresh: a restrained visual layer shared by the main and information pages. */
:root {
  --ink: #141817;
  --navy: #101715;
  --navy-2: #25312e;
  --blue: #31595a;
  --mint: #0f8372;
  --mint-dark: #0a6d60;
  --teal: #7eb8ae;
  --gold: #b6935d;
  --coral: #a65b4d;
  --paper: #f4f5f1;
  --white: #ffffff;
  --line: #d9ded9;
  --soft: #edf0ec;
  --muted: #66706c;
  --shadow: 0 24px 70px rgba(16, 23, 21, 0.14);
}

body {
  color: var(--ink);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

.site-header {
  grid-template-columns: 190px minmax(0, 1fr) auto;
  min-height: 78px;
  padding: 12px max(24px, calc((100vw - 1340px) / 2));
  background: rgba(255, 255, 255, 0.96);
  border-bottom-color: rgba(20, 24, 23, 0.1);
  box-shadow: none;
}

.brand img {
  width: 178px;
}

.nav-links {
  gap: 30px;
  color: #39413f;
  font-size: 14px;
}

.nav-links a {
  position: relative;
}

.nav-links a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 1px;
  background: var(--mint);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-cta,
.button {
  min-height: 48px;
  border-radius: 4px;
  box-shadow: none;
}

.header-cta,
.button.primary {
  background: var(--navy);
}

.header-cta.kakao-cta,
.button.kakao {
  color: #1f1b00;
  background: #fee500;
}

.hero {
  height: min(760px, calc(100svh - 78px));
  min-height: 680px;
  display: block;
  padding: 0;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(9, 14, 13, 0.92) 0%, rgba(9, 14, 13, 0.8) 40%, rgba(9, 14, 13, 0.32) 72%, rgba(9, 14, 13, 0.06) 100%),
    url("https://www.bandalhome.com/homecare/regions/cleaning/assets/photos/premium-hero-v2.jpg") center / cover no-repeat;
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  content: "";
}

.hero-shell {
  width: min(1340px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  align-items: end;
  gap: 72px;
  padding: 92px 0 58px;
}

.hero-content {
  max-width: 790px;
}

.hero .eyebrow {
  margin-bottom: 24px;
  color: #9fd4ca;
  font-size: 12px;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 780px;
  margin-bottom: 28px;
  color: var(--white);
  font-size: 72px;
  line-height: 1.04;
  font-weight: 850;
}

.hero h1 span {
  color: #f3efe6;
  font-weight: 650;
}

.hero-copy {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.8;
}

.hero-actions {
  margin-top: 32px;
}

.hero .button.primary {
  color: var(--navy);
  background: var(--white);
}

.hero .button.secondary {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.46);
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.hero-badges span {
  padding: 16px 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  background: none;
  border: 0;
  border-radius: 0;
  font-size: 13px;
  font-weight: 700;
}

.hero-showcase {
  align-self: end;
  display: grid;
  gap: 0;
  padding: 26px 0 0 28px;
  color: var(--white);
  background: rgba(10, 16, 15, 0.84);
  border: 0;
  border-top: 1px solid var(--gold);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-showcase::before,
.hero-main-photo,
.hero-equipment-card {
  display: none;
}

.showcase-label {
  margin: 0 0 22px;
  color: #b6c9c4;
  font-size: 11px;
  font-weight: 900;
}

.hero-showcase .rate-board {
  border: 0;
}

.hero-showcase .showcase-rates {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}

.hero-showcase .rate-board > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  align-items: baseline;
  gap: 10px;
  padding: 14px 22px 14px 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0;
  min-height: 0;
}

.hero-showcase .rate-board span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.hero-showcase .rate-board strong {
  color: var(--white);
  font-size: 22px;
}

.hero-showcase .panel-services {
  display: none;
}

.hero-showcase .panel-services span {
  padding: 13px 22px 13px 0;
  color: rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
}

.hero-showcase .panel-services span::before {
  display: none;
}

.trust-strip {
  width: 100%;
  max-width: none;
  margin: 0;
  grid-template-columns: repeat(4, 1fr);
  background: var(--navy);
  border: 0;
  box-shadow: none;
}

.trust-strip div {
  min-height: 116px;
  padding: 26px clamp(22px, 4vw, 56px);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.12);
}

.trust-strip strong {
  color: var(--white);
  font-size: 25px;
}

.trust-strip span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
}

.section {
  max-width: 1340px;
  margin-right: auto;
  margin-left: auto;
  padding: 112px 24px;
}

h2,
.seo-section h2 {
  font-size: 50px;
  line-height: 1.08;
  font-weight: 760;
}

.eyebrow {
  color: var(--mint-dark);
  font-size: 11px;
  letter-spacing: 0;
}

.section-heading > p:not(.eyebrow),
.campaign-copy > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.campaign-feature {
  display: grid;
  grid-template-columns: minmax(300px, 0.68fr) minmax(0, 1.32fr);
  align-items: start;
  gap: 78px;
  background: var(--white);
}

.campaign-copy {
  position: sticky;
  top: 116px;
  padding-top: 18px;
}

.campaign-copy h2 {
  margin-bottom: 24px;
  font-size: 48px;
}

.text-link {
  display: inline-block;
  margin-top: 16px;
  padding-bottom: 6px;
  color: var(--navy);
  border-bottom: 1px solid var(--mint);
  font-size: 14px;
  font-weight: 850;
}

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

.campaign-poster-grid figure {
  overflow: hidden;
  margin: 0;
  background: var(--soft);
}

.campaign-poster-grid img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.campaign-price-section {
  max-width: 1292px;
  margin: 0 auto 112px;
  padding: 0;
  background: var(--navy);
}

.campaign-price-section a,
.campaign-price-section img {
  display: block;
  width: 100%;
}

.campaign-price-section img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.local-service {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
  gap: 88px;
  max-width: none;
  padding-right: max(24px, calc((100vw - 1292px) / 2));
  padding-left: max(24px, calc((100vw - 1292px) / 2));
  background: var(--paper);
}

.local-service-copy h2 {
  font-size: 50px;
}

.local-contact-line {
  border-color: var(--line);
}

.district-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.district-grid article {
  min-height: 190px;
  padding: 28px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.district-grid article span {
  color: var(--mint-dark);
}

.district-grid article strong {
  margin-top: 42px;
  color: var(--navy);
  font-size: 23px;
}

.complex-home {
  gap: 74px;
}

.complex-home-links {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.complex-home-links a {
  min-height: 134px;
  padding: 24px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: var(--white);
  transition: background 160ms ease;
}

.complex-home-links a:hover {
  background: var(--soft);
  transform: none;
}

.complex-home-links .all-complexes {
  background: var(--navy);
}

#difference {
  max-width: none;
  grid-template-columns: minmax(280px, 0.5fr) minmax(0, 1.5fr);
  gap: 88px;
  padding-right: max(24px, calc((100vw - 1292px) / 2));
  padding-left: max(24px, calc((100vw - 1292px) / 2));
  color: var(--white);
  background: var(--navy);
}

#difference h2,
#difference h3 {
  color: var(--white);
}

#difference .eyebrow {
  color: #8fc7bc;
}

.feature-list {
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.feature-item,
.feature-item:nth-child(n) {
  min-height: 0;
  padding: 32px 0;
  color: var(--white);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  box-shadow: none;
}

.feature-item p {
  color: rgba(255, 255, 255, 0.62);
}

.feature-item .icon {
  border-color: rgba(255, 255, 255, 0.22);
}

.equipment-photo {
  max-width: 230px;
}

.scope-section {
  max-width: none;
  padding-right: max(24px, calc((100vw - 1292px) / 2));
  padding-left: max(24px, calc((100vw - 1292px) / 2));
  background: var(--paper);
}

.scope-grid {
  gap: 18px;
}

.scope-grid article,
.scope-grid article:nth-child(n) {
  overflow: hidden;
  min-height: 0;
  background: var(--white);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.scope-grid article img {
  aspect-ratio: 16 / 10;
  filter: saturate(0.88) contrast(1.02);
}

.scope-grid article div {
  padding: 26px;
}

.homecare {
  max-width: 1292px;
}

.homecare-layout {
  border: 1px solid var(--line);
  background: var(--white);
}

.homecare-main,
.homecare-side,
.homecare-services {
  border-radius: 0;
}

.homecare-main {
  color: var(--white);
  background: var(--navy);
}

.homecare-main h3 {
  color: var(--white);
}

.process {
  max-width: none;
  padding-right: max(24px, calc((100vw - 1292px) / 2));
  padding-left: max(24px, calc((100vw - 1292px) / 2));
  background: var(--white);
}

.process-steps {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.process-steps li {
  min-height: 210px;
  padding: 28px;
  background: transparent;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
}

.pricing {
  max-width: none;
  padding-right: max(24px, calc((100vw - 1292px) / 2));
  padding-left: max(24px, calc((100vw - 1292px) / 2));
  background: var(--paper);
}

.price-grid {
  gap: 12px;
}

.price-card,
.price-grid .price-card:nth-child(n) {
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.price-card.emphasis {
  color: var(--white);
  background: var(--navy);
  border-color: var(--navy);
}

.service-details {
  max-width: 1292px;
}

.service-photo-strip {
  gap: 12px;
}

.service-photo-strip figure,
.service-detail-card {
  border-radius: 0;
  box-shadow: none;
}

.service-detail-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-detail-card {
  background: var(--white);
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote {
  max-width: none;
  padding-right: max(24px, calc((100vw - 1292px) / 2));
  padding-left: max(24px, calc((100vw - 1292px) / 2));
  background: var(--navy);
}

.quote-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.quote-panel h2,
.quote-panel > div > p:not(.eyebrow) {
  color: var(--white);
}

.quote-panel > div > p:not(.eyebrow) {
  opacity: 0.64;
}

.estimate-form {
  background: var(--white);
  border-radius: 0;
}

.consultation-guide {
  max-width: 1292px;
  background: #e8eeea;
}

.faq-section {
  max-width: 1292px;
}

.content-hub {
  max-width: none;
  padding-right: max(24px, calc((100vw - 1292px) / 2));
  padding-left: max(24px, calc((100vw - 1292px) / 2));
  background: var(--paper);
}

.content-link-grid {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.content-link-grid a {
  min-height: 190px;
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.site-footer {
  padding: 58px max(24px, calc((100vw - 1292px) / 2));
  color: rgba(255, 255, 255, 0.62);
  background: #0c1110;
}

.site-footer img {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}

.site-footer a {
  color: var(--white);
}

.seo-page {
  background: var(--white);
}

.seo-hero {
  min-height: 570px;
  display: grid;
  align-items: end;
  padding: 100px max(24px, calc((100vw - 1240px) / 2)) 64px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(10, 16, 15, 0.92) 0%, rgba(10, 16, 15, 0.68) 58%, rgba(10, 16, 15, 0.2) 100%),
    url("https://www.bandalhome.com/homecare/regions/cleaning/assets/photos/premium-hero-v2.jpg") center / cover no-repeat;
}

.seo-hero-grid {
  width: 100%;
  max-width: 1240px;
  align-items: end;
}

.seo-hero h1 {
  color: var(--white);
  font-size: 64px;
  line-height: 1.04;
}

.seo-hero p {
  color: rgba(255, 255, 255, 0.72);
}

.seo-hero .eyebrow {
  color: #a8d5cc;
}

.seo-hero-proof {
  padding: 0 0 0 28px;
  background: rgba(10, 16, 15, 0.86);
  border: 0;
  border-left: 2px solid var(--gold);
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.seo-hero-proof div {
  padding: 18px 20px 18px 0;
  border-color: rgba(255, 255, 255, 0.16);
}

.seo-hero-proof strong,
.seo-hero-proof span {
  color: var(--white);
}

.seo-hero-proof span {
  opacity: 0.62;
}

.seo-content {
  max-width: 1240px;
}

.seo-section {
  padding: 96px 0;
}

.seo-grid,
.seo-faq-grid,
.seo-districts {
  gap: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.seo-card,
.seo-faq-item,
.seo-districts a {
  border: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  box-shadow: none;
}

.seo-cta {
  border-radius: 0;
  background: var(--navy);
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 168px 1fr auto;
  }

  .nav-links {
    gap: 18px;
    font-size: 13px;
  }

  .phone-cta {
    display: none;
  }

  .hero-shell {
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 38px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .campaign-feature,
  #difference,
  .local-service {
    grid-template-columns: 1fr;
  }

  .campaign-copy {
    position: static;
    max-width: 760px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 62px;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    gap: 10px;
    min-height: 66px;
    padding: 10px 16px;
  }

  .brand img {
    width: 136px;
  }

  .nav-links,
  .phone-cta {
    display: none;
  }

  .header-cta.kakao-cta {
    display: none;
  }

  .hero {
    height: auto;
    min-height: 640px;
    background-position: 65% center;
  }

  .hero {
    background-image:
      linear-gradient(180deg, rgba(9, 14, 13, 0.88) 0%, rgba(9, 14, 13, 0.72) 58%, rgba(9, 14, 13, 0.88) 100%),
      url("https://www.bandalhome.com/homecare/regions/cleaning/assets/photos/premium-hero-v2.jpg");
  }

  .hero-shell {
    width: calc(100% - 36px);
    grid-template-columns: 1fr;
    gap: 0;
    padding: 64px 0 40px;
  }

  .hero h1 {
    margin-bottom: 22px;
    font-size: 40px;
    line-height: 1.08;
  }

  .hero h1 span {
    display: block;
    font-size: 36px;
  }

  .hero-copy {
    font-size: 16px;
    line-height: 1.7;
  }

  .hero-actions {
    display: block;
  }

  .hero-actions .button.primary {
    width: 100%;
  }

  .hero-actions .button {
    min-width: 0;
    padding: 0 10px;
    font-size: 13px;
    white-space: normal;
    text-align: center;
  }

  .hero-badges,
  .hero-showcase {
    display: none;
  }

  .trust-strip {
    grid-template-columns: 1fr 1fr;
  }

  .trust-strip div {
    min-height: 100px;
    padding: 20px 16px;
  }

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

  .section,
  .local-service,
  #difference,
  .scope-section,
  .process,
  .pricing,
  .quote,
  .content-hub {
    padding: 76px 20px;
  }

  h2,
  .campaign-copy h2,
  .local-service-copy h2,
  .seo-section h2 {
    font-size: 34px;
    line-height: 1.16;
  }

  .campaign-feature {
    gap: 38px;
  }

  .campaign-poster-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .campaign-price-section {
    margin: 0 20px 76px;
  }

  .campaign-price-section img {
    aspect-ratio: 4 / 5;
    object-position: center;
  }

  .district-grid,
  .complex-home-links,
  .scope-grid,
  .service-detail-grid,
  .content-link-grid {
    grid-template-columns: 1fr;
  }

  .scope-grid article img {
    aspect-ratio: 4 / 3;
  }

  .process-steps {
    grid-template-columns: 1fr;
  }

  .seo-hero {
    min-height: 540px;
    padding: 86px 20px 36px;
    background-position: 63% center;
  }

  .seo-hero-grid {
    grid-template-columns: 1fr;
  }

  .seo-hero h1 {
    font-size: 42px;
  }

  .seo-hero-proof {
    margin-top: 30px;
  }

  .seo-content {
    padding: 0 20px;
  }

  .seo-section {
    padding: 72px 0;
  }

  .mobile-contact-bar a {
    background: var(--navy);
  }

  .mobile-contact-bar a:last-child {
    color: var(--white);
    background: var(--gold);
  }
}

/* Keep the editorial contact caption last in the cascade. */
.editorial-contact-line {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: max(24px, calc((100vw - 1340px) / 2));
  padding-left: max(24px, calc((100vw - 1340px) / 2));
  color: var(--white);
  background: #0d1211;
  border: 0;
}

.editorial-contact-copy strong {
  color: var(--white);
}

.editorial-contact-copy span {
  color: rgba(255, 255, 255, 0.62);
}

.editorial-contact-actions a,
.editorial-contact-actions a:first-child {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
}

.editorial-contact-actions a:last-child {
  color: var(--white);
  background: #9b7b49;
  border-color: #9b7b49;
}

@media (max-width: 760px) {
  .editorial-contact-line {
    width: 100%;
    min-height: 88px;
    gap: 0;
    padding: 18px 20px 20px;
  }

  .editorial-contact-actions {
    display: none;
  }
}

/* Final editorial refinement: reduce site chrome and turn pricing cards into a quiet rate index. */
.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 30;
  color: var(--white);
  background: linear-gradient(180deg, rgba(7, 11, 10, 0.88), rgba(7, 11, 10, 0.54));
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: none;
  backdrop-filter: none;
}

.site-header .brand img {
  display: block;
  width: 178px;
  max-width: 100%;
  filter: none;
}

.site-header .brand {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  min-height: 54px;
  padding: 6px;
  background: #fff;
  border-bottom: 2px solid var(--gold);
  border-radius: 2px;
  box-shadow: 0 12px 28px rgba(6, 10, 9, 0.18);
  box-sizing: border-box;
}

.site-header .nav-links {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 650;
}

.site-header .nav-links a::after {
  background: var(--gold);
}

.site-header .header-cta {
  color: var(--white);
  background: rgba(8, 13, 12, 0.42);
  border-color: rgba(255, 255, 255, 0.4);
}

.site-header .header-actions {
  width: 190px;
}

.site-header .header-cta {
  display: none;
}

.editorial-contact-line {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: max(24px, calc((100vw - 1340px) / 2));
  padding-left: max(24px, calc((100vw - 1340px) / 2));
  color: var(--white);
  background: #0d1211;
  border: 0;
}

.editorial-contact-copy strong {
  color: var(--white);
}

.editorial-contact-copy span {
  color: rgba(255, 255, 255, 0.62);
}

.editorial-contact-actions a,
.editorial-contact-actions a:first-child {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
}

.editorial-contact-actions a:last-child {
  color: var(--white);
  background: #9b7b49;
  border-color: #9b7b49;
}

.pricing {
  max-width: none;
  padding-right: max(24px, calc((100vw - 1292px) / 2));
  padding-left: max(24px, calc((100vw - 1292px) / 2));
  background: #f1f2ee;
}

.pricing .section-heading.centered {
  max-width: 920px;
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}

.pricing .rate-highlight {
  display: none;
}

.pricing .price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: clamp(48px, 7vw, 104px);
  row-gap: 0;
  margin-top: 62px;
  overflow: visible;
  background: transparent;
  border: 0;
  border-top: 1px solid #aeb7b1;
  border-radius: 0;
}

.pricing .price-grid .price-card,
.pricing .price-grid .price-card:nth-child(n) {
  min-height: 0;
  padding: 30px 0 28px;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #cdd3ce;
  border-radius: 0;
  box-shadow: none;
}

.pricing .price-card .mini-icon {
  display: none;
}

.pricing .price-card .price-title {
  min-height: 0;
  margin-bottom: 14px;
  padding: 0;
  border: 0;
}

.pricing .price-card .price-title h3,
.pricing .price-card.emphasis .price-title h3 {
  color: var(--navy);
  font-size: 21px;
  font-weight: 800;
}

.pricing .price-card dl {
  margin-top: 8px;
}

.pricing .price-card dl div {
  min-height: 38px;
  padding: 4px 0;
}

.pricing .price-card dt,
.pricing .price-card.emphasis dt {
  color: var(--muted);
  font-size: 15px;
}

.pricing .price-card dd,
.pricing .price-card.emphasis dd {
  color: var(--ink);
  font-size: 20px;
  font-weight: 760;
}

.pricing .price-card p,
.pricing .price-card.emphasis p,
.pricing .price-card .sub-price span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.65;
}

.pricing .price-card .basis,
.pricing .price-card .package,
.pricing .price-card .big-price {
  margin: 8px 0;
  color: var(--ink);
  text-align: left;
}

.pricing .price-card .sub-price {
  padding: 10px 0;
  border-color: #cdd3ce;
}

.pricing .price-card .sub-price strong {
  color: var(--navy);
}

@media (max-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 58px;
    padding: 9px 18px;
    background: linear-gradient(180deg, rgba(7, 11, 10, 0.74), rgba(7, 11, 10, 0.18));
    border-bottom: 0;
  }

  .site-header .brand img {
    width: 126px;
  }

  .site-header .brand {
    width: 138px;
    min-height: 40px;
    padding: 4px 6px;
    box-shadow: 0 8px 20px rgba(6, 10, 9, 0.14);
  }

  .editorial-contact-line {
    min-height: 88px;
    gap: 0;
    padding: 18px 20px 20px;
  }

  .editorial-contact-actions {
    display: none;
  }

  .campaign-price-section {
    background: #0d1211;
  }

  .pricing {
    padding-top: 74px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pricing .price-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .pricing .price-grid .price-card,
  .pricing .price-grid .price-card:nth-child(n) {
    padding: 24px 0 22px;
  }

  .mobile-contact-bar {
    right: 16px;
    bottom: 10px;
    left: 16px;
    height: 50px;
    min-height: 50px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    box-shadow: 0 10px 26px rgba(8, 13, 12, 0.22);
  }

  .mobile-contact-bar a {
    font-size: 12px;
  }

  .mobile-contact-bar a:last-child {
    color: var(--white);
    background: #9b7b49;
  }
}

/* Image-led editorial campaign system. Generated artwork carries the visual hierarchy. */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.editorial-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #0d1211;
}

.editorial-hero-art {
  display: flex;
  width: 100%;
  height: min(920px, calc(100svh - 150px));
  min-height: 570px;
  align-items: center;
  justify-content: center;
}

.editorial-hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.editorial-contact-line {
  width: min(1340px, calc(100% - 48px));
  min-height: 116px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
  padding: 24px 0;
  border-bottom: 1px solid #d9ded9;
}

.editorial-contact-copy {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 28px;
}

.editorial-contact-copy strong {
  flex: none;
  color: var(--navy);
  font-size: 16px;
}

.editorial-contact-copy span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.editorial-contact-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.editorial-contact-actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: var(--white);
  background: var(--navy);
  border: 1px solid var(--navy);
  font-size: 13px;
  font-weight: 850;
}

.editorial-contact-actions a:first-child {
  color: var(--navy);
  background: var(--white);
}

.editorial-campaign {
  padding: 118px 0 0;
  background: #f1f2ee;
}

.editorial-campaign-intro {
  width: min(1340px, calc(100% - 48px));
  margin: 0 auto 68px;
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(420px, 1.18fr);
  column-gap: clamp(72px, 9vw, 150px);
  align-items: end;
}

.editorial-campaign-intro .eyebrow {
  grid-column: 1;
  margin-bottom: 20px;
}

.editorial-campaign-intro h2 {
  grid-column: 1;
  margin: 0;
  color: var(--navy);
  font-size: 50px;
  line-height: 1.12;
}

.editorial-campaign-intro > p:not(.eyebrow) {
  grid-column: 2;
  grid-row: 1 / span 2;
  max-width: 620px;
  margin: 0 0 48px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.9;
}

.editorial-campaign-intro .text-link {
  grid-column: 2;
  justify-self: start;
  margin: 0;
}

.editorial-campaign-art {
  display: block;
  width: 100%;
  max-width: 1672px;
  margin: 0 auto;
  line-height: 0;
}

.editorial-campaign-art img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}

.campaign-price-section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 118px 0;
  background: #0d1211;
}

.campaign-price-section a,
.campaign-price-section picture {
  display: block;
  width: 100%;
  max-width: 1672px;
  margin: 0 auto;
  line-height: 0;
}

.campaign-price-section img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 1080px) {
  .editorial-contact-copy {
    display: grid;
    gap: 4px;
  }

  .editorial-campaign-intro {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .editorial-campaign-intro .eyebrow,
  .editorial-campaign-intro h2,
  .editorial-campaign-intro > p:not(.eyebrow),
  .editorial-campaign-intro .text-link {
    grid-column: 1;
    grid-row: auto;
  }

  .editorial-campaign-intro > p:not(.eyebrow) {
    margin: 28px 0 6px;
  }
}

@media (max-width: 760px) {
  .editorial-hero-art {
    height: auto;
    min-height: 0;
  }

  .editorial-hero-art img {
    width: 100%;
    height: auto;
  }

  .editorial-contact-line {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 0 28px;
  }

  .editorial-contact-copy {
    gap: 6px;
  }

  .editorial-contact-copy span {
    font-size: 13px;
  }

  .editorial-contact-actions {
    display: grid;
    grid-template-columns: 0.86fr 1.14fr;
  }

  .editorial-contact-actions a {
    min-width: 0;
    padding: 0 10px;
  }

  .editorial-campaign {
    padding-top: 74px;
  }

  .editorial-campaign-intro {
    width: calc(100% - 40px);
    margin-bottom: 44px;
  }

  .editorial-campaign-intro h2 {
    font-size: 34px;
    line-height: 1.18;
  }

  .editorial-campaign-intro > p:not(.eyebrow) {
    margin-top: 22px;
    font-size: 15px;
    line-height: 1.8;
  }

  .editorial-campaign-art img {
    aspect-ratio: 897 / 1752;
  }

  .campaign-price-section {
    margin: 0;
    padding: 0;
  }

  .campaign-price-section img {
    aspect-ratio: 1100 / 1430;
  }

  .editorial-contact-line {
    min-height: 96px;
    gap: 0;
    padding: 20px 0 22px;
  }

  .editorial-contact-actions {
    display: none;
  }
}

/* Editorial caption and mobile action bar cascade finale. */
.editorial-contact-line {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-right: max(24px, calc((100vw - 1340px) / 2));
  padding-left: max(24px, calc((100vw - 1340px) / 2));
  color: var(--white);
  background: #0d1211;
  border: 0;
}

.editorial-contact-copy strong {
  color: var(--white);
}

.editorial-contact-copy span {
  color: rgba(255, 255, 255, 0.62);
}

.editorial-contact-actions a,
.editorial-contact-actions a:first-child {
  color: var(--white);
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
}

.editorial-contact-actions a:last-child {
  color: var(--white);
  background: #9b7b49;
  border-color: #9b7b49;
}

@media (max-width: 760px) {
  body {
    padding-bottom: 0;
  }

  .editorial-contact-line {
    width: 100%;
    min-height: 88px;
    gap: 0;
    padding: 18px 20px 20px;
  }

  .editorial-contact-actions {
    display: flex;
    gap: 18px;
    margin-top: 14px;
  }

  .editorial-contact-actions a,
  .editorial-contact-actions a:first-child,
  .editorial-contact-actions a:last-child {
    min-height: 0;
    padding: 0 0 4px;
    color: rgba(255, 255, 255, 0.9);
    background: transparent;
    border: 0;
    border-bottom: 1px solid rgba(182, 147, 93, 0.9);
    font-size: 12px;
  }

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

/* Image-led editorial pages: campaign artwork is the first visual, while the
   supporting HTML remains readable and indexable below it. */
.image-led-seo main {
  background: var(--white);
}

.seo-editorial-hero {
  border-bottom: 1px solid var(--line);
  background: #101514;
}

.seo-editorial-art,
.seo-editorial-art img {
  display: block;
  width: 100%;
}

.seo-editorial-art {
  max-width: 1664px;
  margin: 0 auto;
  overflow: hidden;
  background: #101514;
}

.seo-editorial-art img {
  height: auto;
  aspect-ratio: 1664 / 936;
  object-fit: cover;
}

.seo-editorial-copy {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  padding: 58px 0 66px;
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(360px, 1.2fr);
  column-gap: 84px;
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.seo-editorial-copy .eyebrow {
  grid-column: 1;
  margin: 0 0 20px;
  color: #b6935d;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.seo-editorial-copy h1 {
  grid-column: 1;
  margin: 0;
  color: var(--white);
  font-size: 42px;
  line-height: 1.16;
  font-weight: 760;
  letter-spacing: 0;
  text-wrap: balance;
}

.seo-editorial-copy > p:last-child {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: end;
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  line-height: 1.9;
  word-break: keep-all;
}

.image-led-seo .seo-content {
  width: min(1240px, calc(100% - 48px));
  padding: 0;
}

.image-led-seo .seo-summary {
  background: transparent;
}

/* Company page: generated editorial artwork replaces sparse text grids while
   semantic copy and real navigation remain available in the document. */
.company-editorial-section {
  margin: 96px 0;
  padding: 0;
  background: #0d1211;
}

.company-editorial-art,
.company-editorial-art img {
  display: block;
  width: 100%;
}

.company-editorial-art {
  overflow: hidden;
  background: #0d1211;
  line-height: 0;
}

.company-editorial-art img {
  height: auto;
  aspect-ratio: 1672 / 941;
  object-fit: cover;
}

.company-editorial-interactive {
  position: relative;
}

.company-editorial-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.company-editorial-hotspot {
  position: absolute;
  pointer-events: auto;
}

.company-editorial-hotspot::after {
  position: absolute;
  inset: 8px;
  content: "";
  border: 1px solid transparent;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.company-editorial-hotspot:hover::after,
.company-editorial-hotspot:focus-visible::after {
  border-color: rgba(182, 147, 93, 0.92);
  background: rgba(15, 107, 105, 0.06);
}

.company-editorial-hotspot:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: -6px;
}

.company-editorial-hotspot--quality,
.company-editorial-hotspot--price {
  top: 13.3%;
  width: 50%;
  height: 40.2%;
}

.company-editorial-hotspot--policy,
.company-editorial-hotspot--contact {
  top: 53.5%;
  width: 50%;
  height: 46.5%;
}

.company-editorial-hotspot--quality,
.company-editorial-hotspot--policy {
  left: 0;
}

.company-editorial-hotspot--price,
.company-editorial-hotspot--contact {
  left: 50%;
}

.company-editorial-linkbar {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  background: #0d1211;
}

.company-editorial-linkbar a {
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 20px;
  color: rgba(255, 255, 255, 0.88);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.4;
  transition: color 180ms ease, background-color 180ms ease;
}

.company-editorial-linkbar a:last-child {
  border-right: 0;
}

.company-editorial-linkbar a:hover,
.company-editorial-linkbar a:focus-visible {
  color: #ffffff;
  background: #143f3d;
}

.company-editorial-linkbar span {
  color: #b6935d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 760px) {
  .seo-editorial-art img {
    aspect-ratio: 2 / 3;
  }

  .seo-editorial-art-price img {
    aspect-ratio: 1100 / 1430;
    object-fit: contain;
  }

  .seo-editorial-copy {
    width: calc(100% - 40px);
    padding: 38px 0 44px;
    grid-template-columns: 1fr;
    column-gap: 0;
  }

  .seo-editorial-copy .eyebrow,
  .seo-editorial-copy h1,
  .seo-editorial-copy > p:last-child {
    grid-column: 1;
    grid-row: auto;
  }

  .seo-editorial-copy h1 {
    font-size: 31px;
    line-height: 1.2;
  }

  .seo-editorial-copy > p:last-child {
    margin-top: 24px;
    font-size: 15px;
    line-height: 1.8;
  }

  .image-led-seo .seo-content {
    width: calc(100% - 40px);
    padding: 0;
  }

  .company-editorial-section {
    width: calc(100% + 40px);
    margin: 72px 0 72px -20px;
  }

  .company-editorial-art--disclosure img {
    aspect-ratio: 936 / 1681;
  }

  .company-editorial-art--trust img {
    aspect-ratio: 916 / 1717;
  }

  .company-editorial-hotspot--quality,
  .company-editorial-hotspot--price,
  .company-editorial-hotspot--policy,
  .company-editorial-hotspot--contact {
    left: 0;
    width: 100%;
  }

  .company-editorial-hotspot--quality {
    top: 26.8%;
    height: 19.5%;
  }

  .company-editorial-hotspot--price {
    top: 46.3%;
    height: 17.8%;
  }

  .company-editorial-hotspot--policy {
    top: 64.1%;
    height: 17.8%;
  }

  .company-editorial-hotspot--contact {
    top: 81.9%;
    height: 18.1%;
  }

  .company-editorial-linkbar {
    grid-template-columns: 1fr 1fr;
  }

  .company-editorial-linkbar a {
    min-height: 62px;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 12px;
  }

  .company-editorial-linkbar a:nth-child(2n) {
    border-right: 0;
  }

  .company-editorial-linkbar a:nth-last-child(-n + 2) {
    border-bottom: 0;
  }
}

/* Keep the Why Bandal icons in their own column instead of covering the copy. */
#difference {
  overflow: clip;
}

#difference .feature-list {
  min-width: 0;
}

#difference .feature-item,
#difference .feature-item:nth-child(n) {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  column-gap: 22px;
  align-items: start;
  min-width: 0;
  padding: 34px 0;
}

#difference .feature-item:first-child {
  grid-template-columns: 52px minmax(0, 1fr) minmax(168px, 220px);
  column-gap: 24px;
  align-items: center;
}

#difference .feature-item .icon {
  position: relative;
  top: auto;
  left: auto;
  grid-column: 1;
  grid-row: 1;
  width: 48px;
  height: 48px;
  margin: 2px 0 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

#difference .feature-copy {
  grid-column: 2;
  min-width: 0;
}

#difference .feature-item h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.3;
  word-break: keep-all;
}

#difference .feature-item p {
  max-width: 720px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}

#difference .feature-item:first-child .equipment-photo {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 4 / 3;
  padding: 10px;
  border-color: rgba(255, 255, 255, 0.22);
  background: #e6dcc8;
}

#difference .feature-item:first-child .equipment-photo img {
  object-fit: contain;
}

@media (max-width: 760px) {
  #difference {
    gap: 34px;
  }

  #difference .feature-item,
  #difference .feature-item:nth-child(n),
  #difference .feature-item:first-child {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 16px;
    padding: 28px 0;
  }

  #difference .feature-item .icon {
    width: 42px;
    height: 42px;
  }

  #difference .feature-item h3 {
    font-size: 20px;
  }

  #difference .feature-item p {
    font-size: 15px;
    line-height: 1.7;
  }

  #difference .feature-item:first-child .equipment-photo {
    grid-column: 2;
    grid-row: 2;
    justify-self: start;
    width: min(210px, 100%);
    margin-top: 18px;
  }
}

/* BANDAL navy/indigo refresh cascade finale. Keep Kakao yellow only on Kakao-specific CTAs. */
:root {
  --ink: #111735;
  --navy: #111735;
  --navy-2: #25256f;
  --blue: #3657a6;
  --mint: #45459a;
  --mint-dark: #3657a6;
  --teal: #45459a;
  --gold: #45459a;
  --yellow: #45459a;
  --coral: #3657a6;
  --paper: #f6f7fb;
  --white: #ffffff;
  --line: #d9deec;
  --soft: #e8eaf6;
  --muted: #626879;
  --shadow: 0 24px 70px rgba(17, 23, 53, 0.14);
}

body {
  color: var(--ink);
  background: var(--white);
}

.site-header {
  color: #111735;
  background: rgba(255, 255, 255, 0.97);
  border-bottom-color: #d9deec;
}

.site-header .brand {
  border-bottom-color: #45459a;
}

.site-header .nav-links,
.nav-links {
  color: #25256f;
}

.site-header .nav-links a::after,
.nav-links a::after {
  background: #45459a;
}

.hero {
  background-image:
    linear-gradient(90deg, rgba(17, 23, 53, 0.92) 0%, rgba(37, 37, 111, 0.8) 42%, rgba(54, 87, 166, 0.26) 74%, rgba(54, 87, 166, 0.06) 100%),
    url("https://www.bandalhome.com/homecare/regions/cleaning/assets/photos/premium-hero-v2.jpg");
}

.hero,
.seo-hero,
.editorial-hero,
.seo-editorial-hero,
.company-editorial-section,
.company-editorial-art,
.company-editorial-linkbar,
.campaign-price-section,
.editorial-contact-line,
.site-footer {
  background-color: #111735;
}

.hero .eyebrow,
.seo-hero .eyebrow,
.seo-editorial-copy .eyebrow,
.eyebrow,
.district-grid article span,
.content-link-grid a:hover,
.content-link-grid a:focus-visible,
.district-link-grid a:hover,
.district-link-grid a:focus-visible,
.company-editorial-linkbar span {
  color: #3657a6;
}

#difference .eyebrow,
.showcase-label,
.seo-hero .eyebrow {
  color: #e8eaf6;
}

.button.phone {
  background: #3657a6;
}

.button.primary,
.header-cta,
.editorial-contact-actions a,
.complex-home-links .all-complexes,
.quote,
#difference,
.homecare-main,
.price-card.emphasis,
.seo-cta {
  background: #111735;
}

.hero .button.primary {
  color: #111735;
  background: #ffffff;
}

.button.secondary {
  color: #25256f;
  border-color: #d9deec;
}

.header-cta.kakao-cta,
.button.kakao,
.mobile-contact-bar a:last-child {
  color: #1f1b00;
  background: #fee500;
  border-color: #fee500;
}

.editorial-contact-actions a:last-child {
  color: #ffffff;
  background: #45459a;
  border-color: #45459a;
}

.mobile-contact-bar a:first-child {
  color: #ffffff;
  background: #111735;
}

.hero-showcase,
.seo-hero-proof,
.complex-record-badge,
.complex-proof > a {
  border-color: #45459a;
}

.company-editorial-hotspot:hover::after,
.company-editorial-hotspot:focus-visible::after {
  border-color: rgba(69, 69, 154, 0.92);
  background: rgba(54, 87, 166, 0.08);
}

.company-editorial-linkbar a:hover,
.company-editorial-linkbar a:focus-visible {
  background: #25256f;
}

.pricing,
.editorial-campaign,
.consultation-guide {
  background: #f6f7fb;
}

.text-link,
.content-link-grid a:focus-visible,
.district-link-grid a:focus-visible {
  border-color: #3657a6;
}

:is(a, button, input, select, summary):focus-visible {
  outline: 3px solid rgba(54, 87, 166, 0.42);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .site-header {
    position: sticky;
  }

  .site-header .header-cta.kakao-cta {
    display: inline-flex;
  }
}
