@font-face {
    font-family: "ConvertZen Noto Sans";
    src: url("../fonts/NotoSans-Variable.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

:root {
    --surface: #f8fafc;
    --surface-strong: #ffffff;
    --surface-muted: #e9eff8;
    --ink: #1e293b;
    --muted: #475569;
    --line: #dbe4ef;
    --section-line: rgba(37, 99, 235, 0.12);
    --lime: #dbeafe;
    --lime-strong: #2563eb;
    --dark: #0f2742;
    --dark-2: #153b62;
    --dark-3: #1e5687;
    --shadow-soft: 0 28px 80px rgba(30, 64, 95, 0.14);
    --shadow-card: 0 18px 42px rgba(0, 0, 0, 0.08);
    --radius-page: 34px;
    --radius-panel: 36px;
    --radius-card: 18px;
    --orbit-size: 92px;
    --orbit-radius: calc(var(--orbit-size) / 2);
    --content-max: 1360px;
    --font-display: "ConvertZen Noto Sans", "Segoe UI", Arial, sans-serif;
    --font-body: "ConvertZen Noto Sans", "Segoe UI", Arial, sans-serif;
}

/* ConvertZen signature system: a blue editorial workspace, not the reference layout. */
.page-home #main { max-width: none; }
.page-home .site-frame { background: #f5fbff; }
.page-home .navbar { border-bottom-color: rgba(8, 76, 121, .14); }
.page-home .navbar-brand { color: #08243d; }
.brand-wordmark-accent { color: #1677b5; }
.page-home .download-btn { background: #2563eb; border-color: #2563eb; color: #fff; border-radius: 999px; padding: 11px 18px; }
.page-home .download-btn:hover { background: #055e9e; color: #fff; }
.page-home #main > .cz-hero, .page-home #main > .cz-intro, .page-home #main > .cz-feature-section, .page-home #main > .cz-process, .page-home #main > .cz-platforms, .page-home #main > .cz-faq { max-width: var(--content-max); }
.page-home #main > .cz-feature-section, .page-home .cz-feature-section .cz-section-heading, .page-home .cz-feature-section .cz-bento-grid { padding-left: 0; padding-right: 0; }
.page-home .cz-intro { padding-left: 0; padding-right: 0; }
.cz-card-art { width: calc(100% + 56px); height: 150px; margin: -28px -28px 25px; overflow: hidden; border-radius: 18px 18px 8px 8px; background: #f2f7fa; }
.cz-card-art img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cz-bento-card { min-height: 445px; }
.cz-hero { display: grid; grid-template-columns: minmax(0, .88fr) minmax(0, 1.12fr); gap: 7vw; align-items: center; margin-top: 44px; padding: 84px 72px 88px; border-radius: 28px; background: #0f2742; color: #fff; overflow: hidden; position: relative; }
.cz-hero::after { content: ''; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(105,208,242,.3); border-radius: 50%; right: -170px; top: -180px; box-shadow: 0 0 0 42px rgba(105,208,242,.05), 0 0 0 84px rgba(105,208,242,.04); }
.cz-hero-copy { position: relative; z-index: 1; max-width: 560px; }.cz-kicker, .cz-section-number { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }.cz-kicker { color: #8be4fc; display: inline-flex; align-items: center; gap: 8px; }
.cz-hero h1 { font-size: clamp(48px, 6vw, 86px); line-height: .98; letter-spacing: -.075em; margin: 24px 0; font-weight: 800; }.cz-hero h1 em { color: #72d8f5; font-style: normal; }.cz-hero-copy > p { color: #c9e7f5; font-size: 18px; max-width: 470px; }
.cz-hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }.cz-button { display: inline-flex; min-height: 48px; align-items: center; gap: 9px; padding: 0 20px; border-radius: 999px; font-weight: 800; transition: transform .2s ease, background .2s ease; }.cz-button:hover { transform: translateY(-2px); }.cz-button-light { color: #0f2742; background: #fff; }.cz-text-link { color: #fff; font-weight: 700; }.cz-text-link i { color: #72d8f5; margin-left: 5px; }.cz-trust-line { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 58px; color: #a9d8e9; font-size: 13px; }.cz-trust-line i { color: #72d8f5; margin-right: 5px; }
.cz-workspace { position: relative; z-index: 1; background: #eef8fc; border-radius: 17px; padding: 10px; color: #08243d; box-shadow: 0 28px 60px rgba(0,0,0,.25); transform: rotate(1.5deg); }.cz-window-top { height: 34px; display: flex; align-items: center; justify-content: space-between; padding: 0 10px; font-size: 11px; }.cz-window-brand { display: flex; gap: 8px; align-items: center; font-weight: 800; }.cz-window-brand b { display: grid; place-items: center; width: 22px; height: 22px; border-radius: 7px; background: #2563eb; color: white; font-size: 8px; }.cz-window-dots { display: flex; gap: 5px; }.cz-window-dots i { display: block; width: 7px; height: 7px; border-radius: 50%; background: #a8c7d5; }
.cz-workspace-body { display: grid; grid-template-columns: 145px 1fr; min-height: 365px; border-radius: 11px; background: #fff; overflow: hidden; }.cz-workspace aside { display: flex; flex-direction: column; gap: 5px; padding: 24px 14px; background: #f0f8fb; }.cz-workspace aside small { color: #7893a2; font-size: 8px; font-weight: 800; letter-spacing: .14em; margin: 4px 8px 9px; }.cz-workspace aside a { padding: 9px 8px; border-radius: 7px; color: #648092; font-size: 11px; }.cz-workspace aside a i { margin-right: 8px; }.cz-workspace aside a.is-active { background: #d9f2fb; color: #2563eb; font-weight: 800; }.cz-side-bottom { margin-top: auto; }.cz-storage { margin: 0 8px; font-size: 9px; color: #7893a2; }.cz-storage b { color: #08243d; font-size: 12px; display: block; }.cz-storage > i { height: 5px; background: #d6e8ef; display: block; border-radius: 99px; margin: 7px 0; }.cz-storage em { display: block; width: 72%; height: 100%; background: #17a8d6; border-radius: inherit; }
.cz-dashboard { padding: 25px 26px; }.cz-dashboard-heading { display: flex; justify-content: space-between; align-items: flex-start; }.cz-dashboard-heading small { color: #9ab2bf; font-size: 8px; letter-spacing: .14em; font-weight: 800; }.cz-dashboard h2 { font-size: 22px; letter-spacing: -.04em; margin: 5px 0 20px; }.cz-avatar { display: grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; background: #ffd8a8; color: #a45a11; font-weight: 800; font-size: 11px; }.cz-dropzone { border: 1px dashed #8fc9dc; background: #f2fbfe; border-radius: 11px; padding: 19px; display: grid; gap: 3px; text-align: center; }.cz-dropzone > i { color: #2563eb; font-size: 22px; }.cz-dropzone strong { font-size: 12px; }.cz-dropzone span { color: #8aa1ad; font-size: 9px; }.cz-dropzone button { border: 0; background: #2563eb; color: white; border-radius: 5px; padding: 6px 10px; font-size: 9px; font-weight: 800; justify-self: center; margin-top: 7px; }.cz-queue-head { display: flex; justify-content: space-between; margin: 25px 0 11px; font-size: 11px; }.cz-queue-head span { color: #92a9b5; font-size: 10px; }.cz-queue-head span i { margin-left: 10px; }.cz-mini-row { display: grid; grid-template-columns: 33px 1fr auto; align-items: center; gap: 9px; padding: 9px 0; border-top: 1px solid #e9f1f4; font-size: 10px; }.cz-mini-row span:not(.cz-mini-thumb) { display: grid; gap: 2px; }.cz-mini-row small { color: #92a9b5; font-size: 9px; }.cz-mini-row strong { color: #13a374; font-size: 9px; }.cz-mini-thumb { width: 33px; height: 28px; border-radius: 5px; display: block; background: linear-gradient(135deg,#7ed7f4,#1173a5); }.cz-mini-thumb.thumb-city { background: linear-gradient(135deg,#f6bd72,#144a74); }
.cz-intro { display: grid; grid-template-columns: 1fr 2fr; gap: 8vw; padding: 150px 72px 130px; }.cz-section-number { color: #2563eb; }.cz-intro h2, .cz-section-heading h2, .cz-process h2, .cz-platforms h2, .cz-faq h2 { margin: 0; color: #08243d; font-size: clamp(37px, 4.7vw, 66px); line-height: 1.02; letter-spacing: -.07em; }.cz-intro p { max-width: 590px; font-size: 19px; color: #475569; margin-top: 22px; }.cz-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; padding: 0 72px 48px; }.cz-section-heading h2 { margin-top: 16px; }.cz-section-heading h2 span, .cz-process h2 span { color: #2563eb; }.cz-section-heading > p { max-width: 330px; margin: 0 0 7px; color: #475569; }
.cz-bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 0 72px; }.cz-bento-card { min-height: 290px; padding: 28px; border-radius: 18px; position: relative; overflow: hidden; display: flex; flex-direction: column; align-items: flex-start; transition: transform .2s ease; }.cz-bento-card:hover { transform: translateY(-5px); }.cz-bento-card > i { font-size: 26px; margin: 46px 0 20px; }.cz-bento-card h3 { margin: 0; font-size: 24px; letter-spacing: -.05em; }.cz-bento-card p { color: #475569; font-size: 14px; max-width: 280px; }.cz-bento-card a { margin-top: auto; font-weight: 800; font-size: 12px; }.cz-bento-card a i { margin-left: 7px; }.cz-card-index { position: absolute; right: 25px; top: 26px; font-size: 11px; font-weight: 800; opacity: .55; }.cz-tone-blue { background: #d8f2fb; color: #075b91; }.cz-tone-blue p, .cz-tone-sky p, .cz-tone-peach p, .cz-tone-lavender p { color: #477c95; }.cz-tone-sky { background: #e9f6ff; color: #2563eb; }.cz-tone-navy { background: #0b466f; color: #fff; }.cz-tone-navy p { color: #b8ddec; }.cz-tone-mint { background: #daf5ec; color: #087d65; }.cz-tone-mint p { color: #4b8a7b; }.cz-tone-peach { background: #fff0df; color: #a35b1d; }.cz-tone-lavender { background: #edeaff; color: #5e55a5; }
.cz-process { margin-top: 150px; padding: 80px 72px 110px; background: #eaf6fb; border-radius: 28px; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; }.cz-process-heading p, .cz-faq > div > p { color: #475569; max-width: 300px; }.cz-process-heading h2 { margin-top: 18px; }.cz-process-list { list-style: none; padding: 0; margin: 0; }.cz-process-list li { display: grid; grid-template-columns: 46px 1fr; gap: 18px; padding: 19px 0; border-bottom: 1px solid #cfe4ed; }.cz-process-list li > span { color: #70a7bc; font-size: 12px; font-weight: 800; padding-top: 6px; }.cz-process-list div { display: grid; grid-template-columns: 26px 1fr; column-gap: 11px; }.cz-process-list i { grid-row: span 2; color: #2563eb; font-size: 18px; padding-top: 3px; }.cz-process-list h3 { margin: 0; font-size: 17px; }.cz-process-list p { color: #475569; font-size: 14px; margin: 2px 0 0; }
.cz-platforms { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 150px 72px; }.cz-platforms h2 { margin-top: 17px; }.cz-platform-list { border-top: 1px solid #dbe4ef; }.cz-platform-list a { display: flex; justify-content: space-between; align-items: center; padding: 21px 0; border-bottom: 1px solid #dbe4ef; }.cz-platform-list a > span { display: grid; grid-template-columns: 32px 1fr; column-gap: 12px; }.cz-platform-list a > span i { grid-row: span 2; color: #2563eb; font-size: 21px; }.cz-platform-list b { font-size: 16px; }.cz-platform-list small { color: #6c8797; font-size: 12px; }.cz-platform-list > a > i { color: #2563eb; }
.cz-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; padding: 110px 72px 145px; border-top: 1px solid #dbe4ef; }.cz-faq h2 { margin-top: 17px; }.cz-faq-list details { border-bottom: 1px solid #dbe4ef; padding: 18px 0; }.cz-faq-list summary { cursor: pointer; list-style: none; display: grid; grid-template-columns: 40px 1fr 25px; align-items: center; font-size: 16px; font-weight: 800; min-height: 28px; }.cz-faq-list summary::-webkit-details-marker { display: none; }.cz-faq-list summary > span { color: #2563eb; font-size: 11px; }.cz-faq-list summary i { color: #2563eb; font-size: 18px; transition: transform .2s; }.cz-faq-list details[open] summary i { transform: rotate(45deg); }.cz-faq-list p { color: #475569; font-size: 15px; padding: 14px 25px 2px 40px; margin: 0; max-width: 620px; }
.cz-platforms-lead { max-width: 300px; margin-top: 22px; color: #68788b; font-size: 16px; line-height: 1.6; }
.cz-platform-list { display: grid; gap: 12px; border-top: 0; }
.cz-platform-download-card { display: flex !important; align-items: center; justify-content: space-between; gap: 20px; min-height: 86px; padding: 18px 20px !important; border: 1px solid #dce7ed !important; border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(73,111,128,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.cz-platform-download-card:hover { border-color: #8dbbd0 !important; box-shadow: 0 12px 26px rgba(73,111,128,.11); transform: translateY(-2px); }
.cz-platform-card-main { display: flex; align-items: center; gap: 20px; }
.page-home .cz-platform-list a.cz-platform-download-card > .cz-platform-card-main { display: flex; grid-template-columns: none; column-gap: 22px; gap: 22px; }
.page-home .cz-platform-list a.cz-platform-download-card > .cz-platform-card-main > i { grid-row: auto; }
.cz-platform-card-main > i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: #eef7fa; color: #4f8fb8; font-size: 21px; }
.cz-platform-card-main span { display: grid; gap: 4px; }
.cz-platform-download-card b { color: #26364a; font-size: 17px; }
.cz-platform-download-card small { color: #8298a4; font-size: 11px; }
.cz-platform-download-card > strong { display: inline-flex; align-items: center; gap: 8px; flex: 0 0 auto; color: #4f8fb8; font-size: 12px; }
.cz-platform-download-card > strong i { font-size: 15px; }
@media (max-width: 560px) { .cz-platform-download-card { align-items: flex-start; flex-direction: column; gap: 13px; }.cz-platform-download-card > strong { padding-left: 55px; } }
@media (max-width: 991.98px) { .page-home .cz-workspace { display: none; }.page-home .cz-hero { grid-template-columns: 1fr; } }
@media (max-width: 991.98px) { .page-home #main, .page-home #main > section { width: 100%; max-width: 100%; min-width: 0; overflow-x: clip; }.page-home .cz-hero-copy, .page-home .cz-hero h1, .page-home .cz-hero-copy > p { min-width: 0; max-width: 100%; }.page-home .cz-hero h1 { overflow-wrap: anywhere; } }
@media (max-width: 560px) { .page-home .site-frame { padding-left: 10px; padding-right: 10px; }.page-home .cz-hero { width: 100%; padding-left: 18px; padding-right: 18px; }.page-home .cz-hero-copy { width: 100%; }.page-home .cz-hero h1 { width: min(100%, 320px); max-width: 320px; font-size: 36px; letter-spacing: -.06em; overflow-wrap: anywhere; }.page-home .cz-hero-copy > p, .page-home .cz-intro p, .page-home .cz-section-heading > p, .page-home .cz-process p, .page-home .cz-platforms-lead, .page-home .cz-faq p { max-width: 320px; overflow-wrap: anywhere; }.page-home .cz-intro h2, .page-home .cz-process h2, .page-home .cz-platforms h2, .page-home .cz-faq h2 { max-width: 320px; font-size: 35px; overflow-wrap: anywhere; }.page-home .cz-intro, .page-home .cz-process, .page-home .cz-platforms, .page-home .cz-faq { padding-left: 18px; padding-right: 18px; }.page-home .cz-section-heading, .page-home .cz-bento-grid { padding-left: 0; padding-right: 0; } }
.page-home .cz-workspace { padding: 0; border: 1px solid #c8dcf3; border-radius: 8px; background: #fff; transform: none; overflow: hidden; box-shadow: 0 20px 46px rgba(20,67,112,.14); }
.page-home .cz-workspace-body { grid-template-columns: 145px minmax(0,1fr); min-height: 405px; border-radius: 0; }
.page-home .cz-workspace-body aside { gap: 5px; padding: 22px 12px 16px; background: #09245d; color: #e9f2ff; }
.page-home .cz-workspace-brand { display: flex; align-items: center; gap: 9px; margin: 0 8px 28px; color: #fff; font-size: 13px; }
.page-home .cz-workspace-brand b { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 7px; background: #126be2; font-size: 9px; }
.page-home .cz-workspace-brand .cz-workspace-logo { padding: 0; overflow: hidden; background: transparent; border-radius: 0; }
.page-home .cz-workspace-brand .cz-workspace-logo img { display: block; width: 27px; height: 27px; object-fit: contain; }
.page-home .cz-workspace-body aside small { color: #9db8df; margin: 3px 7px 8px; font-size: 7px; }
.page-home .cz-workspace-body aside a { color: #dbe8fb; padding: 9px 8px; border-radius: 7px; font-size: 10px; }
.page-home .cz-workspace-body aside a.is-active { background: #126be2; color: #fff; }
.page-home .cz-workspace-body aside a i { margin-right: 7px; }
.page-home .cz-workspace-body aside .cz-side-bottom { margin-top: auto; }
.page-home .cz-workspace-body aside .cz-storage { color: #9db8df; margin: 10px 8px 0; font-size: 8px; }
.page-home .cz-workspace-body aside .cz-storage b { color: #fff; font-size: 11px; }
.page-home .cz-workspace-body aside .cz-storage > i { background: #25437d; }
.page-home .cz-workspace-body aside .cz-storage em { background: #51a1f5; }
.page-home .cz-dashboard { padding: 18px 20px; background: #fbfdff; }
.cz-capture-panel { padding: 14px; border: 1px solid #b9d3f4; border-radius: 7px; background: #f5f9ff; }
.cz-capture-row { display: grid; grid-template-columns: minmax(0,1fr) 145px 38px; gap: 8px; }
.cz-url-field, .cz-capture-more { display: flex; align-items: center; justify-content: space-between; gap: 8px; min-height: 38px; padding: 0 10px; border: 1px solid #cbd9e8; border-radius: 7px; background: #fff; color: #6a7d97; font-size: 10px; }
.cz-url-field i:first-child { color: #36536d; font-size: 14px; }.cz-url-field i:last-child { color: #36536d; }
.cz-capture-button { border: 0; border-radius: 7px; background: #126be2; color: #fff; font-size: 11px; font-weight: 800; }.cz-capture-button i { margin-right: 5px; }.cz-capture-more { justify-content: center; color: #36536d; }
.cz-settings-row { display: grid; grid-template-columns: 92px repeat(4, minmax(0,1fr)); gap: 7px; align-items: center; margin-top: 12px; color: #7184a0; font-size: 8px; }.cz-settings-row > span:not(.cz-auto-start) { display: flex; align-items: center; justify-content: space-between; min-height: 27px; padding: 0 8px; border: 1px solid #d5e0ec; border-radius: 5px; background: #fff; }.cz-settings-row strong { color: #40536f; font-weight: 700; }.cz-settings-row i { margin-left: 4px; }.cz-auto-start { color: #40536f; white-space: nowrap; }.cz-auto-start b { display: inline-block; width: 24px; height: 13px; margin-right: 5px; vertical-align: -2px; border-radius: 99px; background: #126be2; position: relative; }.cz-auto-start b::after { content: ''; position: absolute; top: 2px; right: 2px; width: 9px; height: 9px; border-radius: 50%; background: #fff; }
.cz-workspace-tabs { display: flex; align-items: center; gap: 18px; margin-top: 20px; color: #667b95; font-size: 9px; }.cz-workspace-tabs .is-active { padding-bottom: 7px; border-bottom: 2px solid #126be2; color: #126be2; }.cz-workspace-tabs i { margin-left: auto; color: #41617f; }.cz-workspace-tabs i + i { margin-left: 0; }
.page-home .cz-dashboard .cz-queue-head { margin: 15px 0 9px; color: #40536f; font-size: 10px; }.page-home .cz-dashboard .cz-mini-row { min-height: 46px; padding: 7px 9px; border: 0; border-radius: 4px; background: #f1f4f8; font-size: 9px; }.page-home .cz-dashboard .cz-mini-row > i { color: #40536f; }.page-home .cz-dashboard .cz-mini-row strong { color: #58779b; font-size: 8px; }
@media (max-width: 1100px) and (min-width: 992px) { .page-home .cz-workspace-body { grid-template-columns: 125px minmax(0,1fr); }.page-home .cz-workspace-body aside { padding-left: 8px; padding-right: 8px; }.page-home .cz-dashboard { padding: 14px; }.cz-capture-row { grid-template-columns: minmax(0,1fr) 110px 32px; }.cz-url-field > span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.cz-settings-row { grid-template-columns: 78px repeat(4, minmax(0,1fr)); gap: 4px; font-size: 7px; }.cz-settings-row > span:not(.cz-auto-start) { min-width: 0; padding-left: 5px; padding-right: 5px; overflow: hidden; white-space: nowrap; }.cz-settings-row strong { min-width: 0; overflow: hidden; text-overflow: ellipsis; }.cz-settings-row i { display: none; } }
@media (max-width: 1024px) and (min-width: 901px) { .page-home .cz-hero { padding: 56px 42px 60px; gap: 4vw; } }
@media (max-width: 1248px) and (min-width: 1101px) { .page-home .cz-hero { padding: 64px 48px 70px; gap: 5vw; } }
@media (max-width: 900px) { .cz-hero { grid-template-columns: 1fr; padding: 56px 28px; gap: 42px; }.cz-workspace { transform: none; }.cz-intro, .cz-process, .cz-platforms, .cz-faq { grid-template-columns: 1fr; padding-left: 28px; padding-right: 28px; gap: 38px; }.cz-intro, .cz-platforms { padding-top: 90px; padding-bottom: 90px; }.cz-section-heading { padding-left: 28px; padding-right: 28px; display: block; }.cz-section-heading > p { margin-top: 22px; }.cz-bento-grid { padding: 0 28px; grid-template-columns: 1fr 1fr; }.cz-process { margin-top: 90px; }.cz-faq { padding-top: 80px; padding-bottom: 90px; } }
@media (max-width: 560px) { .cz-hero { margin-top: 20px; border-radius: 18px; padding: 45px 20px; }.cz-hero h1 { font-size: 48px; }.cz-hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.cz-trust-line { gap: 10px 15px; margin-top: 35px; }.cz-workspace-body { grid-template-columns: 1fr; }.cz-workspace aside { display: none; }.cz-dashboard { padding: 20px 16px; }.cz-bento-grid { grid-template-columns: 1fr; padding: 0 20px; }.cz-section-heading, .cz-intro, .cz-process, .cz-platforms, .cz-faq { padding-left: 20px; padding-right: 20px; }.cz-process-list li { grid-template-columns: 35px 1fr; gap: 8px; } }
@media (prefers-reduced-motion: reduce) { .cz-button, .cz-bento-card, .cz-faq-list summary i { transition: none; } }

.brand-mark {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb, #69d0f2);
    color: #fff;
    font: 800 12px/1 var(--font-display);
    letter-spacing: -0.04em;
    box-shadow: 0 8px 18px rgba(8, 119, 201, 0.22);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 0;
    margin: 0;
    overflow-x: hidden;
    background: var(--surface);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 17px;
    line-height: 1.55;
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

img,
svg,
video,
canvas {
    max-width: 100%;
}

button,
a,
.accordion-button {
    touch-action: manipulation;
}

:focus-visible {
    outline: 3px solid rgba(37, 99, 235, 0.72);
    outline-offset: 4px;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 1000;
    transform: translateY(-140%);
    border-radius: 8px;
    background: var(--dark);
    color: #fff;
    padding: 10px 14px;
}

.skip-link:focus {
    transform: translateY(0);
}

.site-frame {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 100dvh;
    margin: 0;
    border-radius: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(246, 246, 242, 0.99) 42%, rgba(250, 250, 248, 1));
    box-shadow: none;
    padding: 14px max(32px, calc((100vw - var(--content-max)) / 2)) 0;
}

.site-frame > main {
    flex: 1 0 auto;
    min-width: 0;
}

section,
.row,
[class*="col-"] {
    min-width: 0;
}

.topbar {
    position: relative;
    z-index: 5;
}

.navbar {
    min-height: 58px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 0 0 8px;
}

.navbar-toggler {
    width: 44px;
    height: 44px;
    margin-left: auto;
    border-color: var(--line);
    border-radius: 10px;
    padding: 8px;
}

.mobile-nav-backdrop {
    display: none;
}

.mobile-nav-close {
    display: none;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
}

.brand-mark,
.app-logo-mark {
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    border-radius: 9px;
    background: var(--dark);
    color: var(--lime);
}

.brand-mark {
    width: 38px;
    height: 38px;
}

.brand-mark .ui-icon {
    width: 24px;
    height: 24px;
}

.brand-mark img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}
.brand-mark.is-logo { padding: 0; background: transparent; border: 0; box-shadow: none; }
.brand-mark.is-logo img { object-fit: contain; border-radius: 0; }

.navbar-nav {
    gap: 34px;
}

.nav-link {
    min-height: 48px;
    padding: 14px 0;
    color: #1f1f1f;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
    color: #617100;
}

.nav-link.active {
    font-weight: 700;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    border: 0;
    border-radius: 10px;
    background: var(--dark);
    color: #fff;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    padding: 0 26px;
    transition: transform 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.download-btn:hover {
    transform: translateY(-1px);
    background: #000;
    color: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.16);
}

.download-btn.large {
    min-width: 178px;
}

.hero-section {
    position: relative;
    width: 100%;
    max-width: var(--content-max);
    margin: 0 auto;
    padding-top: 48px;
}

.hero-copy-panel {
    position: relative;
    display: flex;
    min-height: 580px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    border-radius: var(--radius-panel);
    background:
        radial-gradient(circle at 100% 0, rgba(117, 201, 244, 0.3), transparent 38%),
        var(--dark);
    color: #fff;
    padding: 86px 50px 76px;
    box-shadow:
        0 24px 70px rgba(0, 0, 0, 0.045),
        inset 0 0 0 1px rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

.hero-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: var(--lime);
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.hero-eyebrow::before {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 4px rgba(117, 201, 244, 0.14);
    content: "";
}

/* The orbit lives in the shared seam between the two desktop hero panels. */
.hero-copy-panel::after,
.hero-visual-panel::after {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: var(--orbit-size);
    height: var(--orbit-size);
    background: var(--surface);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.hero-copy-panel::after {
    right: calc(0px - var(--orbit-radius) - 12px);
    bottom: calc(0px - var(--orbit-radius));
}

h1,
h2,
h3 {
    margin: 0;
    color: var(--ink);
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.04;
    overflow-wrap: break-word;
}

.hero-copy-panel h1 {
    max-width: 470px;
    font-size: clamp(42px, 4.1vw, 56px);
    color: #fff;
}

.hero-copy-panel p {
    max-width: 440px;
    margin: 36px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.cta-btn,
.learn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 50px;
    border: 0;
    border-radius: 8px;
    background: var(--lime);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
    padding: 0 22px;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cta-btn {
    margin-top: 45px;
}

.cta-btn:hover,
.learn-btn:hover {
    transform: translateY(-1px);
    background: var(--lime-strong);
    color: var(--ink);
    box-shadow: 0 12px 22px rgba(55, 155, 205, 0.25);
}

.cta-btn .ui-icon,
.learn-btn .ui-icon {
    width: 16px;
    height: 16px;
}

.platform-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.platform-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 56px;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.65);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.035);
    transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.hero-copy-panel .platform-pill {
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    box-shadow: none;
}

.hero-copy-panel .platform-pill:hover {
    border-color: rgba(117, 201, 244, 0.8);
    background: rgba(117, 201, 244, 0.14);
}

.hero-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: 26px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 600;
}

.hero-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.hero-benefits i {
    color: #1269ed;
    font-size: 15px;
}

.platform-pill.is-hidden {
    display: none;
}

.platform-row.is-detected {
    grid-template-columns: minmax(0, 1fr);
}

.platform-row.is-detected .platform-pill {
    min-height: 62px;
    border-color: var(--lime);
    background: var(--lime);
    box-shadow: 0 12px 24px rgba(55, 155, 205, 0.2);
    font-size: 14px;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.platform-row.is-detected .platform-pill:hover {
    border-color: var(--lime-strong);
    background: var(--lime-strong);
    box-shadow: 0 15px 28px rgba(55, 155, 205, 0.28);
    transform: translateY(-2px);
}

.platform-pill:hover {
    transform: translateY(-1px);
    border-color: #bfc85a;
    background: #fff;
}

.platform-pill .ui-icon {
    width: 20px;
    height: 20px;
}

.platform-icon {
    display: inline-grid;
    place-items: center;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.08);
    color: currentColor;
}

.platform-icon .bi {
    font-size: 20px;
    line-height: 1;
}

.hero-smart-download-platform {
    display: inline-block;
}

.platform-icon-windows {
    color: #fff;
}

.platform-icon-macos {
    color: #fff;
}

.platform-icon-android {
    color: #fff;
}

.platform-row.is-detected .platform-icon {
    background: rgba(0, 0, 0, 0.16);
}

.hero-visual-panel {
    position: relative;
    min-height: 580px;
    overflow: hidden;
    border-radius: var(--radius-panel);
    background: linear-gradient(135deg, var(--lime), #d9f4ff);
}

.hero-visual-panel::after {
    left: calc(0px - var(--orbit-radius) - 12px);
    bottom: calc(0px - var(--orbit-radius));
}

.floating-status {
    position: absolute;
    top: 34px;
    left: 32px;
    z-index: 3;
    display: grid;
    gap: 12px;
    width: 238px;
    min-height: 154px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.74);
    padding: 24px 26px;
    color: var(--ink);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(10px);
}

.floating-status small {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #5d6700;
    font-size: 10px;
    font-weight: 700;
}

.floating-status strong {
    font-family: var(--font-display);
    font-size: 15px;
    line-height: 1.2;
}

.floating-status span {
    font-size: 11px;
}

.hero-tag {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    min-width: 250px;
    border-top-left-radius: 17px;
    background: #fff;
    padding: 28px 30px 24px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;
}

.scroll-orbit {
    position: absolute;
    /* Bootstrap's 5/7 hero columns meet at this seam. */
    left: 41.6667%;
    bottom: -46px;
    z-index: 6;
    display: grid;
    place-items: center;
    width: var(--orbit-size);
    height: var(--orbit-size);
    transform: translateX(-50%);
    border-radius: 50%;
    background: var(--surface);
    color: var(--ink);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.08);
}

.orbit-text {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: slow-spin 18s linear infinite;
}

.orbit-text path {
    fill: none;
}

.orbit-text text {
    fill: var(--ink);
    font-family: var(--font-body);
    font-size: 8px;
    font-weight: 700;
    text-transform: uppercase;
}

.scroll-orbit .ui-icon {
    width: 30px;
    height: 30px;
}

.mission-section {
    width: 100%;
    max-width: var(--content-max);
    margin: 152px auto 58px;
    text-align: center;
}

.section-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    border: 1px solid #9a9a93;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    padding: 0 16px;
}

.mission-section h2,
.faq-section h2 {
    margin-top: 26px;
    font-size: 46px;
    line-height: 1.17;
}

.mission-section h2 {
    max-width: 720px;
    margin-right: auto;
    margin-left: auto;
    overflow-wrap: anywhere;
}

.mission-section h2 span,
.feature-copy h2 span {
    display: block;
}

.mission-lead {
    max-width: 670px;
    margin: 26px auto 0;
    color: #151515;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.feature-showcase {
    width: 100%;
    max-width: var(--content-max);
    margin: 34px auto 0;
}

.feature-row {
    margin-bottom: 72px;
}

.feature-row + .feature-row {
    margin-top: 8px;
}

.soft-panel,
.lime-panel {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    min-height: 420px;
    border-radius: 24px;
}

.tool-visual-panel {
    min-height: 520px;
    border-radius: 32px;
    padding: 48px;
}

.soft-panel {
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 255, 255, 0.82), transparent 30%),
        linear-gradient(135deg, #eeeeec, #cececa);
    padding: 34px;
    border: 1px solid rgba(17, 17, 17, 0.06);
    box-shadow: none;
}

.lime-panel {
    background:
        radial-gradient(circle at 90% 10%, rgba(255, 255, 255, 0.52), transparent 32%),
        linear-gradient(135deg, var(--lime), #d9f4ff);
    padding: 34px 54px;
    border: 1px solid rgba(18, 105, 237, 0.1);
    box-shadow: none;
}

.tool-visual-panel.soft-panel,
.tool-visual-panel.lime-panel {
    padding: 48px;
}

/* The tool preview belongs to the section; it should read as a product surface,
   not as a detached popup floating above the page. */
.tool-visual-panel.lime-panel {
    display: block;
    min-height: 520px;
    border: 1px solid rgba(18, 105, 237, 0.1);
    box-shadow: none;
}

.tool-visual-panel.lime-panel .tool-window {
    width: 100%;
    max-width: none;
    transform: none;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.feature-copy {
    padding: 22px 0;
}

.feature-copy.compact {
    padding-left: 34px;
}

.feature-copy h2 {
    margin-top: 28px;
    font-size: 52px;
}

.feature-copy p {
    max-width: 520px;
    margin: 30px 0 0;
    color: #131313;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
}

.feature-list {
    display: grid;
    gap: 13px;
    max-width: 560px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 22px;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.62;
    overflow-wrap: anywhere;
}

.feature-list li::before {
    content: "";
    position: absolute;
    top: 0.73em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 4px rgba(117, 201, 244, 0.18);
}

.workflow-section {
    width: 100%;
    max-width: var(--content-max);
    margin: 6px auto 54px;
}

.workflow-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-height: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 30px;
    background:
        radial-gradient(circle at 84% 16%, rgba(117, 201, 244, 0.16), transparent 34%),
        rgba(255, 255, 255, 0.82);
    box-shadow:
        0 24px 70px rgba(20, 20, 12, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.76);
    padding: 40px;
}

.workflow-card.is-accented {
    background:
        radial-gradient(circle at 84% 12%, rgba(255, 255, 255, 0.58), transparent 35%),
        linear-gradient(135deg, var(--lime), #d9f4ff 64%, #f2fbff);
    box-shadow: 0 24px 70px rgba(55, 155, 205, 0.18);
}

.workflow-copy h2 {
    font-size: 38px;
    line-height: 1.1;
}

.workflow-steps {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.workflow-steps li {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 22px 0;
    border-top: 1px solid rgba(17, 17, 17, 0.14);
}

.workflow-steps li:first-child {
    border-top: 0;
    padding-top: 0;
}

.step-number,
.platform-download-icon {
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--dark);
    color: var(--lime);
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
}

.workflow-steps h3,
.platform-download-copy h3 {
    margin: 0;
    font-size: 18px;
}

.platform-download-copy h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.platform-recommended {
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    position: absolute;
    top: -11px;
    right: 44%;
    z-index: 1;
    border-radius: 999px;
    background: var(--lime);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 2px 8px;
}

.platform-download-row.is-recommended {
    border-color: rgba(117, 201, 244, 0.65);
    background: rgba(117, 201, 244, 0.08);
}

.workflow-steps p,
.platform-download-copy p {
    margin: 8px 0 0;
    color: rgba(17, 17, 17, 0.7);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.platform-downloads {
    display: grid;
    gap: 14px;
}

.platform-download-row {
    display: grid;
    position: relative;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-height: 108px;
    border: 1px solid rgba(17, 17, 17, 0.1);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    padding: 18px;
}

.platform-download-icon .ui-icon {
    width: 24px;
    height: 24px;
}

.platform-download-icon .bi {
    font-size: 22px;
    line-height: 1;
}

.platform-download-icon-windows {
    color: #fff;
}

.platform-download-icon-macos {
    color: #fff;
}

.platform-download-icon-android {
    color: #fff;
}

.platform-download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    border-radius: 12px;
    background: var(--dark);
    color: #fff;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
    padding: 0 16px;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease;
}

.platform-download-btn:hover,
.platform-download-btn:focus-visible {
    background: var(--lime);
    color: var(--ink);
}

.platform-download-btn .ui-icon {
    width: 17px;
    height: 17px;
}

.faq-section {
    width: 100%;
    max-width: var(--content-max);
    margin: 28px auto 0;
    text-align: center;
}

.faq-section h2 {
    margin-bottom: 30px;
    font-size: 52px;
}

.faq-accordion {
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.095);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 22px 58px rgba(0, 0, 0, 0.065);
    text-align: left;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
}

.accordion-item:last-child {
    border-bottom: 0;
}

.accordion-button {
    min-height: 76px;
    gap: 26px;
    background: rgba(255, 255, 255, 0.42);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    box-shadow: none;
    padding: 0 64px 0 30px;
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed) {
    background: rgba(255, 255, 255, 0.86);
    color: var(--ink);
    box-shadow: none;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.faq-number {
    flex: 0 0 58px;
    color: #202020;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 700;
}

.faq-question {
    flex: 1;
}

.faq-state {
    position: absolute;
    right: 30px;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--lime);
    color: var(--ink);
    box-shadow: 0 10px 20px rgba(55, 155, 205, 0.2);
}

.faq-state::before {
    content: "+";
    font-family: var(--font-display);
    font-size: 22px;
    line-height: 1;
}

.accordion-button:not(.collapsed) .faq-state::before {
    content: "-";
}

.accordion-body {
    max-width: 940px;
    padding: 0 70px 34px 118px;
    color: #181818;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.78;
}

.basic-page {
    max-width: 920px;
    min-height: 520px;
    margin: 28px auto 0;
    border-radius: 28px;
    background:
        radial-gradient(circle at 16% 10%, rgba(255, 255, 255, 0.9), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.7), rgba(246, 246, 241, 0.76));
    box-shadow: 0 24px 70px rgba(31, 31, 16, 0.07);
    padding: 42px;
}

.basic-page h1 {
    max-width: 720px;
    margin-top: 24px;
    font-size: 48px;
}

.basic-page-copy {
    margin-top: 28px;
}

.basic-page-copy p {
    margin: 0 0 18px;
    color: #181818;
    font-size: 14px;
    line-height: 1.8;
}

.site-footer {
    width: 100vw;
    max-width: none;
    margin: 56px calc(50% - 50vw) 0;
    border-radius: 0;
    background: var(--dark);
    color: #fff;
    padding: 64px max(32px, calc((100vw - var(--content-max)) / 2)) 28px;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(220px, 1.8fr) repeat(3, minmax(120px, 0.75fr));
    gap: 48px;
    max-width: var(--content-max);
    margin: 0 auto;
}

.footer-brand {
    display: grid;
    gap: 10px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 700;
}

.footer-brand p {
    max-width: 360px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.footer-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.footer-column h3 {
    margin: 2px 0 12px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
}

.footer-column a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    color: rgba(255, 255, 255, 0.78);
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
}

.footer-column a:hover,
.footer-column a:focus-visible {
    color: var(--lime);
}

.footer-lawful-use {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    max-width: var(--content-max);
    margin: 48px auto 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    padding: 18px 0;
    color: rgba(255, 255, 255, 0.72);
}

.footer-lawful-use i {
    flex: 0 0 auto;
    color: var(--lime);
    font-size: 19px;
}

.footer-lawful-use p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: var(--content-max);
    margin: 22px auto 0;
    color: rgba(255, 255, 255, 0.52);
    font-size: 13px;
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--lime);
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
}

.footer-cta .ui-icon,
.live-menu-chevron {
    width: 15px;
    height: 15px;
}

.footer-cta:hover {
    color: var(--lime-strong);
}

.download-btn.footer-cta {
    background: var(--lime);
    color: var(--ink);
}

.download-btn.footer-cta:hover {
    background: var(--lime-strong);
    color: var(--ink);
}

.ui-icon {
    display: inline-block;
    flex: 0 0 auto;
    vertical-align: middle;
}

.app-window {
    width: min(100%, 500px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
        var(--dark);
    color: #f7f7f7;
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.34);
}

.hero-window {
    position: absolute;
    top: 62px;
    right: 54px;
    width: 540px;
    min-height: 574px;
    z-index: 2;
    isolation: isolate;
    transform: translateZ(0);
    box-shadow: 0 34px 70px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.hero-window::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(117, 201, 244, 0.65), transparent);
    content: "";
    opacity: 0.7;
}

.hero-window::after {
    position: absolute;
    top: 52px;
    right: -35%;
    z-index: 4;
    width: 55%;
    height: 2px;
    background: var(--lime);
    box-shadow: 0 0 18px rgba(117, 201, 244, 0.9);
    content: "";
    opacity: 0;
    transform: rotate(-28deg) translateX(-80px);
    pointer-events: none;
}

.hero-app-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 16px 28px -10px;
    padding: 9px 11px;
    border: 1px solid rgba(117, 201, 244, 0.13);
    border-radius: 7px;
    background: rgba(117, 201, 244, 0.055);
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    letter-spacing: 0.01em;
}

.hero-app-status,
.hero-app-sync {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    white-space: nowrap;
}

.hero-app-status {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 700;
}

.hero-app-status i,
.queue-label small i {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--lime);
    box-shadow: 0 0 0 3px rgba(117, 201, 244, 0.1), 0 0 10px rgba(117, 201, 244, 0.72);
    animation: status-pulse 2s ease-out infinite;
}

.queue-wide {
    width: min(100%, 610px);
}

.detail-window {
    width: min(100%, 500px);
    transform: translateY(12px);
}

.tool-window {
    width: min(100%, 560px);
    border-radius: 12px;
}

.tool-window .app-titlebar {
    padding: 17px 22px 8px;
}

.tool-tabs {
    justify-content: flex-start;
    padding-left: 22px;
}

.tool-mock-body {
    display: grid;
    gap: 18px;
    padding: 28px 28px 30px;
}

.mock-file-card {
    display: grid;
    grid-template-columns: 136px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    min-height: 116px;
    border-radius: 10px;
    background: var(--dark-2);
    padding: 16px;
}

.mock-file-card .thumb {
    width: 136px;
    height: 84px;
    border-radius: 7px;
}

.mock-file-copy {
    display: grid;
    gap: 9px;
    min-width: 0;
}

.mock-file-copy strong {
    overflow: hidden;
    color: #fff;
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mock-file-copy small {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
    line-height: 1.45;
}

.mock-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.mock-option-grid.three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mock-option-grid strong {
    display: grid;
    gap: 7px;
    min-height: 76px;
    align-content: center;
    border-radius: 9px;
    background: var(--dark-2);
    color: #fff;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
    padding: 14px 16px;
}

.mock-option-grid strong span {
    color: rgba(255, 255, 255, 0.52);
    font-family: var(--font-body);
    font-size: 11px;
    font-weight: 600;
}

.mock-meter,
.mock-job-row {
    border-radius: 10px;
    background: var(--dark-2);
}

.mock-meter {
    display: grid;
    gap: 14px;
    padding: 18px;
}

.mock-meter span,
.mock-job-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 600;
}

.mock-meter b,
.mock-job-row strong {
    color: var(--lime);
    font-family: var(--font-display);
    font-weight: 700;
}

.mock-meter i {
    display: block;
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
}

.mock-meter em {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--lime);
}

.mock-meter .fill-64 {
    width: 64%;
}

.mock-job-row {
    min-height: 54px;
    padding: 0 18px;
}

.waveform {
    display: flex;
    align-items: end;
    gap: 8px;
    min-height: 160px;
    border-radius: 12px;
    background:
        linear-gradient(180deg, rgba(117, 201, 244, 0.07), transparent),
        var(--dark-2);
    padding: 22px;
}

.audio-preview-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 700;
}

.audio-preview-header small {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.5);
    font-family: var(--font-body);
    font-size: 10px;
    font-weight: 600;
}

.audio-preview-header small i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--lime);
}

.waveform i {
    flex: 1 1 0;
    min-width: 5px;
 
    background: linear-gradient(180deg, var(--lime), rgba(117, 201, 244, 0.34));
}

.waveform i:nth-child(1),
.waveform i:nth-child(8),
.waveform i:nth-child(15) {
    height: 36%;
}

.waveform i:nth-child(2),
.waveform i:nth-child(6),
.waveform i:nth-child(11) {
    height: 68%;
}

.waveform i:nth-child(3),
.waveform i:nth-child(10),
.waveform i:nth-child(13) {
    height: 92%;
}

.waveform i:nth-child(4),
.waveform i:nth-child(7),
.waveform i:nth-child(12) {
    height: 54%;
}

.waveform i:nth-child(5),
.waveform i:nth-child(9),
.waveform i:nth-child(14) {
    height: 78%;
}

.mock-control-list {
    display: grid;
    gap: 10px;
}

.mock-control-list div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-height: 54px;
    border-radius: 9px;
    background: var(--dark-2);
    padding: 0 16px;
}

.mock-control-list span {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 600;
}

.mock-control-list strong {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 13px;
}

.mock-control-list strong i {
    color: var(--lime);
    font-size: 14px;
}

.batch-list {
    display: grid;
    gap: 8px;
}

.batch-list div,
.preference-row {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 9px;
    align-items: center;
    min-height: 42px;
    border-radius: 7px;
    background: var(--dark-2);
    padding: 0 10px;
}

.batch-file-icon {
    display: grid;
    place-items: center;
    width: 28px;
    height: 22px;
    border-radius: 4px;
    background: rgba(117, 201, 244, 0.14);
    color: var(--lime);
    font-size: 8px;
    font-weight: 700;
}

.batch-list strong,
.preference-row span,
.preference-group > span {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.batch-list i {
    color: var(--lime);
    font-size: 13px;
}

.batch-start {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    min-height: 38px;
    margin-top: 10px;
    border: 0;
    border-radius: 7px;
    background: #1269ed;
    color: #fff;
    font: inherit;
    font-size: 10px;
    font-weight: 700;
}

.preference-group {
    display: grid;
    gap: 8px;
}

.preference-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
}

.preference-options b {
    display: grid;
    place-items: center;
    min-height: 32px;
    border-radius: 6px;
    background: var(--dark-2);
    color: rgba(255, 255, 255, 0.52);
    font-size: 9px;
    font-weight: 600;
}

.preference-options b.is-selected {
    background: rgba(117, 201, 244, 0.16);
    color: var(--lime);
}

.preference-row {
    grid-template-columns: minmax(0, 1fr) auto;
}

.preference-row strong {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 10px;
}

.preference-row strong i {
    color: var(--lime);
}

.edit-preview,
.overlay-preview {
    position: relative;
    min-height: 222px;
    overflow: hidden;
    border-radius: 12px;
    background: var(--dark-2);
}

.edit-preview .thumb,
.overlay-preview .thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.edit-preview::after,
.overlay-preview::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.34));
}

.crop-frame {
    position: absolute;
    inset: 34px 76px;
    z-index: 2;
    border: 2px solid var(--lime);
    border-radius: 12px;
    box-shadow: 0 0 0 999px rgba(0, 0, 0, 0.24);
}

.tool-window-edit .crop-frame {
    transform-origin: center;
    animation: edit-crop-focus 3.2s ease-in-out infinite alternate;
}

.timeline-mock {
    position: relative;
    display: grid;
    gap: 10px;
    border-radius: 10px;
    background: var(--dark-2);
    padding: 18px;
}

.timeline-track {
    display: block;
    height: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.1);
}

.timeline-track i {
    display: block;
    height: 100%;
    border-radius: inherit;
}

.video-track i {
    width: 72%;
    background: var(--lime);
}

.audio-track i {
    width: 58%;
    background: rgba(255, 255, 255, 0.42);
}

.tool-window-edit .timeline-track i {
    transform-origin: left center;
    animation: edit-track-playback 3.2s ease-in-out infinite alternate;
}

.tool-window-edit .audio-track i {
    animation-delay: 140ms;
}

.timeline-mock b {
    position: absolute;
    top: 12px;
    bottom: 12px;
    left: 58%;
    width: 2px;
    border-radius: 999px;
    background: #fff;
    opacity: 0.82;
}

.tool-window-edit .timeline-mock b {
    animation: edit-playhead-pulse 800ms ease-in-out infinite alternate;
}

.overlay-caption,
.overlay-logo,
.blur-target {
    position: absolute;
    z-index: 2;
}

.overlay-caption {
    left: 28px;
    bottom: 28px;
    border-radius: 7px;
    background: #fff;
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 700;
    padding: 10px 14px;
}

.overlay-logo {
    top: 24px;
    right: 24px;
    display: grid;
    place-items: center;
    width: 58px;
    height: 38px;
    border-radius: 8px;
    background: var(--lime);
    color: var(--ink);
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
}

.blur-target {
    top: 72px;
    left: 46%;
    width: 118px;
    height: 58px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.22);
    backdrop-filter: blur(5px);
    box-shadow: inset 0 0 0 2px rgba(117, 201, 244, 0.72);
}

.app-titlebar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 15px 20px 6px;
}

.app-brand {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 700;
}

.app-logo-mark {
    width: 23px;
    height: 23px;
    border-radius: 50%;
}

.app-logo-mark .ui-icon {
    width: 16px;
    height: 16px;
}

.window-controls {
    display: inline-flex;
    gap: 14px;
}

.window-controls span {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    opacity: 0.72;
}

.window-controls span:nth-child(1) {
    border-top: 1px solid #f2f2f2;
}

.window-controls span:nth-child(2) {
    border: 1px solid #f2f2f2;
}

.window-controls span:nth-child(3) {
    position: relative;
}

.window-controls span:nth-child(3)::before,
.window-controls span:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 10px;
    height: 1px;
    background: #f2f2f2;
}

.window-controls span:nth-child(3)::before {
    transform: rotate(45deg);
}

.window-controls span:nth-child(3)::after {
    transform: rotate(-45deg);
}

.app-tabs {
    display: flex;
    justify-content: center;
    gap: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    padding-bottom: 13px;
}

.app-tabs span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border-radius: 7px;
    padding: 0 17px;
}

.app-tabs .active {
    background: rgba(117, 201, 244, 0.09);
    color: var(--lime);
    font-weight: 700;
}

.url-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    padding: 38px 28px 0;
}

.url-row span,
.format-grid strong,
.select-row strong {
    min-height: 48px;
    border-radius: 6px;
    background: var(--dark-2);
    color: rgba(255, 255, 255, 0.82);
}

.url-row span {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0 16px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.url-row button {
    min-width: 92px;
    min-height: 48px;
    border: 0;
    border-radius: 8px;
    background: var(--lime);
    color: var(--ink);
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 700;
}

.format-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.8fr;
    gap: 8px;
    padding: 28px 28px 0;
}

.format-grid div {
    display: grid;
    gap: 6px;
}

.format-grid small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 11px;
}

.format-grid strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 15px;
    font-size: 13px;
    font-weight: 500;
}

.format-grid .ui-icon {
    width: 18px;
    height: 18px;
    color: var(--lime);
}

.queue-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 26px 28px 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 700;
}

.queue-label small {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.42);
    font-size: 10px;
    font-weight: 500;
}

.queue-item {
    position: relative;
    transition: background-color 220ms ease, transform 220ms ease;
}

.queue-item:hover {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.045);
    transform: translateX(3px);
}

.queue-item.is-active {
    margin: 0 -8px;
    padding-right: 8px;
    padding-left: 8px;
    border-top-color: transparent;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(117, 201, 244, 0.105), rgba(117, 201, 244, 0.015));
}

.queue-list {
    padding: 0 24px 26px;
}

.queue-item {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) auto 24px;
    gap: 14px;
    align-items: center;
    min-height: 82px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.queue-item:first-child {
    border-top: 0;
}

.queue-copy {
    display: grid;
    gap: 3px;
    min-width: 0;
}

.queue-copy strong {
    overflow: hidden;
    color: #fff;
    font-family: var(--font-display);
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.queue-copy small,
.queue-state {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.queue-action {
    color: rgba(255, 255, 255, 0.86);
}

.queue-action .ui-icon {
    width: 18px;
    height: 18px;
}

.thumb {
    display: block;
    width: 80px;
    height: 50px;
    overflow: hidden;
    border-radius: 4px;
    background: #323232;
    box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.18);
}

.thumb-city {
    position: relative;
   
}

.thumb-city::after {
    position: absolute;
    top: -35%;
    left: -70%;
    width: 42%;
    height: 170%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
    content: "";
    transform: rotate(20deg);
    animation: thumb-city-gloss 3.8s ease-in-out infinite;
}

.thumb-mountain {
    background:
        linear-gradient(145deg, transparent 0 38%, #f5a34a 39% 42%, transparent 43%),
        linear-gradient(160deg, #263a55 0 46%, #e8a14f 47% 52%, #25314a 53% 100%);
}

.thumb-ocean {
    background:
        radial-gradient(circle at 35% 48%, #f2ffff 0 10%, transparent 11%),
        linear-gradient(135deg, #86d9ee, #1d5f85 52%, #0d2638);
}

.thumb-cave {
    background:
        radial-gradient(circle at 50% 55%, #ffc45a 0 12%, transparent 13%),
        linear-gradient(135deg, #1a1a1a, #6b4a2d 62%, #171717);
}

.progress-line {
    position: relative;
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.17);
}

@keyframes thumb-city-gloss {
    0%, 35% {
        left: -70%;
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    75%, 100% {
        left: 125%;
        opacity: 0;
    }
}

.progress-line i {
    position: relative;
    overflow: hidden;
    display: block;
    width: 68%;
    height: 100%;
    background: var(--lime);
    box-shadow: 0 0 9px rgba(117, 201, 244, 0.55);
    animation: progress-breathe 2.2s ease-in-out infinite;
}

.progress-line i::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
    content: "";
    transform: translateX(50px);
    animation: progress-shine 2.8s ease-in-out infinite;
}

@keyframes hero-window-breathe {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(0, -5px, 0); }
}

@keyframes hero-window-scan {
    0%, 55%, 100% { opacity: 0; transform: rotate(-28deg) translateX(-80px); }
    65% { opacity: 0.5; }
    80% { opacity: 0; transform: rotate(-28deg) translateX(520px); }
}

@keyframes status-pulse {
    0%, 100% { opacity: 0.7; transform: scale(0.9); }
    50% { opacity: 1; transform: scale(1.15); }
}

@keyframes progress-breathe {
    0%, 100% { filter: brightness(0.95); }
    50% { filter: brightness(1.18); }
}

@keyframes progress-shine {
    0%, 35% { transform: translateX(-50px); }
    70%, 100% { transform: translateX(90px); }
}

@media (prefers-reduced-motion: reduce) {
    .hero-window,
    .hero-window::after,
    .hero-app-status i,
    .queue-label small i,
    .progress-line i,
    .progress-line i::after {
        animation: none;
    }
}

.preview-card {
    display: grid;
    grid-template-columns: 210px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    padding: 38px 24px 34px;
}

.preview-card .thumb {
    width: 210px;
    height: 124px;
    border-radius: 5px;
}

.preview-card div {
    display: grid;
    gap: 14px;
}

.preview-card strong {
    color: #fff;
    font-family: var(--font-display);
    font-size: 15px;
}

.preview-card small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 12px;
    line-height: 1.5;
}

.select-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    align-items: end;
    padding: 0 24px 16px;
}

.select-row span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 12px;
}

.select-row strong {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 14px;
    font-size: 12px;
}

.select-row button {
    min-height: 34px;
    border: 0;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.11);
    color: #fff;
    font-size: 10px;
}

@keyframes slow-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes edit-crop-focus {
    from {
        transform: scale(0.965);
        opacity: 0.78;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes edit-track-playback {
    from {
        transform: scaleX(0.32);
        opacity: 0.66;
    }

    to {
        transform: scaleX(1);
        opacity: 1;
    }
}

@keyframes edit-playhead-pulse {
    from {
        transform: scaleY(0.86);
        opacity: 0.5;
    }

    to {
        transform: scaleY(1);
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media (max-width: 1199.98px) {
    .hero-copy-panel h1 {
        font-size: 48px;
    }

    .hero-window {
        right: 24px;
        width: 470px;
    }

    .floating-status {
        left: 22px;
    }

    .feature-copy h2 {
        font-size: 46px;
    }

    .tool-visual-panel {
        min-height: 480px;
    }

    .workflow-card {
        min-height: 0;
    }
}

@media (max-width: 991.98px) {
    .site-frame {
        width: 100%;
        padding: 12px 20px 0;
    }

    /* Keep the tablet hero focused on the headline and platform actions. */
    .hero-section > .row > .hero-visual-column {
        display: none;
    }

    .hero-section > .row,
    .feature-showcase > .row,
    .workflow-section > .row {
        --bs-gutter-x: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .site-footer {
        width: calc(100% + 40px);
        margin-right: 0;
        margin-left: -20px;
    }

    .navbar-collapse.mobile-nav-drawer {
        position: fixed;
        top: 0;
        right: 0;
        inset-inline-end: 0;
        z-index: 30;
        display: flex !important;
        width: min(86vw, 360px);
        height: 100dvh;
        margin: 0;
        flex-direction: column;
        align-items: stretch;
        border-left: 1px solid var(--line);
        background: var(--surface-strong);
        padding: 92px 24px 28px;
        box-shadow: -20px 0 50px rgba(0, 0, 0, 0.14);
        transform: translateX(100%);
        visibility: hidden;
        transition: transform 260ms ease, visibility 260ms ease;
    }

    .mobile-nav-close {
        position: absolute;
        top: 22px;
        right: 20px;
        display: grid;
        place-items: center;
        width: 44px;
        height: 44px;
        border: 1px solid var(--line);
        border-radius: 10px;
        background: transparent;
        color: var(--ink);
        font-size: 18px;
    }

    .navbar-collapse.mobile-nav-drawer.is-open {
        transform: translateX(0);
        visibility: visible;
    }

    .mobile-nav-backdrop {
        position: fixed;
        display: block;
        inset: 0;
        z-index: 20;
        border: 0;
        background: rgba(5, 5, 5, 0.48);
        opacity: 0;
        pointer-events: none;
        transition: opacity 260ms ease;
    }

    .mobile-nav-backdrop.is-visible {
        opacity: 1;
        pointer-events: auto;
    }

    body.nav-open {
        overflow: hidden;
    }

    .navbar-nav {
        gap: 2px;
    }

    .mobile-nav-drawer .navbar-nav {
        width: 100%;
        margin: 0 0 22px !important;
    }

    .mobile-nav-drawer .download-btn {
        width: 100%;
    }

    .hero-copy-panel,
    .hero-visual-panel {
        min-height: auto;
    }

    .hero-copy-panel {
        gap: 70px;
        padding: 58px 34px 46px;
    }

    .hero-visual-panel {
        padding: 150px 20px 96px;
    }

    .hero-window {
        position: relative;
        top: auto;
        right: auto;
        width: min(100%, 600px);
        margin: 0 auto;
    }

    .floating-status {
        top: 22px;
        left: 22px;
    }

    .scroll-orbit {
        display: none;
    }

    .hero-copy-panel::after,
    .hero-visual-panel::after {
        display: none;
    }

    .mission-section {
        margin-top: 72px;
    }

    .feature-copy.compact {
        padding-left: 0;
    }

    .feature-row-reverse {
        flex-direction: column-reverse;
    }

    .soft-panel,
    .lime-panel {
        min-height: 380px;
        padding: 28px;
    }

    .tool-feature-row {
        margin-bottom: 58px;
    }

    .tool-visual-panel.soft-panel,
    .tool-visual-panel.lime-panel {
        min-height: 430px;
        padding: 32px;
    }

    .tool-visual-panel.lime-panel {
        min-height: 0;
    }

    .workflow-section {
        margin-top: 0;
    }

    .workflow-copy h2 {
        font-size: 32px;
    }

    .footer-main {
        grid-template-columns: 1fr repeat(3, minmax(110px, 1fr));
        gap: 28px;
    }

    .site-footer {
        gap: 18px;
        align-items: start;
        padding: 36px 20px;
    }

}

@media (max-width: 767.98px) {
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: clip;
    }

    body {
        font-size: 16px;
    }

    .site-frame {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
        border-radius: 0;
        padding: 10px 14px 0;
        overflow-x: clip;
    }

    .site-footer {
        width: calc(100% + 28px);
        margin-right: 0;
        margin-left: -14px;
    }

    .navbar {
        min-height: 50px;
    }

    .navbar-brand {
        font-size: 20px;
    }

    .hero-section {
        padding-top: 28px;
    }

    .hero-section > .row,
    .feature-showcase > .row {
        --bs-gutter-x: 0;
    }

    .tool-visual-panel,
    .tool-window,
    .tool-mock-body {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .row {
        --bs-gutter-x: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .workflow-section > .row {
        --bs-gutter-x: 0;
        gap: 16px 0;
    }

    .hero-copy-panel {
        border-radius: 24px;
        padding: 42px 24px 30px;
    }

    .hero-copy-panel h1 {
        font-size: 40px;
    }

    .hero-copy-panel p {
        margin-top: 26px;
        font-size: 15px;
    }

    .cta-btn {
        margin-top: 30px;
    }

    .platform-row {
        grid-template-columns: 1fr;
    }

    .hero-visual-panel {
        border-radius: 24px;
        padding: 146px 14px 98px;
    }

    .floating-status {
        width: 190px;
        padding: 16px;
    }

    .hero-tag {
        min-width: 190px;
        padding: 20px 18px 18px;
        font-size: 11px;
    }

    .mission-section {
        margin-bottom: 44px;
    }

    .mission-section h2,
    .faq-section h2,
    .feature-copy h2 {
        font-size: 34px;
    }

    .mission-section h2 span {
        display: inline;
    }

    .mission-section h2 span + span::before {
        content: " ";
    }

    .mission-lead,
    .feature-copy p {
        font-size: 14px;
    }

    .feature-list li {
        font-size: 14px;
    }

    .workflow-section {
        margin-bottom: 44px;
    }

    .workflow-card {
        border-radius: 24px;
        padding: 22px;
    }

    .workflow-copy h2 {
        font-size: 28px;
    }

    .workflow-copy p {
        font-size: 14px;
    }

    .platform-download-row {
        grid-template-columns: 48px minmax(0, 1fr);
    }

    .platform-download-btn {
        grid-column: 1 / -1;
        width: 100%;
    }

    .soft-panel,
    .lime-panel {
        border-radius: 18px;
        padding: 16px;
    }

    .tool-visual-panel.soft-panel,
    .tool-visual-panel.lime-panel {
        min-height: 390px;
        border-radius: 22px;
        padding: 18px;
    }

    .tool-mock-body {
        padding: 22px;
    }

    .mock-option-grid.three {
        grid-template-columns: 1fr;
    }

    .accordion-button {
        gap: 10px;
        align-items: flex-start;
        min-height: 70px;
        padding: 18px 58px 18px 18px;
        font-size: 15px;
        line-height: 1.35;
    }

    .faq-number {
        flex-basis: 36px;
    }

    .faq-state {
        top: 14px;
        right: 14px;
        width: 38px;
        height: 38px;
    }

    .accordion-body {
        padding: 0 24px 24px 64px;
        font-size: 14px;
    }

    .basic-page {
        min-height: 420px;
        margin-top: 18px;
    }

    .basic-page h1 {
        font-size: 34px;
    }

    .site-footer {
        border-radius: 0;
        padding: 30px 14px;
    }

    .footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 24px;
    }

    .footer-brand {
        grid-column: 1 / -1;
    }

    .footer-lawful-use {
        margin-top: 34px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .preview-card {
        grid-template-columns: 1fr;
        padding: 24px 16px;
    }

    .preview-card .thumb {
        width: 100%;
        height: 128px;
    }

    .queue-item {
        grid-template-columns: 58px minmax(0, 1fr) auto;
        min-height: 66px;
    }

    .queue-action {
        display: none;
    }

    .thumb {
        width: 56px;
        height: 38px;
    }
}

/* Match the reference page rhythm: hero, steps, tools, FAQ, footer. */
.page-home #main {
    display: flex;
    flex-direction: column;
}

.page-home #main > .hero-section {
    order: 1;
}

.page-home #main > .mission-section {
    display: none;
}

.page-home #main > .steps-section {
    order: 2;
}

.page-home #main > .feature-showcase:not(.legacy-tools) {
    order: 3;
}

.page-home #main > .platform-section {
    display: grid;
    order: 4;
}

.page-home #main > .faq-section {
    order: 5;
}

/* Unified reference surface system: every content box shares one visual
   language instead of mixing floating cards, pills and heavy shadows. */
.hero-copy-panel {
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: #fff;
    color: var(--ink);
    box-shadow: 0 18px 42px rgba(17, 17, 17, 0.06);
}

.hero-copy-panel {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
}

.hero-copy-panel h1 {
    color: var(--ink);
}

.hero-copy-panel p {
    color: var(--muted);
}

.hero-eyebrow {
    border: 1px solid rgba(18, 105, 237, 0.18);
    border-radius: 999px;
    background: #eef3ff;
    color: #1269ed;
    letter-spacing: 0.03em;
    padding: 5px 10px;
}

.hero-eyebrow::before {
    display: none;
}

.hero-copy-panel .platform-pill {
    border-color: rgba(17, 17, 17, 0.1);
    background: #fff;
    color: var(--ink);
    box-shadow: 0 6px 14px rgba(17, 17, 17, 0.04);
}

.hero-copy-panel .platform-pill:hover {
    border-color: rgba(18, 105, 237, 0.45);
    background: #f7f9ff;
}

/* Reference-style hero actions: one clear primary download action and one
   quiet secondary route keep the banner readable at a glance. */
.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.hero-primary-action,
.hero-secondary-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    border-radius: 8px;
    padding: 0 18px;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.hero-primary-action {
    background: #1269ed;
    color: #fff;
    box-shadow: 0 10px 22px rgba(18, 105, 237, 0.2);
}

.hero-primary-action:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(18, 105, 237, 0.28);
}

.hero-secondary-action {
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: #fff;
    color: var(--ink);
}

.hero-secondary-action:hover {
    border-color: rgba(18, 105, 237, 0.45);
    color: var(--ink);
    transform: translateY(-1px);
}

.hero-action-chevron {
    width: 13px;
    height: 13px;
}

.hero-copy-panel > .platform-row {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.hero-visual-panel {
    border: 1px solid rgba(18, 105, 237, 0.1);
    border-radius: 34px;
    box-shadow: 0 18px 42px rgba(18, 105, 237, 0.1);
}

/* The banner keeps the coded app window, while the surrounding surface
   follows the supplied reference: soft blue shape, open white space and
   subtle decorative dots instead of extra floating cards. */
.hero-visual-panel {
    min-height: 580px;
    overflow: visible;
    border: 0;
    border-radius: 30px;
    background:
        radial-gradient(circle at 84% 18%, rgba(126, 185, 255, 0.46) 0 22%, transparent 23%),
        radial-gradient(circle at 16% 68%, rgba(126, 185, 255, 0.32) 0 18%, transparent 19%),
        linear-gradient(135deg, #f7fbff 0%, #dceeff 52%, #edf7ff 100%);
    box-shadow: none;
}

.hero-visual-panel::before {
    position: absolute;
    top: 28px;
    right: 18px;
    width: 78px;
    height: 78px;
    background-image: radial-gradient(#7eb9ff 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    content: "";
    opacity: 0.65;
}

.hero-visual-panel::after {
    display: block;
    left: 32%;
    bottom: -30%;
    width: 82%;
    height: 62%;
    background: rgba(126, 185, 255, 0.2);
    border-radius: 50%;
    filter: blur(3px);
}

.hero-window {
    top: 52px;
    right: 24px;
    width: calc(100% - 48px);
    min-height: 0;
}

.hero-window .live-app-layout {
    min-height: 330px;
}

.app-window {
    border-radius: 12px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.2);
}

.step-card,
.tool-card {
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.035);
}

.step-card:hover,
.tool-card:hover {
    border-color: rgba(18, 105, 237, 0.3);
    box-shadow: 0 16px 32px rgba(18, 105, 237, 0.08);
}

.tool-card .tool-visual-panel,
.tool-card .tool-visual-panel.lime-panel {
    border: 0;
    border-radius: 12px;
    box-shadow: none;
}

.tool-card .tool-window {
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
}

.tool-image-panel {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #07111f;
}

.tool-image-panel img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.platform-download-row {
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(17, 17, 17, 0.03);
}

.platform-download-row.is-recommended {
    border-color: rgba(18, 105, 237, 0.45);
    background: #f7f9ff;
}

.faq-accordion {
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(17, 17, 17, 0.035);
}

.site-footer {
    border-top: 1px solid rgba(18, 105, 237, 0.15);
}

@media (max-width: 767.98px) {
    .hero-copy-panel,
    .hero-visual-panel {
        border-radius: 20px;
    }

    .hero-benefits {
        gap: 10px 16px;
        font-size: 11px;
    }

    .hero-actions {
        align-items: stretch;
    }

    .hero-primary-action,
    .hero-secondary-action {
        flex: 1 1 180px;
        min-width: 0;
    }

    .step-card,
    .tool-card,
    .platform-download-row,
    .faq-accordion {
        border-radius: 14px;
    }
}

@media (max-width: 575.98px) {
    .site-frame {
        padding: 10px 12px 0;
    }

    .site-footer {
        width: calc(100% + 24px);
        margin-left: -12px;
    }

    .hero-copy-panel {
        padding: 38px 22px 26px;
    }

    .hero-copy-panel h1 {
        max-width: 100%;
        font-size: 36px;
        line-height: 1.12;
    }

    .hero-copy-panel p,
    .mission-lead,
    .feature-copy p {
        max-width: 100%;
    }

    .hero-visual-panel {
        padding: 142px 12px 94px;
    }

    .hero-window,
    .app-window {
        width: 100%;
        max-width: 100%;
    }

    .tool-feature-row {
        margin-bottom: 46px;
    }

    .tool-visual-panel.soft-panel,
    .tool-visual-panel.lime-panel {
        padding: 12px;
    }

    .tool-visual-panel.lime-panel {
        min-height: 0;
        border-radius: 18px;
    }

    .tool-visual-panel.lime-panel .tool-window {
        border-radius: 10px;
    }

    /* Convert preview: keep the product UI readable without making the card
       taller than the viewport on small phones. */
    .tool-window.tool-window-convert {
        border-radius: 10px;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
    }

    .tool-window-convert .app-titlebar {
        min-height: 42px;
        padding: 11px 14px 5px;
    }

    .tool-window-convert .app-brand {
        font-size: 12px;
    }

    .tool-window-convert .window-controls {
        gap: 9px;
    }

    .tool-window-convert .window-controls span {
        width: 8px;
        height: 8px;
    }

    .tool-window-convert .app-tabs {
        gap: 8px;
        padding-bottom: 8px;
        font-size: 10px;
    }

    .tool-window-convert .app-tabs span {
        min-height: 26px;
        padding: 0 11px;
    }

    .tool-window-convert .tool-mock-body {
        gap: 12px;
        padding: 14px;
    }

    .tool-window-convert .mock-file-card {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 11px;
        min-height: 92px;
        padding: 11px;
    }

    .tool-window-convert .mock-file-card .thumb {
        width: 92px;
        height: 68px;
    }

    .tool-window-convert .mock-file-copy {
        gap: 5px;
    }

    .tool-window-convert .mock-file-copy strong {
        font-size: 13px;
    }

    .tool-window-convert .mock-file-copy small {
        font-size: 10px;
    }

    .tool-window-convert .mock-option-grid {
        gap: 7px;
    }

    .tool-window-convert .mock-option-grid strong {
        min-height: 59px;
        gap: 4px;
        padding: 9px 10px;
        font-size: 11px;
    }

    .tool-window-convert .mock-option-grid strong span {
        font-size: 9px;
    }

    .tool-window-convert .mock-meter {
        gap: 10px;
        padding: 13px;
    }

    .tool-window-convert .mock-meter span,
    .tool-window-convert .mock-job-row {
        font-size: 10px;
    }

    .tool-window-convert .mock-job-row {
        min-height: 44px;
        padding: 0 13px;
    }

    .tool-window-audio {
        border-radius: 10px;
        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
    }

    .tool-window-audio .tool-mock-body {
        gap: 12px;
        padding: 14px;
    }

    .tool-window-audio .audio-preview-header {
        font-size: 12px;
    }

    .tool-window-audio .audio-preview-header small {
        font-size: 9px;
    }

    .tool-window-audio .waveform {
        gap: 4px;
        min-height: 118px;
        border-radius: 9px;
        padding: 14px;
    }

    .tool-window-audio .waveform i {
        min-width: 3px;
    }

    .tool-window-audio .mock-control-list {
        gap: 6px;
    }

    .tool-window-audio .mock-control-list div {
        min-height: 48px;
        gap: 8px;
        border-radius: 8px;
        padding: 0 12px;
    }

    .tool-window-audio .mock-control-list span,
    .tool-window-audio .mock-control-list strong {
        font-size: 11px;
    }

    .tool-window-audio .mock-control-list strong i {
        font-size: 12px;
    }

    .edit-preview,
    .overlay-preview {
        min-height: 0;
        aspect-ratio: 16 / 9;
    }

    .format-grid,
    .select-row,
    .url-row {
        grid-template-columns: 1fr;
    }

    .mock-file-card {
        grid-template-columns: 1fr;
    }

    .mock-file-card .thumb {
        width: 100%;
        height: 132px;
    }

    .mock-option-grid,
    .mock-option-grid.three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .overlay-caption {
        left: 18px;
        bottom: 18px;
        max-width: calc(100% - 36px);
        font-size: 15px;
    }

    .overlay-logo {
        top: 18px;
        right: 18px;
    }

    .blur-target {
        left: 34%;
        width: 96px;
        top: 28px;
    }

    .queue-item {
        grid-template-columns: 56px minmax(0, 1fr);
        gap: 10px;
    }

    .queue-state,
    .queue-action {
        display: none;
    }

    .thumb {
        width: 56px;
        height: 38px;
    }

    .hero-tag {
        max-width: calc(100% - 70px);
        min-width: 0;
    }

    .soft-panel,
    .lime-panel {
        padding: 12px;
    }

    .footer-cta {
        width: 100%;
    }
}

/* Keep the recommended badge centered on the row border and the FAQ control
   centered in every accordion row, regardless of row height or answer state. */
.platform-recommended {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.accordion-button {
    position: relative;
}

.faq-state {
    top: 50%;
    right: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
}

.faq-state::before {
    display: block;
    width: 1em;
    height: 1em;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    transform: translateY(-1px);
}

@media (max-width: 575.98px) {
    .faq-state {
        right: 14px;
        width: 36px;
        height: 36px;
    }
}

/* Live hero preview: a compact product surface, not a static window mockup. */
.hero-window {
    right: 24px;
    width: min(580px, calc(100% - 32px));
    min-height: 0;
    border-radius: 14px;
    background: #151515;
}

.hero-window .app-titlebar {
    min-height: 46px;
    padding: 12px 18px 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.live-app-layout {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    min-height: 394px;
}

.live-app-sidebar {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 22px 10px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(0, 0, 0, 0.13);
}

.live-sidebar-label {
    margin: 0 8px 6px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.live-sidebar-link {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 0 8px;
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.49);
    font-size: 10px;
    transition: color 180ms ease, background-color 180ms ease;
}

.live-sidebar-link i {
    width: 7px;
    height: 7px;
    border: 1px solid currentColor;
    border-radius: 2px;
}

.live-sidebar-link b {
    margin-left: auto;
    color: rgba(255, 255, 255, 0.35);
    font-size: 9px;
    font-weight: 600;
}

.live-sidebar-link.is-current {
    background: rgba(117, 201, 244, 0.11);
    color: var(--lime);
}

.live-sidebar-link:hover {
    background: rgba(255, 255, 255, 0.07);
    color: #fff;
}

.live-sidebar-spacer {
    flex: 1;
}

.live-storage {
    display: grid;
    grid-template-columns: 8px 1fr;
    gap: 4px 7px;
    align-items: center;
    margin: 0 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.68);
    font-size: 9px;
}

.live-storage i {
    grid-row: span 2;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--lime);
}

.live-storage small {
    color: rgba(255, 255, 255, 0.35);
    font-size: 8px;
}

.live-app-content {
    min-width: 0;
    overflow: hidden;
    padding: 18px 20px 16px;
}

.live-app-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.live-app-header small {
    color: rgba(255, 255, 255, 0.38);
    font-size: 9px;
}

.live-app-header h2 {
    margin: 4px 0 0;
    color: #fff;
    font-family: var(--font-display);
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.live-header-avatar {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: #303030;
    color: var(--lime);
    font-size: 10px;
    font-weight: 700;
}

.hero-window .hero-app-toolbar {
    margin: 16px 0 12px;
}

.live-download-row {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) 112px 58px 62px;
    gap: 8px;
    align-items: stretch;
}

.live-link-input,
.live-download-button,
.live-tool-button {
    min-height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
}

.live-link-input {
    display: flex;
    align-items: center;
    gap: 9px;
    min-width: 0;
    padding: 0 10px;
    background: #252525;
    color: rgba(255, 255, 255, 0.48);
}

.live-link-input > .ui-icon {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
}

.live-link-input input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font: inherit;
    font-size: 10px;
}

.live-link-input input:focus-visible {
    outline: 2px solid var(--lime);
    outline-offset: 2px;
}

.live-link-input input::placeholder {
    color: rgba(255, 255, 255, 0.46);
}

.live-link-input button {
    display: grid;
    place-items: center;
    width: 24px;
    height: 32px;
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.live-link-input button .ui-icon,
.live-download-button .ui-icon {
    width: 16px;
    height: 16px;
}

.live-download-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-color: #1269ed;
    background: #1269ed;
    color: #fff;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 5px 14px rgba(18, 105, 237, 0.24);
    cursor: pointer;
}

.live-tool-button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    background: rgba(255, 255, 255, 0.035);
    color: rgba(255, 255, 255, 0.66);
    cursor: pointer;
}

.live-download-button:focus-visible,
.live-tool-button:focus-visible,
.live-link-input button:focus-visible {
    outline: 2px solid var(--lime);
    outline-offset: 2px;
}

.live-tool-button .ui-icon {
    width: 16px;
    height: 16px;
}

.live-tool-button small {
    position: absolute;
    right: 0;
    bottom: 3px;
    left: 0;
    color: rgba(255, 255, 255, 0.42);
    font-size: 7px;
}

.live-tool-button b {
    position: absolute;
    top: 4px;
    right: 5px;
    display: grid;
    place-items: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--lime);
    color: var(--ink);
    font-size: 8px;
}

.live-tool-menu {
    justify-content: space-evenly;
}

.live-tool-menu span {
    font-size: 16px;
    line-height: 1;
}

.live-download-button:hover,
.live-tool-button:hover,
.live-link-input:focus-within {
    border-color: rgba(117, 201, 244, 0.55);
}

.live-stat-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
    padding: 10px 0 6px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.live-stat-grid > div {
    min-width: 0;
    min-height: 50px;
    padding: 10px 11px 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
}

.live-stat-grid > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.live-stat-grid > div:last-child {
    padding-right: 0;
}

.live-stat-grid small,
.live-stat-grid span {
    display: block;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.42);
    font-size: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-stat-grid small .bi {
    margin-right: 4px;
    color: var(--lime);
    font-size: 10px;
}

.live-stat-grid strong {
    display: block;
    margin: 7px 0 4px;
    color: #fff;
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 600;
}

.live-stat-grid strong span {
    display: inline;
    color: rgba(255, 255, 255, 0.55);
    font-size: 10px;
}

.live-stat-grid .is-positive {
    color: var(--lime);
}

.hero-window .queue-label {
    padding: 18px 0 10px;
}

.hero-window .queue-list {
    padding: 0;
}

.hero-window .queue-item {
    grid-template-columns: 64px minmax(0, 1fr) auto 18px;
    gap: 10px;
    min-height: 56px;
}

.hero-window .queue-item:not(.is-active):hover {
    background: rgba(255, 255, 255, 0.035);
}

.hero-window .thumb {
    width: 56px;
    height: 36px;
}

.hero-window .queue-copy,
.hero-window .queue-copy strong,
.hero-window .queue-copy small {
    min-width: 0;
}

.hero-window .queue-copy strong,
.hero-window .queue-copy small {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-window .queue-item.is-active {
    margin: 0 -8px;
    padding: 0 8px;
}

@media (max-width: 575.98px) {
    .floating-status {
        display: none;
    }

    .hero-visual-panel {
        padding-top: 34px;
    }

    .hero-window {
        right: auto;
        width: 100%;
    }

    .live-download-row {
        grid-template-columns: minmax(0, 1fr) 92px;
    }

    .live-tool-button {
        display: none;
    }

    .live-app-layout {
        grid-template-columns: 1fr;
    }

    .live-app-sidebar {
        display: none;
    }

    .live-app-content {
        padding: 20px 16px 16px;
    }

    .live-stat-grid > div {
        padding: 10px 8px;
    }

    .live-stat-grid strong {
        font-size: 17px;
    }

    .hero-window .queue-item {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .hero-window .thumb {
        width: 56px;
        height: 38px;
    }
}

@media (max-width: 430px) {
    .mission-section h2,
    .faq-section h2,
    .feature-copy h2 {
        font-size: 30px;
    }

    .workflow-copy h2 {
        font-size: 26px;
    }

    .url-row button {
        width: 100%;
    }
}

/* Reference-led tools grid: compact, scannable product cards. */
.legacy-tools {
    display: none !important;
}

.legacy-workflow {
    display: none !important;
}

.section-heading {
    max-width: 680px;
    margin: 0 auto 34px;
    text-align: center;
}

.section-heading h2 {
    margin-top: 22px;
    color: var(--ink);
    font-size: clamp(34px, 4vw, 48px);
    line-height: 1.08;
}

.section-heading h2 span {
    color: #1269ed;
}

.tools-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.steps-section,
.platform-section {
    width: 100%;
    max-width: var(--content-max);
    margin: 104px auto 0;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.step-card {
    position: relative;
    min-width: 0;
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    padding: 28px;
}

.step-card-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    margin: 0px 0 18px;
    border-radius: 50%;
    background: #eef3ff;
    color: #1269ed;
    font-size: 25px;
}

.step-card h3 {
    font-size: 19px;
}

.step-card p {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

.platform-section {
    display: block;
    padding: 46px 0 0;
    border-top: 1px solid var(--section-line);
}

.platform-section-heading {
    margin-bottom: 28px;
    text-align: center;
}

.platform-section-heading h2 {
    margin-top: 20px;
    font-size: 34px;
}

.platform-downloads-compact {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.platform-downloads-compact .platform-download-row {
    display: flex;
    min-height: 214px;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 22px;
    text-align: center;
}

.platform-downloads-compact .platform-download-copy {
    width: 100%;
}

.platform-downloads-compact .platform-download-copy h3 {
    justify-content: center;
}

.platform-downloads-compact .platform-download-btn {
    width: 100%;
    margin-top: auto;
}

/* Reserve full-width surfaces for grouped card sections only. */
.steps-section,
.platform-section {
    border: 1px solid rgba(41, 111, 151, 0.1);
    padding: 42px 40px;
    background: #f4faff;
}

.platform-section {
    background: linear-gradient(135deg, #edf9ff, #f8fcff);
}

/* Let only these grouped sections span the viewport; content stays aligned. */
.steps-section,
.platform-section {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    padding-right: max(40px, calc((100vw - var(--content-max)) / 2));
    padding-left: max(40px, calc((100vw - var(--content-max)) / 2));
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.tool-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(17, 17, 17, 0.09);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.86);
    padding: 22px;
    transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.tool-card:hover {
    border-color: rgba(18, 105, 237, 0.35);
    box-shadow: 0 18px 36px rgba(18, 105, 237, 0.1);
    transform: translateY(-3px);
}

.tool-card-copy {
    min-width: 0;
}

.tool-card-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 12px;
    background: #eef3ff;
    color: #1269ed;
    font-size: 20px;
}

.tool-card h3 {
    max-width: 240px;
    font-size: 22px;
    line-height: 1.12;
}

.tool-card p {
    min-height: 52px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.55;
}

.tool-card .tool-visual-panel,
.tool-card .tool-visual-panel.lime-panel {
    display: block;
    min-height: 0;
    margin-top: 22px;
    border: 0;
    border-radius: 12px;
    padding: 14px;
}

.tool-card .tool-window {
    width: 100%;
    max-width: none;
    border-radius: 9px;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.tool-card .tool-mock-body {
    padding: 16px;
}

@media (max-width: 991.98px) {
    .tools-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .platform-section {
        padding-top: 34px;
    }

    .platform-downloads-compact {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    .tools-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .steps-section,
    .platform-section {
        margin-top: 72px;
    }

    .steps-section,
    .platform-section {
        border-radius: 0;
        padding: 28px 18px;
    }

    .steps-grid {
        grid-template-columns: 1fr;
    }

    .step-card {
        padding: 22px;
    }

    .tool-card {
        padding: 18px;
    }

    .tool-card p {
        min-height: 0;
    }
}

/* Final hero banner tuning, kept after the legacy preview rules so the
   reference surface wins without changing the coded app window itself. */
.hero-visual-panel {
    min-height: 580px;
    overflow: hidden;
    border: 0;
    border-radius: 30px;
    background:
        radial-gradient(circle at 84% 18%, rgba(126, 185, 255, 0.46) 0 22%, transparent 23%),
        radial-gradient(circle at 16% 68%, rgba(126, 185, 255, 0.32) 0 18%, transparent 19%),
        linear-gradient(135deg, #f7fbff 0%, #dceeff 52%, #edf7ff 100%);
    box-shadow: none;
}

.hero-window {
    top: 52px;
    right: 24px;
    width: calc(100% - 48px);
    min-height: 0;
}

.hero-window .live-app-layout {
    min-height: 394px;
}

.hero-fast-card {
    position: absolute;
    right: 18px;
    bottom: 28px;
    z-index: 4;
    display: grid;
    gap: 4px;
    min-width: 144px;
    border: 1px solid rgba(17, 17, 17, 0.06);
    border-radius: 16px;
    background: #fff;
    padding: 18px 20px;
    color: var(--ink);
    box-shadow: 0 16px 30px rgba(17, 17, 17, 0.14);
    text-align: center;
}

.hero-fast-card i {
    margin-bottom: 2px;
    color: #1269ed;
    font-size: 20px;
}

.hero-fast-card strong {
    font-size: 11px;
}

.hero-fast-card span {
    color: var(--muted);
    font-size: 10px;
}

/* Balance the two desktop hero columns and restore a readable type scale. */
.hero-copy-panel {
    min-height: 580px;
    justify-content: flex-start;
    gap: 0;
    padding: 78px 54px 58px;
}

.hero-copy-panel h1 {
    max-width: 560px;
    font-size: clamp(48px, 4.4vw, 64px);
    line-height: 1.08;
}

.hero-copy-panel p {
    max-width: 500px;
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.65;
}

.hero-actions {
    margin-top: 38px;
}

.hero-primary-action,
.hero-secondary-action {
    min-height: 58px;
    padding-inline: 28px;
    font-size: 15px;
}

.hero-benefits {
    margin-top: 32px;
    font-size: 13px;
}

@media (max-width: 991.98px) {
    .hero-copy-panel {
        min-height: 0;
        gap: 0;
        padding: 48px 34px 42px;
    }

    .hero-copy-panel h1 {
        max-width: 680px;
        font-size: clamp(44px, 6vw, 58px);
    }

    .hero-copy-panel p {
        max-width: 620px;
        font-size: 17px;
    }

    .hero-actions {
        margin-top: 30px;
    }

    .hero-visual-panel {
        min-height: 0;
    }
}

@media (max-width: 575.98px) {
    .hero-copy-panel {
        padding: 34px 22px 30px;
    }

    .hero-copy-panel h1 {
        font-size: 39px;
        line-height: 1.1;
    }

    .hero-copy-panel p {
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.6;
    }

    .hero-actions {
        gap: 10px;
        margin-top: 26px;
    }

    .hero-primary-action,
    .hero-secondary-action {
        flex: 1 1 100%;
        min-height: 54px;
        font-size: 14px;
    }

    .hero-benefits {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 24px;
        font-size: 11px;
    }

    .hero-benefits span {
        justify-content: center;
        gap: 4px;
        min-width: 0;
        white-space: nowrap;
    }

    .hero-benefits i {
        font-size: 14px;
    }

    .hero-fast-card {
        right: 0;
        bottom: 18px;
        min-width: 112px;
        padding: 13px 14px;
    }
}

@media (max-width: 380px) {
    .hero-benefits {
        gap: 4px;
        font-size: 10px;
    }

    .hero-benefits i {
        font-size: 13px;
    }
}

/* Pricing page: two clear plan families with a temporarily disabled checkout. */
.page-pricing #main {
    max-width: none;
    margin: 0;
    padding: 0;
}

.pricing-page {
    --pricing-blue: #155eef;
    --pricing-green: #0a9b55;
    width: 100%;
    padding: 18px 0 74px;
    background: transparent;
}

.pricing-hero,
.pricing-group,
.pricing-payment-notice {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.pricing-hero {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 64px;
}

.pricing-switch {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 600px);
    gap: 4px;
    padding: 5px;
    border-radius: 14px;
    background: rgba(14, 65, 175, 0.14);
}

.pricing-switch button {
    display: grid;
    width: 100%;
    min-width: 0;
    min-height: 76px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    padding: 10px 20px;
    transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.pricing-switch button span {
    margin-top: 3px;
    color: var(--muted);
    font-size: 16px;
    font-weight: 500;
}

.pricing-updated {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 11px;
    font-weight: 600;
}

.pricing-switch button.is-active {
    background: var(--pricing-blue);
    color: #fff;
    box-shadow: 0 7px 16px rgba(21, 94, 239, 0.2);
}

.pricing-switch button:hover:not(.is-active) {
    background: rgba(255, 255, 255, 0.72);
}

.pricing-switch button:focus-visible {
    outline: 3px solid rgba(21, 94, 239, 0.35);
    outline-offset: 2px;
}

.pricing-switch button.is-active span {
    color: rgba(255, 255, 255, 0.78);
}

.pricing-security {
    position: absolute;
    top: 18px;
    right: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    color: var(--muted);
    font-size: 11px;
}

.pricing-group {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    align-items: stretch;
    margin-top: 12px;
    padding: 18px 18px 18px 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.pricing-one-time {
    background: transparent;
}

.pricing-group-intro {
    position: relative;
    padding: 26px 0 18px;
}

.pricing-label {
    display: inline-flex;
    border: 1px solid currentColor;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .03em;
    padding: 4px 8px;
    text-transform: uppercase;
}

.pricing-label.is-blue { color: var(--pricing-blue); background: #eef4ff; }
.pricing-label.is-green { color: var(--pricing-green); background: #effbf4; }

.pricing-group-intro h1,
.pricing-group-intro h2 {
    margin-top: 18px;
    color: var(--ink);
    font-size: 24px;
    line-height: 1.12;
}

.pricing-group-intro p {
    max-width: 140px;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.5;
}

.pricing-group-icon {
    position: absolute;
    bottom: 14px;
    left: 0;
    color: var(--pricing-blue);
    font-size: 28px;
}

.pricing-one-time .pricing-group-icon { color: var(--pricing-green); }

.pricing-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.pricing-card {
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column;
    min-height: 274px;
    border: 1px solid rgba(21, 94, 239, 0.12);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.86);
    padding: 18px 16px 12px;
}

.pricing-card.is-popular { border-color: var(--pricing-blue); box-shadow: 0 8px 22px rgba(21, 94, 239, 0.1); }
.pricing-card.is-best-value { border-color: rgba(10, 155, 85, 0.55); }

.pricing-card-badge {
    position: absolute;
    top: -8px;
    left: 14px;
    border-radius: 5px;
    background: var(--pricing-blue);
    color: #fff;
    font-size: 8px;
    font-weight: 700;
    padding: 3px 8px;
    text-transform: uppercase;
}

.is-best-value .pricing-card-badge { background: var(--pricing-green); }

.pricing-card-icon {
    position: absolute;
    top: 18px;
    right: 16px;
    color: var(--pricing-blue);
    font-size: 22px;
}

.is-one-time .pricing-card-icon { color: var(--pricing-green); }

.pricing-card h2 {
    max-width: calc(100% - 38px);
    font-size: 17px;
    line-height: 1.2;
}

.pricing-meta {
    margin: 3px 0 0;
    color: var(--muted);
    font-size: 10px;
}

.pricing-price {
    margin-top: 10px;
    color: var(--pricing-blue);
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
}

.is-one-time .pricing-price { color: var(--pricing-green); }

.pricing-price small {
    color: var(--muted);
    font-size: 9px;
    font-weight: 500;
}

.pricing-note {
    display: inline-flex;
    align-self: flex-start;
    margin-top: 7px;
    border-radius: 999px;
    background: #eaf2ff;
    color: var(--pricing-blue);
    font-size: 9px;
    font-weight: 700;
    padding: 4px 8px;
}

.is-one-time .pricing-note { background: #e7f8ee; color: var(--pricing-green); }

.pricing-card ul {
    display: grid;
    gap: 5px;
    margin: 12px 0 12px;
    padding: 0;
    list-style: none;
}

.pricing-card li {
    color: var(--ink);
    font-size: 10px;
    line-height: 1.25;
}

.pricing-card li::before {
    margin-right: 8px;
    color: var(--pricing-blue);
    content: "✓";
    font-weight: 800;
}

.is-one-time .pricing-card li::before { color: var(--pricing-green); }

.pricing-action {
    width: 100%;
    min-height: 34px;
    margin-top: auto;
    border: 1px solid rgba(21, 94, 239, 0.28);
    border-radius: 5px;
    background: transparent;
    color: var(--pricing-blue);
    cursor: not-allowed;
    font-size: 10px;
    font-weight: 700;
    opacity: 0.82;
}

.pricing-card.is-popular .pricing-action { border-color: var(--pricing-blue); background: var(--pricing-blue); color: #fff; }
.is-one-time .pricing-action { border-color: rgba(10, 155, 85, 0.48); color: var(--pricing-green); }
.is-best-value .pricing-action { background: var(--pricing-green); color: #fff; }

.pricing-payment-notice {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
    border: 1px solid rgba(21, 94, 239, 0.16);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
    color: var(--muted);
    font-size: 11px;
    padding: 12px 16px;
}

.pricing-payment-notice i { color: var(--pricing-blue); font-size: 16px; }
.pricing-payment-notice div { display: grid; gap: 2px; }
.pricing-payment-notice strong { color: var(--ink); }

.pricing-payment-notice:not(.pricing-payment-notice-details) div {
    display: block;
}

.pricing-payment-notice:not(.pricing-payment-notice-details) strong {
    margin-right: 4px;
}

.pricing-payment-notice strong {
    font-size: 18px;
    line-height: 1.35;
}

.pricing-payment-notice h2 {
    margin: 16px 0 0;
    color: var(--ink);
    font-size: 20px;
}

.pricing-payment-notice ul {
    display: grid;
    gap: 5px;
    margin: 8px 0 0;
    padding-left: 18px;
}

.pricing-payment-notice li {
    font-size: 15px;
    line-height: 1.55;
}

/* Payment guidance follows the policy reference: a compact notice and a
   larger checklist panel, with the two surfaces kept visually distinct. */
.pricing-notice,
.pricing-panel {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
    order: 3;
}

.pricing-notice {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-top: 24px;
    padding: 18px 22px;
    border: 1px solid #cfe0f7;
    border-radius: 10px;
    background: #f2f7ff;
    color: #17427c;
    font-size: 16px;
    line-height: 1.6;
}

.pricing-notice > i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #176bce;
    font-size: 21px;
}

.pricing-notice div {
    display: block;
}

.pricing-notice strong {
    margin-right: 4px;
    color: #123d78;
    font-size: 17px;
}

.pricing-panel {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 32px 36px;
    border: 1px solid #dce7f3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(27, 90, 128, 0.07);
    color: #3f5880;
    font-size: 16px;
    line-height: 1.6;
}

.pricing-panel h2 {
    margin: 0 0 10px;
    color: #0b2a68;
    font-size: 27px;
    line-height: 1.2;
}

.pricing-panel > div > span {
    display: block;
    margin-bottom: 18px;
}

.pricing-panel ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricing-panel li {
    position: relative;
    padding-left: 25px;
    font-size: 15px;
    line-height: 1.55;
}

.pricing-panel li::before {
    position: absolute;
    top: 3px;
    left: 0;
    color: #139c79;
    content: "✓";
    font-weight: 700;
}

.pricing-group[hidden] {
    display: none;
}

@media (max-width: 991.98px) {
    .pricing-security { position: static; margin-top: 12px; }
    .pricing-hero { display: grid; justify-items: center; }
    .pricing-group { grid-template-columns: 1fr; }
    .pricing-group-intro { padding: 14px 0 0; }
    .pricing-group-intro p { max-width: none; }
    .pricing-group-icon { display: none; }
}

@media (max-width: 767.98px) {
    .pricing-page { padding-top: 10px; }
    .pricing-hero, .pricing-group, .pricing-payment-notice,
    .pricing-notice, .pricing-panel { width: min(100% - 28px, 520px); }
    .pricing-cards { grid-template-columns: 1fr; }
    .pricing-card { min-height: 0; }
    .pricing-group { padding: 16px; }

    .pricing-switch {
        display: grid;
        width: min(100%, 360px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pricing-switch button {
        width: 100%;
        min-width: 0;
    }
}

/* Pricing hierarchy: lead with the one-time offer and give the plans enough
   visual weight to match the main ConvertZen product page. */
.pricing-page {
    display: flex;
    flex-direction: column;
}

.pricing-hero { order: 0; }
.pricing-one-time { order: 1; }
.pricing-subscription { order: 2; }
.pricing-payment-notice { order: 3; }

.pricing-heading {
    width: min(620px, 100%);
    margin: 0 auto 24px;
    text-align: center;
}

.pricing-kicker {
    display: inline-flex;
    border: 1px solid rgba(21, 94, 239, 0.2);
    border-radius: 999px;
    background: #eef4ff;
    color: var(--pricing-blue);
    font-size: 10px;
    font-weight: 700;
    padding: 5px 10px;
    text-transform: uppercase;
}

.pricing-heading h1 {
    margin-top: 14px;
    color: var(--ink);
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
}

.pricing-heading p {
    margin: 12px auto 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.55;
}

.pricing-hero {
    display: grid;
    justify-items: center;
    min-height: 152px;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px max(24px, calc((100vw - 1180px) / 2)) 28px;
    background: linear-gradient(135deg, #e7f6ff, #f5fbff 58%, #eaf7ff);
}

.pricing-security {
    position: static;
    margin-top: 12px;
}

.pricing-group {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 24px 0;
}

.pricing-group-intro {
    padding: 28px 0 22px;
}

.pricing-group-intro h2 {
    font-size: 29px;
}

.pricing-group-intro p {
    max-width: 170px;
    font-size: 14px;
}

.pricing-cards {
    gap: 22px;
}

.pricing-card {
    min-height: 360px;
    border-radius: 16px;
    padding: 28px 24px 20px;
}

.pricing-card h2 {
    font-size: 24px;
}

.pricing-meta,
.pricing-card li {
    font-size: 14px;
}

.pricing-price {
    margin-top: 14px;
    font-size: 36px;
}

.pricing-price small {
    font-size: 13px;
}

.pricing-note {
    margin-top: 9px;
    font-size: 13px;
}

.pricing-card ul {
    gap: 8px;
    margin-top: 16px;
}

.pricing-action {
    min-height: 48px;
    font-size: 14px;
}

@media (min-width: 992px) {
    .pricing-card {
        min-height: 420px;
    }
}

@media (max-width: 991.98px) {
    .pricing-hero {
        min-height: 170px;
    }

    .pricing-switch button {
  
        min-height: 50px;
        font-size: 14px;
        padding: 9px 12px;
    }

    .pricing-switch button span {
        display: none;
    }

    .pricing-group {
        grid-template-columns: 1fr;
    }

    .pricing-group-intro {
        padding: 8px 0 0;
    }

    .pricing-group-intro p {
        max-width: 420px;
    }
}

@media (max-width: 767.98px) {
    .pricing-heading h1 {
        font-size: 34px;
    }

    .pricing-heading p {
        font-size: 13px;
    }

    .pricing-hero {
        min-height: 188px;
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        padding-right: 18px;
        padding-left: 18px;
    }

    .pricing-card {
        min-height: 300px;
    }
}

/* Shared secondary-page language: quiet surfaces, blue navigation, readable legal copy. */
.page-pricing #main, .page-privacy #main, .page-refund #main, .page-terms #main, .page-copyright #main, .page-not-found #main { max-width: var(--content-max); margin: 0 auto; }
.page-pricing .navbar, .page-privacy .navbar, .page-refund .navbar, .page-terms .navbar, .page-copyright .navbar, .page-not-found .navbar { border-bottom-color: rgba(37,99,235,.14); }
.page-pricing .download-btn, .page-privacy .download-btn, .page-refund .download-btn, .page-terms .download-btn, .page-copyright .download-btn, .page-not-found .download-btn { background: #2563eb; border-color: #2563eb; color: #fff; border-radius: 999px; }
.legal-callout {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #fff9de;
    border: 1px solid #eee1a3;
    border-radius: 14px;
    padding: 18px;
    margin: 0 0 24px;
}
.legal-callout > i {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #9a7b18;
    font-size: 19px;
}
.legal-callout p {
    margin: 0;
    color: #5f531f;
    font-size: 15px;
    line-height: 1.65;
}
.legal-callout strong {
    color: #493d0d;
}
@media (max-width: 767.98px) {
    .legal-callout {
        gap: 11px;
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    .legal-callout > i {
        font-size: 17px;
    }

    .legal-callout p {
        font-size: 14px;
        line-height: 1.6;
    }
}
@media (max-width: 420px) {
    .legal-callout {
        gap: 9px;
        padding: 13px;
    }

    .legal-callout p {
        font-size: 13px;
    }
}
.page-pricing .pricing-page { padding: 72px 0 110px; }.page-pricing .pricing-hero { background: #0f2742; border-radius: 24px; min-height: 330px; padding: 62px 72px; }.page-pricing .pricing-heading h1 { color: #fff; letter-spacing: -.06em; }.page-pricing .pricing-heading p { color: #c7dced; }.page-pricing .pricing-kicker { color: #72d8f5; }.page-pricing .pricing-updated { color: #9fc1d6 !important; }.page-pricing .pricing-switch { background: #17466d; border-color: #2b638d; }.page-pricing .pricing-switch button { color: #b9d7e8; }.page-pricing .pricing-switch button.is-active { background: #fff; color: #0f2742; }.page-pricing .pricing-security { color: #a6c9dc; }.page-pricing .pricing-card { border: 1px solid #dbe4ef; border-radius: 18px; box-shadow: 0 14px 30px rgba(30,64,95,.08); }.page-pricing .pricing-card.is-popular { border-color: #2563eb; box-shadow: 0 18px 38px rgba(37,99,235,.16); }.page-pricing .pricing-action { border-radius: 999px; }.page-pricing .pricing-notice, .page-pricing .pricing-panel { border-color: #dbe4ef; border-radius: 16px; background: #eef5fb; }.page-pricing .pricing-notice i { color: #2563eb; }
.basic-page { max-width: 920px; margin: 0 auto; padding: 92px 24px 130px; }.basic-page h1 { color: #0f2742; font-size: clamp(42px, 6vw, 72px); letter-spacing: -.07em; line-height: 1; margin-bottom: 22px; }.basic-page-intro { color: #475569; font-size: 19px; max-width: 700px; }.basic-page-updated { color: #2563eb; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; margin: 24px 0 62px; }.basic-page-section { padding: 34px 0; border-bottom: 1px solid #dbe4ef; }.basic-page-section h2 { color: #0f2742; font-size: 23px; letter-spacing: -.04em; margin-bottom: 14px; }.basic-page-section p { color: #475569; font-size: 16px; line-height: 1.75; max-width: 760px; }.basic-page .cta-btn { margin-top: 36px; border-radius: 999px; background: #2563eb; border-color: #2563eb; color: #fff; padding: 12px 20px; }
@media (max-width: 700px) { .page-pricing .pricing-page { padding-top: 38px; }.page-pricing .pricing-hero { padding: 40px 24px; }.basic-page { padding-top: 58px; }.basic-page h1 { font-size: 46px; } }

/* Calm minimal palette: soft blue accents, warm-white surfaces, restrained contrast. */
.page-home .site-frame, .page-pricing .site-frame, .page-privacy .site-frame, .page-refund .site-frame, .page-terms .site-frame, .page-copyright .site-frame, .page-not-found .site-frame { background: #fbfcfd; }
.cz-hero { background: linear-gradient(135deg, #edf7fa 0%, #e2f0f4 100%); color: #26364a; border: 1px solid #dce7ed; box-shadow: 0 18px 45px rgba(73,111,128,.08); }
.cz-hero::after { border-color: rgba(79,143,184,.2); box-shadow: 0 0 0 42px rgba(79,143,184,.04), 0 0 0 84px rgba(79,143,184,.025); }
.cz-kicker { color: #4f8fb8; }.cz-hero h1 { color: #26364a; }.cz-hero h1 em { color: #4f8fb8; }.cz-hero-copy > p { color: #68788b; }.cz-text-link { color: #35536a; }.cz-text-link i, .cz-trust-line i { color: #4f8fb8; }.cz-trust-line { color: #68788b; }
.cz-button-light { color: #fff; background: #4f8fb8; }.cz-button-light:hover { color: #fff; background: #427c9f; }.cz-workspace { box-shadow: 0 18px 42px rgba(73,111,128,.14); }
.cz-intro h2, .cz-section-heading h2, .cz-process h2, .cz-platforms h2, .cz-faq h2, .basic-page h1, .basic-page-section h2 { color: #26364a; }.cz-section-number { color: #4f8fb8; }.cz-intro p, .cz-section-heading > p, .cz-process-heading p, .cz-faq > div > p, .basic-page-intro, .basic-page-section p { color: #68788b; }.cz-section-heading h2 span, .cz-process h2 span { color: #4f8fb8; }
.cz-tone-blue { background: #e4f2f6; color: #396d88; }.cz-tone-sky { background: #eef7fa; color: #4f8fb8; }.cz-tone-navy { background: #dbeaf0; color: #315c72; }.cz-tone-navy p { color: #5d7d8c; }.cz-tone-mint { background: #e7f3ee; color: #4d826e; }.cz-tone-peach { background: #fbf0e5; color: #99704e; }.cz-tone-lavender { background: #f0eef8; color: #706b98; }.cz-tone-blue p, .cz-tone-sky p, .cz-tone-peach p, .cz-tone-lavender p { color: #68788b; }
.cz-process { background: #f0f7f9; border: 1px solid #e1edf0; }.cz-platform-list a > span i, .cz-platform-list > a > i, .cz-process-list i, .cz-faq-list summary > span, .cz-faq-list summary i { color: #4f8fb8; }.cz-platform-list, .cz-platform-list a, .cz-faq { border-color: #dce7ed; }.cz-process-list li { border-color: #dce7ed; }.cz-platform-list small, .cz-process-list p, .cz-faq-list p { color: #68788b; }
.page-pricing .pricing-hero { background: linear-gradient(135deg, #edf7fa, #e2f0f4); border-color: #dce7ed; }.page-pricing .pricing-heading h1 { color: #26364a; }.page-pricing .pricing-heading p { color: #68788b; }.page-pricing .pricing-kicker { color: #4f8fb8; }.page-pricing .pricing-updated { color: #68788b !important; }.page-pricing .pricing-switch { background: #dcecf1; border-color: #c9e0e8; }.page-pricing .pricing-switch button { color: #527286; }.page-pricing .pricing-switch button.is-active { background: #fff; color: #26364a; }.page-pricing .pricing-security { color: #68788b; }.page-pricing .pricing-card.is-popular { border-color: #8dbbd0; box-shadow: 0 18px 38px rgba(79,143,184,.12); }.page-pricing .pricing-notice, .page-pricing .pricing-panel { background: #f0f7f9; border-color: #dce7ed; }.basic-page-updated { color: #4f8fb8; }.basic-page-section { border-color: #dce7ed; }
.page-pricing .pricing-switch button.is-active span { color: #68788b; }
.download-page { padding: 76px 0 130px; }.download-heading { max-width: 680px; margin-bottom: 62px; }.download-heading h1, .download-detail-hero h1 { color: #26364a; font-size: clamp(46px, 6vw, 78px); line-height: .98; letter-spacing: -.07em; margin: 18px 0 22px; }.download-heading h1 span { color: #4f8fb8; }.download-heading p, .download-detail-hero p { color: #68788b; font-size: 18px; max-width: 580px; }.download-platform-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }.download-platform-card { padding: 30px; min-height: 310px; border: 1px solid #dce7ed; border-radius: 18px; background: #fff; display: flex; flex-direction: column; align-items: flex-start; box-shadow: 0 12px 30px rgba(73,111,128,.06); }.download-platform-icon { color: #4f8fb8; font-size: 28px; }.download-platform-label { color: #7d95a3; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-top: 35px; }.download-platform-card h2 { color: #26364a; font-size: 24px; letter-spacing: -.05em; margin: 8px 0 10px; }.download-platform-card p { color: #68788b; font-size: 14px; }.download-card-action { color: #4f8fb8; font-size: 13px; font-weight: 800; margin-top: auto; }.download-card-action i { margin-left: 6px; }.download-detail-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 7vw; align-items: center; padding: 34px 0 78px; }.download-main-action { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 0 21px; border-radius: 999px; background: #4f8fb8; color: #fff; font-weight: 800; margin-top: 25px; }.download-main-action:hover { color: #fff; background: #427c9f; }.download-detail-art { min-height: 330px; border: 1px solid #dce7ed; border-radius: 22px; background: linear-gradient(145deg,#f5fafb,#e3f0f4); display: flex; flex-direction: column; justify-content: center; padding: 58px; position: relative; overflow: hidden; color: #4f8fb8; }.download-art-mark { display: grid; place-items: center; width: 86px; height: 86px; border-radius: 24px; background: #4f8fb8; color: white; font-size: 22px; font-weight: 800; }.download-art-line { width: 62%; height: 10px; border-radius: 99px; background: #c0dce5; margin-top: 25px; }.download-art-line.short { width: 42%; margin-top: 12px; }.download-detail-art b { position: absolute; right: 35px; bottom: 28px; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }.download-file-panel { display: flex; align-items: center; justify-content: space-between; padding: 27px 30px; border: 1px solid #dce7ed; border-radius: 16px; background: #fff; }.download-file-panel > div { display: flex; align-items: center; gap: 15px; }.download-file-icon { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 13px; background: #edf7fa; color: #4f8fb8; font-size: 21px; }.download-file-panel h2 { color: #26364a; font-size: 19px; margin: 0; }.download-file-panel p { color: #68788b; font-size: 13px; margin: 4px 0 0; }.download-file-panel .download-main-action { margin-top: 0; }.download-info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-top: 15px; }.download-info-grid div { padding: 20px; border-radius: 14px; background: #f0f7f9; }.download-info-grid span, .download-info-grid strong { display: block; }.download-info-grid span { color: #7d95a3; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }.download-info-grid strong { color: #40586b; font-size: 14px; margin-top: 8px; }.download-safe-note { color: #68788b; margin-top: 26px; font-size: 13px; }.download-safe-note i { color: #4f8fb8; margin-right: 7px; }
@media (max-width: 800px) { .download-page { padding-top: 50px; }.download-platform-grid, .download-info-grid { grid-template-columns: 1fr; }.download-detail-hero { grid-template-columns: 1fr; padding-bottom: 48px; }.download-detail-art { min-height: 240px; padding: 35px; }.download-file-panel { align-items: flex-start; gap: 20px; flex-direction: column; } }
.download-hub-hero { display: grid; grid-template-columns: 1fr .75fr; gap: 7vw; align-items: center; padding: 62px 0 70px; }.download-hub-badges, .download-detail-badges { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #68788b; font-size: 13px; }.download-hub-badges i, .download-detail-badges i { color: #4f8fb8; margin-right: 5px; }.download-hub-art { min-height: 320px; border: 1px solid #dce7ed; border-radius: 22px; background: #eef7f9; position: relative; overflow: hidden; display: grid; place-items: center; }.hub-art-mark { display: grid; place-items: center; width: 92px; height: 92px; border-radius: 26px; background: #4f8fb8; color: #fff; font-size: 24px; font-weight: 800; box-shadow: 0 18px 35px rgba(79,143,184,.2); }.hub-art-mark + b { position: absolute; bottom: 30px; left: 32px; color: #56798b; font-size: 11px; letter-spacing: .15em; line-height: 1.4; }.hub-orbit { position: absolute; width: 260px; height: 260px; border: 1px solid #b9d8e2; border-radius: 50%; }.hub-orbit-two { width: 420px; height: 420px; border-color: #d0e6eb; }.download-platform-card ul { list-style: none; padding: 0; margin: 15px 0; color: #68788b; font-size: 12px; }.download-platform-card li { margin: 7px 0; }.download-platform-card li i { color: #4f8fb8; margin-right: 7px; }.download-detail-copy { max-width: 690px; }.download-detail-hero h1 { font-size: clamp(43px, 5.3vw, 70px); }.download-detail-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }.download-guide-link { color: #4f8fb8; font-weight: 800; font-size: 13px; }.download-guide-link i { margin-left: 5px; }.download-release-overview { border: 1px solid #dce7ed; border-radius: 17px; background: #fff; padding: 28px 30px; }.download-release-heading { display: flex; align-items: center; gap: 15px; }.download-release-heading p { color: #8ca2ad; font-size: 10px; letter-spacing: .14em; font-weight: 800; margin: 0 0 5px; }.download-release-heading h2 { color: #26364a; font-size: 20px; margin: 0; }.download-release-overview dl { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 25px 0 18px; margin: 25px 0 0; border-top: 1px solid #e5eef1; }.download-release-overview dt { color: #8ca2ad; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.download-release-overview dd { color: #40586b; font-size: 14px; font-weight: 800; margin: 6px 0 0; }.download-release-overview code { display: block; color: #68788b; background: #f3f8fa; padding: 11px 13px; border-radius: 8px; font-size: 11px; overflow-wrap: anywhere; }.download-release-overview code span { color: #4f8fb8; font-weight: 800; }.download-page > .download-info-grid { margin-top: 16px; }.download-info-grid section { padding: 24px; border-radius: 15px; background: #f0f7f9; }.download-info-grid h2 { color: #26364a; font-size: 17px; margin: 0 0 14px; }.download-info-grid h2 i { color: #4f8fb8; margin-right: 7px; }.download-info-grid p { color: #68788b; font-size: 14px; }.download-install-guide { margin-top: 110px; }.guide-section-heading h2, .download-guide-faq h2 { color: #26364a; font-size: clamp(32px, 4vw, 49px); letter-spacing: -.06em; margin: 14px 0 8px; }.guide-section-heading p { color: #68788b; }.download-install-guide ol { list-style: none; padding: 0; margin: 36px 0 0; border-top: 1px solid #dce7ed; }.download-install-guide li { display: grid; grid-template-columns: 50px 1fr 25px; gap: 16px; align-items: center; padding: 22px 0; border-bottom: 1px solid #dce7ed; }.download-install-guide li > span { color: #4f8fb8; font-size: 12px; font-weight: 800; }.download-install-guide h3 { color: #26364a; font-size: 17px; margin: 0; }.download-install-guide p { color: #68788b; font-size: 14px; margin: 4px 0 0; }.download-install-guide li > i { color: #a5bdc7; }.download-guide-faq { margin-top: 110px; }.download-guide-faq details { border-bottom: 1px solid #dce7ed; padding: 18px 0; }.download-guide-faq summary { display: flex; justify-content: space-between; gap: 18px; cursor: pointer; color: #40586b; font-weight: 800; }.download-guide-faq summary i { color: #4f8fb8; }.download-guide-faq p { color: #68788b; font-size: 14px; padding: 13px 0 0; margin: 0; }.download-other-platforms { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 60px; padding-top: 25px; border-top: 1px solid #dce7ed; color: #68788b; font-size: 13px; }.download-other-platforms strong { color: #40586b; margin-right: 12px; }.download-other-platforms a { color: #4f8fb8; font-weight: 800; }
@media (max-width: 800px) { .download-hub-hero { grid-template-columns: 1fr; padding-top: 36px; }.download-hub-art { min-height: 230px; }.download-release-overview dl { grid-template-columns: repeat(2,1fr); }.download-install-guide, .download-guide-faq { margin-top: 75px; } }
@media (max-width: 991.98px) { body[class*="page-download-"] .download-detail-hero { grid-template-columns: 1fr; }.download-detail-art { display: none; } }
.download-hub-art { padding: 0; }.download-hub-art img { display: block; width: 100%; height: 100%; min-height: 320px; object-fit: cover; }.download-hub-art img + * { display: none; }
.download-detail-art { padding: 0; }.download-detail-art img { display: block; width: 100%; height: 100%; min-height: 330px; object-fit: cover; }
.page-download .download-page { padding-top: 34px; }.page-download .download-hub-hero { grid-template-columns: minmax(0,.92fr) minmax(0,1.08fr); gap: 38px; padding: 34px 0 56px; }.page-download .download-heading { margin: 0; max-width: 610px; }.page-download .download-heading h1 { font-size: clamp(45px,5.2vw,70px); }.page-download .download-heading p { max-width: 500px; line-height: 1.65; }.page-download .download-hub-art { min-height: 350px; box-shadow: 0 16px 38px rgba(73,111,128,.08); }.page-download .download-platform-grid { gap: 14px; }.page-download .download-platform-card { min-height: 350px; padding: 26px; }.page-download .download-platform-card h2 { font-size: 22px; }.page-download .download-platform-card ul { margin: 13px 0 18px; }.page-download .download-trust { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 54px; padding-top: 23px; border-top: 1px solid #dce7ed; }.page-download .download-trust > div { display: grid; grid-template-columns: 28px 1fr; column-gap: 10px; }.page-download .download-trust i { grid-row: span 2; color: #4f8fb8; font-size: 19px; padding-top: 2px; }.page-download .download-trust strong { color: #40586b; font-size: 13px; }.page-download .download-trust span { color: #68788b; font-size: 12px; line-height: 1.5; margin-top: 3px; }
body[class*="page-download"] .download-page { padding-top: 34px; }
@media (max-width: 800px) { .page-download .download-hub-hero { grid-template-columns: 1fr; }.page-download .download-hub-art { min-height: 260px; }.page-download .download-trust { grid-template-columns: 1fr; margin-top: 38px; gap: 18px; } }

/* Platform guide polish: use the same centered, card-based rhythm as the reference guide. */
.page-download .download-install-guide,
.page-download .download-guide-faq { width: min(100%, 920px); margin-left: auto; margin-right: auto; }
.page-download .download-install-guide { margin-top: 104px; }
.page-download .guide-section-heading { text-align: center; margin-bottom: 34px; }
.page-download .guide-section-heading h2 { margin: 0 0 8px; color: #26364a; font-size: clamp(31px, 3vw, 38px); line-height: 1.15; letter-spacing: -.055em; }
.page-download .guide-section-heading p:last-child { margin: 0; color: #68788b; font-size: 15px; }
.page-download .download-install-guide ol { margin-top: 0; border-top: 0; display: grid; gap: 14px; }
.page-download .download-install-guide li { min-height: 116px; padding: 22px 24px; border: 1px solid #dce7ed; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(73,111,128,.06); }
.page-download .download-install-guide li > span { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #e4f2f6; }
.page-download .download-guide-faq { margin-top: 104px; margin-bottom: 0; padding: 28px 30px; border: 1px solid #dce7ed; border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(73,111,128,.06); }
.page-download .download-guide-faq h2 { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: #26364a; font-size: 22px; letter-spacing: -.04em; }
.page-download .download-guide-faq h2::before { content: '\\F505'; font-family: 'bootstrap-icons'; color: #4f8fb8; font-size: 20px; }
.page-download .download-guide-faq details { padding: 16px 0; }
.page-download .download-guide-faq summary { font-size: 14px; line-height: 1.45; }
.page-download .download-guide-faq p { max-width: 760px; color: #68788b; font-size: 13px; line-height: 1.65; }
@media (max-width: 800px) { .page-download .download-install-guide { margin-top: 76px; }.page-download .download-guide-faq { margin-top: 76px; padding: 22px 18px; }.page-download .download-install-guide li { min-height: 0; padding: 20px 18px; } }
.page-download .download-info-grid { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.page-download .download-info-grid > section { min-width: 0; min-height: 190px; padding: 22px; }
.page-download .download-info-grid h2 { min-width: 0; font-size: 16px; line-height: 1.3; overflow-wrap: anywhere; }
.page-download .download-info-grid p { overflow-wrap: anywhere; }
@media (max-width: 600px) { .page-download .download-info-grid { grid-template-columns: 1fr; } .page-download .download-info-grid section { min-height: 0; } }

/* The platform pages use page-download-{platform} on body. Keep the four release cards in a 2 x 2 layout. */
body[class*="page-download"] .download-info-grid { display: grid; width: 100%; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
body[class*="page-download"] .download-info-grid > section { min-width: 0; min-height: 190px; padding: 22px; }
body[class*="page-download"] .download-info-grid h2 { min-width: 0; font-size: 16px; line-height: 1.3; overflow-wrap: anywhere; }
body[class*="page-download"] .download-info-grid p { overflow-wrap: anywhere; }
body[class*="page-download"] .download-install-guide,
body[class*="page-download"] .download-guide-faq { width: min(100%, 920px); margin-left: auto; margin-right: auto; }
body[class*="page-download"] .download-install-guide { margin-top: 104px; }
body[class*="page-download"] .guide-section-heading { text-align: center; margin-bottom: 34px; }
body[class*="page-download"] .guide-section-heading h2 { margin: 0 0 8px; color: #26364a; font-size: clamp(31px, 3vw, 38px); line-height: 1.15; letter-spacing: -.055em; }
body[class*="page-download"] .download-install-guide ol { margin-top: 0; border-top: 0; display: grid; gap: 14px; }
body[class*="page-download"] .download-install-guide li { min-height: 116px; padding: 22px 24px; border: 1px solid #dce7ed; border-radius: 14px; background: #fff; box-shadow: 0 8px 22px rgba(73,111,128,.06); }
body[class*="page-download"] .download-guide-faq { margin-top: 104px; margin-bottom: 0; padding: 28px 30px; border: 1px solid #dce7ed; border-radius: 16px; background: #fff; box-shadow: 0 8px 22px rgba(73,111,128,.06); }
body[class*="page-download"] .download-guide-faq h2 { display: flex; align-items: center; gap: 10px; margin: 0 0 15px; color: #26364a; font-size: 22px; letter-spacing: -.04em; }
body[class*="page-download"] .download-install-guide li { grid-template-columns: minmax(0, .8fr) minmax(360px, 1.2fr) 25px; align-items: center; min-height: 310px; padding: 24px; }
body[class*="page-download"] .download-step-copy { display: grid; grid-template-columns: 50px minmax(0, 1fr); gap: 16px; align-items: start; }
body[class*="page-download"] .download-step-copy > span { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: #e4f2f6; color: #4f8fb8; font-size: 12px; font-weight: 800; }
body[class*="page-download"] .download-step-visual { height: 260px; margin: 0; overflow: hidden; border: 1px solid #dce7ed; border-radius: 10px; background: #f3f8fa; box-shadow: 0 6px 16px rgba(73,111,128,.08); }
body[class*="page-download"] .download-step-visual img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; }
body[class*="page-download"] .download-install-guide li > i { color: #4f8fb8; font-size: 18px; }
@media (max-width: 600px) { body[class*="page-download"] .download-info-grid { grid-template-columns: 1fr; } body[class*="page-download"] .download-info-grid > section { min-height: 0; } body[class*="page-download"] .download-guide-faq { padding: 22px 18px; } }
@media (max-width: 800px) { body[class*="page-download"] .download-install-guide li { grid-template-columns: 1fr; gap: 16px; min-height: 0; padding: 18px; } body[class*="page-download"] .download-step-visual { height: 250px; } body[class*="page-download"] .download-install-guide li > i { display: none; } }
.download-guide-link { display: inline-flex; align-items: center; gap: 7px; min-height: 48px; padding: 0 20px; border: 1px solid #8dbbd0; border-radius: 999px; background: transparent; color: #4f8fb8; transition: background .2s ease, border-color .2s ease; }
.download-guide-link:hover { border-color: #4f8fb8; background: #eef7fa; color: #427c9f; }
.download-guide-link i { margin-left: 0; }
body[class*="page-download"] .download-main-action { margin-top: 0; }
