:root {
  color-scheme: light;
  --marketing-ink: #17221c;
  --marketing-muted: #667169;
  --marketing-green: #176b4a;
  --marketing-green-dark: #0e5137;
  --marketing-mint: #e8f3ed;
  --marketing-line: #dfe6e1;
  --marketing-cream: #f7f8f5;
  --marketing-white: #fff;
  --marketing-orange: #ef9e47;
  --marketing-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.marketing-page { min-height: 100vh; margin: 0; color: var(--marketing-ink); background: var(--marketing-cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
a { color: inherit; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.marketing-container { width: min(calc(100% - 40px), var(--marketing-width)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: white; background: var(--marketing-green-dark); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.marketing-header { position: sticky; z-index: 40; top: 0; border-bottom: 1px solid rgba(223, 230, 225, .82); background: rgba(247, 248, 245, .9); backdrop-filter: blur(16px); }
.header-inner { display: flex; min-height: 72px; align-items: center; gap: 32px; }
.marketing-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.05rem; font-weight: 850; letter-spacing: -.035em; text-decoration: none; }
.marketing-brand-mark { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 10px; color: white; background: var(--marketing-green); box-shadow: 0 8px 22px rgba(23, 107, 74, .2); }
.marketing-nav { display: flex; align-items: center; gap: 25px; margin: 0 auto; }
.marketing-nav a, .text-button { color: var(--marketing-muted); font-size: .9rem; font-weight: 650; text-decoration: none; }
.marketing-nav a:hover, .text-button:hover { color: var(--marketing-ink); }
.header-actions, .locale-links { display: flex; align-items: center; gap: 13px; }
.mobile-nav-toggle { display: none; width: 40px; height: 40px; padding: 8px; border: 1px solid var(--marketing-line); border-radius: 9px; background: white; cursor: pointer; }
.mobile-nav-toggle > span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 3px auto; border-radius: 2px; background: var(--marketing-ink); }
.locale-links { gap: 3px; padding: 3px; border: 1px solid var(--marketing-line); border-radius: 9px; background: white; }
.locale-links a { padding: 4px 6px; border-radius: 6px; color: var(--marketing-muted); font-size: .66rem; font-weight: 800; text-decoration: none; }
.locale-links a[aria-current="page"] { color: var(--marketing-green-dark); background: var(--marketing-mint); }
.marketing-button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 13px 20px; border: 1px solid var(--marketing-green); border-radius: 11px; color: white; background: var(--marketing-green); box-shadow: 0 9px 24px rgba(23, 107, 74, .18); font-weight: 750; text-decoration: none; transition: transform .16s ease, background .16s ease; }
.marketing-button:hover { background: var(--marketing-green-dark); transform: translateY(-1px); }
.marketing-button-small { min-height: 40px; padding: 9px 14px; font-size: .85rem; box-shadow: none; }
.marketing-button-ghost { border-color: var(--marketing-line); color: var(--marketing-ink); background: white; box-shadow: none; }
.marketing-button-ghost:hover { background: #f0f4f1; }
.hero { position: relative; overflow: hidden; padding: 86px 0 80px; background: radial-gradient(circle at 74% 36%, rgba(206, 232, 216, .7), transparent 25rem), linear-gradient(180deg, #fbfcfa 0%, #f5f7f3 100%); }
.hero::before { position: absolute; top: -200px; right: -170px; width: 520px; height: 520px; border: 1px solid rgba(23, 107, 74, .1); border-radius: 50%; content: ""; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .96fr) minmax(480px, 1.04fr); align-items: center; gap: 70px; }
.marketing-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--marketing-green-dark); font-size: .74rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.marketing-eyebrow span { width: 22px; height: 2px; background: var(--marketing-orange); }
.hero h1 { max-width: 630px; margin: 0 0 24px; font-size: clamp(3rem, 5.6vw, 5.25rem); font-weight: 820; letter-spacing: -.072em; line-height: .98; }
.hero-lead { max-width: 610px; margin: 0 0 30px; color: var(--marketing-muted); font-size: clamp(1.05rem, 1.8vw, 1.25rem); line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-note { display: flex; align-items: center; gap: 8px; margin: 14px 0 0; color: var(--marketing-muted); font-size: .82rem; }
.hero-note span { color: var(--marketing-green); font-weight: 900; }
.source-row { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--marketing-line); }
.source-row span { color: #88918b; font-size: .69rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.source-row strong { color: #465149; font-size: .87rem; letter-spacing: -.02em; }
.product-preview { position: relative; padding: 19px; border: 1px solid rgba(211, 222, 214, .95); border-radius: 22px; background: rgba(255, 255, 255, .92); box-shadow: 0 30px 80px rgba(42, 75, 56, .13), 0 2px 0 white inset; transform: rotate(1deg); }
.preview-topline { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; padding-bottom: 16px; border-bottom: 1px solid var(--marketing-line); font-size: .74rem; font-weight: 800; }
.preview-brand { display: grid; width: 25px; height: 25px; place-items: center; border-radius: 7px; color: white; background: var(--marketing-green); }
.live-pill { display: inline-flex; align-items: center; gap: 6px; padding: 5px 8px; border-radius: 999px; color: var(--marketing-green-dark); background: var(--marketing-mint); font-size: .62rem; letter-spacing: .05em; text-transform: uppercase; }
.live-pill i { width: 6px; height: 6px; border-radius: 50%; background: #23a66d; box-shadow: 0 0 0 3px rgba(35, 166, 109, .14); }
.preview-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 3px 15px; }
.preview-summary div { display: grid; gap: 3px; }
.preview-summary small { color: var(--marketing-muted); font-size: .67rem; }
.preview-summary strong { font-size: .87rem; }
.preview-summary .preview-count { display: flex; align-items: baseline; gap: 6px; }
.preview-count strong { color: var(--marketing-green-dark); font-size: 1.5rem; letter-spacing: -.05em; }
.listing-preview { display: grid; grid-template-columns: 120px 1fr; gap: 15px; margin-top: 10px; padding: 10px; border: 1px solid var(--marketing-line); border-radius: 13px; background: white; }
.listing-preview-primary { box-shadow: 0 10px 25px rgba(35, 61, 44, .07); }
.listing-visual { position: relative; display: grid; min-height: 95px; place-items: center; overflow: hidden; border-radius: 9px; color: rgba(255,255,255,.86); background: linear-gradient(145deg, #b9c8bf 0 42%, #6f8176 42% 58%, #dce5df 58%); }
.listing-visual::before, .listing-visual::after { position: absolute; bottom: 0; width: 43px; height: 65px; border: 4px solid rgba(255,255,255,.56); border-bottom: 0; content: ""; }
.listing-visual::before { left: 14px; }
.listing-visual::after { right: 12px; height: 48px; }
.listing-visual span { position: absolute; z-index: 2; top: 7px; left: 7px; padding: 3px 5px; border-radius: 4px; color: white; background: var(--marketing-orange); font-size: .48rem; font-weight: 900; letter-spacing: .06em; }
.listing-visual b { z-index: 2; opacity: .5; }
.listing-visual-alt { background: linear-gradient(145deg, #c6d2cb 0 44%, #899c91 44% 60%, #e5ebe7 60%); }
.listing-copy { display: flex; min-width: 0; flex-direction: column; justify-content: center; }
.listing-source { color: var(--marketing-green); font-size: .61rem; font-weight: 750; }
.listing-copy strong { margin-top: 2px; font-size: 1.05rem; letter-spacing: -.035em; }
.listing-copy p, .listing-copy small { overflow: hidden; margin: 3px 0 0; color: var(--marketing-muted); font-size: .69rem; text-overflow: ellipsis; white-space: nowrap; }
.telegram-toast { position: absolute; right: -30px; bottom: -36px; display: grid; grid-template-columns: auto 1fr auto; min-width: 260px; align-items: center; gap: 11px; padding: 13px 14px; border: 1px solid rgba(207, 219, 211, .95); border-radius: 13px; background: white; box-shadow: 0 18px 44px rgba(37, 64, 45, .16); transform: rotate(-2deg); }
.telegram-toast > span { display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: white; background: #2796d1; font-weight: 900; }
.telegram-toast div { display: grid; }
.telegram-toast strong { font-size: .75rem; }
.telegram-toast small, .telegram-toast time { color: var(--marketing-muted); font-size: .62rem; }
.proof-strip { border-top: 1px solid var(--marketing-line); border-bottom: 1px solid var(--marketing-line); background: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { display: grid; min-height: 120px; align-content: center; gap: 3px; padding: 24px 35px; border-right: 1px solid var(--marketing-line); }
.proof-grid > div:first-child { border-left: 1px solid var(--marketing-line); }
.proof-grid strong { font-size: 1.7rem; letter-spacing: -.05em; }
.proof-grid span { color: var(--marketing-muted); font-size: .78rem; }
.marketing-section { padding: 110px 0; background: #fbfcfa; }
.marketing-section-tinted { border-top: 1px solid var(--marketing-line); border-bottom: 1px solid var(--marketing-line); background: #f0f4ef; }
.section-heading { margin-bottom: 48px; }
.section-heading h2, .value-copy h2, .faq-intro h2, .final-cta h2 { margin: 0; font-size: clamp(2.3rem, 4.5vw, 4rem); letter-spacing: -.065em; line-height: 1.03; }
.section-heading > p:last-child, .value-copy > p, .faq-intro > p { color: var(--marketing-muted); }
.section-heading-split { display: grid; grid-template-columns: 1.05fr .65fr; align-items: end; gap: 90px; }
.section-heading-split > p { max-width: 510px; margin: 0 0 4px; font-size: 1.02rem; line-height: 1.7; }
.section-heading.centered { display: grid; max-width: 760px; justify-items: center; margin-right: auto; margin-left: auto; text-align: center; }
.section-heading.centered > p:last-child { max-width: 650px; margin: 19px auto 0; }
.product-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.product-card { position: relative; min-height: 590px; overflow: hidden; padding: 43px; border: 1px solid var(--marketing-line); border-radius: 18px; }
.product-card-dark { color: white; background: #163c2d; }
.product-card-light { background: #edf3ee; }
.product-card::after { position: absolute; right: -70px; bottom: -120px; width: 290px; height: 290px; border: 1px solid currentColor; border-radius: 50%; opacity: .08; content: ""; }
.card-number { position: absolute; top: 38px; right: 40px; color: currentColor; font: 700 .76rem ui-monospace, monospace; opacity: .55; }
.card-kicker { margin: 0 0 18px; color: #8ec5a7; font-size: .72rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.product-card-light .card-kicker { color: var(--marketing-green); }
.product-card h3 { max-width: 430px; margin: 0 0 14px; font-size: clamp(1.65rem, 3vw, 2.45rem); letter-spacing: -.055em; line-height: 1.05; }
.product-card > p:not(.card-kicker) { max-width: 470px; color: rgba(255, 255, 255, .7); }
.product-card-light > p:not(.card-kicker) { color: var(--marketing-muted); }
.check-list { display: grid; gap: 11px; margin: 28px 0 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 24px; font-size: .86rem; }
.check-list li::before { position: absolute; top: 1px; left: 0; display: grid; width: 16px; height: 16px; place-items: center; border-radius: 50%; color: var(--marketing-green); background: var(--marketing-mint); font-size: .61rem; font-weight: 900; content: "✓"; }
.mini-search-ui { position: absolute; right: 43px; bottom: 43px; left: 43px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; padding: 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(255,255,255,.09); }
.mini-search-ui div { display: grid; gap: 3px; padding: 11px; border-radius: 8px; background: rgba(255,255,255,.08); }
.mini-search-ui .mini-search-wide { grid-column: 1 / -1; grid-template-columns: 1fr auto; }
.mini-search-ui span { color: rgba(255,255,255,.58); font-size: .64rem; }
.mini-search-ui strong { font-size: .75rem; }
.channel-ui { position: absolute; right: 43px; bottom: 43px; left: 43px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; padding: 16px; border: 1px solid #d4dfd7; border-radius: 12px; background: white; box-shadow: 0 14px 35px rgba(36, 68, 47, .08); }
.channel-icon { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 50%; color: white; background: #2796d1; }
.channel-ui div { display: grid; }
.channel-ui strong { font-size: .83rem; }
.channel-ui small { color: var(--marketing-muted); font-size: .66rem; }
.channel-ui i { width: 8px; height: 8px; border-radius: 50%; background: #2eae74; box-shadow: 0 0 0 4px rgba(46,174,116,.13); }
.clarity-note { display: flex; align-items: flex-start; gap: 13px; margin-top: 20px; padding: 18px 20px; border: 1px solid var(--marketing-line); border-radius: 12px; background: white; }
.clarity-note > span { display: grid; width: 23px; height: 23px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--marketing-green-dark); background: var(--marketing-mint); font-weight: 800; }
.clarity-note p { margin: 0; color: var(--marketing-muted); font-size: .86rem; }
.clarity-note strong { color: var(--marketing-ink); }
.workflow-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin: 0; padding: 0; list-style: none; }
.workflow-grid::before { position: absolute; z-index: 0; top: 60px; right: 16%; left: 16%; border-top: 1px dashed #adc0b3; content: ""; }
.workflow-grid li { position: relative; z-index: 1; padding: 32px; border: 1px solid var(--marketing-line); border-radius: 15px; background: white; }
.workflow-grid li > span { color: var(--marketing-green); font: 700 .68rem ui-monospace, monospace; }
.workflow-icon { display: grid; width: 58px; height: 58px; margin: 27px 0 38px; place-items: center; border: 1px solid #d0dfd5; border-radius: 15px; color: var(--marketing-green-dark); background: var(--marketing-mint); font-size: 1.45rem; }
.workflow-grid h3 { margin: 0 0 10px; font-size: 1.15rem; }
.workflow-grid p { margin: 0; color: var(--marketing-muted); font-size: .85rem; line-height: 1.65; }
.value-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; }
.value-copy { position: sticky; top: 120px; align-self: start; }
.value-copy > p { max-width: 460px; margin: 25px 0; line-height: 1.75; }
.inline-link { color: var(--marketing-green-dark); font-weight: 800; text-decoration: none; }
.inline-link span { margin-left: 6px; transition: margin .15s ease; }
.inline-link:hover span { margin-left: 11px; }
.value-list { display: grid; }
.value-list article { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 28px 0; border-top: 1px solid var(--marketing-line); }
.value-list article:last-child { border-bottom: 1px solid var(--marketing-line); }
.value-list article > span { color: var(--marketing-green); font: 700 .7rem ui-monospace, monospace; }
.value-list h3 { margin: 0 0 8px; font-size: 1.12rem; }
.value-list p { margin: 0; color: var(--marketing-muted); font-size: .88rem; line-height: 1.65; }
.marketing-section-pricing { color: white; background: #13382a; }
.marketing-section-pricing .marketing-eyebrow { color: #9ed0b4; }
.marketing-section-pricing .section-heading > p:last-child { color: rgba(255,255,255,.66); }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 15px; }
.price-card { position: relative; display: flex; min-height: 520px; flex-direction: column; padding: 34px; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(255,255,255,.06); }
.price-card-featured { color: var(--marketing-ink); background: white; transform: translateY(-12px); }
.price-badge { position: absolute; top: 18px; right: 18px; padding: 5px 8px; border-radius: 6px; color: var(--marketing-green-dark); background: var(--marketing-mint); font-size: .61rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.price-name { margin: 0 0 17px; font-size: .86rem; font-weight: 800; }
.price { display: flex; align-items: baseline; gap: 7px; padding-bottom: 23px; border-bottom: 1px solid rgba(255,255,255,.14); }
.price-card-featured .price { border-color: var(--marketing-line); }
.price strong { font-size: 2.55rem; letter-spacing: -.065em; }
.price span { color: rgba(255,255,255,.57); font-size: .72rem; }
.price-card-featured .price span { color: var(--marketing-muted); }
.price-card > p:not(.price-name) { min-height: 66px; margin: 22px 0 0; color: rgba(255,255,255,.65); font-size: .82rem; }
.price-card-featured > p:not(.price-name) { color: var(--marketing-muted); }
.price-card .check-list { flex: 1; margin-bottom: 30px; }
.price-card > .marketing-button { width: 100%; }
.price-card:not(.price-card-featured) .marketing-button-ghost { border-color: rgba(255,255,255,.23); color: white; background: transparent; }
.price-card:not(.price-card-featured) .marketing-button-ghost:hover { background: rgba(255,255,255,.08); }
.pricing-footnote { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; margin-top: 24px; padding: 22px 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: rgba(255,255,255,.65); font-size: .8rem; }
.pricing-footnote p { margin: 0; }
.pricing-footnote strong, .pricing-footnote a { color: white; }
.faq-preview-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.faq-intro > p { max-width: 390px; margin: 23px 0; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--marketing-line); }
.faq-list details { border-bottom: 1px solid var(--marketing-line); }
.faq-list summary { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 4px; cursor: pointer; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--marketing-green); font-size: 1.2rem; transition: transform .16s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 690px; margin: -5px 0 25px; color: var(--marketing-muted); font-size: .88rem; line-height: 1.7; }
.final-cta { padding: 80px 0; color: white; background: var(--marketing-green); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 70px; }
.final-cta .marketing-eyebrow { color: #c3e3d1; }
.final-cta h2 { max-width: 720px; }
.final-cta p:not(.marketing-eyebrow) { max-width: 650px; margin: 20px 0 0; color: rgba(255,255,255,.72); }
.final-cta-inner > div:last-child { display: grid; justify-items: center; gap: 10px; }
.marketing-button-light { border-color: white; color: var(--marketing-green-dark); background: white; box-shadow: none; }
.marketing-button-light:hover { color: white; background: transparent; }
.final-cta small { color: rgba(255,255,255,.62); font-size: .68rem; }
.marketing-footer { padding: 70px 0 28px; color: #ccd7d0; background: #0d271d; }
.footer-grid { display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 60px; }
.marketing-footer .marketing-brand { color: white; }
.footer-brand-block > p { max-width: 310px; margin: 22px 0; color: #8fa198; font-size: .82rem; }
.system-status { display: inline-flex; align-items: center; gap: 8px; color: #9bb8a8; font-size: .72rem; }
.system-status i { width: 7px; height: 7px; border-radius: 50%; background: #3fbc7e; box-shadow: 0 0 0 4px rgba(63,188,126,.11); }
.footer-column { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.footer-column strong { margin-bottom: 8px; color: white; font-size: .76rem; }
.footer-column a, .footer-column button { padding: 0; border: 0; color: #8fa198; background: transparent; font-size: .76rem; text-decoration: none; cursor: pointer; text-align: left; }
.footer-column a:hover, .footer-column button:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 55px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.1); color: #6f877a; font-size: .68rem; }
.marketing-account-link { display: grid; grid-template-columns: minmax(0, 1fr) 28px; min-width: 220px; min-height: 48px; align-items: center; gap: 14px; padding: 7px 9px 7px 15px; border: 1px solid var(--marketing-green); border-radius: 11px; color: white; background: var(--marketing-green); box-shadow: 0 7px 18px rgba(23, 107, 74, .18); text-decoration: none; transition: background .16s ease, box-shadow .16s ease, transform .16s ease; }
.marketing-account-link:hover { background: var(--marketing-green-dark); box-shadow: 0 9px 22px rgba(23, 107, 74, .24); transform: translateY(-1px); }
.marketing-account-copy { display: grid; min-width: 0; gap: 1px; }
.marketing-account-copy strong, .marketing-account-copy small { overflow: hidden; max-width: 160px; text-overflow: ellipsis; white-space: nowrap; }
.marketing-account-copy strong { font-size: .86rem; line-height: 1.15; }
.marketing-account-copy small { color: rgba(255,255,255,.76); font-size: .69rem; }
.marketing-account-arrow { display: grid; width: 28px; height: 28px; place-items: center; border-radius: 8px; color: var(--marketing-green-dark); background: white; font-size: .95rem; font-weight: 850; }
.support-launcher { position: fixed; z-index: 45; right: 22px; bottom: 20px; display: inline-flex; min-height: 48px; align-items: center; gap: 9px; padding: 10px 16px; border: 1px solid rgba(255,255,255,.8); border-radius: 999px; color: white; background: var(--marketing-green); box-shadow: 0 12px 35px rgba(20,58,40,.24); cursor: pointer; }
.support-launcher span { letter-spacing: 2px; }
.support-launcher b { font-size: .76rem; }
.marketing-dialog, .consent-dialog { width: min(510px, calc(100% - 28px)); padding: 33px; border: 1px solid var(--marketing-line); border-radius: 18px; color: var(--marketing-ink); background: white; box-shadow: 0 30px 80px rgba(23,43,31,.2); }
.marketing-dialog::backdrop, .consent-dialog::backdrop { background: rgba(12,26,18,.52); backdrop-filter: blur(4px); }
.marketing-dialog h2, .consent-dialog h2 { margin: 0 0 10px; font-size: 1.75rem; letter-spacing: -.045em; }
.marketing-dialog > p:not(.marketing-eyebrow), .consent-dialog-heading > div > p:not(.marketing-eyebrow) { color: var(--marketing-muted); font-size: .87rem; }
.dialog-close { position: absolute; top: 15px; right: 15px; display: grid; width: 35px; height: 35px; place-items: center; border: 1px solid var(--marketing-line); border-radius: 50%; color: var(--marketing-muted); background: white; cursor: pointer; }
.support-options { display: grid; gap: 9px; margin-top: 24px; }
.support-option { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 12px; width: 100%; padding: 14px; border: 1px solid var(--marketing-line); border-radius: 11px; color: var(--marketing-ink); background: white; cursor: pointer; text-align: left; text-decoration: none; }
.support-option:hover { border-color: #afc8b8; background: #f7faf8; }
.support-option-icon { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 10px; color: var(--marketing-green-dark); background: var(--marketing-mint); font-weight: 850; }
.support-option > span:last-child { display: grid; gap: 2px; }
.support-option strong { font-size: .85rem; }
.support-option small, .support-setup-note { color: var(--marketing-muted); font-size: .7rem; }
.support-setup-note { margin: 15px 0 0 !important; }
.consent-banner { position: fixed; z-index: 60; right: 18px; bottom: 18px; left: 18px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 25px; max-width: 1030px; margin: 0 auto; padding: 18px 20px; border: 1px solid #cfdbd3; border-radius: 14px; background: white; box-shadow: 0 22px 65px rgba(20,45,29,.19); }
.consent-banner[hidden] { display: none; }
.consent-banner strong { font-size: .89rem; }
.consent-banner p { margin: 3px 0 0; color: var(--marketing-muted); font-size: .74rem; }
.consent-banner p a { color: var(--marketing-green-dark); }
.consent-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 8px; }
.consent-actions .marketing-button { min-height: 40px; padding: 8px 12px; font-size: .73rem; box-shadow: none; }
.consent-settings-link { padding: 7px; border: 0; color: var(--marketing-green-dark); background: transparent; font-size: .7rem; cursor: pointer; text-decoration: underline; }
.consent-choice { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; padding: 16px 0; border-top: 1px solid var(--marketing-line); cursor: pointer; }
.consent-choice > span { display: grid; gap: 3px; }
.consent-choice strong { font-size: .83rem; }
.consent-choice small { color: var(--marketing-muted); font-size: .7rem; }
.consent-choice input { position: absolute; opacity: 0; pointer-events: none; }
.consent-choice i { position: relative; width: 42px; height: 24px; border-radius: 999px; background: #d6ddd8; font-style: normal; }
.consent-choice i::after { position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; border-radius: 50%; background: white; box-shadow: 0 1px 4px rgba(0,0,0,.18); content: ""; transition: transform .15s ease; }
.consent-choice input:checked + i { background: var(--marketing-green); }
.consent-choice input:checked + i::after { transform: translateX(18px); }
.consent-choice input:disabled + i { display: flex; width: auto; align-items: center; padding: 4px 8px; color: var(--marketing-green-dark); background: var(--marketing-mint); font-size: .62rem; font-weight: 800; }
.consent-choice input:disabled + i::after { display: none; }
.dialog-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 22px; }
.dialog-actions .marketing-button { min-height: 42px; padding: 10px 14px; font-size: .77rem; box-shadow: none; }
.content-main { background: #fbfcfa; }
.content-hero { padding: 90px 0 75px; border-bottom: 1px solid var(--marketing-line); background: linear-gradient(180deg, #f8faf7, #f1f5f1); }
.content-hero-inner { max-width: 900px; }
.content-hero h1 { max-width: 850px; margin: 0; font-size: clamp(2.7rem, 6vw, 5rem); letter-spacing: -.07em; line-height: 1; }
.content-hero-inner > p:not(.marketing-eyebrow) { max-width: 700px; margin: 22px 0 0; color: var(--marketing-muted); font-size: 1.05rem; line-height: 1.7; }
.content-hero small { display: block; margin-top: 20px; color: #879189; font-size: .72rem; }
.content-section { padding: 80px 0 110px; }
.narrow-content { max-width: 900px; }
.faq-list-page summary { font-size: 1rem; }
.faq-list-page details p { font-size: .92rem; }
.help-card { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 55px; padding: 28px; border-radius: 14px; color: white; background: var(--marketing-green-dark); }
.help-card h2 { margin: 0 0 6px; font-size: 1.25rem; }
.help-card p { margin: 0; color: rgba(255,255,255,.68); font-size: .82rem; }
.help-card .marketing-button { border-color: white; color: var(--marketing-green-dark); background: white; box-shadow: none; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-grid-two { grid-template-columns: repeat(2, 1fr); }
.contact-card { display: block; min-height: 270px; padding: 30px; border: 1px solid var(--marketing-line); border-radius: 15px; color: var(--marketing-ink); background: white; cursor: pointer; text-align: left; text-decoration: none; transition: border-color .15s ease, transform .15s ease; }
.contact-card:hover { border-color: #adc3b4; transform: translateY(-2px); }
.contact-icon { display: grid; width: 45px; height: 45px; margin-bottom: 45px; place-items: center; border-radius: 12px; color: var(--marketing-green-dark); background: var(--marketing-mint); font-weight: 850; }
.contact-card p { margin: 0 0 7px; color: var(--marketing-green); font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.contact-card h2 { overflow-wrap: anywhere; margin: 0 0 11px; font-size: 1.14rem; letter-spacing: -.03em; }
.contact-card small { color: var(--marketing-muted); font-size: .75rem; }
.contact-note { margin-top: 35px; padding: 23px 27px; border-left: 3px solid var(--marketing-orange); background: #f1f4f0; }
.contact-note p { margin: 6px 0 0; color: var(--marketing-muted); font-size: .84rem; }
.plan-request { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, .8fr); gap: 30px 55px; align-items: start; margin-top: 35px; padding: 32px; border: 1px solid #c7d9cd; border-radius: 15px; background: var(--marketing-mint); scroll-margin-top: 100px; }
.plan-request h2 { margin: 8px 0 10px; font-size: 1.65rem; letter-spacing: -.045em; }
.plan-request > div > p:last-child { max-width: 680px; margin: 0; color: var(--marketing-muted); font-size: .87rem; line-height: 1.65; }
.plan-request ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.plan-request li { display: grid; grid-template-columns: 32px 1fr; align-items: center; gap: 10px; color: var(--marketing-ink); font-size: .8rem; font-weight: 720; }
.plan-request li span { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid #9fc1ac; border-radius: 8px; color: var(--marketing-green-dark); background: white; font: 750 .64rem ui-monospace, monospace; }
.plan-request .marketing-button { width: fit-content; }
.plan-request > small { align-self: center; color: var(--marketing-muted); font-size: .7rem; line-height: 1.55; }
.legal-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 80px; }
.legal-toc { position: sticky; top: 105px; display: flex; align-self: start; flex-direction: column; gap: 9px; padding: 22px; border: 1px solid var(--marketing-line); border-radius: 12px; background: white; }
.legal-toc strong { margin-bottom: 8px; font-size: .75rem; }
.legal-toc a { color: var(--marketing-muted); font-size: .71rem; text-decoration: none; }
.legal-toc a:hover { color: var(--marketing-green-dark); }
.legal-copy { min-width: 0; }
.legal-copy section { position: relative; padding: 0 0 40px 55px; border-bottom: 1px solid var(--marketing-line); scroll-margin-top: 100px; }
.legal-copy section + section { padding-top: 40px; }
.legal-copy section > span { position: absolute; top: 2px; left: 0; color: var(--marketing-green); font: 700 .69rem ui-monospace, monospace; }
.legal-copy section + section > span { top: 43px; }
.legal-copy h2 { margin: 0 0 13px; font-size: 1.35rem; letter-spacing: -.04em; }
.legal-copy p { margin: 0; color: var(--marketing-muted); font-size: .9rem; line-height: 1.85; white-space: pre-line; }
.legal-copy p + p { margin-top: 14px; }
.legal-contact { display: flex; justify-content: space-between; gap: 30px; margin-top: 38px; padding: 24px; border-radius: 12px; background: var(--marketing-mint); }
.legal-contact a { color: var(--marketing-green-dark); font-weight: 750; }
.error-main { min-height: 68vh; background: #fbfcfa; }
.error-section { overflow: hidden; padding: 95px 0 115px; background: radial-gradient(circle at 76% 45%, rgba(206,232,216,.72), transparent 24rem), linear-gradient(180deg, #fbfcfa, #f2f6f1); }
.error-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, .8fr); align-items: center; gap: 90px; }
.error-code { margin: 18px 0 2px; color: var(--marketing-green); font-size: clamp(4.5rem, 12vw, 8rem); font-weight: 850; letter-spacing: -.09em; line-height: .85; }
.error-copy h1 { max-width: 680px; margin: 25px 0 0; font-size: clamp(2.4rem, 5vw, 4.5rem); letter-spacing: -.065em; line-height: 1; }
.error-lead { max-width: 600px; margin: 24px 0 0; color: var(--marketing-muted); font-size: 1.05rem; line-height: 1.7; }
.error-retry { margin: 14px 0 0; color: var(--marketing-green-dark); font-size: .82rem; font-weight: 750; }
.error-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px; margin-top: 34px; }
.error-support-link { margin-left: 8px; color: var(--marketing-green-dark); font-size: .82rem; font-weight: 750; text-underline-offset: 4px; }
.error-visual { position: relative; display: grid; min-height: 360px; place-items: center; }
.error-visual::before, .error-visual::after { position: absolute; border: 1px solid rgba(23,107,74,.12); border-radius: 50%; content: ""; }
.error-visual::before { width: 380px; height: 380px; }
.error-visual::after { width: 285px; height: 285px; }
.error-house { position: relative; z-index: 1; width: 230px; height: 175px; margin-top: 65px; border-radius: 8px 8px 18px 18px; background: var(--marketing-green-dark); box-shadow: 0 28px 60px rgba(20,74,52,.22); }
.error-roof { position: absolute; top: -70px; left: 15px; width: 200px; height: 200px; border-radius: 18px 4px 18px 4px; background: var(--marketing-green); transform: rotate(45deg) scale(.72); }
.error-door { position: absolute; right: 38px; bottom: 0; z-index: 2; width: 58px; height: 92px; border-radius: 8px 8px 0 0; background: #f0a45d; }
.error-window { position: absolute; bottom: 78px; z-index: 2; width: 38px; height: 38px; border: 6px solid #dcece2; border-radius: 6px; background: #fff; }
.error-window-left { left: 36px; }
.error-window-right { left: 91px; }
.error-pin { position: absolute; top: 17px; right: 30px; z-index: 3; display: grid; width: 74px; height: 74px; place-items: center; border: 7px solid white; border-radius: 50% 50% 50% 8px; color: white; background: var(--marketing-orange); box-shadow: 0 16px 35px rgba(100,66,25,.2); font-size: 2rem; font-weight: 850; transform: rotate(-45deg); }
.error-pin b { font: inherit; transform: rotate(45deg); }

*:focus-visible { outline: 3px solid rgba(239,158,71,.75); outline-offset: 3px; }

@media (max-width: 980px) {
  .marketing-nav { position: absolute; top: 70px; right: 20px; left: 20px; display: none; align-items: stretch; flex-direction: column; gap: 2px; padding: 12px; border: 1px solid var(--marketing-line); border-radius: 13px; background: white; box-shadow: 0 20px 50px rgba(30,55,38,.16); }
  .marketing-nav[data-open="true"] { display: flex; }
  .marketing-nav a { padding: 11px; border-radius: 8px; }
  .marketing-nav a:hover { background: var(--marketing-mint); }
  .mobile-nav-toggle { display: block; }
  .header-actions { margin-left: auto; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { max-width: 720px; }
  .product-preview { width: min(100%, 620px); }
  .section-heading-split, .value-grid, .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .value-copy { position: static; }
  .footer-grid { grid-template-columns: 1.5fr repeat(3, 1fr); gap: 30px; }
  .legal-layout { grid-template-columns: 220px minmax(0,1fr); gap: 40px; }
  .error-layout { gap: 45px; }
}

@media (max-width: 620px) {
  .marketing-container { width: min(calc(100% - 28px), var(--marketing-width)); }
  .header-inner { min-height: 64px; gap: 12px; }
  .text-button { display: none; }
  .locale-links { position: absolute; top: 73px; right: 25px; z-index: 1; }
  .marketing-nav { top: 62px; padding-top: 50px; }
  .marketing-button-small { min-height: 38px; padding: 8px 11px; font-size: .76rem; }
  .hero { padding: 60px 0 70px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .source-row { gap: 14px; margin-top: 35px; }
  .product-preview { padding: 13px; border-radius: 17px; transform: none; }
  .listing-preview { grid-template-columns: 86px 1fr; gap: 10px; }
  .listing-visual { min-height: 84px; }
  .telegram-toast { right: 6px; bottom: -43px; min-width: 235px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-grid > div, .proof-grid > div:first-child { min-height: 100px; padding: 20px; border: 0; border-bottom: 1px solid var(--marketing-line); }
  .proof-grid > div:nth-child(odd) { border-right: 1px solid var(--marketing-line); }
  .marketing-section { padding: 75px 0; }
  .section-heading { margin-bottom: 34px; }
  .product-cards, .workflow-grid, .pricing-grid, .contact-grid, .plan-request { grid-template-columns: 1fr; }
  .product-card { min-height: 610px; padding: 28px; }
  .mini-search-ui, .channel-ui { right: 28px; bottom: 28px; left: 28px; }
  .workflow-grid::before { display: none; }
  .workflow-grid li { padding: 26px; }
  .workflow-icon { margin: 22px 0 28px; }
  .value-list article { grid-template-columns: 40px 1fr; }
  .price-card-featured { transform: none; }
  .pricing-footnote, .final-cta-inner { grid-template-columns: 1fr; gap: 25px; }
  .final-cta { padding: 65px 0; }
  .final-cta-inner > div:last-child { justify-items: start; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand-block { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .support-launcher { right: 14px; bottom: 13px; }
  .support-launcher b { display: none; }
  .consent-banner { grid-template-columns: 1fr; }
  .consent-actions { justify-content: flex-start; }
  .consent-actions .marketing-button { flex: 1 1 140px; }
  .marketing-dialog { padding: 27px 22px; }
  .content-hero { padding: 70px 0 55px; }
  .content-section { padding: 55px 0 80px; }
  .help-card { align-items: flex-start; flex-direction: column; }
  .contact-card { min-height: 225px; }
  .contact-icon { margin-bottom: 30px; }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-toc { position: static; }
  .legal-copy section { padding-left: 38px; }
  .legal-contact { align-items: flex-start; flex-direction: column; gap: 8px; }
  .error-section { padding: 70px 0 85px; }
  .error-layout { grid-template-columns: 1fr; gap: 30px; }
  .error-visual { min-height: 280px; }
  .error-visual::before { width: 290px; height: 290px; }
  .error-visual::after { width: 220px; height: 220px; }
  .error-house { transform: scale(.82); }
  .error-pin { top: 5px; right: 8%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

/* Multi-page product navigation */
.marketing-nav-menu { position: relative; }
.marketing-nav-menu > summary { color: var(--marketing-muted); font-size: .9rem; font-weight: 650; cursor: pointer; list-style: none; }
.marketing-nav-menu > summary::-webkit-details-marker { display: none; }
.marketing-nav-menu > summary::after { margin-left: 6px; color: var(--marketing-green); content: "⌄"; }
.marketing-nav-menu[open] > summary { color: var(--marketing-ink); }
.marketing-nav-menu > div { position: absolute; z-index: 60; top: calc(100% + 17px); left: 50%; display: grid; width: 310px; gap: 3px; padding: 8px; border: 1px solid var(--marketing-line); border-radius: 12px; background: white; box-shadow: 0 18px 45px rgba(25, 43, 31, .14); transform: translateX(-50%); }
.marketing-nav-menu > div a { display: grid; gap: 2px; padding: 11px 12px; border-radius: 8px; }
.marketing-nav-menu > div a:hover { background: var(--marketing-cream); }
.marketing-nav-menu > div strong { color: var(--marketing-ink); font-size: .84rem; }
.marketing-nav-menu > div small { color: var(--marketing-muted); font-size: .7rem; font-weight: 500; }
.product-card-link { position: relative; z-index: 2; display: inline-flex; margin-top: 18px; color: inherit; font-size: .82rem; font-weight: 800; text-decoration: none; }
.product-card-dark .product-card-link { color: #bfe1cd; }
.pricing-all-link { display: inline-block; margin-top: 16px; }
.product-detail-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: center; gap: 70px; }
.product-detail-hero-grid h1 { max-width: 820px; margin: 0; font-size: clamp(2.7rem, 6vw, 5rem); letter-spacing: -.07em; line-height: 1; }
.product-detail-hero-grid > div > p:not(.marketing-eyebrow) { max-width: 720px; margin: 22px 0 0; color: var(--marketing-muted); font-size: 1.05rem; line-height: 1.7; }
.product-detail-summary { display: grid; gap: 12px; padding: 28px; border: 1px solid #cfded3; border-radius: 15px; background: white; box-shadow: 0 14px 40px rgba(25, 43, 31, .06); }
.product-detail-summary > span { color: var(--marketing-green); font-size: .7rem; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.product-detail-summary > strong { font-size: 1.35rem; letter-spacing: -.035em; }
.product-detail-summary > p { margin: 0; color: var(--marketing-muted); font-size: .86rem; line-height: 1.65; }
.product-detail-layout { display: grid; gap: 45px; }
.product-detail-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin: 0; padding: 0; list-style: none; }
.product-detail-steps li { min-height: 260px; padding: 28px; border: 1px solid var(--marketing-line); border-radius: 14px; background: white; }
.product-detail-steps li > span, .agency-feature-grid article > span { color: var(--marketing-green); font: 700 .7rem ui-monospace, monospace; }
.product-detail-steps h3, .agency-feature-grid h3 { margin: 65px 0 10px; font-size: 1.12rem; }
.product-detail-steps p, .agency-feature-grid p { margin: 0; color: var(--marketing-muted); font-size: .86rem; line-height: 1.65; }
.detail-cta { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 35px; border-radius: 16px; color: white; background: #153d2e; }
.detail-cta h2 { margin: 0; font-size: 1.45rem; }
.detail-cta p { max-width: 670px; margin: 8px 0 0; color: rgba(255,255,255,.7); }
.coverage-layout, .agency-layout { display: grid; gap: 30px; }
.coverage-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.coverage-card { padding: 35px; border: 1px solid var(--marketing-line); border-radius: 15px; background: white; }
.coverage-card h2 { margin: 8px 0 12px; font-size: 1.55rem; }
.coverage-card > p:not(.marketing-eyebrow) { color: var(--marketing-muted); line-height: 1.65; }
.coverage-card dl { display: grid; margin: 28px 0; border-top: 1px solid var(--marketing-line); }
.coverage-card dl div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 14px 0; border-bottom: 1px solid var(--marketing-line); }
.coverage-card dt { color: var(--marketing-muted); font-size: .78rem; }
.coverage-card dd { margin: 0; font-size: .86rem; font-weight: 750; }
.coverage-note { margin-top: 0; }
.standalone-pricing { padding-top: 95px; }
.agency-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.agency-feature-grid article { min-height: 260px; padding: 28px; border: 1px solid var(--marketing-line); border-radius: 14px; background: white; }

@media (max-width: 980px) {
  .marketing-nav { gap: 14px; }
  .marketing-nav-menu { width: 100%; }
  .marketing-nav-menu > summary { padding: 8px 11px; }
  .marketing-nav-menu > div { position: static; width: 100%; margin: 5px 0 8px; box-shadow: none; transform: none; }
  .product-detail-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .product-detail-steps, .agency-feature-grid { grid-template-columns: 1fr; }
  .product-detail-steps li, .agency-feature-grid article { min-height: 0; }
  .product-detail-steps h3, .agency-feature-grid h3 { margin-top: 32px; }
}

@media (max-width: 760px) {
  .coverage-grid { grid-template-columns: 1fr; }
  .detail-cta { align-items: stretch; flex-direction: column; }
}
