.yt-page { background: var(--page); }
.yt-width { width: calc(100% - 64px); max-width: 1216px; margin-inline: auto; }
.yt-hero { padding-bottom: 74px; }
.yt-hero h1,.yt-sequence-heading h2 { font: 700 40px/48px var(--heading-font); letter-spacing: -.03em; }
.yt-hero h1 span { background: linear-gradient(90deg,#008ca5,#00704c); background-clip: text; -webkit-text-fill-color: transparent; }
.yt-hero p { max-width: 680px; margin-top: 16px; font-size: 16px; line-height: 24px; }
.yt-start { background: #f3f1ff; padding: 40px 0 42px; }
.yt-start h2,.yt-final h2,.yt-faq h2 { font: 700 28px/36px var(--heading-font); letter-spacing: -.025em; }
.yt-inputs { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin-top: 24px; align-items: start; }
.yt-inputs article { padding: 16px; border-radius: 12px; background: white; min-height: 164px; }
.yt-input-number { display: grid; place-items: center; width: 28px; height: 28px; background: #e5eff2; color: #007397; border-radius: 50%; font: 600 10px/14px var(--heading-font); }
.yt-inputs h3,.yt-checks h3,.yt-faq h3 { font: 600 18px/26px var(--heading-font); letter-spacing: -.025em; }
.yt-inputs h3 { margin-top: 8px; }
.yt-inputs p { font-size: 12px; line-height: 18px; margin-top: 4px; }
.yt-inputs small { display: flex; align-items: center; gap: 3px; margin-top: 16px; color: #007859; font: 600 10px/14px var(--heading-font); letter-spacing: .02em; }
.yt-inputs .line-icon { width: 12px; height: 12px; border: 1px solid; border-radius: 50%; }
.yt-sequence { padding-top: 64px; padding-bottom: 56px; }
.yt-sequence-heading > small { display: block; font: 600 10px/14px var(--heading-font); color: #007297; }
.yt-sequence-heading h2 { margin-top: 8px; }
.yt-sequence-heading p { font-size: 16px; line-height: 24px; margin-top: 8px; }
.yt-steps { display: grid; gap: 40px; margin-top: 32px; }
.yt-step { --yt-accent: #006d91; padding: 24px; border-radius: 12px; background: white; }
.yt-step-2 { --yt-accent: #007859; }.yt-step-3 { --yt-accent: #466b00; }
.yt-step > header { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.yt-step h3 { font: 700 28px/36px var(--heading-font); letter-spacing: -.025em; }
.yt-step header p { font-size: 14px; line-height: 22px; margin-top: 4px; }
.yt-route { white-space: nowrap; font-size: 12px; }.yt-route b { font: 600 10px/14px var(--heading-font); color: var(--body); letter-spacing: .02em; }
.yt-route button { background: #e9edff; padding: 8px 4px; border-radius: 3px; color: #007297; font-size: 12px; }
.yt-step-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.yt-variables h4 { font: 600 10px/14px var(--font); color: var(--body); letter-spacing: .01em; }
.yt-variables > div { display: flex; flex-wrap: wrap; gap: 4px; margin-top: 4px; }
.yt-variables span { background: #e9edff; color: var(--yt-accent); padding: 4px 10px; border-radius: 24px; font: 600 12px/16px var(--heading-font); }
.yt-spec { background: #f3f1ff; border-radius: 8px; padding: 30px 16px 16px; margin-top: 4px; }
.yt-spec h4 { display: flex; justify-content: space-between; gap: 12px; font: 600 10px/14px var(--heading-font); letter-spacing: 0; }
.yt-spec h4 span { color: var(--yt-accent); font-weight: 400; white-space: nowrap; }
.yt-spec p { max-width: 420px; margin-top: 8px; font-size: 12px; line-height: 20px; color: var(--ink); }
.yt-spec strong { color: var(--yt-accent); font-weight: 600; }
.yt-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.yt-actions button { display: inline-flex; align-items: center; justify-content: center; gap: 3px; background: #e2e6ff; border-radius: 24px; padding: 3px 16px; font: 600 12px/18px var(--heading-font); }
.yt-actions button:first-child { background: #006d91; color: white; }.yt-actions .line-icon { width: 14px; height: 14px; }
.yt-preview { background: #f3f1ff; border-radius: 12px; padding: 16px; min-width: 0; }
.yt-preview-heading { display: flex; justify-content: space-between; align-items: center; gap: 12px; font: 600 10px/14px var(--heading-font); margin-bottom: 12px; }
.yt-preview-heading b { display: inline-flex; align-items: center; gap: 4px; }.yt-preview-heading .line-icon { width: 12px; height: 12px; color: var(--yt-accent); }.yt-preview-heading strong { color: #007859; font-weight: 600; }
.yt-hooks { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.yt-hooks li { display: flex; align-items: center; gap: 4px; background: white; border-radius: 6px; padding: 4px; }
.yt-hooks li > span { font-size: 10px; color: var(--body); }.yt-hooks p { color: var(--ink); font-size: 12px; line-height: 18px; letter-spacing: -.015em; }.yt-hooks strong { margin-left: auto; white-space: nowrap; color: #007297; background: #e9edff; padding: 2px 6px; border-radius: 3px; font: 700 10px/14px var(--heading-font); }
.yt-step-2 .yt-preview figure { position: relative; height: 304px; overflow: hidden; border-radius: 8px; }.yt-preview img { width: 100%; height: 100%; object-fit: cover; }.yt-preview figcaption { position: absolute; left: 8px; bottom: 8px; background: #252525d9; color: white; border-radius: 3px; padding: 4px 8px; display: flex; align-items: center; gap: 4px; font: 600 10px/14px var(--heading-font); letter-spacing: .02em; }.yt-preview figcaption .line-icon { width: 12px; height: 12px; color: #acff37; }
.yt-contrast { display: flex; justify-content: space-between; gap: 12px; margin-top: 12px; color: var(--body); font-size: 12px; line-height: 18px; }.yt-contrast strong { background: #e9edff; padding: 3px 8px; color: #007859; font: 700 10px/14px var(--heading-font); }
.yt-beats { display: grid; gap: 4px; }.yt-beats > div { padding: 4px; border-radius: 8px; background: white; }.yt-beats h4 { display: flex; justify-content: space-between; gap: 12px; color: #466b00; font: 700 10px/14px var(--heading-font); letter-spacing: .015em; }.yt-beats h4 span { color: var(--body); font-weight: 600; }.yt-beats p { font-size: 12px; line-height: 18px; color: var(--ink); margin-top: 4px; }.yt-beats small { display: block; font-size: 11px; line-height: 18px; color: var(--body); margin-top: 6px; }.yt-step-3 .yt-preview-heading strong { background: #e9edff; color: #466b00; padding: 3px 8px; border-radius: 4px; }
.yt-final { background: #e3e6ff; padding: 40px 0 44px; }.yt-final > div > p { font-size: 16px; line-height: 24px; margin-top: 4px; }
.yt-checks { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); align-items: start; gap: 24px; margin-top: 24px; }.yt-checks article { background: white; border-radius: 12px; padding: 24px; }.yt-checks article > span { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: #e5eff2; color: #007297; font: 700 18px/26px var(--heading-font); }.yt-checks article:nth-child(2) > span { background: #e5f0ed; color: #007859; }.yt-checks article:nth-child(3) > span { background: #edf0e4; color: #466b00; }.yt-checks h3 { margin-top: 16px; }.yt-checks p { margin-top: 4px; font-size: 14px; line-height: 22px; }.yt-checks small { display: flex; align-items: center; gap: 3px; background: #f3f1ff; padding: 8px; border-radius: 8px; margin-top: 24px; font: 600 10px/14px var(--heading-font); letter-spacing: .02em; color: #007297; }.yt-checks .line-icon { width: 12px; height: 12px; }.yt-checks article:nth-child(2) small { color: #007859; }.yt-checks article:nth-child(3) small { color: #466b00; }
.yt-cta { display: flex; align-items: center; gap: 32px; padding: 40px; margin-top: 16px; background: linear-gradient(100deg,#006686,#00a3d3,#248840); border-radius: 12px; box-shadow: 0 6px 12px #18213626; }.yt-cta button { padding: 8px 24px; border-radius: 24px; background: #cccecf; box-shadow: inset 0 3px 6px white; color: #007297; font: 700 14px/20px var(--heading-font); }.yt-cta a { color: white; font: 600 14px/20px var(--heading-font); }
.yt-faq { width: calc(100% - 48px); max-width: 960px; margin: 84px auto 0; padding-bottom: 86px; }.yt-faq h2 { text-align: center; margin-bottom: 24px; }.yt-faq article { display: flex; align-items: flex-start; gap: 8px; background: white; border-radius: 12px; padding: 24px; min-height: 100px; margin-top: 16px; }.yt-faq article > .line-icon { width: 20px; height: 20px; color: #007297; margin-top: 2px; }.yt-faq article:last-child > .line-icon { color: #007859; }.yt-faq p { margin-top: 4px; font-size: 14px; line-height: 22px; }
.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 { width: 100%; padding: 8px; border: 1px solid #c1c5d4; border-radius: 4px; }.launch-template-editor { width: 100%; min-height: 230px; margin-top: 16px; }
@media(min-width:1101px) { .yt-inputs { grid-template-rows: 164px 164px; }.yt-inputs article:nth-child(3) p { max-width: 240px; }.yt-checks article:last-child p { max-width: 320px; }.yt-step-1 { min-height: 390px; }.yt-step-2 { min-height: 518px; }.yt-step-3 { min-height: 432px; } }
@media(max-width:1100px) { .yt-desktop-break { display: none; }.yt-inputs { grid-template-columns: repeat(2,minmax(0,1fr)); }.yt-step > header { align-items: flex-start; flex-direction: column; }.yt-step-grid { grid-template-columns: 1fr; margin-top: 24px; }.yt-spec p { max-width: none; }.yt-step-2 .yt-preview figure { height: auto; aspect-ratio: 16/9; }.yt-checks { grid-template-columns: 1fr; }.yt-inputs article { min-height: 164px; }.yt-hero { padding-top: 24px; } }
@media(max-width:600px) { .yt-width { width: calc(100% - 32px); }.yt-hero h1,.yt-sequence-heading h2 { font-size: 32px; line-height: 40px; }.yt-hero { padding-bottom: 48px; }.yt-hero p,.yt-sequence-heading p { font-size: 14px; line-height: 23px; }.yt-inputs { grid-template-columns: 1fr; }.yt-step { padding: 20px; }.yt-step h3 { font-size: 24px; line-height: 32px; }.yt-route { white-space: normal; overflow-wrap: anywhere; }.yt-route button { text-align: left; overflow-wrap: anywhere; }.yt-step-grid { gap: 20px; }.yt-hooks li { flex-wrap: wrap; }.yt-hooks p { flex: 1; min-width: 150px; }.yt-preview-heading { flex-wrap: wrap; }.yt-contrast { flex-direction: column; }.yt-beats h4 { flex-wrap: wrap; }.yt-cta { flex-direction: column; align-items: stretch; padding: 28px 20px; gap: 20px; text-align: center; }.yt-faq { margin-top: 56px; padding-bottom: 56px; }.yt-faq h2 { font-size: 25px; line-height: 33px; }.yt-faq article { padding: 20px; } }

@media(min-width:1101px) { .yt-checks article:last-child { min-height: 276px; } }
