:root{color-scheme:light;--landing-bg: #f4f5f7;--landing-surface: #ffffff;--landing-ink: #15171a;--landing-muted: #68707d;--landing-line: #dfe3e8;--landing-yellow: #ffd321;--landing-yellow-hover: #f2c400;--landing-blue: #2f6fed;--landing-green: #167a4b;--landing-radius: 22px;--landing-shadow: 0 24px 70px rgba(21, 23, 26, .1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--landing-ink);background:var(--landing-bg);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}.landing-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.landing-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(223,227,232,.85);background:#ffffffeb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.landing-header__inner{min-height:72px;display:flex;align-items:center;gap:32px}.landing-brand{display:inline-flex;align-items:center;gap:11px;font-size:18px;font-weight:800;letter-spacing:-.02em}.landing-brand__mark{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:var(--landing-ink);color:#fff;font-size:12px}.landing-nav{display:flex;gap:26px;margin-left:auto;color:#4e5662;font-size:14px;font-weight:650}.landing-nav a:hover,.landing-login:hover{color:var(--landing-blue)}.landing-header__actions{display:flex;align-items:center;gap:15px}.landing-login{font-size:14px;font-weight:700}.landing-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 22px;border:1px solid transparent;border-radius:12px;font-weight:800;transition:transform .18s ease,background .18s ease,border-color .18s ease}.landing-button:hover{transform:translateY(-1px)}.landing-button--small{min-height:42px;padding-inline:17px;font-size:14px}.landing-button--primary{background:var(--landing-yellow);color:#111}.landing-button--primary:hover{background:var(--landing-yellow-hover)}.landing-button--secondary{border-color:var(--landing-line);background:#fff}.landing-button--secondary:hover{border-color:#b8c0cb}.landing-hero{position:relative;overflow:hidden;padding:92px 0 80px;background:radial-gradient(circle at 85% 15%,rgba(255,211,33,.2),transparent 32%),linear-gradient(180deg,#fff,#f5f6f8)}.landing-hero:before{content:"";position:absolute;inset:0;opacity:.22;background-image:linear-gradient(#dfe3e8 1px,transparent 1px),linear-gradient(90deg,#dfe3e8 1px,transparent 1px);background-size:64px 64px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 80%);mask-image:linear-gradient(to bottom,black,transparent 80%)}.landing-hero__grid{position:relative;display:grid;grid-template-columns:1fr .95fr;align-items:center;gap:68px}.landing-kicker{display:inline-flex;margin-bottom:18px;color:#536071;font-size:13px;font-weight:850;letter-spacing:.09em;text-transform:uppercase}.landing-hero h1{max-width:700px;margin:0;font-size:clamp(44px,5.4vw,70px);line-height:1.03;letter-spacing:-.055em}.landing-hero__lead{max-width:680px;margin:26px 0 0;color:var(--landing-muted);font-size:20px;line-height:1.55}.landing-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.landing-checks{display:grid;gap:10px;margin:28px 0 0;padding:0;list-style:none;color:#4d5663;font-size:14px}.landing-checks li:before{content:"✓";margin-right:9px;color:var(--landing-green);font-weight:900}.landing-product{overflow:hidden;border:1px solid #d9dee5;border-radius:24px;background:#fff;box-shadow:var(--landing-shadow);transform:rotate(1.2deg)}.landing-product__bar{display:flex;align-items:center;gap:6px;min-height:48px;padding:0 17px;border-bottom:1px solid #e5e8ed;background:#f7f8fa}.landing-product__bar span{width:9px;height:9px;border-radius:50%;background:#c6ccd4}.landing-product__bar strong{margin-left:8px;color:#747d8a;font-size:11px}.landing-product__body{padding:20px}.landing-product__summary,.landing-product__footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.landing-product__summary span,.landing-product__summary strong{display:block}.landing-product__summary span{color:#818895;font-size:11px}.landing-product__summary strong{margin-top:3px;font-size:16px}.landing-status{padding:6px 10px;border-radius:999px;background:#ddf7e9;color:var(--landing-green)!important;font-size:10px!important;font-weight:850;text-transform:uppercase}.landing-posts{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.landing-post{overflow:hidden;border:1px solid #e4e7eb;border-radius:14px;background:#fff}.landing-post__visual{position:relative;aspect-ratio:4/3;padding:12px;background:linear-gradient(145deg,#d5d9cf,#75816e)}.landing-post__visual--two{background:linear-gradient(145deg,#d7c8b4,#636d79)}.landing-post__visual:after{content:"";position:absolute;inset:18% 21% 0;border-radius:55% 55% 10% 10%;background:#ffffff8a;box-shadow:18px 9px #15171a33}.landing-post__visual span{position:relative;z-index:2;display:inline-grid;place-items:center;width:27px;height:27px;border-radius:8px;background:#fff;font-size:10px;font-weight:900}.landing-post h2{margin:13px 13px 5px;font-size:13px;line-height:1.3}.landing-post p{margin:0 13px 14px;color:#7a8290;font-size:10px;line-height:1.45}.landing-product__footer{padding-top:14px;border-top:1px solid #e8ebef;color:#7b8390;font-size:10px}.landing-product__footer strong{color:var(--landing-blue)}.landing-proof{border-block:1px solid var(--landing-line);background:#fff}.landing-proof__grid{display:grid;grid-template-columns:repeat(3,1fr)}.landing-proof__grid div{padding:25px 28px;border-right:1px solid var(--landing-line)}.landing-proof__grid div:last-child{border-right:0}.landing-proof strong,.landing-proof span{display:block}.landing-proof strong{font-size:17px}.landing-proof span{margin-top:3px;color:var(--landing-muted);font-size:13px}.landing-section{padding:96px 0}.landing-section--dark{color:#fff;background:#15171a}.landing-section--tint{background:#fff}.landing-heading{max-width:760px;margin-bottom:42px}.landing-heading h2,.landing-split h2,.landing-cta h2{margin:0;font-size:clamp(34px,4vw,48px);line-height:1.08;letter-spacing:-.045em}.landing-heading p,.landing-split>div>p{color:var(--landing-muted);font-size:18px}.landing-heading--light p{color:#aeb5c0}.landing-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.landing-feature{min-height:230px;padding:30px;border:1px solid var(--landing-line);border-radius:var(--landing-radius);background:#fff}.landing-feature--wide{grid-column:1 / -1;min-height:260px;padding-right:34%;background:linear-gradient(120deg,#fff 0 64%,#ffdd53 64% 100%)}.landing-feature__number{color:#8a929d;font-size:12px;font-weight:900}.landing-feature h3{margin:48px 0 10px;font-size:24px;letter-spacing:-.025em}.landing-feature p{max-width:650px;margin:0;color:var(--landing-muted)}.landing-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin:0;padding:1px;list-style:none;background:#34383e;border:1px solid #34383e;border-radius:22px;overflow:hidden}.landing-steps li{display:flex;gap:22px;min-height:190px;padding:30px;background:#1d2024}.landing-steps li>span{display:grid;flex:0 0 40px;place-items:center;align-self:flex-start;width:40px;height:40px;border-radius:12px;background:var(--landing-yellow);color:#15171a;font-weight:900}.landing-steps h3{margin:4px 0 8px;font-size:21px}.landing-steps p{margin:0;color:#aeb5c0}.landing-split{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:90px}.landing-split--reverse>:first-child{order:2}.landing-list{display:grid;gap:12px;margin:28px 0 0;padding:0;list-style:none}.landing-list li{position:relative;padding-left:28px}.landing-list li:before{content:"";position:absolute;top:.55em;left:2px;width:9px;height:9px;border-radius:3px;background:var(--landing-yellow);box-shadow:0 0 0 4px #ffd32138}.landing-telegram-card,.landing-export-card{padding:22px;border:1px solid var(--landing-line);border-radius:24px;background:#fff;box-shadow:var(--landing-shadow)}.landing-telegram-card__head{display:flex;align-items:center;gap:12px}.landing-telegram-card__head>span{display:grid;place-items:center;width:43px;height:43px;border-radius:50%;color:#fff;background:#2aabee;font-weight:900}.landing-telegram-card__head strong,.landing-telegram-card__head small{display:block}.landing-telegram-card__head small{color:var(--landing-muted)}.landing-telegram-card__image{min-height:280px;margin:20px 0;border-radius:16px;background:radial-gradient(circle at 68% 28%,#ffe071 0 12%,transparent 12.5%),linear-gradient(145deg,#25394d,#8ba195 52%,#dcc394)}.landing-telegram-card>strong{font-size:19px}.landing-telegram-card>p{color:var(--landing-muted);font-size:14px}.landing-telegram-card__time{display:flex;justify-content:space-between;padding-top:15px;border-top:1px solid var(--landing-line);color:var(--landing-muted);font-size:13px}.landing-telegram-card__time strong{color:var(--landing-blue)}.landing-export-card{display:grid;gap:10px;background:#f8f9fa}.landing-export-card__file,.landing-export-card__download{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:14px;padding:16px;border:1px solid var(--landing-line);border-radius:13px;background:#fff}.landing-export-card__file>span,.landing-export-card__download>span{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#eef1f5;color:#596372;font-size:10px;font-weight:900}.landing-export-card__file strong,.landing-export-card__file small,.landing-export-card__download strong,.landing-export-card__download small{display:block}.landing-export-card__file small,.landing-export-card__download small{color:var(--landing-muted)}.landing-export-card__download{margin-top:8px;border-color:#e9bd00;background:var(--landing-yellow)}.landing-export-card__download>span{background:#15171a;color:#fff}.landing-export-card__download b{font-size:24px}.landing-text-link{display:inline-flex;gap:9px;margin-top:28px;color:var(--landing-blue);font-weight:850}.landing-audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.landing-audience-grid article{min-height:210px;padding:28px;border:1px solid var(--landing-line);border-radius:20px;background:#fff}.landing-audience-grid h3{margin:70px 0 8px;font-size:20px}.landing-audience-grid p{margin:0;color:var(--landing-muted)}.landing-cta{padding:0 0 96px}.landing-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:42px;padding:54px;border-radius:28px;background:var(--landing-yellow)}.landing-cta .landing-kicker{color:#615000}.landing-cta p{max-width:700px;margin-bottom:0}.landing-cta .landing-button{flex:0 0 auto;background:#15171a;color:#fff}.landing-footer{border-top:1px solid var(--landing-line);background:#fff}.landing-footer__inner{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:40px;min-height:120px}.landing-footer strong,.landing-footer span{display:block}.landing-footer span,.landing-footer small{color:var(--landing-muted);font-size:13px}.landing-footer__links{display:flex;gap:22px;font-weight:700;font-size:14px}@media(max-width:900px){.landing-nav{display:none}.landing-hero{padding-top:64px}.landing-hero__grid,.landing-split{grid-template-columns:1fr;gap:48px}.landing-product{max-width:620px;transform:none}.landing-split--reverse>:first-child{order:0}.landing-feature--wide{padding-right:30px;background:#fff}.landing-audience-grid{grid-template-columns:1fr}.landing-cta__inner{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.landing-shell{width:min(100% - 28px,1180px)}.landing-header__inner{min-height:64px}.landing-header__actions .landing-login{display:none}.landing-brand{font-size:16px}.landing-brand__mark{width:32px;height:32px}.landing-button--small{padding-inline:12px}.landing-hero{padding:50px 0 55px}.landing-hero h1{font-size:42px}.landing-hero__lead{font-size:17px}.landing-hero__actions{align-items:stretch;flex-direction:column}.landing-posts{grid-template-columns:1fr}.landing-post:nth-child(2){display:none}.landing-proof__grid{grid-template-columns:1fr}.landing-proof__grid div{border-right:0;border-bottom:1px solid var(--landing-line)}.landing-proof__grid div:last-child{border-bottom:0}.landing-section{padding:68px 0}.landing-heading h2,.landing-split h2,.landing-cta h2{font-size:34px}.landing-feature-grid,.landing-steps{grid-template-columns:1fr}.landing-feature,.landing-feature--wide{min-height:0;padding:24px}.landing-feature h3{margin-top:34px}.landing-steps li{min-height:0;padding:24px}.landing-telegram-card__image{min-height:210px}.landing-export-card{padding:14px}.landing-export-card__file,.landing-export-card__download{grid-template-columns:42px 1fr}.landing-export-card__file small{grid-column:2}.landing-cta__inner{padding:32px 24px}.landing-footer__inner{grid-template-columns:1fr;gap:16px;padding:30px 0}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.landing-button{transition:none}}
