:root{
  --bg:#f7f9fd;
  --surface:rgba(255,255,255,.92);
  --surface-solid:#fff;
  --text:#091226;
  --muted:#58647a;
  --line:#e5eaf4;
  --blue:#2678ff;
  --violet:#8a35f4;
  --shadow:0 12px 32px rgba(31,56,104,.08),0 2px 8px rgba(31,56,104,.04);
  --soft-shadow:0 7px 20px rgba(31,56,104,.07),0 1px 5px rgba(31,56,104,.04);
  --radius:18px;
  --safe-top:env(safe-area-inset-top,0px);
  --safe-bottom:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:#eef2f8}
body{margin:0;min-height:100vh;background:radial-gradient(circle at 50% 0,#fff 0,#f4f7fb 58%,#eef2f8 100%);color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,a{font:inherit;-webkit-tap-highlight-color:transparent}
button{color:inherit}
button:focus-visible,a:focus-visible{outline:3px solid rgba(55,112,255,.28);outline-offset:2px}
svg{display:block}
.app-shell{position:relative;min-width:0;width:100%;max-width:760px;min-height:100vh;margin:0 auto;overflow:hidden;background:
  radial-gradient(circle at 75% 15%,rgba(74,139,255,.11),transparent 27%),
  radial-gradient(circle at 8% 38%,rgba(119,68,248,.035),transparent 24%),
  linear-gradient(180deg,#fff 0,#fbfcff 43%,#f7f9fd 100%);
  box-shadow:0 0 80px rgba(28,49,91,.12);
  padding:calc(var(--safe-top) + 10px) 17px calc(82px + var(--safe-bottom));
}
.status-bar{height:23px;display:flex;align-items:center;justify-content:space-between;padding:0 14px 0 13px;font-size:13px;line-height:1;font-weight:800;color:#06070b;letter-spacing:-.02em}
.status-icons{display:flex;align-items:center;gap:7px;color:#05070a}
.status-icons>svg{width:17px;height:14px}
.signal{display:flex;height:13px;align-items:flex-end;gap:1.5px}
.signal i{display:block;width:3px;border-radius:3px;background:currentColor}.signal i:nth-child(1){height:4px}.signal i:nth-child(2){height:7px}.signal i:nth-child(3){height:10px}.signal i:nth-child(4){height:13px}
.battery{position:relative;width:22px;height:11px;border:1.6px solid currentColor;border-radius:3px;opacity:.95}
.battery::after{content:"";position:absolute;right:-3.5px;top:2.5px;width:2px;height:5px;border-radius:0 2px 2px 0;background:currentColor;opacity:.55}
.battery i{position:absolute;inset:1.5px;border-radius:1px;background:currentColor}
.topbar{position:relative;z-index:5;height:61px;display:flex;align-items:center;justify-content:space-between;padding:4px 4px 2px 3px}
.brand{display:flex;align-items:center;gap:8px;color:var(--text);text-decoration:none;font-size:18px;font-weight:800;letter-spacing:-.035em}
.brand img{width:39px;height:auto}
.topbar-actions{display:flex;align-items:center;gap:12px}
.profile-chip{position:relative;width:50px;height:49px;padding:0;border:0;background:transparent;cursor:pointer}
.profile-chip img{width:50px;height:46px;object-fit:cover;border-radius:50%;filter:saturate(.98);box-shadow:0 0 0 1px #75aaff,0 5px 12px rgba(30,81,172,.13)}
.profile-chip .verified{position:absolute;right:-7px;top:4px;display:grid;place-items:center;width:15px;height:15px;border-radius:50%;background:#1978ff;color:#fff;font-size:9px;font-weight:900;box-shadow:0 0 0 2px #fff}
.profile-chip .online{position:absolute;right:-2px;bottom:4px;width:11px;height:11px;border-radius:50%;background:#21c86a;box-shadow:0 0 0 2px #fff}
.language-control{position:relative}
.language-button{height:38px;min-width:62px;padding:0 12px;border:1px solid var(--line);border-radius:13px;background:rgba(255,255,255,.82);box-shadow:var(--soft-shadow);display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;cursor:pointer}
.language-button svg{width:15px;height:15px;transition:transform .18s ease}
.language-button[aria-expanded="true"] svg{transform:rotate(180deg)}
.language-menu{position:absolute;z-index:20;right:0;top:45px;width:132px;padding:6px;border:1px solid var(--line);border-radius:14px;background:#fff;box-shadow:0 18px 40px rgba(32,52,93,.16)}
.language-menu button{width:100%;height:34px;border:0;border-radius:9px;background:transparent;text-align:left;padding:0 10px;cursor:pointer;font-size:13px}
.language-menu button:hover{background:#f1f5ff;color:var(--blue)}
main{display:grid;grid-template-columns:minmax(0,1fr);gap:8px;min-width:0}
main>*{min-width:0;max-width:100%}
.hero{position:relative;min-height:241px;padding:18px 0 0 4px;overflow:visible}
.hero::before{content:"";position:absolute;right:-80px;top:-45px;width:350px;height:310px;border-radius:50%;background:radial-gradient(circle,rgba(53,126,255,.11) 0,rgba(117,58,245,.035) 44%,transparent 72%);filter:blur(8px);pointer-events:none}
.hero-copy{position:relative;z-index:2;width:59%}
.hero h1{margin:0;font-size:35px;line-height:1.02;letter-spacing:-.052em;font-weight:850}
.gradient-text{display:block;margin-top:2px;background:linear-gradient(92deg,#2478ff 0,#5369ff 48%,#9136f3 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{width:90%;margin:12px 0 15px;color:#536077;font-size:13.5px;line-height:1.52;letter-spacing:-.015em}
.hero-actions{display:grid;gap:10px;width:167px}
.button{position:relative;z-index:2;width:167px;height:43px;border-radius:13px;border:0;display:flex;align-items:center;gap:9px;padding:0 12px;cursor:pointer;font-size:13.5px;font-weight:720;letter-spacing:-.015em;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}
.button:active{transform:scale(.975)}
.button>svg:first-child{width:20px;height:20px;flex:0 0 auto}
.button .chevron{width:16px;height:16px;margin-left:auto}
.button-primary{color:#fff;background:linear-gradient(100deg,#267cf9 0,#4f65ff 51%,#8c34ef 100%);box-shadow:0 10px 22px rgba(77,79,246,.26),inset 0 1px rgba(255,255,255,.2)}
.button-primary:hover{filter:saturate(1.08) brightness(1.03);box-shadow:0 13px 27px rgba(77,79,246,.31),inset 0 1px rgba(255,255,255,.22)}
.button-secondary{color:#111a2c;background:#fff;border:1px solid #e5e9f1;box-shadow:var(--soft-shadow)}
.button-secondary>svg:first-child{color:#2991ff}
.hero-visual{position:absolute;z-index:1;width:281px;height:auto;right:-18px;top:9px;pointer-events:none;user-select:none;filter:drop-shadow(0 14px 15px rgba(55,87,143,.06))}
.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.quick-card{min-width:0;height:58px;padding:0 11px;border:1px solid #e9edf4;border-radius:16px;background:rgba(255,255,255,.88);box-shadow:var(--soft-shadow);display:grid;grid-template-columns:36px minmax(0,1fr) 16px;align-items:center;gap:8px;text-align:left;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}
.quick-card:active{transform:scale(.985)}
.quick-card:hover{box-shadow:0 10px 25px rgba(31,56,104,.10)}
.quick-card strong{display:block;font-size:13px;line-height:1.15;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.quick-card small{display:block;margin-top:3px;color:#657087;font-size:10.5px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.quick-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 8px 14px rgba(38,137,255,.20)}
.quick-icon svg{width:20px;height:20px}.telegram-icon{background:linear-gradient(145deg,#39b9ff,#1685f1)}.support-icon{background:linear-gradient(145deg,#29acff,#1d6dec)}
.card-arrow{width:14px;height:14px;color:#748096}
.panel{border:1px solid rgba(226,232,242,.9);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:var(--shadow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.plans-panel{padding:10px 8px 8px}
.section-heading{height:23px;padding:0 5px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.section-heading h2,.panel>h2{margin:0;font-size:15px;line-height:1.15;letter-spacing:-.028em;font-weight:820}
.popular-label{display:flex;align-items:center;gap:6px;color:#7449e9;font-size:10.5px;font-weight:700;white-space:nowrap}.popular-label svg{width:14px;height:14px}
.plan-viewport{overflow:hidden;border-radius:15px;margin-top:5px}
.plan-track{display:flex;transform:translateX(-100%);transition:transform .38s cubic-bezier(.22,.74,.16,1);touch-action:pan-y}
.plan-card{flex:0 0 100%;min-width:100%;height:91px;padding:11px 12px 9px;border:1.5px solid transparent;border-radius:14px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(100deg,#3479ff,#8e35f3) border-box;box-shadow:inset 0 0 28px rgba(92,77,244,.035)}
.plan-top{display:grid;grid-template-columns:49px minmax(82px,1fr) auto auto;align-items:center;gap:8px}
.plan-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#f0efff);box-shadow:0 7px 15px rgba(76,76,215,.12)}.plan-icon svg{width:35px;height:35px}
.plan-name strong{display:block;font-size:13px;line-height:1.05}.plan-name b{display:block;margin-top:2px;font-size:27px;line-height:.96;color:#604ef2;letter-spacing:-.04em}
.plan-duration{height:26px;padding:0 10px;border:1px solid #dedcf8;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:10.5px;white-space:nowrap;color:#273047;background:rgba(255,255,255,.7)}
.invest-button{height:37px;padding:0 11px;border:0;border-radius:11px;color:#fff;background:linear-gradient(105deg,#277bfb,#8a33ef);box-shadow:0 8px 17px rgba(77,75,240,.23);display:flex;align-items:center;justify-content:center;gap:7px;font-size:11.5px;font-weight:720;white-space:nowrap;cursor:pointer}.invest-button svg{width:14px;height:14px}.invest-button:active{transform:scale(.975)}
.plan-meta{display:flex;align-items:center;gap:14px;margin-top:8px;padding-left:1px;color:#59657a;font-size:9.7px;white-space:nowrap}.plan-meta>span{display:flex;align-items:center;gap:6px}.plan-meta i{display:block;width:4px;height:4px;border-radius:50%;background:#5e5df5;box-shadow:0 0 0 2px rgba(94,93,245,.07)}
.plan-dots{height:17px;display:flex;align-items:flex-end;justify-content:center;gap:5px}.plan-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#d6dce9;cursor:pointer;transition:width .2s ease,background .2s ease}.plan-dots button.active{width:8px;height:8px;background:linear-gradient(135deg,#5f54f3,#8437ee);box-shadow:0 3px 8px rgba(97,73,239,.25)}
.about-panel{padding:10px 12px 11px}
.about-panel>p{margin:6px 0 9px;max-width:390px;color:#5c687d;font-size:9.8px;line-height:1.42}
.company-grid{display:grid;grid-template-columns:1fr .85fr 1.08fr;gap:7px}
.company-card{min-width:0;min-height:58px;padding:8px;border:1px solid #e5eaf3;border-radius:13px;background:rgba(255,255,255,.8);display:grid;grid-template-columns:31px minmax(0,1fr);align-items:center;gap:7px;text-align:left;color:inherit}
button.company-card{cursor:pointer}
.company-icon{width:30px;height:35px;display:grid;place-items:center;color:#3779ff;filter:drop-shadow(0 5px 7px rgba(52,111,255,.18))}.company-icon svg{width:29px;height:29px}.company-icon.filled{color:#555af5}
.company-card strong{display:block;font-size:8.6px;line-height:1.16;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-card small{display:block;margin-top:3px;color:#657087;font-size:7.9px;line-height:1.08;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.company-card b{display:flex;align-items:center;gap:3px;margin-top:5px;color:#4262e9;font-size:7.9px;font-weight:700}.company-card b svg{width:9px;height:9px}
.faq-panel{padding:10px 11px 9px}
.faq-list{display:grid;gap:4px;margin-top:8px}
.faq-item{overflow:hidden;border:1px solid #e5eaf3;border-radius:11px;background:rgba(255,255,255,.76);transition:background .2s ease,border-color .2s ease}
.faq-item>button{width:100%;height:31px;padding:0 9px;border:0;background:transparent;display:grid;grid-template-columns:22px minmax(0,1fr) 14px;align-items:center;gap:8px;text-align:left;cursor:pointer;font-size:9.7px;font-weight:570}
.faq-item>button>svg{width:13px;height:13px;transition:transform .2s ease}
.faq-item.open{background:#fff;border-color:#dce4f4}.faq-item.open>button>svg{transform:rotate(180deg)}
.faq-icon{width:20px;height:20px;border:1.5px solid #2f7fff;border-radius:50%;display:grid;place-items:center;color:#2f7fff;font-size:12px;font-weight:800}.faq-icon svg{width:14px;height:14px}.faq-icon.lightning{border:0;font-size:20px;color:#4f5cf3}
.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .24s ease}.faq-answer>p{overflow:hidden;margin:0;padding:0 39px;color:#616e84;font-size:9px;line-height:1.45;transition:padding .24s ease}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding-bottom:9px}
.payment-panel{padding:9px 9px 10px}
.payment-list{display:flex;gap:5px;margin-top:7px;overflow-x:auto;scrollbar-width:none}.payment-list::-webkit-scrollbar{display:none}
.payment-pill{flex:1 1 0;min-width:0;height:37px;padding:0 4px;border:1px solid #e5eaf3;border-radius:11px;background:rgba(255,255,255,.84);display:flex;align-items:center;justify-content:flex-start;gap:4px;color:#243047;font-size:7.4px;line-height:1.02;white-space:nowrap}.payment-pill small{font-size:6.8px}.coin{font-style:normal;width:23px;height:23px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:800;box-shadow:0 5px 10px rgba(36,59,103,.12)}.coin.btc{background:#ff8a00}.coin.eth{background:#596af0}.coin.usdt{background:#25ad81}.coin.ltc{background:#7c8597}.coin.bnb{background:#f2aa00}
.bottom-nav{position:fixed;z-index:30;left:50%;right:auto;bottom:0;transform:translateX(-50%);width:100%;max-width:760px;height:calc(67px + var(--safe-bottom));padding:8px 16px var(--safe-bottom);border-top:1px solid #e2e8f2;border-radius:22px 22px 0 0;background:rgba(255,255,255,.94);box-shadow:0 -8px 25px rgba(39,61,105,.06);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);display:grid;grid-template-columns:repeat(5,1fr);align-items:start}
.nav-item{height:48px;border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#768299;font-size:8.5px;cursor:pointer}.nav-item svg{width:21px;height:21px}.nav-item.active{color:#2f72ff}.nav-item span{line-height:1}
.toast{position:fixed;z-index:100;left:50%;bottom:calc(76px + var(--safe-bottom));max-width:min(340px,calc(100vw - 36px));padding:10px 14px;border-radius:12px;background:rgba(14,24,45,.94);color:#fff;font-size:12px;line-height:1.35;text-align:center;box-shadow:0 14px 35px rgba(8,16,32,.24);opacity:0;transform:translate(-50%,12px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.toast.show{opacity:1;transform:translate(-50%,0)}
@media (min-width:520px){
  .app-shell{padding-left:30px;padding-right:30px}
  .hero h1{font-size:45px}.hero p{font-size:16px}.hero{min-height:285px}.hero-visual{width:345px;right:-6px}.hero-actions{width:205px}.button{width:205px;height:48px;font-size:15px}.quick-card{height:66px}.quick-card strong{font-size:15px}.quick-card small{font-size:12px}.plans-panel{padding:13px 11px 10px}.plan-card{height:112px;padding:14px 16px}.plan-top{grid-template-columns:55px minmax(105px,1fr) auto auto;gap:12px}.plan-icon{width:49px;height:49px}.plan-name strong{font-size:15px}.plan-name b{font-size:31px}.plan-duration{height:31px;font-size:12px}.invest-button{height:43px;font-size:13px}.plan-meta{font-size:11.5px;gap:25px}.about-panel,.faq-panel{padding:14px 17px}.section-heading h2,.panel>h2{font-size:18px}.about-panel>p{font-size:12px}.company-card{min-height:72px;padding:10px}.company-card strong{font-size:11px}.company-card small,.company-card b{font-size:10px}.faq-item>button{height:39px;font-size:12px}.faq-answer>p{font-size:11px}.payment-panel{padding:12px}.payment-pill{height:46px;font-size:10px;min-width:74px}.coin{width:29px;height:29px}.nav-item{font-size:10px}.bottom-nav{height:72px}}
@media (min-width:800px){body{padding:24px 0}.app-shell{min-height:calc(100vh - 48px);border-radius:34px}.bottom-nav{border-radius:22px 22px 34px 34px}.status-bar{display:none}.topbar{height:70px}}
@media (max-width:390px){
  .app-shell{padding-left:12px;padding-right:12px}.hero h1{font-size:31px}.hero-copy{width:62%}.hero p{font-size:12px}.hero-visual{width:255px;right:-30px;top:15px}.button,.hero-actions{width:151px}.button{font-size:12px}.quick-card{padding:0 8px;grid-template-columns:32px minmax(0,1fr) 12px}.quick-icon{width:31px;height:31px}.quick-card strong{font-size:11.5px}.quick-card small{font-size:9.5px}.plan-duration{display:none}.plan-top{grid-template-columns:45px 1fr auto}.plan-meta{gap:9px;font-size:8.8px}.company-grid{grid-template-columns:1fr 1fr}.company-card:last-child{grid-column:1/-1}.payment-pill{min-width:62px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
