@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Manrope:wght@600;700;800&display=swap');
:root{--ink:#082f49;--blue:#0877b7;--sky:#35b4d8;--pale:#edf7fb;--line:#d9e7ee;--muted:#6d818d;--white:#fff;--coral:#ed7664}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7fafc;color:var(--ink);font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{height:76px;background:#fffffff0;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 max(24px,calc((100vw - 1220px)/2));gap:42px;position:sticky;top:0;z-index:10;backdrop-filter:blur(12px)}.logo{display:flex;align-items:center;gap:10px;margin-right:auto}.logo>span{width:43px;height:43px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,var(--sky),var(--blue));color:#fff;font-size:1.3rem;box-shadow:0 8px 20px #0877b733}.logo b{font:800 1.1rem/1 Manrope;letter-spacing:.06em}.logo small{display:block;color:#4f829e;font:600 .72rem Inter;letter-spacing:0;margin-top:4px}.site-header nav,.header-actions{display:flex;align-items:center;gap:25px}.site-header nav a,.header-actions>a,.link{font-size:.8rem;font-weight:700;color:#476779}.site-header form{margin:0}.link{border:0;background:none;cursor:pointer}.button{display:inline-flex;align-items:center;justify-content:center;border:0;background:var(--blue);color:#fff;border-radius:11px;padding:10px 16px;font-weight:800;cursor:pointer;box-shadow:0 7px 18px #0877b72a}.button:hover{background:#056ba6}.button.ghost{background:#fff;color:var(--ink);border:1px solid #cbdde6;box-shadow:none}.button.large{padding:14px 21px}.button.wide{width:100%}main{min-height:calc(100vh - 180px)}.notice{position:fixed;right:24px;bottom:24px;z-index:30;max-width:420px;background:#082f49;color:#fff;border-radius:13px;padding:14px 18px;box-shadow:0 16px 40px #001d2e45;font-size:.82rem;font-weight:650;animation:appear .25s ease-out}@keyframes appear{from{opacity:0;transform:translateY(9px)}}.hero{max-width:1220px;margin:auto;min-height:620px;padding:85px 0 70px;display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:78px;position:relative}.hero:before{content:'';position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,#d7f2fb 0,#edf8fc99 45%,transparent 71%);right:-150px;top:-90px;z-index:-1}.kicker{color:var(--blue);font-size:.69rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.hero h1,.page-head h1,.auth-wrap h1,.dashboard-head h1{font:800 clamp(2.5rem,5vw,4.7rem)/1.02 Manrope;margin:16px 0 22px;letter-spacing:-.055em}.hero h1 em{font-style:normal;color:var(--blue)}.hero>div>p{font-size:1.07rem;line-height:1.7;color:#607a88;max-width:610px}.hero-actions{display:flex;gap:12px;margin:30px 0}.trust{display:flex;gap:22px;color:#5e7c8b;font-size:.72rem}.hero-card{background:#fff;border:1px solid var(--line);border-radius:23px;padding:30px;box-shadow:0 25px 60px #164a671c;position:relative}.hero-card:after{content:'✚';position:absolute;right:22px;top:18px;color:#d9edf5;font-size:4rem;font-weight:900}.badge,.status-pill{display:inline-block;background:#e9f7fb;color:#0877b7;padding:7px 10px;border-radius:8px;font-size:.66rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.hero-card h2{font:800 1.75rem/1.2 Manrope;margin:20px 0 12px;max-width:330px}.hero-card p{color:#6d818d;font-size:.84rem;line-height:1.55}.amount{display:grid;grid-template-columns:auto 1fr auto;align-items:end;margin-top:25px}.amount b{font:800 1.35rem Manrope}.amount span{font-size:.7rem;color:#80919b;margin:0 0 4px 7px}.amount strong{font-size:.8rem}.bar{height:7px;background:#e4edf2;border-radius:10px;overflow:hidden;margin:10px 0 22px}.bar i{display:block;height:100%;background:linear-gradient(90deg,var(--blue),var(--sky));border-radius:10px}.role-grid,.cards,.product-grid,.metric-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:17px}.role-grid{margin-bottom:90px}.role-grid article,.card,.metric-grid article,.panel,.empty{background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px;box-shadow:0 8px 28px #174c6710}.role-grid b{font:800 .9rem Manrope}.role-grid p{color:var(--muted);font-size:.75rem;line-height:1.6;margin-bottom:0}.split-section{max-width:1220px;margin:0 auto 90px;padding:55px;border-radius:24px;background:#062f4a;color:#fff;display:grid;grid-template-columns:.75fr 1.25fr;gap:75px}.split-section h2{font:800 2.2rem/1.15 Manrope;margin:14px 0}.split-section>div>p{color:#a9c9da;font-size:.85rem;line-height:1.6}.program-list{display:grid;gap:14px}.program-list article{display:grid;grid-template-columns:1fr auto;gap:7px}.program-list b,.program-list small{display:block}.program-list small{color:#a8c8d7;font-size:.68rem;margin-top:4px}.program-list article>span{font-weight:800;font-size:.75rem}.program-list .bar{grid-column:1/-1;margin:0;background:#ffffff17}.page-head,.dashboard-head{max-width:1220px;margin:0 auto;padding:75px 0 38px}.page-head h1,.auth-wrap h1,.dashboard-head h1{font-size:clamp(2rem,4vw,3.6rem);margin:12px 0 14px}.page-head p,.dashboard-head p,.auth-wrap>div p{color:var(--muted);line-height:1.65;max-width:660px}.page-head.row,.dashboard-head{display:flex;justify-content:space-between;align-items:flex-end}.couriers{background:#eaf5fa;border-radius:11px;padding:12px 15px;color:#607985;font-size:.72rem}.cards{grid-template-columns:repeat(3,1fr);margin-bottom:85px}.card-icon{width:44px;height:44px;background:#e8f5fa;color:var(--blue);border-radius:12px;display:grid;place-items:center}.card h2{font:800 1rem Manrope;margin-top:18px}.card p{font-size:.77rem;line-height:1.6;color:var(--muted);min-height:72px}.card>b{font-size:.78rem;display:block;margin-bottom:16px}.product-grid{grid-template-columns:repeat(3,1fr);margin-bottom:85px}.product{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;display:grid;grid-template-columns:40% 60%;min-height:170px}.product-art{background:linear-gradient(145deg,#1596c4,#075c8f);color:#fff;display:grid;place-items:center;position:relative;overflow:hidden}.product-art:before{content:'';position:absolute;width:120px;height:120px;border:24px solid #ffffff24;border-radius:50%}.product-art span{font:900 1.4rem Manrope;z-index:1}.product-art small{position:absolute;bottom:12px;left:10px;right:10px;text-transform:uppercase;font-size:.52rem;font-weight:800}.product>div:last-child{padding:18px}.product>div>small{font-size:.58rem;text-transform:uppercase;color:#1386ad;font-weight:800}.product h2{font:800 .95rem/1.25 Manrope;margin:7px 0 4px}.product p{font-size:.67rem;color:#7d909a}.product footer{background:none;border:0;padding:13px 0 0;display:flex;align-items:center;justify-content:space-between}.product footer b{font-size:.85rem}.product footer form{margin:0}.empty{max-width:1220px;margin:0 auto 80px;text-align:center;padding:60px}.empty p{font-size:.8rem;color:var(--muted)}.auth-wrap{max-width:1050px;margin:0 auto;padding:75px 0 95px;display:grid;grid-template-columns:1fr 440px;gap:90px;align-items:center}.form-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;display:grid;gap:15px;box-shadow:0 20px 55px #164b6815}.form-card label,.grid-form label{font-size:.7rem;font-weight:800;color:#486879;display:grid;gap:7px}.form-card input,.form-card select,.grid-form input,.grid-form select,.grid-form textarea{border:1px solid #cedee6;border-radius:10px;background:#f9fbfc;padding:12px;outline:0;color:var(--ink)}.form-card input:focus,.form-card select:focus,.grid-form input:focus,.grid-form select:focus,.grid-form textarea:focus{border-color:#36a9d2;box-shadow:0 0 0 3px #34acd11f}.form-card>small{text-align:center;color:var(--muted)}.form-card>small a{color:var(--blue);font-weight:800}.dashboard-head{padding-bottom:28px}.status-pill{margin-bottom:16px}.metric-grid{margin-bottom:18px}.metric-grid article small,.metric-grid article span{display:block;color:var(--muted);font-size:.68rem}.metric-grid article b{display:block;font:800 1.35rem Manrope;margin:7px 0}.panel{max-width:1220px;margin:18px auto;padding:28px}.panel h2{font:800 1.25rem Manrope;margin:8px 0 20px}.grid-form{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.grid-form .wide-field{grid-column:1/-1}.grid-form textarea{min-height:90px;resize:vertical}.module-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.module-grid span{background:#edf6fa;border-radius:10px;padding:13px;font-size:.72rem;font-weight:750}.panel:last-of-type{margin-bottom:85px}body>footer{min-height:130px;background:#062f4a;color:#fff;padding:34px max(24px,calc((100vw - 1220px)/2));display:flex;justify-content:space-between;align-items:center}body>footer p,body>footer small,body>footer span{display:block;color:#9fc3d4;font-size:.7rem}body>footer p{margin:6px 0 0}
@media(max-width:900px){.site-header nav{display:none}.hero{padding:60px 24px;grid-template-columns:1fr}.role-grid,.cards,.product-grid,.metric-grid{padding:0 24px;grid-template-columns:repeat(2,1fr)}.split-section{margin:0 24px 70px;grid-template-columns:1fr;padding:35px;gap:30px}.page-head,.dashboard-head{padding:55px 24px 30px}.auth-wrap{padding:55px 24px;grid-template-columns:1fr;gap:30px}.grid-form{grid-template-columns:repeat(2,1fr)}.panel{margin:18px 24px}.module-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.site-header{height:68px;padding:0 16px}.header-actions>a:first-child{display:none}.site-header{gap:10px}.hero{gap:35px}.hero h1{font-size:2.65rem}.hero-actions,.trust{flex-direction:column}.role-grid,.cards,.product-grid,.metric-grid{grid-template-columns:1fr}.page-head.row,.dashboard-head{display:block}.couriers{margin-top:20px}.grid-form{grid-template-columns:1fr}.module-grid{grid-template-columns:1fr}.grid-form .wide-field{grid-column:auto}body>footer{display:block}body>footer>div:last-child{margin-top:22px}}
