/* Voice-side LP theme.
   This file only overrides copy-side color/motif details. The base layout and responsive shell remain in style.css. */

.voice-page {
  --voice-ink: #21145f;
  --voice-purple: #7b2cff;
  --voice-blue: #15a7ff;
  --voice-pink: #ff4fb8;
  --voice-yellow: #ffe45c;
  --voice-lavender: #efe4ff;
}

.voice-page body,
.voice-page .phone-shell {
  color: var(--voice-ink);
}

.voice-lp .sketch-hero {
  background: #f3e8ff !important;
}

.voice-lp .logo-brand,
.voice-lp .hero-brand-copy,
.voice-lp .hero-brand-copy > span,
.voice-lp .hero-temp-logo,
.voice-lp .hero-subcopy,
.voice-lp .sketch-section > h2,
.voice-lp .about-service > h2,
.voice-lp .points-section > h2,
.voice-lp .faq-section > h2,
.voice-lp .empathy-heading h2,
.voice-lp .entry-heading h2,
.voice-lp .point-title-bar h3,
.voice-lp .point-copy p,
.voice-lp .points-closing {
  color: var(--voice-ink) !important;
}

.voice-lp .hero-brand-copy > span::before {
  color: var(--voice-pink) !important;
}

.voice-lp .hero-temp-logo {
  font-size: clamp(2.35rem, 11.2vw, 3.6rem) !important;
  color: var(--voice-purple) !important;
}

.voice-lp .hero-subcopy {
  border: 3px solid rgba(123, 44, 255, 0.16) !important;
  background: rgba(255, 255, 255, 0.92) !important;
}

.voice-lp .main-visual {
  justify-content: center !important;
  margin: -18px 0 -88px !important;
}

.voice-lp .main-visual img {
  width: 100% !important;
  max-width: 100% !important;
  height: 520px !important;
  margin-right: 0 !important;
  object-fit: cover !important;
  transform: none !important;
  object-position: center center !important;
}

.voice-lp .button.primary,
.voice-lp .hero-register-button,
.voice-lp .entry-actions .button.primary {
  background: linear-gradient(135deg, var(--voice-purple), var(--voice-pink)) !important;
  box-shadow: 0 7px 0 #4a178f, 0 16px 30px rgba(123, 44, 255, 0.32) !important;
}

.voice-lp .button.secondary,
.voice-lp .entry-actions .button.secondary {
  color: var(--voice-ink) !important;
  border-color: var(--voice-purple) !important;
  background: #fff !important;
  box-shadow: 0 6px 0 rgba(33, 20, 95, 0.18) !important;
}

.voice-lp .about-service {
  background: #f2dcff !important;
}

.voice-lp .empathy-section {
  background: #ffe0f3 !important;
}

.voice-lp .empathy-section::before {
  background: linear-gradient(180deg, rgba(255, 224, 243, 0) 0%, #e5caff 42%, #8fd8ff 100%) !important;
}

.voice-lp .empathy-scene::after {
  background: linear-gradient(180deg, rgba(255, 224, 243, 0), rgba(255, 224, 243, 0.92) 64%, #ffe0f3 100%) !important;
}

.voice-lp .about-emphasis,
.voice-lp .point-emphasis-pink {
  color: var(--voice-pink) !important;
}

.voice-lp .point-emphasis-blue {
  color: var(--voice-purple) !important;
}

.voice-lp .points-section,
.voice-lp .points-section > h2,
.voice-lp .points-section .point-list,
.voice-lp .points-section .point-card,
.voice-lp .points-section .point-card:nth-child(1),
.voice-lp .points-section .point-card:nth-child(2),
.voice-lp .points-section .point-card:nth-child(3),
.voice-lp .point-voice,
.voice-lp .point-template,
.voice-lp .point-simple,
.voice-lp .points-closing {
  background: #8fd8ff !important;
}

.voice-lp .point-title-bar span {
  background: var(--voice-purple) !important;
}

.voice-lp .point-card:nth-child(2) .point-title-bar span {
  background: var(--voice-pink) !important;
}

.voice-lp .point-card:nth-child(3) .point-title-bar span {
  background: #15b8d6 !important;
}

.voice-lp .point-visual {
  background: #fff !important;
  box-shadow: 0 10px 0 rgba(33, 20, 95, 0.08), 0 22px 36px rgba(33, 20, 95, 0.12) !important;
}

.voice-lp .entry-section {
  background: linear-gradient(180deg, #7b2cff 0%, #b33cff 48%, #ff4fb8 100%) !important;
}

.voice-lp .entry-heading h2,
.voice-lp .entry-heading p,
.voice-lp .entry-card strong,
.voice-lp .entry-card li,
.voice-lp .entry-reward,
.voice-lp .entry-reward strong,
.voice-lp .entry-reward p {
  color: var(--voice-ink) !important;
}

.voice-lp .entry-heading h2,
.voice-lp .entry-heading > p {
  color: #fff !important;
  text-shadow: 4px 4px 0 rgba(33, 20, 95, 0.45) !important;
}

.voice-lp .entry-title-art img {
  display: none !important;
}

.voice-lp .entry-title-art {
  display: grid;
  min-height: 96px;
  place-items: center;
  margin-bottom: 0 !important;
}

.voice-lp .entry-title-art::before {
  content: "ボイスキャスト募集";
  display: inline-grid;
  place-items: center;
  padding: 12px 18px;
  color: #fff;
  border: 4px solid var(--voice-ink);
  border-radius: 999px;
  background: var(--voice-pink);
  box-shadow: 7px 7px 0 var(--voice-ink);
  font-size: clamp(1.32rem, 6.8vw, 2rem);
  font-weight: 950;
  line-height: 1.1;
  text-align: center;
}

.voice-lp .entry-reward {
  border-color: #fff !important;
  background: #fff !important;
  box-shadow: 0 8px 0 rgba(33, 20, 95, 0.35), 0 22px 36px rgba(33, 20, 95, 0.2) !important;
}

.voice-lp .entry-reward span,
.voice-lp .template-phone-screen strong {
  background: var(--voice-purple) !important;
}

.voice-lp .entry-card li {
  background: #f3e8ff !important;
}

.voice-lp .faq-section {
  background: var(--voice-ink) !important;
}

.voice-page .desktop-brand-logo,
.voice-page .desktop-section-nav span {
  background: var(--voice-purple) !important;
}

.voice-page .desktop-section-nav a {
  border-bottom-color: var(--voice-pink) !important;
}

.voice-page .desktop-brand-copy,
.voice-page .desktop-section-nav p,
.voice-page .desktop-section-nav a {
  color: var(--voice-ink) !important;
}

.voice-page .contest-float {
  background: transparent !important;
}

.voice-page .contest-badge-art {
  display: none !important;
}

.voice-page .contest-badge-copy {
  background: var(--voice-purple) !important;
}

/* 2026-07-09: cast-side reverse two-color theme.
   Base vivid pink + blue accent, paired with the creator LP. */
.voice-page {
  --voice-ink: #21145f;
  --voice-base: #ff8fc6;
  --voice-base-strong: #ff4fa3;
  --voice-accent: #1677ff;
  --voice-accent-light: #8fd8ff;
  --voice-accent-deep: #0557cf;
  --voice-paper: #ffffff;
}

.voice-lp .sketch-hero,
.voice-lp .about-service,
.voice-lp .empathy-section,
.voice-lp .points-section,
.voice-lp .points-section > h2,
.voice-lp .points-section .point-list,
.voice-lp .points-section .point-card,
.voice-lp .points-section .point-card:nth-child(1),
.voice-lp .points-section .point-card:nth-child(2),
.voice-lp .points-section .point-card:nth-child(3),
.voice-lp .point-voice,
.voice-lp .point-template,
.voice-lp .point-simple,
.voice-lp .points-closing {
  background: var(--voice-base) !important;
}

.voice-lp .about-service {
  background: #ff70b5 !important;
}

.voice-lp .empathy-section {
  background: #ffb1d8 !important;
}

.voice-lp .empathy-section::before {
  background: linear-gradient(180deg, rgba(255, 177, 216, 0) 0%, #ff9fce 44%, var(--voice-base) 100%) !important;
}

.voice-lp .empathy-scene::after {
  background: linear-gradient(180deg, rgba(255, 177, 216, 0), rgba(255, 177, 216, 0.92) 64%, #ffb1d8 100%) !important;
}

.voice-lp .entry-section {
  background: var(--voice-accent) !important;
}

.voice-lp .hero-brand-copy > span::before,
.voice-lp .hero-title-logo span::before {
  color: var(--voice-accent) !important;
}

.voice-lp .hero-temp-logo,
.voice-lp .about-emphasis,
.voice-lp .point-emphasis-pink,
.voice-lp .point-emphasis-blue,
.voice-lp .section-kicker {
  color: var(--voice-accent) !important;
}

.voice-lp .button.primary,
.voice-lp .hero-register-button,
.voice-lp .entry-actions .button.primary,
.voice-lp .contest-badge-copy {
  background: var(--voice-accent) !important;
  box-shadow: 0 7px 0 var(--voice-accent-deep), 0 16px 30px rgba(22, 119, 255, 0.3) !important;
}

.voice-lp .button.secondary,
.voice-lp .entry-actions .button.secondary {
  border-color: var(--voice-accent) !important;
  color: var(--voice-ink) !important;
  background: var(--voice-paper) !important;
  box-shadow: 0 6px 0 rgba(22, 119, 255, 0.22) !important;
}

.voice-lp .hamburger-button span,
.voice-lp .hamburger-button span:nth-child(3),
.voice-lp .point-ui label:nth-child(2) i::before,
.voice-lp .entry-sheet::after,
.voice-lp .entry-character-card em {
  background: var(--voice-accent) !important;
}

.voice-lp .hamburger-button span:nth-child(2) {
  background: var(--voice-base-strong) !important;
}

.voice-lp .entry-title-art::before,
.voice-lp .entry-reward span,
.voice-lp .template-phone-screen strong,
.voice-page .desktop-brand-logo,
.voice-page .desktop-section-nav span {
  background: var(--voice-accent) !important;
}

.voice-lp .entry-card,
.voice-lp .entry-reward,
.voice-lp .about-step,
.voice-lp .point-visual,
.voice-lp .faq-section details {
  border-color: var(--voice-ink) !important;
}

.voice-lp .entry-heading h2,
.voice-lp .entry-heading > p {
  color: var(--voice-paper) !important;
  text-shadow: 4px 4px 0 var(--voice-ink) !important;
}

/* 2026-07-09: final cast top visual edge-to-edge and centered controls. */
.phone-shell.voice-lp .sketch-hero > .main-visual {
  justify-self: start !important;
  width: min(430px, 100vw) !important;
  max-width: min(430px, 100vw) !important;
  margin: -10px -20px -82px !important;
  overflow: hidden !important;
}

.phone-shell.voice-lp .sketch-hero > .main-visual img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: min(430px, calc(100vw + 20px)) !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.phone-shell.voice-lp .hero-subcopy,
.phone-shell.voice-lp .hero-lp-switch,
.phone-shell.voice-lp .sketch-hero > .compact-buttons,
.phone-shell.voice-lp .sketch-hero > .compact-buttons .hero-register-button {
  justify-self: center !important;
  text-align: center !important;
}

/* 2026-07-09: absolute final cast top visual edge-to-edge. */
.phone-shell.voice-lp .sketch-hero > .main-visual {
  justify-self: start !important;
  width: min(430px, 100vw) !important;
  max-width: min(430px, 100vw) !important;
  margin: -10px -20px -82px !important;
  overflow: hidden !important;
}

.phone-shell.voice-lp .sketch-hero > .main-visual img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: min(430px, calc(100vw + 20px)) !important;
  object-fit: cover !important;
  object-position: center center !important;
}

/* 2026-07-09: keep cast top visual full-bleed and controls centered. */
.voice-lp .main-visual {
  justify-self: center !important;
  width: calc(100% + 40px) !important;
  max-width: calc(100% + 40px) !important;
  margin: -10px -20px -82px !important;
  overflow: hidden !important;
}

.voice-lp .main-visual img {
  width: 100% !important;
  height: min(430px, calc(100vw + 20px)) !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.voice-lp .hero-subcopy,
.voice-lp .hero-lp-switch,
.voice-lp .sketch-hero > .compact-buttons,
.voice-lp .sketch-hero > .compact-buttons .hero-register-button {
  justify-self: center !important;
  text-align: center !important;
}

/* 2026-07-09: improve cast-side readability on purple. */
.voice-page {
  --voice-ink: #fff7c8;
  --voice-deep: #21145f;
}

.voice-lp .logo-brand,
.voice-lp .hero-brand-copy,
.voice-lp .hero-brand-copy > span,
.voice-lp .hero-subcopy,
.voice-lp .sketch-section > h2,
.voice-lp .about-service > h2,
.voice-lp .points-section > h2,
.voice-lp .faq-section > h2,
.voice-lp .empathy-heading h2,
.voice-lp .entry-heading h2,
.voice-lp .point-title-bar h3,
.voice-lp .point-copy p,
.voice-lp .points-closing,
.voice-lp .about-lead,
.voice-lp .empathy-heading p,
.voice-lp .empathy-caption {
  color: var(--voice-ink) !important;
}

.voice-lp .hero-brand-copy > span {
  text-shadow: 4px 4px 0 var(--voice-deep) !important;
}

.voice-lp .hero-subcopy,
.voice-lp .about-step,
.voice-lp .worry-bubble,
.voice-lp .point-visual,
.voice-lp .entry-card,
.voice-lp .entry-reward,
.voice-lp .faq-section details,
.voice-lp .button.secondary,
.voice-lp .entry-actions .button.secondary {
  color: var(--voice-deep) !important;
}

.voice-lp .button.primary,
.voice-lp .hero-register-button,
.voice-lp .entry-actions .button.primary,
.voice-lp .contest-badge-copy,
.voice-lp .point-title-bar span,
.voice-lp .entry-reward span,
.voice-lp .template-phone-screen strong,
.voice-page .desktop-brand-logo,
.voice-page .desktop-section-nav span {
  color: var(--voice-deep) !important;
}

.voice-lp .entry-card,
.voice-lp .entry-reward,
.voice-lp .about-step,
.voice-lp .worry-bubble,
.voice-lp .point-visual,
.voice-lp .faq-section details {
  border-color: var(--voice-deep) !important;
}

.voice-lp .entry-heading h2,
.voice-lp .entry-heading > p {
  text-shadow: 4px 4px 0 var(--voice-deep) !important;
}

/* 2026-07-09: final cast hero readability and full visual fit. */
.voice-lp .main-visual {
  width: min(390px, calc(100vw - 40px)) !important;
  max-width: min(390px, calc(100vw - 40px)) !important;
  margin: -10px 0 -82px !important;
}

.voice-lp .main-visual img {
  width: 100% !important;
  max-width: 100% !important;
  height: 420px !important;
  margin-right: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.voice-lp .hero-brand-copy,
.voice-lp .hero-brand-copy > span {
  color: #fff7c8 !important;
  text-shadow: 4px 4px 0 #21145f !important;
}

.voice-lp .hero-brand-copy > span::before,
.voice-lp .hero-title-logo span::before {
  color: #21145f !important;
  text-shadow: none !important;
}

.voice-lp .main-visual {
  margin: -10px 0 -82px !important;
}

.voice-lp .main-visual img {
  height: 420px !important;
}

.voice-lp .worry-bubble {
  border-color: var(--voice-ink) !important;
}

/* 2026-07-09: cast-side revised theme.
   Base purple + yellow sub color, paired with the illustrator pink LP. */
.voice-page {
  --voice-ink: #21145f;
  --voice-base: #6d2cff;
  --voice-base-soft: #8f5cff;
  --voice-base-deep: #41159d;
  --voice-sub: #ffe45c;
  --voice-sub-deep: #f0b900;
  --voice-paper: #ffffff;
}

.voice-lp .sketch-hero,
.voice-lp .about-service,
.voice-lp .empathy-section,
.voice-lp .points-section,
.voice-lp .points-section > h2,
.voice-lp .points-section .point-list,
.voice-lp .points-section .point-card,
.voice-lp .points-section .point-card:nth-child(1),
.voice-lp .points-section .point-card:nth-child(2),
.voice-lp .points-section .point-card:nth-child(3),
.voice-lp .point-voice,
.voice-lp .point-template,
.voice-lp .point-simple,
.voice-lp .points-closing,
.voice-lp .entry-section {
  background: var(--voice-base) !important;
}

.voice-lp .about-service,
.voice-lp .empathy-section {
  background: var(--voice-base-soft) !important;
}

.voice-lp .empathy-section::before {
  background: linear-gradient(180deg, rgba(143, 92, 255, 0) 0%, var(--voice-base-soft) 42%, var(--voice-base) 100%) !important;
}

.voice-lp .empathy-scene::after {
  background: linear-gradient(180deg, rgba(143, 92, 255, 0), rgba(143, 92, 255, 0.92) 64%, var(--voice-base-soft) 100%) !important;
}

.voice-lp .hero-brand-copy > span::before,
.voice-lp .hero-title-logo span::before,
.voice-lp .hero-temp-logo,
.voice-lp .about-emphasis,
.voice-lp .point-emphasis-pink,
.voice-lp .point-emphasis-blue,
.voice-lp .section-kicker {
  color: var(--voice-sub) !important;
}

.voice-lp .button.primary,
.voice-lp .hero-register-button,
.voice-lp .entry-actions .button.primary,
.voice-lp .contest-badge-copy,
.voice-lp .hamburger-button span,
.voice-lp .hamburger-button span:nth-child(2),
.voice-lp .hamburger-button span:nth-child(3),
.voice-lp .point-title-bar span,
.voice-lp .point-ui label:nth-child(2) i::before,
.voice-lp .entry-sheet::after,
.voice-lp .entry-character-card em,
.voice-lp .entry-title-art::before,
.voice-lp .entry-reward span,
.voice-lp .template-phone-screen strong,
.voice-page .desktop-brand-logo,
.voice-page .desktop-section-nav span {
  background: var(--voice-sub) !important;
  color: var(--voice-ink) !important;
}

.voice-lp .button.primary,
.voice-lp .hero-register-button,
.voice-lp .entry-actions .button.primary {
  box-shadow: 0 7px 0 var(--voice-sub-deep), 0 16px 30px rgba(255, 228, 92, 0.28) !important;
}

.voice-lp .button.secondary,
.voice-lp .entry-actions .button.secondary {
  border-color: var(--voice-sub) !important;
  background: var(--voice-paper) !important;
  box-shadow: 0 6px 0 rgba(240, 185, 0, 0.28) !important;
}

.voice-lp .entry-heading h2,
.voice-lp .entry-heading > p {
  color: var(--voice-paper) !important;
  text-shadow: 4px 4px 0 var(--voice-ink) !important;
}
/* 2026-07-09: final cast top visual edge-to-edge and centered controls. */
.phone-shell.voice-lp .sketch-hero > .main-visual {
  justify-self: start !important;
  width: min(430px, 100vw) !important;
  max-width: min(430px, 100vw) !important;
  margin: -10px -20px -82px !important;
  overflow: hidden !important;
}

.phone-shell.voice-lp .sketch-hero > .main-visual img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: min(430px, calc(100vw + 20px)) !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.phone-shell.voice-lp .hero-subcopy,
.phone-shell.voice-lp .hero-lp-switch,
.phone-shell.voice-lp .sketch-hero > .compact-buttons,
.phone-shell.voice-lp .sketch-hero > .compact-buttons .hero-register-button {
  justify-self: center !important;
  text-align: center !important;
}

.phone-shell.voice-lp .hero-subcopy {
  width: min(calc(100% - 44px), 344px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.phone-shell.voice-lp .hero-lp-switch {
  width: min(calc(100% - 68px), 304px) !important;
  margin: 10px auto 8px !important;
  place-items: center !important;
}

.phone-shell.voice-lp .sketch-hero > .compact-buttons {
  width: min(calc(100% - 68px), 330px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  place-items: center !important;
}

.phone-shell.voice-lp .sketch-hero {
  grid-template-columns: minmax(0, 1fr) !important;
  justify-items: center !important;
}

.phone-shell.voice-lp .sketch-hero > .main-visual {
  justify-self: start !important;
}

.phone-shell.voice-lp .sketch-hero > .compact-buttons {
  transform: none !important;
}

/* 2026-07-09: cast intro section follows the purple/yellow top style. */
.phone-shell.voice-lp .about-service {
  --about-base: var(--voice-base);
  --about-base-deep: var(--voice-base-deep);
  --about-sub: var(--voice-sub);
  --about-sub-deep: var(--voice-sub-deep);
  --about-ink: var(--voice-deep, #21145f);
}

.phone-shell.voice-lp .about-service > h2 {
  color: var(--voice-sub) !important;
}

.phone-shell.voice-lp .about-service {
  background:
    radial-gradient(circle at 12% 14%, rgba(255, 228, 92, 0.26) 0 3px, transparent 4px 100%),
    radial-gradient(circle at 82% 20%, rgba(255, 47, 146, 0.18) 0 3px, transparent 4px 100%),
    radial-gradient(circle at 24% 82%, rgba(22, 140, 255, 0.18) 0 3px, transparent 4px 100%),
    linear-gradient(28deg, transparent 0 42%, rgba(255, 255, 255, 0.12) 42% 43%, transparent 43% 100%),
    linear-gradient(150deg, transparent 0 62%, rgba(16, 42, 99, 0.18) 62% 63%, transparent 63% 100%),
    var(--voice-base) !important;
}

.phone-shell.voice-lp .about-step:nth-of-type(2) {
  background: #168cff !important;
}

.phone-shell.voice-lp .entry-section,
.phone-shell.voice-lp .entry-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.3), transparent 24%),
    radial-gradient(circle at 84% 18%, rgba(255, 47, 146, 0.2), transparent 24%),
    linear-gradient(180deg, #ffe45c 0%, #ffc326 48%, #ff9d16 100%) !important;
}

.phone-shell.voice-lp .hero-subcopy {
  color: #fff7c8 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-shadow:
    2px 2px 0 var(--voice-deep),
    -1px -1px 0 var(--voice-deep),
    1px -1px 0 var(--voice-deep),
    -1px 1px 0 var(--voice-deep) !important;
}

.phone-shell.voice-lp .about-lead,
.phone-shell.voice-lp .about-step,
.phone-shell.voice-lp .point-visual,
.phone-shell.voice-lp .entry-card,
.phone-shell.voice-lp .entry-reward,
.phone-shell.voice-lp .faq-section details,
.phone-shell.voice-lp .worry-bubble,
.phone-shell.voice-lp .points-closing {
  border-color: var(--voice-deep) !important;
  box-shadow: 0 8px 0 var(--voice-deep) !important;
}

.phone-shell.voice-lp .entry-actions .button.primary {
  color: var(--voice-deep) !important;
  background: #ffe45c !important;
}

.phone-shell.voice-lp .entry-actions .button.secondary {
  color: #fff !important;
  background: #ff2f92 !important;
  text-shadow: 2px 2px 0 var(--voice-deep) !important;
}

.phone-shell.voice-lp .entry-heading h2,
.phone-shell.voice-lp .entry-heading > p {
  color: var(--voice-deep) !important;
  text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.88) !important;
}

.phone-shell.voice-lp .entry-reward {
  background: #ffe45c !important;
}

.phone-shell.voice-lp .entry-card {
  background: #8f5cff !important;
}

.phone-shell.voice-lp .sketch-hero > .main-visual {
  margin: -10px -20px 18px !important;
}

/* 2026-07-09: match the illustrator LP layout polish on the voice LP. */
.phone-shell.voice-lp .hero-register-button {
  color: var(--voice-deep, #21145f) !important;
  border: 4px solid var(--voice-deep, #21145f) !important;
  background: #ffe45c !important;
  box-shadow: 0 8px 0 var(--voice-deep, #21145f), 0 16px 22px rgba(33, 20, 95, 0.24) !important;
}

.phone-shell.voice-lp .hero-register-button::before,
.phone-shell.voice-lp .hero-register-button::after {
  display: none !important;
  content: none !important;
}

.phone-shell.voice-lp .hero-lp-switch,
.desktop-lp-switch-right {
  color: #fff !important;
  background: #ff2f92 !important;
  box-shadow: 0 7px 0 #b41462, 0 16px 22px rgba(180, 20, 98, 0.24) !important;
  text-shadow: 1px 1px 0 #7a1248 !important;
}

.phone-shell.voice-lp .hero-lp-switch::before,
.desktop-lp-switch-right::before {
  background-color: #ff2f92 !important;
  box-shadow: 0 5px 0 #b41462 !important;
}

.phone-shell.voice-lp .about-service {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 228, 92, 0.32) 0 3px, transparent 4px 100%),
    radial-gradient(circle at 86% 24%, rgba(255, 47, 146, 0.24) 0 3px, transparent 4px 100%),
    radial-gradient(circle at 24% 84%, rgba(22, 140, 255, 0.24) 0 3px, transparent 4px 100%),
    var(--voice-base, #6d2cff) !important;
}

.phone-shell.voice-lp .about-lead {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.phone-shell.voice-lp .about-step,
.phone-shell.voice-lp .about-step:nth-of-type(2) {
  color: var(--voice-deep, #21145f) !important;
  border: 4px solid var(--voice-deep, #21145f) !important;
  background: #ffe45c !important;
  box-shadow: 0 8px 0 var(--voice-deep, #21145f) !important;
  text-shadow: none !important;
}

.phone-shell.voice-lp .about-step p,
.phone-shell.voice-lp .about-step:nth-of-type(2) p {
  color: var(--voice-deep, #21145f) !important;
  text-shadow: none !important;
}

.phone-shell.voice-lp .points-section {
  padding-top: 62px !important;
}

.phone-shell.voice-lp .points-section > h2 {
  color: #ffe45c !important;
  font-size: clamp(2.05rem, 10vw, 2.85rem) !important;
  line-height: 0.96 !important;
  text-shadow: 3px 3px 0 var(--voice-deep, #21145f) !important;
}

.phone-shell.voice-lp .point-title-bar {
  display: grid !important;
  grid-template-columns: 1fr !important;
  justify-items: center !important;
  gap: 14px !important;
  text-align: center !important;
}

.phone-shell.voice-lp .point-title-bar span {
  justify-self: start !important;
  margin-left: 14px !important;
}

.phone-shell.voice-lp .point-title-bar h3 {
  max-width: 10.8em !important;
  margin-inline: auto !important;
  font-size: clamp(1.8rem, 8.4vw, 2.35rem) !important;
  line-height: 1.08 !important;
}

.phone-shell.voice-lp .point-visual {
  border: 0 !important;
  background: transparent !important;
  box-shadow:
    0 16px 34px rgba(255, 255, 255, 0.44),
    0 12px 26px rgba(33, 20, 95, 0.24) !important;
}

.phone-shell.voice-lp .mock-iframe-shell {
  border: 0 !important;
  background: rgba(255, 255, 255, 0.24) !important;
  box-shadow: 0 18px 34px rgba(255, 255, 255, 0.34) !important;
}

.phone-shell.voice-lp .entry-heading h2 {
  color: var(--voice-deep, #21145f) !important;
  font-size: clamp(3rem, 14.5vw, 4.05rem) !important;
  line-height: 0.9 !important;
  letter-spacing: 0 !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
  text-shadow:
    3px 3px 0 #fff,
    6px 6px 0 rgba(255, 47, 146, 0.42) !important;
}

.phone-shell.voice-lp .entry-subheading {
  margin: 18px auto 14px !important;
  color: var(--voice-deep, #21145f) !important;
  font-size: clamp(1.18rem, 5.2vw, 1.55rem) !important;
  line-height: 1.25 !important;
  font-weight: 950 !important;
  text-shadow: none !important;
}

.phone-shell.voice-lp .entry-heading > p:not(.entry-subheading) {
  color: var(--voice-deep, #21145f) !important;
  text-shadow: none !important;
}

.phone-shell.voice-lp .entry-reward,
.phone-shell.voice-lp .entry-card {
  color: var(--voice-deep, #21145f) !important;
  border: 4px solid var(--voice-deep, #21145f) !important;
  background: #ffe45c !important;
  box-shadow: 0 8px 0 var(--voice-deep, #21145f) !important;
  text-shadow: none !important;
}

.phone-shell.voice-lp .entry-reward span {
  display: inline-grid !important;
  min-width: 112px !important;
  margin: 0 auto 10px !important;
  padding: 7px 16px !important;
  place-items: center !important;
  color: #fff !important;
  border-radius: 999px !important;
  background: #ff2f92 !important;
  text-shadow: 1px 1px 0 var(--voice-deep, #21145f) !important;
}

.phone-shell.voice-lp .entry-card,
.phone-shell.voice-lp .entry-card strong,
.phone-shell.voice-lp .entry-card li,
.phone-shell.voice-lp .entry-reward strong,
.phone-shell.voice-lp .entry-reward p {
  color: var(--voice-deep, #21145f) !important;
  text-shadow: none !important;
}

.phone-shell.voice-lp .entry-card li {
  padding: 9px 0 9px 28px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.phone-shell.voice-lp .entry-actions .button.secondary {
  color: var(--voice-deep, #21145f) !important;
  background: #ffe45c !important;
  text-shadow: none !important;
}

.phone-shell.voice-lp .entry-actions .button.primary,
.phone-shell.voice-lp .entry-actions .button.primary:visited {
  color: #fff !important;
  background: #ff2f92 !important;
  text-shadow: 1px 1px 0 var(--voice-deep, #21145f) !important;
}

.phone-shell.voice-lp .faq-section details:nth-of-type(odd),
.phone-shell.voice-lp .faq-section details:nth-of-type(odd) summary,
.phone-shell.voice-lp .faq-section details:nth-of-type(odd) p {
  text-shadow: none !important;
}

/* 2026-07-10: voice nav color variant. */
.phone-shell.voice-lp .hamburger-button {
  border-color: var(--voice-deep, #21145f) !important;
  background: #ffe45c !important;
  box-shadow: 0 5px 0 var(--voice-deep, #21145f) !important;
}

.phone-shell.voice-lp .hamburger-button span {
  background: var(--voice-deep, #21145f) !important;
}

.phone-shell.voice-lp .hamburger-button span:nth-child(2) {
  background: #ff2f92 !important;
}

.phone-shell.voice-lp .hamburger-button span:nth-child(3) {
  background: #168cff !important;
}

.phone-shell.voice-lp .nav-pills {
  border-color: var(--voice-deep, #21145f) !important;
  box-shadow: 0 8px 0 var(--voice-deep, #21145f), 0 18px 30px rgba(33, 20, 95, 0.24) !important;
}

.phone-shell.voice-lp .nav-pills a:nth-child(even) {
  background: #6d2cff !important;
}

/* 2026-07-10: voice menu uses yellow + purple only. */
.phone-shell.voice-lp .hamburger-button span,
.phone-shell.voice-lp .hamburger-button span:nth-child(2),
.phone-shell.voice-lp .hamburger-button span:nth-child(3) {
  background: #ffe45c !important;
  box-shadow: none !important;
}

.phone-shell.voice-lp .nav-pills {
  background: #ffe45c !important;
  box-shadow: 0 8px 0 #6d2cff, 0 18px 30px rgba(109, 44, 255, 0.25) !important;
}

.phone-shell.voice-lp .nav-pills a,
.phone-shell.voice-lp .nav-pills a:nth-child(even) {
  color: #fff !important;
  background: #6d2cff !important;
}

/* 2026-07-10: voice entry benefits match illustrator layout. */
.phone-shell.voice-lp .entry-benefits {
  border-color: var(--voice-deep, #21145f) !important;
  box-shadow: 0 8px 0 var(--voice-deep, #21145f) !important;
}

.phone-shell.voice-lp .entry-benefits .entry-reward strong {
  color: var(--voice-deep, #21145f) !important;
  text-shadow: 2px 2px 0 #fff, 4px 4px 0 #ff2f92 !important;
}

.phone-shell.voice-lp .entry-benefits .entry-card li::before {
  border-color: #ff2f92 !important;
}

@media (min-width: 1180px) {
  .voice-page .desktop-lp-switch-right {
    top: 54px !important;
  }
}

/* 2026-07-10: override older voice button-surface rule. */
.phone-shell.voice-lp .hamburger-button {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: center !important;
  gap: 6px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.phone-shell.voice-lp .hamburger-button span,
.phone-shell.voice-lp .hamburger-button span:nth-child(2),
.phone-shell.voice-lp .hamburger-button span:nth-child(3) {
  display: block !important;
  flex: 0 0 auto !important;
  width: 34px !important;
  height: 6px !important;
  background: #ffe45c !important;
  box-shadow: none !important;
}

.phone-shell.voice-lp .hero-new-copy {
  color: #ffe45c !important;
  width: calc(100% - 10px) !important;
  padding-inline: 4px !important;
  overflow: visible !important;
  font-size: clamp(1.27rem, 5.72vw, 1.86rem) !important;
  text-shadow: none !important;
}

.phone-shell.voice-lp .hero-new-copy span {
  overflow: visible !important;
}

.phone-shell.voice-lp .hero-service-subtitle {
  color: var(--voice-deep, #21145f) !important;
  background: #ffe45c !important;
}

.phone-shell.voice-lp .point-title-bar h3 {
  color: #fff !important;
  text-shadow:
    3px 3px 0 #6d2cff,
    5px 5px 0 rgba(33, 20, 95, 0.36) !important;
}

.phone-shell.voice-lp .entry-heading h2 {
  line-height: 0.94 !important;
}

.phone-shell.voice-lp .about-service {
  background: var(--voice-base) !important;
}

.phone-shell.voice-lp .entry-section {
  background: linear-gradient(180deg, #ffe45c 0%, #ffc326 52%, #ff9d16 100%) !important;
}

/* 2026-07-10: keep the desktop side menu design identical to the illustrator LP. */
@media (min-width: 1180px) {
  .voice-page .desktop-brand-copy,
  .voice-page .desktop-section-nav,
  .voice-page .desktop-section-nav p,
  .voice-page .desktop-section-nav a {
    color: #fff !important;
  }

  .voice-page .desktop-brand-logo,
  .voice-page .desktop-section-nav span {
    color: #102a63 !important;
    background: #ffe45c !important;
    border-color: #102a63 !important;
    box-shadow: 6px 6px 0 rgba(16, 42, 99, 0.34) !important;
  }

  .voice-page .desktop-section-nav a {
    border-bottom-color: #ffe45c !important;
    text-shadow: 0 2px 0 rgba(16, 42, 99, 0.35) !important;
  }
}

/* 2026-07-10: brighten the voice-side purple to option B for better navy readability. */
.phone-shell.voice-lp {
  --voice-base: #8550ff;
  --voice-base-soft: #a47cff;
  --voice-base-deep: #5527bd;
}

.phone-shell.voice-lp .points-section,
.phone-shell.voice-lp .points-section > h2,
.phone-shell.voice-lp .points-section .point-list,
.phone-shell.voice-lp .points-section .point-card,
.phone-shell.voice-lp .points-section .point-card:nth-child(1),
.phone-shell.voice-lp .points-section .point-card:nth-child(2),
.phone-shell.voice-lp .points-section .point-card:nth-child(3),
.phone-shell.voice-lp .points-closing {
  background: #8550ff !important;
}

.phone-shell.voice-lp .point-title-bar h3 {
  text-shadow:
    3px 3px 0 #8550ff,
    5px 5px 0 rgba(33, 20, 95, 0.3) !important;
}

.phone-shell.voice-lp .point-copy p {
  color: #0b063f !important;
}

/* 2026-07-10: mirror the illustrator polish without changing voice-side copy. */
.phone-shell.voice-lp .about-service,
.phone-shell.voice-lp .points-section,
.phone-shell.voice-lp .point-card {
  background: var(--voice-base) !important;
  background-image: none !important;
}

.phone-shell.voice-lp .about-service > h2,
.phone-shell.voice-lp .points-section > h2,
.phone-shell.voice-lp .points-closing {
  color: #ffe45c !important;
  font-size: clamp(1.65rem, 7.4vw, 2.28rem) !important;
  line-height: 1.18 !important;
  text-shadow: 3px 3px 0 #0b063f !important;
}

.phone-shell.voice-lp .about-video-slot {
  border-color: #0b063f !important;
  color: #0b063f !important;
  background: #ffe45c !important;
  box-shadow: 8px 8px 0 rgba(11, 6, 63, 0.24) !important;
}

.phone-shell.voice-lp .point-emphasis-navy {
  color: #0b063f !important;
}

.phone-shell.voice-lp .point-emphasis-yellow {
  color: #ffe45c !important;
  text-shadow: 2px 2px 0 rgba(11, 6, 63, 0.44) !important;
}

.phone-shell.voice-lp .entry-heading h2 {
  line-height: 1.06 !important;
}

/* 2026-07-10: keep voice hero aligned with the shared centered lane. */
.phone-shell.voice-lp .sketch-hero-copy,
.phone-shell.voice-lp .hero-subcopy,
.phone-shell.voice-lp .hero-lp-switch,
.phone-shell.voice-lp .sketch-hero > .compact-buttons {
  justify-self: center !important;
  max-width: calc(100% - 40px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  transform: none !important;
}

.phone-shell.voice-lp .sketch-hero-copy {
  width: min(calc(100% - 16px), 414px) !important;
}

.phone-shell.voice-lp .hero-new-copy {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  font-size: clamp(1.05rem, 4.65vw, 1.56rem) !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  text-align: center !important;
}

.phone-shell.voice-lp .hero-new-copy > span,
.phone-shell.voice-lp .hero-temp-logo,
.phone-shell.voice-lp .hero-service-subtitle {
  width: 100% !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

/* 2026-07-10: mirror final top order and section cleanup on voice LP. */
.phone-shell.voice-lp .hero-temp-logo {
  order: 1 !important;
}

.phone-shell.voice-lp .hero-service-subtitle {
  order: 2 !important;
  margin-top: -2px !important;
  margin-bottom: 10px !important;
}

.phone-shell.voice-lp .top-copy-text.hero-title-logo {
  order: 3 !important;
  margin-top: 0 !important;
}

.phone-shell.voice-lp .about-service::before,
.phone-shell.voice-lp .about-service::after,
.phone-shell.voice-lp .points-section::before,
.phone-shell.voice-lp .points-section::after,
.phone-shell.voice-lp .entry-section::before,
.phone-shell.voice-lp .entry-section::after {
  display: none !important;
  content: none !important;
}

.phone-shell.voice-lp .about-service,
.phone-shell.voice-lp .points-section,
.phone-shell.voice-lp .point-card {
  background: var(--voice-base) !important;
  background-image: none !important;
}

.phone-shell.voice-lp .entry-section {
  background: linear-gradient(180deg, #ffe45c 0%, #ffc326 52%, #ff9d16 100%) !important;
  background-image: linear-gradient(180deg, #ffe45c 0%, #ffc326 52%, #ff9d16 100%) !important;
}

.phone-shell.voice-lp .about-service > h2,
.phone-shell.voice-lp .points-section > h2 {
  display: block !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: min(calc(100% - 32px), 350px) !important;
  min-width: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
  border: 0 !important;
  color: #ffe45c !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: clamp(1.62rem, 7.2vw, 2.18rem) !important;
  line-height: 1.18 !important;
  text-align: center !important;
  text-shadow: 3px 3px 0 #0b063f !important;
  transform: none !important;
}

.phone-shell.voice-lp .about-service > h2 *,
.phone-shell.voice-lp .points-section > h2 * {
  position: static !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.phone-shell.voice-lp .points-closing {
  width: min(calc(100% - 36px), 358px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  font-size: clamp(1.42rem, 6.7vw, 2rem) !important;
  line-height: 1.22 !important;
  text-align: center !important;
  text-wrap: balance !important;
}

/* 2026-07-10: mirror point/mocking cleanup on voice LP. */
.phone-shell.voice-lp .about-service > h2,
.phone-shell.voice-lp .points-section > h2 {
  display: flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 0.08em !important;
  width: min(calc(100% - 28px), 360px) !important;
  font-size: clamp(1.7rem, 7.55vw, 2.25rem) !important;
  line-height: 1.05 !important;
}

.phone-shell.voice-lp .about-service > h2 .brand-with-kana,
.phone-shell.voice-lp .points-section > h2 .brand-with-kana {
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-end !important;
  font-size: 1em !important;
  line-height: 0.9 !important;
}

.phone-shell.voice-lp .about-service > h2 .brand-with-kana small,
.phone-shell.voice-lp .points-section > h2 .brand-with-kana small {
  display: block !important;
  margin-top: 0.04em !important;
  font-size: 0.3em !important;
  line-height: 1 !important;
}

.phone-shell.voice-lp .point-title-bar {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-rows: auto auto !important;
  place-items: center !important;
  justify-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: min(100%, 360px) !important;
  margin: 0 auto 18px !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
  text-align: center !important;
}

.phone-shell.voice-lp .point-title-bar span {
  display: inline-grid !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  place-items: center !important;
  min-width: 92px !important;
  min-height: 42px !important;
  margin: 0 auto !important;
  padding: 0 16px !important;
  border: 3px solid #0b063f !important;
  border-radius: 999px !important;
  color: #0b063f !important;
  background: #ffe45c !important;
  box-shadow: 4px 4px 0 rgba(11, 6, 63, 0.24) !important;
  font-size: clamp(1rem, 4.6vw, 1.18rem) !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  transform: none !important;
}

.phone-shell.voice-lp .point-title-bar h3 {
  grid-column: 1 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffe45c !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: clamp(1.52rem, 7.35vw, 2.05rem) !important;
  line-height: 1.16 !important;
  text-align: center !important;
  text-shadow: 3px 3px 0 #0b063f !important;
  transform: none !important;
}

.phone-shell.voice-lp .point-visual {
  background: transparent !important;
  box-shadow: none !important;
}

.phone-shell.voice-lp .mock-iframe-shell {
  width: min(100%, 330px) !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.phone-shell.voice-lp .mock-iframe-shell iframe {
  display: block !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.phone-shell.voice-lp .entry-heading h2 {
  line-height: 1.44 !important;
}

/* 2026-07-10: final specificity pass for voice point labels and mockup frames. */
.phone-shell.voice-lp .point-card .point-title-bar > span {
  justify-self: center !important;
  align-self: center !important;
  margin: 0 auto !important;
  inset: auto !important;
  transform: none !important;
}

.phone-shell.voice-lp .point-card .point-visual,
.phone-shell.voice-lp .point-card:nth-child(2) .point-visual,
.phone-shell.voice-lp .point-card:nth-child(3) .point-visual {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
}

.phone-shell.voice-lp .point-card .point-visual > .mock-iframe-shell {
  width: 211px !important;
  max-width: 100% !important;
  height: 442px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 23px !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  overflow: hidden !important;
}

.phone-shell.voice-lp .point-card .point-visual > .mock-iframe-shell iframe {
  background: transparent !important;
  background-color: transparent !important;
}

/* 2026-07-13: mirror visual first, then subtitle and logo, without cropping. */
.phone-shell.voice-lp .sketch-hero > .main-visual {
  order: 1 !important;
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.phone-shell.voice-lp .sketch-hero > .main-visual img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.phone-shell.voice-lp .sketch-hero > .sketch-hero-copy {
  order: 2 !important;
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  width: min(calc(100% - 28px), 390px) !important;
  max-width: calc(100% - 28px) !important;
  margin: 14px auto 0 !important;
  transform: none !important;
}

.phone-shell.voice-lp .sketch-hero > .hero-subcopy {
  order: 3 !important;
}

.phone-shell.voice-lp .sketch-hero > .hero-lp-switch {
  order: 4 !important;
}

.phone-shell.voice-lp .sketch-hero > .compact-buttons {
  order: 5 !important;
}

.phone-shell.voice-lp .sketch-hero > .main-visual,
.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual {
  order: 1 !important;
  justify-self: center !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

.phone-shell.voice-lp .sketch-hero > .main-visual img,
.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.phone-shell.voice-lp .sketch-hero > .sketch-hero-copy,
.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-hero-copy {
  order: 2 !important;
  margin: 14px auto 0 !important;
  transform: none !important;
}

.phone-shell.voice-lp .sketch-hero > .sketch-hero-copy .hero-service-subtitle {
  order: 1 !important;
}

.phone-shell.voice-lp .sketch-hero > .sketch-hero-copy .hero-temp-logo {
  order: 2 !important;
}

/* 2026-07-13: voice hero order - logo, subtitle, visual, copy, lead, CTA. */
.phone-shell.voice-lp .sketch-hero > .sketch-hero-copy,
.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-hero-copy {
  order: 1 !important;
  width: min(calc(100% - 28px), 390px) !important;
  margin: 8px auto 10px !important;
  gap: 4px !important;
}

.phone-shell.voice-lp .sketch-hero > .sketch-hero-copy .hero-temp-logo {
  order: 2 !important;
  margin-top: -2px !important;
  margin-bottom: 0 !important;
}

.phone-shell.voice-lp .sketch-hero > .sketch-hero-copy .hero-service-subtitle {
  order: 1 !important;
  width: min(100%, 280px) !important;
  min-height: 0 !important;
  margin: 0 auto -2px !important;
  padding: 6px 14px 7px !important;
  border-radius: 999px !important;
  font-size: clamp(0.8rem, 3.35vw, 0.94rem) !important;
  line-height: 1.08 !important;
}

.phone-shell.voice-lp .sketch-hero > .main-visual,
.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual {
  order: 2 !important;
}

.phone-shell.voice-lp .sketch-hero > .hero-after-visual-copy {
  order: 3 !important;
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  width: min(calc(100% - 32px), 370px) !important;
  max-width: calc(100% - 32px) !important;
  margin: 18px auto 8px !important;
  color: #ffe85d !important;
  font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif !important;
  font-size: clamp(2rem, 9.6vw, 3.05rem) !important;
  font-weight: 850 !important;
  line-height: 1.1 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-shadow: none !important;
  transform: none !important;
}

.phone-shell.voice-lp .sketch-hero > .hero-after-visual-copy .hero-new-copy,
.phone-shell.voice-lp .sketch-hero > .hero-after-visual-copy .hero-new-copy span {
  display: block !important;
  width: 100% !important;
  font: inherit !important;
  line-height: inherit !important;
  text-align: center !important;
  transform: none !important;
}

.phone-shell.voice-lp .sketch-hero > .hero-after-visual-copy em {
  color: inherit !important;
  font: inherit !important;
  font-style: normal !important;
}

.phone-shell.voice-lp .sketch-hero > .hero-copy-divider {
  order: 4 !important;
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  width: min(70%, 260px) !important;
  height: 4px !important;
  margin: 6px auto 14px !important;
  border-radius: 999px !important;
  background: #ffe85d !important;
}

.phone-shell.voice-lp .sketch-hero > .hero-subcopy {
  order: 5 !important;
}

.phone-shell.voice-lp .sketch-hero > .hero-lp-switch {
  order: 6 !important;
}

.phone-shell.voice-lp .sketch-hero > .compact-buttons {
  order: 7 !important;
}

/* 2026-07-13: keep voice titles aligned with the shared CSS ribbon style. */
.phone-shell.voice-lp .about-service > h2,
.phone-shell.voice-lp .points-section > h2,
.phone-shell.voice-lp .entry-heading > h2,
.phone-shell.voice-lp .faq-section > h2 {
  color: #ffffff !important;
  text-shadow: 0 3px 0 rgba(11, 6, 63, 0.42) !important;
}

.phone-shell.voice-lp .about-service > h2,
.phone-shell.voice-lp .points-section > h2,
.phone-shell.voice-lp .faq-section > h2 {
  min-height: 64px !important;
  padding: 12px 26px 14px !important;
  font-size: clamp(1.48rem, 6.4vw, 2.05rem) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.phone-shell.voice-lp .entry-heading > h2 {
  min-height: 0 !important;
  padding: 0 !important;
  font-size: clamp(3.05rem, 14vw, 4.2rem) !important;
  line-height: 1.34 !important;
  text-shadow: 4px 4px 0 #0b063f !important;
  transform: none !important;
}

.phone-shell.voice-lp .entry-heading > h2::before,
.phone-shell.voice-lp .entry-heading > h2::after {
  content: none !important;
  display: none !important;
}

.phone-shell.voice-lp .section.about-service > h2,
.phone-shell.voice-lp .section.points-section > h2,
.phone-shell.voice-lp .section.faq-section > h2 {
  box-sizing: border-box !important;
  width: min(calc(100% - 34px), 382px) !important;
  min-height: 0 !important;
  height: 72px !important;
  padding: 14px 26px 15px !important;
  font-size: clamp(1.36rem, 5.9vw, 1.84rem) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

/* 2026-07-14: keep the voice hero aligned with the production composition. */
.phone-shell.sketch-lp.voice-lp .sketch-hero {
  position: relative !important;
  overflow: hidden !important;
  padding: 0 20px 48px !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-nav {
  position: absolute !important;
  inset: 0 0 auto !important;
  z-index: 30 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px 16px 0 !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual {
  position: relative !important;
  order: 1 !important;
  width: calc(100% + 40px) !important;
  max-width: none !important;
  margin: 0 -20px !important;
  overflow: hidden !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-hero-copy {
  position: absolute !important;
  top: 40px !important;
  left: 50% !important;
  z-index: 20 !important;
  display: grid !important;
  justify-items: center !important;
  width: min(calc(100% - 36px), 394px) !important;
  max-width: none !important;
  margin: 0 !important;
  gap: 7px !important;
  transform: translateX(-50%) !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-hero-copy .hero-service-subtitle {
  width: min(78%, 300px) !important;
  margin: 0 auto !important;
  padding: 7px 14px 8px !important;
  color: #102a63 !important;
  border-radius: 999px !important;
  background: #ffe45c !important;
  font-size: clamp(0.78rem, 3.45vw, 0.94rem) !important;
  line-height: 1.08 !important;
  text-align: center !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-hero-copy .hero-temp-logo {
  display: grid !important;
  width: min(92%, 360px) !important;
  margin: 0 auto !important;
  place-items: center !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-hero-copy .hero-temp-logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  filter: none !important;
}

/* Voice contest tutorial: keep the illustrator flow and finish with recording. */
.phone-shell.voice-lp .voice-contest-record-panel {
  display: grid;
  gap: 3px;
  margin-top: 1px;
  padding: 5px 6px 6px;
  color: #102a63;
  border: 1.5px solid #102a63;
  border-radius: 13px;
  background: linear-gradient(180deg, #fff 0%, #fff4fa 100%);
  text-align: center;
}

.phone-shell.voice-lp .voice-contest-record-panel p {
  margin: 0;
  font-size: 0.46rem;
  font-weight: 950;
  line-height: 1.25;
}

.phone-shell.voice-lp .voice-contest-record-panel p em {
  color: #ff2b91;
  font-style: normal;
}

.phone-shell.voice-lp .voice-contest-record-action {
  display: grid;
  grid-template-columns: 1fr 39px 1fr;
  align-items: center;
  gap: 4px;
  min-height: 39px;
}

.phone-shell.voice-lp .voice-contest-mini-wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 24px;
}

.phone-shell.voice-lp .voice-contest-mini-wave i {
  width: 3px;
  height: 9px;
  border-radius: 999px;
  background: linear-gradient(180deg, #8c36ef, #ff2b91);
}

.phone-shell.voice-lp .voice-contest-mini-wave i:nth-child(2) {
  height: 18px;
}

.phone-shell.voice-lp .voice-contest-mini-wave i:nth-child(3) {
  height: 13px;
}

.phone-shell.voice-lp .voice-contest-mini-wave i:nth-child(4) {
  height: 6px;
}

.phone-shell.voice-lp .voice-contest-record-icon {
  position: relative;
  display: grid;
  width: 37px;
  height: 37px;
  place-items: center;
  border: 2px solid #102a63;
  border-radius: 50%;
  background: #ff2b91;
  box-shadow: 0 0 0 3px rgba(255, 43, 145, 0.2);
}

.phone-shell.voice-lp .voice-contest-mic-shape {
  position: relative;
  width: 10px;
  height: 15px;
  border: 2px solid #fff;
  border-radius: 7px;
}

.phone-shell.voice-lp .voice-contest-mic-shape::before {
  position: absolute;
  right: -5px;
  bottom: -5px;
  left: -5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: 0;
  border-radius: 0 0 9px 9px;
  content: "";
}

.phone-shell.voice-lp .voice-contest-mic-shape::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}

.phone-shell.voice-lp .voice-contest-record-panel > strong {
  font-size: 0.48rem;
  line-height: 1;
}

.phone-shell.voice-lp .voice-contest-record-panel > small {
  color: #6c7892;
  font-size: 0.31rem;
  font-weight: 800;
  line-height: 1;
}

@media (min-width: 1180px) {
  .voice-page .desktop-section-nav > .desktop-register-switch,
  .voice-page .desktop-section-nav > .desktop-register-switch strong {
    color: #102a63 !important;
    text-shadow: none !important;
  }
}

/* 2026-07-14: match the lifted logo and soft hero fade on the voice LP. */
.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-hero-copy .hero-temp-logo {
  transform: translateY(-8px) !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual {
  isolation: isolate !important;
  background: #ff4fa3 !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual img {
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 93%, rgba(0, 0, 0, 0.82) 96%, transparent 100%) !important;
  mask-image: linear-gradient(to bottom, #000 0%, #000 93%, rgba(0, 0, 0, 0.82) 96%, transparent 100%) !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual::after {
  content: "" !important;
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  height: 12% !important;
  pointer-events: none !important;
  background: linear-gradient(to bottom, transparent, rgba(255, 79, 163, 0.22)) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000) !important;
  mask-image: linear-gradient(to bottom, transparent, #000) !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual,
.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual.reveal-item,
.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual.is-visible {
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
}

.phone-shell.voice-lp .section.about-service > h2 .brand-with-kana,
.phone-shell.voice-lp .section.points-section > h2 .brand-with-kana {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: center !important;
  gap: 0.12em !important;
  font-size: 1em !important;
  line-height: 1 !important;
  vertical-align: baseline !important;
}

.phone-shell.voice-lp .section.about-service > h2 .brand-with-kana small,
.phone-shell.voice-lp .section.points-section > h2 .brand-with-kana small {
  display: inline !important;
  font-size: 0.28em !important;
  line-height: 1 !important;
}

.phone-shell.voice-lp .section.about-service > h2,
.phone-shell.voice-lp .section.points-section > h2,
.phone-shell.voice-lp .section.faq-section > h2 {
  width: min(calc(100% - 18px), 410px) !important;
  height: 66px !important;
  padding: 13px 20px 14px !important;
  font-size: clamp(1.22rem, 5.28vw, 1.64rem) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  overflow: visible !important;
}

.phone-shell.voice-lp .section.about-service > h2 .brand-with-kana,
.phone-shell.voice-lp .section.points-section > h2 .brand-with-kana {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 0.08em !important;
  white-space: nowrap !important;
}

.phone-shell.voice-lp .section.about-service > h2 .brand-with-kana small,
.phone-shell.voice-lp .section.points-section > h2 .brand-with-kana small {
  display: inline !important;
  font-size: 0.22em !important;
  letter-spacing: 0.06em !important;
  transform: translateY(-0.08em) !important;
}

.phone-shell.voice-lp .section.entry-section .entry-heading > h2,
.phone-shell.voice-lp .section.entry-section .entry-heading > h2 * {
  color: #0b063f !important;
}

.phone-shell.voice-lp .section.entry-section .entry-heading > h2 {
  text-shadow: 4px 4px 0 #ffe85d !important;
}

.phone-shell.voice-lp .section.about-service > h2,
.phone-shell.voice-lp .section.points-section > h2,
.phone-shell.voice-lp .section.faq-section > h2 {
  width: min(calc(100% - 18px), 410px) !important;
  height: 66px !important;
  min-height: 0 !important;
  padding: 13px 24px 14px !important;
  font-size: clamp(1.42rem, 6vw, 1.88rem) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.phone-shell.voice-lp .section.entry-section .entry-heading > h2,
.phone-shell.voice-lp .section.entry-section .entry-heading > h2 * {
  color: #0b063f !important;
}

.phone-shell.voice-lp .section.entry-section .entry-heading > h2 {
  text-shadow:
    3px 3px 0 #ffffff,
    5px 5px 0 #ff4fa3 !important;
}

/* 2026-07-13: align voice FAQ text color and spacing with the illustrator LP. */
.phone-shell.voice-lp .faq-section details,
.phone-shell.voice-lp .faq-section summary,
.phone-shell.voice-lp .faq-section details p {
  color: #ffffff !important;
}

.phone-shell.voice-lp .faq-section summary {
  text-shadow: none !important;
}

.phone-shell.voice-lp .faq-section details p {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  text-align: left !important;
  text-indent: 0 !important;
  line-height: 1.75 !important;
}

/* 2026-07-13: even out FAQ line lengths and spacing on the voice LP. */
.phone-shell.voice-lp .faq-section details {
  padding: 0 !important;
}

.phone-shell.voice-lp .faq-section summary,
.phone-shell.voice-lp .faq-section details p {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  letter-spacing: 0.01em !important;
}

.phone-shell.voice-lp .faq-section summary {
  padding: 22px 24px 14px !important;
  font-size: clamp(1.04rem, 4.15vw, 1.24rem) !important;
  line-height: 1.5 !important;
  text-wrap: balance !important;
}

.phone-shell.voice-lp .faq-section details p {
  padding: 10px 24px 28px !important;
  font-size: clamp(0.92rem, 3.55vw, 1.04rem) !important;
  line-height: 1.9 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  line-break: strict !important;
}

/* 2026-07-13: keep only voice point 2/3 number badges in the yellow treatment. */
.phone-shell.voice-lp .point-card:nth-child(2) .point-title-bar > span,
.phone-shell.voice-lp .point-card:nth-child(3) .point-title-bar > span {
  background: #ffe45c !important;
  color: #0b063f !important;
  box-shadow: 0 5px 0 #0b063f !important;
}

/* 2026-07-13: let FAQ questions use the normal card width instead of balanced wrapping. */
.phone-shell.voice-lp .faq-section summary {
  padding: 22px 28px 14px !important;
  font-size: clamp(1.1rem, 4.45vw, 1.34rem) !important;
  line-height: 1.45 !important;
  text-wrap: auto !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* 2026-07-13: let FAQ answers wrap naturally without forced caption-like line breaks. */
.phone-shell.voice-lp .faq-section details p {
  padding-right: 28px !important;
  padding-left: 28px !important;
  max-width: none !important;
  text-wrap: auto !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

/* 2026-07-13: contest registration button is static; footer CTA keeps the animated hero style. */
.phone-shell.voice-lp .entry-actions .entry-register-button,
.phone-shell.voice-lp .entry-actions .entry-register-button:visited {
  color: #102a63 !important;
  border: 0 !important;
  background: #ffe45c !important;
  box-shadow: 0 8px 0 #102a63, 0 18px 26px rgba(16, 42, 99, 0.22) !important;
  text-shadow: none !important;
  animation: none !important;
}

.phone-shell.voice-lp .entry-actions .entry-register-button::before,
.phone-shell.voice-lp .entry-actions .entry-register-button::after {
  content: none !important;
  display: none !important;
}

.phone-shell.voice-lp .bottom-register-cta .hero-register-button,
.phone-shell.voice-lp .bottom-register-cta .hero-register-button:visited {
  border: 4px solid #243f8f !important;
  color: #102a63 !important;
  background: #ffe45c !important;
  box-shadow: 0 8px 0 #243f8f, 0 18px 28px rgba(36, 63, 143, 0.34) !important;
  text-shadow: none !important;
  animation: registerPulse 2.4s ease-in-out infinite !important;
}

/* 2026-07-13: test white body captions in the voice-side point section. */
.phone-shell.voice-lp .point-copy p {
  color: #ffffff !important;
}

/* 2026-07-13: test white captions in the voice-side about section too. */
.phone-shell.voice-lp .about-lead,
.phone-shell.voice-lp .about-step p {
  color: #ffffff !important;
}

/* 2026-07-13: keep voice FAQ compact after voice-specific overrides. */
.phone-shell.voice-lp .faq-section summary {
  font-size: clamp(0.98rem, 4vw, 1.16rem) !important;
  line-height: 1.5 !important;
}

.phone-shell.voice-lp .faq-section details p {
  font-size: clamp(0.88rem, 3.45vw, 1rem) !important;
  line-height: 1.82 !important;
}

/* 2026-07-13: match the voice LP hero and section title treatment to the illustrator LP. */
.phone-shell.voice-lp .sketch-hero > .sketch-hero-copy {
  order: 1 !important;
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  width: min(calc(100% - 28px), 390px) !important;
  max-width: calc(100% - 28px) !important;
  margin: 8px auto 10px !important;
  gap: 4px !important;
  transform: none !important;
}

.phone-shell.voice-lp .sketch-hero > .sketch-hero-copy .hero-service-subtitle {
  order: 1 !important;
  width: min(100%, 280px) !important;
  min-height: 0 !important;
  margin: 0 auto -2px !important;
  padding: 6px 14px 7px !important;
  border-radius: 999px !important;
  font-size: clamp(0.8rem, 3.35vw, 0.94rem) !important;
  line-height: 1.08 !important;
}

.phone-shell.voice-lp .sketch-hero > .sketch-hero-copy .hero-temp-logo {
  order: 2 !important;
  margin-top: -2px !important;
  margin-bottom: 0 !important;
}

.phone-shell.voice-lp .sketch-hero > .main-visual {
  order: 2 !important;
  grid-column: 1 / -1 !important;
  justify-self: center !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

.phone-shell.voice-lp .sketch-hero > .main-visual img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}

.phone-shell.voice-lp .sketch-hero > .hero-subcopy {
  order: 5 !important;
}

.phone-shell.voice-lp .sketch-hero > .hero-lp-switch {
  order: 6 !important;
}

.phone-shell.voice-lp .sketch-hero > .compact-buttons {
  order: 7 !important;
}

.phone-shell.voice-lp .section.about-service > h2,
.phone-shell.voice-lp .section.points-section > h2,
.phone-shell.voice-lp .section.faq-section > h2 {
  width: min(calc(100% - 18px), 410px) !important;
  height: 66px !important;
  min-height: 0 !important;
  padding: 13px 24px 14px !important;
  font-size: clamp(1.42rem, 6vw, 1.88rem) !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  color: #ffffff !important;
  text-shadow: 0 3px 0 rgba(11, 6, 63, 0.42) !important;
}

.phone-shell.voice-lp .section.entry-section .entry-heading > h2,
.phone-shell.voice-lp .section.entry-section .entry-heading > h2 * {
  color: #0b063f !important;
}

.phone-shell.voice-lp .section.entry-section .entry-heading > h2 {
  text-shadow:
    3px 3px 0 #ffffff,
    5px 5px 0 #ff4fa3 !important;
}

/* 2026-07-13: keep the voice hero top spacing matched with the illustrator LP. */
.phone-shell.voice-lp .sketch-nav {
  margin-bottom: 0 !important;
}

.phone-shell.voice-lp .sketch-hero > .sketch-hero-copy {
  margin-top: -16px !important;
}

/* 2026-07-13: keep the first about step caption navy for readability. */
.phone-shell.voice-lp .about-register p {
  color: #0b063f !important;
}

/* 2026-07-14: match the larger shared ribbon section headings. */
.phone-shell.voice-lp .section.about-service > h2,
.phone-shell.voice-lp .section.points-section > h2,
.phone-shell.voice-lp .section.faq-section > h2 {
  box-sizing: border-box !important;
  width: min(calc(100% - 8px), 422px) !important;
  height: 80px !important;
  min-height: 80px !important;
  padding: 14px 28px 16px !important;
  font-size: clamp(1.64rem, 7vw, 2.15rem) !important;
  line-height: 1 !important;
  letter-spacing: 0.01em !important;
  white-space: nowrap !important;
}

/* 2026-07-14: final production hero placement lock. */
.phone-shell.sketch-lp.voice-lp .sketch-hero {
  position: relative !important;
  overflow: hidden !important;
  padding: 0 20px 48px !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-nav {
  position: absolute !important;
  inset: 0 0 auto !important;
  z-index: 30 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 14px 16px 0 !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual,
.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual.reveal-item {
  position: relative !important;
  isolation: isolate !important;
  order: 1 !important;
  width: calc(100% + 40px) !important;
  max-width: none !important;
  margin: 0 -20px !important;
  overflow: hidden !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  transition: none !important;
  background: #8f5cff !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 93%, rgba(0, 0, 0, 0.82) 96%, transparent 100%) !important;
  mask-image: linear-gradient(to bottom, #000 0%, #000 93%, rgba(0, 0, 0, 0.82) 96%, transparent 100%) !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .main-visual::after {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 2 !important;
  height: 12% !important;
  content: "" !important;
  pointer-events: none !important;
  background: linear-gradient(to bottom, transparent, rgba(143, 92, 255, 0.22)) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000) !important;
  mask-image: linear-gradient(to bottom, transparent, #000) !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-hero-copy {
  position: absolute !important;
  top: 40px !important;
  left: 50% !important;
  z-index: 20 !important;
  display: grid !important;
  justify-items: center !important;
  width: min(calc(100% - 36px), 394px) !important;
  max-width: none !important;
  margin: 0 !important;
  gap: 7px !important;
  transform: translateX(-50%) !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-hero-copy .hero-service-subtitle {
  width: min(78%, 300px) !important;
  margin: 0 auto !important;
  padding: 7px 14px 8px !important;
  color: #102a63 !important;
  border-radius: 999px !important;
  background: #ffe45c !important;
  font-size: clamp(0.78rem, 3.45vw, 0.94rem) !important;
  line-height: 1.08 !important;
  text-align: center !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-hero-copy .hero-temp-logo {
  display: grid !important;
  width: min(92%, 360px) !important;
  margin: 0 auto !important;
  place-items: center !important;
  transform: translateY(-8px) !important;
}

.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-hero-copy .hero-temp-logo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  filter: none !important;
}

/* Fine tune: lift only the copy above the voice logo. */
.phone-shell.sketch-lp.voice-lp .sketch-hero > .sketch-hero-copy .hero-service-subtitle {
  transform: translateY(-3px) !important;
}
