/* Final overrides loaded after the main stylesheet. */
.worry-catch {
  white-space: nowrap !important;
  font-size: clamp(15px, 4vw, 20px) !important;
  letter-spacing: -0.03em !important;
}

.photojoy-price {
  position: relative !important;
  padding: 14px 18px 15px !important;
  border: 2px solid #c79845 !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 240, 0.96)) !important;
  box-shadow: 0 18px 34px rgba(199, 152, 69, 0.18), 0 8px 20px rgba(180, 36, 41, 0.10) !important;
}

.photojoy-price > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  background: #17324d !important;
  color: #fff !important;
  font-size: clamp(11px, 2.7vw, 13px) !important;
  font-weight: 900 !important;
}

.photojoy-price strong {
  display: block !important;
  margin-top: 8px !important;
  color: #c92a2f !important;
  font-size: clamp(34px, 9.8vw, 56px) !important;
  font-weight: 1000 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.04em !important;
  text-shadow: 0 4px 0 rgba(199, 152, 69, 0.14) !important;
}

.photojoy-price strong .tax {
  display: inline !important;
  margin-left: 4px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #c92a2f !important;
  font-size: 0.42em !important;
  font-weight: 900 !important;
  letter-spacing: -0.06em !important;
  vertical-align: baseline !important;
}

.photojoy-hero-card {
  position: relative !important;
  overflow: hidden !important;
  background:
    radial-gradient(circle at 84% 72%, rgba(47, 110, 176, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(248, 252, 255, 0.99), rgba(239, 247, 252, 0.96)) !important;
  min-height: 760px !important;
  border-color: rgba(23, 50, 77, 0.18) !important;
}

.photojoy-hero-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 10px !important;
  border: 1px solid rgba(199, 152, 69, 0.34) !important;
  border-radius: 18px !important;
  pointer-events: none !important;
  z-index: 0 !important;
}

.photojoy-hero-card::after {
  content: none !important;
}

.photojoy-hero-card > * {
  position: relative !important;
  z-index: 1 !important;
}

.photojoy-hero-body {
  display: block !important;
  min-height: auto !important;
  padding: 18px 0 10px !important;
}

.photojoy-copy {
  max-width: 100% !important;
  padding: 10px 0 0 !important;
}

.photojoy-copy h1.photojoy-new-title {
  align-items: flex-start !important;
  text-align: left !important;
}

.photojoy-lead {
  display: inline-block !important;
  margin: 16px 0 12px !important;
  padding: 9px 14px !important;
  border-radius: 999px !important;
  background: rgba(23, 50, 77, 0.92) !important;
  color: #fff !important;
  line-height: 1.45 !important;
  text-align: left !important;
  box-shadow: 0 12px 24px rgba(23, 50, 77, 0.16) !important;
}

.fv-benefit-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  margin: 4px auto 14px !important;
  padding: 8px 14px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #c99b45, #e2bd66) !important;
  color: #0b2742 !important;
  font-size: clamp(12px, 3.2vw, 15px) !important;
  font-weight: 1000 !important;
  letter-spacing: -0.02em !important;
  box-shadow: 0 10px 20px rgba(185, 136, 34, 0.20) !important;
}

.photojoy-copy h1.photojoy-new-title {
  gap: 4px !important;
  margin: 0 auto !important;
  text-align: center !important;
}

.photojoy-copy h1.photojoy-new-title span {
  line-height: 1.05 !important;
}

.fv-subcopy {
  margin: 12px auto 16px !important;
  color: #263238 !important;
  font-size: clamp(13px, 3.4vw, 16px) !important;
  font-weight: 800 !important;
  line-height: 1.7 !important;
  text-align: center !important;
}

.fv-subcopy p {
  margin: 0 !important;
}

.fv-collage-panel {
  position: relative !important;
  margin: 12px auto 14px !important;
  padding: 8px !important;
  border: 3px solid #123a5a !important;
  border-radius: 18px !important;
  background: #082a45 !important;
  box-shadow: 0 18px 34px rgba(8, 42, 69, 0.18) !important;
  overflow: hidden !important;
}

.fv-collage-panel img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  border-radius: 12px !important;
}

.fv-collage-label {
  position: absolute !important;
  top: 8px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 7px 13px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #0b2742 !important;
  white-space: nowrap !important;
  box-shadow: 0 8px 16px rgba(8, 42, 69, 0.18) !important;
}

.fv-collage-label span {
  font-size: 11px !important;
  font-weight: 900 !important;
}

.fv-collage-label strong {
  color: #b98822 !important;
  font-size: 15px !important;
  font-weight: 1000 !important;
}

.photojoy-price small {
  display: block !important;
  margin-top: 8px !important;
  color: #5f6b73 !important;
  font-size: clamp(11px, 2.8vw, 13px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

.photojoy-trust {
  margin-top: 12px !important;
}

.photojoy-trust div {
  background: rgba(255, 255, 255, 0.94) !important;
  border-color: rgba(18, 58, 90, 0.16) !important;
  box-shadow: 0 10px 20px rgba(8, 42, 69, 0.08) !important;
}

.fv-cta-area {
  margin: 14px auto 4px !important;
  text-align: center !important;
}

.fv-main-cta {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 58px !important;
  border-radius: 18px !important;
  background: linear-gradient(180deg, #f01848 0%, #d40035 100%) !important;
  color: #fff !important;
  font-size: clamp(16px, 4.6vw, 22px) !important;
  font-weight: 1000 !important;
  text-decoration: none !important;
  box-shadow: 0 16px 28px rgba(201, 0, 50, 0.28), inset 0 -4px 0 rgba(93, 0, 24, 0.25) !important;
}

.fv-cta-area p {
  margin: 9px 0 0 !important;
  color: #5f6b73 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.reserve-cta-button {
  position: relative !important;
  background: linear-gradient(180deg, #ffae36 0%, #ff7a1a 100%) !important;
  color: #fff !important;
  box-shadow: 0 14px 24px rgba(255, 122, 26, 0.30), inset 0 -3px 0 rgba(160, 69, 12, 0.22) !important;
  overflow: hidden !important;
}

.reserve-cta-button::after {
  content: "" !important;
  position: absolute !important;
  top: -40% !important;
  left: -80% !important;
  width: 42% !important;
  height: 180% !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.65), transparent) !important;
  transform: skewX(-24deg) !important;
  animation: cta-shine 3.2s ease-in-out infinite !important;
  pointer-events: none !important;
}

.reserve-cta-button i {
  background: #fff !important;
}

.reserve-cta-button i::before {
  border-color: #ff7a1a !important;
}

.real-person-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 253, 0.96)) !important;
  border: 1px solid rgba(23, 50, 77, 0.16) !important;
  box-shadow: 0 18px 42px rgba(23, 50, 77, 0.09) !important;
}

.real-person-head h2 {
  color: #17324d !important;
  font-size: clamp(23px, 6vw, 34px) !important;
  letter-spacing: -0.04em !important;
}

.real-person-ribbon {
  background: linear-gradient(90deg, #17324d, #2f6eb0) !important;
  color: #fff !important;
  box-shadow: 0 10px 20px rgba(23, 50, 77, 0.12) !important;
}

.real-person-list article {
  border: 1px solid rgba(23, 50, 77, 0.14) !important;
  box-shadow: 0 12px 24px rgba(23, 50, 77, 0.07) !important;
}

.real-person-list article.real-person-voice {
  display: grid !important;
  grid-template-columns: 64px 1fr !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 12px !important;
  background: linear-gradient(135deg, #fff, #f7fbff) !important;
}

.real-person-face-photo {
  width: 64px !important;
  height: 64px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center !important;
  border: 3px solid #fff !important;
  box-shadow: 0 10px 18px rgba(23, 50, 77, 0.14) !important;
}

.real-person-bubble {
  position: relative !important;
  padding: 10px 12px !important;
  border: 1px solid rgba(47, 110, 176, 0.18) !important;
  border-radius: 14px !important;
  background: #fff !important;
  text-align: left !important;
  box-shadow: 0 8px 18px rgba(23, 50, 77, 0.07) !important;
}

.real-person-bubble::before {
  content: "" !important;
  position: absolute !important;
  left: -8px !important;
  top: 23px !important;
  width: 14px !important;
  height: 14px !important;
  border-left: 1px solid rgba(47, 110, 176, 0.18) !important;
  border-bottom: 1px solid rgba(47, 110, 176, 0.18) !important;
  background: #fff !important;
  transform: rotate(45deg) !important;
}

.real-person-bubble small {
  display: block !important;
  margin-bottom: 2px !important;
  color: rgba(23, 50, 77, 0.66) !important;
  font-size: clamp(10px, 2.5vw, 12px) !important;
  font-weight: 800 !important;
}

.real-person-bubble p {
  margin: 0 !important;
  color: #17324d !important;
  font-size: clamp(16px, 4.2vw, 21px) !important;
  font-weight: 1000 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.04em !important;
}

.real-person-list p {
  color: #17324d !important;
  font-weight: 900 !important;
}

.real-person-statement {
  background: linear-gradient(135deg, #17324d, #2f6eb0) !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: 0 18px 34px rgba(23, 50, 77, 0.20) !important;
}

.real-person-statement p:last-of-type {
  color: #fff !important;
}

.real-person-statement p {
  color: #fff !important;
}

.opening-plan {
  background:
    radial-gradient(circle at 18% 8%, rgba(47, 110, 176, 0.12), transparent 34%),
    linear-gradient(180deg, #fff, #f7fbff) !important;
  border-color: rgba(23, 50, 77, 0.18) !important;
}

.plan-ribbon {
  background: linear-gradient(90deg, #17324d, #2f6eb0) !important;
  transform: none !important;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%, 18px 50%) !important;
}

.plan-detail-card {
  border-color: rgba(23, 50, 77, 0.16) !important;
  box-shadow: 0 12px 28px rgba(23, 50, 77, 0.08) !important;
}

.plan-detail-list dd {
  color: #17324d !important;
  font-size: clamp(16px, 4.4vw, 22px) !important;
  line-height: 1.35 !important;
}

.plan-detail-list dd strong {
  color: #17324d !important;
  font-size: clamp(14px, 3.8vw, 18px) !important;
  line-height: 1.45 !important;
}

.price-board {
  border: 2px solid rgba(23, 50, 77, 0.16) !important;
  box-shadow: 0 20px 38px rgba(23, 50, 77, 0.10) !important;
}

.price-panel.male strong {
  color: #c92a2f !important;
  font-size: clamp(52px, 15vw, 82px) !important;
  line-height: 0.95 !important;
  letter-spacing: -0.06em !important;
  text-shadow: 0 5px 0 rgba(199, 152, 69, 0.14) !important;
}

@keyframes cta-shine {
  0%, 42% {
    left: -85%;
    opacity: 0;
  }
  52% {
    opacity: 1;
  }
  76%, 100% {
    left: 135%;
    opacity: 0;
  }
}

@media (max-width: 390px) {
  .worry-catch {
    font-size: clamp(13px, 3.7vw, 15px) !important;
  }

  .photojoy-hero-card {
    min-height: auto !important;
    background:
      radial-gradient(circle at 84% 72%, rgba(47, 110, 176, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(248, 252, 255, 0.99), rgba(239, 247, 252, 0.96)) !important;
  }

  .photojoy-copy {
    max-width: 100% !important;
    padding-top: 10px !important;
  }
}

@media (max-width: 720px) {
  .photojoy-hero-card {
    min-height: auto !important;
    background:
      radial-gradient(circle at 84% 72%, rgba(47, 110, 176, 0.12), transparent 34%),
      linear-gradient(180deg, rgba(248, 252, 255, 0.99), rgba(239, 247, 252, 0.96)) !important;
  }

  .photojoy-hero-body {
    min-height: auto !important;
  }

  .photojoy-copy {
    max-width: 100% !important;
    padding-top: 8px !important;
  }

  .photojoy-copy h1.photojoy-new-title {
    align-items: center !important;
    text-align: center !important;
  }

  .photojoy-lead {
    display: block !important;
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }
}

@media (min-width: 760px) {
  .photojoy-hero-card {
    max-width: 1080px !important;
    padding: 24px !important;
  }

  .photojoy-hero-body {
    display: grid !important;
    grid-template-columns: minmax(320px, 0.95fr) minmax(360px, 1.05fr) !important;
    align-items: center !important;
    gap: 24px !important;
  }

  .photojoy-copy {
    display: contents !important;
  }

  .fv-benefit-badge,
  .photojoy-copy h1.photojoy-new-title,
  .fv-subcopy,
  .photojoy-price {
    grid-column: 1 !important;
  }

  .fv-collage-panel {
    grid-column: 2 !important;
    grid-row: 1 / span 4 !important;
    margin: 0 !important;
  }

  .photojoy-copy h1.photojoy-new-title {
    align-items: flex-start !important;
    text-align: left !important;
  }

  .fv-subcopy {
    text-align: left !important;
  }

  .fv-benefit-badge {
    margin-left: 0 !important;
  }
}

/* Compact first view so price and CTA stay visible on phones. */
.photojoy-hero-body {
  padding-top: 8px !important;
  padding-bottom: 6px !important;
}

.fv-benefit-badge {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  padding: 6px 12px !important;
}

.photojoy-copy h1.photojoy-new-title {
  font-size: clamp(28px, 8vw, 46px) !important;
}

.fv-subcopy {
  margin-top: 8px !important;
  margin-bottom: 10px !important;
  line-height: 1.45 !important;
}

.fv-collage-panel {
  margin-top: 8px !important;
  margin-bottom: 10px !important;
  padding-top: 8px !important;
}

.fv-collage-panel img {
  width: min(100%, 340px) !important;
  margin: 0 auto !important;
}

.photojoy-price {
  padding: 10px 14px 11px !important;
}

.photojoy-price strong {
  margin-top: 5px !important;
  font-size: clamp(32px, 9vw, 52px) !important;
}

.photojoy-price small {
  margin-top: 5px !important;
}

.photojoy-trust {
  margin-top: 8px !important;
}

.photojoy-trust div {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.fv-cta-area {
  margin-top: 10px !important;
  margin-bottom: 2px !important;
}

.fv-main-cta {
  min-height: 54px !important;
}

.fv-cta-area p {
  margin-top: 6px !important;
}

/* Revised FV headline hierarchy. */
.fv-headline {
  display: grid !important;
  justify-items: center !important;
  gap: 6px !important;
  margin: 0 auto 10px !important;
  text-align: center !important;
}

.fv-title-kicker {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
  padding: 5px 12px !important;
  border: 1px solid rgba(199, 152, 69, 0.55) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  color: #17324d !important;
  font-size: clamp(12px, 3.2vw, 15px) !important;
  font-weight: 1000 !important;
  letter-spacing: 0.02em !important;
  box-shadow: 0 8px 18px rgba(23, 50, 77, 0.08) !important;
}

.fv-headline h1 {
  display: grid !important;
  justify-items: center !important;
  gap: 2px !important;
  margin: 0 !important;
  color: #17324d !important;
  font-family: "Noto Serif JP", "Yu Mincho", serif !important;
  line-height: 1.02 !important;
  letter-spacing: -0.06em !important;
}

.fv-title-main {
  display: block !important;
  max-width: 100% !important;
  color: #17324d !important;
  font-size: clamp(31px, 8.5vw, 52px) !important;
  font-weight: 1000 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.08em !important;
  text-shadow: 0 5px 0 rgba(47, 110, 176, 0.10) !important;
}

.fv-title-suffix {
  display: block !important;
  color: #17324d !important;
  font-size: clamp(30px, 8.1vw, 50px) !important;
  font-weight: 1000 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.08em !important;
}

.fv-title-service {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 4px 0 0 !important;
  padding: 7px 13px !important;
  border-radius: 8px !important;
  background: linear-gradient(90deg, #c79845, #e4c46e) !important;
  color: #0b2742 !important;
  font-size: clamp(15px, 4vw, 20px) !important;
  font-weight: 1000 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.03em !important;
  box-shadow: 0 12px 20px rgba(199, 152, 69, 0.20) !important;
}

.fv-title-service::before,
.fv-title-service::after {
  content: "" !important;
  width: 16px !important;
  height: 1px !important;
  margin: 0 8px !important;
  background: rgba(11, 39, 66, 0.58) !important;
}

@media (min-width: 760px) {
  .fv-headline {
    justify-items: start !important;
    text-align: left !important;
  }

  .fv-headline h1 {
    justify-items: start !important;
  }
}

/* Variation cards: align the provided reference images with each label. */
.variation-grid article {
  border-color: rgba(23, 50, 77, 0.14) !important;
  background: linear-gradient(180deg, #fff, #f8fbff) !important;
  box-shadow: 0 12px 22px rgba(23, 50, 77, 0.08) !important;
}

.variation-grid img {
  background: #eef5fb !important;
  object-fit: cover !important;
}

.variation-grid article:nth-child(1) img {
  object-position: center center !important;
}

.variation-grid article:nth-child(2) img {
  object-position: center center !important;
}

.variation-grid article:nth-child(3) img {
  object-position: center center !important;
}

.variation-grid article:nth-child(4) img {
  object-position: center 38% !important;
}

.variation-grid h3 {
  color: #263238 !important;
  letter-spacing: -0.04em !important;
}

/* Pricing section rebuilt as HTML/CSS, matching the navy/gold/orange tone. */
.pricing-panel {
  position: relative !important;
  overflow: hidden !important;
  padding: 28px 18px 22px !important;
  border: 1px solid rgba(18, 58, 90, 0.18) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 92% 8%, rgba(47, 110, 176, 0.10), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #f5fbff 100%) !important;
  box-shadow: 0 22px 44px rgba(18, 58, 90, 0.10) !important;
}

.pricing-panel::before,
.pricing-panel::after {
  content: "✦" !important;
  position: absolute !important;
  color: #d6a23a !important;
  font-size: 25px !important;
  line-height: 1 !important;
  opacity: 0.95 !important;
}

.pricing-panel::before {
  top: 48px !important;
  left: 34px !important;
}

.pricing-panel::after {
  top: 72px !important;
  right: 36px !important;
}

.pricing-label {
  display: flex !important;
  justify-content: center !important;
  margin: 0 auto 22px !important;
}

.pricing-label span {
  min-width: 154px !important;
  padding: 10px 28px 12px !important;
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%) !important;
  background: linear-gradient(135deg, #0b2f4a, #123a5a 62%, #2f6fae) !important;
  color: #fff !important;
  font-family: "Noto Serif JP", "Yu Mincho", serif !important;
  font-size: clamp(24px, 6.8vw, 36px) !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  text-align: center !important;
  letter-spacing: 0.14em !important;
  box-shadow: 0 12px 22px rgba(18, 58, 90, 0.18) !important;
}

.pricing-head {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  justify-items: center !important;
  gap: 10px !important;
  margin-bottom: 24px !important;
  text-align: center !important;
}

.pricing-head h2 {
  margin: 0 !important;
  color: #123a5a !important;
  font-family: "Noto Serif JP", "Yu Mincho", serif !important;
  font-size: clamp(29px, 8vw, 48px) !important;
  font-weight: 1000 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.08em !important;
}

.pricing-head > span {
  width: 88px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #d6a23a !important;
}

.pricing-head p {
  margin: 0 !important;
  color: #16344f !important;
  font-size: clamp(14px, 3.8vw, 18px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.01em !important;
}

.pricing-compare-card {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 0 !important;
  padding: 18px 16px !important;
  border: 2px solid rgba(18, 58, 90, 0.78) !important;
  border-radius: 22px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 12px 28px rgba(18, 58, 90, 0.10) !important;
}

.price-row {
  display: grid !important;
  grid-template-columns: 112px 1fr !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 16px 0 !important;
}

.price-row + .price-row {
  border-top: 2px dashed rgba(18, 58, 90, 0.14) !important;
}

.price-row dt {
  display: grid !important;
  place-items: center !important;
  min-height: 74px !important;
  margin: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  font-size: clamp(15px, 4vw, 18px) !important;
  font-weight: 1000 !important;
  line-height: 1.35 !important;
  text-align: center !important;
}

.price-row.regular dt {
  background: linear-gradient(135deg, #0b2f4a, #123a5a) !important;
}

.price-row.campaign dt {
  background: linear-gradient(135deg, #b88524, #d6a23a) !important;
}

.price-row dd {
  margin: 0 !important;
  color: #123a5a !important;
  line-height: 1 !important;
}

.price-row.regular strong {
  display: inline-block !important;
  color: #123a5a !important;
  font-family: "Noto Serif JP", "Yu Mincho", serif !important;
  font-size: clamp(38px, 10vw, 60px) !important;
  font-weight: 1000 !important;
  letter-spacing: -0.07em !important;
}

.price-row dd > span:not(.limited-badge) {
  color: #123a5a !important;
  font-size: clamp(13px, 3.4vw, 16px) !important;
  font-weight: 900 !important;
}

.limited-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 8px !important;
  padding: 6px 18px !important;
  clip-path: polygon(0 0, 100% 0, 88% 50%, 100% 100%, 0 100%, 12% 50%) !important;
  background: #d92e35 !important;
  color: #fff !important;
  font-size: clamp(13px, 3.5vw, 17px) !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

.price-row.campaign strong {
  display: inline-block !important;
  color: #d92e35 !important;
  font-family: "Noto Serif JP", "Yu Mincho", serif !important;
  font-size: clamp(54px, 15vw, 86px) !important;
  font-weight: 1000 !important;
  letter-spacing: -0.08em !important;
  text-shadow: 0 5px 0 rgba(214, 162, 58, 0.14) !important;
}

.price-row.campaign small {
  display: block !important;
  margin-top: 7px !important;
  color: #d92e35 !important;
  font-size: clamp(15px, 4vw, 19px) !important;
  font-weight: 1000 !important;
  text-align: center !important;
}

.pricing-detail-list {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  margin: 22px 0 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(18, 58, 90, 0.16) !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(214, 227, 236, 0.68) !important;
}

.pricing-detail-list div {
  display: grid !important;
  grid-template-columns: 128px 1fr !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 13px 0 !important;
}

.pricing-detail-list div + div {
  border-top: 1px dashed rgba(18, 58, 90, 0.16) !important;
}

.pricing-detail-list dt,
.pricing-detail-list dd {
  margin: 0 !important;
}

.pricing-detail-list dt {
  display: flex !important;
  align-items: center !important;
  gap: 9px !important;
  color: #16344f !important;
  font-size: clamp(13px, 3.5vw, 16px) !important;
  font-weight: 900 !important;
}

.pricing-detail-list dd {
  color: #123a5a !important;
  font-size: clamp(15px, 4vw, 19px) !important;
  font-weight: 1000 !important;
  line-height: 1.45 !important;
}

.pricing-icon {
  display: inline-grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  width: 34px !important;
  height: 34px !important;
  border-radius: 999px !important;
  background: #123a5a !important;
  color: #fff !important;
  font-size: 18px !important;
}

.pricing-icon.time::before { content: "◷"; }
.pricing-icon.camera::before { content: "▣"; }
.pricing-icon.magic::before { content: "✦"; }
.pricing-icon.pin::before { content: "●"; }

.pricing-cta {
  position: relative !important;
  z-index: 1 !important;
  margin: 24px 0 22px !important;
  text-align: center !important;
}

.pricing-cta-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  min-height: 68px !important;
  width: 100% !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #ff9f26 0%, #ff7a1a 100%) !important;
  color: #fff !important;
  font-size: clamp(24px, 7vw, 38px) !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 18px 30px rgba(255, 122, 26, 0.32), inset 0 -5px 0 rgba(154, 62, 6, 0.18) !important;
}

.pricing-cta-button i {
  display: grid !important;
  place-items: center !important;
  width: 36px !important;
  height: 36px !important;
  border-radius: 999px !important;
  background: #fff !important;
}

.pricing-cta-button i::before {
  content: "›" !important;
  color: #ff7a1a !important;
  font-size: 34px !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  transform: translateY(-1px) !important;
}

.pricing-cta p {
  margin: 12px 0 0 !important;
  color: #f08a20 !important;
  font-size: clamp(15px, 4vw, 20px) !important;
  font-weight: 1000 !important;
  letter-spacing: 0.12em !important;
}

.pricing-feature-grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.pricing-feature-grid article {
  position: relative !important;
  display: grid !important;
  justify-items: center !important;
  align-content: center !important;
  gap: 9px !important;
  min-height: 122px !important;
  padding: 14px 8px !important;
  border: 1px solid rgba(18, 58, 90, 0.14) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 10px 20px rgba(18, 58, 90, 0.07) !important;
  text-align: center !important;
}

.pricing-feature-grid article::after {
  content: "✦" !important;
  position: absolute !important;
  top: 9px !important;
  right: 11px !important;
  color: #d6a23a !important;
  font-size: 17px !important;
}

.pricing-feature-icon {
  display: grid !important;
  place-items: center !important;
  width: 48px !important;
  height: 48px !important;
  color: #2f6fae !important;
  font-size: 38px !important;
  line-height: 1 !important;
}

.pricing-feature-icon.person::before { content: "♟"; }
.pricing-feature-icon.building::before { content: "▦"; }
.pricing-feature-icon.profile::before { content: "▣"; }

.pricing-feature-grid p {
  margin: 0 !important;
  color: #2f6fae !important;
  font-size: clamp(14px, 3.6vw, 17px) !important;
  font-weight: 1000 !important;
  line-height: 1.25 !important;
}

@media (max-width: 390px) {
  .price-row {
    grid-template-columns: 96px 1fr !important;
    gap: 10px !important;
  }

  .pricing-detail-list div {
    grid-template-columns: 112px 1fr !important;
  }

  .pricing-feature-grid {
    gap: 7px !important;
  }

  .pricing-feature-grid p {
    font-size: 12px !important;
  }
}

@media (min-width: 760px) {
  .pricing-panel {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 38px 42px 34px !important;
  }

  .pricing-compare-card {
    padding: 24px 30px !important;
  }

  .pricing-detail-list div {
    grid-template-columns: 180px 1fr !important;
  }
}

/* 料金セクション: スマホ幅でも数字と短文を1行で収める */
.pricing-compare-card {
  overflow: hidden !important;
}

.price-row {
  grid-template-columns: minmax(100px, 28%) minmax(0, 1fr) !important;
  gap: clamp(6px, 2vw, 10px) !important;
  padding: clamp(12px, 3.2vw, 18px) 0 !important;
}

.price-row dt {
  min-height: clamp(58px, 15vw, 76px) !important;
  padding: 0 clamp(6px, 1.8vw, 11px) !important;
  font-size: clamp(10.5px, 2.85vw, 14px) !important;
  letter-spacing: -0.06em !important;
  white-space: nowrap !important;
}

.price-row dd {
  min-width: 0 !important;
}

.price-row.regular dd {
  white-space: nowrap !important;
}

.price-row.campaign dd {
  white-space: normal !important;
}

.price-row.regular strong {
  font-size: clamp(30px, 8.2vw, 50px) !important;
  letter-spacing: -0.1em !important;
}

.price-row.campaign strong {
  font-size: clamp(36px, 10vw, 60px) !important;
  letter-spacing: -0.11em !important;
  white-space: nowrap !important;
}

.price-row dd > span:not(.limited-badge) {
  font-size: clamp(10px, 2.8vw, 14px) !important;
  letter-spacing: -0.08em !important;
}

.limited-badge {
  display: flex !important;
  width: max-content !important;
  margin-bottom: clamp(5px, 1.5vw, 8px) !important;
  padding: 5px clamp(12px, 3vw, 18px) !important;
  font-size: clamp(11px, 3vw, 15px) !important;
}

.price-row.campaign small {
  margin-top: 5px !important;
  font-size: clamp(12px, 3.2vw, 16px) !important;
  letter-spacing: -0.03em !important;
  text-align: left !important;
}

.pricing-detail-list {
  padding: 12px clamp(10px, 3vw, 16px) !important;
}

.pricing-detail-list div {
  grid-template-columns: minmax(96px, 31%) minmax(0, 1fr) !important;
  gap: clamp(6px, 2vw, 10px) !important;
  padding: 12px 0 !important;
}

.pricing-detail-list dt {
  gap: 6px !important;
  font-size: clamp(11px, 3vw, 15px) !important;
  letter-spacing: -0.05em !important;
  white-space: nowrap !important;
}

.pricing-detail-list dd {
  min-width: 0 !important;
  font-size: clamp(11px, 3.15vw, 16px) !important;
  line-height: 1.2 !important;
  letter-spacing: -0.08em !important;
  white-space: nowrap !important;
}

.pricing-icon {
  width: clamp(27px, 7.2vw, 34px) !important;
  height: clamp(27px, 7.2vw, 34px) !important;
  font-size: clamp(14px, 4vw, 18px) !important;
}

.pricing-feature-grid {
  gap: clamp(6px, 2vw, 10px) !important;
}

.pricing-feature-grid article {
  padding: 12px 5px !important;
}

.pricing-feature-grid p {
  font-size: clamp(9px, 2.55vw, 14px) !important;
  letter-spacing: -0.07em !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

@media (max-width: 430px) {
  .pricing-feature-grid {
    grid-template-columns: 1fr !important;
  }

  .pricing-feature-grid article {
    grid-template-columns: 42px 1fr !important;
    justify-items: start !important;
    align-content: center !important;
    min-height: 66px !important;
    text-align: left !important;
  }

  .pricing-feature-icon {
    width: 38px !important;
    height: 38px !important;
    font-size: 30px !important;
  }

  .pricing-feature-grid p {
    font-size: 15px !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 374px) {
  .pricing-panel {
    padding-inline: 14px !important;
  }

  .pricing-compare-card {
    padding-inline: 10px !important;
  }

  .price-row {
    grid-template-columns: 90px minmax(0, 1fr) !important;
  }

  .price-row dt {
    font-size: 10px !important;
  }

  .price-row.campaign strong {
    font-size: clamp(35px, 10vw, 42px) !important;
  }

  .pricing-detail-list div {
    grid-template-columns: 90px minmax(0, 1fr) !important;
  }

  .pricing-detail-list dd {
    font-size: 11px !important;
  }
}

/* LP全体の短い訴求テキストをスマホで無理なく1行化 */
.photojoy-price {
  width: min(100%, 340px) !important;
  padding-inline: clamp(12px, 3.4vw, 18px) !important;
}

.photojoy-price > span,
.photojoy-price small,
.photojoy-trust span,
.photojoy-trust strong {
  white-space: nowrap !important;
}

.photojoy-price strong {
  font-size: clamp(36px, 10.2vw, 56px) !important;
  letter-spacing: -0.08em !important;
  white-space: nowrap !important;
}

.photojoy-price strong .tax {
  font-size: clamp(12px, 3vw, 16px) !important;
  letter-spacing: -0.08em !important;
}

.photojoy-price small {
  display: block !important;
  font-size: clamp(11px, 3vw, 14px) !important;
  letter-spacing: -0.05em !important;
  text-align: center !important;
}

.variation-heading h2,
.variation-heading h2 strong {
  letter-spacing: -0.05em !important;
}

@media (max-width: 430px) {
  .variation-heading {
    padding-inline: 10px !important;
  }

  .variation-heading h2 {
    font-size: clamp(21px, 5.4vw, 25px) !important;
    white-space: nowrap !important;
  }

  .variation-key {
    transform: translateX(-8px) rotate(24deg) !important;
  }
}

/* Typography unification: LP内テキストを Noto Serif JP に統一 */
html,
body,
button,
input,
select,
textarea,
body * {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif !important;
}

body {
  font-feature-settings: "palt" 1 !important;
  text-rendering: optimizeLegibility !important;
}

.fv-title-main,
.fv-title-suffix,
.fv-title-service,
.worry-main-ribbon,
.worry-catch,
.real-person-head h2,
.real-person-bubble small,
.real-person-bubble p,
.real-person-statement p,
.variation-heading h2,
.variation-lead,
.variation-grid h3,
.variation-result,
.pricing-head h2,
.price-row dt,
.price-row dd,
.pricing-detail-list dt,
.pricing-detail-list dd,
.pricing-cta-button,
.flow-reference-card,
.photographer-card,
.faq-card {
  letter-spacing: -0.04em !important;
}

.fv-title-main,
.fv-title-suffix {
  line-height: 1.08 !important;
}

.fv-title-service {
  line-height: 1.35 !important;
}

.worry-catch,
.variation-lead,
.variation-result {
  line-height: 1.35 !important;
}

.real-person-bubble p {
  line-height: 1.25 !important;
}

.real-person-statement p {
  line-height: 1.28 !important;
}

.pricing-detail-list dt,
.pricing-detail-list dd {
  letter-spacing: -0.08em !important;
}

.pricing-cta-button {
  letter-spacing: 0 !important;
}

@media (max-width: 430px) {
  .fv-title-main {
    font-size: clamp(30px, 8vw, 36px) !important;
  }

  .fv-title-suffix {
    font-size: clamp(29px, 7.8vw, 35px) !important;
  }

  .fv-title-service {
    font-size: clamp(14px, 3.7vw, 17px) !important;
    white-space: nowrap !important;
  }

  .worry-catch {
    font-size: clamp(18px, 4.75vw, 20px) !important;
    white-space: nowrap !important;
  }

  .real-person-head h2 {
    font-size: clamp(22px, 5.8vw, 26px) !important;
  }

  .real-person-bubble small {
    font-size: clamp(12px, 3.1vw, 14px) !important;
    white-space: nowrap !important;
  }

  .real-person-bubble p {
    font-size: clamp(15px, 3.9vw, 18px) !important;
    white-space: nowrap !important;
  }

  .variation-heading h2 {
    font-size: clamp(20px, 5.1vw, 24px) !important;
    letter-spacing: -0.08em !important;
  }

  .variation-lead {
    font-size: clamp(13px, 3.45vw, 15px) !important;
    white-space: nowrap !important;
  }

  .variation-grid h3 {
    font-size: clamp(15px, 4vw, 18px) !important;
    white-space: nowrap !important;
  }

  .variation-result {
    font-size: clamp(13px, 3.55vw, 16px) !important;
    white-space: nowrap !important;
  }

  .pricing-head h2 {
    font-size: clamp(27px, 7.1vw, 32px) !important;
  }

  .pricing-head p {
    white-space: nowrap !important;
  }
}

/* Long headline fit after Noto Serif JP change */
.worry-catch {
  font-size: clamp(15px, 4.05vw, 17px) !important;
  letter-spacing: -0.08em !important;
  line-height: 1.25 !important;
  white-space: nowrap !important;
}

/* A4 questionnaire slider */
.survey-card {
  position: relative !important;
  overflow: hidden !important;
  max-width: 860px !important;
  margin: 0 auto !important;
  padding: clamp(22px, 5vw, 38px) clamp(14px, 4vw, 34px) !important;
  border: 1px solid rgba(18, 58, 90, 0.16) !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 90% 12%, rgba(47, 110, 176, 0.10), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f4f9fd 100%) !important;
  box-shadow: 0 22px 44px rgba(18, 58, 90, 0.10) !important;
}

.survey-card::before,
.survey-card::after {
  content: "✦" !important;
  position: absolute !important;
  color: #d3a54b !important;
  font-size: 26px !important;
  line-height: 1 !important;
}

.survey-card::before {
  left: 24px !important;
  top: 92px !important;
}

.survey-card::after {
  right: 26px !important;
  bottom: 34px !important;
}

.survey-header {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  justify-items: center !important;
  gap: 10px !important;
  margin-bottom: 22px !important;
  text-align: center !important;
}

.survey-ribbon {
  margin: 0 !important;
  padding: 9px 28px 11px !important;
  min-width: 230px !important;
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%) !important;
  background: linear-gradient(135deg, #0b2f4a, #2f6fae) !important;
  color: #fff !important;
  font-size: clamp(16px, 4vw, 22px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.04em !important;
}

.survey-header h2 {
  margin: 0 !important;
  color: #123a5a !important;
  font-size: clamp(28px, 7vw, 44px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.06em !important;
}

.survey-header > span {
  width: 92px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #d3a54b !important;
}

.survey-header p:last-child {
  margin: 0 !important;
  color: #526678 !important;
  font-size: clamp(13px, 3.4vw, 16px) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

.survey-slider {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: clamp(6px, 2vw, 14px) !important;
}

.survey-track {
  display: flex !important;
  gap: 18px !important;
  overflow-x: auto !important;
  overscroll-behavior-x: contain !important;
  scroll-snap-type: x mandatory !important;
  scroll-behavior: smooth !important;
  scrollbar-width: none !important;
  padding: 10px 2px 18px !important;
}

.survey-track::-webkit-scrollbar {
  display: none !important;
}

.survey-slide {
  flex: 0 0 min(76%, 360px) !important;
  scroll-snap-align: center !important;
  margin: 0 !important;
  padding: 12px 12px 14px !important;
  border: 1px solid rgba(18, 58, 90, 0.14) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 16px 32px rgba(18, 58, 90, 0.13) !important;
}

.survey-slide img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 210 / 297 !important;
  object-fit: contain !important;
  border-radius: 12px !important;
  background: #f8fbff !important;
  box-shadow: inset 0 0 0 1px rgba(18, 58, 90, 0.10) !important;
}

.survey-slide figcaption {
  margin-top: 10px !important;
  color: #123a5a !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

.survey-nav {
  position: relative !important;
  z-index: 2 !important;
  display: grid !important;
  place-items: center !important;
  width: clamp(34px, 9vw, 46px) !important;
  height: clamp(34px, 9vw, 46px) !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #17324d, #2f6fae) !important;
  color: #fff !important;
  cursor: pointer !important;
  font-size: clamp(30px, 8vw, 42px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 12px 22px rgba(18, 58, 90, 0.18) !important;
}

.survey-dots {
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  justify-content: center !important;
  gap: 9px !important;
  margin-top: 2px !important;
}

.survey-dots button {
  width: 10px !important;
  height: 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(18, 58, 90, 0.24) !important;
  cursor: pointer !important;
}

.survey-dots button.is-active {
  width: 28px !important;
  background: #d3a54b !important;
}

.survey-note {
  position: relative !important;
  z-index: 1 !important;
  margin: 14px 0 0 !important;
  color: #687887 !important;
  font-size: clamp(11px, 3vw, 13px) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  text-align: center !important;
}

.flow-line-cta.section-pad {
  padding-top: clamp(18px, 4vw, 30px) !important;
  padding-bottom: clamp(28px, 6vw, 46px) !important;
  background: linear-gradient(180deg, #f6fbff 0%, #eef6fb 100%) !important;
}

.flow-line-panel {
  display: grid !important;
  justify-items: center !important;
  max-width: 720px !important;
  margin: 0 auto !important;
  padding: clamp(18px, 4vw, 26px) clamp(14px, 4vw, 28px) !important;
  border: 1px solid rgba(6, 199, 85, 0.18) !important;
  border-radius: 24px !important;
  background: #fff !important;
  box-shadow: 0 18px 36px rgba(18, 58, 90, 0.10) !important;
}

.flow-line-panel .line-cta-button {
  max-width: 560px !important;
  min-height: clamp(62px, 15vw, 78px) !important;
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 430px) {
  .flow-line-panel .line-cta-button {
    padding-left: 18px !important;
    padding-right: 54px !important;
    gap: 10px !important;
    font-size: clamp(16px, 4.45vw, 19px) !important;
    letter-spacing: -0.04em !important;
  }

  .flow-line-panel .line-cta-button span {
    width: 38px !important;
    height: 38px !important;
    font-size: 11px !important;
  }

  .flow-line-panel .line-cta-button i {
    right: 16px !important;
    width: 32px !important;
    height: 32px !important;
  }
}

@media (max-width: 430px) {
  .survey-slider {
    grid-template-columns: 1fr !important;
  }

  .survey-nav {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
  }

  .survey-nav.prev {
    left: -2px !important;
  }

  .survey-nav.next {
    right: -2px !important;
  }

  .survey-track {
    padding-inline: 28px !important;
  }

  .survey-slide {
    flex-basis: 100% !important;
  }
}

@media (min-width: 760px) {
  .survey-slide {
    flex-basis: min(42%, 360px) !important;
  }
}

/* Yokohama shooting spot guide */
.yokohama-spots.section-pad {
  background: linear-gradient(180deg, #eef6fb 0%, #f8fbfd 100%) !important;
}

.yokohama-spots-card {
  position: relative !important;
  overflow: hidden !important;
  max-width: 900px !important;
  margin: 0 auto !important;
  padding: clamp(22px, 5vw, 40px) clamp(14px, 4vw, 34px) !important;
  border: 1px solid rgba(18, 58, 90, 0.16) !important;
  border-radius: 28px !important;
  background:
    radial-gradient(circle at 92% 12%, rgba(211, 165, 75, 0.16), transparent 25%),
    linear-gradient(180deg, #ffffff 0%, #f3f8fc 100%) !important;
  box-shadow: 0 22px 44px rgba(18, 58, 90, 0.10) !important;
}

.yokohama-spots-card::before,
.yokohama-spots-card::after {
  content: "✦" !important;
  position: absolute !important;
  color: #d3a54b !important;
  font-size: 26px !important;
  line-height: 1 !important;
}

.yokohama-spots-card::before {
  left: 24px !important;
  bottom: 26px !important;
}

.yokohama-spots-card::after {
  right: 28px !important;
  top: 86px !important;
}

.yokohama-spots-head {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  justify-items: center !important;
  gap: 10px !important;
  margin-bottom: clamp(18px, 4vw, 28px) !important;
  text-align: center !important;
}

.yokohama-spots-ribbon {
  min-width: 250px !important;
  margin: 0 !important;
  padding: 9px 30px 11px !important;
  clip-path: polygon(0 0, 100% 0, 92% 50%, 100% 100%, 0 100%, 8% 50%) !important;
  background: linear-gradient(135deg, #0b2f4a, #2f6fae) !important;
  color: #fff !important;
  font-size: clamp(16px, 4vw, 22px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.05em !important;
}

.yokohama-spots-head h2 {
  margin: 0 !important;
  color: #123a5a !important;
  font-size: clamp(26px, 6.6vw, 42px) !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.07em !important;
}

.yokohama-spots-head > span {
  width: 92px !important;
  height: 4px !important;
  border-radius: 999px !important;
  background: #d3a54b !important;
}

.yokohama-spots-head p:last-child {
  max-width: 620px !important;
  margin: 0 !important;
  color: #526678 !important;
  font-size: clamp(13px, 3.4vw, 16px) !important;
  font-weight: 700 !important;
  line-height: 1.65 !important;
}

.yokohama-spot-grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  gap: 16px !important;
}

.yokohama-spot-card {
  overflow: hidden !important;
  display: grid !important;
  grid-template-columns: minmax(118px, 42%) minmax(0, 1fr) !important;
  align-items: stretch !important;
  min-height: 156px !important;
  margin: 0 !important;
  border: 1px solid rgba(18, 58, 90, 0.14) !important;
  border-radius: 22px !important;
  background: #fff !important;
  box-shadow: 0 14px 28px rgba(18, 58, 90, 0.10) !important;
}

.yokohama-spot-card img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 156px !important;
  object-fit: cover !important;
}

.yokohama-spot-card div {
  display: grid !important;
  align-content: center !important;
  gap: 7px !important;
  padding: 16px 15px !important;
  text-align: left !important;
}

.yokohama-spot-card span {
  color: #2f6fae !important;
  font-size: clamp(10px, 2.7vw, 12px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: 0.08em !important;
}

.yokohama-spot-card h3 {
  margin: 0 !important;
  color: #123a5a !important;
  font-size: clamp(20px, 5.2vw, 27px) !important;
  font-weight: 900 !important;
  line-height: 1.18 !important;
  letter-spacing: -0.06em !important;
  white-space: nowrap !important;
}

.yokohama-spot-card p {
  margin: 0 !important;
  color: #526678 !important;
  font-size: clamp(12px, 3.1vw, 15px) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

@media (max-width: 430px) {
  .yokohama-spots-card {
    padding-inline: 12px !important;
  }

  .yokohama-spot-card {
    grid-template-columns: 43% 1fr !important;
    min-height: 138px !important;
    border-radius: 18px !important;
  }

  .yokohama-spot-card img {
    min-height: 138px !important;
  }

  .yokohama-spot-card div {
    padding: 12px 11px !important;
  }

  .yokohama-spot-card p {
    font-size: clamp(11px, 2.9vw, 13px) !important;
  }
}

@media (min-width: 760px) {
  .yokohama-spot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .yokohama-spot-card {
    grid-template-columns: 1fr !important;
  }

  .yokohama-spot-card img {
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 4 / 3 !important;
  }

  .yokohama-spot-card div {
    min-height: 148px !important;
    text-align: center !important;
  }
}

/* LINE導線へ再統一：BASE購入導線をいったん外し、全CTAを公式LINE相談へ戻す */
:root {
  --lp-gothic-font: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html,
body,
button,
input,
select,
textarea,
body * {
  font-family: var(--lp-gothic-font) !important;
}

body {
  font-feature-settings: "palt" 1 !important;
  letter-spacing: 0 !important;
}

.fv-title-main,
.fv-title-suffix,
.fv-title-service,
.worry-main-ribbon,
.worry-catch,
.real-person-head h2,
.real-person-bubble small,
.real-person-bubble p,
.real-person-statement p,
.variation-heading h2,
.variation-lead,
.variation-grid h3,
.variation-result,
.pricing-head h2,
.price-row dt,
.price-row dd,
.pricing-detail-list dt,
.pricing-detail-list dd,
.pricing-cta-button,
.flow-reference-card,
.photographer-card,
.faq-card {
  letter-spacing: 0 !important;
}

.reserve-cta-button,
.pricing-cta-button.reserve-cta-button,
.fv-main-cta,
.line-button.large.line-cta-button,
.line-button.large.line-cta-button.reserve-cta-button {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  min-height: 58px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(180deg, #06d465 0%, #06c755 48%, #0aa548 100%) !important;
  color: #fff !important;
  font-family: var(--lp-gothic-font) !important;
  font-size: clamp(15px, 4vw, 21px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(0, 80, 35, 0.16) !important;
  box-shadow:
    0 16px 30px rgba(6, 199, 85, 0.30),
    inset 0 -4px 0 rgba(0, 108, 43, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
  overflow: hidden !important;
}

.reserve-cta-button::before,
.pricing-cta-button.reserve-cta-button::before,
.fv-main-cta::before {
  content: "LINE" !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: #06c755 !important;
  font-size: 12px !important;
  font-weight: 1000 !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
  box-shadow: 0 5px 12px rgba(0, 95, 42, 0.16) !important;
}

.reserve-cta-button::after,
.pricing-cta-button.reserve-cta-button::after,
.fv-main-cta::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.58), transparent) !important;
  animation: cta-shine 4.8s ease-in-out infinite !important;
}

.reserve-cta-button i,
.pricing-cta-button.reserve-cta-button i,
.fv-main-cta i {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #fff !important;
  flex: 0 0 auto !important;
}

.reserve-cta-button i::before,
.pricing-cta-button.reserve-cta-button i::before,
.fv-main-cta i::before {
  border-color: #06c755 !important;
}

.pricing-cta p {
  color: #06a94a !important;
  font-weight: 900 !important;
}

/* 2026-06-20 polish: section rhythm and LINE shine alignment */
main > section.section-pad:not(.hero-poster-section) {
  padding-top: clamp(30px, 6vw, 50px) !important;
  padding-bottom: clamp(30px, 6vw, 50px) !important;
}

.flow-line-cta.section-pad {
  padding-top: clamp(22px, 4.5vw, 34px) !important;
  padding-bottom: clamp(30px, 6vw, 48px) !important;
}

.section-pad + .section-pad {
  margin-top: 0 !important;
}

.worry-card,
.real-person-card,
.variation-card,
.opening-plan,
.survey-panel,
.flow-reference-card,
.service-area-card,
.yokohama-spots-card,
.reason-card-section,
.photographer-card,
.faq-list,
.line-cta-panel,
.app-strip {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.worry-list {
  gap: 0 !important;
}

.worry-list li {
  min-height: 86px !important;
}

.line-button.large.line-cta-button::after,
.reserve-cta-button::after,
.pricing-cta-button.reserve-cta-button::after,
.fv-main-cta::after {
  content: "" !important;
  position: absolute !important;
  inset: -30% auto -30% -65% !important;
  width: 42% !important;
  transform: skewX(-22deg) !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent) !important;
  animation: cta-shine 4.8s ease-in-out infinite !important;
  pointer-events: none !important;
}

.line-button.large.line-cta-button {
  overflow: hidden !important;
}

@media (max-width: 620px) {
  main > section.section-pad:not(.hero-poster-section) {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }

  .flow-line-cta.section-pad {
    padding-top: 18px !important;
    padding-bottom: 30px !important;
  }

  .worry-list li {
    min-height: 78px !important;
  }
}

/* 2026-06-21 clarity pass: make section intent and photo roles easier to scan */
.worry-list-card {
  padding: clamp(14px, 3.5vw, 20px) !important;
}

.worry-list {
  display: grid !important;
  gap: 10px !important;
}

.worry-list li {
  grid-template-columns: 86px minmax(0, 1fr) !important;
  align-items: center !important;
  min-height: 82px !important;
  padding: 8px 10px !important;
  background: #fff !important;
  border: 1px solid rgba(17, 55, 88, 0.14) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 20px rgba(13, 48, 76, 0.06) !important;
}

.worry-photo {
  width: 78px !important;
  height: 78px !important;
  object-fit: cover !important;
  border-radius: 14px !important;
}

.worry-list p {
  font-size: clamp(15px, 3.55vw, 18px) !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
}

.worry-fix-note {
  margin-top: 12px !important;
  padding: 13px 14px !important;
  border-radius: 16px !important;
  background: linear-gradient(135deg, rgba(16, 55, 88, 0.96), rgba(45, 113, 177, 0.94)) !important;
  color: #fff !important;
  text-align: center !important;
  box-shadow: 0 12px 24px rgba(13, 48, 76, 0.16) !important;
}

.worry-fix-note strong,
.worry-fix-note span {
  display: block !important;
}

.worry-fix-note strong {
  font-size: clamp(15px, 3.7vw, 18px) !important;
  line-height: 1.35 !important;
}

.worry-fix-note span {
  margin-top: 4px !important;
  font-size: clamp(12px, 3vw, 14px) !important;
  line-height: 1.45 !important;
  opacity: 0.92 !important;
}

.variation-grid article {
  grid-template-columns: 104px minmax(0, 1fr) !important;
  align-items: center !important;
  min-height: 116px !important;
}

.variation-grid article > img {
  width: 104px !important;
  height: 104px !important;
  object-fit: cover !important;
}

.variation-item-body {
  align-items: flex-start !important;
  text-align: left !important;
}

.variation-item-body h3 {
  margin-top: 4px !important;
  font-size: clamp(17px, 4vw, 21px) !important;
  line-height: 1.25 !important;
}

.variation-item-body p {
  margin: 6px 0 0 !important;
  color: #516579 !important;
  font-size: clamp(12px, 2.9vw, 14px) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
}

.variation-result {
  line-height: 1.45 !important;
}

.survey-header {
  margin-bottom: 16px !important;
}

.survey-header > p:not(.survey-ribbon) {
  margin: 0 !important;
  color: #526678 !important;
  font-size: clamp(13px, 3.4vw, 16px) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
}

.survey-summary {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
  margin-top: 12px !important;
}

.survey-summary span {
  display: grid !important;
  place-items: center !important;
  min-height: 34px !important;
  padding: 6px 7px !important;
  border-radius: 999px !important;
  background: rgba(6, 199, 85, 0.1) !important;
  border: 1px solid rgba(6, 199, 85, 0.24) !important;
  color: #0f7e3f !important;
  font-size: clamp(11px, 2.7vw, 13px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

.survey-slider {
  margin-top: 10px !important;
}

.survey-slide img {
  max-height: min(72vh, 760px) !important;
  object-fit: contain !important;
  background: #fff !important;
}

@media (max-width: 620px) {
  .worry-list li {
    grid-template-columns: 74px minmax(0, 1fr) !important;
    min-height: 76px !important;
  }

  .worry-photo {
    width: 68px !important;
    height: 68px !important;
  }

  .variation-grid article {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    min-height: 104px !important;
  }

  .variation-grid article > img {
    width: 88px !important;
    height: 88px !important;
  }
}

/* 2026-06-21 balance pass: variation cards, price clarity, universal LINE shine */
.variation-grid {
  gap: 12px !important;
}

.variation-grid article {
  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: center !important;
  min-height: 128px !important;
  padding: 12px 14px !important;
}

.variation-grid article > img {
  grid-column: 1 !important;
  grid-row: 1 !important;
  width: 96px !important;
  height: 96px !important;
  border-radius: 12px !important;
}

.variation-item-body {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: grid !important;
  grid-template-columns: 38px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon title"
    "icon copy" !important;
  column-gap: 10px !important;
  row-gap: 3px !important;
  align-items: center !important;
  min-width: 0 !important;
  width: 100% !important;
  text-align: left !important;
}

.variation-item-icon {
  grid-area: icon !important;
  width: 38px !important;
  height: 38px !important;
}

.variation-item-body h3 {
  grid-area: title !important;
  margin: 0 !important;
  color: #123a5a !important;
  font-size: clamp(18px, 4.5vw, 23px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.04em !important;
  white-space: nowrap !important;
}

.variation-item-body p {
  grid-area: copy !important;
  max-width: 100% !important;
  margin: 0 !important;
  color: #516579 !important;
  font-size: clamp(12px, 3.1vw, 14px) !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

.pricing-head h2 {
  font-size: clamp(34px, 8.2vw, 48px) !important;
  white-space: nowrap !important;
}

.price-row.regular dd strong {
  position: relative !important;
  display: inline-block !important;
  padding-inline: 2px !important;
  background-image:
    linear-gradient(transparent calc(50% - 3px), rgba(217, 46, 53, 0.78) calc(50% - 3px), rgba(217, 46, 53, 0.78) calc(50% - 1px), transparent calc(50% - 1px)),
    linear-gradient(transparent calc(50% + 3px), rgba(217, 46, 53, 0.78) calc(50% + 3px), rgba(217, 46, 53, 0.78) calc(50% + 5px), transparent calc(50% + 5px)) !important;
  background-repeat: no-repeat !important;
}

.price-row.campaign dd strong {
  display: inline-block !important;
  max-width: 100% !important;
  font-size: clamp(48px, 13vw, 72px) !important;
  line-height: 0.95 !important;
  white-space: nowrap !important;
}

.price-row.campaign dd span:not(.limited-badge) {
  white-space: nowrap !important;
}

a[href^="https://lin.ee/"] {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

a[href^="https://lin.ee/"]::after {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: -35% auto -35% -65% !important;
  width: 44% !important;
  transform: skewX(-22deg) !important;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.72), transparent) !important;
  animation: cta-shine 4.8s ease-in-out infinite !important;
  pointer-events: none !important;
}

a[href^="https://lin.ee/"] > * {
  position: relative !important;
  z-index: 2 !important;
}

@media (max-width: 430px) {
  .variation-grid article {
    grid-template-columns: 88px minmax(0, 1fr) !important;
    gap: 12px !important;
    min-height: 116px !important;
    padding: 10px 12px !important;
  }

  .variation-grid article > img {
    width: 88px !important;
    height: 88px !important;
  }

  .variation-item-body {
    grid-template-columns: 34px minmax(0, 1fr) !important;
    column-gap: 8px !important;
  }

  .variation-item-icon {
    width: 34px !important;
    height: 34px !important;
  }

  .variation-item-body h3 {
    font-size: clamp(17px, 4.4vw, 20px) !important;
  }

  .variation-item-body p {
    font-size: clamp(11px, 2.9vw, 13px) !important;
  }

  .pricing-head h2 {
    font-size: clamp(31px, 8vw, 38px) !important;
  }
}

/* 2026-06-21 ZIP first-view rebuild */
.gorilla-zip-hero {
  padding: clamp(14px, 3vw, 28px) clamp(12px, 3vw, 28px) clamp(18px, 4vw, 36px) !important;
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.9) 0 18%, transparent 42%),
    linear-gradient(180deg, #f3f8fc 0%, #eaf3f9 100%) !important;
}

.gorilla-hero-card {
  width: min(100%, 980px) !important;
  margin: 0 auto !important;
  padding: clamp(14px, 3.4vw, 28px) !important;
  color: #123a5a !important;
  background: rgba(255, 255, 255, 0.96) !important;
  border: 1px solid rgba(18, 58, 90, 0.14) !important;
  border-radius: clamp(18px, 4vw, 32px) !important;
  box-shadow: 0 18px 42px rgba(18, 58, 90, 0.13) !important;
  overflow: hidden !important;
}

.gorilla-hero-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin-bottom: clamp(14px, 3.2vw, 28px) !important;
}

.gorilla-hero-brand {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-width: 0 !important;
}

.gorilla-hero-brand img {
  width: clamp(42px, 10vw, 64px) !important;
  height: clamp(42px, 10vw, 64px) !important;
  border-radius: 50% !important;
  object-fit: cover !important;
  box-shadow: 0 8px 20px rgba(18, 58, 90, 0.16) !important;
}

.gorilla-hero-brand strong {
  display: block !important;
  color: #0d2e4f !important;
  font-size: clamp(20px, 5.3vw, 32px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em !important;
  white-space: nowrap !important;
}

.gorilla-hero-brand small {
  display: block !important;
  margin-top: 2px !important;
  color: #456175 !important;
  font-size: clamp(10px, 2.7vw, 13px) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

.gorilla-hero-area {
  flex: 0 0 auto !important;
  padding: 7px 11px !important;
  color: #123a5a !important;
  background: #fff !important;
  border: 1px solid rgba(214, 162, 58, 0.55) !important;
  border-radius: 999px !important;
  font-size: clamp(10px, 2.5vw, 13px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.gorilla-hero-main {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(260px, 0.98fr) !important;
  gap: clamp(18px, 4vw, 36px) !important;
  align-items: center !important;
}

.gorilla-hero-copy {
  min-width: 0 !important;
  text-align: left !important;
}

.gorilla-hero-kicker {
  display: inline-flex !important;
  align-items: center !important;
  max-width: 100% !important;
  margin: 0 0 12px !important;
  padding: 8px 18px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #123a5a, #2f6fae) !important;
  border-radius: 999px !important;
  box-shadow: 0 10px 22px rgba(18, 58, 90, 0.18) !important;
  font-size: clamp(14px, 3.6vw, 18px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

.gorilla-hero-copy h1 {
  margin: 0 !important;
  color: #0d2e4f !important;
  font-family: "Noto Sans JP", system-ui, sans-serif !important;
  font-size: clamp(42px, 10.8vw, 76px) !important;
  font-weight: 900 !important;
  line-height: 1.04 !important;
  letter-spacing: -0.065em !important;
  text-align: left !important;
}

.gorilla-hero-copy h1 span {
  display: block !important;
  white-space: nowrap !important;
}

.gorilla-hero-copy h1 span:last-child {
  position: relative !important;
  width: fit-content !important;
  z-index: 0 !important;
}

.gorilla-hero-copy h1 span:last-child::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0.05em !important;
  height: 0.18em !important;
  z-index: -1 !important;
  background: #ffd54f !important;
  border-radius: 999px !important;
  transform: rotate(-1deg) !important;
}

.gorilla-hero-lead {
  margin: 14px 0 0 !important;
  color: #334a5d !important;
  font-size: clamp(14px, 3.4vw, 17px) !important;
  font-weight: 800 !important;
  line-height: 1.75 !important;
  text-align: left !important;
}

.gorilla-hero-price {
  margin-top: clamp(14px, 3vw, 22px) !important;
  padding: clamp(12px, 3vw, 18px) !important;
  background: linear-gradient(180deg, #fff 0%, #fff8f3 100%) !important;
  border: 1px solid rgba(214, 162, 58, 0.58) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 24px rgba(18, 58, 90, 0.09) !important;
  text-align: center !important;
}

.gorilla-hero-price span,
.gorilla-hero-price em {
  display: block !important;
  color: #123a5a !important;
  font-size: clamp(12px, 3.1vw, 15px) !important;
  font-style: normal !important;
  font-weight: 900 !important;
  line-height: 1.35 !important;
}

.gorilla-hero-price strong {
  display: block !important;
  margin: 2px 0 !important;
  color: #d92e35 !important;
  font-size: clamp(48px, 13vw, 74px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.06em !important;
  white-space: nowrap !important;
}

.gorilla-hero-price small {
  font-size: clamp(14px, 3.6vw, 18px) !important;
  letter-spacing: 0 !important;
}

.gorilla-hero-visual {
  position: relative !important;
  min-height: clamp(320px, 56vw, 520px) !important;
  border-radius: clamp(18px, 4vw, 30px) !important;
  overflow: hidden !important;
  box-shadow: 0 18px 38px rgba(18, 58, 90, 0.18) !important;
  background: #eaf3f9 !important;
}

.gorilla-hero-visual img {
  width: 100% !important;
  height: 100% !important;
  min-height: inherit !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center !important;
}

.gorilla-hero-bubble {
  position: absolute !important;
  left: 16px !important;
  right: 16px !important;
  bottom: 16px !important;
  padding: 12px 14px !important;
  color: #123a5a !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(18, 58, 90, 0.14) !important;
  font-size: clamp(13px, 3.2vw, 16px) !important;
  font-weight: 900 !important;
  text-align: center !important;
}

.gorilla-hero-cta {
  margin-top: clamp(16px, 3.8vw, 28px) !important;
  text-align: center !important;
}

.gorilla-hero-cta-label {
  width: fit-content !important;
  margin: 0 auto 8px !important;
  padding: 5px 18px !important;
  color: #d97706 !important;
  background: #fff !important;
  border: 1px solid rgba(214, 162, 58, 0.7) !important;
  border-radius: 999px !important;
  font-size: clamp(12px, 3vw, 14px) !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
}

.gorilla-hero-cta .reserve-cta-button {
  width: min(100%, 520px) !important;
  min-height: clamp(58px, 14vw, 72px) !important;
  margin: 0 auto !important;
  border-radius: 999px !important;
  font-size: clamp(18px, 5vw, 28px) !important;
  font-weight: 900 !important;
  letter-spacing: 0.02em !important;
}

.gorilla-hero-cta-note {
  margin: 8px 0 0 !important;
  color: #456175 !important;
  font-size: clamp(11px, 2.8vw, 13px) !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

.gorilla-hero-trust {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin-top: clamp(14px, 3vw, 22px) !important;
}

.gorilla-hero-trust div {
  min-width: 0 !important;
  padding: 12px 8px !important;
  background: #fff !important;
  border: 1px solid rgba(18, 58, 90, 0.16) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 18px rgba(18, 58, 90, 0.08) !important;
  text-align: center !important;
}

.gorilla-hero-trust strong,
.gorilla-hero-trust span {
  display: block !important;
  color: #123a5a !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
}

.gorilla-hero-trust strong {
  font-size: clamp(20px, 5vw, 28px) !important;
  white-space: nowrap !important;
}

.gorilla-hero-trust span {
  margin-top: 2px !important;
  font-size: clamp(10px, 2.7vw, 13px) !important;
}

@media (max-width: 760px) {
  .gorilla-zip-hero {
    padding-top: 10px !important;
  }

  .gorilla-hero-card {
    padding: 12px !important;
  }

  .gorilla-hero-top {
    align-items: flex-start !important;
  }

  .gorilla-hero-area {
    max-width: 40% !important;
    white-space: normal !important;
    text-align: center !important;
    line-height: 1.25 !important;
  }

  .gorilla-hero-main {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .gorilla-hero-copy {
    text-align: center !important;
  }

  .gorilla-hero-kicker {
    margin-inline: auto !important;
  }

  .gorilla-hero-copy h1,
  .gorilla-hero-lead {
    text-align: center !important;
  }

  .gorilla-hero-copy h1 span:last-child {
    margin-inline: auto !important;
  }

  .gorilla-hero-lead {
    max-width: 29em !important;
    margin-inline: auto !important;
  }

  .gorilla-hero-visual {
    min-height: 0 !important;
    aspect-ratio: 16 / 11 !important;
  }

  .gorilla-hero-visual img {
    min-height: 0 !important;
  }
}

@media (max-width: 390px) {
  .gorilla-hero-brand strong {
    font-size: 19px !important;
  }

  .gorilla-hero-area {
    padding-inline: 8px !important;
    font-size: 9px !important;
  }

  .gorilla-hero-copy h1 {
    font-size: clamp(38px, 10.3vw, 42px) !important;
  }

  .gorilla-hero-price strong {
    font-size: clamp(44px, 12vw, 48px) !important;
  }
}

/* 2026-06-21 hero visual correction: show the full six-pattern collage */
.gorilla-hero-visual {
  min-height: 0 !important;
  aspect-ratio: 16 / 9 !important;
  background: #ffffff !important;
  border: 4px solid #ffffff !important;
}

.gorilla-hero-visual img {
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  background: #ffffff !important;
}

.gorilla-hero-bubble {
  left: 50% !important;
  right: auto !important;
  bottom: 10px !important;
  width: min(92%, 430px) !important;
  transform: translateX(-50%) !important;
  padding: 9px 14px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  font-size: clamp(12px, 3vw, 15px) !important;
}

@media (max-width: 760px) {
  .gorilla-hero-visual {
    aspect-ratio: 16 / 9 !important;
  }
}

/* 2026-06-21 FV cleanup: stronger category label, no awkward wraps, LINE shine */
.gorilla-hero-kicker {
  display: flex !important;
  justify-content: center !important;
  width: min(100%, 360px) !important;
  margin: 0 auto clamp(14px, 3vw, 20px) !important;
  padding: clamp(10px, 2.8vw, 14px) clamp(18px, 5vw, 28px) !important;
  color: #fff !important;
  background:
    linear-gradient(90deg, rgba(255, 213, 79, 0.22), transparent 18%, transparent 82%, rgba(255, 213, 79, 0.22)),
    linear-gradient(135deg, #092640 0%, #123a5a 55%, #2f6fae 100%) !important;
  border: 1px solid rgba(255, 213, 79, 0.72) !important;
  border-radius: 999px !important;
  box-shadow: 0 12px 28px rgba(18, 58, 90, 0.24) !important;
  font-size: clamp(18px, 4.8vw, 26px) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  white-space: nowrap !important;
}

.gorilla-hero-copy h1 {
  margin-top: 0 !important;
}

.gorilla-hero-price {
  margin-top: clamp(14px, 3.2vw, 24px) !important;
}

.gorilla-hero-cta {
  margin-top: clamp(14px, 3vw, 24px) !important;
}

.gorilla-hero-bubble,
.worry-catch,
.worry-main-ribbon,
.real-person-ribbon,
.variation-head h2,
.variation-item-body h3,
.pricing-ribbon,
.pricing-head h2,
.reason-card h3,
.flow-step h3,
.faq-ribbon,
.spot-card h3,
.photographer-card h3,
.line-cta-bubble,
.gorilla-hero-trust strong,
.gorilla-hero-trust span {
  white-space: nowrap !important;
  text-wrap: normal !important;
}

.worry-catch {
  font-size: clamp(20px, 5.1vw, 28px) !important;
  letter-spacing: -0.04em !important;
}

.variation-item-body p,
.spot-card p,
.flow-step p,
.reason-card p,
.faq-card p {
  text-wrap: balance !important;
}

a[href^="https://lin.ee/"],
.reserve-cta-button[href^="https://lin.ee/"],
.line-button[href^="https://lin.ee/"] {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate !important;
  transform: translateZ(0) !important;
}

a[href^="https://lin.ee/"]::after,
.reserve-cta-button[href^="https://lin.ee/"]::after,
.line-button[href^="https://lin.ee/"]::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  z-index: 5 !important;
  top: -55% !important;
  bottom: -55% !important;
  left: -75% !important;
  width: 42% !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transform: skewX(-24deg) !important;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 100%) !important;
  box-shadow: none !important;
  animation: gorilla-line-shine 3.8s ease-in-out infinite !important;
  pointer-events: none !important;
}

a[href^="https://lin.ee/"] i,
.reserve-cta-button[href^="https://lin.ee/"] i,
.line-button[href^="https://lin.ee/"] i {
  position: relative !important;
  z-index: 6 !important;
}

@keyframes gorilla-line-shine {
  0% {
    left: -75%;
  }
  42%,
  100% {
    left: 132%;
  }
}

@media (max-width: 430px) {
  .gorilla-hero-kicker {
    width: min(100%, 310px) !important;
    font-size: clamp(17px, 4.6vw, 20px) !important;
  }

  .gorilla-hero-bubble {
    font-size: clamp(11px, 2.9vw, 13px) !important;
  }

  .worry-catch {
    font-size: clamp(18px, 4.7vw, 21px) !important;
  }
}

/* 2026-06-21 LINE CTA final fit: keep text on one line and make the shine visible */
a[href^="https://lin.ee/"],
.reserve-cta-button[href^="https://lin.ee/"],
.line-button[href^="https://lin.ee/"],
.line-cta-button[href^="https://lin.ee/"],
.fv-main-cta[href^="https://lin.ee/"] {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  isolation: isolate !important;
  white-space: nowrap !important;
  text-wrap: nowrap !important;
  gap: clamp(7px, 2vw, 12px) !important;
  letter-spacing: -0.05em !important;
}

.fv-main-cta[href^="https://lin.ee/"],
.gorilla-hero-cta .reserve-cta-button[href^="https://lin.ee/"] {
  width: 100% !important;
  min-height: 58px !important;
  padding: 0 clamp(42px, 11vw, 58px) !important;
  font-size: clamp(18px, 5vw, 24px) !important;
  line-height: 1 !important;
}

.reserve-cta-button[href^="https://lin.ee/"]::before,
.pricing-cta-button.reserve-cta-button[href^="https://lin.ee/"]::before,
.fv-main-cta[href^="https://lin.ee/"]::before {
  width: clamp(36px, 9.5vw, 44px) !important;
  height: clamp(36px, 9.5vw, 44px) !important;
  position: absolute !important;
  left: clamp(5px, 1.5vw, 9px) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 4 !important;
}

.reserve-cta-button[href^="https://lin.ee/"] i,
.pricing-cta-button.reserve-cta-button[href^="https://lin.ee/"] i,
.fv-main-cta[href^="https://lin.ee/"] i {
  width: clamp(30px, 8vw, 38px) !important;
  height: clamp(30px, 8vw, 38px) !important;
  position: absolute !important;
  right: clamp(5px, 1.5vw, 9px) !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 4 !important;
}

a[href^="https://lin.ee/"]::after,
.reserve-cta-button[href^="https://lin.ee/"]::after,
.line-button[href^="https://lin.ee/"]::after,
.line-cta-button[href^="https://lin.ee/"]::after,
.fv-main-cta[href^="https://lin.ee/"]::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  z-index: 3 !important;
  top: -70% !important;
  bottom: -70% !important;
  left: -85% !important;
  width: 46% !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transform: skewX(-24deg) !important;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.12) 20%, rgba(255, 255, 255, 0.92) 50%, rgba(255, 255, 255, 0.12) 80%, transparent 100%) !important;
  animation: gorilla-line-shine-final 3.4s ease-in-out infinite !important;
  pointer-events: none !important;
}

@keyframes gorilla-line-shine-final {
  0%,
  18% {
    left: -85%;
  }
  56%,
  100% {
    left: 135%;
  }
}

@media (max-width: 430px) {
  .fv-main-cta[href^="https://lin.ee/"],
  .gorilla-hero-cta .reserve-cta-button[href^="https://lin.ee/"] {
    min-height: 56px !important;
    padding-inline: 44px !important;
    font-size: clamp(17px, 5.2vw, 21px) !important;
  }
}

@media (max-width: 370px) {
  .fv-main-cta[href^="https://lin.ee/"],
  .gorilla-hero-cta .reserve-cta-button[href^="https://lin.ee/"] {
    padding-inline: 39px !important;
    font-size: 17px !important;
  }
}
