:root {
  --balcony-lime: #b8ff35;
  --balcony-lime-dark: #83c70a;
  --balcony-yellow: #ffc72c;
  --balcony-navy: #061a31;
  --balcony-blue: #0c3454;
}

body[data-route="balcony"] { background: #fff; }
body[data-route="balcony"] .eyebrow { color: #6b9700; }
body[data-route="balcony"] .eyebrow::before { background: var(--balcony-lime-dark); box-shadow: 0 0 0 6px rgba(184,255,53,.2); }

.balcony-hero {
  position: relative;
  padding: 142px 0 72px;
  color: var(--balcony-navy);
  overflow: hidden;
  background:
    radial-gradient(circle at 9% 12%, rgba(184,255,53,.23), transparent 29rem),
    linear-gradient(145deg, #f7fbf0 0%, #fff 52%, #edf8ff 100%);
}
.balcony-hero::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -260px;
  bottom: -250px;
  border-radius: 50%;
  border: 74px solid rgba(12,52,84,.05);
}
.balcony-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0,.82fr) minmax(540px,1.18fr);
  align-items: center;
  gap: clamp(34px,5vw,76px);
}
.balcony-hero__copy h1 {
  margin: 16px 0 22px;
  max-width: 760px;
  font-size: clamp(46px,5.6vw,82px);
  line-height: .96;
  letter-spacing: -.055em;
}
.balcony-hero__copy h1 span { color: #5b9400; }
.balcony-hero__lead {
  max-width: 660px;
  margin: 0;
  color: #42546a;
  font-size: clamp(18px,1.5vw,22px);
  line-height: 1.65;
}
.balcony-hero__actions,
.balcony-cta__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.balcony-hero .btn-primary,
.balcony-cta .btn-primary {
  background: var(--balcony-navy);
  color: #fff;
  box-shadow: 0 18px 40px rgba(6,26,49,.2);
}
.balcony-hero .btn-primary:hover,
.balcony-cta .btn-primary:hover { background: var(--balcony-blue); box-shadow: 0 22px 48px rgba(6,26,49,.28); }
.balcony-hero .btn-secondary { background: #fff; border: 1px solid rgba(6,26,49,.13); color: var(--balcony-navy); }
.balcony-trust { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-top: 23px; color: #536273; font-size: 14px; font-weight: 760; }
.balcony-trust span::first-letter { color: #6b9700; }

.balcony-hero__media {
  position: relative;
  margin: 0;
  overflow: hidden;
  border: 9px solid #fff;
  border-radius: 34px;
  background: #dcebf1;
  box-shadow: 0 30px 70px rgba(6,26,49,.24);
}
.balcony-hero__media > img { width: 100%; height: auto; aspect-ratio: 2/1; object-fit: cover; object-position: center; }
.balcony-hero__media figcaption { position: absolute; right: 16px; bottom: 12px; padding: 5px 9px; border-radius: 999px; background: rgba(6,26,49,.68); color: rgba(255,255,255,.9); font-size: 11px; }
.balcony-price {
  position: absolute;
  left: 24px;
  bottom: 24px;
  display: grid;
  min-width: 190px;
  padding: 17px 20px;
  border-radius: 22px;
  color: var(--balcony-navy);
  background: linear-gradient(145deg,#ffe071,var(--balcony-yellow));
  box-shadow: 0 18px 42px rgba(6,26,49,.26);
  transform: rotate(-1.5deg);
}
.balcony-price span { font-size: 14px; font-weight: 800; }
.balcony-price strong { line-height: .98; font-size: 23px; }
.balcony-price strong b { font-size: 48px; letter-spacing: -.04em; }
.balcony-price em { margin-top: 8px; font-style: normal; font-weight: 900; }
.balcony-price small { font-size: 11px; }

.balcony-strip { color: var(--balcony-navy); background: var(--balcony-lime); }
.balcony-strip__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.balcony-strip__grid > div { display: grid; justify-items: center; padding: 19px 24px; text-align: center; }
.balcony-strip__grid > div + div { border-left: 1px solid rgba(6,26,49,.2); }
.balcony-strip strong { font-size: 20px; line-height: 1.15; }
.balcony-strip span { margin-top: 2px; font-size: 13px; }

.balcony-section { padding: clamp(72px,8vw,116px) 0; }
.balcony-heading { max-width: 760px; margin-bottom: 42px; }
.balcony-heading h2,
.balcony-use h2,
.balcony-solution-card h2,
.balcony-cta h2 { margin: 10px 0 16px; color: var(--balcony-navy); font-size: clamp(34px,4vw,58px); line-height: 1.04; letter-spacing: -.04em; }
.balcony-lead { max-width: 660px; color: #526274; font-size: 19px; }

.balcony-benefits { background: #fff; }
.balcony-benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.balcony-benefit {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  padding: 28px;
  border: 1px solid rgba(6,26,49,.1);
  border-radius: 24px;
  background: #fbfdf8;
  box-shadow: 0 14px 40px rgba(6,26,49,.06);
}
.balcony-icon { display: grid; place-items: center; width: 54px; height: 54px; flex: 0 0 54px; border-radius: 50%; color: var(--balcony-navy); background: var(--balcony-lime); font-size: 15px; font-weight: 950; }
.balcony-benefit h3,
.balcony-service h3,
.balcony-steps h3 { margin: 3px 0 7px; color: var(--balcony-navy); font-size: 21px; line-height: 1.2; }
.balcony-benefit p,
.balcony-service p,
.balcony-steps p { margin: 0; color: #5a6878; }

.balcony-use { background: linear-gradient(130deg,#e9f8ff,#f8fff0); }
.balcony-use__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: clamp(34px,7vw,92px); }
.balcony-checks { display: grid; gap: 12px; margin: 30px 0 0; padding: 0; list-style: none; }
.balcony-checks li { position: relative; padding-left: 35px; color: var(--balcony-navy); font-weight: 750; }
.balcony-checks li::before { content: "✓"; position: absolute; left: 0; top: -1px; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--balcony-lime); font-size: 13px; }
.balcony-heat-card { padding: clamp(30px,5vw,54px); border-radius: 30px; color: #fff; background: var(--balcony-navy); box-shadow: 0 28px 70px rgba(6,26,49,.2); }
.balcony-heat-card__icons { display: flex; gap: 10px; }
.balcony-heat-card__icons span { display: grid; place-items: center; width: 66px; height: 66px; border-radius: 50%; background: #55cfff; color: var(--balcony-navy); font-size: 29px; }
.balcony-heat-card__icons span + span { background: #ff8267; }
.balcony-heat-card h3 { margin: 26px 0 12px; color: #fff; font-size: clamp(30px,3vw,45px); line-height: 1.06; letter-spacing: -.035em; }
.balcony-heat-card p { margin: 0; color: rgba(255,255,255,.76); font-size: 17px; }

.balcony-solutions { background: #f7f9fc; }
.balcony-solution-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.balcony-solution-card { overflow: hidden; border: 1px solid rgba(6,26,49,.09); border-radius: 30px; background: #fff; box-shadow: 0 18px 50px rgba(6,26,49,.08); }
.balcony-solution-card figure { display: grid; place-items: center; margin: 0; height: 330px; overflow: hidden; background: #e7eef3; }
.balcony-solution-card figure img { width: 100%; height: 100%; object-fit: cover; }
.balcony-solution-card--storage figure { background: #eef2f4; }
.balcony-solution-card--storage figure img { object-fit: contain; }
.balcony-solution-card > div { padding: 34px; }
.balcony-solution-card h2 { font-size: clamp(29px,3vw,43px); }
.balcony-solution-card p:last-child { color: #5b6978; }

.balcony-service { padding-top: 0; background: #f7f9fc; }
.balcony-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.balcony-service article { padding: 28px; border-radius: 22px; background: #fff; border: 1px solid rgba(6,26,49,.09); }
.balcony-service .balcony-icon { margin-bottom: 20px; }

.balcony-process { color: #fff; background: var(--balcony-navy); }
.balcony-heading--light h2 { color: #fff; }
.balcony-process .eyebrow { color: var(--balcony-lime); }
.balcony-steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.balcony-steps li { padding: 30px; border: 1px solid rgba(255,255,255,.13); border-radius: 24px; background: rgba(255,255,255,.055); }
.balcony-steps li > span { display: block; margin-bottom: 38px; color: var(--balcony-lime); font-size: 15px; font-weight: 950; letter-spacing: .12em; }
.balcony-steps h3 { color: #fff; }
.balcony-steps p { color: rgba(255,255,255,.68); }

.balcony-cta { padding: 32px 0; background: var(--balcony-lime); }
.balcony-cta__inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding: 46px 0; }
.balcony-cta h2 { max-width: 820px; margin-bottom: 10px; }
.balcony-cta p { max-width: 760px; margin: 0; color: #274057; font-size: 18px; }
.balcony-cta .eyebrow { color: #375a00; }
.balcony-cta__actions { justify-content: flex-end; margin: 0; }
.balcony-cta .btn-secondary { background: #fff; color: var(--balcony-navy); }

body[data-route="balcony"] .faq-section { background: #f7f9fc; }
.balcony-notes { padding: 34px 0 54px; color: #687584; background: #f7f9fc; }
.balcony-notes h2 { margin: 0 0 12px; color: var(--balcony-navy); font-size: 16px; }
.balcony-notes ul { display: grid; gap: 5px; margin: 0; padding-left: 18px; font-size: 12px; line-height: 1.5; }

@media (max-width: 980px) {
  .balcony-hero__grid { grid-template-columns: 1fr; }
  .balcony-hero__copy { max-width: 760px; }
  .balcony-benefit-grid,
  .balcony-service-grid { grid-template-columns: 1fr; }
  .balcony-use__grid { grid-template-columns: 1fr; }
  .balcony-cta__inner { grid-template-columns: 1fr; }
  .balcony-cta__actions { justify-content: flex-start; }
}

@media (max-width: 740px) {
  .balcony-hero { padding: 116px 0 46px; }
  .balcony-hero__grid { gap: 30px; }
  .balcony-hero__copy h1 { font-size: clamp(42px,13vw,62px); }
  .balcony-hero__lead { font-size: 17px; }
  .balcony-hero__actions .btn { width: 100%; justify-content: center; }
  .balcony-hero__media { border-width: 5px; border-radius: 22px; overflow: visible; background: #fff; box-shadow: 0 20px 48px rgba(6,26,49,.18); }
  .balcony-hero__media > img { height: auto; aspect-ratio: auto; object-fit: contain; border-radius: 17px 17px 0 0; }
  .balcony-price { position: relative; left: auto; bottom: auto; width: calc(100% - 24px); min-width: 0; margin: -18px 12px 12px; transform: none; }
  .balcony-price strong b { font-size: 42px; }
  .balcony-hero__media figcaption { top: 9px; right: 9px; bottom: auto; }
  .balcony-strip__grid { grid-template-columns: 1fr; }
  .balcony-strip__grid > div { padding: 16px 12px; }
  .balcony-strip__grid > div + div { border-top: 1px solid rgba(6,26,49,.18); border-left: 0; }
  .balcony-section { padding: 68px 0; }
  .balcony-heading { margin-bottom: 30px; }
  .balcony-benefit { grid-template-columns: 1fr; }
  .balcony-solution-grid,
  .balcony-steps { grid-template-columns: 1fr; }
  .balcony-solution-card figure { height: auto; min-height: 0; }
  .balcony-solution-card figure img { width: 100%; height: auto; max-height: none; object-fit: contain; }
  .balcony-solution-card > div { padding: 27px 24px; }
  .balcony-steps li > span { margin-bottom: 22px; }
  .balcony-cta { padding: 16px 0; }
  .balcony-cta__inner { padding: 34px 0; }
  .balcony-cta__actions .btn { width: 100%; justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  .balcony-price { transform: none; }
}
