.antenna-page {
  --security-blue: #0b63a7;
  --security-blue-deep: #074777;
  --security-green: #16826b;
  --security-green-soft: #edf8f5;
  --security-amber: #d89220;
  --antenna-sky: #eaf6ff;
  --antenna-line: #c9deef;
}

.antenna-page .aircon-hero {
  min-height: 610px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.97) 39%, rgba(255,255,255,0.75) 56%, rgba(255,255,255,0.18) 78%, rgba(255,255,255,0.04) 100%),
    linear-gradient(180deg, rgba(255,255,255,0.05), rgba(232, 246, 255, 0.14)),
    url("../images/service-page/service-antenna.png") right 22% center / auto 100% no-repeat,
    linear-gradient(180deg, #fff, #f4f9fc);
}

.antenna-page .aircon-hero__copy {
  width: min(100%, 720px);
}

.antenna-page .aircon-hero h1 {
  font-size: clamp(32px, 4vw, 48px);
}

.antenna-page .aircon-hero__lead .lead-line {
  display: block;
}

.antenna-page .aircon-eyebrow,
.antenna-page .aircon-hero h1 .line-accent,
.antenna-page .section-heading span,
.antenna-page .price-card p,
.antenna-page .contact-phone b,
.antenna-page .contact-form svg {
  color: var(--security-blue);
}

.antenna-page .phone-card,
.antenna-page .lp-header__cta,
.antenna-page .faq-grid summary span,
.antenna-page .flow-grid b {
  background: linear-gradient(135deg, var(--security-blue), var(--security-blue-deep));
}

.antenna-page .lp-nav a:hover,
.antenna-page .award-item strong {
  color: var(--security-blue);
}

.antenna-page .award-item {
  border-color: rgba(11, 99, 167, 0.18);
}

.antenna-page .worry-section {
  padding-top: 50px;
  padding-bottom: 58px;
  background: linear-gradient(180deg, #fff, #f2f8fc);
}

.antenna-page .worry-section::after {
  display: none;
}

.antenna-worry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: var(--max);
  margin: 0 auto;
}

.antenna-worry-card {
  min-height: 122px;
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border: 1px solid #d8e6f4;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(16, 65, 130, 0.05);
}

.antenna-worry-card__mark {
  display: grid;
  place-items: center;
  width: 48px;
  min-height: 48px;
  color: var(--security-blue);
  font-size: 17px;
  line-height: 1;
  font-weight: 900;
}

.antenna-worry-card h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.5;
  font-weight: 900;
}

.antenna-service-grid {
  counter-reset: antenna-service;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.antenna-service-grid .service-feature-card {
  position: relative;
  counter-increment: antenna-service;
  min-height: 255px;
  justify-items: start;
  align-content: start;
  gap: 13px;
  padding: 30px 28px;
  border: 1px solid #d6e5f4;
  border-radius: 12px;
  background: linear-gradient(180deg, #fff, #f8fbff);
  text-align: left;
  box-shadow: 0 14px 32px rgba(16, 65, 130, 0.07);
}

.antenna-service-grid .service-feature-card::before {
  content: counter(antenna-service, decimal-leading-zero);
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 4px;
  border-radius: 999px;
  color: var(--security-blue);
  background: var(--antenna-sky);
  font-size: 13px;
  font-weight: 900;
}

.antenna-service-grid .service-feature-card span {
  margin-top: 0;
}

.antenna-service-grid .service-feature-card h3 {
  font-size: 22px;
}

.antenna-service-grid .service-feature-card p {
  font-size: 14px;
}

.antenna-price-cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  max-width: 1060px;
}

.antenna-price-cards .price-card {
  min-height: 205px;
  padding: 24px;
}

.antenna-price-cards .price-card p {
  font-size: clamp(24px, 3vw, 32px);
}

.antenna-price-table {
  margin-top: 24px;
}

.insurance-section,
.antenna-page .message-section,
.antenna-page .faq-section {
  border-top: 1px solid var(--line);
}

.insurance-section {
  width: 100%;
  max-width: none;
  padding: 66px max(22px, calc((100% - var(--max)) / 2));
  background: linear-gradient(180deg, #fff, #fbfcfe);
}

.insurance-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  max-width: 1060px;
  margin: 0 auto;
}

.insurance-main {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 28px 30px;
  border: 1px solid var(--antenna-line);
  border-left: 6px solid var(--security-amber);
  border-radius: 12px;
  background: linear-gradient(135deg, #fff, #f7fbff);
  box-shadow: 0 14px 34px rgba(16, 65, 130, 0.08);
}

.insurance-main span {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--security-green);
  background: var(--security-green-soft);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.insurance-main h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(22px, 2.7vw, 30px);
  line-height: 1.38;
  font-weight: 900;
}

.insurance-main p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.86;
}

.insurance-case-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 8px 0 0;
  list-style: none;
}

.insurance-case-list li {
  position: relative;
  flex: 1 1 260px;
  padding: 11px 14px 11px 38px;
  border: 1px solid #e4edf6;
  border-radius: 8px;
  background: #fff;
  color: #243044;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.65;
}

.insurance-case-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 21px;
  width: 11px;
  height: 7px;
  border-left: 3px solid var(--security-green);
  border-bottom: 3px solid var(--security-green);
  transform: rotate(-45deg);
}

.insurance-flow {
  padding: 26px;
  border: 1px solid #dbe8f5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(16, 65, 130, 0.06);
}

.insurance-flow__heading {
  display: grid;
  gap: 8px;
  margin-bottom: 18px;
}

.insurance-flow__heading span {
  width: fit-content;
  padding: 4px 10px;
  border-radius: 999px;
  color: var(--security-blue);
  background: var(--antenna-sky);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
}

.insurance-flow__heading h3 {
  margin: 0;
  color: var(--text);
  font-size: clamp(22px, 2.7vw, 30px);
  line-height: 1.35;
  font-weight: 900;
}

.insurance-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.insurance-step {
  position: relative;
  min-height: 0;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 0 0 24px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.insurance-step + .insurance-step {
  padding-top: 24px;
  border-top: 1px solid #e6eef7;
}

.insurance-step::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 21px;
  bottom: 0;
  width: 2px;
  background: #e5eef7;
}

.insurance-step:last-child {
  padding-bottom: 0;
}

.insurance-step:last-child::before {
  display: none;
}

.insurance-step span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #9b6a19;
  background: #fff7e8;
  font-size: 13px;
  font-weight: 900;
}

.insurance-step h4 {
  margin: 0;
  color: var(--text);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 900;
}

.insurance-step p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.8;
}

.insurance-note {
  max-width: 1060px;
  margin: 18px auto 0;
  padding: 16px 18px;
  border: 1px solid #f0d9ad;
  border-radius: 10px;
  color: #6d4c18;
  background: #fff8ea;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.8;
}

.antenna-contact-band {
  background: linear-gradient(135deg, #074777, #16826b);
}

.antenna-contact-band .contact-band__title {
  max-width: 900px;
  margin: 0 auto 8px;
  color: #fff;
  font-size: clamp(25px, 3.4vw, 38px);
  line-height: 1.42;
  font-weight: 900;
}

.antenna-contact-band p:not(.contact-band__title) {
  color: #eaf7ef;
}

@media (max-width: 1180px) {
  .antenna-page .aircon-hero {
    background:
      linear-gradient(90deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.98) 46%, rgba(255,255,255,0.78) 64%, rgba(255,255,255,0.14) 84%, rgba(255,255,255,0.03) 100%),
      url("../images/service-page/service-antenna.png") right -100px center / auto 100% no-repeat,
      linear-gradient(180deg, #fff, #f4f9fc);
  }

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

@media (max-width: 980px) {
  .antenna-page .aircon-hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.96) 45%, rgba(255,255,255,0.42) 76%, rgba(255,255,255,0.1) 100%),
      url("../images/service-page/service-antenna.png") center bottom / cover no-repeat;
  }

  .antenna-worry-grid,
  .antenna-service-grid,
  .antenna-price-cards,
  .insurance-layout {
    grid-template-columns: 1fr;
  }

  .antenna-worry-grid {
    max-width: 720px;
  }

  .antenna-service-grid {
    max-width: 720px;
  }

  .antenna-service-grid .service-feature-card,
  .antenna-price-cards .price-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .antenna-page .aircon-hero h1 {
    font-size: 27px;
  }

  .antenna-page .aircon-hero__lead {
    font-size: 17px;
  }

  .antenna-worry-card,
  .insurance-step {
    grid-template-columns: 1fr;
  }

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

  .antenna-worry-card {
    min-height: 126px;
    gap: 14px;
    padding: 22px;
  }

  .antenna-worry-card__mark {
    justify-content: start;
    width: auto;
    min-height: 40px;
    font-size: 18px;
  }

  .antenna-worry-card h3 {
    font-size: 20px;
  }

  .insurance-step p {
    grid-column: auto;
  }

  .antenna-price-table .service-table {
    min-width: 720px;
  }

  .insurance-main {
    padding: 20px;
  }
}
