:root {
  color: #151515; background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-synthesis: none; --yellow: #ffc31a; --yellow-soft: #fff8df; --ink: #151515; --muted: #657080; --line: #e9e9e7;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; -webkit-font-smoothing: antialiased; }
button, a { font: inherit; } a { color: inherit; text-decoration: none; } button { color: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 40; height: 76px; background: #fff; border-bottom: 1px solid rgba(233,233,231,.8); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; margin-right: auto; } .brand img { width: 128px; display: block; }
.desktop-nav { display: flex; align-items: center; gap: 7px; }
.nav-link, .nav-button { min-height: 42px; display: inline-flex; align-items: center; gap: 5px; padding: 0 10px; border: 0; background: transparent; color: #252525; font-size: 14px; cursor: pointer; border-radius: 8px; }
.nav-link:hover, .nav-button:hover { background: #f7f7f5; }
.dropdown { position: relative; }
.dropdown-panel { position: absolute; top: calc(100% + 9px); left: 0; width: 206px; padding: 9px; display: grid; gap: 3px; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 48px rgba(24,24,20,.12); }
.dropdown-panel--right { left: auto; right: 0; }
.dropdown-panel a { display: flex; align-items: center; gap: 10px; min-height: 40px; padding: 0 11px; border-radius: 8px; font-size: 14px; }
.dropdown-panel a:hover { background: var(--yellow-soft); }
.header-actions { display: flex; align-items: center; gap: 10px; }
.button { min-height: 46px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 9px; font-size: 14px; font-weight: 650; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button--primary { background: var(--yellow); color: #171300; box-shadow: 0 8px 22px rgba(255,195,26,.18); }
.button--primary:hover { background: #ffca32; box-shadow: 0 12px 26px rgba(255,195,26,.25); }
.button--secondary, .button--outline { background: #fff; border-color: #b9bdc2; color: #272727; }
.button--secondary:hover, .button--outline:hover { border-color: #222; }
.header-cta { min-height: 42px; padding-inline: 17px; font-size: 13px; } .mobile-menu-button { display: none; border: 0; background: transparent; padding: 7px; }
.hero { overflow: hidden; }
.hero-grid { min-height: 660px; display: grid; grid-template-columns: .9fr 1.2fr; align-items: center; gap: 18px; }
.hero-copy { position: relative; z-index: 2; padding: 45px 0 20px; }
.eyebrow { display: inline-block; margin-bottom: 20px; color: #886700; font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.hero h1 { margin: 0; font-size: clamp(46px, 5vw, 70px); line-height: 1.08; letter-spacing: -.045em; font-weight: 800; }
.yellow-rule { display: block; width: 32px; height: 3px; margin: 24px 0; background: var(--yellow); }
.hero-copy > p { margin: 0; max-width: 520px; color: var(--muted); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 34px; color: #4e5661; font-size: 13px; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.hero-art { width: 720px; max-width: 65vw; margin-left: -46px; } .hero-art img { width: 100%; display: block; mix-blend-mode: multiply; }
.section { padding: 100px 0; }
.section-heading { margin: 0 auto 56px; text-align: center; }
.section-heading > span { display: block; margin-bottom: 10px; color: #987100; font-size: 12px; font-weight: 750; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-size: clamp(28px, 3vw, 38px); line-height: 1.25; letter-spacing: -.025em; }
.section-heading i { display: block; width: 28px; height: 3px; margin: 18px auto 0; background: var(--yellow); }
.section-heading p { margin: 12px 0 0; color: var(--muted); }
.features { border-top: 1px solid #f6f3e8; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.feature-item { min-height: 168px; padding: 34px 34px 30px; display: flex; gap: 20px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-item:nth-child(3n) { border-right: 0; } .feature-item:nth-last-child(-n+3) { border-bottom: 0; }
.icon-shell { flex: 0 0 55px; width: 55px; height: 55px; display: grid; place-items: center; border: 2px solid var(--yellow); border-radius: 50%; color: #111; }
.feature-item h3 { margin: 2px 0 8px; font-size: 17px; } .feature-item p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.platforms { padding: 24px 0; background: #fffaf0; border-block: 1px solid #f6e8b9; }
.platform-inner { display: flex; align-items: center; gap: 38px; }
.platform-inner > div:first-child { min-width: 240px; padding-right: 32px; border-right: 1px solid #eadfbf; }
.platform-inner span { display: block; color: #977100; font-size: 12px; font-weight: 750; }
.platform-inner strong { display: block; margin-top: 5px; font-size: 18px; }
.platform-list { display: flex; align-items: center; justify-content: space-between; flex: 1; }
.platform-list a { display: flex; align-items: center; gap: 8px; padding: 12px 10px; font-size: 14px; border-radius: 8px; } .platform-list a:hover { background: #fff; }
.pricing { padding-bottom: 76px; background: #fcfcfb; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; align-items: stretch; }
.plan { position: relative; padding: 42px 38px 36px; display: flex; flex-direction: column; border: 1px solid #e1e1de; border-radius: 12px; background: #fff; }
.plan--featured { border: 2px solid var(--yellow); padding: 41px 37px 35px; }
.plan-badge { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); padding: 7px 18px; border-radius: 99px; background: var(--yellow); font-size: 12px; font-weight: 750; white-space: nowrap; }
.plan h3 { margin: 0 0 9px; text-align: center; font-size: 21px; } .plan-audience { margin: 0; color: var(--muted); text-align: center; font-size: 13px; }
.price { margin: 28px 0; display: flex; align-items: baseline; justify-content: center; }
.price span { margin-right: 8px; font-size: 16px; } .price strong { font-size: 49px; line-height: 1; letter-spacing: -.04em; } .price small { margin-left: 6px; color: var(--muted); font-size: 12px; }
.plan ul { list-style: none; margin: 0 0 30px; padding: 0; display: grid; gap: 13px; color: #3f444b; font-size: 14px; }
.plan li { display: flex; align-items: center; gap: 10px; } .plan li svg { color: #a87900; } .plan .button { width: 100%; margin-top: auto; }
.pricing-note { margin: 28px 0 0; color: var(--muted); text-align: center; font-size: 13px; } .pricing-note strong { color: #a77900; }
.faq { padding-top: 62px; padding-bottom: 72px; background: #fff; border-top: 1px solid var(--line); } .faq-container { max-width: 1080px; } .faq .section-heading { margin-bottom: 36px; }
.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px 18px; align-items: start; }
.faq-item { border: 1px solid #e1e2e4; border-radius: 9px; background: #fff; overflow: hidden; }
.faq-item button { width: 100%; min-height: 58px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border: 0; background: #fff; text-align: left; cursor: pointer; font-weight: 620; }
.faq-item button:hover, .faq-item.is-open button { background: #fffaf0; } .faq-item button svg { flex: 0 0 auto; color: #9b7400; }
.faq-item p { margin: 0; padding: 0 18px 18px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.faq-links { margin-top: 28px; display: flex; justify-content: center; gap: 34px; }
.faq-links a { display: inline-flex; align-items: center; gap: 6px; font-size: 14px; font-weight: 650; } .faq-links .muted-link { color: var(--muted); font-weight: 500; }
.support { border-top: 1px solid var(--line); padding-block: 66px; }
.support-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.support-grid article { padding: 4px 30px; border-right: 1px solid var(--line); } .support-grid article:last-child { border-right: 0; }
.support-grid svg { color: #bd8a00; } .support-grid h3 { margin: 15px 0 7px; font-size: 16px; } .support-grid p { margin: 0 0 14px; color: var(--muted); font-size: 13px; }
.support-grid a { display: inline-flex; align-items: center; gap: 5px; font-size: 13px; font-weight: 650; }
.final-cta { background: #fff8df; border-block: 1px solid #f3df9d; }
.final-cta__inner { min-height: 150px; display: flex; align-items: center; gap: 24px; }
.cta-mark { flex: 0 0 72px; width: 72px; height: 72px; display: grid; place-items: center; color: #fff; background: var(--yellow); border-radius: 50%; }
.final-cta h2 { margin: 0 0 7px; font-size: 25px; } .final-cta p { margin: 0; color: var(--muted); } .final-cta .button { margin-left: auto; }
.footer { padding: 64px 0 22px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(5, 1fr); gap: 38px; }
.footer-brand img { width: 120px; } .footer-brand p { margin: 17px 0 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.footer-grid h3 { margin: 0 0 17px; font-size: 14px; } .footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { color: #535c68; font-size: 12px; } .footer-grid a:hover { color: #9c7400; }
.footer-bottom { margin-top: 47px; padding-top: 22px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); color: #7b828b; font-size: 11px; }
.footer-bottom > div { display: flex; align-items: center; gap: 20px; } .footer-bottom button { display: flex; align-items: center; gap: 6px; border: 0; background: transparent; color: inherit; }
.footer-bottom a:hover { color: #202326; }
.guides-page, .guide-article-page { background: #fff; }
.guides-hero { padding: 108px 0 92px; text-align: center; background: #fffaf0; border-bottom: 1px solid #f1e4bc; }
.guides-hero h1 { max-width: 920px; margin: 0 auto; font-size: clamp(50px, 6vw, 76px); line-height: 1.08; letter-spacing: -.05em; }
.guides-hero > .container > p { max-width: 680px; margin: 26px auto 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.guide-category-links { margin-top: 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.guide-category-links a { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid #ead99f; border-radius: 99px; color: #745900; font-size: 12px; font-weight: 750; }
.guide-featured { padding-bottom: 86px; }
.guide-section-head { margin-bottom: 34px; display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }
.guide-section-head span { color: #9b7400; font-size: 11px; font-weight: 800; letter-spacing: .1em; }
.guide-section-head h2 { margin: 8px 0 0; font-size: 36px; line-height: 1.2; }
.guide-section-head > a { display: inline-flex; align-items: center; gap: 6px; color: #8b6900; font-size: 13px; font-weight: 750; }
.guide-card { min-width: 0; display: flex; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #dedfdb; border-radius: 14px; transition: transform 180ms ease, box-shadow 180ms ease; }
.guide-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(28,25,16,.08); }
.guide-card--large { display: grid; grid-template-columns: 1fr 1fr; }
.guide-card-art { min-height: 184px; padding: 28px; display: flex; align-items: flex-end; justify-content: space-between; color: #fff; background: #1d1d1b; }
.guide-card-art span { font-size: 10px; font-weight: 800; letter-spacing: .16em; }
.guide-card-art--getting-started { color: #191915; background: #ffd75a; }
.guide-card-art--setup { background: #232a33; }
.guide-card-art--advanced { background: #66520e; }
.guide-card--large .guide-card-art { min-height: 350px; padding: 42px; }
.guide-card-copy { padding: 25px 26px 28px; display: flex; flex: 1; flex-direction: column; }
.guide-card--large .guide-card-copy { padding: 48px 46px; justify-content: center; }
.guide-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 9px 16px; color: #7b828b; font-size: 10px; }
.guide-meta > *:not(:first-child) { position: relative; }
.guide-meta > *:not(:first-child)::before { content: ""; position: absolute; left: -9px; top: 50%; width: 3px; height: 3px; background: #c4a342; border-radius: 50%; }
.guide-meta strong, .guide-meta a { color: #8b6900; font-size: inherit; font-weight: 800; }
.guide-card h2 { margin: 16px 0 11px; font-size: 21px; line-height: 1.35; }
.guide-card--large h2 { font-size: 34px; }
.guide-card p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.guide-card strong:last-child { margin-top: auto; display: inline-flex; align-items: center; gap: 6px; color: #8b6900; font-size: 12px; }
.guide-categories-section { background: #f8f8f5; border-block: 1px solid var(--line); }
.guide-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.guide-category-grid > a { min-height: 310px; padding: 32px; display: flex; flex-direction: column; background: #fff; border: 1px solid #dedfdb; border-radius: 13px; }
.guide-category-grid svg { color: #9d7600; } .guide-category-grid span { margin-top: 34px; color: #9b7400; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.guide-category-grid h3 { margin: 10px 0 12px; font-size: 24px; } .guide-category-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.guide-category-grid strong { margin-top: auto; padding-top: 25px; display: inline-flex; align-items: center; gap: 6px; font-size: 12px; }
.guide-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.guide-category-hero { padding: 78px 0 0; background: #fffaf0; border-bottom: 1px solid #f1e4bc; }
.guide-back { color: #8b6900; font-size: 12px; font-weight: 750; }
.guide-category-title { padding: 42px 0 54px; display: flex; align-items: center; gap: 24px; }
.guide-category-title > svg { box-sizing: content-box; padding: 18px; color: #8b6900; background: var(--yellow-soft); border-radius: 14px; }
.guide-category-title span { color: #9b7400; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.guide-category-title h1 { margin: 8px 0 10px; font-size: 52px; line-height: 1.1; letter-spacing: -.035em; } .guide-category-title p { margin: 0; color: var(--muted); font-size: 14px; }
.guide-category-hero nav { display: flex; gap: 32px; }
.guide-category-hero nav a { padding: 0 2px 18px; color: #6b717a; border-bottom: 3px solid transparent; font-size: 13px; font-weight: 700; }
.guide-category-hero nav a.is-active { color: #171715; border-color: var(--yellow); }
.guide-category-list { min-height: 540px; }
.guide-article-hero { padding: 88px 0 82px; text-align: center; background: #fffaf0; border-bottom: 1px solid #f1e4bc; }
.guide-article-hero > .container { max-width: 900px; }
.guide-breadcrumb { margin-bottom: 38px; display: flex; justify-content: center; gap: 9px; color: #8a7340; font-size: 11px; }
.guide-article-hero .guide-meta { justify-content: center; }
.guide-article-hero h1 { max-width: 880px; margin: 20px auto 0; font-size: clamp(43px, 5.3vw, 66px); line-height: 1.12; letter-spacing: -.045em; }
.guide-article-hero > .container > p { max-width: 690px; margin: 24px auto 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.guide-article-layout { display: grid; grid-template-columns: 220px minmax(0, 760px); justify-content: center; align-items: start; gap: 88px; }
.guide-article-layout > aside { position: sticky; top: 108px; padding: 22px 0; display: grid; border-block: 1px solid var(--line); }
.guide-article-layout > aside > strong { margin-bottom: 12px; font-size: 13px; }
.guide-article-layout > aside a { min-height: 43px; display: flex; align-items: center; gap: 10px; color: #626a74; font-size: 12px; }
.guide-article-layout > aside a span { color: #b78b0d; font-size: 10px; font-weight: 800; }
.guide-article-lead { margin-bottom: 48px; padding: 24px 26px; display: flex; align-items: flex-start; gap: 15px; background: var(--yellow-soft); border: 1px solid #efdc9b; border-radius: 12px; }
.guide-article-lead svg { flex: 0 0 auto; color: #947000; } .guide-article-lead p { margin: 0; color: #454b52; font-size: 14px; line-height: 1.85; }
.guide-article-layout article > section { margin-bottom: 46px; padding-bottom: 46px; scroll-margin-top: 110px; border-bottom: 1px solid var(--line); }
.guide-article-layout article > section > span { color: #a67d00; font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.guide-article-layout h2 { margin: 10px 0 17px; font-size: 29px; }
.guide-article-layout article > section > p { margin: 0; color: #59616b; font-size: 14px; line-height: 2; }
.guide-article-layout ul { margin: 22px 0 0; padding: 20px 0 0; display: grid; gap: 11px; list-style: none; border-top: 1px dashed #dcddd8; }
.guide-article-layout li { display: flex; align-items: flex-start; gap: 9px; color: #434a52; font-size: 13px; line-height: 1.65; } .guide-article-layout li svg { flex: 0 0 auto; margin-top: 2px; color: #9b7400; }
.guide-article-help { padding: 28px 30px; display: flex; align-items: center; gap: 24px; background: #f7f7f4; border-radius: 12px; }
.guide-article-help strong { font-size: 16px; } .guide-article-help p { margin: 7px 0 0; color: var(--muted); font-size: 12px; }
.guide-article-help a { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; color: #8b6900; font-size: 12px; font-weight: 750; }
.guide-related { background: #f8f8f5; border-top: 1px solid var(--line); }
.legal-page { background: #fff; }
.legal-hero { padding: 100px 0 88px; text-align: center; background: #fffaf0; border-bottom: 1px solid #f1e4bc; }
.legal-hero h1 { margin: 0; font-size: clamp(48px, 6vw, 72px); line-height: 1.08; letter-spacing: -.045em; }
.legal-hero p { max-width: 680px; margin: 24px auto 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.legal-updated { margin-top: 27px; color: #8b6900; font-size: 12px; font-weight: 700; }
.legal-content { padding-top: 84px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 760px); justify-content: center; align-items: start; gap: 86px; }
.legal-nav { position: sticky; top: 110px; padding: 22px 0; border-block: 1px solid var(--line); }
.legal-nav > strong { display: block; margin-bottom: 13px; color: #202326; font-size: 13px; }
.legal-nav nav { display: grid; }
.legal-nav a { min-height: 42px; display: flex; align-items: center; gap: 11px; color: #616872; font-size: 12px; }
.legal-nav a:hover { color: #8b6900; }
.legal-nav a span { color: #b78b0d; font-size: 10px; font-weight: 800; }
.legal-intro { margin-bottom: 48px; padding: 24px 26px; display: flex; align-items: flex-start; gap: 16px; background: var(--yellow-soft); border: 1px solid #efdc9b; border-radius: 12px; }
.legal-intro svg { flex: 0 0 auto; color: #9b7400; }
.legal-intro p { margin: 0; color: #454b52; font-size: 14px; line-height: 1.85; }
.legal-document > section { padding: 0 0 42px; margin: 0 0 42px; scroll-margin-top: 110px; border-bottom: 1px solid var(--line); }
.legal-document > section > span { color: #a67d00; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.legal-document h2 { margin: 10px 0 18px; font-size: 27px; line-height: 1.3; }
.legal-document > section p { margin: 0; color: #59616b; font-size: 14px; line-height: 2; }
.legal-contact { padding: 30px 32px; background: #f7f7f4; border-radius: 12px; }
.legal-contact strong { font-size: 17px; } .legal-contact p { margin: 8px 0 18px; color: var(--muted); font-size: 13px; }
.legal-contact a { display: inline-flex; align-items: center; gap: 6px; color: #8b6900; font-size: 13px; font-weight: 750; }
.help-page { background: #fff; }
.help-page-hero { padding: 92px 0 0; text-align: center; background: #fffaf0; border-bottom: 1px solid #f1e4bc; }
.help-page-hero h1 { max-width: 900px; margin: 0 auto; font-size: clamp(46px, 5.4vw, 70px); line-height: 1.08; letter-spacing: -.045em; }
.help-page-hero > .container > p { max-width: 690px; margin: 25px auto 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.help-tabs { min-height: 74px; margin-top: 66px; display: flex; align-items: center; justify-content: center; gap: 8px; border-top: 1px solid #eddfb5; }
.help-tabs a { min-height: 42px; padding: 0 18px; display: inline-flex; align-items: center; gap: 8px; color: #626a74; border-radius: 9px; font-size: 13px; }
.help-tabs a:hover { background: #fff; } .help-tabs a.is-active { color: #171715; background: var(--yellow); font-weight: 750; }
.help-hub-section { padding-top: 86px; }
.help-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.help-card { min-height: 310px; padding: 32px 28px; display: flex; flex-direction: column; border: 1px solid #e1e2df; border-radius: 14px; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.help-card:hover { transform: translateY(-4px); border-color: var(--yellow); box-shadow: 0 18px 40px rgba(34,29,14,.08); }
.help-card > div { width: 58px; height: 58px; display: grid; place-items: center; color: #151515; background: var(--yellow-soft); border: 1px solid #efda91; border-radius: 13px; }
.help-card h2 { margin: 28px 0 10px; font-size: 21px; } .help-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.help-card strong { margin-top: auto; padding-top: 22px; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; }
.help-quick-links { margin-top: 34px; padding: 23px 26px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px 24px; background: #f8f8f6; border-radius: 12px; }
.help-quick-links span { color: #9c7500; font-size: 12px; font-weight: 800; } .help-quick-links a { font-size: 13px; font-weight: 650; }
.help-content-section { background: #fff; }
.help-content-layout { display: grid; grid-template-columns: .62fr 1.38fr; align-items: start; gap: 84px; }
.help-side-note { position: sticky; top: 110px; padding: 32px; background: var(--yellow-soft); border: 1px solid #efdb9b; border-radius: 14px; }
.help-side-note > span { color: #9b7400; font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.help-side-note h2 { margin: 14px 0 12px; font-size: 25px; } .help-side-note p { margin: 0 0 24px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.help-side-note a, .support-guide > a { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; }
.help-search { min-height: 58px; padding: 0 18px; display: flex; align-items: center; gap: 10px; border: 1px solid #d9dad7; border-radius: 10px; background: #fff; }
.help-search:focus-within { border-color: #b88b0c; box-shadow: 0 0 0 3px rgba(255,195,26,.14); }
.help-search svg { color: #8b929a; } .help-search input { width: 100%; border: 0; outline: 0; color: #171717; background: transparent; font-size: 14px; }
.faq-category-summary { min-height: 58px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.faq-category-summary button { padding: 7px 11px; color: #6b7078; background: #f5f5f2; border: 1px solid transparent; border-radius: 99px; font: inherit; font-size: 11px; cursor: pointer; transition: 160ms ease; }
.faq-category-summary button:hover { color: var(--ink); border-color: #ddd9ca; }
.faq-category-summary button.is-active { color: var(--ink); background: var(--yellow-soft); border-color: #e9ce70; font-weight: 750; }
.faq-result-count { margin: -2px 0 14px; color: var(--muted); font-size: 12px; }
.help-empty { padding: 50px 24px; text-align: center; border-block: 1px solid var(--line); } .help-empty strong { font-size: 18px; } .help-empty p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.support-page-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 78px; }
.support-guide { padding: 6px 0; } .support-guide h2 { margin: 0 0 22px; font-size: 34px; line-height: 1.25; }
.support-guide ul { margin: 0 0 28px; padding: 22px 0; display: grid; gap: 15px; list-style: none; border-block: 1px solid var(--line); }
.support-guide li { display: flex; align-items: center; gap: 9px; color: #525963; font-size: 13px; } .support-guide li svg { color: #a67d00; }
.support-form { padding: 34px; display: grid; gap: 22px; background: #fcfcfb; border: 1px solid #e0e1de; border-radius: 14px; }
.form-row { display: grid; grid-template-columns: .7fr 1.3fr; gap: 16px; }
.support-form label { display: grid; gap: 9px; color: #383d42; font-size: 13px; font-weight: 700; }
.support-form input, .support-form select, .support-form textarea { width: 100%; padding: 0 13px; color: #171717; background: #fff; border: 1px solid #d5d7d3; border-radius: 8px; outline: 0; font: inherit; font-weight: 400; }
.support-form input, .support-form select { min-height: 46px; } .support-form textarea { padding-top: 13px; resize: vertical; line-height: 1.6; }
.support-form input:focus, .support-form select:focus, .support-form textarea:focus { border-color: #b88b0c; box-shadow: 0 0 0 3px rgba(255,195,26,.14); }
.support-form > p { margin: -4px 0 0; color: var(--muted); font-size: 11px; line-height: 1.6; } .support-form .button { justify-self: start; gap: 8px; }
.status-section { background: #fff; }
.status-banner { padding: 28px 30px; display: flex; align-items: center; gap: 18px; background: var(--yellow-soft); border: 1px solid #efdc9b; border-radius: 13px; }
.status-banner > svg { color: #997300; } .status-banner strong { font-size: 18px; } .status-banner p { margin: 6px 0 0; color: var(--muted); font-size: 13px; }
.status-banner .button { margin-left: auto; }
.status-component-list { margin-top: 34px; border-top: 1px solid var(--line); }
.status-component-list article { min-height: 106px; padding: 22px 8px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.status-component-list article > div { display: flex; align-items: center; gap: 18px; } .status-dot { width: 13px; height: 13px; flex: 0 0 auto; background: var(--yellow); border-radius: 50%; box-shadow: 0 0 0 5px var(--yellow-soft); }
.status-component-list h2 { margin: 0 0 6px; font-size: 17px; } .status-component-list p { margin: 0; color: var(--muted); font-size: 13px; }
.status-component-list a, .status-help a { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; }
.status-help { margin-top: 28px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.contact-section { background: #fff; }
.contact-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card-grid article { min-height: 320px; padding: 34px 32px; display: flex; flex-direction: column; border: 1px solid #e0e1de; border-radius: 14px; }
.contact-card-grid article > svg { color: #a67d00; } .contact-card-grid article > span { margin-top: 30px; color: #997300; font-size: 11px; font-weight: 800; letter-spacing: .11em; }
.contact-card-grid h2 { margin: 11px 0 13px; font-size: 22px; line-height: 1.35; } .contact-card-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.contact-card-grid a { margin-top: auto; padding-top: 24px; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; }
.contact-note { margin-top: 30px; padding: 24px 28px; display: flex; align-items: center; gap: 24px; background: #f8f8f6; border-radius: 12px; } .contact-note strong { color: #9b7400; } .contact-note p { margin: 0; color: var(--muted); font-size: 13px; }
.price-page { background: #fff; }
.price-page-hero { padding: 104px 0 96px; text-align: center; background: #fffaf0; border-bottom: 1px solid #f1e4bc; }
.price-page-hero h1 { max-width: 850px; margin: 0 auto; font-size: clamp(48px, 6vw, 76px); line-height: 1.08; letter-spacing: -.045em; }
.price-page-hero > .container > p { max-width: 680px; margin: 28px auto 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.price-hero-trust { margin-top: 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; color: #535b65; font-size: 13px; }
.price-hero-trust span { display: inline-flex; align-items: center; gap: 7px; }
.price-page-plans { background: #fff; }
.plan-comparison { background: #fcfcfb; border-block: 1px solid var(--line); }
.comparison-table { overflow: hidden; border: 1px solid #dedfdb; border-radius: 13px; background: #fff; }
.comparison-row { min-width: 780px; min-height: 68px; display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); align-items: center; border-bottom: 1px solid var(--line); }
.comparison-row:last-child { border-bottom: 0; }
.comparison-row > * { height: 100%; padding: 18px 24px; display: flex; align-items: center; border-right: 1px solid var(--line); font-size: 13px; }
.comparison-row > *:last-child { border-right: 0; }
.comparison-row > strong:first-child { color: #2b2e31; }
.comparison-row > span { color: #59616c; }
.comparison-row--head { min-height: 72px; color: #fff; background: #171715; border-bottom: 0; }
.comparison-row--head > * { border-color: #343430; font-size: 14px; }
.comparison-row--head > strong:first-child { color: var(--yellow); }
.purchase-flow { background: #fff; }
.purchase-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.purchase-steps article { min-height: 210px; padding: 38px 42px; border-right: 1px solid var(--line); }
.purchase-steps article:last-child { border-right: 0; }
.purchase-steps span { color: #b78700; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.purchase-steps h3 { margin: 24px 0 10px; font-size: 21px; }
.purchase-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.purchase-cta { margin-top: 38px; padding: 28px 32px; display: flex; align-items: center; gap: 24px; background: var(--yellow-soft); border: 1px solid #f0dd9f; border-radius: 13px; }
.purchase-cta strong { font-size: 20px; } .purchase-cta p { margin: 6px 0 0; color: var(--muted); font-size: 13px; } .purchase-cta .button { margin-left: auto; }
.price-page-faq { background: #fcfcfb; border-top: 1px solid var(--line); }
.download-main { background: #fff; }
.download-hub-hero { padding: 104px 0 96px; text-align: center; background: #fffaf0; border-bottom: 1px solid #f1e4bc; }
.download-hub-hero h1 { max-width: 840px; margin: 0 auto; font-size: clamp(48px, 6vw, 76px); line-height: 1.08; letter-spacing: -.045em; }
.download-hub-hero > .container > p { max-width: 690px; margin: 28px auto 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.download-trust { margin-top: 34px; display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; color: #535b65; font-size: 13px; }
.download-trust span { display: inline-flex; align-items: center; gap: 7px; }
.download-hub-list { padding-top: 86px; }
.download-card-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.download-card { min-height: 300px; padding: 30px 24px 25px; display: flex; flex-direction: column; border: 1px solid #e2e2df; border-radius: 14px; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.download-card:hover { transform: translateY(-4px); border-color: var(--yellow); box-shadow: 0 18px 42px rgba(34,29,14,.08); }
.download-card__icon { width: 68px; height: 68px; display: grid; place-items: center; color: #171717; background: var(--yellow-soft); border: 1px solid #f0d983; border-radius: 16px; }
.download-card h3 { margin: 24px 0 4px; font-size: 20px; } .download-card p { margin: 0; color: #9d7500; font-size: 12px; font-weight: 700; }
.download-card > span { margin-top: 30px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.download-card > strong { margin-top: auto; padding-top: 20px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); font-size: 12px; }
.download-help { margin-top: 34px; padding: 24px 26px; display: flex; align-items: center; gap: 16px; background: #f8f8f6; border-radius: 12px; }
.download-help > svg { color: #a97d00; } .download-help strong { font-size: 14px; } .download-help p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.download-help a { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; }
.platform-download-hero { padding: 26px 0 82px; overflow: hidden; background: #fff; border-bottom: 1px solid #f2f0e9; }
.download-tabs { min-height: 64px; margin-top: 72px; display: flex; align-items: center; justify-content: center; gap: 5px; border-block: 1px solid var(--line); }
.download-tabs a { min-height: 40px; padding: 0 16px; display: inline-flex; align-items: center; gap: 7px; color: #626a74; border-radius: 8px; font-size: 13px; }
.download-tabs a:hover { background: #f7f7f5; } .download-tabs a.is-active { color: #181818; background: var(--yellow-soft); font-weight: 700; }
.platform-download-grid { padding-top: 78px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 86px; }
.platform-download-copy h1 { max-width: 720px; margin: 0; font-size: clamp(46px, 5.3vw, 70px); line-height: 1.08; letter-spacing: -.045em; }
.platform-download-copy > p { max-width: 650px; margin: 26px 0 0; color: var(--muted); font-size: 17px; line-height: 1.8; }
.platform-download-actions { margin-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.platform-download-actions .button { gap: 8px; }
.text-action { display: inline-flex; align-items: center; gap: 5px; padding: 8px; color: #7e6500; font-size: 13px; font-weight: 700; }
.release-meta { margin-top: 40px; padding-top: 24px; display: grid; grid-template-columns: 1.45fr .75fr 1fr; gap: 24px; border-top: 1px solid var(--line); }
.release-meta span { color: #535c68; font-size: 12px; line-height: 1.6; } .release-meta strong { display: block; margin-bottom: 4px; color: #9c7500; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.platform-device-card { position: relative; min-height: 430px; padding: 52px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; background: #171715; color: #fff; border-radius: 24px; box-shadow: 0 34px 70px rgba(23,23,21,.16); }
.platform-device-mark { position: absolute; top: 62px; right: 64px; z-index: 1; width: 154px; height: 154px; display: grid; place-items: center; color: #171715; background: var(--yellow); border-radius: 30px; transform: rotate(-7deg); box-shadow: 0 22px 48px rgba(0,0,0,.22); }
.platform-device-card--qr { min-height: 480px; }
.mobile-qr { position: absolute; top: 28px; right: 30px; display: flex; align-items: center; gap: 17px; }
.mobile-qr__image { width: 196px; height: 196px; display: grid; place-items: center; overflow: hidden; background: #fff; border: 8px solid #fff; border-radius: 14px; }
.mobile-qr__image img { width: 100%; height: 100%; display: block; }
.mobile-qr__image span { color: #5b626b; font-size: 12px; }
.mobile-qr p { width: 118px; margin: 0; color: #d9d9d4; font-size: 12px; line-height: 1.7; }
.platform-device-card > span { color: var(--yellow); font-size: 11px; letter-spacing: .34em; font-weight: 800; }
.platform-device-card > strong { margin-top: 8px; font-size: 44px; line-height: 1; }
.device-status { margin-top: 24px; display: flex; align-items: center; gap: 7px; color: #d9d9d4; font-size: 12px; }
.device-status svg { color: var(--yellow); }
.install-section { background: #fcfcfb; }
.install-layout { display: grid; grid-template-columns: 1.3fr .7fr; align-items: start; gap: 90px; }
.section-heading--left { margin: 0 0 44px; text-align: left; } .section-heading--left i { margin-left: 0; }
.step-list { border-top: 1px solid #dadbd8; }
.step-list article { min-height: 126px; padding: 28px 0; display: grid; grid-template-columns: 74px 1fr; align-items: start; border-bottom: 1px solid #dadbd8; }
.step-list article > div { color: #c18f00; font-size: 14px; font-weight: 800; letter-spacing: .08em; }
.step-list h3 { margin: 0 0 8px; font-size: 20px; } .step-list p { max-width: 650px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.compatibility-card { position: sticky; top: 110px; padding: 34px; background: #fff8df; border: 1px solid #f0dd9f; border-radius: 16px; }
.compatibility-card > span { color: #9b7400; font-size: 11px; font-weight: 800; letter-spacing: .12em; } .compatibility-card h3 { margin: 14px 0 24px; font-size: 23px; line-height: 1.35; }
.compatibility-card ul { margin: 0; padding: 22px 0; display: grid; gap: 16px; list-style: none; border-block: 1px solid #ead797; }
.compatibility-card li { display: flex; align-items: flex-start; gap: 9px; color: #4e5153; font-size: 13px; line-height: 1.55; } .compatibility-card li svg { margin-top: 2px; flex: 0 0 auto; color: #9d7600; }
.compatibility-card a { margin-top: 24px; display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; }
.linux-command { margin-top: 34px; } .linux-command > span { display: flex; align-items: center; gap: 8px; margin-bottom: 11px; font-size: 13px; font-weight: 700; }
.command-box { min-height: 58px; padding: 8px 9px 8px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #f8f8f2; background: #1a1b19; border-radius: 9px; }
.command-box code { overflow-x: auto; font-size: 13px; } .command-box button { min-height: 40px; padding: 0 13px; display: inline-flex; align-items: center; gap: 6px; flex: 0 0 auto; color: #171715; background: var(--yellow); border: 0; border-radius: 7px; font-size: 12px; font-weight: 750; cursor: pointer; }
.download-faq { border-top: 1px solid var(--line); }
.download-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; align-items: start; gap: 95px; }
.download-faq-layout > div:first-child h2 { margin: 0; font-size: 36px; line-height: 1.25; } .download-faq-layout > div:first-child > p { margin: 20px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.75; }
.download-faq-layout > div:first-child > a { display: inline-flex; align-items: center; gap: 6px; color: #8b6900; font-size: 13px; font-weight: 700; }
.download-faq-list { border-top: 1px solid #dfe0dd; }
.download-faq-list article { border-bottom: 1px solid #dfe0dd; } .download-faq-list button { width: 100%; min-height: 70px; padding: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: transparent; border: 0; font-weight: 700; text-align: left; cursor: pointer; }
.download-faq-list button svg { flex: 0 0 auto; color: #a77d00; } .download-faq-list p { margin: -2px 0 25px; max-width: 740px; color: var(--muted); font-size: 14px; line-height: 1.75; white-space: pre-line; }
.other-platforms { padding: 28px 0; background: #fff8df; border-block: 1px solid #f0dd9f; }
.other-platforms > .container { display: flex; align-items: center; gap: 34px; } .other-platforms span { color: #856500; font-size: 12px; font-weight: 800; }
.other-platforms > .container > div { display: flex; align-items: center; gap: 12px; }
.other-platforms a { min-height: 38px; padding: 0 14px; display: inline-flex; align-items: center; gap: 7px; background: #fff; border: 1px solid #ead99f; border-radius: 8px; font-size: 12px; }
.mobile-drawer { display: none; }
@media (max-width: 1080px) {
  .desktop-nav, .header-actions > .dropdown { display: none; } .mobile-menu-button { display: inline-grid; place-items: center; cursor: pointer; }
  .hero-grid { grid-template-columns: 1fr 1.1fr; min-height: 610px; } .hero-art { width: 620px; }
  .feature-item { padding-inline: 22px; } .platform-inner { align-items: flex-start; } .platform-list { flex-wrap: wrap; justify-content: flex-start; gap: 4px 16px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, 1fr); } .footer-grid > div:nth-last-child(-n+2) { margin-top: 18px; }
  .help-card-grid { grid-template-columns: repeat(2, 1fr); } .help-content-layout, .support-page-layout { gap: 46px; }
  .legal-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 48px; }
  .guide-article-layout { grid-template-columns: 200px minmax(0, 1fr); gap: 48px; }
  .guide-card-grid { grid-template-columns: repeat(2, 1fr); }
  .purchase-steps article { padding-inline: 28px; }
  .download-card-grid { grid-template-columns: repeat(3, 1fr); } .platform-download-grid { gap: 46px; } .install-layout, .download-faq-layout { gap: 52px; }
  .mobile-drawer { position: fixed; z-index: 50; inset: 0 0 0 auto; width: min(430px, 100vw); padding: 22px 24px 28px; display: flex; flex-direction: column; overflow: hidden; background: #fff; box-shadow: -24px 0 70px rgba(10,10,10,.18); }
  .mobile-drawer__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .mobile-drawer__head img { width: 120px; } .mobile-drawer__head button { border: 0; background: transparent; padding: 8px; }
  .mobile-links { min-height: 0; padding: 18px 0; display: flex; flex: 1 1 auto; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; } .mobile-links a, .mobile-links span { min-height: 46px; display: flex; flex: 0 0 auto; align-items: center; font-weight: 650; }
  .mobile-links span { color: #9a7300; font-size: 12px; min-height: 34px; } .mobile-links .mobile-sub { min-height: 39px; padding-left: 18px; color: var(--muted); font-weight: 500; }
  .mobile-language { flex: 0 0 auto; min-height: 54px; padding: 10px 0; display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 8px; border-top: 1px solid var(--line); color: #5f6670; }
  .mobile-language label { font-size: 12px; font-weight: 750; }
  .mobile-language select { width: 100%; min-height: 36px; padding: 0 30px 0 11px; color: #25282b; background: #f7f7f4; border: 1px solid #d9dad6; border-radius: 7px; font: inherit; font-size: 12px; }
  .mobile-cta { flex: 0 0 auto; margin-top: 10px; }
}
@media (max-width: 780px) {
  .container { width: min(100% - 32px, 620px); } .site-header { height: 68px; } .brand img { width: 112px; } .header-cta { display: none; }
  .hero-grid { min-height: auto; padding: 58px 0 60px; display: flex; flex-direction: column; gap: 12px; } .hero-copy { padding: 0; }
  .hero h1 { font-size: 48px; } .hero-copy > p { font-size: 16px; } .hero-actions { flex-direction: column; align-items: stretch; } .trust-row { gap: 12px; }
  .hero-art { order: -1; width: 112%; max-width: none; margin: -20px -6% 0; }
  .section { padding: 76px 0; } .section-heading { margin-bottom: 38px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-item, .feature-item:nth-child(3n), .feature-item:nth-last-child(-n+3) { min-height: auto; padding: 24px 4px; border-right: 0; border-bottom: 1px solid var(--line); } .feature-item:last-child { border-bottom: 0; }
  .platform-inner { flex-direction: column; gap: 16px; } .platform-inner > div:first-child { min-width: 0; padding-right: 0; border-right: 0; }
  .platform-list { width: 100%; display: grid; grid-template-columns: repeat(2, 1fr); }
  .pricing-grid, .faq-grid, .support-grid { grid-template-columns: 1fr; } .pricing-grid { gap: 22px; } .plan { padding: 34px 28px; } .plan--featured { padding: 33px 27px; }
  .support-grid article { padding: 25px 0; border-right: 0; border-bottom: 1px solid var(--line); } .support-grid article:last-child { border-bottom: 0; }
  .faq-links { flex-direction: column; align-items: center; gap: 14px; }
  .final-cta__inner { padding: 34px 0; flex-direction: column; align-items: flex-start; } .final-cta .button { width: 100%; margin-left: 0; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); gap: 32px; } .footer-brand { grid-column: 1 / -1; } .footer-grid > div:nth-last-child(-n+2) { margin-top: 0; }
  .footer-bottom { align-items: flex-start; gap: 18px; flex-direction: column; } .footer-bottom > div { flex-wrap: wrap; }
  .help-page-hero { padding-top: 70px; } .help-page-hero h1 { font-size: 44px; } .help-page-hero > .container > p { font-size: 15px; }
  .legal-hero { padding: 72px 0 64px; } .legal-hero h1 { font-size: 44px; } .legal-hero p { font-size: 15px; }
  .legal-content { padding-top: 60px; } .legal-layout { grid-template-columns: 1fr; gap: 38px; }
  .legal-nav { position: static; } .legal-nav nav { grid-template-columns: repeat(2, 1fr); column-gap: 16px; }
  .legal-intro { margin-bottom: 38px; padding: 22px 20px; } .legal-document > section { padding-bottom: 34px; margin-bottom: 34px; }
  .legal-document h2 { font-size: 24px; } .legal-contact { padding: 26px 22px; }
  .guides-hero { padding: 72px 0 66px; } .guides-hero h1 { font-size: 43px; } .guides-hero > .container > p { font-size: 15px; }
  .guide-featured { padding-bottom: 70px; } .guide-section-head { align-items: flex-start; flex-direction: column; }
  .guide-card--large { grid-template-columns: 1fr; } .guide-card--large .guide-card-art { min-height: 230px; padding: 30px; }
  .guide-card--large .guide-card-copy { padding: 30px 26px; } .guide-card--large h2 { font-size: 27px; }
  .guide-category-grid, .guide-card-grid { grid-template-columns: 1fr; }
  .guide-category-grid > a { min-height: 270px; }
  .guide-category-hero { padding-top: 55px; } .guide-category-title { padding: 32px 0 42px; align-items: flex-start; }
  .guide-category-title h1 { font-size: 42px; } .guide-category-hero nav { gap: 18px; overflow-x: auto; } .guide-category-hero nav a { white-space: nowrap; }
  .guide-article-hero { padding: 64px 0 60px; } .guide-article-hero h1 { font-size: 41px; } .guide-article-hero > .container > p { font-size: 15px; }
  .guide-article-layout { grid-template-columns: 1fr; gap: 38px; } .guide-article-layout > aside { position: static; }
  .guide-article-lead { margin-bottom: 38px; padding: 22px 20px; } .guide-article-layout article > section { margin-bottom: 36px; padding-bottom: 36px; }
  .guide-article-layout h2 { font-size: 25px; } .guide-article-help { align-items: flex-start; flex-direction: column; } .guide-article-help a { margin-left: 0; }
  .help-tabs { margin-top: 46px; padding: 10px 0; display: grid; grid-template-columns: repeat(2, 1fr); } .help-tabs a { justify-content: center; padding-inline: 8px; }
  .help-card-grid, .help-content-layout, .support-page-layout, .contact-card-grid { grid-template-columns: 1fr; } .help-card { min-height: 250px; }
  .help-side-note { position: static; } .form-row { grid-template-columns: 1fr; } .support-form { padding: 24px 20px; }
  .status-banner { align-items: flex-start; flex-wrap: wrap; } .status-banner .button { width: 100%; margin-left: 0; } .status-component-list article { align-items: flex-start; flex-direction: column; }
  .status-help, .contact-note { align-items: flex-start; flex-direction: column; }
  .price-page-hero { padding: 72px 0 66px; } .price-page-hero h1 { font-size: 46px; } .price-page-hero > .container > p { font-size: 15px; }
  .comparison-table { overflow-x: auto; } .purchase-steps { grid-template-columns: 1fr; } .purchase-steps article { min-height: auto; padding: 30px 4px; border-right: 0; border-bottom: 1px solid var(--line); } .purchase-steps article:last-child { border-bottom: 0; }
  .purchase-cta { align-items: stretch; flex-direction: column; } .purchase-cta .button { width: 100%; margin-left: 0; }
  .download-hub-hero { padding: 72px 0 66px; } .download-hub-hero h1 { font-size: 46px; } .download-hub-hero > .container > p { font-size: 15px; }
  .download-card-grid { grid-template-columns: 1fr; } .download-card { min-height: 225px; } .download-help { align-items: flex-start; flex-wrap: wrap; } .download-help a { width: 100%; margin-left: 39px; }
  .platform-download-hero { padding-top: 10px; } .download-tabs { margin-top: 48px; padding: 8px 0; display: grid; grid-template-columns: repeat(3, 1fr); } .download-tabs a { justify-content: center; padding-inline: 8px; }
  .platform-download-grid { padding-top: 50px; display: flex; flex-direction: column; gap: 42px; } .platform-download-copy h1 { font-size: 45px; }
  .platform-download-actions { align-items: stretch; flex-direction: column; } .platform-download-actions .button { width: 100%; } .text-action { justify-content: center; }
  .release-meta { grid-template-columns: 1fr; gap: 14px; } .platform-device-card { width: 100%; min-height: 350px; padding: 34px; } .platform-device-card--qr { min-height: 475px; } .platform-device-mark { width: 124px; height: 124px; top: 48px; right: 42px; }
  .mobile-qr { top: 28px; left: 28px; right: 28px; justify-content: space-between; } .mobile-qr__image { width: 182px; height: 182px; }
  .install-layout, .download-faq-layout { grid-template-columns: 1fr; gap: 48px; } .compatibility-card { position: static; } .step-list article { grid-template-columns: 54px 1fr; }
  .download-faq-layout > div:first-child h2 { font-size: 30px; } .other-platforms > .container { align-items: flex-start; flex-direction: column; gap: 16px; } .other-platforms > .container > div { width: 100%; flex-wrap: wrap; }
}
@media (max-width: 430px) { .hero h1 { font-size: 42px; } .eyebrow { font-size: 11px; } .icon-shell { flex-basis: 50px; width: 50px; height: 50px; } .platform-list { grid-template-columns: 1fr; } .download-hub-hero h1, .platform-download-copy h1, .price-page-hero h1, .help-page-hero h1 { font-size: 40px; } .platform-device-card > strong { font-size: 37px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }

.site-header svg, .mobile-drawer svg, .footer svg { width: 1em; height: 1em; }
.mobile-drawer-backdrop { display: none; }
.footer-friends { display: flex; gap: 16px; }
.footer-friends:empty { display: none; }
.guide-card-art img { width: 100%; height: 100%; object-fit: cover; }
.guide-article-cover { margin-top: 44px; }
.guide-article-cover img { width: 100%; aspect-ratio: 3 / 2; display: block; object-fit: cover; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 22px 60px rgba(25,22,13,.09); }
.pagination { margin-top: 42px; display: flex; justify-content: center; gap: 8px; }
.pagination a, .pagination span { min-width: 38px; min-height: 38px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 7px; }
.cms-content { color: #59616b; font-size: 15px; line-height: 2; }
.cms-content h2, .cms-content h3 { margin: 1.8em 0 .7em; color: var(--ink); }
.cms-content img { max-width: 100%; height: auto; border-radius: 12px; }
.post-tags, .post-navigation { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 12px; }
.error-page { min-height: 65vh; display: grid; place-items: center; text-align: center; }
.error-page h1 { margin: 0; font-size: clamp(44px, 6vw, 70px); }
.error-page p { margin: 20px 0 28px; color: var(--muted); }
[hidden] { display: none !important; }
@media (max-width:1080px) {
  .mobile-drawer { transform: translateX(102%); visibility: hidden; transition: transform .22s ease, visibility .22s; }
  .mobile-drawer.is-open { transform: translateX(0); visibility: visible; }
  .mobile-drawer-backdrop.is-open { position: fixed; z-index: 39; inset: 0; display: block; background: rgba(15,15,13,.28); }
  body.menu-open { overflow: hidden; }
}
