/*
Theme Name: VauditionLP
Theme URI: https://carveout.jp/
Author: CARVEOUT
Description: VLiver audition landing page theme.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: vauditionlp
*/

:root {
  --ink: #10251d;
  --muted: #607368;
  --line: #dcebe3;
  --paper: #ffffff;
  --soft: #f3fbf7;
  --red: #20d184;
  --red-dark: #00a66a;
  --teal: #00b978;
  --mint: #ddfff0;
  --amber: #ffd166;
  --blue: #2fcf9a;
  --shadow: 0 18px 45px rgba(7, 96, 64, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #050505;
  font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.8;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.sp-only {
  display: none;
}

.main {
  width: min(100%, 430px);
  min-height: 100vh;
  margin-inline: auto;
  background: #ffffff;
  overflow: hidden;
}

.aud-fv-creative {
  width: 100%;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: 0;
  background: #ffffff;
}

.aud-fv-creative__image,
.aud-fv-creative__placeholder {
  width: 100%;
  max-width: 100svh;
  aspect-ratio: 1 / 1;
  display: block;
  object-fit: cover;
}

.aud-fv-creative__placeholder {
  background: #ffffff;
}

.aud-fv-cta {
  width: min(100% - 32px, 920px);
  margin: 22px auto 0;
  display: flex;
  justify-content: center;
}

.aud-fv-cta .aud-line-btn {
  width: 100%;
  min-height: 64px;
  border: 1px solid #10b981;
  border-radius: 12px;
  color: #008f62;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 28px rgba(16, 185, 129, 0.10);
}

.aud-fv-cta .aud-line-btn:hover {
  color: #007a54;
  background: rgba(236, 255, 247, 0.95);
  box-shadow: 0 16px 32px rgba(16, 185, 129, 0.16);
}

.aud-line-btn,
.page-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 28px;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.35;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.aud-line-btn:hover,
.page-cta:hover {
  transform: translateY(-2px);
}

.page-content {
  background: #ffffff;
}

.aud-intro,
.page-section,
.aud-mid-cta,
.aud-cta-section {
  width: min(1120px, calc(100% - 48px));
  margin-inline: auto;
}

.aud-intro {
  padding: 82px 0 36px;
  text-align: center;
}

.aud-intro__catch,
.page-section__heading,
.aud-cta-section__catch {
  margin: 0;
  line-height: 1.35;
  font-weight: 900;
}

.aud-intro__catch {
  font-size: 38px;
}

.aud-intro__catch-accent {
  color: var(--red-dark);
}

.aud-intro__sub,
.aud17-platform__lead {
  max-width: 820px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 17px;
  text-align: left;
}

.aud17-proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 34px auto 10px;
}

.aud17-proof-strip__item {
  padding: 22px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--red);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(24, 32, 47, 0.08);
}

.aud17-proof-strip__label {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.aud17-proof-strip strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.25;
}

.aud17-proof-strip__value--nowrap {
  white-space: nowrap;
}

.aud17-proof-strip__note {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.aud-mid-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.aud-line-btn {
  gap: 10px;
  color: #ffffff;
  background: #06c755;
  box-shadow: 0 14px 26px rgba(6, 199, 85, 0.28);
}

.aud-line-btn__icon {
  flex: 0 0 auto;
}

.page-cta {
  color: #ffffff;
  background: var(--ink);
  box-shadow: 0 14px 26px rgba(24, 32, 47, 0.22);
}

.aud-form-btn {
  background: var(--blue);
}

.aud-intro__divider {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 46px auto 0;
  color: var(--red);
}

.aud-intro__divider-line {
  height: 1px;
  flex: 1;
  background: var(--line);
}

.page-section {
  padding: 82px 0;
}

.page-section__heading {
  font-size: 36px;
  text-align: center;
}

.page-section__heading-en {
  display: block;
  margin-bottom: 8px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 900;
}

.aud17-platform,
.aud-compare,
.aud-flow {
  width: 100%;
  padding-inline: max(24px, calc((100% - 1120px) / 2));
  background: var(--soft);
}

.aud17-platform__lead {
  text-align: center;
}

.aud17-platform__grid,
.aud-supports__grid,
.abt-voice__grid {
  display: grid;
  gap: 22px;
  margin-top: 38px;
}

.aud17-platform__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.aud17-platform-card,
.aud-support-card,
.abt-voice__card,
.aud-req-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 32px rgba(24, 32, 47, 0.08);
}

.aud17-platform-card {
  padding: 30px;
}

.aud17-platform-card__visual {
  height: 170px;
  margin: 0 0 18px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #f2fff8, var(--mint));
}

.aud17-platform-card__icon {
  width: 220px;
  height: 160px;
  fill: none;
  stroke: var(--red-dark);
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.aud17-platform-card__signal,
.aud17-platform-card__spark {
  stroke: var(--teal);
}

.aud17-platform-card__tag {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 8px;
  color: var(--red-dark);
  background: #eafff4;
  font-size: 12px;
  font-weight: 900;
}

.aud17-platform-card h3,
.aud-support-card__title,
.aud-flow-step__title {
  margin: 14px 0 8px;
  font-size: 22px;
  line-height: 1.45;
}

.aud17-platform-card p,
.aud-support-card__desc,
.aud-flow-step__desc,
.faq-item__answer-text,
.abt-voice__card-text {
  margin: 0;
  color: var(--muted);
}

.aud-supports__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aud-support-card {
  position: relative;
  padding: 28px 22px 26px;
}

.aud-support-card__number {
  position: absolute;
  top: 18px;
  right: 18px;
  color: #d9e1ec;
  font-size: 28px;
  font-weight: 900;
}

.aud-support-card__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: var(--teal);
  border-radius: 8px;
  background: var(--mint);
}

.aud-support-card__title-accent {
  color: var(--red-dark);
}

.aud-compare__table-wrap {
  margin-top: 38px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.aud-compare__table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.aud-compare__table th,
.aud-compare__table td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: center;
  vertical-align: middle;
}

.aud-compare__table th {
  color: var(--muted);
  background: #fbfcfe;
  font-size: 14px;
}

.aud-compare__table tr:last-child td {
  border-bottom: 0;
}

.aud-compare__label {
  color: var(--ink);
  font-weight: 900;
  text-align: left;
}

.aud-compare__th--linear,
.aud-compare__td--linear {
  color: var(--red-dark);
  background: #ecfff6;
}

.abt-voice__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.abt-voice__card {
  padding: 24px;
}

.abt-voice__card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.abt-voice__card-avatar {
  width: 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 50%;
  background: var(--mint);
}

.abt-voice__card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.abt-voice__card-name {
  font-weight: 900;
}

.aud-mid-cta--wide {
  width: min(1120px, calc(100% - 48px));
  margin-bottom: 0;
  padding: 36px;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff6de, #ecfffb);
}

.aud-mid-cta__text {
  flex-basis: 100%;
  margin: 0 0 2px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
}

.aud-req-card {
  max-width: 860px;
  margin: 38px auto 0;
  padding: 30px;
}

.aud-req-card__list {
  display: grid;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.aud-req-card__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.aud-req-card__check {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: var(--teal);
}

.aud-req-card__note {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.aud-flow__timeline {
  position: relative;
  max-width: 820px;
  margin: 44px auto 0;
  display: grid;
  gap: 18px;
}

.aud-flow-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.aud-flow-step__number {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #ffffff;
  border-radius: 50%;
  background: var(--red-dark);
  font-size: 24px;
  font-weight: 900;
}

.aud-flow-step__title {
  margin-top: 0;
}

.faq-list {
  max-width: 900px;
  margin: 40px auto 0;
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
}

.faq-item__question {
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: 36px 1fr 24px;
  gap: 14px;
  align-items: center;
  padding: 18px 22px;
  border: 0;
  color: var(--ink);
  background: #ffffff;
  text-align: left;
  cursor: pointer;
}

.faq-item__badge {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
}

.faq-item__badge--q {
  color: #ffffff;
  background: var(--red);
}

.faq-item__badge--a {
  color: var(--teal);
  background: var(--mint);
}

.faq-item__question-text {
  font-weight: 900;
}

.faq-item__icon {
  position: relative;
  width: 18px;
  height: 18px;
}

.faq-item__icon::before,
.faq-item__icon::after {
  content: "";
  position: absolute;
  inset: 8px 0 auto;
  height: 2px;
  background: var(--ink);
}

.faq-item__icon::after {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.faq-item.is-open .faq-item__icon::after {
  transform: rotate(0deg);
}

.faq-item__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.24s ease;
}

.faq-item.is-open .faq-item__answer {
  grid-template-rows: 1fr;
}

.faq-item__answer-inner {
  min-height: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  padding: 0 22px;
}

.faq-item.is-open .faq-item__answer-inner {
  padding-bottom: 20px;
}

.aud-cta-section {
  position: relative;
  margin-top: 56px;
  margin-bottom: 80px;
  padding: 58px 36px;
  overflow: hidden;
  color: var(--ink);
  text-align: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #fff6de, #ecfffb);
  box-shadow: 0 18px 45px rgba(7, 96, 64, 0.1);
}

.aud-cta-section__orb {
  display: none;
}

.aud-cta-section__catch {
  font-size: 38px;
}

.aud-cta-section__sub {
  margin: 14px 0 26px;
  color: var(--ink);
  opacity: 0.86;
}

.aud-cta-section__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.aud-line-btn--large {
  min-height: 64px;
  padding-inline: 34px;
}

.anim-fade-up,
.anim-scale-in {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .aud17-platform__grid,
  .aud-supports__grid,
  .abt-voice__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .sp-only {
    display: block;
  }

  .aud-intro,
  .page-section,
  .aud-mid-cta,
  .aud-cta-section {
    width: min(100% - 32px, 1120px);
  }

  .aud-intro {
    padding-top: 58px;
  }

  .aud-intro__catch,
  .page-section__heading,
  .aud-cta-section__catch {
    font-size: 28px;
  }

  .aud-intro__sub,
  .aud17-platform__lead {
    font-size: 15px;
  }

  .aud17-proof-strip,
  .aud17-platform__grid,
  .aud-supports__grid,
  .abt-voice__grid {
    grid-template-columns: 1fr;
  }

  .aud17-proof-strip strong {
    font-size: 24px;
  }

  .aud17-proof-strip__note {
    text-align: left;
  }

  .page-section,
  .aud17-platform,
  .aud-compare,
  .aud-flow {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .aud17-platform-card,
  .aud-support-card,
  .abt-voice__card,
  .aud-req-card,
  .aud-mid-cta--wide {
    padding: 22px;
  }

  .aud17-platform-card h3,
  .aud-support-card__title,
  .aud-flow-step__title {
    font-size: 20px;
  }

  .aud-line-btn,
  .page-cta {
    width: 100%;
    min-height: 56px;
    padding-inline: 18px;
  }

  .aud-flow-step {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 18px;
  }

  .aud-flow-step__number {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .faq-item__question {
    grid-template-columns: 32px 1fr 20px;
    padding: 16px;
  }

  .faq-item__answer-inner {
    grid-template-columns: 32px 1fr;
    padding-inline: 16px;
  }

  .faq-item__badge {
    width: 32px;
    height: 32px;
  }
}

/* Smartphone-framed LP: keep the mobile layout even on desktop. */
.sp-only {
  display: block;
}

.aud-fv-creative {
  min-height: auto;
}

.aud-fv-creative__image,
.aud-fv-creative__placeholder {
  max-width: 100%;
}

.aud-fv-cta {
  width: calc(100% - 32px);
  margin-top: 18px;
}

.aud-fv-cta .aud-line-btn {
  min-height: 58px;
}

.aud-intro,
.page-section,
.aud-mid-cta,
.aud-cta-section {
  width: calc(100% - 32px);
}

.aud-intro {
  padding: 44px 0 28px;
}

.aud-intro__catch,
.page-section__heading,
.aud-cta-section__catch {
  font-size: 28px;
  line-height: 1.42;
}

.aud-intro__sub,
.aud17-platform__lead {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.9;
}

.aud17-proof-strip,
.aud17-platform__grid,
.aud-supports__grid,
.abt-voice__grid {
  grid-template-columns: 1fr;
}

.aud17-proof-strip {
  gap: 12px;
  margin-top: 28px;
}

.aud17-proof-strip__item {
  padding: 20px;
}

.aud17-proof-strip strong {
  font-size: 24px;
}

.aud17-proof-strip__note {
  text-align: left;
}

.page-section,
.aud17-platform,
.aud-compare,
.aud-flow {
  padding-top: 56px;
  padding-bottom: 56px;
}

.aud17-platform,
.aud-compare,
.aud-flow {
  padding-inline: 16px;
}

.aud17-platform__grid,
.aud-supports__grid,
.abt-voice__grid {
  gap: 16px;
  margin-top: 30px;
}

.aud17-platform-card,
.aud-support-card,
.abt-voice__card,
.aud-req-card,
.aud-mid-cta--wide {
  padding: 22px;
}

.aud17-platform-card__visual {
  height: 144px;
}

.aud17-platform-card__icon {
  width: 184px;
  height: 134px;
}

.aud17-platform-card h3,
.aud-support-card__title,
.aud-flow-step__title {
  font-size: 20px;
}

.aud-compare__table {
  min-width: 620px;
}

.aud-compare__table th,
.aud-compare__table td {
  padding: 15px 14px;
}

.aud-mid-cta {
  margin-top: 28px;
}

.aud-mid-cta--wide {
  width: calc(100% - 32px);
}

.aud-mid-cta__text {
  font-size: 20px;
}

.aud-req-card {
  margin-top: 30px;
}

.aud-flow__timeline {
  margin-top: 34px;
}

.aud-flow-step {
  grid-template-columns: 46px 1fr;
  gap: 14px;
  padding: 18px;
}

.aud-flow-step__number {
  width: 46px;
  height: 46px;
  font-size: 20px;
}

.faq-list {
  margin-top: 32px;
}

.faq-item__question {
  min-height: 68px;
  grid-template-columns: 32px 1fr 20px;
  gap: 12px;
  padding: 16px;
}

.faq-item__badge {
  width: 32px;
  height: 32px;
}

.faq-item__question-text {
  font-size: 15px;
  line-height: 1.55;
}

.faq-item__answer-inner {
  grid-template-columns: 32px 1fr;
  gap: 12px;
  padding-inline: 16px;
}

.aud-cta-section {
  margin-top: 44px;
  margin-bottom: 60px;
  padding: 42px 20px;
}

.aud-line-btn,
.page-cta {
  width: 100%;
  min-height: 56px;
  padding-inline: 18px;
}

.aud-line-btn--large {
  min-height: 58px;
}
