:root{--ink:#242b45;--muted:#687087;--purple:#655eea;--cyan:#63b4d4;--soft:#f6f7ff;--line:#e7e8f1}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Barlow,sans-serif;color:var(--ink);background:#fff}.site-header{height:68px;position:absolute;z-index:10;top:0;left:50%;transform:translateX(-50%);width:min(1110px,calc(100% - 40px));display:flex;align-items:center;justify-content:space-between}.brand{color:var(--ink);font-size:23px;font-weight:800;letter-spacing:1.5px;text-decoration:none}.nav-links{display:flex;align-items:center;gap:8px}.nav-links a{padding:10px 17px;color:#3e4359;text-decoration:none;font-size:16px;border-radius:12px}.nav-links a:hover,.nav-links a.active{color:var(--purple);background:#f8f7ff}.menu-button{display:none;background:none;border:0;padding:8px}.menu-button span{display:block;width:24px;height:2px;background:var(--ink);margin:5px}.hero{min-height:880px;position:relative;overflow:hidden;background:linear-gradient(125deg,#fbfbff 0%,#f8faff 46%,#edf4ff 100%)}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 12% 10%,rgba(101,94,234,.07),transparent 25%),linear-gradient(145deg,transparent 52%,rgba(89,115,246,.06));pointer-events:none}.hero-inner{width:min(1110px,calc(100% - 40px));margin:auto;padding-top:113px;position:relative;z-index:2}.hero-copy{width:47%}.hero h1{font-size:41px;line-height:1.42;margin:0 0 15px;font-weight:700;letter-spacing:-.6px}.hero h1 span{font-size:62px;color:var(--purple);font-weight:700;text-decoration:underline;text-underline-offset:8px}.hero h1 em{font-style:normal;color:var(--purple)}.hero-copy>p{font-size:13px;line-height:1.85;color:#73798b;margin:0 0 18px}.hero-art{position:absolute;z-index:1;right:-2px;top:45px;width:57%;height:790px;background:url('https://storage.perfectcdn.com/l58z9i/14q7i8z5qtsug8nr.png') center top/cover no-repeat}.login-card{background:#fff;border:1px solid #e0e2ee;border-radius:17px;padding:27px 22px 24px;box-shadow:0 15px 38px rgba(59,71,120,.08);display:flex;flex-direction:column;gap:14px;width:100%;max-width:445px}.login-card label{display:flex;flex-direction:column;gap:7px;font-size:14px;font-weight:600}.login-card input{width:100%;height:43px;border:1px solid #dfe1e8;border-radius:9px;padding:0 13px;font:inherit;outline:none}.login-card input:focus{border-color:var(--purple);box-shadow:0 0 0 3px rgba(101,94,234,.1)}.password-wrap{position:relative}.password-wrap a{position:absolute;right:11px;top:12px;color:#91a6b0;font-size:14px;font-weight:400;text-decoration:none}.primary-button,.google-button{height:44px;border-radius:8px;font:600 15px Barlow,sans-serif;cursor:pointer}.primary-button{border:0;color:white;background:var(--cyan)}.primary-button:hover{background:#4ba4c8}.google-button{border:1px solid #ddd;background:#fff;color:#4e5260}.google-g{font-weight:800;color:#4285f4;margin-right:8px}.signup-line{text-align:center;font-size:14px;color:#777}.signup-line a{color:var(--purple);font-weight:600;text-decoration:none}.section{padding:95px 20px}.section-heading{text-align:center;max-width:760px;margin:0 auto 55px}.section-heading>span{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--purple)}.section-heading h2{font-size:39px;line-height:1.18;margin:12px 0 14px;letter-spacing:-.5px}.section-heading p{color:var(--muted);font-size:16px;margin:0}.feature-grid,.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:min(1110px,100%);margin:auto}.feature-grid article{border:1px solid var(--line);border-radius:16px;padding:16px 20px 26px;text-align:center;box-shadow:0 12px 35px rgba(71,78,130,.05);transition:.25s}.feature-grid article:hover{transform:translateY(-6px);box-shadow:0 18px 45px rgba(71,78,130,.12)}.feature-grid img{width:145px;height:145px;object-fit:contain}.feature-grid h3,.steps-grid h3{font-size:18px;margin:5px 0 8px}.feature-grid p,.steps-grid p{font-size:14px;line-height:1.6;color:var(--muted);margin:0}.steps{background:var(--soft)}.steps-grid article{text-align:center;position:relative;padding:10px 18px}.steps-grid article:not(:last-child):after{content:"";position:absolute;right:-18%;top:45px;width:36%;border-top:2px dashed #c8c8f5}.step-icon{width:91px;height:91px;border-radius:30px;background:#fff;display:grid;place-items:center;margin:0 auto 22px;font-size:34px;box-shadow:0 12px 30px rgba(84,79,210,.11);position:relative}.step-icon b{position:absolute;right:-7px;top:-7px;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:13px;color:#fff;background:var(--purple)}.testimonial-shell{display:flex;align-items:center;gap:24px;width:min(830px,100%);margin:auto}.testimonial-card{flex:1;min-height:290px;text-align:center;padding:40px 70px;border:1px solid var(--line);border-radius:20px;box-shadow:0 18px 60px rgba(59,69,120,.08)}.quote{font:700 64px Georgia;color:#d9d7ff;line-height:.6}.testimonial-text{color:#60677b;line-height:1.75}.stars{color:#ffb547;letter-spacing:4px;margin:16px 0 9px}.testimonial-name{margin:0 0 3px}.testimonial-card span{font-size:13px;color:#969bab}.slider-arrow{border:1px solid var(--line);background:white;color:var(--purple);width:46px;height:46px;border-radius:50%;font-size:32px;line-height:1;cursor:pointer}.dots{text-align:center;margin-top:24px}.dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#d4d5df;margin:0 5px;cursor:pointer}.dots button.active{width:25px;border-radius:6px;background:var(--purple)}.faq{background:var(--soft)}.faq-list{width:min(850px,100%);margin:auto}.faq details{background:#fff;border:1px solid #e8e9f2;border-radius:12px;margin-bottom:13px;box-shadow:0 5px 20px rgba(55,62,105,.03)}.faq summary{cursor:pointer;list-style:none;padding:20px 55px 20px 23px;font-size:17px;font-weight:600;position:relative}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";position:absolute;right:23px;top:15px;font-size:28px;color:var(--purple);font-weight:400}.faq details[open] summary:after{content:"−"}.faq details p{margin:0;padding:0 23px 22px;color:var(--muted);line-height:1.65}footer{min-height:150px;width:min(1110px,calc(100% - 40px));margin:auto;display:flex;align-items:center;justify-content:space-between;color:#8b90a2}footer p{font-size:13px}footer>div{display:flex;gap:25px}footer>div a{color:#777d91;text-decoration:none}.telegram{position:fixed;z-index:20;right:25px;bottom:25px;width:55px;height:55px;border-radius:50%;display:grid;place-items:center;text-decoration:none;color:#fff;background:#48aede;font-size:25px;box-shadow:0 8px 25px rgba(48,160,213,.35);transform:rotate(-25deg)}
@media(max-width:900px){.hero{min-height:auto;padding-bottom:70px}.hero-inner{padding-top:100px}.hero-copy{width:58%}.hero-art{right:-25%;width:78%;opacity:.35}.feature-grid,.steps-grid{grid-template-columns:repeat(2,1fr)}.steps-grid article:after{display:none}.hero h1{font-size:34px}.hero h1 span{font-size:52px}.section{padding:75px 20px}}
@media(max-width:650px){.site-header{height:64px}.menu-button{display:block}.nav-links{display:none;position:absolute;top:58px;left:0;right:0;background:#fff;border-radius:12px;padding:10px;box-shadow:0 12px 30px rgba(40,45,80,.13);flex-direction:column;align-items:stretch}.nav-links.open{display:flex}.nav-links a{text-align:center}.hero-art{position:absolute;width:100%;right:-35%;top:100px;height:550px;background-size:cover;opacity:.18}.hero-inner{width:min(100% - 30px,520px);padding-top:95px}.hero-copy{width:100%}.hero h1{font-size:31px;line-height:1.32}.hero h1 span{font-size:47px}.hero h1 br{display:none}.hero-copy>p{font-size:13px}.login-card{max-width:none}.feature-grid,.steps-grid{grid-template-columns:1fr}.section-heading h2{font-size:31px}.section-heading{margin-bottom:38px}.testimonial-shell{gap:8px}.testimonial-card{padding:34px 22px}.slider-arrow{width:35px;height:35px;min-width:35px}.feature-grid article{max-width:380px;margin:auto;width:100%}footer{padding:35px 0;flex-direction:column;gap:15px;text-align:center}footer>div{gap:18px}.telegram{width:48px;height:48px;right:16px;bottom:16px}}
.hero-art{background-image:url('hero.png')}
.login-card #login-fields{display:flex;flex-direction:column;gap:14px}.login-message{min-height:18px;margin:-2px 0 -4px;font-size:13px;color:#d24c4c}.login-message.success{color:#299168}.account-state{min-height:210px;align-items:center;justify-content:center;flex-direction:column;text-align:center;gap:12px}.account-state:not([hidden]){display:flex}.account-avatar{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--purple),#8d79ff);color:#fff;font-size:26px;font-weight:700}.account-state div:nth-child(2){display:flex;flex-direction:column;gap:5px}.account-state span{color:var(--muted);font-size:14px}.account-state button{border:1px solid #ddd;background:#fff;color:var(--purple);font:600 14px Barlow,sans-serif;border-radius:8px;padding:10px 24px;cursor:pointer}
.panel-app{min-height:100vh;background:#f5f7fd;font-family:Barlow,sans-serif}.panel-app:not([hidden]){display:flex}.panel-sidebar{width:235px;position:fixed;inset:0 auto 0 0;background:#171b2e;color:#fff;padding:26px 16px;display:flex;flex-direction:column;z-index:30}.panel-brand{font-weight:800;font-size:19px;letter-spacing:1.2px;color:#fff;text-decoration:none;padding:4px 10px 31px}.panel-sidebar nav{display:flex;flex-direction:column;gap:5px}.panel-sidebar nav button{border:0;background:transparent;color:#aeb5ca;font:500 14px Barlow,sans-serif;text-align:left;padding:13px 14px;border-radius:9px;cursor:pointer}.panel-sidebar nav button:hover,.panel-sidebar nav button.active{background:linear-gradient(90deg,#6d63eb,#786cf2);color:#fff}.nav-count{float:right;background:rgba(255,255,255,.16);border-radius:12px;padding:1px 7px}.panel-user{margin-top:auto;border-top:1px solid #2d3247;padding:19px 8px 0;display:flex;align-items:center;gap:10px}.mini-avatar{width:35px;height:35px;border-radius:10px;background:#7368ed;display:grid;place-items:center;font-weight:700}.panel-user>div:nth-child(2){display:flex;flex:1;flex-direction:column}.panel-user span{font-size:12px;color:#8e96ae}.panel-user button{background:none;border:0;color:#9da5bb;font-size:20px;cursor:pointer}.panel-main{margin-left:235px;width:calc(100% - 235px);padding:0 34px 50px}.panel-topbar{height:78px;display:flex;align-items:center;gap:14px;border-bottom:1px solid #e6e8f1}.panel-topbar>div:nth-child(2){display:flex;flex-direction:column}.panel-topbar span{font-size:13px;color:#8a90a4}.top-actions{margin-left:auto;font-size:13px;color:#62697d}.live-dot{width:8px;height:8px;border-radius:50%;background:#43c985;display:inline-block;margin-right:6px}.panel-menu{display:none;border:0;background:none;font-size:23px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin:25px 0}.stats-grid article{background:#fff;border:1px solid #e7e9f2;border-radius:14px;padding:20px;display:flex;gap:14px;align-items:center;box-shadow:0 7px 25px rgba(48,56,100,.04)}.stats-grid i{font-style:normal;width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:#efedff;color:var(--purple);font-size:20px}.stats-grid div{display:flex;flex-direction:column}.stats-grid span{font-size:12px;color:#858ba0}.stats-grid strong{font-size:22px;margin-top:4px}.panel-view{display:none}.panel-view.active{display:block}.view-heading{display:flex;align-items:center;justify-content:space-between;margin:32px 0 22px}.view-heading>div:first-child>span{font-size:11px;color:var(--purple);letter-spacing:1.5px;font-weight:700}.view-heading h2{font-size:30px;margin:5px 0}.view-heading p{margin:0;color:#7f8598}.secure-pill{background:#eaf9f1;color:#299168;padding:10px 14px;border-radius:20px;font-size:12px}.platform-tabs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-bottom:14px}.platform-tabs button{background:#fff;border:1px solid #e1e4ed;border-radius:9px;padding:11px;color:#555c71;font:500 13px Barlow;cursor:pointer}.platform-tabs button.active{border-color:var(--purple);color:var(--purple);background:#f4f2ff}.order-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,.8fr);gap:18px}.order-card,.campaign-tips,.data-card,.settings-card,.updates-list article{background:#fff;border:1px solid #e5e7ef;border-radius:14px;padding:24px;box-shadow:0 8px 30px rgba(51,59,104,.04)}.order-card{display:flex;flex-direction:column;gap:16px}.order-card label,.settings-card label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}.order-card input,.order-card select,.settings-card input,.settings-card select,.table-search{height:44px;border:1px solid #dfe2eb;border-radius:8px;padding:0 12px;font:14px Barlow;background:#fff}.order-card small{color:#8b91a3;font-weight:400}.service-note{padding:14px;background:#f7f6ff;border-radius:9px;color:#62697e;font-size:13px;line-height:1.6}.service-note b{display:block;color:#343a50}.order-summary{display:flex;justify-content:space-between;padding:16px;border-radius:10px;background:#f7f8fc;font-size:13px}.order-summary span{display:flex;flex-direction:column;gap:4px;color:#81879a}.order-summary b,.order-summary strong{color:#343a50;font-size:17px}.order-message{min-height:18px;margin:0;color:#cc4e4e;font-size:13px}.order-message.success{color:#289067}.place-order{border:0;background:linear-gradient(90deg,#655eea,#8074f4);color:#fff;border-radius:9px;padding:13px;font:600 14px Barlow;cursor:pointer}.campaign-tips h3,.settings-card h3{margin-top:0}.campaign-tips ul{padding-left:20px;color:#6d7387;line-height:2}.support-box{margin-top:25px;padding:18px;background:#f4f3ff;border-radius:10px;display:flex;flex-direction:column;gap:7px}.support-box span{font-size:13px;color:#73798d}.support-box a{color:var(--purple);font-weight:600;text-decoration:none;font-size:13px}.data-card{overflow:auto;padding:0}.data-card table{width:100%;border-collapse:collapse;min-width:720px}.data-card th,.data-card td{text-align:left;padding:15px;border-bottom:1px solid #edf0f5;font-size:13px}.data-card th{color:#777e92;background:#fafbfe;font-size:11px;text-transform:uppercase;letter-spacing:.6px}.status-pill{display:inline-block;padding:5px 9px;border-radius:12px;background:#fff4d9;color:#a76b00}.empty-state{text-align:center;padding:45px;color:#969caf}.outline-button{border:1px solid #dfe2eb;background:#fff;border-radius:8px;padding:10px 13px;color:#666d80;cursor:pointer}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.settings-card{display:flex;flex-direction:column;gap:17px}.demo-notice{padding:12px;background:#fff7df;color:#956912;border-radius:8px;font-size:13px}.large-balance{font-size:40px;font-weight:700;color:var(--purple)}.payment-icons{display:flex;gap:8px}.payment-icons span{border:1px solid #dddfe8;padding:8px 12px;border-radius:7px;font-size:12px;font-weight:700}.api-card{max-width:720px}.api-key{display:flex;background:#f5f6fa;border-radius:9px;padding:7px 7px 7px 13px;align-items:center}.api-key code{flex:1}.api-key button{border:0;background:var(--purple);color:white;padding:9px 15px;border-radius:7px;cursor:pointer}.endpoint{display:flex;flex-direction:column;gap:7px}.endpoint span{font-size:12px;color:#83899b}.endpoint code{padding:13px;background:#f6f7fa;border-radius:8px}.updates-list{display:grid;gap:13px}.updates-list time{font-size:12px;color:var(--purple)}.updates-list h3{margin:7px 0}.updates-list p{color:#747b8e;margin-bottom:0}.table-search{width:240px}
@media(max-width:980px){.panel-sidebar{transform:translateX(-100%);transition:.25s}.panel-sidebar.open{transform:translateX(0)}.panel-main{margin-left:0;width:100%;padding:0 20px 40px}.panel-menu{display:block}.stats-grid{grid-template-columns:repeat(2,1fr)}.platform-tabs{grid-template-columns:repeat(3,1fr)}.order-layout{grid-template-columns:1fr}.campaign-tips{order:2}}
@media(max-width:600px){.panel-main{padding:0 13px 35px}.panel-topbar{height:65px}.top-actions{display:none}.stats-grid{grid-template-columns:1fr 1fr;gap:9px;margin:14px 0}.stats-grid article{padding:13px}.stats-grid i{display:none}.stats-grid strong{font-size:18px}.view-heading{align-items:flex-start;gap:13px}.view-heading h2{font-size:25px}.view-heading p{font-size:13px}.secure-pill{display:none}.platform-tabs{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}.order-card,.campaign-tips,.settings-card{padding:17px}.order-summary{gap:12px}.table-search{width:145px}.panel-brand{font-size:17px}}
[hidden]{display:none!important}
.qr-help{margin:0;padding:13px;border:1px solid #dcd8ff;background:#f7f6ff;color:#62697e;border-radius:9px;font-size:13px;line-height:1.5}.qr-help b{display:block;color:#343a50;margin-bottom:3px}.qr-help strong{color:var(--purple)}
.payment-summary{border:1px solid #e4e6ef;border-radius:11px;padding:15px;background:#fafbfe;display:flex;flex-direction:column;gap:10px}.payment-summary h4{margin:0 0 3px}.payment-summary>div{display:flex;justify-content:space-between;color:#6f7588;font-size:13px}.payment-summary b{color:#3f4559}.payment-summary .payment-total{border-top:1px solid #e1e3eb;padding-top:11px;align-items:center;color:#343a50;font-weight:600}.payment-total strong{font-size:20px;color:var(--purple)}
.payment-warning{padding:13px 14px;border:1px solid #f4c77b;border-radius:10px;background:#fff8e8;color:#7b5310;line-height:1.5}.place-order:disabled{cursor:not-allowed;opacity:.62}
