/* Campaign page visual refresh based on the new FV / middle-section references. */
:root {
  --cj-navy: #082f68;
  --cj-orange: #ef4b17;
  --cj-gold: #c79518;
  --cj-cream: #fffaf1;
}

body {
  background:
    radial-gradient(circle at 50% 5%, rgba(255, 255, 255, 0.95), transparent 34%),
    linear-gradient(180deg, #fbf6ea 0%, #f4ead9 100%);
}

main {
  width: min(100%, 1180px);
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 1), rgba(255, 250, 241, 0.9) 36%, rgba(248, 238, 220, 0.92) 100%);
}

.site-header {
  min-height: 68px;
  padding: 0 32px;
  background: rgba(255, 255, 255, 0.9);
}

.brand-name {
  font-size: clamp(20px, 2.1vw, 28px);
  color: var(--cj-navy);
}

.site-header > span {
  color: #667287;
  font-size: clamp(11px, 1.1vw, 15px);
}

.site-header::after {
  content: "";
  width: 31px;
  height: 24px;
  margin-left: auto;
  background:
    linear-gradient(var(--cj-navy), var(--cj-navy)) 0 0 / 100% 3px no-repeat,
    linear-gradient(var(--cj-navy), var(--cj-navy)) 0 50% / 100% 3px no-repeat,
    linear-gradient(var(--cj-navy), var(--cj-navy)) 0 100% / 100% 3px no-repeat;
  opacity: 0.95;
}

.hero {
  display: block;
  min-height: clamp(760px, 73vw, 930px);
  padding: clamp(34px, 5vw, 58px) clamp(18px, 4vw, 54px) 0;
  text-align: center;
  overflow: hidden;
  background: #fffaf1;
}

.hero::before {
  content: none;
}

.hero::after {
  content: none;
}

.hero-copy {
  position: relative;
  z-index: 5;
  max-width: 900px;
  margin: 0 auto;
}

.hero-copy > :not(.hero-ukezara-visual) {
  position: relative;
  z-index: 6;
}

.seo-campaign-label {
  margin-bottom: 8px;
  color: var(--cj-gold);
  font-size: clamp(13px, 1.6vw, 18px);
}

.hero-kicker {
  margin-bottom: clamp(18px, 2.4vw, 30px);
  color: var(--cj-gold);
  font-size: clamp(22px, 3vw, 36px);
}

.hero-kicker strong {
  color: var(--cj-gold);
  font-size: 1em;
}

.hero h1 {
  color: var(--cj-navy);
  font-size: clamp(34px, 4.7vw, 60px);
  line-height: 1.36;
  letter-spacing: 0.045em;
}

.hero h1 em {
  color: var(--cj-orange);
  font-size: 1.16em;
}

.hero-ukezara-visual {
  position: absolute;
  z-index: 1;
  top: 70px;
  right: auto;
  bottom: auto;
  left: 50%;
  width: min(100%, 1180px);
  height: auto;
  margin: 0;
  pointer-events: none;
  transform: translateX(-50%);
}

.hero-ukezara-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
}

.hero-description {
  position: relative;
  z-index: 2;
  display: block;
  width: fit-content;
  margin: clamp(14px, 1.8vw, 22px) auto 0;
  padding: 8px 0;
  color: var(--cj-navy);
  background: transparent;
  border-left: 0;
  font-size: clamp(16px, 2.1vw, 24px);
  font-weight: 800;
}

.hero-main-cta {
  display: none !important;
  position: relative;
  z-index: 4;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: min(540px, 82vw);
  min-height: 72px;
  margin: 0 auto 42px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, #ff6a19 0%, #ef4b17 58%, #e43605 100%);
  box-shadow: 0 16px 26px rgba(196, 69, 10, 0.24);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: 0.08em;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.hero-main-cta::before {
  content: "•••";
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: var(--cj-orange);
  background: #fff;
  font-family: sans-serif;
  letter-spacing: 0.02em;
}

.hero-main-cta::after {
  content: "›";
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--cj-orange);
  background: #fff;
  font-family: sans-serif;
  font-size: 40px;
  line-height: 1;
}

.hero-main-cta:hover {
  filter: brightness(1.06);
  transform: translateY(-3px);
}

.hero-previews {
  position: relative;
  z-index: 3;
  max-width: 860px;
  margin: 0 auto;
  padding-top: clamp(330px, 28vw, 390px);
}

.phone-panel {
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(8, 47, 104, 0.12);
}

.panel-eyebrow {
  top: -62px;
}

.journey-section,
.benefits {
  display: none;
}

.worry-section,
.catch-section,
.services {
  display: none !important;
}

.middle-image-section {
  margin: 0 auto 34px;
  padding: clamp(10px, 2vw, 22px) clamp(10px, 2vw, 24px) 0;
  background: #fffaf1;
}

.middle-image-frame {
  position: relative;
  width: min(100%, 1122px);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
  box-shadow: 0 20px 42px rgba(8, 47, 104, 0.1);
}

.middle-image-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.middle-hotspot {
  position: absolute;
  z-index: 3;
  top: 94.1%;
  height: 3.95%;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0);
  transition: background 0.18s ease, box-shadow 0.18s ease;
}

.middle-hotspot:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.55);
}

.middle-hotspot--line {
  left: 4.7%;
  width: 42.4%;
}

.middle-hotspot--hp {
  left: 52.2%;
  width: 43.2%;
}

.middle-hotspot:focus-visible {
  outline: 3px solid rgba(239, 75, 23, 0.85);
  outline-offset: 2px;
}

.mobile-comparison-section {
  display: none;
}

.catch-section {
  position: relative;
  margin: 0 18px 30px;
  padding: clamp(24px, 3.4vw, 42px) clamp(12px, 2.4vw, 28px) clamp(24px, 3vw, 34px);
  border: 1px solid #ead9bd;
  border-radius: 18px;
  background: rgba(255, 253, 247, 0.95);
  overflow: hidden;
}

.catch-label {
  position: relative;
  z-index: 2;
  width: fit-content;
  margin: 0 auto 10px;
  padding: 5px 22px;
  border: 1px solid rgba(198, 149, 24, 0.58);
  border-radius: 999px;
  color: var(--cj-gold);
  background: #fffdfa;
  font-size: 13px;
  font-weight: 800;
}

.catch-section h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  color: var(--cj-navy);
  font-family: "Noto Serif JP", serif;
  font-size: clamp(25px, 4vw, 42px);
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.catch-section h2 em {
  color: var(--cj-orange);
  font-style: normal;
}

.catch-section > p {
  position: relative;
  z-index: 2;
  margin: 10px 0 24px;
  text-align: center;
  color: var(--cj-navy);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
}

.catch-visual {
  position: relative;
  z-index: 1;
  width: min(100%, 1040px);
  margin: -4px auto 0;
}

.catch-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: contain;
}

.services {
  padding-top: 0;
}

.section-title h2 {
  color: var(--cj-navy);
}

@media (max-width: 600px) {
  main {
    width: 100%;
  }

  .site-header {
    min-height: 58px;
    padding: 0 18px;
  }

  .site-header::after {
    width: 26px;
    height: 20px;
  }

  .hero {
    min-height: 920px;
    padding-top: 50px;
  }

  .hero::before {
    content: none;
  }

  .hero::after {
    content: none;
  }

  .hero-kicker {
    margin-bottom: 24px;
    font-size: clamp(22px, 6vw, 30px);
  }

  .hero h1 {
    font-size: clamp(32px, 9.2vw, 48px);
    line-height: 1.46;
  }

  .hero-ukezara-visual {
    top: 238px;
    width: 145%;
    height: auto;
  }

  .hero-ukezara-visual img {
    object-position: center top;
  }

  .hero-description {
    margin-top: 14px;
    padding-left: 0;
    border-left: 0;
    font-size: clamp(17px, 4.6vw, 22px);
  }

  .hero-advisor {
    display: none !important;
  }

  .hero-main-cta {
    display: none !important;
    min-height: 70px;
    margin-bottom: 52px;
    gap: 14px;
  }

  .hero-main-cta::before {
    width: 46px;
    height: 46px;
  }

  .hero-main-cta::after {
    width: 40px;
    height: 40px;
  }

  .hero-previews {
    padding-top: clamp(315px, 82vw, 390px);
  }

  .middle-image-section {
    display: none !important;
  }

  .worry-section,
  .services {
    display: block !important;
  }

  .worry-section {
    margin: 18px 10px 28px;
    padding: 26px 14px 24px;
  }

  .worry-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .worry-card {
    min-height: 150px;
  }

  .mobile-comparison-section {
    display: block;
    margin: 0 8px 30px;
    overflow: hidden;
    border: 1px solid rgba(198, 149, 24, 0.2);
    border-radius: 16px;
    background: #fffdf8;
    box-shadow: 0 12px 28px rgba(8, 47, 104, 0.08);
  }

  .mobile-comparison-frame {
    margin: -2px 0;
    overflow: hidden;
  }

  .mobile-comparison-frame img {
    display: block;
    width: calc(100% + 4px);
    max-width: none;
    height: auto;
    margin: 0 -2px;
  }

  .service-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .catch-section {
    margin-inline: 10px;
    padding: 24px 10px 26px;
  }

  .catch-compare {
    display: block;
  }
}
