/* Startup Key plum brand refresh — visual overrides only */
:root {
  --ink: #29252b;
  --green: #542047;
  --green-2: #78345f;
  --mint: #f4dfe8;
  --mint-2: #fbf1f5;
  --cream: #faf6ef;
  --gold: #d99a77;
  --paper: #fffdfb;
  --muted: #716a72;
  --line: #eadfe4;
  --danger: #a63f55;
  --shadow: 0 20px 60px rgba(69, 31, 58, .13);
  --radius: 20px;
}

body { line-height: 1.6; -webkit-font-smoothing: antialiased; }
.site-header { height: 78px; border-bottom-color: rgba(84, 32, 71, .1); background: rgba(255, 253, 251, .92); backdrop-filter: blur(16px); }
.brand-mark, .mini-logo, .chat-logo { background: linear-gradient(145deg, #6d2959, #46193c); border-radius: 11px; box-shadow: 0 7px 18px rgba(84, 32, 71, .2); }
.hero { gap: 76px; padding-block: 78px 96px; }
.hero h1 em { background: linear-gradient(90deg, #6f2859, #a14f75); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.hero-lede { color: #665f67; }
.button { border-radius: 12px; padding: 14px 21px; letter-spacing: -.01em; transition: .2s transform, .2s background, .2s box-shadow, .2s border-color; }
.button-primary { background: linear-gradient(135deg, #672653, #4b193f); box-shadow: 0 9px 22px rgba(84, 32, 71, .22); }
.button-primary:hover { background: linear-gradient(135deg, #73305f, #542047); box-shadow: 0 12px 28px rgba(84, 32, 71, .28); }
.button-secondary { background: rgba(255, 253, 251, .85); border-color: #d9c8d0; box-shadow: 0 3px 10px rgba(69, 31, 58, .04); }
.button-light { background: var(--paper); }
.hero-visual:before { background: linear-gradient(145deg, #f6dfe8, #efe4f1); }
.roadmap-preview { background: var(--paper); border-color: rgba(84, 32, 71, .12); border-radius: 22px; }
.preview-progress div { background: #eee4e8; }
.preview-list p { border-bottom-color: #f0e6ea; }
.preview-list p > span:first-child { border-color: #d5c4cc; }
.official-chip { background: var(--paper); border: 1px solid rgba(84, 32, 71, .08); border-radius: 14px; box-shadow: 0 12px 36px rgba(69, 31, 58, .16); }
.steps-grid article { background: linear-gradient(145deg, #fcf8f2, #faf1f5); padding: 34px; border: 1px solid rgba(84, 32, 71, .07); box-shadow: 0 10px 30px rgba(69, 31, 58, .055); }
.step-number { color: #cbbbc3; }
.cta-band { background: linear-gradient(120deg, #431638 0%, #672653 58%, #803963 100%); padding: 70px 0; position: relative; overflow: hidden; }
.cta-band:after { content: ""; position: absolute; width: 340px; height: 340px; border-radius: 50%; background: rgba(247, 215, 228, .1); right: -90px; top: -170px; pointer-events: none; }
.cta-band p, .roadmap-hero p:not(.eyebrow), .light-text { color: #eadde6; }
.questionnaire-view { background: linear-gradient(155deg, #faf6ef 0%, #fbf2f6 100%); padding: 60px 20px; }
.progress-track, .completion-bar { background: #eee3e8; }
.question-card { background: rgba(255, 253, 251, .96); border: 1px solid rgba(84, 32, 71, .08); border-radius: 24px; padding: clamp(30px, 5vw, 54px); box-shadow: 0 16px 48px rgba(69, 31, 58, .08); }
.option:hover, .option:has(input:checked) { border-color: #a96d8f; box-shadow: 0 3px 12px rgba(84, 32, 71, .06); }
.text-field, .chat-form input { border-color: #d6c7ce; background: var(--paper); }
.text-field:focus, .chat-form input:focus { box-shadow: 0 0 0 3px rgba(120, 52, 95, .12); }
.info-box { padding: 17px; margin-top: 20px; border-radius: 0 12px 12px 0; color: #554852; }
.roadmap-hero { background: linear-gradient(120deg, #421537 0%, #64234f 62%, #7b355f 100%); padding: 60px 0 70px; position: relative; overflow: hidden; }
.roadmap-hero:after { content: ""; position: absolute; right: -100px; bottom: -250px; width: 440px; height: 440px; border-radius: 50%; background: rgba(249, 220, 232, .09); pointer-events: none; }
.warning-card { background: #fff7ed; border-color: #ecd5c2; border-radius: 14px; padding: 19px; margin-bottom: 11px; box-shadow: 0 5px 16px rgba(111, 65, 40, .04); }
.roadmap-item { border-radius: 16px; background: var(--paper); box-shadow: 0 5px 18px rgba(69, 31, 58, .035); }
.roadmap-item:hover { border-color: #d9c5cf; box-shadow: 0 9px 25px rgba(69, 31, 58, .07); }
.roadmap-item.completed { background: #fcf4f7; }
.item-detail { color: #5d555c; }
.launch-item { padding: 14px; background: linear-gradient(135deg, #faf6ef, #fcf3f7); border: 1px solid rgba(84, 32, 71, .06); border-radius: 11px; }
.chat-messages { background: linear-gradient(145deg, #faf6ef, #fbf1f5); border: 1px solid rgba(84, 32, 71, .06); border-radius: 16px; padding: 22px; }
.chat-bubble.bot { background: var(--paper); border: 1px solid rgba(84, 32, 71, .07); box-shadow: 0 3px 10px rgba(69, 31, 58, .04); }
.suggestion-row button { background: var(--paper); }
.sidebar-card { border-radius: 17px; padding: 23px; top: 100px; background: var(--paper); box-shadow: 0 8px 26px rgba(69, 31, 58, .05); }
footer { background: #2c1727; color: #eadfe7; padding: 38px 0; }

@media (max-width: 850px) { .hero { gap: 28px; padding-top: 60px; } }
@media (max-width: 600px) { .questionnaire-view { padding: 30px 14px; } .question-card { padding: 26px 20px; } .roadmap-hero { padding: 38px 0 50px; } }

/* Key 2 Life parent-brand relationship and Startup Key product mark */
.brand-mark, .mini-logo, .chat-logo { flex: 0 0 auto; }
.brand-mark svg, .mini-logo svg { width: 68%; height: 68%; fill: none; stroke: #f3c984; stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; }
.brand-mark .mark-path, .mini-logo .mark-path { opacity: .62; stroke-width: 1.5; }
.brand-lockup { display: flex; flex-direction: column; line-height: 1.12; }
.brand-lockup strong { font: 800 18px Manrope, sans-serif; letter-spacing: -.025em; }
.brand-lockup small { margin-top: 4px; color: var(--muted); font: 600 8.5px "DM Sans", sans-serif; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; }
.footer-brand .brand-lockup small { color: #cdbbc8; }
.chat-logo { position: relative; font-size: 0; }
.chat-logo:before { content: ""; position: absolute; width: 11px; height: 11px; border: 2px solid #f3c984; border-radius: 50%; left: 10px; top: 10px; }
.chat-logo:after { content: ""; position: absolute; width: 18px; height: 2px; background: #f3c984; transform: rotate(45deg); left: 20px; top: 25px; border-radius: 2px; box-shadow: 5px -4px 0 -0.25px #f3c984; }
.button-primary { box-shadow: 0 9px 22px rgba(84, 32, 71, .22), inset 0 1px 0 rgba(255, 255, 255, .12); }
.button:focus-visible, .nav-link:focus-visible, .text-button:focus-visible, .suggestion-row button:focus-visible, a:focus-visible { outline: 3px solid #d8a849; outline-offset: 3px; }
.step-number { color: #9b6f85; }
.step-icon { color: #f3c984; box-shadow: 0 8px 18px rgba(84, 32, 71, .16); }
.official-chip > span { color: #6b4a18; background: #f9e8be; }
@media (max-width: 600px) { .brand-lockup small { display: none; } }

.parent-brand-seal { display: flex; align-items: center; gap: 9px; margin-left: auto; }
.parent-brand-seal span { color: #cdbbc8; font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.parent-brand-seal img { width: 70px; height: 70px; object-fit: cover; border-radius: 9px; background: #fffaf3; box-shadow: 0 5px 18px rgba(0, 0, 0, .16); }
footer > .shell { gap: 22px; }
@media (max-width: 920px) { .footer-tagline { display: none; } }
@media (max-width: 600px) { .parent-brand-seal { margin-left: 0; } .parent-brand-seal img { width: 62px; height: 62px; } }

/* Free-to-paid roadmap journey */
.snapshot-section { margin-bottom: 58px; padding: clamp(24px, 4vw, 36px); border: 1px solid #e4d3dc; border-radius: 22px; background: linear-gradient(145deg, #fffdfb, #fcf2f6); box-shadow: 0 14px 40px rgba(69, 31, 58, .07); }
.snapshot-heading { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; margin-bottom: 26px; }
.snapshot-heading h2 { margin: 0; font: 800 clamp(28px, 3vw, 38px)/1.15 Manrope, sans-serif; letter-spacing: -.03em; }
.snapshot-heading p:not(.eyebrow) { margin: 8px 0 0; color: var(--muted); }
.free-badge, .coming-badge, .locked-label { display: inline-flex; align-items: center; width: fit-content; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.free-badge { padding: 6px 10px; background: #f7e7bb; color: #6e4b12; }
.snapshot-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.snapshot-item { min-width: 0; padding: 15px; border: 1px solid rgba(84, 32, 71, .08); border-radius: 12px; background: rgba(255,255,255,.72); }
.snapshot-item span { display: block; margin-bottom: 4px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .075em; text-transform: uppercase; }
.snapshot-item strong { display: block; overflow-wrap: anywhere; font-size: 14px; }
.snapshot-alerts { margin-top: 20px; }
.snapshot-alerts h3 { margin: 0 0 10px; font: 700 14px Manrope, sans-serif; }
.snapshot-alert, .snapshot-clear { display: flex; gap: 10px; align-items: flex-start; padding: 11px 13px; border-radius: 10px; font-size: 13px; }
.snapshot-alert { margin-top: 7px; background: #fff7ed; border: 1px solid #ecd5c2; }
.snapshot-alert > span { color: #a46235; font-weight: 800; }
.snapshot-alert p, .snapshot-clear p { margin: 0; }
.snapshot-clear { background: #faf2f6; color: #5f4f59; }
.snapshot-clear > span { color: var(--green-2); font-weight: 800; }
.steps-found { display: flex; gap: 13px; align-items: center; margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--line); }
.steps-found-icon { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--green); color: #f3c984; font-weight: 800; }
.steps-found p { display: flex; flex-direction: column; margin: 0; }
.steps-found small { color: var(--muted); }
.is-free .completion-ring, .is-free .completion-bar { display: none; }
.is-free .checklist-section .section-heading { margin-bottom: 24px; }
.free-item .item-check { visibility: hidden; }
.locked-item { position: relative; background: #f8f3f5; border-style: dashed; box-shadow: none; }
.locked-item:hover { box-shadow: none; border-color: #d8c4ce; }
.locked-item .item-summary { grid-template-columns: auto 1fr auto; cursor: default; }
.locked-item h3 { color: #756b72; }
.locked-item p { color: #958b91; }
.lock-icon { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: #e8dce2; color: var(--green); font-weight: 800; }
.locked-label { padding: 5px 8px; background: #eadfe4; color: #6c5663; }
.upgrade-section { margin-top: 28px; }
.upgrade-card { display: grid; grid-template-columns: 1.35fr .65fr; gap: 36px; padding: clamp(26px, 5vw, 46px); border-radius: 24px; color: #fff; background: linear-gradient(130deg, #401435, #652451 64%, #7d365f); box-shadow: 0 22px 58px rgba(69, 31, 58, .2); }
.upgrade-copy .eyebrow { color: #efc878; }
.upgrade-copy h2 { margin: 0; font: 800 clamp(29px, 4vw, 42px)/1.08 Manrope, sans-serif; letter-spacing: -.035em; }
.upgrade-copy > p:not(.eyebrow) { color: #eadce5; }
.upgrade-copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 9px 20px; padding: 0; margin: 24px 0 0; list-style: none; }
.upgrade-copy li { position: relative; padding-left: 20px; font-size: 13px; }
.upgrade-copy li:before { content: "✓"; position: absolute; left: 0; color: #f3c984; font-weight: 800; }
.upgrade-price { align-self: center; display: flex; flex-direction: column; align-items: center; padding: 25px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); text-align: center; }
.upgrade-price > span { color: #e8d8e2; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.upgrade-price > strong { margin: 4px 0 0; color: #f5d58f; font: 800 43px Manrope, sans-serif; letter-spacing: -.04em; }
.upgrade-price > small { color: #d9c7d2; }
.button-gold { width: 100%; margin-top: 19px; background: linear-gradient(135deg, #f1cf83, #dba84c); color: #3e1933; box-shadow: 0 9px 22px rgba(0,0,0,.16); }
.button-gold:hover { background: linear-gradient(135deg, #f6dc9e, #e0b45d); }
.upgrade-price p { margin: 11px 0 0; color: #d9c7d2; font-size: 10px; }
.plus-card { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 16px; padding: 23px 26px; border: 1px solid var(--line); border-radius: 17px; background: var(--paper); }
.coming-badge { padding: 5px 9px; color: #704e15; background: #f7e7bb; }
.plus-card h3 { margin: 8px 0 4px; font: 800 20px Manrope, sans-serif; }
.plus-card p { margin: 0; color: var(--muted); font-size: 13px; }
.plus-icon { color: #d3c1ca; font: 400 44px Manrope, sans-serif; }
.is-unlocked .snapshot-section { border-color: #dec9d4; }
.upgrade-modal { width: min(520px, calc(100% - 28px)); padding: 0; border: 0; border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px rgba(35, 14, 29, .3); }
.upgrade-modal::backdrop { background: rgba(34, 17, 29, .65); backdrop-filter: blur(4px); }
.upgrade-modal form { position: relative; padding: clamp(28px, 6vw, 44px); text-align: center; }
.upgrade-modal h2 { margin: 0; font: 800 32px/1.1 Manrope, sans-serif; letter-spacing: -.03em; }
.upgrade-modal form > p:not(.eyebrow) { color: var(--muted); }
.modal-close { position: absolute; right: 16px; top: 12px; border: 0; background: transparent; color: var(--muted); font-size: 27px; }
.modal-key { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 18px; border-radius: 14px; background: var(--green); color: #f3c984; font-size: 28px; }
.modal-note { margin: 22px 0; padding: 13px; border-radius: 10px; background: var(--mint-2); color: #5b4a54; font-size: 13px; }
.modal-actions { display: flex; justify-content: center; gap: 10px; }
@media (max-width: 720px) { .snapshot-grid { grid-template-columns: 1fr 1fr; } .upgrade-card { grid-template-columns: 1fr; }.upgrade-copy ul { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .snapshot-grid { grid-template-columns: 1fr; } .snapshot-heading { gap: 10px; } .locked-label { display: none; } .upgrade-card { padding: 26px 20px; } .modal-actions { flex-direction: column-reverse; } .modal-actions .button { width: 100%; } }

/* Key 2 Life consultation path */
.consult-inline-link { margin-top: 13px; padding: 2px; border: 0; border-bottom: 1px solid rgba(245, 213, 143, .65); color: #f5d58f; background: transparent; font-size: 11px; font-weight: 700; line-height: 1.45; }
.consult-inline-link:hover { color: #fff0ca; border-bottom-color: #fff0ca; }
.consult-inline-link:focus-visible { outline: 3px solid #f3c984; outline-offset: 3px; }
.consultation-section { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 22px; margin-top: 28px; padding: clamp(24px, 4vw, 34px); border: 1px solid #e2d1da; border-radius: 20px; background: linear-gradient(135deg, #fffaf3, #fbf0f5); box-shadow: 0 10px 30px rgba(69, 31, 58, .055); }
.consultation-mark { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 16px; background: linear-gradient(145deg, #642451, #401435); color: #f3c984; font: 800 14px Manrope, sans-serif; letter-spacing: -.04em; box-shadow: 0 8px 20px rgba(84, 32, 71, .2); }
.consultation-copy .eyebrow { margin-bottom: 7px; }
.consultation-copy h2 { margin: 0; font: 800 clamp(23px, 3vw, 30px)/1.15 Manrope, sans-serif; letter-spacing: -.025em; }
.consultation-copy > p:not(.eyebrow) { max-width: 680px; margin: 8px 0 0; color: var(--muted); font-size: 14px; }
.consultation-section > .button { white-space: nowrap; }
.consultation-modal { width: min(760px, calc(100% - 28px)); max-height: min(90vh, 900px); padding: 0; border: 0; border-radius: 22px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 90px rgba(35, 14, 29, .32); }
.consultation-modal::backdrop { background: rgba(34, 17, 29, .68); backdrop-filter: blur(4px); }
.consultation-modal #consultationFormView, .consultation-success { padding: clamp(27px, 5vw, 44px); }
.consultation-modal form { position: relative; }
.consultation-modal h2 { margin: 0; font: 800 clamp(28px, 4vw, 38px)/1.1 Manrope, sans-serif; letter-spacing: -.035em; }
.consultation-modal form > p:not(.eyebrow) { margin: 9px 0 24px; color: var(--muted); }
.consult-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.consult-form-grid > label:not(.radio-choice) { display: flex; flex-direction: column; gap: 6px; color: #51494e; font-size: 12px; font-weight: 800; }
.consult-form-grid label > span, .consult-form-grid legend > span { color: var(--danger); }
.consult-form-grid label > small { color: var(--muted); font-weight: 500; }
.consult-form-grid input[type="text"], .consult-form-grid input[type="email"], .consult-form-grid input[type="tel"], .consult-form-grid textarea { width: 100%; border: 1px solid #d6c7ce; border-radius: 10px; padding: 11px 12px; color: var(--ink); background: #fffdfb; outline: none; }
.consult-form-grid textarea { min-height: 82px; resize: vertical; }
.consult-form-grid input:focus, .consult-form-grid textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(120, 52, 95, .12); }
.full-field { grid-column: 1 / -1; }
.consult-form-grid fieldset { display: flex; gap: 20px; margin: 0; padding: 13px 15px; border: 1px solid var(--line); border-radius: 10px; }
.consult-form-grid legend { padding: 0 5px; font-size: 12px; font-weight: 800; }
.radio-choice, .roadmap-check { display: flex; align-items: center; gap: 7px; cursor: pointer; }
.radio-choice input, .roadmap-check input { width: 17px; height: 17px; accent-color: var(--green); }
.roadmap-check { flex-direction: row!important; padding: 5px 0; font-size: 13px!important; font-weight: 600!important; }
.form-privacy { margin: 16px 0 12px; color: var(--muted); font-size: 11px; }
.consult-submit { width: 100%; }
.consultation-success { text-align: center; }
.success-check { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 18px; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 27px; font-weight: 800; }
.consultation-success h2 { max-width: 540px; margin-inline: auto; }
.consultation-success > p:not(.eyebrow) { max-width: 580px; margin: 14px auto 24px; color: var(--muted); }
@media (max-width: 850px) { .consultation-section { grid-template-columns: auto 1fr; } .consultation-section > .button { grid-column: 1 / -1; width: 100%; } }
@media (max-width: 560px) { .consultation-section { grid-template-columns: 1fr; } .consultation-mark { width: 48px; height: 48px; } .consult-form-grid { grid-template-columns: 1fr; } .full-field { grid-column: auto; } .consult-form-grid fieldset { flex-wrap: wrap; } }

/* Ask Startup Key V1 */
.context-note { display: inline-flex; align-items: center; margin-top: 6px; color: var(--green-2); font-size: 11px; font-weight: 700; }
.chat-bubble { white-space: normal; }
.chat-bubble.thinking { color: var(--muted); font-style: italic; }
.chat-resource { display: block; width: fit-content; margin-top: 10px; color: var(--green); font-size: 12px; font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }
.suggestion-row button:disabled, .step-question-row button:disabled { cursor: not-allowed; opacity: .5; }
.roadmap-question-tools { margin: 16px 0; padding: 17px; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); }
.roadmap-question-tools > label { display: block; margin-bottom: 7px; color: #51494e; font-size: 11px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.roadmap-question-tools select { width: 100%; padding: 10px 34px 10px 11px; border: 1px solid #d6c7ce; border-radius: 9px; color: var(--ink); background: #fffdfb; }
.roadmap-question-tools select:focus { outline: 3px solid rgba(120, 52, 95, .16); border-color: var(--green-2); }
.step-question-row { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 10px; }
.step-question-row button { padding: 7px 10px; border: 1px solid #ddcfd6; border-radius: 18px; color: var(--green); background: #fbf3f7; font-size: 11px; font-weight: 700; }
.step-question-row button:hover { background: var(--mint); }
.chat-limit { margin-top: 14px; padding: 18px; border: 1px solid #dec48c; border-radius: 13px; background: linear-gradient(135deg, #fff8e7, #fcf0f5); text-align: center; }
.chat-limit strong, .chat-limit span { display: block; }
.chat-limit strong { font: 800 18px Manrope, sans-serif; }
.chat-limit span { margin: 4px auto 13px; color: var(--muted); font-size: 13px; }
.chat-limit .button { padding-block: 10px; }
.chat-form input:disabled, .chat-form button:disabled, .roadmap-question-tools select:disabled { cursor: not-allowed; opacity: .55; }
@media (max-width: 520px) { .step-question-row { display: grid; grid-template-columns: 1fr 1fr; } .step-question-row button { border-radius: 9px; } }
