.launch-page { background: var(--page); padding-bottom: 40px; }
.launch-width { max-width: 1216px; width: calc(100% - 80px); margin: auto; background: url('../images/product-launch/blue-glow.png') no-repeat 224px -59px / 512px 512px, url('../images/product-launch/green-glow.png') no-repeat 544px 133px / 448px 448px; }
.launch-hero { padding-top: 24px; padding-bottom: 45px; }
.launch-hero h1 { font: 800 56px/64px var(--heading-font); letter-spacing: -.025em; }
.launch-hero h1 span { background: linear-gradient(90deg,#00a6d4,#00714e); background-clip: text; -webkit-text-fill-color: transparent; }
.launch-hero p { max-width: 660px; margin-top: 16px; font-size: 16px; line-height: 26px; }
.launch-start { padding: 25px 40px 40px; border-radius: 12px; background: white; }
.launch-start h2,.launch-review h2,.launch-faq h2 { font: 700 28px/36px var(--heading-font); letter-spacing: -.025em; }
.launch-checklist { margin-top: 24px; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; align-items: start; }
.launch-check { display: block; padding: 16px; background: #f3f1ff; border-radius: 12px; cursor: pointer; }
.launch-check-top { display: flex; align-items: center; justify-content: space-between; height: 20px; }
.launch-check-top > span { background: #e2e6ff; border-radius: 3px; padding: 2px 8px; font: 600 10px/14px var(--heading-font); color: var(--body); letter-spacing: .04em; }
.launch-check input { width: 20px; height: 20px; margin: 0; accent-color: #007653; cursor: pointer; }
.launch-check > strong { display: block; font: 600 18px/26px var(--heading-font); letter-spacing: -.025em; margin-top: 8px; }
.launch-check-description { display: block; font-size: 12px; line-height: 18px; color: var(--body); margin-top: 4px; }
.launch-sequence { margin-top: 40px; }
.launch-sequence > h2 { font: 700 40px/48px var(--heading-font); letter-spacing: -.03em; margin-bottom: 24px; }
.launch-steps { display: grid; gap: 24px; }
.launch-step { --launch-accent: #006c8e; --launch-button-text: white; display: grid; grid-template-columns: minmax(0,1.3669fr) minmax(0,1fr); gap: 40px; padding: 40px; border-radius: 12px; background: #cfcfcf; box-shadow: inset 0 3px 6px #fff; }
.launch-step-2 { --launch-accent: #00714e; }
.launch-step-3 { --launch-accent: #466b00; }
.launch-step-4 { --launch-accent: #00a6d4; --launch-button-text: #121a2d; }
.launch-step-label { display: flex; align-items: center; gap: 8px; min-height: 32px; }
.launch-step-number { display: grid; place-items: center; flex: 0 0 32px; height: 32px; border-radius: 50%; color: var(--launch-button-text); background: var(--launch-accent); font: 700 18px/26px var(--heading-font); }
.launch-step-label > strong { color: var(--launch-accent); font: 700 12px/18px var(--heading-font); white-space: nowrap; }
.launch-step-label > div { display: flex; gap: 4px; flex-wrap: wrap; }
.launch-path { background: #e9edff; border-radius: 3px; padding: 2px 8px; color: var(--body); font: 600 10px/14px var(--heading-font); letter-spacing: .02em; overflow-wrap: anywhere; text-align: left; }
.launch-step h3 { font: 700 28px/36px var(--heading-font); letter-spacing: -.03em; margin-top: 8px; }
.launch-step-description { font-size: 14px; line-height: 22px; margin-top: 4px; }
.launch-step-description button { color: #006b89; font: 700 12px/18px var(--heading-font); }
.launch-step-2 .launch-step-description button,.launch-step-3 .launch-step-description button { color: var(--launch-accent); }
.launch-variables { margin-top: 16px; }
.launch-variables h4 { font: 600 10px/14px var(--font); color: var(--body); letter-spacing: .01em; margin-bottom: 4px; }
.launch-variables > div { display: flex; gap: 6px; flex-wrap: wrap; }
.launch-variables span { background: #e4e8ff; color: var(--launch-accent); padding: 4px 10px; border-radius: 5px; font: 600 10px/14px var(--heading-font); letter-spacing: .02em; }
.launch-step-4 .launch-variables span { color: #006e91; }
.launch-engines { display: flex; align-items: center; gap: 6px; font-size: 12px; line-height: 18px; margin-top: 16px; }
.launch-engines .line-icon { width: 15px; height: 15px; color: #008164; }
.launch-engines strong { font-weight: 400; color: var(--ink); }
.launch-actions { display: flex; gap: 8px; margin-top: 24px; flex-wrap: wrap; }
.launch-actions button { display: inline-flex; align-items: center; justify-content: center; gap: 3px; border-radius: 8px; background: #e9edff; padding: 9px 16px; font: 600 12px/18px var(--heading-font); }
.launch-actions button:first-child { background: var(--launch-accent); color: var(--launch-button-text); }
.launch-actions .line-icon { width: 15px; height: 15px; }
.launch-preview { padding: 16px; background: #f3f1ff; border-radius: 12px; min-width: 0; display: flex; flex-direction: column; }
.launch-preview figure { position: relative; height: 176px; overflow: hidden; border-radius: 8px; }
.launch-preview img { width: 100%; height: 100%; object-fit: cover; }
.launch-preview figcaption { position: absolute; bottom: 8px; left: 8px; background: #30364adc; color: #eef0ff; border-radius: 3px; padding: 4px 8px; font: 600 10px/14px var(--heading-font); letter-spacing: .015em; }
.launch-image-prompt { background: white; border-radius: 8px; padding: 8px; margin-top: 14px; font-size: 12px; line-height: 18px; }
.launch-image-prompt b { color: #007297; }.launch-image-prompt strong { color: #007859; font-weight: 600; }
.launch-outline { background: white; border-radius: 8px; padding: 16px; }
.launch-outline h4 { display: flex; justify-content: space-between; align-items: center; font: 700 12px/18px var(--heading-font); letter-spacing: -.01em; margin-bottom: 16px; }
.launch-outline .line-icon { width: 15px; height: 15px; color: #007859; }
.launch-outline-hero { background: #f3f1ff; border-radius: 4px; padding: 8px; }
.launch-outline-hero > b { font-size: 12px; line-height: 18px; color: #006d8d; display: block; }
.launch-outline-hero p { font-size: 11px; line-height: 16px; margin-top: 4px; }
.launch-proof { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 8px; }
.launch-proof > div { background: #f3f1ff; border-radius: 4px; padding: 8px; font-size: 11px; line-height: 16px; }
.launch-proof p { margin-top: 8px; }
.launch-preview-cta { background: #e5f0ed; color: #007859; border-radius: 4px; padding: 8px; margin-top: 8px; text-align: center; font: 600 10px/14px var(--heading-font); }
.launch-preview-foot { text-align: center; font-size: 12px; line-height: 18px; margin-top: 8px; }
.launch-step-2 .launch-preview { padding-bottom: 8px; }
.launch-specs { padding: 16px; background: white; border-radius: 8px; }
.launch-preview-tabs { display: flex; padding: 4px; gap: 4px; background: #f3f1ff; border-radius: 8px; margin-bottom: 8px; }
.launch-preview-tabs button { width: 50%; font: 600 10px/14px var(--heading-font); padding: 4px; border-radius: 4px; }
.launch-preview-tabs button[aria-selected="true"] { background: white; }
.launch-specs [role="tabpanel"] p { display: flex; justify-content: space-between; gap: 10px; background: #f3f1ff; border-radius: 4px; padding: 5px 8px; font-size: 11px; line-height: 16px; margin-top: 8px; }
.launch-specs strong { font-weight: 600; color: var(--ink); text-align: right; }
.launch-specs p:last-child strong { color: #007859; }
.launch-dual-foot { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 20px; color: var(--body); font: 600 10px/14px var(--heading-font); letter-spacing: .01em; }
.launch-dual-foot strong { color: #466b00; }
.launch-cadence-title { font: 600 10px/14px var(--font); color: var(--body); letter-spacing: .01em; margin-bottom: 8px; }
.launch-cadence { list-style: none; display: grid; gap: 8px; padding: 0; margin: 0; }
.launch-cadence li { display: flex; align-items: center; gap: 8px; padding: 10px; background: white; border-radius: 8px; min-height: 59px; }
.launch-cadence li > span { width: 24px; height: 24px; flex-shrink: 0; display: grid; place-items: center; background: #00a6d4; border-radius: 50%; font-size: 12px; }
.launch-cadence li:nth-child(2) > span { background: #007653; color: white; }.launch-cadence li:nth-child(3) > span { background: #75ac00; color: white; }
.launch-cadence h4 { font: 700 12px/18px var(--font); letter-spacing: -.01em; }
.launch-cadence p { font-size: 11px; line-height: 17px; margin-top: 2px; }
.launch-cadence small { margin-left: auto; white-space: nowrap; font: 600 10px/14px var(--heading-font); color: #007859; }
.launch-cadence li:nth-child(2) small { color: var(--body); }.launch-cadence li:nth-child(3) small { color: #007297; }
.launch-benchmark { display: flex; gap: 4px; align-items: center; font-size: 11px; line-height: 16px; margin-top: 12px; }.launch-benchmark .line-icon { width: 14px; height: 14px; color: #007859; }
.launch-review { margin-top: 24px; padding: 56px 40px 40px; background: white; border-radius: 12px; }
.launch-review > p { max-width: 750px; font-size: 14px; line-height: 22px; margin-top: 4px; }
.launch-review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.launch-review-grid > div { display: flex; align-items: flex-start; gap: 8px; background: #f3f1ff; border-radius: 12px; padding: 16px; min-height: 98px; }
.launch-review-grid .line-icon { color: #007859; width: 20px; height: 20px; margin-top: 2px; }
.launch-review h3 { font: 700 18px/26px var(--heading-font); letter-spacing: -.025em; }
.launch-faq { margin-top: 24px; padding: 56px 40px 40px; border-radius: 12px; background: #f3f1ff; }
.launch-faq > div { display: grid; grid-template-columns: 1fr 1fr; align-items: start; gap: 24px; margin-top: 24px; }
.launch-faq article { background: white; border-radius: 12px; padding: 16px; }
.launch-faq h3 { display: flex; align-items: center; gap: 3px; font: 600 18px/24px var(--heading-font); letter-spacing: -.025em; }
.launch-faq .line-icon { width: 17px; height: 17px; color: #007297; }
.launch-faq p { font-size: 14px; line-height: 23px; margin-top: 8px; }
.launch-template-form { display: grid; gap: 12px; margin-top: 16px; }.launch-template-form label { display: grid; gap: 4px; font-size: 14px; }.launch-template-form input { padding: 8px; border: 1px solid #c1c5d4; border-radius: 4px; width: 100%; }.launch-template-editor { width: 100%; min-height: 230px; margin-top: 16px; }
@media(max-width:1150px) { .launch-step { gap: 24px; padding: 28px; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); }.launch-step-label { flex-wrap: wrap; }.launch-checklist { grid-template-columns: repeat(2,minmax(0,1fr)); }.launch-step h3 { font-size: 25px; line-height: 33px; }.launch-hero h1 { font-size: 48px; line-height: 56px; } }
@media(max-width:850px) { .launch-step { grid-template-columns: 1fr; }.launch-preview { min-height: 274px; }.launch-step-3 .launch-preview { min-height: 310px; }.launch-review-grid,.launch-faq > div { grid-template-columns: 1fr; }.launch-review,.launch-faq { padding: 32px; }.launch-start { padding: 28px; }.launch-sequence > h2 { font-size: 32px; line-height: 40px; }.launch-hero h1 br { display: none; }.launch-hero h1 span { display: block; } }
@media(max-width:540px) { .launch-width { width: calc(100% - 32px); background-position: center -59px,center 133px; }.launch-hero { padding-top: 32px; padding-bottom: 32px; }.launch-hero h1 { font-size: 36px; line-height: 43px; }.launch-hero p { font-size: 14px; line-height: 23px; }.launch-checklist { grid-template-columns: 1fr; gap: 16px; }.launch-start,.launch-step,.launch-review,.launch-faq { padding: 24px 20px; }.launch-start h2,.launch-review h2,.launch-faq h2 { font-size: 25px; line-height: 33px; }.launch-step-label > strong { white-space: normal; flex: 1; }.launch-step-label > div { width: 100%; }.launch-step h3 { font-size: 24px; line-height: 32px; }.launch-actions button { padding-inline: 12px; }.launch-preview { padding: 12px; }.launch-outline,.launch-specs { padding: 10px; }.launch-cadence li { flex-wrap: wrap; }.launch-cadence small { margin-left: 32px; }.launch-specs [role="tabpanel"] p { flex-wrap: wrap; }.launch-faq h3 { align-items: flex-start; }.launch-faq .line-icon { margin-top: 4px; } }

@media(max-width:1150px) { .launch-desktop-break { display: none; } }
