:root { color-scheme: light; --ink: #15182b; --muted: #626b80; --accent: #5b4cf0; --accent-dark: #4338ca; --line: #e3e6ef; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--ink); background: #f7f8fc; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-height: 100vh; background: #f7f8fc; }
a { color: inherit; }
.site-header { min-height: 72px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: rgba(255, 255, 255, .92); border-bottom: 1px solid #e9ebf2; }
.site-header nav, footer { display: flex; align-items: center; gap: 20px; }
.site-header nav a, footer a, .link-button { color: #526079; text-decoration: none; font: inherit; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 850; text-decoration: none; letter-spacing: -.025em; }
.brand-mark { display: inline-grid; width: 30px; height: 30px; place-items: center; border-radius: 9px; background: linear-gradient(145deg, #6b5cf6, #4338ca); color: #fff; font-size: 15px; font-weight: 900; box-shadow: 0 7px 18px rgba(91, 76, 240, .24); }
.brand-mark.small { width: 26px; height: 26px; border-radius: 8px; font-size: 13px; }
main { width: min(1160px, 92vw); margin: 0 auto; padding: 48px 0 72px; }
.hero { max-width: 760px; padding: 40px 0 72px; }
.helper-hero { max-width: 900px; }
h1 { margin: 10px 0 18px; font-size: clamp(38px, 7vw, 68px); line-height: .98; letter-spacing: -.055em; }
h2 { margin: 6px 0 12px; letter-spacing: -.025em; }
p { color: var(--muted); font-size: 17px; line-height: 1.65; }
.hero-lead { max-width: 760px; font-size: clamp(18px, 2.5vw, 22px); }
.eyebrow { color: var(--accent); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.actions, .copy-row, .card-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.actions { justify-content: flex-start; margin-top: 30px; }
.control-strip { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.control-strip span { padding: 8px 12px; border: 1px solid #d9dee8; border-radius: 999px; background: rgba(255, 255, 255, .72); color: #4e5a70; font-size: 13px; font-weight: 750; }
.control-strip span::before { content: "✓"; margin-right: 7px; color: #258346; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; border: 1px solid transparent; border-radius: 10px; cursor: pointer; font: inherit; font-weight: 750; text-decoration: none; }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--accent), var(--accent-dark)); box-shadow: 0 9px 22px rgba(91, 76, 240, .20); }
.button.secondary { color: #273349; background: #fff; border-color: #cfd6e2; }
.button.light { min-height: 52px; padding: 0 24px; color: var(--accent-dark); background: #fff; box-shadow: 0 12px 28px rgba(16, 18, 40, .18); }
.button:disabled { cursor: not-allowed; opacity: .48; box-shadow: none; }
.extension-hero { position: relative; display: grid; grid-template-columns: minmax(0, .93fr) minmax(440px, 1.07fr); gap: 56px; align-items: center; min-height: 630px; padding: 66px 58px; overflow: hidden; border: 1px solid rgba(91, 76, 240, .12); border-radius: 32px; background: radial-gradient(circle at 84% 14%, rgba(255,255,255,.86) 0 9%, transparent 36%), radial-gradient(circle at 5% 92%, rgba(255,255,255,.72), transparent 32%), linear-gradient(135deg, #edf2ff 0%, #f4edff 50%, #fff4e8 100%); box-shadow: 0 28px 80px rgba(52, 47, 106, .10); }
.hero-copy { position: relative; z-index: 2; }
.browser-label { display: inline-flex; align-items: center; gap: 9px; padding: 8px 12px; border: 1px solid rgba(91, 76, 240, .14); border-radius: 999px; background: rgba(255,255,255,.76); color: #424a61; font-size: 12px; font-weight: 800; letter-spacing: .03em; }
.browser-icons { display: inline-flex; align-items: center; padding-right: 4px; }
.browser-mark, .store-icon { position: relative; display: inline-block; flex: 0 0 auto; width: 18px; height: 18px; border-radius: 50%; }
.browser-mark + .browser-mark { margin-left: -4px; box-shadow: 0 0 0 2px rgba(255,255,255,.95); }
.browser-mark.chrome, .store-icon.chrome { background: conic-gradient(#e74b3c 0 33%, #f6c344 0 66%, #36a85b 0); }
.browser-mark.chrome::after, .store-icon.chrome::after { content: ""; position: absolute; inset: 5px; border: 2px solid #fff; border-radius: 50%; background: #4285f4; }
.browser-mark.firefox, .store-icon.firefox { overflow: hidden; background: conic-gradient(from 205deg, #5b35c9, #8e3dce 22%, #ff4c2e 49%, #ffb12d 72%, #ff682f 84%, #5b35c9); }
.browser-mark.firefox::after, .store-icon.firefox::after { content: ""; position: absolute; inset: 5px 4px 4px 5px; border-radius: 50%; background: #4c58d9; box-shadow: -4px -4px 0 -2px #ffb12d; }
.extension-hero h1 { max-width: 600px; margin: 22px 0 20px; font-size: clamp(46px, 5.6vw, 72px); line-height: .96; }
.extension-hero h1 span { color: var(--accent); }
.extension-hero .hero-lead { max-width: 530px; margin: 0; color: #525b72; font-size: clamp(18px, 2vw, 21px); line-height: 1.52; }
.hero-button { min-height: 52px; padding: 0 23px; }
.store-button { width: 214px; gap: 8px; }
.store-button .store-icon { width: 20px; height: 20px; }
.store-button .store-icon.chrome::after { inset: 5px; }
.store-button .store-icon.firefox::after { inset: 5px 4px 4px 5px; }
.text-link { color: #33384c; font-size: 14px; font-weight: 800; text-decoration: none; }
.text-link span { margin-left: 4px; color: var(--accent); }
.product-stage { position: relative; z-index: 1; min-width: 0; transform: rotate(1.2deg); }
.browser-frame { overflow: hidden; border: 1px solid rgba(43, 49, 77, .16); border-radius: 20px; background: #fff; box-shadow: 0 32px 80px rgba(48, 43, 103, .22); }
.browser-bar { display: flex; align-items: center; gap: 6px; height: 44px; padding: 0 13px; border-bottom: 1px solid #e8eaf0; background: #f8f9fb; }
.browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #d8dbe5; }
.browser-bar > span:first-child { background: #ff8a85; }
.browser-bar > span:nth-child(2) { background: #ffd071; }
.browser-bar > span:nth-child(3) { background: #73d69a; }
.browser-address { flex: 1; max-width: 230px; margin-left: 10px; padding: 6px 12px; border-radius: 8px; background: #eef0f5; color: #8a91a2; font-size: 10px; }
.platform-surface { position: relative; min-height: 480px; display: grid; place-items: center; padding: 20px; background: linear-gradient(180deg, #edf1f7, #f6f7fa); }
.invite-dialog-image { display: block; width: 100%; height: auto; border-radius: 14px; box-shadow: 0 16px 36px rgba(36, 44, 69, .12); }
.reaction-card { width: 78%; overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 16px 36px rgba(36, 44, 69, .12); }
.reaction-tabs { display: flex; gap: 20px; padding: 17px 18px 12px; border-bottom: 1px solid #eef0f4; color: #72798b; font-size: 12px; }
.reaction-tabs strong { position: relative; color: #4e46dc; }
.reaction-tabs strong::after { content: ""; position: absolute; right: 0; bottom: -13px; left: 0; height: 2px; background: #5b4cf0; }
.reaction-person { display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; padding: 13px 14px; border-bottom: 1px solid #f0f1f4; }
.reaction-person i { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(145deg, #cbd2e2, #f1d8d0); }
.reaction-person div { display: grid; gap: 3px; }
.reaction-person strong { color: #33394a; font-size: 11px; }
.reaction-person span { color: #9096a5; font-size: 9px; }
.reaction-person button { padding: 7px 11px; border: 0; border-radius: 7px; background: #edf0ff; color: #4f46d8; font-size: 10px; font-weight: 800; }
.reaction-person.faded { opacity: .55; }
.extension-panel { position: absolute; right: 18px; bottom: 26px; width: min(310px, 68%); overflow: hidden; border: 1px solid #e0e3eb; border-radius: 15px; background: #fff; box-shadow: 0 24px 55px rgba(36, 39, 73, .22); }
.panel-title, .panel-stat, .panel-total { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.panel-title { padding: 14px; border-bottom: 1px solid #eceef3; }
.panel-title strong { flex: 1; font-size: 12px; }
.live-pill { padding: 4px 8px; border-radius: 999px; background: #ddf6e8; color: #23754a; font-size: 9px; font-weight: 900; }
.panel-stat { padding: 13px 14px; border-bottom: 1px solid #f0f1f5; color: #737b8d; font-size: 10px; }
.panel-stat strong { color: #2d7650; }
.toggle { position: relative; width: 29px; height: 17px; border-radius: 999px; background: #6758ef; }
.toggle::after { content: ""; position: absolute; top: 3px; right: 3px; width: 11px; height: 11px; border-radius: 50%; background: #fff; }
.panel-total { padding: 14px; background: #171a30; color: #fff; font-size: 10px; }
.panel-total strong { color: #c9c4ff; }
.mini-trust { display: flex; justify-content: center; gap: 0; margin: 26px 0 0; color: #7a8193; font-size: 12px; font-weight: 750; }
.mini-trust span { padding: 0 22px; border-left: 1px solid #dfe2ea; }
.mini-trust span:first-child { border-left: 0; }
.how-section { padding: 104px 0 18px; scroll-margin-top: 24px; }
.how-layout { display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: 20px; align-items: stretch; }
.how-preview { display: flex; min-width: 0; margin: 0; padding: 16px; flex-direction: column; border: 1px solid rgba(91, 76, 240, .13); border-radius: 22px; background: linear-gradient(155deg, #fff, #f1efff); box-shadow: 0 18px 46px rgba(32, 37, 64, .07); }
.how-preview-label { display: flex; align-items: center; gap: 8px; margin: 1px 2px 13px; color: #4d5670; font-size: 12px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.how-preview-label span { color: var(--accent); font-size: 10px; }
.how-preview img { display: block; width: 100%; min-height: 0; flex: 1; border-radius: 15px; object-fit: cover; object-position: top center; box-shadow: 0 15px 34px rgba(35, 40, 68, .12); }
.how-preview figcaption { margin: 13px 3px 1px; color: #586278; font-size: 14px; line-height: 1.55; }
.how-steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.how-steps li { position: relative; min-height: 224px; overflow: hidden; padding: 24px 23px; border: 1px solid rgba(91, 76, 240, .13); border-radius: 20px; background: linear-gradient(155deg, #fff 25%, #f5f3ff 100%); box-shadow: 0 16px 40px rgba(32, 37, 64, .055); }
.how-steps li::after { content: ""; position: absolute; right: -42px; bottom: -58px; width: 135px; height: 135px; border-radius: 50%; background: rgba(91, 76, 240, .055); }
.how-step-number { position: relative; z-index: 1; display: inline-grid; width: 40px; height: 40px; margin-bottom: 22px; place-items: center; border-radius: 12px; background: #ece9ff; color: var(--accent); font-size: 12px; font-weight: 900; letter-spacing: .04em; }
.how-steps h3 { position: relative; z-index: 1; margin: 0 0 10px; font-size: 20px; letter-spacing: -.025em; }
.how-steps p { position: relative; z-index: 1; margin: 0; color: #566077; font-size: 15px; line-height: 1.65; }
.paid-feature { display: inline-block; padding: 1px 7px; border-radius: 999px; background: #e8f5ee; color: #24734e; font-size: .88em; font-weight: 850; white-space: nowrap; }
.benefit-section { padding: 104px 0 92px; }
.section-heading { max-width: 650px; margin: 0 auto 45px; text-align: center; }
.section-heading h2 { margin: 10px 0 13px; font-size: clamp(36px, 5vw, 56px); line-height: 1; }
.section-heading p { margin: 0; }
.benefit-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 18px; }
.benefit-grid article { grid-column: span 2; padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 16px 40px rgba(32, 37, 64, .055); }
.benefit-grid article:nth-last-child(-n+2) { grid-column: span 3; }
.feature-icon { display: inline-grid; width: 44px; height: 44px; margin-bottom: 20px; place-items: center; border-radius: 13px; background: #ece9ff; color: var(--accent); font-size: 22px; font-weight: 900; }
.feature-icon.reactions { background: #eaf1ff; color: #3074dc; }
.feature-icon.scroll { background: #e5f5ef; color: #23825a; }
.feature-icon.languages { background: #f4e9ff; color: #7a45bb; font-size: 18px; }
.feature-icon.shield { background: #fff0dd; color: #b86a13; }
.benefit-grid h3 { margin: 0 0 9px; font-size: 21px; letter-spacing: -.025em; }
.benefit-grid p { margin: 0; font-size: 15px; line-height: 1.6; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 46px 50px; border-radius: 26px; background: radial-gradient(circle at 82% 12%, rgba(116, 101, 255, .55), transparent 32%), linear-gradient(135deg, #171a30, #2e276c); box-shadow: 0 24px 65px rgba(33, 28, 87, .20); }
.final-cta h2 { margin: 8px 0 7px; color: #fff; font-size: clamp(32px, 4vw, 48px); }
.final-cta p { margin: 0; color: #c6c8d8; }
.final-cta .eyebrow { color: #aaa2ff; }
.store-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.helper-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 44px; align-items: center; margin-bottom: 18px; padding: 34px; border-radius: 18px; }
.helper-intro { background: #172033; }
.helper-intro h2 { max-width: 480px; color: #fff; font-size: clamp(27px, 4vw, 38px); line-height: 1.08; }
.helper-intro p { margin: 0; color: #c9d1de; }
.claim-marker { margin-left: 3px; color: #e35c6c; font-size: .55em; vertical-align: super; }
.feature-showcase { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: 42px; align-items: center; margin: 18px 0; padding: 42px; border: 1px solid #e1e6ef; border-radius: 18px; background: linear-gradient(145deg, #fff 0%, #f8f1f2 100%); box-shadow: 0 16px 42px rgba(29, 42, 68, .06); }
.feature-copy h2 { max-width: 570px; font-size: clamp(28px, 4vw, 42px); line-height: 1.08; }
.feature-copy p { margin-bottom: 0; }
.assistant-preview { overflow: hidden; border: 1px solid #d9dee8; border-radius: 15px; background: #fff; box-shadow: 0 18px 45px rgba(23, 32, 51, .12); }
.preview-head, .preview-row, .preview-counter { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 17px; }
.preview-head { border-bottom: 1px solid #e7eaf0; font-size: 17px; }
.preview-badge { padding: 4px 9px; border-radius: 999px; background: #e4f5e9; color: #216638; font-size: 11px; font-weight: 800; }
.preview-row { border-bottom: 1px solid #eef0f4; color: #68748a; font-size: 13px; }
.preview-row strong { color: #273349; text-align: right; }
.preview-counter { background: #172033; color: #fff; font-size: 13px; }
.preview-counter strong { color: #f3c8cd; }
.helper-grid { margin-bottom: 18px; }
.helper-grid article { position: relative; overflow: hidden; }
.step-number { display: inline-block; margin-bottom: 18px; color: #b51224; font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.safety-footnote { max-width: 900px; margin: 22px auto 0; color: #838a9b; font-size: 11px; line-height: 1.55; text-align: center; }
.safety-footnote sup { margin-right: 3px; color: var(--accent); font-weight: 850; }
.pricing-head { max-width: 720px; margin-bottom: 34px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.pricing-grid .card { margin: 0; }
.pricing-grid .plan-card { display: flex; flex-direction: column; }
.plan-card-action { margin-top: auto; padding-top: 14px; }
.plan-card-action > :last-child { margin-bottom: 0; }
.pricing-grid .featured { border-color: #cf8e96; box-shadow: 0 16px 44px rgba(181, 18, 36, .10); }
.checkout-form { display: grid; gap: 12px; margin-top: 18px; }
.legal-check { display: grid; grid-template-columns: 18px 1fr; gap: 9px; align-items: start; color: #526079; font-size: 12px; font-weight: 500; line-height: 1.45; }
.legal-check input { width: 18px; min-height: 18px; margin: 1px 0 0; accent-color: #b51224; }
.legal-check a { color: #8f1220; font-weight: 750; }
.legal-check-important { padding: 10px; border: 1px solid #e0b7bc; border-radius: 9px; background: #fff6f7; color: #3d4658; }
.legal-summary { margin: 22px 0; padding: 20px; border: 1px solid #d8deea; border-radius: 12px; background: #f7f8fb; }
.legal-summary h2 { margin-top: 0; }
.legal-summary ul { margin-bottom: 0; }
.plan-change-estimate { margin: 20px 0 4px; }
.plan-change-estimate h3 { margin: 0 0 10px; font-size: 17px; }
.plan-change-estimate ul { padding-left: 22px; color: #526079; font-size: 14px; line-height: 1.65; }
.plan-change-actions { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; }
.plan-change-actions .button { min-height: 52px; }
.grid article, .card, .narrow { padding: 28px; background: #fff; border: 1px solid #e1e6ef; border-radius: 16px; box-shadow: 0 12px 35px rgba(29, 42, 68, .05); }
.narrow { width: min(620px, 100%); margin: 0 auto; }
.narrow h1 { font-size: clamp(36px, 7vw, 56px); }
.stack { display: grid; gap: 16px; margin-top: 28px; }
label { display: grid; gap: 8px; color: #273349; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 46px; padding: 0 13px; border: 1px solid #cfd6e2; border-radius: 9px; background: #fff; color: var(--ink); font: inherit; }
textarea { min-height: 130px; padding: 12px 13px; line-height: 1.5; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--accent); outline: 3px solid rgba(91, 76, 240, .12); }
.notice { padding: 12px 14px; border-radius: 9px; background: #eaf5ee; color: #24643a; }
.notice.error { background: #fff0f1; color: #9c1c2a; }
.muted { color: #7a8598; font-size: 14px; }
.dashboard-head { margin-bottom: 24px; }
.dashboard-head h1 { font-size: clamp(32px, 6vw, 48px); }
.card { margin-bottom: 18px; }
.subscription-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.subscription-head > div { min-width: 0; }
.subscription-head form { flex: 0 0 auto; margin-left: auto; }
.subscription-actions { display: grid; flex: 0 0 auto; gap: 8px; justify-items: stretch; margin-left: auto; }
.subscription-actions form { margin: 0; }
.button.compact { min-height: 34px; padding: 0 12px; font-size: 13px; }
.next-plan-highlight { margin-top: 26px; padding-top: 24px; border-top: 1px solid #e7eaf0; }
.next-plan-highlight h3 { margin: 7px 0 9px; font-size: 22px; }
.next-plan-highlight p { max-width: 760px; margin: 0 0 18px; }
.badge { padding: 5px 10px; border-radius: 999px; background: #edf0f5; color: #536078; font-size: 12px; font-weight: 800; text-transform: capitalize; }
.badge.good { background: #e4f5e9; color: #216638; }
.badge.waiting { background: #fff3d9; color: #8a5b00; }
code { display: block; max-width: 100%; overflow-wrap: anywhere; padding: 13px; border-radius: 9px; background: #f1f3f7; font-size: 15px; }
.device-list { margin: 0; padding: 0; list-style: none; }
.device-list li { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 0; border-top: 1px solid #e7eaf0; }
.device-list li:first-child { border-top: 0; }
.device-list span { display: block; color: #7a8598; font-size: 13px; margin-top: 4px; }
.license-code-list { display: grid; gap: 14px; margin-top: 22px; }
.license-code { padding: 18px; border: 1px solid #e1e6ef; border-radius: 12px; background: #fafbfc; }
.license-code code { margin-top: 12px; }
.license-code .device-list { margin-top: 8px; }
.license-success-list { display: grid; gap: 10px; margin: 22px 0; }
.license-success-row code { flex: 1; }
.legal-page { width: min(820px, 100%); margin: 0 auto; padding: 42px; border: 1px solid #e1e6ef; border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(29, 42, 68, .05); }
.legal-page h1 { font-size: clamp(36px, 6vw, 58px); }
.legal-page h2 { margin-top: 34px; padding-top: 4px; font-size: 23px; }
.legal-page p, .legal-page li, .legal-page dd { color: #526079; font-size: 15px; line-height: 1.7; }
.legal-page li + li { margin-top: 8px; }
.legal-page a { color: #8f1220; }
.policy-meta { margin-top: -7px; color: #7a8598 !important; font-size: 13px !important; }
.legal-intro { max-width: 710px; font-size: 18px !important; }
.legal-identity { display: grid; gap: 0; margin: 28px 0 10px; border: 1px solid #e1e6ef; border-radius: 12px; background: #f8f9fb; }
.legal-identity div { display: grid; grid-template-columns: minmax(180px, .7fr) minmax(0, 1.3fr); gap: 16px; padding: 13px 15px; border-top: 1px solid #e1e6ef; }
.legal-identity div:first-child { border-top: 0; }
.legal-identity dt { color: #273349; font-size: 13px; font-weight: 800; }
.legal-identity dd { margin: 0; font-size: 13px; }
.inline-form { display: inline; margin: 0; }
.link-button { padding: 0; border: 0; background: none; cursor: pointer; }
.link-button.danger { color: #a51e2e; }
.support-head { max-width: 760px; margin-bottom: 28px; }
.support-head h1 { font-size: clamp(38px, 7vw, 62px); }
.support-layout { display: grid; grid-template-columns: minmax(320px, .8fr) minmax(0, 1.2fr); gap: 18px; align-items: start; }
.support-layout .card { margin: 0; }
.support-form-card { position: sticky; top: 18px; }
.support-form .button, .ticket-reply .button { justify-self: start; }
.trap-field { position: absolute !important; width: 1px !important; height: 1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; }
.support-ticket-list h2 { margin-bottom: 0; }
.ticket-list { display: grid; margin-top: 18px; border: 1px solid #e1e6ef; border-radius: 12px; overflow: hidden; }
.ticket-row { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px 18px; border-top: 1px solid #e7eaf0; background: #fff; text-decoration: none; transition: background .15s ease; }
.ticket-row:first-child { border-top: 0; }
.ticket-row:hover { background: #f8f8ff; }
.ticket-row-main { min-width: 0; display: grid; gap: 7px; }
.ticket-row-main strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ticket-row-main small { color: #7a8598; }
.ticket-meta { display: flex; flex-wrap: wrap; gap: 7px 13px; color: #717b8f; font-size: 11px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }
.ticket-meta span + span { position: relative; }
.ticket-meta span + span::before { content: "·"; position: absolute; left: -9px; color: #b2b8c5; }
.support-empty { padding: 28px 8px 18px; text-align: center; }
.support-empty p { margin-bottom: 0; }
.ticket-detail-head { margin-bottom: 28px; }
.ticket-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-top: 28px; }
.ticket-title h1 { max-width: 820px; margin-top: 12px; font-size: clamp(34px, 6vw, 56px); }
.ticket-detail-head > p { margin: 0; font-size: 14px; }
.ticket-thread { display: grid; gap: 14px; margin-bottom: 18px; }
.ticket-message { width: min(760px, 92%); padding: 20px; border: 1px solid #e1e6ef; border-radius: 14px; background: #fff; box-shadow: 0 8px 24px rgba(29, 42, 68, .04); }
.ticket-message.staff { justify-self: start; border-left: 4px solid var(--accent); }
.ticket-message.customer { justify-self: end; background: #f7f6ff; }
.ticket-message-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; color: #273349; font-size: 13px; }
.ticket-message-head span { color: #7a8598; font-size: 12px; }
.ticket-message p { margin: 14px 0 0; color: #3f4a60; font-size: 15px; overflow-wrap: anywhere; }
.seo-page { padding-bottom: 12px; }
.seo-hero { max-width: 900px; padding: 28px 0 48px; }
.seo-hero h1 { max-width: 880px; margin-top: 14px; font-size: clamp(42px, 7vw, 68px); }
.seo-hero p { max-width: 760px; margin: 0; font-size: clamp(18px, 2.5vw, 22px); }
.seo-layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: start; }
.seo-content { display: grid; gap: 18px; }
.seo-content section, .seo-aside, .faq-list section { padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 14px 38px rgba(32, 37, 64, .05); }
.seo-content h2, .seo-aside h2, .faq-list h2 { margin: 0 0 12px; font-size: 23px; }
.seo-content p, .seo-content li, .seo-aside p, .seo-aside li, .faq-list p { color: #526079; font-size: 15px; line-height: 1.7; }
.seo-content p:last-child, .seo-aside p:last-child, .faq-list p:last-child { margin-bottom: 0; }
.seo-content ul, .seo-aside ul { margin: 14px 0 0; padding-left: 21px; }
.seo-content li + li, .seo-aside li + li { margin-top: 8px; }
.seo-content a, .seo-aside a, .faq-list a { color: var(--accent-dark); font-weight: 750; }
.seo-aside { position: sticky; top: 24px; }
.seo-aside .eyebrow { display: block; margin-bottom: 10px; }
.seo-aside .text-link { display: inline-block; margin-top: 16px; text-decoration: none; }
.seo-note { border-color: rgba(91, 76, 240, .18) !important; background: linear-gradient(145deg, #f7f5ff, #fff) !important; }
.seo-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 24px; padding: 40px 42px; border: 1px solid rgba(91, 76, 240, .14); border-radius: 24px; background: radial-gradient(circle at 85% 12%, rgba(255,255,255,.82), transparent 28%), linear-gradient(135deg, #edf2ff, #f7edff 58%, #fff4e8); box-shadow: 0 20px 54px rgba(52, 47, 106, .09); }
.seo-cta h2 { margin: 8px 0 7px; font-size: clamp(28px, 4vw, 42px); }
.seo-cta p { max-width: 610px; margin: 0; font-size: 15px; }
.faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.faq-list section { min-height: 188px; }
footer { width: min(1160px, 92vw); margin: 0 auto; padding: 28px 0 48px; border-top: 1px solid #dfe4ed; font-size: 13px; }

.cookie-consent {
  position: fixed;
  z-index: 1000;
  right: max(24px, env(safe-area-inset-right));
  bottom: max(24px, env(safe-area-inset-bottom));
  left: max(24px, env(safe-area-inset-left));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  width: min(1040px, calc(100vw - 48px));
  margin-inline: auto;
  padding: 24px;
  color: #111426;
  background: rgba(255, 255, 255, .98);
  border: 1px solid #d6dcea;
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(20, 25, 55, .2);
}
.cookie-consent[hidden] { display: none; }
.cookie-consent h2 { margin: 4px 0 8px; font-size: clamp(22px, 3vw, 30px); }
.cookie-consent p { max-width: 720px; margin: 0 0 8px; color: #526079; line-height: 1.55; }
.cookie-consent a { color: #3824ca; font-weight: 700; }
.cookie-consent-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; min-width: 360px; }
.cookie-consent-actions .button { width: 100%; min-height: 50px; white-space: nowrap; }
.inline-cookie-settings { display: inline; padding: 0; color: #3824ca; font-weight: 700; text-decoration: underline; }
.cookie-table-wrap { overflow-x: auto; margin: 18px 0 30px; }
.cookie-table { width: 100%; border-collapse: collapse; text-align: left; }
.cookie-table th, .cookie-table td { padding: 14px; border: 1px solid #dfe4ed; vertical-align: top; }
.cookie-table th { color: #111426; background: #f4f6fb; }
.cookie-table code { white-space: nowrap; }

@media (max-width: 760px) {
  .cookie-consent { grid-template-columns: 1fr; gap: 18px; padding: 20px; }
  .cookie-consent-actions { min-width: 0; }
}

@media (max-width: 480px) {
  .cookie-consent { right: 12px; bottom: 12px; left: 12px; width: calc(100vw - 24px); }
  .cookie-consent-actions { grid-template-columns: 1fr; }
}
@media (max-width: 980px) {
  .extension-hero { grid-template-columns: 1fr; gap: 48px; padding: 54px; }
  .extension-hero h1 { max-width: 720px; }
  .extension-hero .hero-lead { max-width: 650px; }
  .product-stage { width: min(680px, 100%); margin: 0 auto; }
  .how-layout { grid-template-columns: 1fr; }
  .how-preview { width: min(780px, 100%); margin: 0 auto; }
  .how-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how-steps li { min-height: 220px; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article, .benefit-grid article:nth-last-child(-n+2) { grid-column: auto; }
  .seo-layout { grid-template-columns: 1fr; }
  .seo-aside { position: static; }
}
@media (max-width: 720px) {
  .grid, .pricing-grid, .helper-intro, .feature-showcase, .benefit-grid, .support-layout { grid-template-columns: 1fr; }
  .site-header { min-height: 64px; padding: 0 18px; }
  .site-header nav { gap: 12px; font-size: 13px; }
  .brand span:last-child { display: none; }
  main { width: min(100% - 28px, 1160px); padding: 22px 0 48px; }
  .extension-hero { min-height: 0; gap: 38px; padding: 38px 22px 26px; border-radius: 23px; }
  .extension-hero h1 { margin-top: 18px; font-size: clamp(41px, 13vw, 58px); }
  .actions { align-items: flex-start; flex-direction: column; }
  .hero-button { width: 100%; }
  .product-stage { transform: none; }
  .browser-bar { height: 36px; }
  .platform-surface { min-height: 350px; padding: 12px; }
  .reaction-card { width: 88%; }
  .reaction-person { grid-template-columns: 29px 1fr auto; padding: 10px; }
  .reaction-person i { width: 29px; height: 29px; }
  .extension-panel { right: 8px; bottom: 16px; width: 72%; }
  .mini-trust { display: grid; grid-template-columns: repeat(2, 1fr); row-gap: 12px; text-align: center; }
  .mini-trust span, .mini-trust span:first-child { border-left: 0; }
  .how-section { padding: 76px 0 12px; }
  .how-preview { padding: 12px; }
  .how-steps { grid-template-columns: 1fr; }
  .how-steps li { min-height: 0; padding: 24px; }
  .how-step-number { margin-bottom: 24px; }
  .benefit-section { padding: 76px 0 64px; }
  .section-heading { text-align: left; }
  .subscription-head { flex-direction: column; }
  .subscription-head form { width: 100%; margin-left: 0; }
  .subscription-head form .button { width: 100%; }
  .subscription-actions { width: 100%; margin-left: 0; }
  .subscription-actions .button { width: 100%; }
  .benefit-grid article { padding: 25px; }
  .final-cta { align-items: flex-start; flex-direction: column; padding: 34px 27px; }
  .final-cta .button { width: 100%; }
  .store-actions { width: 100%; }
  .helper-intro { gap: 10px; padding: 26px; }
  .feature-showcase, .legal-page { gap: 24px; padding: 26px; }
  .legal-identity div { grid-template-columns: 1fr; gap: 4px; }
  .device-list li { align-items: flex-start; }
  .support-form-card { position: static; }
  .ticket-title { flex-direction: column; }
  .ticket-message { width: 100%; }
  .ticket-message-head { align-items: flex-start; flex-direction: column; gap: 4px; }
  .plan-change-actions { grid-template-columns: 1fr; }
  .seo-hero { padding: 20px 0 36px; }
  .seo-hero h1 { font-size: clamp(40px, 13vw, 58px); }
  .seo-content section, .seo-aside, .faq-list section { padding: 25px; }
  .faq-list { grid-template-columns: 1fr; }
  .faq-list section { min-height: 0; }
  .seo-cta { align-items: flex-start; flex-direction: column; padding: 32px 26px; }
  .seo-cta .store-actions, .seo-cta .button { width: 100%; }
}
