:root {
  --ink: #19131a;
  --muted: #71676f;
  --paper: #fffaf0;
  --paper-deep: #f7ecdc;
  --purple: #9726df;
  --pink: #f31580;
  --orange: #ff6a2a;
  --yellow: #ffb338;
  --line: rgba(63, 38, 54, .14);
  --shadow: 0 22px 55px rgba(32, 16, 32, .16);
  --sans: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #201b22; }
body { margin: 0; color: var(--ink); background: #201b22; font-family: var(--sans); line-height: 1.7; }
img { display: block; width: 100%; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.phone-canvas { width: min(100%, 430px); margin: 0 auto; overflow: hidden; background: var(--paper); box-shadow: var(--shadow); }

.topbar { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; min-height: 58px; padding: 10px 17px; background: rgba(255, 255, 255, .96); border-bottom: 1px solid var(--line); }
.topbar img { width: 122px; height: auto; }
.topbar p { margin: 0; text-align: right; line-height: 1.2; }
.topbar strong { display: block; font-size: 13px; letter-spacing: .08em; }
.topbar span { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .05em; }

.hero { position: relative; background: var(--paper-deep); }
.hero img { aspect-ratio: 1122 / 1402; object-fit: cover; }

.conversion { padding: 22px 22px 24px; text-align: center; background: #fff; }
.conversion-first { position: relative; }
.conversion-first::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: linear-gradient(90deg, var(--purple), var(--pink), var(--orange), var(--yellow)); }
.conversion-note { margin: 0 0 10px; font-size: 12px; font-weight: 800; }
.conversion-note span { display: inline-block; margin-right: 8px; padding: 2px 10px; color: #fff; background: var(--pink); }
.conversion small { display: block; margin-top: 9px; color: var(--muted); font-size: 10px; }

.cta-button { display: flex; align-items: center; justify-content: space-between; min-height: 64px; width: 100%; padding: 0 20px 0 24px; color: #fff; background: linear-gradient(105deg, #ef117c, #ff512f 62%, #ff8424); border: 1px solid rgba(255,255,255,.3); border-radius: 999px; box-shadow: 0 12px 24px rgba(239, 17, 124, .26); font-size: 16px; font-weight: 900; text-decoration: none; letter-spacing: .02em; transition: transform .18s ease, box-shadow .18s ease; }
.cta-button b { display: grid; place-items: center; flex: 0 0 35px; height: 35px; margin-left: 12px; color: var(--pink); background: #fff; border-radius: 50%; font-size: 18px; }
.cta-button:active { transform: translateY(2px); box-shadow: 0 6px 14px rgba(239, 17, 124, .22); }
.cta-button:focus-visible { outline: 3px solid #231829; outline-offset: 3px; }

.slice { position: relative; padding: 68px 24px; }
.slice h2 { margin: 0; font-size: 29px; line-height: 1.45; letter-spacing: -.04em; }
.slice h2 em { color: var(--pink); font-style: normal; }
.eyebrow { margin: 0 0 12px; color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .22em; }

.problem { color: #fff; background: #19131a; }
.problem::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(circle at 10% 10%, #ff2d8d 0 1px, transparent 2px), radial-gradient(circle at 90% 70%, #ff9b22 0 1px, transparent 2px); background-size: 22px 22px, 28px 28px; }
.problem > * { position: relative; }
.problem .eyebrow { color: #ff9e44; }
.problem h2 em { color: #ff5b85; }
.check-list { list-style: none; padding: 0; margin: 30px 0 0; }
.check-list li { position: relative; margin-top: 12px; padding: 15px 14px 15px 43px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; font-size: 13px; font-weight: 700; line-height: 1.55; }
.check-list li::before { content: "✓"; position: absolute; left: 15px; top: 14px; color: #ff8f38; font-size: 16px; font-weight: 900; }
.problem-close { margin: 34px 0 0; text-align: center; font-size: 15px; }
.problem-close strong { color: #ff9b3d; font-size: 18px; }

.outcomes { background: linear-gradient(155deg, #fffdf8, #fff4e4); }
.outcomes::after { content: ""; position: absolute; right: -85px; top: 16px; width: 170px; height: 170px; border: 36px solid rgba(155, 37, 222, .06); border-radius: 50%; }
.number-cards { position: relative; list-style: none; padding: 0; margin: 31px 0 0; }
.number-cards li { display: grid; grid-template-columns: 58px 1fr; gap: 12px; margin-top: 14px; padding: 20px 16px 19px; background: rgba(255,255,255,.92); border: 1px solid rgba(80, 48, 60, .1); border-radius: 14px; box-shadow: 0 9px 26px rgba(67, 38, 44, .07); }
.number-cards span { color: var(--pink); font-family: Arial Black, var(--sans); font-size: 29px; line-height: 1; }
.number-cards h3 { margin: 0; font-size: 16px; line-height: 1.45; }
.number-cards p { margin: 7px 0 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.mini-conversion { padding: 32px 22px 35px; color: #fff; text-align: center; background: linear-gradient(120deg, #841ed1, #e2148c 58%, #ff6330); }
.mini-conversion p { margin: 0 0 16px; font-size: 14px; font-weight: 800; }
.mini-conversion .cta-button { color: var(--pink); background: #fff; border-color: #fff; box-shadow: 0 12px 24px rgba(53, 15, 58, .25); }
.mini-conversion .cta-button b { color: #fff; background: var(--pink); }

.agenda { background: #fff; }
.agenda-track { position: relative; margin-top: 33px; padding-left: 20px; }
.agenda-track::before { content: ""; position: absolute; left: 4px; top: 16px; bottom: 16px; width: 2px; background: linear-gradient(var(--purple), var(--pink), var(--orange)); }
.agenda-track article { position: relative; padding: 0 0 29px 18px; }
.agenda-track article:last-child { padding-bottom: 0; }
.agenda-track article::before { content: ""; position: absolute; left: -21px; top: 7px; width: 11px; height: 11px; background: #fff; border: 3px solid var(--pink); border-radius: 50%; }
.agenda-track span { color: var(--pink); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.agenda-track h3 { margin: 6px 0 0; font-size: 16px; line-height: 1.65; }

.materials-preview { position: relative; padding: 63px 18px 60px; overflow: hidden; text-align: center; background: linear-gradient(160deg, #fff 0%, #fff8f3 65%, #ffe8f2 100%); }
.materials-preview::before { content: ""; position: absolute; right: -70px; top: -80px; width: 180px; height: 180px; border: 1px solid rgba(242, 21, 126, .16); border-radius: 50%; }
.materials-preview > * { position: relative; }
.materials-preview .eyebrow { margin-bottom: 11px; }
.materials-preview h2 { margin: 0; font-size: 29px; line-height: 1.45; letter-spacing: -.04em; }
.materials-preview h2 em { color: var(--pink); font-style: normal; }
.materials-copy { max-width: 350px; margin: 15px auto 24px; color: var(--muted); font-size: 12px; line-height: 1.75; }
.materials-preview figure { margin: 0; padding: 6px; background: #fff; border: 1px solid rgba(74, 42, 58, .11); border-radius: 12px; box-shadow: 0 15px 34px rgba(91, 37, 69, .13); overflow: hidden; }
.materials-preview figure img { border-radius: 8px; }
.materials-caption { margin: 18px 0 0; color: var(--pink); font-size: 12px; font-weight: 900; }

.viewer-benefits { overflow: hidden; text-align: center; background: #211924; }
.viewer-benefits::before { content: ""; position: absolute; left: -90px; top: -110px; width: 230px; height: 230px; border: 42px solid rgba(243, 21, 128, .1); border-radius: 50%; }
.viewer-benefits::after { content: ""; position: absolute; right: -80px; bottom: -85px; width: 190px; height: 190px; background: radial-gradient(circle, rgba(255, 179, 56, .16) 0 2px, transparent 3px); background-size: 17px 17px; transform: rotate(12deg); }
.viewer-benefits > * { position: relative; z-index: 1; }
.viewer-benefits .eyebrow { color: #ffad55; }
.viewer-benefits h2 { color: #fff; font-size: 23px; letter-spacing: -.07em; }
.viewer-benefits h2 em { color: #ff668e; font-size: 32px; letter-spacing: -.04em; }
.viewer-benefits__lead { margin: 16px auto 0; color: #d8cdd5; font-size: 12px; line-height: 1.8; }
.viewer-benefits__cards { display: grid; gap: 14px; margin-top: 29px; text-align: left; }
.viewer-benefits__cards article { position: relative; padding: 19px 19px 21px 86px; background: linear-gradient(120deg, #fff, #fff7f1); border: 1px solid rgba(255, 255, 255, .48); border-radius: 15px; box-shadow: 0 14px 30px rgba(0, 0, 0, .22); }
.viewer-benefits__number { margin: 0 0 12px; color: var(--pink); font: 900 9px/1 Arial, sans-serif; letter-spacing: .17em; }
.viewer-benefits__number strong { margin-left: 3px; font-size: 16px; letter-spacing: .02em; }
.viewer-benefits__icon { position: absolute; left: 18px; top: 51px; display: grid; place-items: center; width: 52px; height: 52px; color: #fff; background: linear-gradient(135deg, var(--pink), var(--orange)); border-radius: 14px; box-shadow: 0 8px 17px rgba(243, 21, 128, .24); font-size: 27px; font-weight: 900; line-height: 1; }
.viewer-benefits__icon--talk { grid-template-columns: auto auto; gap: 1px; font-family: Arial, sans-serif; font-size: 20px; }
.viewer-benefits__icon--talk span { align-self: end; padding-bottom: 11px; font-size: 7px; text-transform: uppercase; }
.viewer-benefits__cards h3 { margin: 0; font-size: 16px; line-height: 1.45; }
.viewer-benefits__cards article > p:last-child { margin: 7px 0 0; color: var(--muted); font-size: 11px; line-height: 1.7; }
.viewer-benefits__note { width: fit-content; margin: 22px auto 0; padding: 7px 13px; color: #fff3dc; border: 1px solid rgba(255, 179, 56, .45); border-radius: 999px; font-size: 10px; font-weight: 800; }

.speakers { color: #fff; background: #211924; }
.speakers .eyebrow { color: #ff9c39; }
.speakers h2 em { color: #ff6a8e; }
.speaker-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 30px; }
.speaker-grid article { min-width: 0; padding: 7px 7px 15px; background: #fff; border-radius: 13px; color: var(--ink); overflow: hidden; }
.speaker-photo { height: 195px; overflow: hidden; background: #f1ede8; border-radius: 9px; }
.speaker-photo img { height: 100%; object-fit: cover; object-position: center top; }
.speaker-photo-ejima img { object-position: 50% 43%; }
.speaker-grid .company { min-height: 32px; margin: 13px 5px 0; color: var(--muted); font-size: 9px; font-weight: 800; line-height: 1.45; }
.speaker-grid h3 { margin: 4px 5px 0; font-size: 19px; letter-spacing: -.04em; }
.speaker-grid .role { min-height: 33px; margin: 2px 5px 9px; color: var(--muted); font-size: 9px; }
.speaker-grid span { display: block; margin: 0 5px; padding-top: 7px; color: var(--pink); border-top: 1px solid var(--line); font-size: 9px; font-weight: 900; }

.overview { background: linear-gradient(180deg, #fffaf2, #f7ecdc); }
.overview dl { margin: 29px 0 0; border-top: 1px solid var(--line); }
.overview dl div { display: grid; grid-template-columns: 84px 1fr; min-height: 75px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.overview dt { color: var(--muted); font-size: 12px; font-weight: 800; }
.overview dd { margin: 0; font-size: 14px; font-weight: 700; line-height: 1.6; }
.overview dd strong { font-size: 17px; }
.overview .free { color: var(--pink); font-size: 22px; }
.form-note { margin: 23px 0 0; padding: 14px; color: var(--muted); background: rgba(255,255,255,.7); border: 1px solid var(--line); border-radius: 9px; font-size: 10px; line-height: 1.65; }

.signup-form { padding: 68px 24px 72px; background: linear-gradient(160deg, #fff 0%, #fff5ec 100%); }
.signup-form h2 { margin: 0; font-size: 31px; line-height: 1.4; letter-spacing: -.05em; }
.signup-form__lead { margin: 12px 0 25px; color: var(--muted); font-size: 13px; }
.hubspot-form-wrap { min-height: 420px; padding: 21px 17px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 13px 32px rgba(54, 27, 45, .1); }
.form-loading { margin: 0; color: var(--muted); font-size: 12px; text-align: center; }
.form-fallback, .form-privacy { margin: 15px 2px 0; color: var(--muted); font-size: 10px; line-height: 1.7; }
.form-privacy { margin-top: 7px; }
.form-fallback a, .form-privacy a { color: var(--pink); font-weight: 800; text-underline-offset: 2px; }
.hubspot-form-wrap .hs-form-field { margin-bottom: 16px; }
.hubspot-form-wrap label { color: var(--ink); font-size: 12px; font-weight: 800; }
.hubspot-form-wrap input:not([type="checkbox"]):not([type="radio"]), .hubspot-form-wrap textarea, .hubspot-form-wrap select { width: 100% !important; min-height: 46px; padding: 10px 12px !important; border: 1px solid #d8ced5 !important; border-radius: 7px !important; background: #fff !important; font-family: var(--sans) !important; font-size: 14px !important; }
.hubspot-form-wrap textarea { min-height: 110px; }
.hubspot-form-wrap .hs-button { width: 100% !important; min-height: 56px; padding: 12px 20px !important; color: #fff !important; background: linear-gradient(105deg, var(--pink), var(--orange)) !important; border: 0 !important; border-radius: 999px !important; font-family: var(--sans) !important; font-size: 15px !important; font-weight: 900 !important; cursor: pointer; }
.hubspot-form-wrap .hs-error-msgs { margin: 6px 0 0; padding: 0; list-style: none; }
.hubspot-form-wrap .hs-error-msgs label { color: #c6284a; font-size: 10px; }

.trustlead-about { position: relative; padding: 68px 24px 72px; overflow: hidden; background: #fff; }
.trustlead-about::before { content: ""; position: absolute; right: -100px; top: -115px; width: 250px; height: 250px; border: 44px solid rgba(239, 21, 126, .045); border-radius: 50%; }
.trustlead-about > * { position: relative; }
.trustlead-about h2 { margin: 0; font-size: 31px; line-height: 1.4; letter-spacing: -.05em; }
.trustlead-about h2::after { display: block; width: 58px; height: 5px; margin-top: 17px; background: linear-gradient(90deg, var(--pink), var(--orange)); border-radius: 99px; content: ""; }
.trustlead-about__lead { margin: 26px 0 0; font-size: 17px; font-weight: 800; line-height: 1.75; }
.trustlead-about__lead strong { color: var(--pink); font-size: 19px; }
.trustlead-about__copy { margin: 19px 0 0; color: var(--muted); font-size: 13px; line-height: 1.9; }
.trustlead-about__metric { display: flex; align-items: flex-end; gap: 13px; margin: 27px 0 17px; padding: 20px 17px; background: linear-gradient(115deg, #fff1f7, #fff6eb); border-left: 5px solid var(--pink); border-radius: 0 12px 12px 0; }
.trustlead-about__metric strong { color: var(--pink); font: 900 54px/.82 Arial, sans-serif; letter-spacing: -.06em; }
.trustlead-about__metric small { margin-left: 2px; font-size: 14px; letter-spacing: 0; }
.trustlead-about__metric span { padding-bottom: 2px; font-size: 11px; font-weight: 900; }
.trustlead-about__tags { display: flex; flex-wrap: wrap; gap: 7px; margin: 0 0 30px; padding: 0; list-style: none; }
.trustlead-about__tags li { padding: 7px 11px; color: #fff; background: #211924; border-radius: 999px; font-size: 10px; font-weight: 900; }
.trustlead-about__proof { margin: 0 0 17px; padding: 13px; background: #faf6f1; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 9px 25px rgba(50, 26, 42, .09); }
.trustlead-about__proof:last-child { margin-bottom: 0; }
.trustlead-about__proof figcaption { margin: 0 0 11px; color: var(--ink); font-size: 10px; font-weight: 900; letter-spacing: .06em; text-align: center; }
.trustlead-about__proof img { width: 100%; height: auto; background: #fff; }
.trustlead-about__proof:first-of-type img { min-height: 205px; padding: 4px; object-fit: contain; }
.trustlead-about__proof--award img { padding: 10px 3px; }

.final-conversion { position: relative; padding: 69px 23px 76px; color: #fff; text-align: center; background: linear-gradient(145deg, #7d1bd1 0%, #ed147c 52%, #ff6d28 100%); overflow: hidden; }
.final-conversion::before, .final-conversion::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.17); transform: rotate(24deg); }
.final-conversion::before { width: 250px; height: 250px; left: -160px; top: -110px; }
.final-conversion::after { width: 310px; height: 310px; right: -200px; bottom: -170px; }
.final-conversion > * { position: relative; z-index: 1; }
.final-conversion .eyebrow { color: #fff1b8; }
.final-conversion h2 { margin: 0; font-size: 29px; line-height: 1.45; letter-spacing: -.04em; }
.final-conversion > p:not(.eyebrow) { margin: 14px 0 0; font-size: 13px; font-weight: 700; }
.date-card { display: flex; align-items: center; justify-content: center; gap: 11px; margin: 26px auto 22px; }
.date-card > b { font-family: Arial Black, var(--sans); font-size: 55px; line-height: .85; letter-spacing: -.07em; }
.date-card span { text-align: left; font-size: 12px; font-weight: 900; line-height: 1.35; }
.date-card strong { font-size: 15px; white-space: nowrap; }
.cta-light { color: var(--pink); background: #fff; border-color: #fff; box-shadow: 0 13px 30px rgba(70, 12, 65, .28); }
.cta-light b { color: #fff; background: var(--pink); }
.final-conversion > small { display: block; margin-top: 12px; font-size: 10px; }

footer { padding: 26px 20px 94px; color: #c2b8c4; text-align: center; background: #19131a; }
footer p { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 0 0 9px; color: #fff; font-size: 16px; }
footer p span { color: #ff6b54; }
footer small { font-size: 9px; }
.privacy-link { display: block; width: fit-content; margin: 0 auto 10px; color: #d9cfdc; font-size: 10px; text-underline-offset: 3px; }
.privacy-link:hover { color: #fff; }
.privacy-link:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

.fixed-cta { position: fixed; z-index: 50; left: 50%; bottom: max(9px, env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: space-between; width: min(calc(100% - 22px), 408px); min-height: 64px; padding: 8px 14px 8px 19px; color: #fff; background: rgba(28, 20, 29, .94); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; box-shadow: 0 12px 32px rgba(0,0,0,.38); backdrop-filter: blur(12px); transform: translateX(-50%); text-decoration: none; }
.fixed-cta span { display: flex; flex-direction: column; line-height: 1.25; }
.fixed-cta small { color: #ffb16c; font-size: 9px; font-weight: 800; }
.fixed-cta strong { margin-top: 2px; font-size: 15px; }
.fixed-cta > b { display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: linear-gradient(120deg, var(--pink), var(--orange)); border-radius: 50%; }
.fixed-cta:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (min-width: 431px) {
  body { padding: 26px 0; }
  .phone-canvas { border-radius: 18px; }
}

@media (max-width: 389px) {
  .slice { padding-left: 20px; padding-right: 20px; }
  .slice h2, .final-conversion h2 { font-size: 27px; }
  .speaker-photo { height: 175px; }
  .speaker-grid h3 { font-size: 17px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
