.journey-dialog { width: min(540px, calc(100% - 32px)); max-height: calc(100dvh - 40px); box-sizing: border-box; overflow: auto; border: 1px solid #d6e1e8; border-radius: 24px; padding: 36px; color: #183340; background: #fff; box-shadow: 0 24px 90px #102b3940; }
.journey-dialog::backdrop { background: #102b396b; }
.journey-dialog h2 { font-size: clamp(26px, 5vw, 34px); line-height: 1.15; margin: 18px 0; letter-spacing: -.03em; }
.journey-dialog p { line-height: 1.65; }
.journey-close { float: right; width: 44px; height: 44px; border: 0; border-radius: 50%; font-size: 28px; background: #eef3f5; color: #183340; cursor: pointer; }
.journey-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.journey-actions .button { min-height: 44px; white-space: normal; text-align: center; }
.journey-note { font-size: 13px; color: #506675; }
.first-lead-ready, .first-lead-progress { padding: 22px; border-radius: 16px; background: #edf8f5; border: 1px solid #b4d7cb; margin-bottom: 24px; }
.first-lead-ready { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.first-lead-ready h3, .first-lead-progress h3 { margin: 0 0 6px; }
.first-lead-ready p, .first-lead-progress p { margin: 0; line-height: 1.6; }
.first-lead-steps { display: flex; flex-wrap: wrap; gap: 12px 24px; margin: 18px 0 0; padding: 0; list-style: none; font-size: 14px; }
.first-lead-presets { display: flex; flex-wrap: wrap; gap: 8px; margin-top: -8px; }
.first-lead-presets button { border: 1px solid #cbd9df; border-radius: 24px; background: #fff; color: #294957; min-height: 44px; padding: 8px 14px; cursor: pointer; }
.first-lead-presets button:hover { border-color: #176957; background: #edf8f5; }
.first-lead-free { color: #295b4f; font-size: 14px; line-height: 1.6; }
.builder-search-edit > summary { cursor: pointer; min-height: 44px; padding: 10px 0; }
.journey-dialog :focus-visible, .first-lead-presets :focus-visible { outline: 3px solid #287bac; outline-offset: 3px; }
.hero-first-note { margin-top: 16px; font-size: 14px; color: #49656d; }
[data-password-visible] { min-height: 44px; }
@media (max-width: 600px) { .journey-dialog { padding: 24px; } .journey-actions > * { width: 100%; } }
