.ev-hero {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.99) 0%, rgba(255,255,255,0.96) 38%, rgba(255,255,255,0.72) 54%, rgba(255,255,255,0.12) 76%, rgba(255,255,255,0.02) 100%),
    url("../images/ev-outlet-hero.svg") right center / auto 100% no-repeat,
    linear-gradient(180deg, #fff, #f5f9ff);
}

.ev-hero .aircon-hero__copy {
  width: min(100%, 670px);
}

.ev-hero .award-item strong {
  color: #005fd4;
}

.lp-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--blue);
}

.lp-menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.lp-menu-toggle.is-open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.lp-menu-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.lp-menu-toggle.is-open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.lp-mobile-nav {
  display: grid;
  gap: 0;
  padding: 0 20px 18px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.lp-mobile-nav[hidden] {
  display: none !important;
}

.lp-mobile-nav a {
  padding: 15px 4px;
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.worry-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(100%, 980px);
}

.ev-marker {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  font-size: 22px;
  font-weight: 900;
  box-shadow: 0 14px 26px rgba(6, 107, 232, 0.22);
}

.ev-maker-section {
  background: linear-gradient(180deg, #fff, #f6fbff);
}

.maker-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: min(calc(100% - 44px), var(--max));
  margin: 34px auto 0;
}

.maker-card {
  overflow: hidden;
  border: 1px solid #d9e7f8;
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--shadow);
}

.maker-card h3 {
  margin: 0;
  padding: 20px 24px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  font-size: 24px;
  line-height: 1.35;
}

.maker-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 24px;
  list-style: none;
}

.maker-list li {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding: 12px 14px;
  border: 1px solid #cfe1f7;
  border-radius: 999px;
  color: #004fae;
  background: #f8fbff;
  font-size: 16px;
  font-weight: 900;
}

.maker-note {
  width: min(calc(100% - 44px), var(--max));
  margin: 18px auto 0;
  color: var(--muted);
  text-align: center;
  font-size: 15px;
  font-weight: 800;
}

.outlet-maker-section {
  padding-top: 46px;
  border-top: 1px solid #dbe9fb;
  background: #fff;
}

.outlet-maker-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0 auto;
  padding: 0;
  width: min(100%, 980px);
  list-style: none;
}

.outlet-maker-list li {
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 12px 16px;
  border: 1px solid #cfe1f7;
  border-radius: 8px;
  color: #004fae;
  background: #f8fbff;
  font-size: 16px;
  font-weight: 900;
}

.ev-emergency-section {
  padding-top: 46px;
  padding-bottom: 46px;
  border-top: 1px solid #dbe9fb;
  border-bottom: 1px solid #dbe9fb;
}

.emergency-card {
  position: relative;
  display: grid;
  gap: 14px;
  overflow: hidden;
  padding: clamp(28px, 5vw, 46px);
  border: 1px solid #cfe1f7;
  border-radius: 8px;
  color: #fff;
  background:
    radial-gradient(circle at 88% 22%, rgba(255,255,255,0.24) 0 11%, transparent 12%),
    linear-gradient(135deg, #0072ef, #0048b9);
  box-shadow: var(--shadow);
}

.emergency-card::after {
  content: "⚡";
  position: absolute;
  right: clamp(20px, 6vw, 58px);
  bottom: -22px;
  color: rgba(255, 246, 219, 0.32);
  font-size: clamp(96px, 18vw, 190px);
  line-height: 1;
  font-weight: 900;
}

.emergency-card__label {
  width: fit-content;
  padding: 6px 14px;
  border-radius: 999px;
  color: #0048b9;
  background: #fff6db;
  font-size: 15px;
  font-weight: 900;
}

.emergency-card h2,
.emergency-card p {
  position: relative;
  z-index: 1;
}

.emergency-card h2 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.35;
  font-weight: 900;
}

.emergency-card p {
  max-width: 790px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 800;
}

.ev-contact-band h2 {
  max-width: 980px;
  margin-inline: auto;
}

@media (max-width: 860px) {
  .lp-menu-toggle {
    display: block;
  }

  .lp-header__cta {
    display: none;
  }

  .worry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 720px);
  }

  .worry-grid article {
    min-height: 150px;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 20px 18px;
  }

  .worry-grid span {
    font-size: 34px;
  }

  .ev-hero {
    background:
      linear-gradient(180deg, rgba(255,255,255,0.96) 0%, rgba(255,255,255,0.9) 46%, rgba(255,255,255,0.24) 100%),
      url("../images/ev-outlet-hero.svg") center bottom / auto 62% no-repeat,
      linear-gradient(180deg, #fff, #eaf4ff);
  }

  .maker-layout {
    grid-template-columns: 1fr;
  }

  .maker-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px;
    gap: 10px;
  }

  .maker-list li {
    min-height: 48px;
    padding: 10px 12px;
    font-size: 15px;
  }

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

  .ev-emergency-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }
}

@media (max-width: 560px) {
  .ev-hero {
    min-height: 760px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.92) 44%, rgba(255,255,255,0.2) 100%),
      url("../images/ev-outlet-hero.svg") center bottom / auto 48% no-repeat,
      linear-gradient(180deg, #fff, #eaf4ff);
  }

  .maker-card h3 {
    padding: 17px 18px;
    font-size: 21px;
  }

  .maker-list {
    padding: 14px;
    gap: 8px;
  }

  .maker-list li {
    min-height: 44px;
    padding: 9px 10px;
    font-size: 14px;
  }

  .worry-grid {
    gap: 10px;
  }

  .worry-grid article {
    min-height: 132px;
    grid-template-columns: 1fr;
    align-content: start;
    justify-items: center;
    gap: 10px;
    padding: 18px 12px;
    text-align: center;
  }

  .worry-grid span {
    font-size: 32px;
  }

  .worry-grid p {
    font-size: 13px;
    line-height: 1.55;
  }

  .outlet-maker-list {
    gap: 8px;
  }

  .outlet-maker-list li {
    min-height: 46px;
    padding: 9px 10px;
    font-size: 14px;
  }

  .emergency-card {
    padding: 24px 20px 112px;
  }

  .emergency-card::after {
    right: 18px;
    bottom: 12px;
    font-size: 92px;
  }
}
