:root {
  --ink: #17201c;
  --text: #2c3531;
  --muted: #64706a;
  --line: #dfe6e1;
  --paper: #ffffff;
  --soft: #f5f8fc;
  --soft-2: #eef5ff;
  --brand: #3f80c9;
  --brand-dark: #3f80c9;
  --accent: #d96f22;
  --accent-soft: #fff2e8;
  --focus: #3f80c9;
  --shadow: 0 16px 40px rgba(23, 32, 28, 0.1);
  --radius: 8px;
  --container: 1180px;
}

.lucide-icon,
.mdi-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.btn-with-icon {
  gap: 10px;
}

.btn-with-icon .lucide-icon {
  width: 21px;
  height: 21px;
  filter: brightness(0) invert(1);
}

.btn-light.btn-with-icon .lucide-icon {
  filter: brightness(0) saturate(100%) invert(42%) sepia(63%) saturate(924%) hue-rotate(174deg) brightness(92%) contrast(85%);
}

.btn-secondary.btn-with-icon .lucide-icon {
  filter: brightness(0) saturate(100%) invert(42%) sepia(63%) saturate(924%) hue-rotate(174deg) brightness(92%) contrast(85%);
}

.core-content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.core-content-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.core-content-card > a {
  display: grid;
  height: 100%;
  grid-template-rows: 210px 1fr;
}

.core-content-media {
  min-height: 210px;
  overflow: hidden;
  background: #e8eef5;
}

.core-content-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.core-content-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 28px;
}

.core-content-body h3 {
  margin: 0;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.35;
}

.core-content-body > p:not(.card-kicker) {
  margin: 12px 0 0;
  color: var(--muted);
}

.cases-home-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}

.cases-home-head .section-head {
  margin-bottom: 0;
}

.cases-home-head .btn {
  flex: 0 0 auto;
}

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

.project-case-grid-home {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-case-card {
  display: grid;
  min-width: 0;
  overflow: hidden;
  grid-template-rows: 220px 1fr;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.project-case-card-compact {
  grid-template-rows: 190px 1fr;
}

.project-case-media {
  position: relative;
  min-height: 0;
  overflow: hidden;
  background: #e8eef5;
}

.project-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-case-media span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 5px 10px;
  border-radius: 6px;
  background: rgba(16, 44, 73, 0.9);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.project-case-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px;
}

.project-case-body h3 {
  margin: 0;
  color: var(--ink);
  font-size: 22px;
  line-height: 1.35;
}

.project-case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

.project-case-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  padding: 5px 9px;
  border: 1px solid #cbdcf0;
  border-radius: 5px;
  background: #f4f8fc;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.project-case-body dl {
  display: grid;
  gap: 0;
  margin: 18px 0 0;
}

.project-case-body dl > div {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 12px;
  padding: 13px 0;
  border-top: 1px solid var(--line);
}

.project-case-body dt {
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
}

.project-case-body dd {
  min-width: 0;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

.project-case-body .text-link {
  margin-top: auto;
  padding-top: 18px;
}

.case-prep-section {
  padding: 60px 0;
  background: #102c49;
  color: #fff;
}

.case-prep {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: 72px;
  align-items: center;
}

.case-prep .eyebrow {
  color: #9bc9f5;
}

.case-prep h2 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.25;
}

.case-prep p {
  max-width: 700px;
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.8;
}

.case-prep-list {
  display: grid;
}

.case-prep-list span {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 700;
}

.case-prep-list span:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.case-prep-list .lucide-icon {
  width: 21px;
  height: 21px;
  filter: brightness(0) invert(1);
}

.crane-solution-hero {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  border-bottom: 7px solid #f58220;
  background: #072a57;
  color: #fff;
}

.crane-solution-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(4, 32, 73, 0.98) 0%, rgba(4, 32, 73, 0.88) 39%, rgba(4, 32, 73, 0.28) 72%, rgba(4, 32, 73, 0.08) 100%);
  content: "";
}

.crane-solution-hero-media,
.crane-solution-hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.crane-solution-hero-media img {
  object-fit: cover;
  object-position: center 45%;
  transform: scaleX(-1);
}

.crane-solution-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 590px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

.crane-solution-hero-copy {
  width: min(620px, 58%);
}

.crane-solution-hero-copy .eyebrow {
  color: #ff9a2e;
}

.crane-solution-hero-copy h1 {
  max-width: 620px;
  margin: 12px 0 20px;
  color: #fff;
  font-size: 58px;
  line-height: 1.13;
  letter-spacing: 0;
}

.crane-solution-hero-copy > p:not(.eyebrow) {
  max-width: 570px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.8;
}

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

.crane-solution-hero .btn-primary {
  border-color: #f58220;
  background: #f58220;
}

.crane-solution-hero .btn-secondary {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(3, 30, 68, 0.42);
  color: #fff;
}

.crane-solution-section .section-head .eyebrow {
  color: #e96f08;
}

.crane-solution-section .section-head h2 {
  position: relative;
  padding-left: 16px;
}

.crane-solution-section .section-head h2::before {
  position: absolute;
  top: 0.12em;
  bottom: 0.12em;
  left: 0;
  width: 5px;
  border-radius: 3px;
  background: #f58220;
  content: "";
}

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

.crane-restriction-grid article {
  min-height: 205px;
  border: 1px solid #d8e0ea;
  border-top: 4px solid #f58220;
  border-radius: var(--radius);
  padding: 22px 18px;
  background: #fff;
}

.crane-restriction-icon,
.crane-prep-icon,
.crane-comparison-icon {
  position: relative;
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf5ff;
}

.crane-restriction-icon .lucide-icon,
.crane-prep-icon .lucide-icon,
.crane-comparison-icon .lucide-icon,
.crane-comparison-icon .mdi-icon,
.crane-case-meta .lucide-icon {
  filter: brightness(0) saturate(100%) invert(19%) sepia(31%) saturate(2587%) hue-rotate(180deg) brightness(91%) contrast(99%);
}

.crane-restriction-icon::after {
  position: absolute;
  right: -4px;
  bottom: -2px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #f58220;
  color: #fff;
  content: "!";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.crane-restriction-grid h3,
.crane-comparison-grid h3,
.crane-project-grid h3,
.crane-case-body h3,
.crane-prep-grid h3 {
  margin: 16px 0 0;
  color: #092e62;
  font-size: 20px;
  line-height: 1.35;
}

.crane-restriction-grid p,
.crane-comparison-grid p,
.crane-project-grid p,
.crane-case-body p,
.crane-prep-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.crane-comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.crane-comparison-grid article {
  position: relative;
  min-height: 260px;
  border: 1px solid #cad5e2;
  border-radius: var(--radius);
  padding: 30px;
  background: #fff;
}

.crane-comparison-grid article.is-recommended {
  border: 2px solid #226de5;
  background: #f5f9ff;
  box-shadow: 0 14px 32px rgba(34, 109, 229, 0.12);
}

.crane-recommended-label {
  position: absolute;
  top: -2px;
  right: -2px;
  border-radius: 0 6px 0 6px;
  padding: 8px 12px;
  background: #f58220;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.crane-comparison-grid .is-recommended .crane-comparison-icon {
  background: #e3efff;
}

.crane-comparison-grid h3 {
  font-size: 25px;
}

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

.crane-project-grid article {
  overflow: hidden;
  border: 1px solid #d8e0ea;
  border-radius: var(--radius);
  background: #fff;
}

.crane-project-media {
  height: 170px;
  overflow: hidden;
  background: #e8eef5;
}

.crane-project-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crane-project-grid article > div:last-child {
  padding: 20px;
}

.crane-project-grid h3 {
  margin-top: 0;
}

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

.crane-case-grid article {
  display: grid;
  grid-template-columns: minmax(210px, 0.9fr) minmax(0, 1.1fr);
  overflow: hidden;
  border: 1px solid #d8e0ea;
  border-radius: var(--radius);
  background: #fff;
}

.crane-case-media {
  min-height: 250px;
  overflow: hidden;
  background: #e8eef5;
}

.crane-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.crane-case-body {
  align-self: center;
  padding: 26px;
}

.crane-case-body > span {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 9px;
  background: #fff1e3;
  color: #dc6500;
  font-size: 12px;
  font-weight: 900;
}

.crane-case-body h3 {
  font-size: 22px;
}

.crane-case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 18px;
}

.crane-case-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #6a7683;
  font-size: 13px;
}

.crane-case-meta .lucide-icon {
  width: 16px;
  height: 16px;
}

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

.crane-prep-grid article {
  border: 1px solid #d8e0ea;
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
}

.crane-solution-final {
  padding: 34px 0;
  background: #f58220;
  color: #fff;
}

.crane-solution-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.crane-solution-final h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
}

.crane-solution-final p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.crane-solution-final .btn {
  flex: 0 0 auto;
}

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

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

  .case-prep {
    grid-template-columns: 1fr 340px;
    gap: 42px;
  }

  .core-content-card > a {
    grid-template-rows: 190px 1fr;
  }

  .core-content-media {
    min-height: 190px;
  }

  .crane-restriction-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

  .crane-case-grid article {
    grid-template-columns: 1fr;
  }

  .crane-case-media {
    min-height: 210px;
  }
}

@media (max-width: 720px) {
  .core-content-grid,
  .project-case-grid,
  .project-case-grid-home,
  .crane-comparison-grid,
  .crane-case-grid {
    grid-template-columns: 1fr;
  }

  .cases-home-head {
    display: grid;
    align-items: start;
  }

  .cases-home-head .btn {
    width: fit-content;
  }

  .project-case-card,
  .project-case-card-compact {
    grid-template-rows: 190px 1fr;
  }

  body[data-page-type="cases"] .hero-visual img {
    aspect-ratio: 16 / 8;
  }

  .project-case-body {
    padding: 22px;
  }

  .project-case-body h3 {
    font-size: 20px;
  }

  .case-prep-section {
    padding: 48px 0;
  }

  .case-prep {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .case-prep h2 {
    font-size: 27px;
  }

  .core-content-media {
    min-height: 200px;
  }

  .core-content-body {
    padding: 22px;
  }

  .core-content-body h3 {
    font-size: 21px;
  }

  .crane-solution-hero,
  .crane-solution-hero-inner {
    min-height: 610px;
  }

  .crane-solution-hero::after {
    background: linear-gradient(180deg, rgba(4, 32, 73, 0.96) 0%, rgba(4, 32, 73, 0.88) 58%, rgba(4, 32, 73, 0.38) 100%);
  }

  .crane-solution-hero-media img {
    object-position: 62% center;
  }

  .crane-solution-hero-inner {
    align-items: flex-start;
    padding-top: 70px;
    padding-bottom: 54px;
  }

  .crane-solution-hero-copy {
    width: 100%;
  }

  .crane-solution-hero-copy h1 {
    margin-top: 10px;
    font-size: 40px;
  }

  .crane-solution-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .crane-solution-hero .hero-actions,
  .crane-solution-hero .btn,
  .crane-solution-final .btn {
    width: 100%;
  }

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

  .crane-restriction-grid article {
    min-height: 185px;
    padding: 18px 14px;
  }

  .crane-restriction-grid h3,
  .crane-project-grid h3,
  .crane-prep-grid h3 {
    font-size: 17px;
  }

  .crane-restriction-grid p,
  .crane-project-grid p,
  .crane-prep-grid p {
    font-size: 14px;
  }

  .crane-comparison-grid article {
    min-height: 0;
    padding: 24px;
  }

  .crane-project-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .crane-project-media {
    height: 118px;
  }

  .crane-project-grid article > div:last-child {
    padding: 15px;
  }

  .crane-case-grid article {
    grid-template-columns: 1fr;
  }

  .crane-case-media {
    min-height: 200px;
  }

  .crane-prep-grid {
    grid-template-columns: 1fr;
  }

  .crane-solution-final-inner {
    display: grid;
  }

  .crane-solution-final h2 {
    font-size: 25px;
  }
}

.pv-price-hero {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-bottom: 7px solid transparent;
  border-image: linear-gradient(90deg, #176fe8, #7752df, #10aaa5) 1;
  background: #eaf5ff;
}

.pv-price-hero::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(242, 249, 255, 1) 0%, rgba(242, 249, 255, 0.98) 34%, rgba(242, 249, 255, 0.78) 51%, rgba(242, 249, 255, 0.08) 78%);
  content: "";
}

.pv-price-hero-media,
.pv-price-hero-media img {
  position: absolute;
  height: 100%;
}

.pv-price-hero-media {
  top: 0;
  right: 0;
  bottom: 0;
  left: 44%;
  width: 56%;
  background: #dceeff;
}

.pv-price-hero-media img {
  inset: 0;
  width: 100%;
}

.pv-price-hero-media img {
  object-fit: cover;
  object-position: center;
}

.pv-price-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 520px;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
}

.pv-price-hero-copy {
  width: min(650px, 55%);
}

.pv-price-hero-copy .eyebrow {
  color: #6552d9;
}

.pv-price-hero-copy h1 {
  margin: 12px 0 18px;
  color: #0a3471;
  font-size: 58px;
  line-height: 1.14;
  letter-spacing: 0;
}

.pv-price-hero-copy > p:not(.eyebrow) {
  max-width: 600px;
  margin: 0;
  color: #44556b;
  font-size: 19px;
  line-height: 1.8;
}

.pv-price-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.pv-price-hero .btn {
  min-height: 52px;
}

.pv-price-hero .btn-secondary {
  border-color: #7248dc;
  background: #7248dc;
  color: #fff;
  box-shadow: 0 10px 24px rgba(114, 72, 220, 0.2);
}

.pv-price-section .section-head .eyebrow,
.pv-price-faq-section .section-head .eyebrow {
  color: #6552d9;
}

.pv-price-section,
.pv-price-faq-section {
  scroll-margin-top: 88px;
}

.pv-price-section .section-head h2,
.pv-price-faq-section .section-head h2 {
  position: relative;
  padding-left: 16px;
}

.pv-price-section .section-head h2::before,
.pv-price-faq-section .section-head h2::before {
  position: absolute;
  top: 0.12em;
  bottom: 0.12em;
  left: 0;
  width: 5px;
  border-radius: 3px;
  background: #6756df;
  content: "";
}

.pv-price-factor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pv-price-factor-grid article {
  display: grid;
  min-height: 170px;
  align-content: start;
  justify-items: center;
  border: 1px solid #d5e0ef;
  border-radius: var(--radius);
  padding: 22px 16px;
  background: #fff;
  text-align: center;
  box-shadow: 0 8px 22px rgba(29, 70, 120, 0.06);
}

.pv-price-factor-icon,
.pv-price-method-icon,
.pv-price-question-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.pv-price-factor-icon {
  width: 54px;
  height: 54px;
  background: #edf3ff;
}

.pv-price-factor-icon .lucide-icon,
.pv-price-method-icon .lucide-icon,
.pv-price-question-icon .lucide-icon {
  filter: brightness(0) saturate(100%) invert(38%) sepia(69%) saturate(1737%) hue-rotate(207deg) brightness(96%) contrast(96%);
}

.pv-price-factor-grid article:nth-child(3n + 2) .pv-price-factor-icon {
  background: #f1ecff;
}

.pv-price-factor-grid article:nth-child(3n + 2) .lucide-icon {
  filter: brightness(0) saturate(100%) invert(42%) sepia(78%) saturate(1650%) hue-rotate(230deg) brightness(91%) contrast(92%);
}

.pv-price-factor-grid article:nth-child(3n) .pv-price-factor-icon {
  background: #e8fbfb;
}

.pv-price-factor-grid article:nth-child(3n) .lucide-icon {
  filter: brightness(0) saturate(100%) invert(56%) sepia(75%) saturate(1047%) hue-rotate(139deg) brightness(89%) contrast(91%);
}

.pv-price-factor-grid h3,
.pv-price-method-grid h3 {
  margin: 13px 0 0;
  color: #0a3471;
  font-size: 19px;
  line-height: 1.35;
}

.pv-price-factor-grid p,
.pv-price-method-grid p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.pv-price-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.pv-price-method-grid article {
  display: grid;
  min-height: 180px;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: center;
  border: 1px solid #a9c8f7;
  border-radius: var(--radius);
  padding: 26px;
  background: #fff;
}

.pv-price-method-grid .pv-price-method-2 {
  border-color: #c8b6f7;
}

.pv-price-method-grid .pv-price-method-3 {
  border-color: #82d7dc;
}

.pv-price-method-icon {
  width: 66px;
  height: 66px;
  background: #dceaff;
}

.pv-price-method-2 .pv-price-method-icon {
  background: #eee6ff;
}

.pv-price-method-2 .lucide-icon {
  filter: brightness(0) saturate(100%) invert(43%) sepia(57%) saturate(2244%) hue-rotate(231deg) brightness(91%) contrast(94%);
}

.pv-price-method-3 .pv-price-method-icon {
  background: #dcf8f8;
}

.pv-price-method-3 .lucide-icon {
  filter: brightness(0) saturate(100%) invert(53%) sepia(65%) saturate(1248%) hue-rotate(139deg) brightness(91%) contrast(88%);
}

.pv-price-method-grid h3 {
  margin-top: 0;
  font-size: 23px;
}

.pv-price-faq-list {
  display: grid;
  gap: 10px;
}

.pv-price-faq-list details {
  overflow: hidden;
  border: 1px solid #dae3ef;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 6px 18px rgba(29, 70, 120, 0.05);
}

.pv-price-faq-list summary {
  display: grid;
  min-height: 64px;
  grid-template-columns: auto minmax(240px, 0.85fr) minmax(220px, 1.15fr) auto;
  gap: 14px;
  align-items: center;
  padding: 12px 18px;
  cursor: pointer;
  list-style: none;
}

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

.pv-price-faq-list summary::after {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: #eef4ff;
  color: #1b5fc0;
  content: "+";
  font-size: 21px;
  line-height: 1;
}

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

.pv-price-question-icon {
  width: 34px;
  height: 34px;
  background: #eaf2ff;
}

.pv-price-question-icon .lucide-icon {
  width: 19px;
  height: 19px;
}

.pv-price-faq-list strong {
  color: #172d50;
  font-size: 17px;
}

.pv-price-faq-preview {
  overflow: hidden;
  color: #788596;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pv-price-faq-list details[open] .pv-price-faq-preview {
  display: none;
}

.pv-price-faq-list details > p {
  margin: 0;
  border-top: 1px solid #e8edf4;
  padding: 16px 64px 20px 66px;
  color: var(--muted);
}

.pv-price-prep {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 44px;
  align-items: center;
  border: 1px solid #aac7f5;
  border-radius: var(--radius);
  padding: 38px;
  background: #f8fbff;
}

.pv-price-prep-copy .section-head {
  margin-bottom: 22px;
}

.pv-price-prep-copy .btn {
  margin-top: 24px;
}

.pv-price-prep-media {
  position: relative;
  min-height: 310px;
}

.pv-price-prep-main,
.pv-price-prep-small {
  position: absolute;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: var(--radius);
  box-shadow: 0 16px 34px rgba(28, 65, 110, 0.18);
}

.pv-price-prep-main {
  inset: 0 24% 12% 0;
}

.pv-price-prep-small {
  right: 0;
  bottom: 0;
  width: 48%;
  height: 55%;
}

.pv-price-prep-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pv-price-final {
  padding: 34px 0;
  background: linear-gradient(100deg, #126de8, #7446df);
  color: #fff;
}

.pv-price-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.pv-price-final h2 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1.3;
}

.pv-price-final p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.pv-price-final .btn {
  flex: 0 0 auto;
}

@media (max-width: 1100px) {
  .pv-price-hero-copy {
    width: 62%;
  }

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

  .pv-price-method-grid article {
    grid-template-columns: 1fr;
    align-content: start;
  }

  .pv-price-prep {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .pv-price-hero,
  .pv-price-hero-inner {
    min-height: 560px;
  }

  .pv-price-hero::after {
    background: linear-gradient(180deg, rgba(242, 249, 255, 1) 0%, rgba(242, 249, 255, 0.96) 53%, rgba(242, 249, 255, 0.36) 100%);
  }

  .pv-price-hero-media img {
    object-position: 70% center;
  }

  .pv-price-hero-media {
    left: 0;
    width: 100%;
  }

  .pv-price-hero-inner {
    align-items: flex-start;
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .pv-price-hero-copy {
    width: 100%;
  }

  .pv-price-hero-copy h1 {
    font-size: 40px;
  }

  .pv-price-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .pv-price-hero .hero-actions,
  .pv-price-hero .btn,
  .pv-price-final .btn {
    width: 100%;
  }

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

  .pv-price-factor-grid article {
    min-height: 142px;
    padding: 18px 12px;
  }

  .pv-price-factor-grid p {
    display: none;
  }

  .pv-price-factor-grid h3 {
    font-size: 16px;
  }

  .pv-price-method-grid {
    grid-template-columns: 1fr;
  }

  .pv-price-method-grid article {
    min-height: 0;
    grid-template-columns: auto 1fr;
    padding: 22px;
  }

  .pv-price-faq-list summary {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 12px;
  }

  .pv-price-faq-preview {
    display: none;
  }

  .pv-price-faq-list strong {
    font-size: 15px;
  }

  .pv-price-faq-list details > p {
    padding: 14px 18px 18px;
    font-size: 14px;
  }

  .pv-price-prep {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
  }

  .pv-price-prep-media {
    min-height: 240px;
  }

  .pv-price-final-inner {
    display: grid;
  }

  .pv-price-final h2 {
    font-size: 25px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font-family:
    -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans SC",
    "Helvetica Neue", Arial, sans-serif;
  line-height: 1.65;
  letter-spacing: 0;
}

body.modal-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.container.narrow {
  --container: 860px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-shell {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-weight: 800;
  white-space: nowrap;
}

.logo img {
  width: 146px;
  height: auto;
  max-height: 44px;
  border-radius: 8px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--muted);
  font-size: 15px;
}

.site-nav a {
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--ink);
  border-color: var(--brand);
}

.nav-cta,
.btn {
  min-height: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.nav-cta,
.btn-primary {
  background: var(--brand);
  color: #fff;
  box-shadow: 0 10px 24px rgba(63, 128, 201, 0.24);
}

.nav-cta:hover,
.btn-primary:hover {
  background: var(--brand-dark);
  transform: translateY(-1px);
}

.btn-secondary {
  background: #fff;
  color: var(--ink);
  border-color: var(--line);
}

.btn-secondary:hover {
  border-color: var(--brand);
  color: var(--brand-dark);
}

.btn-light {
  background: #fff;
  color: var(--brand-dark);
}

.btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.42);
  background: transparent;
}

.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
}

.quick-quote-section {
  border-top: 1px solid #d9e8fa;
  border-bottom: 1px solid #d9e8fa;
  background: var(--soft-2);
}

.quick-quote-band {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.quick-quote-band h2 {
  margin: 4px 0 6px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.3;
}

.quick-quote-band p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

.quick-quote-band .btn {
  flex: 0 0 auto;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.menu-button span:not(.sr-only) {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--ink);
}

.hero {
  padding: 72px 0 40px;
  background: var(--soft);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.9fr);
  gap: 46px;
  align-items: center;
}

.hero-copy h1 {
  margin: 0;
  color: var(--ink);
  font-size: 52px;
  line-height: 1.08;
}

.hero-copy p {
  margin: 22px 0 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 19px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--brand-dark);
  font-weight: 800;
  font-size: 14px;
}

.hero-actions,
.panel-actions,
.cta-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.hero-visual {
  margin: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--soft);
  box-shadow: var(--shadow);
}

.hero-visual img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.hero-visual figcaption {
  margin: 0;
  padding: 14px 16px;
  color: var(--muted);
  font-size: 14px;
  background: #fff;
}

.section {
  padding: 72px 0;
}

.section-muted {
  background: var(--soft);
}

.section-head {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-head h2,
.entry-panel h2,
.observation h2,
.cta-band h2,
.contact-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.18;
}

.section-head p,
.entry-panel p,
.observation p,
.cta-band p,
.contact-panel p {
  margin: 12px 0 0;
  color: var(--muted);
}

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

.entry-panel {
  min-height: 300px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.demand-entry {
  border-top: 5px solid var(--brand);
}

.pilot-entry {
  border-top: 5px solid var(--accent);
}

.scene-grid,
.article-grid,
.value-grid,
.feedback-grid,
.check-grid,
.factor-grid {
  display: grid;
  gap: 18px;
}

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

.scene-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.scene-card,
.article-card,
.value-card,
.mini-card,
.stacked-cards article,
.factor-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.scene-card {
  overflow: hidden;
  min-height: 260px;
}

.scene-card a {
  display: grid;
  height: 100%;
  grid-template-rows: 96px 1fr;
}

.scene-media {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}

.scene-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(23, 32, 28, 0.08), rgba(23, 32, 28, 0.45));
}

.scene-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene-media span {
  position: relative;
  z-index: 1;
  padding: 4px 10px;
  background: rgba(23, 32, 28, 0.42);
  border-radius: 6px;
}

.scene-body,
.article-card,
.value-card,
.mini-card,
.stacked-cards article,
.factor-grid article {
  padding: 20px;
}

.linked-card {
  padding: 0;
}

.linked-card a {
  display: block;
  height: 100%;
  padding: 20px;
}

.scene-body h3,
.article-card h3,
.value-card h3,
.mini-card h3,
.stacked-cards h3,
.factor-grid h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.3;
}

.scene-body p,
.article-card p,
.value-card p,
.mini-card p,
.stacked-cards p {
  margin: 10px 0 0;
  color: var(--muted);
}

.feedback-card {
  position: relative;
  display: grid;
  min-height: 300px;
  grid-template-rows: auto auto 1fr;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #fff;
}

.feedback-head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.feedback-head span,
.feedback-head strong {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border-radius: 6px;
  padding: 3px 10px;
  font-size: 13px;
  line-height: 1.4;
}

.feedback-head span {
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

.feedback-head strong {
  background: var(--accent-soft);
  color: var(--accent);
}

.feedback-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.feedback-meta div {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  background: var(--soft);
}

.feedback-meta dt {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.feedback-meta dd {
  margin: 0;
  color: var(--ink);
  font-weight: 800;
  line-height: 1.45;
}

.feedback-quote {
  border-left: 3px solid var(--brand);
  padding-left: 14px;
}

.feedback-quote span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.feedback-quote p {
  margin: 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.7;
}

.card-kicker {
  margin: 0 0 8px !important;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  margin-top: 14px;
  color: var(--brand-dark);
  font-weight: 800;
}

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

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

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

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

.observation {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 40px;
  align-items: start;
}

.split {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 44px;
  align-items: start;
}

.stacked-cards {
  display: grid;
  gap: 14px;
}

.quality-list {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  background: #fff;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--text);
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 4px rgba(63, 128, 201, 0.14);
}

.process {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process li {
  counter-increment: process;
  min-height: 110px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: #fff;
  color: var(--ink);
  font-weight: 800;
}

.process li::before {
  content: counter(process, decimal-leading-zero);
  display: block;
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 14px;
}

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

.factor-grid article {
  min-height: 120px;
}

.factor-grid span {
  display: block;
  margin-bottom: 16px;
  color: var(--accent);
  font-weight: 900;
}

.article-layout {
  background: #fff;
}

.article-container {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 44px;
}

.article-toc {
  position: sticky;
  top: 96px;
  align-self: start;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
}

.article-toc a {
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--muted);
  font-size: 14px;
}

.article-toc a:hover {
  background: #fff;
  color: var(--brand-dark);
}

.article-content {
  max-width: 840px;
}

.article-content section {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
}

.article-content h2 {
  margin: 0 0 14px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.25;
}

.article-content p {
  margin: 0;
  color: var(--text);
  font-size: 17px;
}

.article-content .section-intro {
  margin-bottom: 20px;
  color: var(--muted);
}

.solar-project-grid,
.solar-detail-grid,
.solar-case-grid,
.related-reading-grid {
  display: grid;
  gap: 16px;
}

.solar-project-grid,
.solar-case-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.solar-detail-grid,
.related-reading-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.solar-project-grid article,
.solar-detail-grid article,
.solar-case-grid article,
.related-reading-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  background: #fff;
}

.solar-project-grid article {
  border-top: 4px solid var(--brand);
}

.solar-content h3 {
  margin: 0;
  color: var(--ink);
  font-size: 19px;
  line-height: 1.35;
}

.solar-project-grid p,
.solar-detail-grid p,
.solar-case-grid p,
.related-reading-card p {
  margin-top: 10px;
  color: var(--muted);
  font-size: 15px;
}

.solar-detail-grid article > span {
  display: block;
  margin-bottom: 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 900;
}

.comparison-scroll {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
}

.service-comparison {
  width: 100%;
  min-width: 700px;
  border-collapse: collapse;
  background: #fff;
  text-align: left;
}

.service-comparison th,
.service-comparison td {
  padding: 16px;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

.service-comparison thead th {
  background: var(--soft-2);
  color: var(--ink);
  font-size: 14px;
}

.service-comparison tbody th {
  width: 154px;
  color: var(--ink);
  font-size: 15px;
}

.service-comparison td {
  color: var(--muted);
  font-size: 15px;
}

.service-comparison tbody tr:last-child th,
.service-comparison tbody tr:last-child td {
  border-bottom: 0;
}

.solar-callout {
  margin-top: 20px;
  border-left: 4px solid var(--brand);
  padding: 20px 22px;
  background: var(--soft-2);
}

.solar-callout p {
  margin-top: 8px;
  color: var(--text);
  font-size: 16px;
}

.case-location {
  margin: 0 0 10px !important;
  color: var(--accent) !important;
  font-size: 13px !important;
  font-weight: 900;
}

.related-reading-card {
  display: block;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
}

.related-reading-card:hover {
  border-color: var(--brand);
  box-shadow: 0 10px 26px rgba(63, 128, 201, 0.12);
  transform: translateY(-1px);
}

.industrial-pv-entry-section {
  border-top: 1px solid #d7e7f8;
  border-bottom: 1px solid #d7e7f8;
  background: #eef7ff;
}

.industrial-pv-entry {
  min-height: 164px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding-top: 28px;
  padding-bottom: 28px;
}

.industrial-pv-entry h2 {
  margin: 4px 0 8px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.3;
}

.industrial-pv-entry p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
}

.industrial-pv-entry .btn {
  flex: 0 0 auto;
}

.industrial-pv-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: #ddecfa;
}

.industrial-pv-hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(245, 251, 255, 0.98) 0%, rgba(245, 251, 255, 0.94) 33%, rgba(245, 251, 255, 0.44) 58%, rgba(245, 251, 255, 0.04) 78%);
  content: "";
}

.industrial-pv-hero::after {
  position: absolute;
  right: -4%;
  bottom: -35px;
  left: -4%;
  z-index: 2;
  height: 62px;
  border-radius: 50% 50% 0 0;
  background: #18bba5;
  content: "";
  transform: rotate(-1.2deg);
}

.industrial-pv-hero-media {
  position: absolute;
  inset: 0;
}

.industrial-pv-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.industrial-pv-hero-inner {
  position: relative;
  z-index: 3;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 76px;
}

.industrial-pv-hero-copy {
  width: min(100%, 620px);
}

.industrial-pv-hero-copy .eyebrow {
  color: #087f78;
}

.industrial-pv-hero-copy h1 {
  max-width: 600px;
  margin: 10px 0 18px;
  color: #0a2855;
  font-size: 56px;
  line-height: 1.14;
}

.industrial-pv-hero-copy > p:not(.eyebrow) {
  max-width: 580px;
  margin: 0;
  color: #3f5267;
  font-size: 19px;
}

.industrial-pv-hero-copy .hero-actions {
  margin-top: 30px;
}

.industrial-pv-hero .btn-secondary.btn-with-icon .lucide-icon {
  filter: brightness(0) saturate(100%) invert(48%) sepia(43%) saturate(1136%) hue-rotate(174deg) brightness(89%) contrast(85%);
}

.industrial-pv-challenge-wrap {
  position: relative;
  z-index: 4;
  margin-top: -38px;
}

.industrial-pv-challenges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid #dce8f4;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(18, 58, 96, 0.14);
}

.industrial-pv-challenges > div {
  min-height: 92px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px;
  border-right: 1px solid var(--line);
}

.industrial-pv-challenges > div:last-child {
  border-right: 0;
}

.industrial-pv-challenges span {
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e7f7f4;
  color: #05877e;
}

.industrial-pv-challenges span .lucide-icon {
  width: 21px;
  height: 21px;
  filter: brightness(0) saturate(100%) invert(39%) sepia(53%) saturate(974%) hue-rotate(126deg) brightness(90%) contrast(95%);
}

.industrial-pv-challenges strong {
  color: var(--ink);
  font-size: 16px;
}

.industrial-pv-section .section-head {
  max-width: 820px;
}

.industrial-pv-scenario-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.industrial-pv-scenario-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(23, 32, 28, 0.08);
}

.industrial-pv-scenario-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--soft-2);
}

.industrial-pv-scenario-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industrial-pv-scenario-card > div:last-child {
  padding: 18px;
}

.industrial-pv-scenario-card h3,
.industrial-pv-material-grid h3,
.industrial-pv-case-body h3 {
  margin: 0;
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.industrial-pv-scenario-card p,
.industrial-pv-material-grid p,
.industrial-pv-case-body p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.industrial-pv-material-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.industrial-pv-material-grid article {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: #fff;
  text-align: center;
}

.industrial-pv-material-visual {
  --material-shift: 0%;
  position: relative;
  width: 100%;
  height: 104px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #fff;
}

.industrial-pv-material-visual img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 500%;
  max-width: none;
  height: auto;
  transform: translate(var(--material-shift), -50%);
}

.industrial-pv-material-visual-2 {
  --material-shift: -20%;
}

.industrial-pv-material-visual-3 {
  --material-shift: -40%;
}

.industrial-pv-material-visual-4 {
  --material-shift: -60%;
}

.industrial-pv-material-visual-5 {
  --material-shift: -80%;
}

.industrial-pv-evaluation {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(380px, 0.82fr);
  align-items: center;
  gap: 56px;
}

.industrial-pv-factor-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.industrial-pv-factor-list span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #8fd2cc;
  border-radius: 8px;
  padding: 8px 14px;
  background: #f7fffe;
  color: #176b67;
}

.industrial-pv-factor-list span .lucide-icon,
.industrial-pv-factor-list span .mdi-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  filter: brightness(0) saturate(100%) invert(37%) sepia(38%) saturate(1067%) hue-rotate(127deg) brightness(88%) contrast(91%);
}

.industrial-pv-factor-list strong {
  font-weight: 800;
}

.industrial-pv-evaluation-media {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.industrial-pv-evaluation-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industrial-pv-case-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.industrial-pv-case-grid article {
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.2fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.industrial-pv-case-media {
  min-height: 220px;
}

.industrial-pv-case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industrial-pv-case-body {
  padding: 24px;
}

.industrial-pv-case-body > span {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 999px;
  padding: 4px 10px;
  background: #e7f7f4;
  color: #087b74;
  font-size: 12px;
  font-weight: 900;
}

.industrial-pv-case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 14px;
  margin-top: 16px;
}

.industrial-pv-case-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #667586;
  font-size: 13px;
}

.industrial-pv-case-meta .lucide-icon {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(12%) saturate(623%) hue-rotate(169deg) brightness(91%) contrast(85%);
}

.industrial-pv-final {
  padding: 34px 0;
  background: linear-gradient(110deg, #126ee8, #08aa9b);
  color: #fff;
}

.industrial-pv-final-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.industrial-pv-final h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.3;
}

.industrial-pv-final p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.82);
}

.industrial-pv-final .btn {
  flex: 0 0 auto;
}

.article-content.compact-copy p + p {
  margin-top: 16px;
}

.inline-cta {
  padding: 26px !important;
  border: 1px solid var(--line) !important;
  border-radius: var(--radius);
  background: var(--soft);
}

.inline-cta div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.faq-section {
  background: #fff;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.faq-list summary {
  padding: 18px 20px;
  color: var(--ink);
  font-weight: 800;
  cursor: pointer;
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--muted);
}

.final-cta {
  padding-top: 0;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  border-radius: var(--radius);
  padding: 34px;
  color: #fff;
  background: var(--ink);
}

.cta-band h2,
.cta-band p {
  color: #fff;
}

.cta-band p {
  opacity: 0.78;
}

.site-footer {
  background: #10233c;
  color: rgba(255, 255, 255, 0.74);
  padding: 52px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 32px;
}

.footer-logo img {
  width: 168px;
  max-height: 48px;
  border-radius: 8px;
}

.site-footer h2 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
}

.site-footer p {
  margin: 10px 0 0;
}

.email-line,
.phone-line {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0;
  white-space: nowrap;
}

.site-footer a:not(.logo) {
  display: block;
  margin: 8px 0;
  color: rgba(255, 255, 255, 0.78);
}

.site-footer a.email-line,
.site-footer a.phone-line,
.footer-bottom a {
  display: inline-flex;
  margin: 0;
}

.footer-legal {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 100%;
  white-space: nowrap;
}

.police-record {
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.police-record img {
  width: 14px;
  height: 16px;
  flex: 0 0 auto;
  object-fit: contain;
}

.footer-qr {
  width: 112px;
  height: 112px;
  margin-top: 14px;
  border-radius: 8px;
  background: #fff;
}

.footer-contact-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.site-footer a.footer-contact-button {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0 !important;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  white-space: nowrap;
}

.footer-contact-button:hover {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
}

.footer-contact-button .lucide-icon {
  width: 17px;
  height: 17px;
  filter: brightness(0) invert(1);
}

.footer-qr-label {
  display: block;
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  gap: 0;
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(20, 26, 23, 0.58);
}

.modal-backdrop[hidden] {
  display: none;
}

.modal {
  position: relative;
  width: min(100%, 760px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.25);
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-size: 24px;
  line-height: 1;
}

.form-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.form-tab {
  min-height: 54px;
  border: 0;
  background: var(--soft);
  color: var(--muted);
  font-weight: 800;
  line-height: 1.35;
  white-space: normal;
}

.form-tab.is-active {
  background: #fff;
  color: var(--brand-dark);
  box-shadow: inset 0 -3px 0 var(--brand);
}

.lead-form {
  padding: 30px;
}

.qr-modal-body {
  padding: 30px;
}

.qr-modal.is-quick-quote {
  width: min(100%, 980px);
  overflow: hidden;
}

.qr-modal.is-quick-quote .qr-modal-body {
  padding: 0;
}

.qr-panel {
  text-align: center;
}

.qr-panel h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
}

.qr-panel p {
  max-width: 520px;
  margin: 10px auto 20px;
  color: var(--muted);
}

.mini-program-open {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 18px;
}

.qr-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  width: min(100%, 420px);
  margin: 0 auto 8px !important;
  color: var(--muted);
  font-size: 13px;
}

.qr-divider::before,
.qr-divider::after {
  height: 1px;
  flex: 1;
  background: var(--line);
  content: "";
}

.qr-divider span {
  flex: 0 0 auto;
}

.wechat-qr {
  width: min(76vw, 280px);
  height: auto;
  margin: 8px auto 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.qr-note {
  margin-bottom: 0 !important;
  color: var(--brand-dark) !important;
  font-weight: 800;
}

.quick-quote-panel {
  background: var(--soft);
  text-align: left;
}

.quick-quote-frame {
  display: block;
  width: 100%;
  height: clamp(440px, 56vh, 560px);
  border: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.quick-quote-fallback {
  margin: 0 !important;
  max-width: none !important;
  border-top: 1px solid var(--line);
  padding: 10px 18px;
  background: #fff;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}

.quick-quote-fallback a {
  color: var(--brand-dark);
  font-weight: 800;
}

.lead-form h2 {
  margin: 0;
  color: var(--ink);
  font-size: 28px;
}

.lead-form p {
  margin: 8px 0 20px;
  color: var(--muted);
}

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

.lead-form label {
  display: grid;
  gap: 7px;
  margin-bottom: 14px;
  color: var(--ink);
  font-weight: 800;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  color: var(--text);
  background: #fff;
  font-weight: 500;
}

.lead-form textarea {
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus,
.menu-button:focus,
.btn:focus,
.nav-cta:focus,
.form-tab:focus,
.modal-close:focus,
.quick-quote-close:focus {
  outline: 3px solid rgba(31, 138, 112, 0.24);
  border-color: var(--focus);
}

.form-message {
  min-height: 24px;
  color: var(--accent) !important;
  font-weight: 800;
}

.form-message.success {
  color: var(--brand-dark) !important;
}

.form-submit {
  width: 100%;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  z-index: 120;
  width: min(calc(100% - 40px), 520px);
  transform: translateX(-50%);
  border-radius: var(--radius);
  padding: 14px 18px;
  background: var(--ink);
  color: #fff;
  box-shadow: var(--shadow);
  text-align: center;
}

.toast[hidden] {
  display: none;
}

.quick-quote-prompt {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 70;
  width: min(calc(100% - 48px), 360px);
  border: 1px solid #cfe0f4;
  border-radius: 8px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 20px 54px rgba(23, 32, 28, 0.18);
  animation: quick-quote-in 0.28s ease-out;
}

.quick-quote-prompt[hidden] {
  display: none;
}

.quick-quote-prompt h2 {
  margin: 2px 36px 6px 0;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.3;
}

.quick-quote-prompt > p:not(.quick-quote-kicker) {
  margin: 0 0 16px;
  color: var(--muted);
  font-size: 15px;
}

.quick-quote-prompt .btn {
  width: 100%;
}

.quick-quote-kicker {
  margin: 0;
  color: var(--brand-dark);
  font-size: 13px;
  font-weight: 800;
}

.quick-quote-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  font-size: 22px;
  line-height: 1;
}

.quick-quote-close:hover {
  background: var(--soft);
  color: var(--ink);
}

@keyframes quick-quote-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .quick-quote-prompt {
    animation: none;
  }
}

.mobile-sticky-cta {
  display: none;
}

html.miniapp-embed .site-header,
html.miniapp-embed .site-footer,
html.miniapp-embed .quick-quote-prompt,
html.miniapp-embed .mobile-sticky-cta {
  display: none !important;
}

html.miniapp-embed body {
  padding-bottom: 0;
}

.contact-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  background: var(--soft);
}

.contact-panel a {
  color: var(--brand-dark);
  font-weight: 700;
}

.epc-home-section {
  padding: 68px 0;
  background: #102c49;
  color: #fff;
}

.epc-home-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: 54px;
  align-items: center;
}

.epc-home-copy {
  max-width: 720px;
}

.epc-home-copy .eyebrow,
.epc-hero-copy .eyebrow {
  color: #7bd9ca;
}

.epc-home-copy h2 {
  max-width: 680px;
  margin: 8px 0 18px;
  font-size: 38px;
  line-height: 1.2;
}

.epc-home-copy > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.8;
}

.epc-home-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 20px;
  margin: 24px 0 28px;
}

.epc-home-points span {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
}

.epc-home-points img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  opacity: 0.84;
}

.epc-home-media {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
}

.epc-home-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
}

.epc-hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #0a2948;
}

.epc-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 28, 52, 0.72);
}

.epc-hero-media {
  position: absolute;
  inset: 0;
}

.epc-hero-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.epc-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 88px;
  padding-bottom: 88px;
}

.epc-hero-copy {
  max-width: 790px;
}

.epc-hero-copy h1 {
  max-width: 760px;
  margin: 8px 0 22px;
  font-size: 58px;
  line-height: 1.08;
}

.epc-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
  line-height: 1.8;
}

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

.epc-hero-detail-link {
  display: inline-block;
  margin-top: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.epc-hero-detail-link:hover {
  color: #fff;
  border-bottom-color: #fff;
}

.epc-signal-band {
  border-bottom: 1px solid #d6e4f2;
  background: #f4f8fc;
}

.epc-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.epc-signal-grid > div {
  min-height: 122px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 24px;
  border-right: 1px solid #d6e4f2;
}

.epc-signal-grid > div:first-child {
  border-left: 1px solid #d6e4f2;
}

.epc-signal-grid strong {
  color: var(--ink);
  font-size: 18px;
}

.epc-signal-grid span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.epc-capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.epc-capability-grid article,
.epc-model-grid article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 26px;
  background: #fff;
}

.epc-capability-grid article {
  border-top: 3px solid var(--brand);
}

.epc-icon {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 6px;
  background: var(--soft-2);
}

.epc-icon img {
  width: 24px;
  height: 24px;
}

.epc-capability-grid h3,
.epc-model-grid h3,
.epc-project-card h3,
.epc-process h3 {
  margin: 0;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
}

.epc-capability-grid p,
.epc-model-grid p:not(.card-kicker),
.epc-project-card p,
.epc-process p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
}

.epc-project-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.epc-project-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #fff;
}

.epc-project-media {
  overflow: hidden;
  background: #dfeaf4;
}

.epc-project-media img {
  width: 100%;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
}

.epc-project-card > div:last-child {
  padding: 22px;
}

.epc-project-card p {
  font-size: 14px;
}

.epc-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.epc-model-grid article {
  min-height: 230px;
}

.epc-model-grid .card-kicker {
  margin-bottom: 14px;
}

.epc-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.epc-process li {
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 26px 24px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: #fff;
}

.epc-process li:first-child {
  border-left: 1px solid var(--line);
  border-radius: 6px 0 0 6px;
}

.epc-process li:last-child {
  border-radius: 0 6px 6px 0;
}

.epc-process li > span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-weight: 800;
}

.epc-process p {
  font-size: 14px;
}

.service-contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  gap: 48px;
  align-items: center;
  padding: 44px;
  border: 1px solid #c8dcf1;
  border-radius: 6px;
  background: var(--soft);
}

.service-contact-copy h2 {
  margin: 6px 0 14px;
  color: var(--ink);
  font-size: 34px;
}

.service-contact-copy > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.service-contact-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 26px;
}

.service-contact-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.service-contact-qr img {
  width: 170px;
  height: 170px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.service-contact-qr strong {
  margin-top: 12px;
  color: var(--ink);
}

.service-contact-qr span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 13px;
}

@media (max-width: 1180px) {
  .nav-shell {
    min-height: 64px;
  }

  .menu-button {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 14px;
    right: 14px;
    top: 70px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 10px;
    background: #fff;
    box-shadow: var(--shadow);
    font-size: 14px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a,
  .site-nav .nav-cta {
    width: 100%;
    justify-content: flex-start;
    padding: 13px 12px;
    border-bottom: 1px solid var(--line);
    border-radius: 6px;
  }

  .site-nav .nav-cta {
    margin-top: 8px;
    justify-content: center;
  }

  .scene-grid,
  .scene-grid.compact,
  .value-grid,
  .feedback-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .industrial-pv-material-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .industrial-pv-case-grid article {
    grid-template-columns: 1fr;
  }

  .industrial-pv-case-media {
    min-height: 190px;
  }

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

  .hero-visual img {
    aspect-ratio: 16 / 8;
  }

  .epc-home-inner {
    grid-template-columns: 1fr 0.8fr;
    gap: 36px;
  }

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

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

  .epc-process li,
  .epc-process li:first-child,
  .epc-process li:last-child {
    border: 1px solid var(--line);
    border-radius: 6px;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .hero {
    padding: 46px 0 30px;
  }

  .hero-copy h1 {
    font-size: 38px;
  }

  .hero-copy p {
    font-size: 17px;
  }

  .section {
    padding: 52px 0;
  }

  .section-head h2,
  .entry-panel h2,
  .observation h2,
  .cta-band h2,
  .contact-panel h2 {
    font-size: 28px;
  }

  .two-entry,
  .article-grid,
  .check-grid,
  .factor-grid,
  .solar-project-grid,
  .solar-case-grid,
  .split,
  .observation,
  .footer-grid,
  .article-container,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .contact-panel,
  .cta-band {
    display: grid;
  }

  .epc-home-inner {
    grid-template-columns: 1fr;
  }

  .epc-home-media img {
    aspect-ratio: 16 / 7;
  }

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

  .epc-signal-grid > div:nth-child(2) {
    border-right: 1px solid #d6e4f2;
  }

  .epc-signal-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid #d6e4f2;
  }

  .epc-model-grid {
    grid-template-columns: 1fr;
  }

  .epc-model-grid article {
    min-height: 0;
  }

  .service-contact {
    grid-template-columns: 1fr 180px;
    gap: 30px;
    padding: 32px;
  }

  .service-contact-qr img {
    width: 150px;
    height: 150px;
  }

  .industrial-pv-entry,
  .industrial-pv-final-inner {
    min-height: 0;
    display: grid;
    gap: 20px;
  }

  .industrial-pv-entry .btn,
  .industrial-pv-final .btn {
    width: fit-content;
  }

  .industrial-pv-hero,
  .industrial-pv-hero-inner {
    min-height: 600px;
  }

  .industrial-pv-hero-copy h1 {
    font-size: 46px;
  }

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

  .industrial-pv-challenges > div:nth-child(2) {
    border-right: 0;
  }

  .industrial-pv-challenges > div:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .industrial-pv-evaluation {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .industrial-pv-case-grid {
    grid-template-columns: 1fr;
  }

  .quick-quote-band {
    min-height: 0;
    display: grid;
    gap: 18px;
  }

  .quick-quote-band .btn {
    width: fit-content;
  }

  .article-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-bottom {
    justify-content: flex-start;
  }
}

@media (max-width: 620px) {
  body {
    padding-bottom: 72px;
  }

  .logo img {
    width: 128px;
    max-height: 38px;
  }

  .hero-copy h1 {
    font-size: 32px;
  }

  .hero-actions,
  .panel-actions,
  .cta-actions,
  .contact-actions,
  .inline-cta div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .btn,
  .nav-cta {
    width: 100%;
  }

  .hero-visual img {
    aspect-ratio: 4 / 3;
  }

  .scene-grid,
  .scene-grid.compact,
  .value-grid,
  .feedback-grid,
  .solar-detail-grid,
  .related-reading-grid,
  .process {
    grid-template-columns: 1fr;
  }

  .entry-panel,
  .cta-band,
  .contact-panel {
    padding: 24px;
  }

  .industrial-pv-entry h2 {
    font-size: 24px;
  }

  .industrial-pv-entry .btn,
  .industrial-pv-final .btn {
    width: 100%;
  }

  .industrial-pv-hero,
  .industrial-pv-hero-inner {
    min-height: 660px;
  }

  .industrial-pv-hero::before {
    background: linear-gradient(180deg, rgba(245, 251, 255, 0.99) 0%, rgba(245, 251, 255, 0.94) 45%, rgba(245, 251, 255, 0.5) 72%, rgba(245, 251, 255, 0.08) 100%);
  }

  .industrial-pv-hero-media img {
    object-position: 61% center;
  }

  .industrial-pv-hero-inner {
    align-items: flex-start;
    padding-top: 42px;
    padding-bottom: 90px;
  }

  .industrial-pv-hero-copy h1 {
    margin-top: 8px;
    font-size: 38px;
  }

  .industrial-pv-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .industrial-pv-challenge-wrap {
    margin-top: -28px;
  }

  .industrial-pv-challenges > div {
    min-height: 76px;
    gap: 9px;
    padding: 12px;
  }

  .industrial-pv-challenges span {
    width: 32px;
    height: 32px;
  }

  .industrial-pv-challenges strong {
    font-size: 14px;
  }

  .industrial-pv-scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .industrial-pv-scenario-card > div:last-child {
    padding: 14px;
  }

  .industrial-pv-scenario-card h3,
  .industrial-pv-material-grid h3,
  .industrial-pv-case-body h3 {
    font-size: 16px;
  }

  .industrial-pv-scenario-card p {
    font-size: 13px;
  }

  .industrial-pv-material-grid {
    grid-auto-flow: column;
    grid-auto-columns: 132px;
    grid-template-columns: none;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-width: thin;
  }

  .industrial-pv-material-grid article {
    min-height: 190px;
    padding: 14px;
  }

  .industrial-pv-material-visual {
    height: 94px;
  }

  .industrial-pv-factor-list {
    gap: 8px;
  }

  .industrial-pv-factor-list span {
    min-height: 40px;
    padding: 7px 10px;
    font-size: 13px;
  }

  .industrial-pv-case-body {
    padding: 20px;
  }

  .industrial-pv-final h2 {
    font-size: 25px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .lead-form {
    padding: 22px;
  }

  .form-tab {
    min-height: 62px;
    padding: 8px 4px;
    font-size: 13px;
  }

  .form-tabs {
    padding-right: 48px;
    background: var(--soft);
  }

  .modal-close {
    top: 13px;
    right: 8px;
    width: 36px;
    height: 36px;
  }

  .qr-panel h2 {
    font-size: 24px;
  }

  .article-toc {
    display: none;
  }

  .article-content h2 {
    font-size: 24px;
  }

  .footer-grid {
    gap: 24px;
  }

  .mobile-sticky-cta {
    position: fixed;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 45;
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 8px;
    background: var(--brand);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(63, 128, 201, 0.3);
  }

  .quick-quote-prompt {
    left: 14px;
    right: 14px;
    bottom: 76px;
    width: auto;
    padding: 20px;
  }

  .quick-quote-band h2 {
    font-size: 24px;
  }

  .quick-quote-band .btn {
    width: 100%;
  }

  .quick-quote-frame {
    height: min(420px, calc(100dvh - 190px));
    min-height: 360px;
  }

  .epc-home-section {
    padding: 52px 0;
  }

  .epc-home-copy h2 {
    font-size: 28px;
  }

  .epc-home-points,
  .epc-capability-grid,
  .epc-project-grid,
  .epc-process,
  .epc-signal-grid {
    grid-template-columns: 1fr;
  }

  .epc-home-media img {
    aspect-ratio: 4 / 3;
  }

  .epc-hero {
    min-height: 620px;
  }

  .epc-hero::after {
    background: rgba(4, 28, 52, 0.78);
  }

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

  .epc-hero-copy h1 {
    font-size: 38px;
  }

  .epc-hero-copy > p:not(.eyebrow) {
    font-size: 16px;
  }

  .epc-signal-grid > div,
  .epc-signal-grid > div:first-child,
  .epc-signal-grid > div:nth-child(2) {
    min-height: 0;
    border-right: 1px solid #d6e4f2;
    border-bottom: 1px solid #d6e4f2;
    border-left: 1px solid #d6e4f2;
    padding: 18px 20px;
  }

  .epc-signal-grid > div + div {
    border-top: 0;
  }

  .epc-capability-grid article,
  .epc-model-grid article {
    padding: 22px;
  }

  .epc-process li {
    padding: 22px;
  }

  .service-contact {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
  }

  .service-contact-copy h2 {
    font-size: 28px;
  }

  .service-contact-actions {
    display: grid;
    gap: 14px;
  }

}
