.how-page { background: var(--page); padding-bottom: 40px; }
.how-width { width: calc(100% - 80px); max-width: 1216px; margin-inline: auto; }
.how-hero { padding: 36px 24px 60px; text-align: center; background: url('../images/how-it-works/hero-glow.png') no-repeat center -232px / 968px 468px; }
.how-hero h1 { font: 800 56px/64px var(--heading-font); letter-spacing: -.03em; }.how-hero h1 span { background: linear-gradient(100deg,#007955,#65a600); background-clip: text; -webkit-text-fill-color: transparent; }
.how-hero p { margin-top: 16px; font-size: 16px; line-height: 24px; }
.how-phases { display: grid; gap: 40px; }
.how-phase { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.42fr); gap: 24px; align-items: center; padding: 24px; background: white; border-radius: 12px; }
.how-discover { min-height: 262px; }.how-adapt { min-height: 307.75px; }.how-execute { min-height: 246px; }.how-review { min-height: 257px; }.how-archive { min-height: 240px; }
.how-copy h2 { font: 700 28px/36px var(--heading-font); letter-spacing: -.025em; }.how-copy p { font-size: 14px; line-height: 22px; margin-top: 8px; }.how-copy ul { list-style: none; padding: 0; margin: 12px 0 0; font-size: 12px; line-height: 22px; }.how-copy li { position: relative; padding-left: 19px; }.how-copy li::before { content: '✓'; display: grid; place-items: center; position: absolute; top: 4px; left: 0; width: 14px; height: 14px; border: 1.5px solid #007859; border-radius: 50%; color: #007859; font-size: 10px; line-height: 12px; }
.how-phase-label { display: inline-block; border-radius: 16px; background: #e9edff; color: #007859; padding: 2px 8px; font: 700 10px/14px var(--heading-font); }.how-phase-label + h2 { margin-top: 8px; }.how-execute .how-phase-label { color: #466b00; }.how-review .how-phase-label { color: #00a6d4; }
.how-panel { padding: 16px; background: #f3f1ff; border-radius: 12px; min-width: 0; }
.how-search-demo form { display: flex; align-items: center; gap: 4px; padding: 4px 8px; border-radius: 8px; background: white; min-height: 40px; }.how-search-demo form > .line-icon { width: 16px; height: 16px; color: #007297; }.how-search-demo input { flex: 1; width: 100%; border: 0; background: transparent; font-size: 12px; color: var(--ink); }.how-search-demo form > span { width: 40px; padding: 3px 4px; border-radius: 4px; background: #e9edff; font: 600 10px/14px var(--heading-font); color: var(--body); }
.how-search-demo nav { display: flex; gap: 4px; flex-wrap: wrap; margin: 16px 0; }.how-search-demo nav a { display: flex; align-items: center; gap: 3px; padding: 4px 8px; border-radius: 24px; background: #e9edff; font: 700 10px/14px var(--heading-font); color: var(--body); }.how-search-demo nav a:first-child { background: #cee8f7; color: #007297; }.how-search-demo nav .line-icon { width: 12px; height: 12px; }
.how-result { display: flex; width: 100%; align-items: center; gap: 8px; padding: 8px; text-align: left; background: white; border-radius: 8px; }.how-result img { width: 48px; height: 48px; object-fit: cover; border-radius: 8px; }.how-result strong { display: block; font: 600 14px/20px var(--heading-font); }.how-result small { display: block; color: var(--body); font-size: 12px; line-height: 18px; }.how-result-arrow { margin-left: auto; color: #007297; font-size: 40px; line-height: 40px; }
.how-panel-title { display: flex; justify-content: space-between; gap: 8px; font: 600 10px/14px var(--heading-font); color: var(--body); margin-bottom: 12px; }.how-panel-title > span { display: flex; align-items: center; gap: 3px; }.how-panel-title .line-icon { width: 12px; height: 12px; color: #648600; }.how-panel-title strong { color: #007859; font-weight: 700; }
.how-editor-text { padding: 16px; background: white; border-radius: 8px; color: var(--ink); font-size: 14px; line-height: 25.25px; }.how-editor-text mark { background: #e5f0f2; color: #007297; padding: 4px; font-weight: 700; }.how-editor-text mark:nth-child(2) { background: #67efba; color: #007859; }.how-editor-text mark:nth-child(3) { background: #a7fa38; color: #111827; }.how-editor-controls { display: flex; gap: 4px; margin-top: 12px; }.how-editor-controls button { flex: 1; padding: 8px 4px; border-radius: 4px; background: #e9edff; font: 400 10px/14px var(--heading-font); }
.how-copy-actions { display: flex; align-items: center; gap: 8px; margin-top: 12px; }.how-copy-actions button { display: flex; align-items: center; gap: 3px; background: #005d7b; color: white; border-radius: 20px; padding: 3px 16px; font: 600 12px/18px var(--heading-font); }.how-copy-actions .line-icon { width: 14px; height: 14px; }.how-copy-actions > span { font-size: 12px; color: var(--body); }
.how-settings-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 4px; }.how-settings-grid > div { text-align: center; padding: 4px; border-radius: 8px; background: white; }.how-settings-grid span { display: block; font: 700 10px/14px var(--heading-font); color: var(--body); letter-spacing: .02em; }.how-settings-grid strong { font: 700 18px/26px var(--heading-font); color: #007297; }
.how-compatibility { display: flex; justify-content: space-between; align-items: center; gap: 8px; padding: 8px; background: white; border-radius: 8px; margin-top: 16px; font-size: 12px; line-height: 18px; color: var(--body); }.how-compatibility > span { display: flex; align-items: center; gap: 4px; }.how-compatibility .line-icon { width: 16px; height: 16px; color: #007859; }.how-compatibility > div { display: flex; flex-wrap: wrap; gap: 4px; }.how-compatibility > div span { background: #e9edff; border-radius: 3px; padding: 1px 4px; color: var(--ink); font-weight: 500; }
.how-quality-title { display: flex; justify-content: space-between; align-items: center; gap: 8px; font: 700 12px/18px var(--heading-font); }.how-quality-title > span { background: #65f7bd; border-radius: 20px; padding: 2px 4px; color: #007859; font: 700 10px/14px var(--heading-font); }.how-quality ul { list-style: none; padding: 0; margin: 12px 0 8px; display: grid; gap: 4px; }.how-quality li { display: flex; align-items: center; gap: 4px; background: white; border-radius: 3px; padding: 4px; font-size: 12px; line-height: 18px; }.how-quality .line-icon { width: 16px; height: 16px; color: #007859; }.how-quality li strong { margin-left: auto; color: #007859; font: 700 10px/14px var(--heading-font); }.how-quality li:last-child strong { color: #466b00; }.how-quality > p { display: flex; gap: 4px; background: #e9edff; border-radius: 3px; padding: 4px; font-size: 11px; line-height: 22px; }.how-quality > p .line-icon { color: #007297; }
.how-archive .how-copy ul { margin-top: 60px; }.how-saved-heading { display: flex; align-items: center; gap: 8px; background: white; border-radius: 8px; padding: 8px; }.how-saved-heading button { display: grid; place-items: center; width: 40px; height: 40px; background: #e2e6ff; color: #007297; border-radius: 8px; }.how-saved-heading button[aria-pressed="true"] { background: #67efba; }.how-saved-heading strong { display: block; font: 600 12px/18px var(--heading-font); }.how-saved-heading div > span { font-size: 12px; line-height: 18px; color: var(--body); }.how-saved-heading small { margin-left: auto; background: #e9edff; border-radius: 3px; padding: 2px 4px; font: 700 10px/14px var(--heading-font); color: var(--body); }
.how-seed { margin-top: 8px; padding: 8px; background: white; border-radius: 8px; }.how-seed > div { display: flex; justify-content: space-between; gap: 8px; font: 600 10px/14px var(--heading-font); color: var(--body); }.how-seed > div span { color: #007859; }.how-seed p { margin-top: 4px; padding: 4px; background: #f3f1ff; border-radius: 3px; font-size: 12px; line-height: 18px; color: var(--ink); }
.how-faq { width: calc(100% - 48px); max-width: 832px; margin: 86px auto 0; }.how-faq h2 { text-align: center; font: 700 40px/48px var(--heading-font); letter-spacing: -.025em; margin-bottom: 24px; }.how-faq details { padding: 17px 16px; background: white; border-radius: 12px; margin-top: 8px; }.how-faq summary { display: flex; justify-content: space-between; align-items: center; gap: 16px; list-style: none; cursor: pointer; font: 600 18px/26px var(--heading-font); letter-spacing: -.02em; }.how-faq summary::-webkit-details-marker { display: none; }.how-faq summary::after { content: ''; width: 7px; height: 7px; border-bottom: 2px solid #007297; border-right: 2px solid #007297; transform: rotate(45deg); flex-shrink: 0; }.how-faq p { margin-top: 8px; font-size: 14px; line-height: 22px; }
.how-cta { display: flex; justify-content: center; align-items: center; height: 136px; margin-top: 80px; border-radius: 12px; background: url('../images/how-it-works/left-glow.png') no-repeat -136px center / 400px 400px, url('../images/how-it-works/right-glow.png') no-repeat calc(100% + 136px) center / 400px 400px,linear-gradient(#f0f2ff,white); box-shadow: 0 6px 12px #18213626; }.how-cta .button { min-height: 36px; padding: 8px 24px; line-height: 20px; color: #07343c; }
.how-dialog-form { display: grid; gap: 12px; margin-top: 16px; }.how-dialog-form label { display: grid; gap: 4px; }.how-dialog-form input { width: 100%; padding: 8px; border: 1px solid #bcc4d0; border-radius: 4px; }
@media(max-width:1100px) { .how-phase { grid-template-columns: 1fr 1.2fr; }.how-compatibility { flex-wrap: wrap; }.how-copy-actions { flex-wrap: wrap; }.how-hero h1 { font-size: 44px; line-height: 52px; }.how-desktop-break { display: none; } }
@media(max-width:850px) { .how-phase { grid-template-columns: 1fr; padding: 24px; }.how-adapt .how-copy,.how-review .how-copy { grid-row: 1; }.how-archive .how-copy ul { margin-top: 16px; }.how-faq h2 { font-size: 32px; line-height: 40px; } }
@media(max-width:540px) { .how-width { width: calc(100% - 32px); }.how-hero { padding: 32px 16px 48px; }.how-hero h1 { font-size: 36px; line-height: 43px; }.how-hero p { font-size: 14px; line-height: 23px; }.how-phase { padding: 20px; }.how-panel { padding: 12px; }.how-copy h2 { font-size: 25px; line-height: 33px; }.how-editor-text { padding: 12px; }.how-editor-text mark { overflow-wrap: anywhere; }.how-editor-controls { flex-wrap: wrap; }.how-editor-controls button { flex-basis: 100%; }.how-settings-grid { grid-template-columns: 1fr 1fr; }.how-panel-title { flex-wrap: wrap; }.how-quality li { flex-wrap: wrap; }.how-saved-heading { flex-wrap: wrap; }.how-faq { margin-top: 56px; width: calc(100% - 32px); }.how-faq h2 { font-size: 28px; line-height: 36px; }.how-faq summary { font-size: 16px; line-height: 24px; }.how-cta { margin-top: 48px; } }
