:root {
  --deep: #17212b;
  --ink: #17212b;
  --sub: #2f3438;
  --muted: #6f7780;
  --pale: #f5f8fb;
  --pale-cyan: #eaf6fb;
  --line: #dfe7ed;
  --pink-cta: #eb3b78;
  --pink: var(--pink-cta);
  --yellow: #f5aa00;
  --cyan: #00a8d8;
  --lavender: #8d7df0;
  --white: #fff;
  --color-bg: var(--white);
  --color-heading: var(--sub);
  --color-card-title: var(--sub);
  --color-text: var(--sub);
  --color-cta: var(--pink-cta);
  --type-display: 50px;
  --type-section-title: 36px;
  --type-block-title: 32px;
  --type-card-title: 20px;
  --type-lead: 17px;
  --type-body: 16px;
  --type-card-body: 14.5px;
  --type-label: 13px;
  --type-statement: var(--type-section-title);
  --weight-display: 800;
  --weight-section-title: 700;
  --weight-block-title: 700;
  --weight-card-title: 600;
  --weight-statement: 800;
  --weight-statement-strong: 900;
  --weight-label: 800;
  --weight-cta: 800;
  --weight-lead: 500;
  --weight-body: 400;
  --leading-display: 1.28;
  --leading-section-title: 1.48;
  --leading-block-title: 1.5;
  --leading-body: 1.85;
  --max: 1140px;
  --space-section-y: 96px;
  --space-section-heading-gap: 56px;
  --font-sans: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --font-alnum: "DM Sans", "Noto Sans JP", sans-serif;
  --font-price: "Sora", "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--color-text);
  font-family: var(--font-sans);
  background: var(--color-bg);
  line-height: var(--leading-body);
  overflow-x: hidden;
}

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

.page {
  overflow: hidden;
  background: var(--white);
}

.type-display {
  color: var(--color-heading);
  font-size: var(--type-display);
  line-height: var(--leading-display);
  font-weight: var(--weight-display);
  letter-spacing: 0;
}

.type-section-title {
  color: var(--color-heading);
  font-size: var(--type-section-title);
  line-height: var(--leading-section-title);
  font-weight: var(--weight-section-title);
  letter-spacing: 0;
}

.type-block-title {
  color: var(--color-heading);
  font-size: var(--type-block-title);
  line-height: var(--leading-block-title);
  font-weight: var(--weight-block-title);
  letter-spacing: 0;
}

.type-card-title {
  color: var(--color-card-title);
  font-size: var(--type-card-title);
  line-height: 1.5;
  font-weight: var(--weight-card-title);
  letter-spacing: 0;
}

.type-lead {
  color: var(--color-text);
  font-size: var(--type-lead);
  line-height: 1.9;
  font-weight: var(--weight-lead);
  letter-spacing: 0;
}

.type-body {
  color: var(--color-text);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  font-weight: var(--weight-body);
  letter-spacing: 0;
}

.type-label {
  font-size: var(--type-label);
  line-height: 1.2;
  font-weight: var(--weight-label);
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
.type-display,
.type-section-title,
.type-block-title,
.type-card-title,
.type-lead,
.type-label,
.hero-kicker,
.label,
.concept-kicker,
.section-heading,
.ph-sub,
.cta {
  font-feature-settings: "palt";
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(255, 255, 255, .94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(223, 231, 237, .72);
}

.header-inner {
  width: min(1240px, calc(100% - 48px));
  height: 70px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  color: var(--ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.logo-img {
  display: block;
  width: auto;
  height: 42px;
}

.nav {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
  color: var(--ink);
  font-size: 12.5px;
  font-weight: var(--weight-label);
  letter-spacing: 0;
  white-space: nowrap;
}

.nav-sub {
  margin-left: 3px;
  padding-left: 15px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: var(--weight-label);
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 12px;
  color: var(--white);
  background: var(--color-cta);
  box-shadow: 0 14px 26px rgba(235, 59, 120, .26);
  font-size: 14px;
  font-weight: var(--weight-cta);
  white-space: nowrap;
}

.cta.blue {
  background: var(--color-cta);
  box-shadow: 0 14px 26px rgba(235, 59, 120, .26);
}

.cta.ghost {
  color: var(--ink);
  background: rgba(255, 255, 255, .86);
  border: 2px solid var(--ink);
  box-shadow: none;
}

.nav .cta {
  min-height: 44px;
  padding: 0 18px;
  font-size: 13px;
}

.nav .cta.ghost {
  border-width: 1.5px;
}

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 150px 0 84px;
  background:
    radial-gradient(circle at -4% 48%, transparent 0 112px, var(--yellow) 114px 178px, transparent 180px),
    radial-gradient(circle at 9% 82%, rgba(0, 168, 216, .08) 0 46px, transparent 48px),
    var(--white);
}

.photo-arc {
  position: absolute;
  top: 70px;
  right: -150px;
  width: 780px;
  height: 680px;
  border-radius: 46% 0 0 58%;
  background:
    radial-gradient(circle at 40% 32%, rgba(255,255,255,.74) 0 120px, transparent 122px),
    linear-gradient(135deg, rgba(245, 170, 0, .08), rgba(0, 168, 216, .1));
  overflow: hidden;
}

.photo-arc::before {
  content: "";
  position: absolute;
  inset: 90px 120px auto auto;
  width: 520px;
  height: 320px;
  border-radius: 36px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.52) 0 2px, transparent 2px 64px),
    linear-gradient(0deg, rgba(255,255,255,.42) 0 2px, transparent 2px 54px);
  opacity: .46;
}

.shape {
  position: absolute;
  pointer-events: none;
}

.shape.dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--line);
  left: 27%;
  top: 19%;
}

.shape.square {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  border: 12px solid var(--lavender);
  transform: rotate(12deg);
  left: 45%;
  bottom: 18%;
  opacity: .5;
}

.shape.triangle {
  left: 20%;
  bottom: 10%;
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 27px solid var(--cyan);
  transform: rotate(-16deg);
}

.shape.pink {
  right: 4%;
  top: 42%;
  width: 76px;
  height: 76px;
  border-radius: 13px;
  background: var(--pink);
  transform: rotate(-10deg);
  opacity: .9;
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(500px, .8fr) minmax(560px, 1.2fr);
  gap: 34px;
  align-items: center;
}

.hero-kicker {
  display: inline-block;
  margin-bottom: 22px;
  padding: 7px 16px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--ink);
  border-radius: 0;
  color: var(--ink);
  font-size: 13px;
  font-weight: var(--weight-label);
  letter-spacing: 0;
}

.hero h1 {
  margin: 0;
}

.hero h1 span {
  color: var(--pink);
  white-space: nowrap;
}

.hero h1 .hero-big {
  display: inline-block;
  color: var(--pink);
  font-size: 1.08em;
  line-height: .98;
  font-weight: 800;
  letter-spacing: 0;
  transform: translateY(.075em);
}

.hero h1 .hero-small {
  display: inline-block;
  margin-left: .18em;
  color: var(--deep);
  font-size: .72em;
  font-weight: 800;
  letter-spacing: 0;
  vertical-align: baseline;
}

.hero h1 .hero-line {
  display: inline-block;
  color: var(--deep);
  white-space: nowrap;
}

.hero h1 .hero-service {
  display: inline-block;
  color: var(--deep);
  font-size: .86em;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.hero-copy {
  max-width: 540px;
  margin: 28px 0 34px;
  color: var(--color-text);
  font-size: var(--type-lead);
  font-weight: var(--weight-lead);
  line-height: 1.9;
}

.hero-copy .pink {
  color: var(--ink);
  font-weight: 500;
}

.hero-actions {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.hero-actions .cta {
  min-height: 66px;
  padding: 0 38px;
  border-radius: 14px;
  font-size: 17.5px;
}

.hero-actions .cta.ghost {
  min-width: 168px;
  background: var(--white);
}

.hero-visual {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  right: 5%;
  top: 7%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(245, 170, 0, .12);
  z-index: -2;
}

.hero-visual::after {
  content: "";
  position: absolute;
  left: 11%;
  bottom: 18%;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  background: rgba(235, 59, 120, .11);
  z-index: -2;
}

.hero-illustration {
  width: 100%;
  max-width: 680px;
  height: auto;
  display: block;
  margin: 0 auto;
  transform: translateY(12px);
}

.section {
  position: relative;
  padding: var(--space-section-y) 0;
}

.inner {
  position: relative;
  z-index: 1;
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
}

.section-title {
  margin: 0;
  text-align: center;
  font-size: var(--type-statement);
  line-height: var(--leading-section-title);
  font-weight: var(--weight-statement);
}

.section-title .pink {
  color: var(--pink);
}

.section-title .blue {
  color: var(--cyan);
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: var(--ink);
  font-family: var(--font-alnum);
  font-size: var(--type-label);
  letter-spacing: .02em;
}

.label::before {
  content: "";
  width: 48px;
  height: 2px;
  background: var(--ink);
}

.intro {
  padding-top: 80px;
  padding-bottom: 58px;
  background: var(--white);
}

.intro-grid {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 72px;
  align-items: center;
  margin-top: 72px;
}

.question h3 {
  margin: 18px 0 20px;
}

.question p {
  margin: 0;
}

.question-art {
  position: relative;
  width: min(100%, 520px);
  margin: 0 auto;
}

/* introのイラスト：グレーのカード(::before)を画像より一回り小さめに配置し、
画像（吹き出し・腕）が上・右へ少しはみ出すコラージュ。inset=上 右 下 左（％で画面幅に追従）。
画像側は transform で拡大・位置微調整。SPでは下の @media で inset:0 に戻す。 */
.question-art::before {
  content: "";
  position: absolute;
  inset: 10% 4% -2% 2%;
  background: var(--pale);
  border-radius: 34px;
  z-index: 0;
}

.problem-illustration {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  transform: translate(-2px, -10px) scale(1.13);
}

.performance {
  position: relative;
  overflow: hidden;
  padding: var(--space-section-y) 0;
  background: var(--pale);
  text-align: center;
}

.performance::before {
  content: none;
}

.perf-title {
  display: block;
  margin: 0 0 var(--space-section-heading-gap);
}

.possibility-list {
  position: relative;
  display: grid;
  gap: 10px;
  z-index: 1;
}

.possibility-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(460px, .98fr) minmax(420px, .92fr);
  gap: clamp(32px, 3.5vw, 60px);
  align-items: center;
  padding: 0;
  border-top: 0;
  text-align: left;
}

.possibility-row:first-child {
  padding-top: 0;
  border-top: 0;
}

.possibility-row:nth-child(even) {
  grid-template-columns: minmax(420px, .92fr) minmax(460px, .98fr);
}

.possibility-row:nth-child(odd) .possibility-visual {
  order: 2;
}

.possibility-row:nth-child(odd) .possibility-copy {
  order: 1;
}

.possibility-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 230px;
}

.possibility-visual::before {
  content: none;
}

.possibility-visual::after {
  content: none;
}

.possibility-card {
  position: relative;
  width: min(100%, 430px);
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  z-index: 1;
}

.possibility-card.image-card {
  width: min(100%, 440px);
  padding: 0;
  overflow: visible;
  background: transparent;
}

.possibility-card.image-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  transform: none;
  filter: none;
}

.possibility-row:nth-child(even) .possibility-card {
  transform: none;
}

.possibility-row:nth-child(even) .possibility-visual::before {
  content: none;
}

.possibility-row:nth-child(even) .possibility-visual::after {
  content: none;
}

.possibility-tag {
  display: none;
}

.possibility-copy {
  position: relative;
  min-height: 280px;
  padding: 60px 58px 52px;
  border-radius: 16px;
  background: var(--white);
  box-shadow: none;
}

.possibility-copy::before {
  content: none;
}

.possibility-no {
  position: absolute;
  left: 40px;
  top: -26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--cyan);
  border: none;
  box-shadow: none;
  color: #fff;
  -webkit-text-stroke: 0;
  font-family: var(--font-alnum);
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .01em;
  font-variant-numeric: tabular-nums;
}

.possibility-copy h3 {
  max-width: 620px;
  margin: 0 0 12px;
  font-size: clamp(20px, 1.45vw, 22px);
  line-height: 1.55;
  font-weight: var(--weight-card-title);
  color: var(--color-card-title);
  letter-spacing: 0;
}

.possibility-copy p {
  max-width: 610px;
  margin: 0;
  color: var(--sub);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  font-weight: var(--weight-body);
}

.section-heading {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  color: var(--ink);
  font-size: var(--type-section-title);
  line-height: var(--leading-section-title);
  font-weight: var(--weight-section-title);
  letter-spacing: 0;
  text-align: center;
}

.section-heading::before {
  content: attr(data-label);
  display: inline-flex;
  align-items: center;
  margin: 0 0 22px;
  padding-bottom: 6px;
  border-bottom: 2px solid currentColor;
  color: var(--cyan);
  font-family: var(--font-alnum);
  font-size: 14px;
  line-height: 1;
  font-weight: var(--weight-label);
  letter-spacing: .02em;
}

.section-heading::after {
  content: none;
}

.pricing-v2 {
  position: relative;
  overflow: hidden;
  padding: 118px 0 126px;
  background: var(--pale-cyan);
  text-align: center;
}

.concept {
  position: relative;
  overflow: visible;
  padding: var(--space-section-y) 0;
  background: linear-gradient(180deg, var(--white) 0%, var(--white) 72%, var(--pale) 100%);
}

.concept-panel {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
  z-index: 1;
  text-align: center;
}

.concept-kicker,
.concept-statement,
.concept-copy,
.concept-visual-wrap,
.concept-flow,
.concept-cta {
  position: relative;
  z-index: 2;
}

.concept-kicker {
  display: inline-flex;
  align-items: center;
  margin: 0 0 22px;
  padding-bottom: 6px;
  border-bottom: 2px solid currentColor;
  color: var(--cyan);
  font-family: var(--font-alnum);
  font-size: 14px;
  line-height: 1;
  font-weight: var(--weight-label);
  letter-spacing: .02em;
}

.concept-kicker::before,
.concept-kicker::after {
  content: none;
}

.concept-statement {
  max-width: 820px;
  margin: 0 auto;
  color: var(--deep);
  font-size: var(--type-statement);
  line-height: var(--leading-section-title);
  font-weight: var(--weight-statement-strong);
  letter-spacing: 0;
}

.concept-statement .accent {
  color: var(--pink);
  font-size: 1.08em;
  line-height: 1;
  vertical-align: baseline;
}

.concept-copy {
  max-width: 720px;
  margin: 20px auto 0;
  color: var(--color-text);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  font-weight: var(--weight-body);
}

.concept-visual-wrap {
  position: relative;
  width: min(1040px, 100%);
  margin: 30px auto 0;
  padding-top: 0;
}

.concept-visual {
  position: relative;
  z-index: 1;
  width: min(800px, 94%);
  margin: 0 auto;
}

.concept-visual img {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
}

.concept-flow {
  position: relative;
  margin-top: 40px;
  z-index: 1;
}

.concept-flow-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

.concept-flow-step {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 10px;
  padding-top: 0;
  border-top: 0;
  color: var(--ink);
  text-align: left;
}

.concept-flow-step:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 28px;
  right: calc(clamp(36px, 5vw, 72px) / -2 - 5px);
  color: var(--cyan);
  font-size: 38px;
  line-height: 1;
  font-weight: 400;
  opacity: .88;
}

.concept-flow-no {
  display: block;
  width: auto;
  height: auto;
  min-width: 54px;
  margin: 0;
  color: var(--cyan);
  background: transparent;
  box-shadow: none;
  font-family: var(--font-alnum);
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .01em;
  font-variant-numeric: tabular-nums;
}

.concept-flow-no::after {
  content: "";
  display: block;
  width: 33px;
  height: 2px;
  margin-top: 11px;
  border-radius: 999px;
  background: currentColor;
}

.concept-flow-step h4 {
  margin: 1px 0 0;
  color: var(--color-card-title);
  font-size: 19px;
  line-height: 1.55;
  font-weight: var(--weight-card-title);
  letter-spacing: 0;
}

.concept-flow-card {
  grid-column: 1 / -1;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

.concept-flow-card p {
  margin: 0;
  color: var(--sub);
  font-size: var(--type-card-body);
  line-height: 1.85;
  font-weight: var(--weight-body);
}

.concept-cta {
  margin-top: 44px;
  text-align: center;
}

.concept-cta-lead {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 14px;
  color: var(--deep);
  font-size: 16px;
  line-height: 1.5;
  font-weight: var(--weight-label);
}

.concept-cta-lead::before,
.concept-cta-lead::after {
  content: "";
  width: 1px;
  height: 28px;
  border-radius: 999px;
  background: var(--deep);
}

.concept-cta-lead::before {
  transform: rotate(-18deg);
}

.concept-cta-lead::after {
  transform: rotate(18deg);
}

.concept-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 0;
}

.concept-actions .cta {
  position: relative;
  justify-content: center;
  gap: 22px;
  min-width: 370px;
  min-height: 64px;
  padding: 0 68px;
  border-radius: 999px;
  background: var(--color-cta);
  box-shadow: 0 18px 34px rgba(235, 59, 120, .3);
  font-size: 17px;
}

.concept-cta-arrow {
  position: absolute;
  right: 38px;
  width: 13px;
  height: 13px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
}

.footer {
  padding: 44px 0;
  color: var(--muted);
  background: var(--pale);
  border-top: 1.5px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.footer { background: var(--deep); color: rgba(255,255,255,.7); border-top: none; }
.footer a { color: rgba(255,255,255,.7); }
.footer-copy-text { color: rgba(255,255,255,.5); }

.footer::before {
  content: none;
}

.footer-inner {
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-brand { display: flex; flex-direction: column; gap: 8px; }
.footer-copy-text { font-size: 12px; }

.ph-sub {
  margin: 16px auto 0;
  max-width: 620px;
  color: var(--sub);
  font-size: var(--type-lead);
  line-height: 1.9;
  font-weight: var(--weight-lead);
}

.pricing-stats {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: clamp(52px, 8vw, 120px);
  margin-top: 56px;
  flex-wrap: wrap;
}

.pricing-stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pricing-stat-figure {
  display: flex;
  align-items: baseline;
  gap: 1px;
  color: var(--cyan);
  font-family: var(--font-price);
  line-height: 1;
}

.pricing-stat-num {
  font-size: clamp(48px, 4.6vw, 64px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.pricing-stat-unit {
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 0;
}

.pricing-range {
  font-size: .68em;
  letter-spacing: 0;
}

.pricing-stat-label {
  margin: 12px 0 0;
  color: var(--color-heading);
  font-size: var(--type-body);
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.4;
}

.ph-notes {
  list-style: none;
  margin: 26px auto 0;
  padding: 0;
  max-width: min(760px, 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ph-notes li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  color: var(--sub);
  font-size: 14px;
  line-height: 1.7;
  font-weight: 500;
}

.flow-deco-img {
  position: absolute;
  left: -20px;
  bottom: -20px;
  width: clamp(280px, 26vw, 420px);
  height: auto;
  opacity: 1;
  pointer-events: none;
  user-select: none;
}

.flow-v2 {
  padding-bottom: 118px;
  background: var(--pale);
  text-align: center;
}

.flow-v2::before {
  content: none;
}

.flow-layout {
  position: relative;
  display: block;
  max-width: 660px;
  min-height: 0;
  margin: 64px auto 0;
}

.flow-timeline-v2 {
  width: 100%;
  text-align: left;
}

.flow-step-v2 {
  position: relative;
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  gap: 20px;
  min-height: 128px;
}

.flow-step-v2::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 48px;
  bottom: -2px;
  width: 1px;
  background: rgba(23, 33, 43, .42);
}

.flow-step-v2:last-of-type {
  min-height: 96px;
}

.flow-step-v2:last-of-type::before {
  content: none;
}

.flow-step-number {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  color: var(--white);
  background: var(--cyan);
  box-shadow: none;
  font-family: var(--font-alnum);
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .01em;
  font-variant-numeric: tabular-nums;
}

.flow-step-body {
  padding-top: 4px;
}

.flow-step-body h3 {
  margin: 0 0 8px;
  color: var(--color-card-title);
  font-size: var(--type-card-title);
  line-height: 1.55;
  font-weight: var(--weight-card-title);
  letter-spacing: 0;
}

.flow-step-body h3 a {
  color: var(--cyan);
  text-decoration: underline;
  text-decoration-color: rgba(0, 168, 216, .5);
  text-decoration-thickness: 1.5px;
  text-underline-offset: .2em;
}

.flow-step-body p {
  max-width: 540px;
  margin: 0;
  color: var(--sub);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  font-weight: var(--weight-body);
  letter-spacing: 0;
}

.faq-v2 {
  overflow: hidden;
  padding-top: 112px;
  padding-bottom: 120px;
  background: linear-gradient(180deg, var(--white) 0%, var(--white) 72%, var(--pale) 100%);
  text-align: center;
}

.faq-v2::before {
  content: "";
  position: absolute;
  left: max(-64px, calc(50% - 650px));
  top: 126px;
  width: 136px;
  height: 136px;
  opacity: .42;
  background-image: radial-gradient(rgba(0, 168, 216, .68) 1.5px, transparent 1.6px);
  background-size: 8px 8px;
  border-radius: 50%;
  pointer-events: none;
}

.faq-v2::after {
  content: none;
}

.faq-list-v2 {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  max-width: 1100px;
  margin: 54px auto 0;
  border-top: 0;
  text-align: left;
}

.faq-row-v2 {
  display: block;
  padding: 32px 40px;
  border: 0;
  border-radius: 18px;
  background: var(--pale);
}

.faq-pair {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  width: 100%;
}

.faq-badge {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: var(--font-alnum);
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .01em;
  font-variant-numeric: tabular-nums;
}

.faq-badge-q {
  color: var(--white);
  background: var(--cyan);
}

.faq-badge-a {
  color: var(--pink);
  background: var(--white);
  box-shadow: inset 0 0 0 1.5px var(--pink);
}

.faq-row-v2 h3 {
  margin: 3px 0 18px;
  color: var(--color-card-title);
  font-size: var(--type-card-title);
  line-height: 1.55;
  font-weight: var(--weight-card-title);
  letter-spacing: 0;
}

.faq-row-v2 p {
  max-width: 900px;
  margin: 4px 0 0;
  color: var(--sub);
  font-size: var(--type-body);
  line-height: var(--leading-body);
  font-weight: var(--weight-body);
  letter-spacing: 0;
}

.final {
  overflow: hidden;
}

.section.final { padding: 0; }

.final-simple {
  display: block;
  padding: var(--space-section-y) 0;
  background: var(--pale);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-simple .inner {
  position: relative;
  z-index: 2;
}

.cta-people-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: clamp(620px, 70vw, 980px);
  height: auto;
  opacity: .16;
  pointer-events: none;
  user-select: none;
  z-index: 1;
}

.final-headline {
  max-width: 820px;
  margin: 0 auto;
  color: var(--color-heading);
  font-size: var(--type-section-title);
  font-weight: var(--weight-section-title);
  line-height: var(--leading-section-title);
  letter-spacing: 0;
}

.final-subtitle {
  margin: 14px auto 0;
  max-width: 560px;
  color: var(--sub);
  font-size: var(--type-body);
  font-weight: 400;
  line-height: var(--leading-body);
}

.final-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.final-actions .cta {
  position: relative;
  justify-content: center;
  min-width: 280px;
  min-height: 64px;
  padding: 0 52px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: var(--weight-cta);
}

.final-actions .cta .concept-cta-arrow { right: 26px; }
