*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#1a6ef5;--blue-d:#1258d4;--dark:#0f1923;--dark2:#1a2535;
  --sidebar:#131e2d;--text:#e8edf4;--muted:#7a8fa6;--border:#243044;
  --green:#22c55e;--red:#ef4444;--yellow:#f59e0b;--card:#1e2d42;
  --font:'Inter',system-ui,sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--font);background:var(--dark);color:var(--text);min-height:100vh;font-size:15px;line-height:1.6}
a{color:var(--blue);text-decoration:none}
a:hover{color:#4d96ff}

/* HEADER */
.header{background:var(--dark2);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}
.header-inner{max-width:1400px;margin:0 auto;padding:0 16px;display:flex;align-items:center;gap:16px;height:58px}
.logo{font-size:20px;font-weight:800;color:#fff;white-space:nowrap}
.logo span{color:var(--blue)}
.nav{display:flex;gap:4px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}
.nav::-webkit-scrollbar{display:none}
.nav a{padding:6px 12px;border-radius:6px;font-size:13px;font-weight:500;color:var(--muted);white-space:nowrap;transition:.15s}
.nav a:hover,.nav a.active{color:#fff;background:rgba(255,255,255,.08)}
.header-cta{display:none}

/* LAYOUT */
.layout{max-width:1400px;margin:0 auto;padding:20px 16px;display:grid;grid-template-columns:220px 1fr 220px;gap:20px}
@media(max-width:1100px){.layout{grid-template-columns:190px 1fr}}
@media(max-width:900px){.layout{grid-template-columns:1fr}.sidebar-right{display:none}}
@media(max-width:680px){.sidebar-left{display:none}}

/* SIDEBARS */
.sidebar{position:sticky;top:78px;height:calc(100vh - 90px);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border) transparent}
.sidebar::-webkit-scrollbar{width:4px}
.sidebar::-webkit-scrollbar-track{background:transparent}
.sidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}
.sidebar-section{margin-bottom:20px}
.sidebar-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:0 4px 8px;border-bottom:1px solid var(--border);margin-bottom:8px}
.sidebar-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;transition:.15s;cursor:pointer}
.sidebar-item:hover{background:var(--card)}
.sidebar-item img{width:18px;height:18px;object-fit:contain;flex-shrink:0;opacity:.65;transition:.15s;filter:grayscale(20%)}
.sidebar-item:hover img,.sidebar-item.active img{opacity:1;filter:none}
.sidebar-item .flag-emoji{font-size:15px;width:18px;text-align:center;flex-shrink:0;line-height:1}
.sidebar-item .svc-letter{width:18px;height:18px;border-radius:4px;background:var(--blue);color:#fff;font-size:10px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.sidebar-item-name{font-size:13px;color:var(--text);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.sidebar-item-count{font-size:11px;color:var(--muted);white-space:nowrap}

/* MAIN */
.main{}
.page-hero{background:linear-gradient(135deg,var(--dark2) 0%,#0d1f35 100%);border:1px solid var(--border);border-radius:14px;padding:32px;margin-bottom:24px}
.page-hero h1{font-size:26px;font-weight:800;line-height:1.2;margin-bottom:10px}
.page-hero p{color:var(--muted);font-size:15px;max-width:580px}
.page-hero-meta{display:flex;gap:20px;margin-top:16px;flex-wrap:wrap}
.page-hero-meta span{font-size:13px;color:var(--muted)}
.page-hero-meta strong{color:var(--green)}

/* CARDS GRID */
.section-title{font-size:17px;font-weight:700;margin-bottom:14px;display:flex;align-items:center;gap:8px}
.section-title::before{content:'';width:3px;height:18px;background:var(--blue);border-radius:2px;display:inline-block}
.grid-2{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;margin-bottom:24px}
.service-card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:14px;text-align:center;transition:.2s;display:block}
.service-card:hover{border-color:var(--blue);transform:translateY(-2px);background:#243352}
.service-card img{width:40px;height:40px;object-fit:contain;border-radius:8px;margin-bottom:8px}
.service-card-name{font-size:13px;font-weight:600;color:var(--text);margin-bottom:4px}
.service-card-count{font-size:11px;color:var(--muted)}

.country-card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:12px 14px;display:flex;align-items:center;gap:10px;transition:.2s}
.country-card:hover{border-color:var(--blue);background:#243352}
.country-card img{width:28px;height:28px;object-fit:cover;border-radius:50%}
.country-card-name{font-size:13px;font-weight:600;color:var(--text);flex:1}
.country-card-count{font-size:11px;color:var(--muted)}

/* SMS TERMINAL */
.terminal{background:#050d17;border:1px solid #1a3a5c;border-radius:12px;overflow:hidden;margin-bottom:24px}
.terminal-header{background:#0a1929;padding:10px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #1a3a5c}
.terminal-dots{display:flex;gap:5px}
.terminal-dot{width:10px;height:10px;border-radius:50%}
.terminal-dot:nth-child(1){background:#ef4444}
.terminal-dot:nth-child(2){background:#f59e0b}
.terminal-dot:nth-child(3){background:#22c55e}
.terminal-title{font-size:12px;color:#4a6fa5;margin-left:6px;font-family:monospace}
.terminal-log{height:220px;overflow-y:auto;padding:12px 14px;font-family:'Courier New',monospace;font-size:12px;line-height:1.7;scrollbar-width:thin;scrollbar-color:#1a3a5c transparent}
.terminal-log::-webkit-scrollbar{width:4px}
.terminal-log::-webkit-scrollbar-thumb{background:#1a3a5c;border-radius:4px}
.log-line{margin-bottom:2px;animation:fadeInLine .3s ease}
.log-line .ts{color:#4a6fa5}
.log-line .num{color:#22c55e}
.log-line .svc{color:#f59e0b}
.log-line .code{color:#a78bfa;font-weight:700}
@keyframes fadeInLine{from{opacity:0;transform:translateX(-6px)}to{opacity:1;transform:none}}

/* SMS FORM */
.sms-form{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:20px;margin-bottom:24px}
.sms-form-title{font-size:16px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}
.sms-form-title .badge{font-size:10px;background:var(--green);color:#000;padding:2px 7px;border-radius:20px;font-weight:700}
.form-row{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end}
@media(max-width:580px){.form-row{grid-template-columns:1fr}}
.form-group label{display:block;font-size:12px;color:var(--muted);margin-bottom:5px;font-weight:500}
.form-group select{width:100%;background:#0d1e30;border:1px solid var(--border);color:var(--text);padding:9px 12px;border-radius:7px;font-size:13px;outline:none;transition:.15s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%237a8fa6'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}
.form-group select:focus{border-color:var(--blue)}
.btn-get{background:var(--blue);color:#fff;border:none;padding:10px 20px;border-radius:7px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:.15s;width:100%}
.btn-get:hover{background:var(--blue-d)}

/* PROGRESS */
.sms-result{display:none;margin-top:16px;border-top:1px solid var(--border);padding-top:16px}
.sms-number{font-family:monospace;font-size:16px;color:var(--green);font-weight:700;margin-bottom:12px}
.progress-wrap{margin-bottom:8px}
.progress-bar{height:6px;background:#1a2535;border-radius:3px;overflow:hidden}
.progress-fill{height:100%;background:linear-gradient(90deg,var(--blue),#22c55e);border-radius:3px;width:0%;transition:width .5s}
.progress-status{font-size:12px;color:var(--muted);margin-top:6px}
.sms-error{display:none;margin-top:14px;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);border-radius:8px;padding:14px}
.sms-error p{color:#fca5a5;font-size:13px;margin-bottom:12px}
.btn-affiliate{display:block;text-align:center;background:var(--green);color:#000;font-weight:700;font-size:14px;padding:12px 20px;border-radius:8px;transition:.15s}
.btn-affiliate:hover{background:#16a34a;color:#fff}

/* TEXT BLOCKS */
.text-block{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:24px;margin-bottom:20px}
.text-block h2{font-size:18px;font-weight:700;margin-bottom:12px;color:#fff}
.text-block h3{font-size:15px;font-weight:600;margin-bottom:8px;color:#cbd5e1}
.text-block p{color:var(--muted);margin-bottom:10px;font-size:14px}
.text-block p:last-child{margin-bottom:0}
.text-block ul{list-style:none;color:var(--muted);font-size:14px}
.text-block ul li{padding:4px 0 4px 18px;position:relative}
.text-block ul li::before{content:'→';position:absolute;left:0;color:var(--blue)}

/* FAQ */
.faq-item{border:1px solid var(--border);border-radius:8px;margin-bottom:8px;overflow:hidden}
.faq-q{padding:14px 16px;cursor:pointer;font-weight:600;font-size:14px;display:flex;justify-content:space-between;align-items:center;transition:.15s;user-select:none}
.faq-q:hover{background:var(--card)}
.faq-q .icon{font-size:18px;color:var(--muted);transition:.2s}
.faq-item.open .faq-q .icon{transform:rotate(45deg);color:var(--blue)}
.faq-a{display:none;padding:0 16px 14px;color:var(--muted);font-size:14px;line-height:1.7}
.faq-item.open .faq-a{display:block}

/* BREADCRUMB */
.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:16px;display:flex;gap:6px;align-items:center;flex-wrap:wrap}
.breadcrumb a{color:var(--muted)}
.breadcrumb a:hover{color:var(--text)}
.breadcrumb span{color:var(--border)}

/* PAGE SERVICE HERO */
.service-hero{background:linear-gradient(135deg,var(--dark2),#0d1f35);border:1px solid var(--border);border-radius:14px;padding:28px;margin-bottom:20px;display:flex;align-items:center;gap:20px}
.service-hero img{width:64px;height:64px;object-fit:contain;border-radius:14px;flex-shrink:0}
.service-hero h1{font-size:24px;font-weight:800;margin-bottom:6px}
.service-hero p{color:var(--muted);font-size:14px;max-width:500px}

/* STATS ROW */
.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:20px}
@media(max-width:500px){.stats-row{grid-template-columns:1fr 1fr}}
.stat-card{background:var(--card);border:1px solid var(--border);border-radius:10px;padding:14px;text-align:center}
.stat-val{font-size:20px;font-weight:800;color:var(--blue);display:block;margin-bottom:2px}
.stat-label{font-size:12px;color:var(--muted)}

/* FOOTER */
.footer{background:var(--dark2);border-top:1px solid var(--border);padding:28px 16px;margin-top:40px}
.footer-inner{max-width:1400px;margin:0 auto}
.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:24px;margin-bottom:24px}
.footer-col h4{font-size:13px;font-weight:700;color:#fff;margin-bottom:10px}
.footer-col a{display:block;font-size:12px;color:var(--muted);padding:2px 0;transition:.1s}
.footer-col a:hover{color:var(--text)}
.footer-bottom{font-size:12px;color:var(--muted);border-top:1px solid var(--border);padding-top:16px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px}

/* MOBILE MENU */
.burger{display:none;background:none;border:1px solid var(--border);border-radius:6px;padding:6px 8px;cursor:pointer;color:var(--text)}
@media(max-width:680px){.burger{display:flex}.nav-wrap{position:fixed;top:58px;left:0;right:0;background:var(--dark2);border-bottom:1px solid var(--border);padding:10px 16px;display:none;z-index:99}.nav-wrap.open{display:block}.nav{flex-direction:column;gap:2px}}

.chip{display:inline-block;font-size:11px;padding:2px 8px;border-radius:20px;font-weight:600;background:rgba(26,110,245,.15);color:var(--blue);border:1px solid rgba(26,110,245,.3)}
