:root {
  color-scheme: dark;
  --background: #08090a;
  --surface: #101113;
  --elevated: #18191c;
  --text: #f0f0f3;
  --muted: #97999f;
  --border: #25262b;
  --violet: #a6a3f5;
  --green: #9fc0ae;
  --font: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; background: var(--background); color: var(--text); font: 15px/1.6 var(--font); -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
a { color: inherit; text-decoration: none; }
button, summary { cursor: pointer; }
button, a, summary { touch-action: manipulation; }
button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--violet); outline-offset: 5px; }
button { color: inherit; }
img, svg { display: block; }
img { max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 500; }
h1, h2 { text-wrap: balance; }
::selection { background: #4c4a77; color: #fff; }
[hidden] { display: none !important; }
.wrap { width: min(1120px, calc(100% - 80px)); margin-inline: auto; }
.icon-library { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 18px; height: 18px; stroke: currentColor; fill: none; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.muted { color: var(--muted); }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 12px 20px; background: var(--text); color: var(--background); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgb(8 9 10 / 92%); backdrop-filter: blur(16px); border-bottom: 1px solid rgb(255 255 255 / 7%); }
.header-inner { height: 72px; display: flex; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 23px; letter-spacing: -1px; font-weight: 600; line-height: 1; }
.brand img { display: block; flex-shrink: 0; }
.brand-dot { color: #bebec6; }
.desktop-nav { display: flex; gap: 26px; align-items: center; margin-left: auto; }
.desktop-nav a, .login-link { font-size: 13px; color: #b6b7bd; transition: color .15s; }
.desktop-nav a:hover, .login-link:hover { color: #fff; }
.header-actions { display: flex; align-items: center; gap: 24px; }
.button { min-height: 44px; display: inline-flex; justify-content: center; align-items: center; gap: 20px; padding: 10px 18px; color: #17181b; background: #e9e9ed; border: 1px solid #f0f0f4; box-shadow: 0 1px 3px #0004; border-radius: 8px; font-size: 14px; font-weight: 500; line-height: 1.4; transition: background .15s, transform .15s; }
.button:hover { background: #fff; transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button-small { min-height: 34px; padding: 7px 12px; font-size: 12px; border-radius: 7px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 14px; color: #c0c0c6; }
.text-link:hover { color: #fff; }
.text-link .icon { width: 15px; height: 15px; transition: transform .15s; }
.text-link:hover .icon { transform: translateX(3px); }
.menu-toggle { display: none; width: 36px; height: 36px; padding: 9px; background: transparent; border: 1px solid var(--border); border-radius: 6px; }
.menu-toggle span { display: block; width: 16px; height: 1px; background: var(--text); margin: 4px 0; transition: transform .15s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(2.5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-2.5px) rotate(-45deg); }
.mobile-nav { padding-block: 8px 20px; }
.mobile-nav a { padding: 12px 0; border-bottom: 1px solid var(--border); display: flex; justify-content: space-between; color: #c5c5cc; }
.hero { padding-top: 114px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #b0b1b8; font-size: 13px; margin-bottom: 26px; }
.hero-eyebrow .icon { width: 12px; height: 12px; margin-left: 2px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #bcb9ef; box-shadow: 0 0 14px #a6a3f54a; }
h1 { font-size: clamp(52px, 6.4vw, 82px); line-height: 1.025; letter-spacing: -.055em; }
h1 span { color: #d6d6db; }
.hero-description { font-size: 19px; line-height: 1.5; color: var(--muted); margin-top: 28px; letter-spacing: -.025em; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 30px; }
.product-preview { margin-top: 68px; position: relative; }
.product-preview::before { content: ""; position: absolute; z-index: -1; inset: -60px 0 30px; background: radial-gradient(ellipse at 65% 50%, #77789b13, transparent 70%); }
.preview-chrome { height: 38px; display: flex; justify-content: space-between; align-items: center; padding: 0 15px; border: 1px solid #303139; border-bottom: 0; border-radius: 10px 10px 0 0; background: #151619; font-size: 10px; color: #91939c; }
.window-dots { display: flex; gap: 5px; width: 45px; }
.window-dots i { width: 6px; height: 6px; border: 1px solid #52535a; border-radius: 50%; }
.preview-demo { font-size: 9px; padding: 0 7px; color: #b3b2c5; border: 1px solid #393943; border-radius: 4px; }
.preview-image { max-height: 612px; overflow: hidden; border: 1px solid #303139; border-radius: 0 0 8px 8px; background: #191a1e; }
.preview-image img { width: 100%; height: auto; }
.product-preview figcaption { display: flex; justify-content: space-between; font-size: 11px; color: var(--muted); padding-top: 16px; }
.product-preview figcaption span span { margin-left: 6px; }
.marketplaces { text-align: center; padding: 76px 0 4px; }
.marketplaces p { color: #b0b0b8; font-size: 13px; }
.marketplace-names { display: flex; align-items: center; justify-content: center; gap: 72px; color: #d3d3d8; padding: 25px 0 23px; line-height: 1; }
.market-yandex { font-size: 24px; letter-spacing: -.7px; font-weight: 500; }
.market-yandex b { font-weight: 500; }
.market-ozon { font-size: 28px; font-weight: 650; letter-spacing: 2px; }
.market-wb { font-size: 26px; letter-spacing: -1.5px; font-weight: 600; }
.marketplaces small { color: var(--muted); font-size: 11px; }
.section { padding-block: 112px; }
.section-intro { display: grid; grid-template-columns: 1.2fr 1fr; align-items: end; gap: 70px; margin-bottom: 52px; }
.eyebrow { color: #a7a7b0; font-size: 12px; display: inline-flex; align-items: center; gap: 8px; margin-bottom: 21px; }
.section-dot { background: #b4b8c5; width: 7px; height: 7px; border-radius: 50%; }
.section-dot.purple { background: var(--violet); }
.section-dot.green { background: var(--green); }
h2 { font-size: 46px; line-height: 1.13; letter-spacing: -.042em; }
.section-intro > p { color: var(--muted); font-size: 16px; line-height: 1.65; max-width: 370px; padding-bottom: 4px; }
.features { padding-top: 116px; }
.channel-demo { display: grid; grid-template-columns: .8fr 1.5fr; border: 1px solid var(--border); border-radius: 12px; overflow: hidden; background: #0e0f11; }
.channel-picker { padding: 34px 28px; border-right: 1px solid var(--border); display: flex; flex-direction: column; }
.demo-label { font-size: 12px; color: #9c9da6; margin-bottom: 24px; }
.channel-tabs { display: flex; flex-direction: column; gap: 8px; }
.channel-tabs button { border: 1px solid transparent; display: flex; align-items: center; gap: 12px; padding: 13px 12px; border-radius: 6px; background: transparent; color: #aaaab2; text-align: left; font-size: 14px; transition: background .15s, color .15s; }
.channel-tabs button:hover { background: #18191c; color: var(--text); }
.channel-tabs button[aria-pressed="true"] { background: #1d1e23; border-color: #32333d; color: #e6e6f4; }
.channel-tabs .tab-arrow { margin-left: auto; width: 14px; opacity: 0; }
.channel-tabs button[aria-pressed="true"] .tab-arrow { opacity: 1; }
.channel-picker > p { color: var(--muted); font-size: 13px; line-height: 1.65; margin-top: 26px; max-width: 250px; }
.demo-note { color: #92939d; font-size: 10px; margin-top: auto; padding-top: 24px; }
.conversation-example { padding: 24px 30px 30px; }
.example-top { display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: #c7c7d0; }
.example-top > span:first-child { display: flex; align-items: center; gap: 7px; }
.tiny-market { display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; background: #ddca9520; border-radius: 4px; color: #dfd0a6; font-size: 10px; }
.example-product { display: flex; gap: 12px; align-items: center; padding-block: 23px; border-bottom: 1px solid var(--border); }
.example-product strong { display: block; font-size: 12px; font-weight: 500; margin-top: 3px; }
.example-product small { color: var(--muted); font-size: 11px; }
.example-product .muted { font-size: 10px; }
.product-art { width: 48px; height: 55px; border-radius: 6px; background: #26272c; display: flex; flex-direction: column; align-items: center; justify-content: center; flex: none; }
.bottle-cap { width: 15px; height: 5px; background: #1b1d22; border: 1px solid #676a74; border-radius: 3px 3px 0 0; }
.bottle-body { width: 17px; height: 30px; background: linear-gradient(90deg,#484b53,#777a83 38%,#454851); border: 1px solid #797c87; border-radius: 2px 2px 5px 5px; }
.product-sku { color: #90919a; font: 10px ui-monospace, monospace; margin-left: auto; }
.example-message { padding: 24px 0; min-height: 137px; }
.message-author { display: flex; align-items: center; gap: 8px; font-size: 11px; flex-wrap: wrap; }
.message-author strong { font-weight: 500; }
.avatar { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; color: #cac8e4; background: #292833; border-radius: 50%; font-size: 10px; flex: none; }
.message-author .muted { font-size: 10px; }
.rating { margin-left: auto; color: #c6b483; font-size: 12px; letter-spacing: 2px; }
.example-message > p { color: #cbcbd1; font-size: 13px; margin-top: 12px; max-width: 470px; }
.reply-example { border: 1px solid #363741; background: #17181d; border-radius: 8px; }
.reply-audience { display: flex; align-items: center; gap: 7px; color: #bbb9d1; padding: 10px 13px; font-size: 10px; border-bottom: 1px solid #2a2b33; }
.reply-audience .icon { width: 13px; height: 13px; }
.reply-example > p { padding: 14px; font-size: 13px; line-height: 1.65; min-height: 91px; }
.reply-example-footer { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 12px; color: #92939e; font-size: 10px; }
.mock-action { display: inline-flex; gap: 8px; align-items: center; border: 1px solid #484750; background: #2d2c38; color: #d1cfeb; border-radius: 4px; padding: 5px 7px; font-size: 9px; }
.mock-action .icon { width: 12px; height: 12px; }
.feature-notes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px; padding-top: 32px; }
.feature-notes > div { position: relative; padding-left: 27px; }
.feature-notes .icon { position: absolute; left: 0; top: 3px; width: 16px; height: 16px; color: #b4b4bf; }
.feature-notes h3 { font-size: 13px; letter-spacing: -.01em; }
.feature-notes p { font-size: 12px; color: var(--muted); margin-top: 8px; line-height: 1.65; }
.assistant-section { background: linear-gradient(180deg, #101114 0%, #0b0c0e 100%); border-block: 1px solid #202126; }
.assistant-layout { display: grid; grid-template-columns: 1.15fr 1fr; gap: 80px; align-items: center; }
.assistant-visual { padding: 32px 28px 16px; background: radial-gradient(ellipse at 50% 50%, #47435425, transparent 70%); border: 1px solid #282930; border-radius: 12px; }
.source-stack { width: 94%; margin-inline: auto; border: 1px solid #383940; border-radius: 7px; background: #191a1f; overflow: hidden; box-shadow: 0 12px 30px #0003; }
.source-line { display: flex; align-items: center; padding: 15px 16px; gap: 12px; font-size: 12px; }
.source-line + .source-line { border-top: 1px solid #2b2c33; }
.source-line > .icon { color: #aaa8ba; width: 17px; height: 17px; }
.source-line small { display: block; color: var(--muted); font-size: 10px; margin-top: 2px; }
.source-tag { color: var(--muted); font-size: 9px; margin-left: auto; }
.context-connector { display: flex; height: 95px; flex-direction: column; align-items: center; color: #b6b2ed; }
.context-connector span { height: 29px; width: 1px; background: linear-gradient(#4c465a,#8d82a9); }
.context-connector .icon { margin: 8px; }
.draft-card { border: 1px solid #48434f; background: #1d1b22; border-radius: 8px; box-shadow: 0 14px 50px #0005; }
.draft-card-title { padding: 15px 17px; display: flex; justify-content: space-between; align-items: center; font-size: 11px; }
.draft-card-title > span:first-child { display: flex; gap: 8px; align-items: center; color: #d6d2ec; }
.draft-card-title .icon { width: 14px; height: 14px; }
.draft-badge { color: #bab5d3; background: #322e3c; border-radius: 4px; padding: 2px 6px; font-size: 9px; }
.draft-card > p { padding: 0 17px 17px; font-size: 13px; color: #d9d6e1; line-height: 1.7; }
.draft-source { padding: 9px 17px; display: flex; gap: 6px; align-items: center; color: #b5adcc; font-size: 10px; border-top: 1px solid #39333f; }
.draft-source .icon { width: 12px; height: 12px; }
.draft-bottom { display: flex; gap: 7px; align-items: center; background: #17151c; padding: 10px 17px; color: #a6a0b5; font-size: 10px; border-radius: 0 0 8px 8px; }
.cursor { height: 11px; width: 1px; background: #b8aadc; }
.visual-caption { display: block; text-align: center; color: var(--muted); font-size: 10px; margin-top: 21px; }
.assistant-copy h3, .team-copy h3 { font-size: 27px; line-height: 1.3; letter-spacing: -.035em; }
.assistant-copy h3 span { color: var(--muted); }
.benefit-list { list-style: none; margin: 25px 0 0; padding: 0; display: flex; flex-direction: column; gap: 22px; }
.benefit-list li { display: flex; gap: 11px; }
.benefit-list .icon { margin-top: 3px; width: 15px; height: 15px; color: #b7b5c6; }
.benefit-list strong { font-size: 13px; font-weight: 500; }
.benefit-list p { color: var(--muted); font-size: 12px; line-height: 1.7; margin-top: 5px; }
.availability-note { display: flex; gap: 9px; align-items: start; padding-top: 22px; margin-top: 24px; border-top: 1px solid #292a31; color: #a6a2b3; font-size: 11px; line-height: 1.65; }
.availability-note .icon { width: 14px; height: 14px; margin-top: 3px; color: #b5abd2; }
.team-section .section-intro { grid-template-columns: 1.4fr 1fr; }
.team-layout { display: grid; grid-template-columns: .85fr 1.25fr; gap: 65px; align-items: center; }
.owner-icon { display: inline-flex; padding: 10px; border-radius: 9px; border: 1px solid #303631; background: #191e1b; color: #b2c7ba; margin-bottom: 22px; }
.team-copy > p { margin-top: 20px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.team-copy .text-link { margin-top: 26px; }
.team-fineprint { margin-top: 38px; display: flex; gap: 7px; align-items: center; color: var(--muted); font-size: 10px; }
.team-fineprint .icon { width: 12px; height: 12px; }
.permissions-panel { border: 1px solid #2e3035; border-radius: 10px; background: #131517; overflow: hidden; box-shadow: 0 24px 70px #0003; }
.panel-heading { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #2b2d32; padding: 15px 21px; font-size: 11px; }
.panel-heading > span:first-child { display: flex; align-items: center; gap: 8px; }
.panel-heading .icon { width: 15px; height: 15px; }
.panel-heading .muted { font-size: 10px; }
.permission-member { margin: 22px; padding-bottom: 23px; display: flex; gap: 10px; align-items: center; border-bottom: 1px solid #2b2d32; }
.owner-avatar { width: 32px; height: 32px; background: #28382f; color: #c2dccb; font-size: 12px; border-radius: 7px; }
.permission-member strong { font-size: 12px; font-weight: 500; }
.permission-member small { display: block; font-size: 10px; color: var(--muted); }
.owner-pill { margin-left: auto; font-size: 9px; border: 1px solid #344139; color: #b4c9bd; border-radius: 4px; padding: 2px 7px; }
.permission-table-wrap { padding: 0 22px 24px; }
.permission-table { border-collapse: collapse; width: 100%; font-size: 11px; text-align: left; }
.permission-table caption { text-align: left; color: var(--muted); font-size: 10px; padding-bottom: 17px; }
.permission-table thead { color: #999ba4; font-size: 9px; }
.permission-table th { font-weight: 400; }
.permission-table th, .permission-table td { padding: 13px 5px; border-bottom: 1px solid #292c31; }
.permission-table th:first-child { padding-left: 0; white-space: nowrap; }
.permission-table td, .permission-table thead th:not(:first-child) { text-align: center; }
.permission-table td { color: #898c97; }
.check-cell { color: #b8ccc0; font-size: 14px; }
.role-dot { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #a4a7b5; margin-right: 8px; }
.role-dot.editor { background: #b5a9ce; }
.role-dot.operator { background: #a8c5b5; }
.permission-footer { display: flex; align-items: center; gap: 7px; padding: 14px 22px; border-top: 1px solid #292c31; color: #9caaa3; background: #151b18; font-size: 10px; }
.permission-footer .icon { width: 12px; height: 12px; }
.setup-section { padding-top: 0; }
.setup-section .section-intro { padding-top: 84px; border-top: 1px solid var(--border); }
.setup-steps { display: grid; grid-template-columns: repeat(3,1fr); margin: 0; padding: 0; list-style: none; gap: 32px; }
.setup-steps li { border-top: 1px solid #303139; padding-top: 20px; }
.step-number { color: #9698a3; font: 12px/1.5 ui-monospace, monospace; }
.setup-steps h3 { font-size: 16px; margin-top: 26px; letter-spacing: -.02em; }
.setup-steps p { font-size: 13px; color: var(--muted); line-height: 1.7; margin-top: 10px; max-width: 310px; }
.faq-section { display: grid; grid-template-columns: .85fr 1.25fr; gap: 90px; border-top: 1px solid var(--border); padding-top: 85px; }
.faq-intro { font-size: 14px; color: var(--muted); margin-top: 23px; max-width: 250px; }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list details:first-child { border-top: 1px solid var(--border); }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; color: #d4d4dc; font-size: 14px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font-size: 22px; line-height: 1; color: #a2a2b0; font-weight: 300; transition: transform .15s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { font-size: 13px; line-height: 1.8; color: var(--muted); padding: 0 24px 25px 0; }
.closing-section { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: radial-gradient(ellipse at 75% 130%, #49424f25, transparent 70%); }
.closing-inner { padding-block: 88px 94px; position: relative; }
.closing-mark { display: inline-flex; margin-bottom: 25px; }
.closing-inner h2 { font-size: 48px; line-height: 1.15; }
.closing-inner h2 span { color: #8e8e99; }
.closing-actions { display: flex; align-items: center; gap: 26px; margin-top: 30px; }
.site-footer { display: flex; justify-content: space-between; align-items: start; gap: 25px; padding-block: 46px 60px; }
.site-footer .brand { font-size: 21px; }
.site-footer p { color: var(--muted); font-size: 11px; margin-top: 15px; }
.site-footer nav { display: flex; gap: 25px; padding-top: 8px; font-size: 12px; color: #b9b9c1; }
.site-footer nav a:hover { color: white; }
.footer-note { color: #93939c; padding-top: 8px; font-size: 11px; }
@media (min-width: 1450px) { .hero { padding-top: 138px; } }
@media (max-width: 1000px) {
  .wrap { width: calc(100% - 56px); }
  .header-inner { gap: 20px; }
  .desktop-nav { gap: 18px; }
  .header-actions { gap: 16px; }
  .hero { padding-top: 90px; }
  .section-intro, .team-section .section-intro { gap: 40px; grid-template-columns: 1.3fr 1fr; }
  h2 { font-size: 39px; }
  .section-intro > p { font-size: 14px; }
  .channel-picker { padding: 25px 20px; }
  .conversation-example { padding: 23px 22px; }
  .assistant-layout { gap: 38px; grid-template-columns: 1.1fr 1fr; }
  .assistant-visual { padding: 22px 18px 16px; }
  .source-tag { display: none; }
  .team-layout { gap: 34px; }
  .team-copy h3 { font-size: 24px; }
  .team-copy > p { font-size: 13px; }
  .footer-note { display: none; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 88px; }
  .wrap { width: calc(100% - 40px); }
  .header-inner { height: 64px; justify-content: space-between; }
  .desktop-nav, .header-actions .login-link { display: none; }
  .header-actions { gap: 12px; }
  .brand { font-size: 22px; }
  .menu-toggle { display: block; }
  .hero { padding-top: 66px; }
  .hero-eyebrow { font-size: 12px; margin-bottom: 24px; }
  h1 { font-size: clamp(48px, 9.2vw, 66px); letter-spacing: -.055em; }
  .hero-description { font-size: 17px; max-width: 450px; margin-top: 25px; }
  .hero-actions { gap: 20px; flex-wrap: wrap; margin-top: 27px; }
  .hero-actions .text-link { font-size: 12px; }
  .product-preview { margin-top: 45px; }
  .product-preview::before { inset: -15px 0 0; }
  .preview-image { max-height: none; }
  .product-preview figcaption { font-size: 10px; }
  .product-preview figcaption > span:last-child { display: none; }
  .preview-chrome { height: 30px; padding-inline: 10px; font-size: 9px; }
  .marketplaces { padding-top: 50px; }
  .marketplace-names { gap: 35px; flex-wrap: wrap; padding-block: 23px; }
  .market-yandex { font-size: 19px; }
  .market-ozon { font-size: 23px; }
  .market-wb { font-size: 22px; }
  .marketplaces small { font-size: 10px; display: block; max-width: 300px; margin-inline: auto; }
  .section { padding-block: 76px; }
  .section-intro, .team-section .section-intro { grid-template-columns: 1fr; gap: 23px; margin-bottom: 32px; }
  .eyebrow { margin-bottom: 16px; font-size: 11px; }
  h2 { font-size: 38px; line-height: 1.13; }
  .section-intro > p { font-size: 15px; max-width: 470px; }
  .channel-demo { grid-template-columns: 1fr; }
  .channel-picker { padding: 20px; border-right: 0; border-bottom: 1px solid var(--border); }
  .demo-label { margin-bottom: 15px; }
  .channel-tabs { flex-direction: row; gap: 8px; }
  .channel-tabs button { flex: 1; padding: 11px 8px; gap: 7px; justify-content: center; white-space: nowrap; font-size: 12px; }
  .channel-tabs .tab-arrow { display: none; }
  .channel-tabs .icon { width: 15px; height: 15px; }
  .channel-picker > p { max-width: 100%; font-size: 12px; margin-top: 18px; }
  .demo-note { padding-top: 10px; font-size: 9px; }
  .conversation-example { padding: 21px; }
  .feature-notes { gap: 25px; grid-template-columns: 1fr; padding-top: 27px; }
  .feature-notes h3 { font-size: 14px; }
  .feature-notes p { font-size: 13px; margin-top: 5px; }
  .assistant-layout { grid-template-columns: 1fr; gap: 40px; }
  .assistant-visual { max-width: 550px; width: 100%; justify-self: center; padding: 26px 25px 18px; }
  .source-tag { display: block; }
  .assistant-copy h3 { font-size: 27px; }
  .benefit-list { gap: 21px; }
  .benefit-list strong { font-size: 14px; }
  .benefit-list p { font-size: 13px; }
  .availability-note { font-size: 12px; }
  .team-layout { grid-template-columns: 1fr; gap: 32px; }
  .team-copy h3 { font-size: 27px; }
  .team-copy > p { font-size: 14px; }
  .team-fineprint { margin-top: 21px; font-size: 11px; }
  .permissions-panel { width: 100%; }
  .setup-section { padding-top: 0; }
  .setup-section .section-intro { padding-top: 66px; }
  .setup-steps { grid-template-columns: 1fr; gap: 28px; }
  .setup-steps li { display: grid; grid-template-columns: 35px 1fr; column-gap: 8px; padding-top: 21px; }
  .setup-steps h3 { margin: 0; font-size: 16px; }
  .setup-steps p { grid-column: 2; max-width: 420px; margin-top: 8px; }
  .step-number { padding-top: 4px; }
  .faq-section { grid-template-columns: 1fr; gap: 33px; padding-top: 66px; }
  .faq-intro { max-width: 350px; margin-top: 19px; }
  .faq-list summary { padding-block: 21px; }
  .faq-list details p { font-size: 14px; }
  .closing-inner { padding-block: 65px 70px; }
  .closing-inner h2 { font-size: 38px; }
  .closing-actions { flex-wrap: wrap; gap: 22px; }
  .site-footer { flex-direction: column; gap: 30px; padding-block: 35px; }
  .site-footer nav { flex-wrap: wrap; gap: 25px; padding: 0; }
}
@media (max-width: 420px) {
  .wrap { width: calc(100% - 36px); }
  .header-actions { gap: 9px; }
  .button-small { font-size: 11px; padding-inline: 10px; }
  .hero-description { font-size: 16px; }
  .desktop-break { display: none; }
  .hero-actions { align-items: start; flex-direction: column; gap: 22px; }
  .marketplace-names { gap: 20px; row-gap: 24px; }
  .market-yandex { font-size: 17px; }
  .market-ozon { font-size: 21px; }
  .market-wb { font-size: 20px; }
  h2 { font-size: 33px; }
  .channel-picker { padding: 18px 13px; }
  .channel-tabs { gap: 3px; }
  .channel-tabs button { font-size: 11px; gap: 5px; padding-inline: 5px; }
  .conversation-example { padding: 20px 14px; }
  .product-sku { display: none; }
  .message-author { gap: 6px; }
  .message-author .muted { font-size: 9px; }
  .rating { font-size: 10px; letter-spacing: 1px; }
  .reply-example-footer { align-items: start; flex-direction: column; gap: 10px; }
  .reply-example > p, .example-message > p { font-size: 13px; }
  .assistant-visual { padding: 22px 14px 17px; }
  .source-line { padding: 13px; gap: 8px; }
  .source-tag { font-size: 8px; }
  .permission-member { margin: 17px 14px; }
  .permission-member strong { font-size: 11px; }
  .permission-member small { font-size: 9px; }
  .owner-pill { font-size: 8px; padding-inline: 5px; }
  .permission-table-wrap { padding-inline: 14px; }
  .permission-table { font-size: 10px; }
  .permission-table th, .permission-table td { padding-inline: 3px; }
  .permission-table thead { font-size: 8px; }
  .role-dot { margin-right: 5px; }
  .permission-footer { padding: 13px 14px; font-size: 9px; }
  .closing-inner h2 { font-size: 33px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle, .hero-actions, .closing-actions { display: none; }
  .section { padding-block: 30px; }
  .hero { padding-top: 30px; }
  .product-preview { break-inside: avoid; }
}
