*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:#fff;color:#151515}a{text-decoration:none;color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:26px;padding:14px 42px;border-bottom:1px solid #ececec;background:#fff}.brand{display:flex;align-items:center;gap:10px;margin-right:auto;font-weight:800;font-size:24px;color:#4f009d}.brand img{width:54px;height:54px;object-fit:contain}.site-header nav{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.site-header nav a{padding:11px 13px;border-radius:8px;font-weight:600;color:#333}.site-header nav a:hover,.site-header nav a.active{background:#5a0bd7;color:#fff}#menu{display:none;border:1px solid #ddd;background:#fff;border-radius:8px;padding:8px 10px;font-size:22px}main{max-width:1180px;margin:auto;padding:56px 24px 70px}.hero{max-width:820px}.eyebrow{font-size:20px;font-weight:800;color:#5a0bd7;margin-bottom:8px}.hero h1{font-size:clamp(52px,8vw,88px);line-height:.95;margin:0 0 30px;color:#121212}.hero ul{font-size:19px;line-height:1.6;padding-left:22px;margin-bottom:36px}hr{border:0;border-top:1px solid #ddd;margin:0 0 34px}.stats{text-align:center;padding:8px 0 42px}.stats>p{font-size:18px;color:#555}.stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin:26px 0}.stat-grid div{padding:22px;border:1px solid #e4e4e4;border-radius:12px;background:#fafafa}.stat-grid strong{display:block;font-size:30px;color:#5a0bd7}.stat-grid span{color:#666;font-size:14px}.primary{border:0;background:#5a0bd7;color:#fff;padding:14px 22px;border-radius:8px;font-weight:700;cursor:pointer}.browser{display:grid;grid-template-columns:1fr 1fr;border:1px solid #ddd;background:#fff}.browser>article{padding:24px;min-width:0}.browser>article+article{border-left:1px solid #e4e4e4}.browser h2{text-align:center;font-size:34px;margin:0 0 20px;font-weight:600}form{display:grid;grid-template-columns:1fr auto;margin-bottom:18px}input{height:52px;border:1px solid #cfd4dc;border-radius:7px 0 0 7px;padding:0 14px;font:inherit;outline:none}form button{border:1px solid #5a0bd7;background:#fff;color:#5a0bd7;padding:0 20px;border-radius:0 7px 7px 0;font-weight:700;cursor:pointer}.list,.channel-list{display:grid;gap:9px}.category-item,.channel-row{border:1px solid #e2e2e2;border-radius:7px;padding:13px 15px;background:#fafafa}.category-item{display:grid;grid-template-columns:1fr auto;text-align:left;font:inherit;cursor:pointer}.category-item:hover,.category-item.active{background:#5a0bd7;color:#fff}.category-item small,.channel-row small{opacity:.65}.channel-row{display:flex;justify-content:space-between;gap:16px}.selected{margin-bottom:12px;background:#f4efff;color:#5a0bd7;padding:10px 12px;border-radius:7px;font-weight:700}.hint{color:#777;text-align:center;padding:30px}.pages{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-top:18px}.pages button{min-width:34px;height:34px;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer}.pages button.active{background:#5a0bd7;color:#fff;border-color:#5a0bd7}.questions{text-align:center;padding:70px 0 40px}.questions h2{font-size:42px;margin:0 0 10px}.questions p{color:#666}.contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,320px));justify-content:center;gap:18px;margin-top:24px}.contact-cards a{border:1px solid #ddd;border-radius:10px;padding:20px;background:#fafafa}.contact-cards b,.contact-cards span{display:block}.contact-cards b{font-size:20px;color:#5a0bd7}.contact-cards span{margin-top:5px;color:#555}footer{border-top:1px solid #e5e5e5;background:#fafafa;padding:38px max(24px,calc((100% - 1180px)/2));display:grid;grid-template-columns:1fr auto;gap:30px}.footer-brand{display:flex;gap:14px;align-items:flex-start}.footer-brand img{width:64px;height:64px;object-fit:contain}.footer-brand strong{font-size:24px;color:#5a0bd7}.footer-brand p{color:#666;margin:5px 0}.footer-links{display:flex;gap:50px}.footer-links h3{margin:0 0 10px}.footer-links a{display:block;color:#555;margin:7px 0}.copy{grid-column:1/-1;color:#888;font-size:13px;margin:0}@media(max-width:900px){.site-header{padding:12px 18px;flex-wrap:wrap}#menu{display:block}.site-header nav{display:none;width:100%;flex-direction:column;align-items:stretch}.site-header nav.open{display:flex}.browser{grid-template-columns:1fr}.browser>article+article{border-left:0;border-top:1px solid #e4e4e4}.stat-grid{grid-template-columns:1fr}.footer-links{gap:24px}}@media(max-width:600px){main{padding:38px 14px 50px}.hero h1{font-size:54px}.hero ul{font-size:16px}.browser>article{padding:16px}.browser h2{font-size:28px}form{grid-template-columns:1fr}input{border-radius:7px;margin-bottom:8px}form button{height:48px;border-radius:7px}.contact-cards{grid-template-columns:1fr}.footer-links{flex-direction:column}footer{grid-template-columns:1fr}}