:root {
  --ink: #151829;
  --navy: #111735;
  --navy-2: #20295c;
  --blue: #284b8f;
  --mint: #00a886;
  --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 {
  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;
  }
}
