:root {
  --prep-ink: #0b0a1f;
  --prep-muted: #66677a;
  --prep-purple: #4945d4;
  --prep-deep: #2433aa;
  --prep-lilac: #efedfb;
  --prep-line: #eae7f3;
  --prep-soft: #f7f6fb;
  --prep-gradient: linear-gradient(135deg, #1c2a8e 0%, #3a38b8 52%, #7c77e8 100%);
}

html { scroll-behavior: smooth; scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
.meeting-prep-page { margin: 0; background: #fff; color: var(--prep-ink); font-family: "Poppins", sans-serif; }
.meeting-prep-page *, .meeting-prep-page *::before, .meeting-prep-page *::after { box-sizing: border-box; }
.meeting-prep-main { overflow: clip; padding-top: 74px; }
.prep-container { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.prep-container.prep-narrow { width: min(1040px, calc(100% - 64px)); }
.prep-section { padding: 92px 0; }

/* Progressive motion: content stays visible when JavaScript is unavailable. */
.prep-motion-enabled .prep-reveal {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 620ms cubic-bezier(.22, 1, .36, 1),
    transform 620ms cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--prep-reveal-delay, 0ms);
  will-change: opacity, transform;
}
.prep-motion-enabled .prep-reveal-hero { transform: translate3d(0, 18px, 0); }
.prep-motion-enabled .prep-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  will-change: auto;
}
.prep-motion-enabled .prep-faq-chip.prep-reveal,
.prep-motion-enabled .prep-faq-title.prep-reveal,
.prep-motion-enabled .prep-faq-list.prep-reveal {
  transform: translate3d(0, 8px, 0);
  transition-duration: 320ms;
}
.prep-motion-enabled .prep-faq-chip.prep-reveal.is-visible,
.prep-motion-enabled .prep-faq-title.prep-reveal.is-visible,
.prep-motion-enabled .prep-faq-list.prep-reveal.is-visible { transform: translate3d(0, 0, 0); }

.prep-grid > article,
.prep-grid > li,
.prep-compare-grid > article,
.prep-faq-item {
  transition:
    transform 240ms ease,
    border-color 240ms ease,
    box-shadow 240ms ease;
}

@media (hover: hover) and (pointer: fine) {
  .prep-grid > article:hover,
  .prep-grid > li:hover,
  .prep-compare-grid > article:hover,
  .prep-faq-item:hover {
    transform: translateY(-4px);
    border-color: rgba(91, 87, 214, .2);
    box-shadow: 0 16px 36px rgba(31, 28, 87, .1);
  }
}
.prep-section h1, .prep-section h2, .prep-section h3, .prep-section p { margin-top: 0; }
.prep-section h1, .prep-section h2 { letter-spacing: -.045em; text-wrap: balance; }
.prep-section h2 { margin-bottom: 0; font-size: clamp(34px, 3.2vw, 48px); line-height: 1.14; font-weight: 700; }
.prep-section h3 { color: var(--prep-ink); }
.prep-section p { color: var(--prep-muted); line-height: 1.65; }
.prep-pill { display: inline-flex; align-items: center; min-height: 34px; padding: 7px 17px; border: 1px solid rgba(91, 87, 214, .16); border-radius: 999px; background: rgba(239, 237, 251, .74); color: #5b57d6 !important; font-size: 13px; font-weight: 500; line-height: 1.3 !important; }
.prep-section-head { max-width: 894px; margin-bottom: 48px; }
.prep-section-head .prep-pill { margin-bottom: 22px; }
.prep-section-head > p:last-child { max-width: 760px; margin: 22px 0 0; font-size: 16px; }
.prep-section-head-center { margin-right: auto; margin-left: auto; text-align: center; }
.prep-section-head-center > p:last-child { margin-right: auto; margin-left: auto; }
.prep-grid { display: grid; gap: 20px; }
.prep-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.prep-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.prep-hero { display: flex; min-height: calc(100svh - 145px); align-items: center; padding: 74px 0 56px; background: radial-gradient(circle at 50% 16%, rgba(221, 219, 255, .76), transparent 38%), linear-gradient(180deg, #f9f9fd 0%, #f5f5f7 100%); text-align: center; }
.prep-hero-inner { display: flex; flex-direction: column; align-items: center; }
.prep-hero h1 { max-width: 960px; margin: 24px auto 22px; font-size: clamp(48px, 4.45vw, 64px); line-height: 1.03; font-weight: 700; }
.prep-lead { max-width: 730px; margin: 0 auto; font-size: 17px; }
.prep-actions { display: flex; justify-content: center; margin-top: 30px; }
.prep-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 13px 28px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 600; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease; }
.prep-button:hover { transform: translateY(-2px); }
.prep-button:focus-visible { outline: 3px solid rgba(91, 87, 214, .32); outline-offset: 3px; }
.prep-button-primary { background: linear-gradient(135deg, #4842de, #625de4); box-shadow: 0 12px 30px rgba(73, 69, 212, .3); color: #fff; }
.prep-button-secondary { border-color: #d7d4e4; background: rgba(255, 255, 255, .9); color: var(--prep-ink); }
.prep-hero .prep-assurance { margin: 24px 0 0; font-size: 12px; color: #9999a7 !important; }
.prep-brief-card { width: min(650px, 100%); padding: 27px 28px 24px; border: 1px solid rgba(18, 17, 49, .06); border-radius: 20px; background: rgba(255,255,255,.94); box-shadow: 0 24px 60px rgba(39, 40, 63, .14); text-align: left; }
.prep-card-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: #aaa8b3; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.prep-status { padding: 6px 10px; border-radius: 999px; background: #edf8f0; color: #4f916e; letter-spacing: 0; }
.prep-person-row, .prep-mini-person { display: flex; align-items: center; gap: 12px; }
.prep-person-row { padding-bottom: 18px; border-bottom: 1px solid #eeeef2; }
.prep-person-row > span:nth-child(2) { display: grid; margin-right: auto; }
.prep-person-row strong { font-size: 14px; }
.prep-person-row small, .prep-mini-person small { display: block; color: #9a99a6; font-size: 10px; font-weight: 400; }
.prep-avatar, .prep-disc-badge { display: inline-grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; background: linear-gradient(135deg, #4d48dd, #7d78e8); color: #fff; font-size: 11px; font-weight: 700; }
.prep-disc-badge { width: 30px; height: 30px; border-radius: 8px; }
.prep-brief-list { display: grid; gap: 8px; margin: 18px 0 14px; }
.prep-brief-list div { display: flex; justify-content: space-between; gap: 20px; }
.prep-brief-list dt { color: #aaa8b3; font-size: 11px; }
.prep-brief-list dd { margin: 0; font-size: 12px; font-weight: 600; text-align: right; }
.prep-confidence { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; color: #aaa8b3; font-size: 10px; }
.prep-confidence i, .prep-meter { height: 5px; border-radius: 99px; background: #e2e1e9; }
.prep-confidence i::after { display: block; width: 76%; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #4a46d6, #9a96f1); content: ""; }
.prep-confidence strong { color: #5b57d6; }

.prep-stats { padding-top: 76px; background: #fff; }
.prep-stat-card { min-height: 230px; padding: 34px 30px; border: 1px solid rgba(80,75,139,.08); border-radius: 22px; }
.prep-stat-card strong { display: block; margin-bottom: 12px; color: #3038ab; font-size: 50px; line-height: 1; }
.prep-stat-card p { margin-bottom: 20px; font-size: 14px; }
.prep-stat-card a { color: #9796a4; font-size: 10px; text-decoration: none; }
.prep-stat-purple { background: linear-gradient(135deg, #f7f5ff, #f1eefb); }
.prep-stat-blue { background: linear-gradient(135deg, #f5f7ff, #eef0fa); }
.prep-stat-green { background: linear-gradient(135deg, #f0faf6, #edf5ef); }
.prep-stat-green strong { color: #26886f; }

.prep-problem { padding: 88px 0; border-top: 1px solid #f0eef6; }
.prep-problem .prep-section-head { max-width: 680px; margin-bottom: 40px; }
.prep-problem .prep-pill { margin-bottom: 0; padding: 7px 18px; border: 0; background: #efedfb; font-weight: 600; }
.prep-problem h2 { margin-top: 18px; font-size: 38px; line-height: 1.18; letter-spacing: -.03em; }
.prep-gradient-card, .prep-signal-card { min-width: 0; border-radius: 20px; }
.prep-gradient-card { display: flex; flex-direction: column; padding: 22px; border-radius: 22px; background: linear-gradient(160deg,#1f2e96,#4a45c6 65%,#7c77e8); color: #fff; }
.prep-gradient-card h3 { margin: 16px 0 0; color: #fff; font-size: 17px; font-weight: 600; line-height: normal; }
.prep-gradient-card > p { margin: 6px 0 0; color: rgba(255,255,255,.82); font-size: 13.5px; line-height: 1.5; }
.prep-demo { height: 150px; min-height: 150px; padding: 16px; overflow: hidden; border-radius: 16px; background: #fff; color: var(--prep-ink); }
.prep-scattered { position: relative; padding: 0; background: linear-gradient(145deg,#fff 0%,#faf9fd 100%); }
.prep-context-lines { position: absolute; inset: 0; width: 100%; height: 100%; }
.prep-context-lines path { fill: none; stroke: #d8d4ee; stroke-width: 1.4; stroke-dasharray: 4 5; vector-effect: non-scaling-stroke; }
.prep-context-node { position: absolute; z-index: 1; display: flex; align-items: center; gap: 7px; width: 126px; min-height: 43px; padding: 7px 9px; border: 1px solid #e9e6f2; border-radius: 11px; background: rgba(255,255,255,.96); box-shadow: 0 5px 14px rgba(24,20,72,.07); }
.prep-context-node > span:last-child { display: flex; min-width: 0; flex-direction: column; }
.prep-context-node small { color: #8a8b9c; font-size: 9px; font-weight: 600; line-height: 1.2; letter-spacing: .06em; text-transform: uppercase; }
.prep-context-node b { margin-top: 2px; color: #34354a; font-size: 10px; font-weight: 600; line-height: 1.3; white-space: nowrap; }
.prep-context-icon { display: grid; width: 25px; height: 25px; flex: 0 0 25px; place-items: center; border-radius: 8px; background: #efedfb; color: #5b57d6; }
.prep-context-icon svg { position: static; width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.prep-context-calendar { top: 12px; left: 12px; }
.prep-context-linkedin { top: 12px; right: 12px; }
.prep-context-email { bottom: 12px; left: 12px; }
.prep-context-crm { right: 12px; bottom: 12px; }
.prep-context-linkedin .prep-context-icon { background: #edf3ff; color: #3768b4; }
.prep-context-email .prep-context-icon { background: #eaf8f2; color: #17805d; }
.prep-context-crm .prep-context-icon { background: #fff2e5; color: #ad661e; }
.prep-context-break { position: absolute; top: 50%; left: 50%; z-index: 2; display: grid; width: 28px; height: 28px; border: 1px solid #ddd9ef; border-radius: 50%; background: #fff; box-shadow: 0 3px 10px rgba(24,20,72,.08); color: #7772df; transform: translate(-50%,-50%); place-items: center; }
.prep-context-break svg { position: static; width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.prep-script, .prep-objection { display: flex; flex-direction: column; justify-content: center; }
.prep-script { align-items: center; gap: 10px; }
.prep-script q { padding: 8px 14px; border-radius: 9px; background: #f2f1f8; color: #4c4d62; font-size: 10.5px; font-weight: 600; }
.prep-script div { display: flex; justify-content: center; gap: 6px; }
.prep-script b { display: flex; width: 24px; height: 24px; align-items: center; justify-content: center; border-radius: 999px; background: #f2f1f8; color: #9a9bac; font-size: 10.5px; font-weight: 700; }
.prep-script b:first-child { background: #5b57d6; color: #fff; }
.prep-script span { padding: 4px 10px; border-radius: 999px; background: #fef3e7; color: #b4691a; font-size: 9.5px; font-weight: 600; }
.prep-objection { gap: 9px; }
.prep-objection-person { display: flex; align-items: center; gap: 8px; }
.prep-objection-avatar { display: grid; width: 26px; height: 26px; flex: none; place-items: center; border-radius: 9px; background: linear-gradient(135deg,#4f4acb,#9a95f5); color: #fff; font-size: 8px; font-weight: 700; }
.prep-objection-person > span:last-child { display: grid; min-width: 0; }
.prep-objection-person strong { color: #0b0a1f; font-size: 11.5px; font-weight: 600; line-height: 1.2; }
.prep-objection-person small { margin-top: 2px; color: #8a8b9c; font-size: 8.5px; line-height: 1.2; }
.prep-objection q { padding: 9px 11px; border: 1px solid #f6d3d3; border-radius: 11px; background: #fdeded; color: #b4302e; font-size: 11px; line-height: 1.4; }
.prep-objection > span { display: flex; align-items: center; gap: 6px; color: #8a8b9c; font-size: 10.5px; }
.prep-objection > span::before { width: 7px; height: 7px; flex: none; border-radius: 999px; background: #e4635e; content: ""; }

.prep-signals, .prep-risks, .prep-how, .prep-meetings { background: #f7f6f4; }
.prep-signal-grid { grid-auto-rows: 1fr; }
.prep-signal-card { display: flex; min-height: 210px; flex-direction: column; padding: 24px; border: 1px solid #eae8ef; background: #fff; }
.prep-signal-card.is-dark { border-color: transparent; background: var(--prep-gradient); color: #fff; }
.prep-signal-card h3 { margin-bottom: 8px; font-size: 16px; }.prep-signal-card.is-dark h3 { color: #fff; }
.prep-signal-card > p { margin-bottom: 22px; font-size: 12px; }.prep-signal-card.is-dark > p { color: rgba(255,255,255,.72); }
.prep-mini-person, .prep-mini-panel, .prep-risk-lines { margin-top: auto; padding: 13px; border-radius: 11px; background: #f6f4fa; }
.prep-signal-card.is-dark .prep-mini-person, .prep-signal-card.is-dark .prep-mini-panel { background: #fff; color: var(--prep-ink); }
.prep-mini-avatar { display: grid; width: 24px; height: 24px; flex: none; place-items: center; border-radius: 7px; background: linear-gradient(135deg,#6460e1,#aaa6f2); color: #fff; font-size: 7.5px; font-weight: 700; letter-spacing: -.02em; }.prep-mini-person b, .prep-mini-panel b { font-size: 11px; }.prep-mini-panel small { display: block; margin-top: 4px; color: #9a99a6; font-size: 9px; }
.prep-risk-lines { display: grid; gap: 6px; background: transparent; padding: 0; }.prep-risk-lines span { padding: 7px 9px; border-radius: 7px; background: #fff0f0; color: #a95a5d; font-size: 9px; }.prep-risk-lines span:last-child { background: #fff5ea; color: #a47747; }

.prep-depth-card, .prep-step-grid li, .prep-meeting-grid > article { overflow: hidden; border: 1px solid #e8e6ef; border-radius: 20px; background: #f8f7fb; }
.prep-depth-demo { display: flex; min-height: 175px; flex-direction: column; justify-content: flex-start; padding: 20px; background: var(--prep-gradient); color: #fff; }
.prep-depth-panel { display: flex; min-height: 108px; flex-direction: column; justify-content: center; padding: 13px; border-radius: 13px; background: #fff; color: var(--prep-ink); box-shadow: 0 8px 20px rgba(18,14,66,.1); }
.prep-depth-panel > p { margin: 8px 0; color: #5b5c70; font-size: 11px; line-height: 1.5; }
.prep-depth-panel > strong { padding-top: 8px; border-top: 1px solid #f1eff7; color: #5b57d6; font-size: 10.5px; line-height: 1.35; }
.prep-depth-demo > small { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 8px; color: rgba(255,255,255,.86); font-size: 10.5px; font-weight: 600; line-height: 1.35; }
.prep-depth-demo > small svg { position: static; width: 13px; height: 13px; flex: none; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.prep-depth-panel .prep-mini-person { margin: 0; padding: 0; background: transparent; }
.prep-depth-panel .prep-mini-person b { color: var(--prep-ink); }
.prep-depth-panel > label { color: #8a8b9c; font-size: 10px; font-weight: 600; line-height: 1.35; letter-spacing: .04em; }
.prep-depth-panel > label:not(:first-child) { margin-top: 7px; }
.prep-depth-panel q { color: #3c3d50; font-size: 11.5px; line-height: 1.45; }
.prep-depth-panel > p:last-child { margin: 2px 0 0; color: #3c3d50; font-size: 11.5px; line-height: 1.45; }
.prep-depth-panel .prep-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.prep-depth-panel .prep-tags span { display: inline-flex; margin: 0; padding: 4px 9px; border-radius: 999px; background: #5b57d6; color: #fff; font-size: 10px; line-height: 1.3; }
.prep-depth-panel .prep-tags span + span { background: #f2f1f8; color: #4c4d62; }
.prep-depth-panel .prep-meter { position: relative; margin-top: 4px; margin-right: 34px; background: #efedf6; }
.prep-depth-panel .prep-meter i { display: block; width: 82%; height: 100%; border-radius: inherit; background: #5b57d6; }
.prep-depth-panel .prep-meter b { position: absolute; top: -4px; left: calc(100% + 8px); color: #5b57d6; font-size: 10px; line-height: 1.3; }
.prep-depth-copy { min-height: 142px; padding: 24px; }.prep-depth-copy h3 { margin-bottom: 8px; font-size: 19px; }.prep-depth-copy p { margin-bottom: 0; font-size: 13px; }

.prep-disc { background: linear-gradient(180deg,#f4f3fb,#f8f6f4); }
.prep-disc-grid article { padding: 24px 20px; border: 1px solid #e9e6ee; border-radius: 20px; background: rgba(255,255,255,.88); }
.prep-profile { display: flex; align-items: center; margin-bottom: 17px; }.prep-profile b { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; color: #fff; }.prep-profile .d,.prep-profile .c { background:#5b65d8; }.prep-profile .i { background:#e7aa43; }.prep-profile .s { background:#58a48b; }
.prep-disc-grid small, .prep-script-grid small, .prep-risk-grid small, .prep-step-grid small, .prep-meeting-grid small { color: #93919f; font-size: 9px; font-weight: 600; letter-spacing: .06em; }.prep-disc-grid p { margin: 2px 0 14px; color: #505061; font-size: 11px; }.prep-disc-grid span { display:block; padding: 7px 9px; border-radius: 7px; background:#fff0f0; color:#ad6265; font-size: 9px; }

.prep-script-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding: 24px; border-radius: 22px; background: var(--prep-gradient); }
.prep-script-grid article { min-height: 96px; padding: 18px; border-radius: 14px; background: #fff; }.prep-script-grid p { margin: 6px 0 0; color: #454456; font-size: 12px; }

.prep-risk-grid article { min-height: 175px; padding: 24px; border: 1px solid #ece9ef; border-radius: 18px; background: #fff; }.prep-risk-grid small { color:#b06f66; }.prep-risk-grid q { display:block; margin: 16px 0 12px; padding: 12px; border-radius: 9px; background:#f7f5fa; color:#505061; font-size: 13px; }.prep-risk-grid p { margin-bottom:0; font-size: 11px; }
.prep-practice { text-align:center; }.prep-practice > .prep-container > p { color:#5b57d6; font-size:15px; font-weight:600; }.prep-practice-flow { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:20px; margin-top:28px; }.prep-practice-flow article { position:relative; min-height:82px; padding:18px 20px; border:1px solid #ebe9f1; border-radius:14px; background:#f8f7fb; text-align:left; }.prep-practice-flow article:last-child { border:0; background:var(--prep-gradient); color:#fff; }.prep-practice-flow small { display:block; margin-bottom:8px; color:#9b99a8; font-size:8px; }.prep-practice-flow article:last-child small { color:rgba(255,255,255,.64); }.prep-practice-flow strong { display:flex; align-items:center; gap:8px; font-size:11px; }.prep-practice-flow q { font-size:11px; }.prep-practice-flow i { position:absolute; top:18px; right:18px; width:7px; height:7px; border-radius:99px; background:#6ce18c; }

.prep-step-grid { list-style:none; padding:0; }.prep-step-grid li { min-width:0; }.prep-step-demo { display:flex; min-height:160px; flex-direction:column; justify-content:center; gap:8px; padding:20px; background:var(--prep-gradient); }.prep-step-demo span { padding:7px 10px; border-radius:8px; background:#fff; font-size:10px; }.prep-step-grid li > small,.prep-step-grid li > h3,.prep-step-grid li > p { display:block; margin-right:22px; margin-left:22px; }.prep-step-grid li > small { margin-top:23px; }.prep-step-grid h3 { margin-top:10px; margin-bottom:8px; font-size:17px; }.prep-step-grid li > p { margin-bottom:25px; font-size:12px; }.prep-step-building { align-items:center; }.prep-build-card { width:100%; padding:14px; border-radius:13px; background:#fff; color:#0b0a1f; }.prep-build-card > b { display:block; font-size:10.5px; font-weight:600; line-height:1.3; }.prep-build-track { height:5px; margin-top:8px; overflow:hidden; border-radius:99px; background:#efedf6; }.prep-build-track > i { display:block; width:70%; height:100%; border-radius:inherit; background:#5b57d6; }.prep-step-tags { flex-direction:row; align-items:center; }.prep-step-tags span { border-radius:999px; background:rgba(255,255,255,.18); color:#fff; }.prep-step-tags span:first-child { background:#fff; color:#5b57d6; }

.prep-compare .prep-section-head { max-width:none; }
.prep-compare-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }.prep-compare-grid article { padding:30px; border-radius:20px; background:#f7f6fb; }.prep-compare-grid h3 { margin-bottom:18px; font-size:13px; }.prep-compare-grid ul { display:grid; gap:9px; padding:0; list-style:none; }.prep-compare-grid li { display:flex; align-items:center; gap:10px; padding:11px 13px; border-radius:7px; background:#fff; color:#696879; font-size:12px; }.prep-compare-emoji { width:1.4em; flex:0 0 1.4em; text-align:center; }.prep-compare-grid li > span:last-child { flex:1; }.prep-compare-grid .is-with { background:var(--prep-gradient); color:#fff; }.prep-compare-grid .is-with h3 { color:#fff; }.prep-compare-grid .is-with li { background:rgba(255,255,255,.15); color:#fff; }

.prep-meeting-grid > article { background:#fff; }.prep-meeting-demo { min-height:170px; padding:18px; background:#f8f7fb; }.prep-meeting-demo > p { margin:7px 0; font-size:9px; }.prep-meeting-demo > span,.prep-meeting-demo > b { display:inline-flex; margin-top:10px; padding:5px 7px; border-radius:999px; font-size:8px; }.prep-meeting-demo > b { float:right; background:#eceafb; color:#5b57d6; }.prep-meeting-demo .prep-mini-person { margin:0; padding:11px; border-radius:12px; background:#fff; box-shadow:none; }.prep-meeting-demo .prep-mini-person > b { display:grid; gap:2px; color:#0b0a1f; font-size:10.5px; line-height:1.2; }.prep-meeting-demo .prep-mini-person small { display:block; margin:0; color:#8a8b9c; font-size:9px; font-weight:400; line-height:1.2; }.prep-meeting-demo.is-dark { background:var(--prep-gradient); color:#fff; }.prep-meeting-demo.is-dark p { color:#fff; }.prep-meeting-demo.is-dark > span { background:rgba(255,255,255,.18); }.prep-recap-panel { padding:11px; border-radius:12px; background:#fff; }.prep-recap-panel > small { display:block; color:#8a8b9c; font-size:9.5px; font-weight:600; }.prep-meeting-demo.is-dark .prep-recap-panel > p { display:flex; align-items:center; gap:6px; margin:6px 0 0; color:#3c3d50; font-size:9.5px; }.prep-recap-dot { width:6px; height:6px; flex:none; border-radius:99px; background:#0e7a55; }.prep-recap-dot.is-open { background:#b4691a; }.prep-meeting-demo.is-dark .prep-mini-panel { background:#fff; color:#0b0a1f; }.prep-meeting-demo.is-dark .prep-mini-panel > b { color:#0b0a1f; }.prep-meeting-demo.is-dark .prep-mini-panel > small { margin-top:6px; color:#5b5c70; }.prep-meeting-grid article > h3,.prep-meeting-grid article > small,.prep-meeting-grid article > strong,.prep-meeting-grid article > p { display:block; margin-right:24px; margin-left:24px; }.prep-meeting-grid article > h3 { display:flex; align-items:center; gap:8px; margin-top:24px; margin-bottom:18px; font-size:15px; }.prep-meeting-title-icon { width:15px; height:15px; flex:none; stroke:#5b57d6; stroke-width:1.6; }.prep-meeting-grid article > strong { margin-top:8px; font-size:12px; }.prep-meeting-grid article > p { margin-top:10px; margin-bottom:26px; font-size:11px; }

.prep-faq { padding-top: 80px; background: #fff; }
.prep-faq-chip { display: flex; width: fit-content; margin: 0 auto; padding: 7px 18px; border-radius: 999px; background: #efedfb; color: #5b57d6 !important; font: 600 13px/1.4 "Inter", sans-serif; }
.prep-faq .prep-faq-title { max-width: 760px; margin: 18px auto 0; color: #100f0f; font-family: "Inter", sans-serif; font-size: clamp(30px,3.2vw,36px); font-weight: 600; line-height: clamp(38px,4.2vw,48px); letter-spacing: 0; text-align: center; }
.prep-faq-list { display: grid; width: min(100%,980px); margin: 48px auto 0; gap: 20px; }
.prep-faq-item { box-sizing: border-box; padding: 31px; border: 1.261px solid #dde3ff; border-radius: 20px; background: #fff; }
.prep-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 24px; list-style: none; color: #181c21; font-family: "Inter", sans-serif; font-size: 20px; font-weight: 600; line-height: 34px; cursor: pointer; }
.prep-faq-item summary::-webkit-details-marker { display: none; }
.prep-faq-item summary:focus-visible { outline: 3px solid rgba(25,73,216,.25); outline-offset: 8px; border-radius: 4px; }
.prep-faq-item p { max-width: 890px; margin: 20px 0 0; color: #575e75; font-family: "Inter", sans-serif; font-size: 18px; font-weight: 400; line-height: 30px; }
.prep-faq-icon { position: relative; width: 15px; height: 9px; flex: 0 0 auto; transition: transform 160ms ease-out; }
.prep-faq-icon::before,.prep-faq-icon::after { position: absolute; top: 4px; width: 9px; height: 2px; border-radius: 999px; background: #1949d8; content: ""; }
.prep-faq-icon::before { left: 0; transform: rotate(45deg); }
.prep-faq-icon::after { right: 0; transform: rotate(-45deg); }
.prep-faq-item[open] .prep-faq-icon { transform: rotate(180deg); }
.prep-faq-item[open] > p { animation: prep-faq-answer-in 140ms ease-out both; }

@keyframes prep-faq-answer-in {
  from { opacity: .45; }
  to { opacity: 1; }
}

.prep-final-cta { padding-top:20px; }.prep-cta-card { padding:76px 60px; border-radius:32px; background:var(--prep-gradient); box-shadow:0 34px 80px rgba(28,42,142,.26); color:#fff; text-align:center; }.prep-cta-card .prep-pill { border-color:rgba(255,255,255,.34); background:transparent; color:#fff !important; }.prep-cta-card h2 { margin:24px auto 18px; color:#fff; font-size:48px; }.prep-cta-card > p:not(.prep-pill) { max-width:650px; margin:0 auto 28px; color:rgba(255,255,255,.82); }.prep-button-light { background:#fff; color:#2731a5; }.prep-cta-card > small { display:block; margin-top:16px; color:rgba(255,255,255,.64); }

/* Compact information blocks in the six-signals section. */
.prep-signal-grid .prep-mini-person > b { display: grid; row-gap: 2px; line-height: 1.2; }
.prep-signal-grid .prep-mini-person > b small { margin: 0; line-height: 1.35; }
.prep-signal-grid .prep-mini-panel > b { display: block; line-height: 1.25; }
.prep-signal-grid .prep-mini-panel > small { margin-top: 4px; line-height: 1.5; }

@media (max-width: 980px) {
  .meeting-prep-main { padding-top:76px; }
  .prep-section { padding:76px 0; }.prep-grid-3 { grid-template-columns:repeat(2,minmax(0,1fr)); }.prep-grid-4 { grid-template-columns:repeat(2,minmax(0,1fr)); }.prep-stat-grid article:last-child,.prep-grid-3 > article:last-child { grid-column:1/-1; }.prep-signal-grid > article:last-child,.prep-depths .prep-grid > article:last-child,.prep-risk-grid > article:last-child,.prep-meeting-grid > article:last-child { grid-column:auto; }.prep-signal-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }.prep-script-grid { grid-template-columns:repeat(2,1fr); }.prep-step-grid { grid-template-columns:1fr; }.prep-step-grid li { display:grid; grid-template-columns:280px 1fr; grid-template-rows:auto auto auto; }.prep-step-demo { grid-row:1/5; }.prep-step-grid li > small,.prep-step-grid li > h3,.prep-step-grid li > p { grid-column:2; }.prep-step-grid li > small { margin-top:24px; }.prep-hero { min-height:auto; }.prep-hero h1 { font-size:clamp(44px,5.5vw,48px); }
}

@media (min-width: 981px) {
  .prep-compare .prep-section-head h2 { font-size:clamp(39px,4vw,44px); white-space:nowrap; }
}

@media (max-width: 720px) {
  .prep-container,.prep-container.prep-narrow { width:min(100% - 36px,1240px); }.prep-section { padding:64px 0; }.prep-section h2 { font-size:32px; }.prep-section-head { margin-bottom:34px; }.prep-section-head br,.prep-hero h1 br,.prep-cta-card h2 br { display:none; }.prep-hero { padding-top:54px; }.prep-hero h1 { font-size:43px; }.prep-lead { font-size:15px; }.prep-actions { width:100%; flex-direction:column; }.prep-button { width:100%; }.prep-brief-card { padding:22px 18px; }.prep-grid-3,.prep-grid-4,.prep-signal-grid,.prep-script-grid,.prep-compare-grid { grid-template-columns:1fr; }.prep-stat-grid article:last-child,.prep-grid-3 > article:last-child { grid-column:auto; }.prep-signal-card,.prep-stat-card { min-height:auto; }.prep-practice-flow { grid-template-columns:1fr; }.prep-practice-flow > span { transform:rotate(90deg); }.prep-step-grid li { display:block; }.prep-step-grid li > small,.prep-step-grid li > h3,.prep-step-grid li > p { margin-right:20px; margin-left:20px; }.prep-cta-card { padding:56px 22px; border-radius:24px; }.prep-cta-card h2 { font-size:35px; }.prep-final-cta { padding-bottom:64px; }
}

@media (max-width: 390px) {
  .meeting-prep-main { padding-top:69px; }
  .prep-container,.prep-container.prep-narrow { width:calc(100% - 28px); }.prep-hero h1 { font-size:36px; }.prep-section h2 { font-size:29px; }.prep-person-row { align-items:flex-start; }.prep-brief-list div { display:grid; gap:2px; }.prep-brief-list dd { text-align:left; }.prep-confidence { grid-template-columns:auto 1fr; }.prep-confidence strong { grid-column:2; text-align:right; }.prep-disc-grid { grid-template-columns:1fr; }
}

@media (max-width: 768px) {
  .prep-faq { padding-top:56px; }
  .prep-faq-list { margin-top:32px; gap:14px; }
  .prep-faq-item { padding:22px; border-radius:18px; }
  .prep-faq-item summary { gap:18px; font-size:18px; line-height:28px; }
  .prep-faq-item p { margin-top:14px; font-size:16px; line-height:26px; }
}

@media (max-width: 480px) {
  .prep-faq .prep-faq-title { font-size:clamp(28px,8.6vw,32px); line-height:1.18; }
  .prep-faq-item { padding:18px; border-radius:16px; }
  .prep-faq-item summary { font-size:17px; line-height:26px; }
  .prep-faq-item p { font-size:15px; line-height:24px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .prep-button,
  .prep-grid > article,
  .prep-grid > li,
  .prep-compare-grid > article,
  .prep-faq-item,
  .prep-faq-icon { transition: none; }
  .prep-faq-item[open] > p { animation: none; }
  .prep-motion-enabled .prep-reveal,
  .prep-motion-enabled .prep-reveal-hero,
  .prep-motion-enabled .prep-reveal.is-visible { opacity: 1; transform: none; transition: none; }
}
