@charset "UTF-8";

:root {
  --electric-black: #0d0f11;
  --electric-dark: #171a1e;
  --electric-gray: #f3f5f7;
  --electric-border: #d9dde2;
  --electric-blue: #0076c8;
  --electric-red: #df554f;
  --electric-text: #111418;
  --electric-muted: #5e6670;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--electric-text);
  background: #fff;
  font-family: "Helvetica Neue", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  line-height: 1.8;
}

img {
  max-width: 100%;
}

.mini-lp-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  pointer-events: none;
}

.mini-lp-header__logo {
  width: clamp(104px, 14vw, 190px);
  margin-top: clamp(22px, 3.5vw, 52px);
}

.mini-lp-header__logo--right {
  margin-left: auto;
  margin-right: clamp(20px, 4vw, 64px);
}

.mini-lp-header__logo img {
  display: block;
  width: 100%;
}

.electric-hero {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: var(--electric-dark);
  color: #fff;
}

.electric-hero__image,
.electric-hero__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.electric-hero__image {
  object-fit: cover;
  object-position: center;
}

.electric-hero__shade {
  background:
    linear-gradient(90deg, rgba(10,12,15,.72) 0%, rgba(10,12,15,.42) 18%, rgba(10,12,15,.14) 46%, rgba(10,12,15,.04) 72%, rgba(10,12,15,0) 100%), linear-gradient(180deg, rgba(0,0,0,.04), rgba(0,0,0,.16));
}

.electric-hero__inner {
  position: relative;
  z-index: 2;
}

.electric-hero__content {
  width: min(760px, 100%);
  padding: 120px 0 90px;
}

.electric-hero__label {
  display: inline-block;
  margin: 0 0 24px;
  padding: 7px 13px;
  border: 1px solid rgba(255,255,255,.65);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}

.electric-hero h1 {
  margin: 0;
  font-size: clamp(1.1rem, 2.4vw, 2.8rem);
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .02em;
}

.electric-hero h1 span {
  color: #00a8ff;
}

.electric-hero__lead {
  margin: 24px 0 28px;
  max-width: 700px;
  color: rgba(255,255,255,.85);
  font-size: clamp(1rem, 1.35vw, 1.25rem);
}

.electric-hero__event {
  display: inline-flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 32px;
  padding: 18px 26px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.electric-hero__event strong {
  font-size: 1.05rem;
  letter-spacing: .08em;
}

.electric-hero__event span {
  font-size: .86rem;
  color: rgba(255,255,255,.72);
}

.electric-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 280px;
  padding: 17px 28px;
  background: #050505;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .03em;
  border: 1px solid #050505;
  transition: opacity .2s ease, transform .2s ease;
}

.electric-btn:hover {
  color: #fff;
  opacity: .82;
  transform: translateY(-1px);
}

.electric-btn--light {
  background: #060606;
  border-color: rgba(255,255,255,.12);
}

.electric-section {
  padding: clamp(76px, 8vw, 130px) 0;
}

.electric-section--light {
  background: var(--electric-gray);
}

.electric-section--dark {
  color: #fff;
  background: #0b0c0e;
}

.electric-heading {
  margin-bottom: 50px;
  text-align: center;
}

.electric-heading p {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 2rem);
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .08em;
}

.electric-heading span {
  display: block;
  width: 32px;
  height: 3px;
  margin: 20px auto 0;
  background: #111;
}

.electric-heading--light span {
  background: #fff;
}

.electric-section__intro {
  margin: -20px 0 48px;
  text-align: center;
  color: var(--electric-muted);
}

.electric-present h3 {
  margin: 0 0 22px;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 700;
}

.electric-badge {
  display: inline-block;
  margin: 0 0 12px;
  padding: 4px 10px;
  background: var(--electric-red);
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
}

.electric-present__condition {
  padding: 16px 18px;
  border-left: 4px solid var(--electric-red);
  background: rgba(255,255,255,.65);
}

.electric-note {
  color: var(--electric-muted);
  font-size: .82rem;
}

.electric-image {
  width: 100%;
  height: auto;
  background: #e4e7ea;
  object-fit: contain;
}

.electric-copy {
  max-width: 840px;
  text-align: center;
}

.electric-copy h2 {
  margin: 0 0 34px;
  font-size: clamp(1.6rem, 2.4vw, 2.5rem);
  line-height: 1.5;
  font-weight: 700;
}

.electric-copy p {
  text-align: left;
}

.electric-cards {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
}

.electric-card {
  padding: clamp(28px, 3vw, 44px);
  background: #fff;
  border: 1px solid var(--electric-border);
  box-shadow: 0 12px 30px rgba(22,28,34,.035);
}

.electric-card__eyebrow {
  margin: 0 0 12px;
  color: var(--electric-blue);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
}

.electric-card h3 {
  padding-bottom: 20px;
  margin-bottom: 22px;
  border-bottom: 1px solid #dfe3e7;
  font-size: clamp(1.15rem, 1.55vw, 1.45rem);
  line-height: 1.5;
  font-weight: 700;
}

.electric-card p:last-child {
  margin-bottom: 0;
}

.electric-card--compact {
  border-top: 4px solid #17191c;
}

.electric-card--compact h3 {
  padding-bottom: 0;
  border-bottom: 0;
}

.electric-myth {
  max-width: 920px;
  padding: clamp(28px, 4vw, 52px);
  background: #1c1f22;
  border: 1px solid rgba(255,255,255,.08);
}

.electric-myth__myth,
.electric-myth__fact {
  margin-bottom: 12px;
  font-weight: 700;
}

.electric-myth__myth {
  color: #ff6c65;
}

.electric-myth__fact {
  color: #66baff;
}

.electric-myth__myth strong,
.electric-myth__fact strong {
  display: inline-block;
  margin-right: 9px;
  padding: 2px 7px;
  color: #fff;
  font-size: .72rem;
}

.electric-myth__myth strong {
  background: var(--electric-red);
}

.electric-myth__fact strong {
  background: var(--electric-blue);
}

.electric-form__label {
  margin-bottom: 10px;
  font-weight: 800;
  letter-spacing: .08em;
}

.form-section h2 {
  margin-bottom: 18px;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
  font-weight: 700;
}

.form-placeholder {
  margin-top: 40px;
  padding: clamp(20px, 3vw, 36px);
  background: #fff;
  border: 1px solid var(--electric-border);
}

.electric-final-cta {
  padding: 70px 0;
  background: #eef0f2;
}

.electric-final-cta p {
  margin-bottom: 10px;
  font-weight: 800;
  letter-spacing: .06em;
}

.electric-final-cta span {
  display: block;
  margin-bottom: 24px;
  color: var(--electric-muted);
}

.footer {
  padding-top: 60px;
}

@media (max-width: 991.98px) {
  .electric-hero {
    min-height: 620px;
  }

  .electric-hero__shade {
    background: linear-gradient(90deg, rgba(10,12,15,.88), rgba(10,12,15,.58));
  }

  .electric-hero__content {
    padding: 120px 0 80px;
  }
}

@media (max-width: 767.98px) {
  .mini-lp-header__logo {
    width: 112px;
    margin-top: 20px;
  }

  .electric-hero {
    min-height: 680px;
  }

  .electric-hero__image {
    object-position: 62% center;
  }

  .electric-hero__shade {
    background: linear-gradient(180deg, rgba(8,10,12,.72) 0%, rgba(8,10,12,.88) 68%, rgba(8,10,12,.96) 100%);
  }

  .electric-hero__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 680px;
    padding: 110px 0 54px;
  }

  .electric-hero__event,
  .electric-btn {
    width: 100%;
  }

  .electric-hero__event {
    padding: 15px 17px;
  }

  .electric-section {
    padding: 72px 0;
  }

  .electric-heading {
    margin-bottom: 38px;
  }

  .electric-section__intro {
    margin-top: -10px;
    margin-bottom: 34px;
  }

  .electric-copy {
    text-align: left;
  }

  .electric-copy h2 {
    text-align: center;
  }

  .electric-present .col-lg-6:first-child {
    order: 1;
  }

  .electric-present .col-lg-6:last-child {
    order: 2;
  }

  .electric-card {
    padding: 26px 22px;
  }

  .electric-final-cta {
    padding: 54px 0;
  }

  .electric-final-cta .electric-btn {
    width: 100%;
  }
}
