:root {
  --navy: #06152d;
  --navy-2: #0b2344;
  --blue: #00bde9;
  --gold: #e1b954;
  --ink: #162033;
  --muted: #5c687a;
  --line: #dce4ed;
  --pale: #edf7fb;
  --cream: #fbf7ec;
  --white: #fff;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--sans); line-height: 1.85; }
img { display: block; max-width: 100%; }
a { color: inherit; }
.container { width: min(890px, calc(100% - 40px)); margin: 0 auto; }
.wide { width: min(1050px, calc(100% - 40px)); margin: 0 auto; }

.hero { background: var(--navy); }
.hero picture { display: block; }
.hero img { width: 100%; height: auto; }

.section { padding: 96px 0; }
.section-white { background: var(--white); }
.section-pale { background: var(--pale); }
.section-cream { background: var(--cream); }
.section-dark { color: var(--white); background: linear-gradient(145deg, var(--navy), var(--navy-2)); }
.eyebrow { margin: 0 0 14px; color: #087c9c; text-align: center; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.section-dark .eyebrow { color: var(--gold); }
h2 { margin: 0 auto 44px; max-width: 820px; color: var(--navy); font-family: var(--serif); font-size: clamp(22px, calc(4vw - 6px), 37px); line-height: 1.45; text-align: center; }
.section-dark h2 { color: var(--white); }
h3 { margin: 42px 0 20px; color: var(--navy); font-family: var(--serif); font-size: clamp(22px, 3vw, 30px); line-height: 1.5; }
.section-dark h3 { color: var(--white); }
p { margin: 0 0 22px; font-size: 17px; }
.lead { font-size: clamp(19px, 2.5vw, 24px); font-weight: 700; line-height: 1.8; }
.center { text-align: center; }
.strong-line { margin: 34px 0; color: var(--navy); font-family: var(--serif); font-size: clamp(22px, 3vw, 32px); font-weight: 700; line-height: 1.65; text-align: center; }
.section-dark .strong-line { color: var(--gold); }
.marker { background: linear-gradient(transparent 62%, rgba(225,185,84,.38) 0); font-weight: 800; }
.cyan { color: #008db5; }
.gold { color: var(--gold); }

.pain-list, .check-list { display: grid; gap: 12px; margin: 30px 0; padding: 0; list-style: none; }
.pain-list li, .check-list li { position: relative; padding: 16px 18px 16px 48px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 12px 28px rgba(6,21,45,.05); }
.pain-list li::before { content: "×"; position: absolute; left: 20px; color: #a4384a; font-weight: 900; }
.check-list li::before { content: "✓"; position: absolute; left: 20px; color: #008db5; font-weight: 900; }

.flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 38px; }
.flow-card { position: relative; padding: 28px 24px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); }
.flow-card span { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.flow-card h3 { margin: 10px 0 12px; font-size: 22px; }
.flow-card p { margin: 0; color: rgba(255,255,255,.76); font-size: 15px; }

.branch-demo { margin: 44px 0; padding: 34px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 20px 50px rgba(6,21,45,.08); }
.question { margin-bottom: 28px; color: var(--navy); font-family: var(--serif); font-size: 23px; font-weight: 700; text-align: center; }
.branches { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.branch { padding: 22px; border-top: 4px solid var(--blue); background: #f4fbfd; }
.branch:last-child { border-color: var(--gold); background: #fffaf0; }
.branch strong { display: block; margin-bottom: 8px; color: var(--navy); font-size: 18px; }
.branch p { margin: 0; font-size: 15px; }

.comparison { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 38px; }
.compare-card { padding: 30px; background: var(--white); border: 1px solid var(--line); }
.compare-card.featured { color: var(--white); background: var(--navy); border-color: var(--navy); }
.compare-card h3 { margin: 0 0 22px; font-size: 24px; }
.compare-card.featured h3 { color: var(--gold); }
.compare-row { padding: 13px 0; border-top: 1px solid var(--line); }
.featured .compare-row { border-color: rgba(255,255,255,.16); }
.compare-row small { display: block; color: var(--muted); }
.featured .compare-row small { color: rgba(255,255,255,.6); }

.price-intro { text-align: center; }
.price { margin: 12px 0; color: var(--gold); font-family: Georgia, serif; font-size: clamp(52px, 9vw, 84px); font-weight: 700; line-height: 1; }
.price small { font-family: var(--sans); font-size: 18px; }
.cta { display: inline-flex; min-height: 62px; margin-top: 20px; padding: 0 30px; align-items: center; justify-content: center; color: #07152c; background: linear-gradient(#f2d888, #d8aa3d); border-radius: 4px; box-shadow: 0 16px 34px rgba(0,0,0,.25); font-weight: 800; text-decoration: none; }
.notice { margin-top: 20px; color: rgba(255,255,255,.66); font-size: 13px; }

.plans { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.plan { padding: 34px; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 40px rgba(6,21,45,.07); }
.plan.recommended { border-top: 6px solid var(--gold); }
.plan h3 { margin: 0 0 8px; }
.plan-price { color: #008db5; font-family: Georgia, serif; font-size: 40px; font-weight: 700; }
.plan ul { padding: 0; list-style: none; }
.plan li { padding: 9px 0 9px 25px; border-bottom: 1px solid var(--line); position: relative; }
.plan li::before { content: "✓"; position: absolute; left: 0; color: #008db5; font-weight: 900; }

.demo-box { padding: 48px; text-align: center; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.16); }
.demo-box p { color: rgba(255,255,255,.8); }
footer { padding: 32px 20px; color: rgba(255,255,255,.55); background: #030b18; text-align: center; font-size: 12px; }

.copy-section p { max-width: 820px; margin-left: auto; margin-right: auto; }
.copy-section h3 { padding-top: 20px; border-top: 1px solid var(--line); }
.copy-cta { margin-top: 38px !important; padding: 20px 24px; color: #07152c; background: linear-gradient(135deg, #f2d888, #d8aa3d); box-shadow: 0 14px 32px rgba(6,21,45,.14); font-weight: 800; text-align: center; }
.copy-check, .copy-no { padding: 14px 18px; background: var(--white); border: 1px solid var(--line); font-weight: 700; }
.copy-check { border-left: 5px solid var(--blue); }
.copy-no { border-left: 5px solid #a4384a; }
.copy-note { color: var(--muted); font-size: 13px; }
.copy-stat { margin-bottom: 10px !important; color: #008db5; font-family: var(--serif); font-size: clamp(24px, 4vw, 38px); font-weight: 800; line-height: 1.35; text-align: center; }
.copy-stat + .copy-stat { margin-top: -5px; }
.copy-subhead { margin-top: 30px !important; color: var(--navy); font-weight: 800; }
.cta-area { position: relative; width: min(1050px, calc(100vw - 40px)); margin: 48px 50% 0; padding: 48px; transform: translateX(-50%); overflow: hidden; color: var(--white); background: linear-gradient(90deg, rgba(6,21,45,.98), rgba(11,35,68,.88)), url("assets/fv-interactive-webinar-with-copy-pc.png") center right / cover no-repeat; box-shadow: 0 22px 52px rgba(6,21,45,.22); text-align: center; }
.cta-area::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 75% 45%, rgba(0,189,233,.18), transparent 34%); pointer-events: none; }
.cta-area > * { position: relative; }
.cta-area .copy-cta { width: min(620px, 100%); margin: 0 auto 20px !important; border: 1px solid rgba(225,185,84,.55); }
.cta-area .copy-note, .cta-area > p { color: rgba(255,255,255,.76); }

.webinar-table { margin: 38px auto; overflow: hidden; background: var(--white); border: 1px solid var(--line); box-shadow: 0 18px 42px rgba(6,21,45,.08); }
.table-row { display: grid; grid-template-columns: .65fr 1fr 1fr; }
.table-row > div { padding: 19px 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.table-row > div:last-child { border-right: 0; color: var(--navy); background: #edf9fc; font-weight: 700; }
.table-row:last-child > div { border-bottom: 0; }
.table-row > div:first-child { color: var(--navy); background: #f4f6f9; font-weight: 800; }
.table-head > div { color: var(--white) !important; background: var(--navy) !important; font-weight: 800; text-align: center; }
.table-head > div:last-child { color: var(--navy) !important; background: linear-gradient(135deg, #e8cc7e, var(--gold)) !important; }

.pricing-section { position: relative; overflow: hidden; color: var(--white); background: linear-gradient(100deg, rgba(6,21,45,.98), rgba(11,35,68,.9)), url("assets/fv-interactive-webinar-with-copy-pc.png") center / cover no-repeat; }
.pricing-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 78% 30%, rgba(0,189,233,.2), transparent 31%), linear-gradient(180deg, transparent, rgba(2,9,20,.4)); pointer-events: none; }
.pricing-section .container { position: relative; }
.pricing-section .eyebrow { color: var(--gold); }
.pricing-section h2 { color: var(--white); }
.pricing-section > .container > p:not(.eyebrow) { color: rgba(255,255,255,.8); text-align: center; }
.pricing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; width: min(1050px, calc(100vw - 40px)); margin: 46px 50% 0; transform: translateX(-50%); align-items: stretch; }
.pricing-card { position: relative; padding: 40px 36px 36px; overflow: hidden; color: var(--white); background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.055)); border: 1px solid rgba(255,255,255,.2); border-top: 4px solid var(--blue); box-shadow: 0 24px 60px rgba(0,0,0,.3); backdrop-filter: blur(14px); }
.pricing-card::after { content: ""; position: absolute; width: 220px; height: 220px; right: -110px; top: -120px; border-radius: 50%; background: rgba(0,189,233,.1); pointer-events: none; }
.pricing-card-featured { border-color: rgba(225,185,84,.42); border-top-color: var(--gold); background: linear-gradient(145deg, rgba(225,185,84,.18), rgba(255,255,255,.07)); transform: translateY(-10px); }
.pricing-card-featured::after { background: rgba(225,185,84,.12); }
.pricing-card h3 { position: relative; margin: 8px 0 10px; padding-top: 0; color: var(--white); border-top: 0; font-size: 29px; text-align: center; }
.pricing-card .copy-stat { position: relative; margin: 0 auto 28px !important; color: var(--gold); font-family: var(--serif); font-size: clamp(30px, 4vw, 44px); }
.pricing-card { display: flex; flex-direction: column; }
.pricing-card > p { color: rgba(255,255,255,.8); font-size: 15px; }
.pricing-card > p:last-of-type { margin-top: 26px; color: var(--white); font-weight: 700; }
.plan-label { position: relative; margin: 0 !important; color: var(--blue) !important; font-size: 11px !important; font-weight: 900; letter-spacing: .18em; text-align: center; }
.pricing-card-featured .plan-label { color: var(--gold) !important; }
.plan-recommend { position: absolute; top: 18px; right: -38px; z-index: 2; width: 150px; padding: 5px 0; color: var(--navy); background: var(--gold); font-size: 11px; font-weight: 900; text-align: center; transform: rotate(38deg); }
.pricing-card .copy-subhead { color: var(--gold); }
.plan-checklist { margin: 6px 0 0; padding: 0; list-style: none; }
.plan-checklist li { position: relative; padding: 7px 0 7px 27px; color: rgba(255,255,255,.9); font-size: 15px; font-weight: 600; line-height: 1.4; border-bottom: 1px solid rgba(255,255,255,.09); }
.plan-checklist li::before { content: "✓"; position: absolute; left: 0; top: 7px; color: var(--blue); font-weight: 900; }
.pricing-card-featured .plan-checklist li::before { color: var(--gold); }
.plan-button { display: flex; min-height: 62px; margin-top: auto; padding: 12px 18px; align-items: center; justify-content: center; color: #07152c; background: linear-gradient(180deg, #f5dc94, #d5a63a); border: 1px solid rgba(255,255,255,.3); border-radius: 3px; box-shadow: 0 16px 32px rgba(0,0,0,.28); font-weight: 900; line-height: 1.4; text-align: center; text-decoration: none; }
.pricing-card:not(.pricing-card-featured) .plan-button { color: var(--white); background: linear-gradient(180deg, #079fca, #067f9f); }
.plan-button:hover { filter: brightness(1.04); }

.image-prompt-box { position: relative; margin: 46px auto 10px; padding: 28px; border: 2px dashed rgba(0,141,181,.42); background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(237,247,251,.72)); box-shadow: inset 0 0 0 7px rgba(255,255,255,.55); }
.section-white .image-prompt-box { background: linear-gradient(145deg, #fff, #f5f9fc); }
.section-cream .image-prompt-box { background: linear-gradient(145deg, #fffdf7, #f8f1df); border-color: rgba(181,139,46,.5); }
.image-prompt-box::before { content: "IMAGE PLACEHOLDER"; position: absolute; top: -13px; left: 24px; padding: 3px 12px; color: var(--white); background: var(--navy); font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.image-prompt-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; color: #008db5; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.image-prompt-title { margin-bottom: 12px !important; color: var(--navy); font-family: var(--serif); font-size: 21px !important; font-weight: 800; }
.image-prompt-text { margin-bottom: 0 !important; color: var(--muted); font-size: 13px !important; line-height: 1.85; }
.section-image { width: 100%; margin: 42px auto; overflow: hidden; background: var(--white); border: 1px solid rgba(6,21,45,.1); box-shadow: 0 18px 44px rgba(6,21,45,.1); }
.section-image img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }

@media (max-width: 720px) {
  .section { padding: 70px 0; }
  .container, .wide { width: calc(100% - 28px); }
  .hero img { width: 100%; }
  h2 { margin-bottom: 34px; font-size: 20px; }
  h3 { font-size: 22px; }
  p { font-size: 16px; }
  .flow, .branches, .comparison, .plans { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; width: 100%; margin-left: 0; margin-right: 0; transform: none; }
  .pricing-card { padding: 24px; }
  .pricing-card-featured { transform: none; }
  .pricing-section { background-image: linear-gradient(180deg, rgba(6,21,45,.96), rgba(11,35,68,.9)), url("assets/fv-interactive-webinar-mobile.png"); background-position: center bottom; }
  .cta-area { width: 100%; margin: 40px 0 0; padding: 34px 20px; transform: none; background-image: linear-gradient(180deg, rgba(6,21,45,.95), rgba(11,35,68,.9)), url("assets/fv-interactive-webinar-mobile.png"); background-position: center bottom; }
  .image-prompt-box { margin-top: 38px; padding: 24px 18px 20px; }
  .image-prompt-meta { display: grid; gap: 3px; }
  .image-prompt-title { font-size: 18px !important; }
  .section-image { margin: 32px auto; }
  .webinar-table { margin-left: calc(50% - 50vw + 8px); margin-right: calc(50% - 50vw + 8px); overflow: hidden; }
  .table-row { grid-template-columns: .52fr 1fr 1fr; }
  .table-row > div { display: flex; min-width: 0; padding: 10px 6px; align-items: center; justify-content: center; font-size: 11px; line-height: 1.35; text-align: center; overflow-wrap: anywhere; }
  .table-head > div { font-size: 10px; }
  .branch-demo, .plan, .demo-box { padding: 24px; }
  .cta { width: 100%; padding: 0 18px; text-align: center; }
}
