:root{
  --bg:#eef3fa;
  --surface:#fff;
  --surface-soft:rgba(255,255,255,.88);
  --text:#071226;
  --muted:#5d697f;
  --muted-2:#7c8799;
  --line:#e2e8f2;
  --line-strong:#d8e1ef;
  --blue:#2d75ff;
  --violet:#863af4;
  --green:#22bf72;
  --shadow:0 14px 38px rgba(34,56,99,.075),0 3px 10px rgba(34,56,99,.035);
  --shadow-soft:0 8px 24px rgba(34,56,99,.07),0 2px 7px rgba(34,56,99,.035);
  --safe-top:env(safe-area-inset-top,0px);
  --safe-bottom:env(safe-area-inset-bottom,0px);
  --app-max:620px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--bg)}
body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#eef3fa 0,#e9eff7 100%);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text",Inter,"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(45,117,255,.24);outline-offset:3px}
svg,img{display:block}
.app-shell{position:relative;width:100%;max-width:var(--app-max);min-height:100svh;margin:0 auto;overflow:hidden;background:radial-gradient(circle at 88% 10%,rgba(55,131,255,.13),transparent 24%),radial-gradient(circle at 2% 31%,rgba(132,58,244,.045),transparent 26%),linear-gradient(180deg,#fff 0,#fbfcff 48%,#f7f9fd 100%);box-shadow:0 0 80px rgba(28,49,91,.13);padding:calc(var(--safe-top) + 8px) 20px calc(105px + var(--safe-bottom))}
.status-bar{display:none!important}
.topbar{position:relative;z-index:20;height:72px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:10px;min-width:0;color:var(--text);text-decoration:none;transition:transform .22s ease,filter .22s ease}
.brand>img{width:39px;height:39px;flex:0 0 auto;transition:transform .28s cubic-bezier(.2,.8,.2,1),filter .22s ease}
.brand-copy{display:flex;min-width:0;flex-direction:column;gap:2px}
.brand-copy strong{font-size:19px;line-height:1;font-weight:850;letter-spacing:-.035em}
.brand-copy small{font-size:7.5px;line-height:1;font-weight:780;letter-spacing:.15em;color:#7a8599;white-space:nowrap}
.topbar-actions{display:flex;align-items:center;gap:12px}
.profile-chip{position:relative;width:50px;height:50px;padding:0;border:0;background:transparent;cursor:pointer;transition:transform .22s cubic-bezier(.2,.8,.2,1)}
.profile-chip img{width:48px;height:48px;object-fit:cover;border-radius:50%;box-shadow:0 0 0 2px #fff,0 0 0 3px #65a1ff,0 8px 18px rgba(31,77,157,.14);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease}
.profile-chip .verified{position:absolute;right:-4px;top:1px;display:grid;place-items:center;width:16px;height:16px;border-radius:50%;background:#1e78ff;color:#fff;font-size:9px;font-weight:900;box-shadow:0 0 0 2px #fff}
.profile-chip .online{position:absolute;right:0;bottom:1px;width:12px;height:12px;border-radius:50%;background:var(--green);box-shadow:0 0 0 2px #fff}
.language-control{position:relative}
.language-button{height:42px;min-width:68px;padding:0 13px;border:1px solid var(--line);border-radius:15px;background:rgba(255,255,255,.9);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:650;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}
.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:50;right:0;top:49px;width:142px;padding:7px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 20px 48px rgba(27,48,90,.18)}
.language-menu button{width:100%;height:38px;border:0;border-radius:10px;background:transparent;text-align:left;padding:0 11px;cursor:pointer;font-size:13px;transition:background .18s ease,color .18s ease,transform .18s ease}

main{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;min-width:0}
main>*{min-width:0;max-width:100%;scroll-margin-top:14px}
.hero{position:relative;min-height:326px;padding:22px 0 0 4px;isolation:isolate}
.hero::before{content:"";position:absolute;z-index:-1;right:-115px;top:-65px;width:430px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(48,121,255,.13) 0,rgba(123,57,245,.045) 43%,transparent 72%);filter:blur(8px);pointer-events:none}
.hero-copy{position:relative;z-index:3;width:59%;min-width:260px}
.hero-eyebrow{display:inline-flex;align-items:center;gap:7px;margin-bottom:10px;color:#53617a;font-size:11px;font-weight:720;letter-spacing:.02em;text-transform:uppercase}
.hero-eyebrow i{width:17px;height:2px;border-radius:2px;background:linear-gradient(90deg,var(--blue),var(--violet));box-shadow:0 0 8px rgba(57,99,255,.3)}
.hero h1{margin:0;font-size:clamp(37px,8.1vw,49px);line-height:.98;letter-spacing:-.055em;font-weight:880}
.gradient-text{display:block;margin-top:5px;background:linear-gradient(92deg,#2478ff 0,#5369ff 48%,#9136f3 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero p{width:92%;max-width:292px;margin:16px 0 19px;color:#56637a;font-size:14.5px;line-height:1.53;letter-spacing:-.012em}
.hero-actions{display:grid;gap:11px;width:198px}
.button{position:relative;z-index:3;isolation:isolate;overflow:hidden;width:198px;height:49px;border-radius:15px;border:0;display:flex;align-items:center;gap:10px;padding:0 15px;cursor:pointer;font-size:14px;font-weight:760;letter-spacing:-.015em;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease,filter .22s ease,border-color .22s ease,color .22s ease,background .22s ease}
.button:active{transform:scale(.975)}
.button>svg:first-child{width:21px;height:21px;flex:0 0 auto}
.button .chevron{width:16px;height:16px;margin-left:auto;transition:transform .22s cubic-bezier(.2,.8,.2,1)}
.button::before,.invest-button::before{content:"";position:absolute;z-index:0;top:-35%;bottom:-35%;left:-72%;width:43%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);pointer-events:none;transition:left .5s cubic-bezier(.2,.8,.2,1)}
.button>* ,.invest-button>*{position:relative;z-index:1}
.button-primary{color:#fff;background:linear-gradient(100deg,#267cf9 0,#4f65ff 51%,#8c34ef 100%);box-shadow:0 12px 25px rgba(77,79,246,.27),inset 0 1px rgba(255,255,255,.24)}
.button-secondary{color:#101a2d;background:#fff;border:1px solid #e2e8f1;box-shadow:var(--shadow-soft)}
.button-secondary>svg:first-child{color:#258cff}
.hero-visual{position:absolute;z-index:1;width:365px;height:auto;right:-42px;top:9px;pointer-events:none;user-select:none;filter:drop-shadow(0 18px 24px rgba(51,84,141,.11));transform-origin:58% 62%;animation:hero-float 6.5s ease-in-out infinite}
@keyframes hero-float{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-5px,0)}}
.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.quick-card{position:relative;overflow:hidden;min-width:0;height:76px;padding:0 15px;border:1px solid #e5ebf4;border-radius:20px;background:rgba(255,255,255,.92);box-shadow:var(--shadow-soft);display:grid;grid-template-columns:44px minmax(0,1fr) 18px;align-items:center;gap:11px;text-align:left;cursor:pointer;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease,border-color .22s ease,background .22s ease}
.quick-card:active{transform:scale(.985)}
.quick-card strong{display:block;font-size:14px;line-height:1.15;font-weight:760;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.quick-card small{display:block;margin-top:5px;color:#69758a;font-size:11px;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.quick-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:0 9px 18px rgba(38,137,255,.22);transition:transform .26s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease}
.quick-icon svg{width:23px;height:23px}.telegram-icon{background:linear-gradient(145deg,#39b9ff,#1685f1)}.support-icon{background:linear-gradient(145deg,#2bb5ff,#1d6dec)}
.card-arrow{width:16px;height:16px;color:#768298;transition:transform .22s cubic-bezier(.2,.8,.2,1),color .2s ease}
.panel{border:1px solid rgba(222,229,240,.94);border-radius:23px;background:rgba(255,255,255,.9);box-shadow:var(--shadow);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.plans-panel{padding:17px 15px 13px}
.section-heading{min-height:28px;padding:0 3px;display:flex;align-items:center;justify-content:space-between;gap:10px}
.section-heading h2,.panel>h2{margin:0;font-size:20px;line-height:1.15;letter-spacing:-.035em;font-weight:840}
.popular-label{display:flex;align-items:center;gap:7px;color:#7547e9;font-size:11px;font-weight:760;white-space:nowrap}.popular-label svg{width:16px;height:16px}
.plan-viewport{overflow:hidden;border-radius:18px;margin-top:12px}
.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%;min-height:135px;padding:16px 16px 14px;border:1.5px solid transparent;border-radius:18px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(100deg,#3479ff,#8e35f3) border-box;box-shadow:inset 0 0 36px rgba(92,77,244,.035);transition:box-shadow .24s ease,filter .24s ease}
.plan-top{display:grid;grid-template-columns:56px minmax(104px,1fr) auto auto;align-items:center;gap:12px}
.plan-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#fff,#f0efff);box-shadow:0 8px 18px rgba(76,76,215,.13)}.plan-icon svg{width:41px;height:41px}
.plan-name strong{display:block;font-size:14px;line-height:1.05;font-weight:760}.plan-name b{display:block;margin-top:4px;font-size:31px;line-height:.94;color:#604ef2;letter-spacing:-.045em}
.plan-duration{height:31px;padding:0 11px;border:1px solid #dbdaf7;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:11px;white-space:nowrap;color:#2f384d;background:rgba(255,255,255,.78)}
.invest-button{position:relative;isolation:isolate;overflow:hidden;height:43px;padding:0 14px;border:0;border-radius:13px;color:#fff;background:linear-gradient(105deg,#277bfb,#8a33ef);box-shadow:0 10px 21px rgba(77,75,240,.24);display:flex;align-items:center;justify-content:center;gap:8px;font-size:12px;font-weight:760;white-space:nowrap;cursor:pointer;transition:transform .22s cubic-bezier(.2,.8,.2,1),filter .22s ease,box-shadow .22s ease}.invest-button svg{width:15px;height:15px;transition:transform .22s cubic-bezier(.2,.8,.2,1)}.invest-button:active{transform:scale(.975)}
.plan-meta{display:flex;align-items:center;gap:17px;margin-top:15px;padding:12px 1px 0;border-top:1px solid #edf0f6;color:#5e6a80;font-size:10.5px;white-space:nowrap}.plan-meta>span{display:flex;align-items:center;gap:7px}.plan-meta i{display:block;width:5px;height:5px;border-radius:50%;background:#5e5df5;box-shadow:0 0 0 3px rgba(94,93,245,.07)}
.plan-dots{height:25px;display:flex;align-items:flex-end;justify-content:center;gap:6px}.plan-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#d3d9e7;cursor:pointer;transition:width .22s ease,background .22s ease,transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease}.plan-dots button.active{width:20px;border-radius:8px;background:linear-gradient(135deg,#5f54f3,#8437ee);box-shadow:0 4px 10px rgba(97,73,239,.25)}
.about-panel{padding:18px 18px 17px}
.about-panel>p{margin:9px 0 14px;max-width:470px;color:#5d697e;font-size:12.5px;line-height:1.48}
.company-grid{display:grid;grid-template-columns:1.05fr .9fr 1.18fr;gap:10px}
.company-card{min-width:0;min-height:92px;padding:12px 11px;border:1px solid #e2e8f1;border-radius:16px;background:rgba(255,255,255,.86);display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:9px;text-align:left;color:inherit;box-shadow:0 4px 13px rgba(38,61,104,.025);transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .22s ease,box-shadow .22s ease,background .22s ease}
button.company-card{cursor:pointer}
.company-card b svg{transition:transform .2s ease}
.profile-chip:active,.language-button:active,.nav-item:active{transform:scale(.96)}
.quick-card:active,.company-card-button:active{transform:scale(.98)}
.company-icon{width:35px;height:40px;display:grid;place-items:center;color:#3779ff;filter:drop-shadow(0 5px 8px rgba(52,111,255,.17));transition:transform .25s cubic-bezier(.2,.8,.2,1),filter .22s ease}.company-icon svg{width:34px;height:34px}.company-icon.filled{color:#555af5}
.company-card strong{display:block;font-size:10.5px;line-height:1.18;font-weight:760}.company-card small{display:block;margin-top:4px;color:#68758a;font-size:9.3px;line-height:1.2}.company-card b{display:flex;align-items:center;gap:4px;margin-top:7px;color:#4163e8;font-size:9.3px;font-weight:760}.company-card b svg{width:10px;height:10px}
.faq-panel{padding:18px 17px 16px}
.faq-list{display:grid;gap:8px;margin-top:13px}
.faq-item{overflow:hidden;border:1px solid #e1e7f1;border-radius:14px;background:rgba(255,255,255,.82);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}
.faq-item>button{width:100%;min-height:48px;padding:8px 13px;border:0;background:transparent;display:grid;grid-template-columns:27px minmax(0,1fr) 16px;align-items:center;gap:11px;text-align:left;cursor:pointer;font-size:12.3px;font-weight:620;line-height:1.25;transition:color .2s ease,background .2s ease}
.faq-item>button>svg{width:15px;height:15px;transition:transform .2s ease}
.faq-item.open{background:#fff;border-color:#d5e0ef;box-shadow:0 7px 18px rgba(37,60,103,.045)}.faq-item.open>button>svg{transform:rotate(180deg)}
.faq-icon{width:26px;height:26px;border:1.7px solid #2f7fff;border-radius:50%;display:grid;place-items:center;color:#2f7fff;font-size:14px;font-weight:850;transition:transform .22s cubic-bezier(.2,.8,.2,1),background .2s ease,color .2s ease,box-shadow .2s ease}.faq-icon svg{width:17px;height:17px}.faq-icon.lightning{border:0;font-size:23px;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 51px;color:#606d83;font-size:11.5px;line-height:1.5;transition:padding .24s ease}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer>p{padding-bottom:13px;padding-right:18px}
.payment-panel{padding:17px 15px 16px}
.payment-list{display:flex;gap:8px;margin-top:13px;overflow-x:auto;padding:1px 1px 4px;scrollbar-width:none;scroll-snap-type:x proximity}.payment-list::-webkit-scrollbar{display:none}
.payment-pill{flex:0 0 auto;min-width:82px;height:48px;padding:0 9px;border:1px solid #e2e8f1;border-radius:14px;background:rgba(255,255,255,.88);display:flex;align-items:center;justify-content:flex-start;gap:7px;color:#263149;font-size:10px;line-height:1.05;white-space:nowrap;scroll-snap-align:start;transition:transform .22s cubic-bezier(.2,.8,.2,1),border-color .22s ease,box-shadow .22s ease,background .22s ease}.payment-pill small{font-size:8px;color:#677389}.coin{font-style:normal;width:29px;height:29px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:15px;font-weight:850;box-shadow:0 6px 12px rgba(36,59,103,.13);transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease}.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:40;left:50%;bottom:0;transform:translateX(-50%);width:100%;max-width:var(--app-max);height:calc(82px + var(--safe-bottom));padding:9px 15px max(8px,var(--safe-bottom));border-top:1px solid #dde5f0;border-radius:25px 25px 0 0;background:rgba(255,255,255,.95);box-shadow:0 -10px 32px rgba(35,57,99,.075);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:grid;grid-template-columns:repeat(5,1fr);align-items:start}
.nav-item{position:relative;height:58px;border:0;border-radius:15px;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;color:#79859a;font-size:9.5px;font-weight:580;cursor:pointer;transition:color .22s ease,background .22s ease,transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease}.nav-item svg{width:23px;height:23px;transition:transform .22s cubic-bezier(.2,.8,.2,1),filter .22s ease}.nav-item.active{color:#2f72ff;background:linear-gradient(180deg,rgba(47,114,255,.09),rgba(47,114,255,.02))}.nav-item.active svg{filter:drop-shadow(0 4px 6px rgba(47,114,255,.2))}.nav-item span{line-height:1}
.toast{position:fixed;z-index:100;left:50%;bottom:calc(94px + var(--safe-bottom));max-width:min(360px,calc(100vw - 36px));padding:12px 16px;border-radius:14px;background:rgba(12,23,43,.95);color:#fff;font-size:12px;line-height:1.4;text-align:center;box-shadow:0 16px 38px 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 (hover:hover) and (pointer:fine){
  .brand:hover{transform:translateY(-1px);filter:drop-shadow(0 8px 14px rgba(50,89,168,.10))}.brand:hover>img{transform:rotate(-5deg) scale(1.07)}
  .profile-chip:hover{transform:translateY(-2px)}.profile-chip:hover img{transform:scale(1.045);box-shadow:0 0 0 2px #fff,0 0 0 4px rgba(75,134,255,.72),0 12px 24px rgba(31,77,157,.2)}
  .language-button:hover{transform:translateY(-1px);color:#2c67e8;border-color:#cfdcff;background:#fff;box-shadow:0 12px 28px rgba(41,75,141,.12)}
  .language-menu button:hover{background:#f1f5ff;color:var(--blue);transform:translateX(2px)}
  .button-primary:hover{transform:translateY(-2px);filter:saturate(1.08) brightness(1.035);box-shadow:0 17px 34px rgba(77,79,246,.34),inset 0 1px rgba(255,255,255,.3)}
  .button-secondary:hover{transform:translateY(-2px);color:#255fdf;border-color:#cad9ff;background:linear-gradient(180deg,#fff,#f7f9ff);box-shadow:0 14px 29px rgba(42,74,139,.13)}
  .button:hover::before,.invest-button:hover::before{left:132%}.button:hover .chevron{transform:translateX(4px)}
  .quick-card:hover{transform:translateY(-3px);border-color:#cfddf6;background:linear-gradient(145deg,#fff,#f8faff);box-shadow:0 16px 34px rgba(31,56,104,.13)}
  .quick-card:hover .quick-icon{transform:translateY(-2px) scale(1.07) rotate(-3deg);box-shadow:0 13px 25px rgba(38,137,255,.30)}.quick-card:hover .card-arrow{transform:translateX(4px);color:#3778ff}
  .plan-card:hover{box-shadow:inset 0 0 42px rgba(92,77,244,.055),0 12px 28px rgba(48,67,118,.07);filter:saturate(1.025)}
  .invest-button:hover{transform:translateY(-2px);filter:saturate(1.08) brightness(1.035);box-shadow:0 15px 29px rgba(77,75,240,.33)}.invest-button:hover svg{transform:translateX(3px)}
  .plan-dots button:hover{transform:translateY(-1px) scale(1.28);background:#989ce8;box-shadow:0 4px 10px rgba(87,83,216,.18)}
  .company-card-button:hover{transform:translateY(-2px);border-color:#cfdcf2;background:#fff;box-shadow:0 13px 28px rgba(38,61,104,.09)}.company-card-button:hover .company-icon{transform:translateY(-2px) scale(1.08);filter:drop-shadow(0 8px 12px rgba(52,111,255,.24))}.company-card-button:hover b svg{transform:translateX(2px)}
  .faq-item:hover{border-color:#cfdbef;background:#fff;box-shadow:0 9px 22px rgba(37,60,103,.065)}.faq-item:hover>button{color:#245fd6}.faq-item:hover .faq-icon{transform:scale(1.08);background:#edf5ff;box-shadow:0 5px 12px rgba(47,127,255,.13)}
  .payment-pill:hover{transform:translateY(-2px);border-color:#d1ddf0;background:#fff;box-shadow:0 10px 22px rgba(38,61,104,.075)}.payment-pill:hover .coin{transform:scale(1.09) rotate(-4deg);box-shadow:0 9px 17px rgba(36,59,103,.19)}
  .nav-item:hover{transform:translateY(-2px);color:#356de8;background:linear-gradient(180deg,rgba(47,114,255,.105),rgba(92,76,244,.035));box-shadow:inset 0 0 0 1px rgba(70,117,238,.08)}.nav-item:hover svg{transform:translateY(-1px) scale(1.09);filter:drop-shadow(0 5px 7px rgba(47,114,255,.2))}
}
@media (max-width:540px){
  .app-shell{padding-left:17px;padding-right:17px}.hero{min-height:324px}.hero-copy{width:61%;min-width:0}.hero p{max-width:245px}.hero-visual{width:345px;right:-88px;top:5px}.hero h1{font-size:41px}.company-grid{grid-template-columns:1fr 1fr}.company-card:last-child{grid-column:1/-1;min-height:78px}.plan-top{grid-template-columns:54px minmax(92px,1fr) auto}.plan-duration{grid-column:2/3;grid-row:2;justify-self:start;margin-top:7px}.invest-button{grid-column:3;grid-row:1/3}.plan-card{min-height:145px}.plan-meta{margin-top:13px}.brand-copy small{display:none}
}
@media (max-width:455px){
  .app-shell{padding-left:15px;padding-right:15px}.topbar{height:67px}.brand>img{width:36px;height:36px}.brand-copy strong{font-size:18px}.profile-chip,.profile-chip img{width:44px;height:44px}.language-button{height:39px;min-width:63px}.hero{min-height:334px;padding-top:20px}.hero-copy{width:66%}.hero-eyebrow{font-size:9px;margin-bottom:8px}.hero h1{font-size:36px}.hero p{max-width:205px;font-size:13px;margin-top:14px}.hero-actions,.button{width:181px}.button{height:47px;font-size:13px}.hero-visual{width:302px;right:-116px;top:29px}.quick-card{height:72px;padding:0 10px;grid-template-columns:37px minmax(0,1fr) 12px;gap:8px}.quick-icon{width:37px;height:37px}.quick-icon svg{width:21px;height:21px}.quick-card strong{font-size:12px}.quick-card small{font-size:9.5px}.card-arrow{width:13px;height:13px}.plans-panel{padding:16px 12px 12px}.section-heading h2,.panel>h2{font-size:18px}.popular-label{font-size:9.5px}.plan-card{padding:14px 12px 13px}.plan-top{grid-template-columns:49px minmax(80px,1fr) auto;gap:9px}.plan-icon{width:46px;height:46px}.plan-name strong{font-size:13px}.plan-name b{font-size:28px}.plan-duration{height:29px;font-size:9.5px;padding:0 8px}.invest-button{height:41px;padding:0 11px;font-size:11px}.plan-meta{gap:10px;font-size:9.3px;justify-content:space-between}.about-panel,.faq-panel{padding:16px 14px}.about-panel>p{font-size:11.5px}.company-grid{grid-template-columns:1fr 1fr;gap:9px}.company-card{min-height:91px;padding:11px 9px;grid-template-columns:33px minmax(0,1fr);gap:8px}.company-card:last-child{grid-column:1/-1;min-height:82px}.company-icon{width:32px;height:36px}.company-icon svg{width:31px;height:31px}.company-card strong{font-size:10px}.company-card small,.company-card b{font-size:8.9px}.faq-item>button{font-size:11.5px}.payment-panel{padding:16px 13px}.bottom-nav{height:calc(78px + var(--safe-bottom));padding-left:8px;padding-right:8px}.nav-item{height:55px;font-size:9px}.nav-item svg{width:22px;height:22px}
}
@media (max-width:365px){
  .app-shell{padding-left:12px;padding-right:12px}.topbar-actions{gap:8px}.profile-chip,.profile-chip img{width:41px;height:41px}.language-button{min-width:58px;padding:0 10px}.hero{min-height:330px}.hero h1{font-size:33px}.hero p{max-width:185px;font-size:12.2px}.hero-actions,.button{width:168px}.button{font-size:12px;padding:0 12px}.hero-visual{width:275px;right:-105px;top:34px}.quick-card{padding:0 9px}.quick-card strong{font-size:12px}.quick-card small{font-size:9.4px}.popular-label span{display:none}.plan-meta{font-size:8.7px;gap:7px}.plan-meta>span{gap:5px}.invest-button span{max-width:62px;overflow:hidden;text-overflow:ellipsis}.faq-item>button{font-size:10.8px}.payment-pill{min-width:78px}
}
@media (min-width:800px){body{padding:24px 0}.app-shell{min-height:calc(100vh - 48px);border-radius:34px}.bottom-nav{border-radius:25px 25px 34px 34px}.topbar{height:78px}}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}

/* REVARIS V4 — explicit touch feedback for Telegram/iOS/Android */
@media (hover:none), (pointer:coarse){
  .button:active,.invest-button:active{transform:scale(.965)!important;filter:saturate(1.08) brightness(.98);box-shadow:0 8px 18px rgba(77,79,246,.24)!important}
  .button:active .chevron,.invest-button:active svg{transform:translateX(4px)}
  .quick-card:active,.company-card-button:active,.faq-item:active,.payment-pill:active,.nav-item:active{transform:scale(.975)!important;filter:brightness(.985)}
  .quick-card:active .quick-icon,.payment-pill:active .coin{transform:scale(1.08) rotate(-3deg)}
  .language-button:active,.profile-chip:active{transform:scale(.94)}
}

/* ========================================================================== 
   REVARIS V5.1 — final mobile polish
   - keeps the mining artwork inside the hero composition;
   - removes decorative 1px outlines from secondary surfaces;
   - preserves only meaningful selection, focus and icon borders;
   - improves touch feedback and narrow-screen legibility.
   ========================================================================== */

:root{
  --shadow:0 18px 44px rgba(34,56,99,.075),0 4px 14px rgba(34,56,99,.035);
  --shadow-soft:0 10px 28px rgba(34,56,99,.065),0 2px 8px rgba(34,56,99,.03);
}

main{gap:16px}

/* HERO */
.hero{
  overflow:hidden;
  border-radius:26px;
}
.hero::after{
  content:"";
  position:absolute;
  z-index:2;
  right:-14px;
  bottom:-8px;
  width:57%;
  height:40%;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(255,255,255,0),rgba(250,252,255,.52) 70%,rgba(250,252,255,.88));
  filter:blur(9px);
  opacity:.5;
}
.hero-visual{
  width:320px;
  right:-12px;
  top:24px;
  filter:drop-shadow(0 20px 28px rgba(51,84,141,.12));
  -webkit-mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.4) 7%,#000 18%,#000 100%);
  mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.4) 7%,#000 18%,#000 100%);
}

/* BORDER POLICY: no decorative 1px frames on quiet surfaces. */
.language-button,
.language-menu,
.button-secondary,
.quick-card,
.panel,
.company-card,
.faq-item,
.payment-pill,
.bottom-nav{
  border:0;
}

.language-button{
  background:rgba(255,255,255,.93);
  box-shadow:0 10px 26px rgba(32,56,101,.09),inset 0 1px 0 rgba(255,255,255,.96);
}
.language-menu{
  box-shadow:0 22px 52px rgba(27,48,90,.18),inset 0 1px 0 rgba(255,255,255,.96);
}
.button-secondary{
  background:rgba(255,255,255,.97);
  box-shadow:0 12px 28px rgba(34,56,99,.08),inset 0 1px 0 rgba(255,255,255,.98);
}
.quick-card{
  background:linear-gradient(145deg,rgba(255,255,255,.99),rgba(247,250,255,.95));
  box-shadow:0 12px 30px rgba(32,56,101,.065),inset 0 1px 0 rgba(255,255,255,.98);
}
.panel{
  background:linear-gradient(155deg,rgba(255,255,255,.98),rgba(249,251,255,.93));
  box-shadow:0 18px 42px rgba(31,54,99,.07),0 3px 10px rgba(31,54,99,.025),inset 0 1px 0 rgba(255,255,255,.98);
}
.company-card{
  background:linear-gradient(145deg,#fafcff,#f4f7fc);
  box-shadow:0 8px 22px rgba(38,61,104,.045),inset 0 1px 0 rgba(255,255,255,.96);
}
.faq-item{
  background:linear-gradient(145deg,#fbfcff,#f5f8fd);
  box-shadow:0 7px 20px rgba(37,60,103,.035),inset 0 1px 0 rgba(255,255,255,.96);
}
.faq-item.open{
  border:0;
  background:#fff;
  box-shadow:inset 3px 0 0 #3b82ff,0 12px 28px rgba(37,60,103,.07),inset 0 1px 0 rgba(255,255,255,.98);
}
.payment-pill{
  background:linear-gradient(145deg,#fbfcff,#f4f7fc);
  box-shadow:0 7px 18px rgba(38,61,104,.04),inset 0 1px 0 rgba(255,255,255,.96);
}
.bottom-nav{
  background:rgba(255,255,255,.95);
  box-shadow:0 -14px 38px rgba(35,57,99,.075),inset 0 1px 0 rgba(255,255,255,.98);
}

/* Meaningful borders remain: selected plan, duration chip, icon rings and focus. */
.plan-card{
  border:1.5px solid transparent;
  box-shadow:inset 0 0 38px rgba(92,77,244,.038),0 10px 28px rgba(48,67,118,.045);
}

@media (hover:hover) and (pointer:fine){
  .language-button:hover{border-color:transparent}
  .quick-card:hover,
  .company-card-button:hover,
  .faq-item:hover,
  .payment-pill:hover{border-color:transparent}
}

@media (max-width:540px){
  .hero{min-height:330px}
  .hero-visual{
    width:260px;
    right:-10px;
    top:60px;
  }
}

@media (max-width:455px){
  .hero{
    min-height:334px;
    border-radius:23px;
  }
  .hero-visual{
    width:216px;
    right:-4px;
    top:79px;
  }
  .quick-card{
    box-shadow:0 10px 25px rgba(32,56,101,.06),inset 0 1px 0 rgba(255,255,255,.98);
  }
  .company-card,
  .faq-item,
  .payment-pill{
    box-shadow:0 6px 16px rgba(38,61,104,.035),inset 0 1px 0 rgba(255,255,255,.96);
  }
}

@media (max-width:365px){
  .hero-visual{
    width:198px;
    right:-3px;
    top:89px;
  }
  .quick-card{
    grid-template-columns:34px minmax(0,1fr);
    gap:7px;
    padding-left:9px;
    padding-right:9px;
  }
  .quick-icon{width:34px;height:34px}
  .quick-icon svg{width:19px;height:19px}
  .quick-card .card-arrow{display:none}
  .quick-card strong{
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    font-size:10.6px;
    line-height:1.08;
  }
  .quick-card small{
    margin-top:3px;
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    font-size:8.5px;
    line-height:1.1;
  }
}

/* Final collision check: keep artwork clear of the paragraph on narrow phones. */
@media (max-width:455px){
  .hero p{max-width:182px}
  .hero-visual{
    width:205px;
    right:-16px;
    top:82px;
  }
}
@media (max-width:400px){
  .hero p{max-width:170px}
  .hero-visual{
    width:190px;
    right:-20px;
    top:88px;
  }
}
@media (max-width:365px){
  .hero p{max-width:155px}
  .hero-visual{
    width:178px;
    right:-18px;
    top:94px;
  }
}


/* ========================================================================== 
   REVARIS V6 — supplied UI asset integration + three visible plans
   ========================================================================== */
.brand>img{width:46px;height:42px;object-fit:contain;filter:drop-shadow(0 8px 12px rgba(67,77,244,.18))}
.profile-chip{overflow:visible;background:transparent;box-shadow:none}
.profile-chip img{width:48px;height:48px;object-fit:contain;border-radius:50%;background:transparent}
.quick-icon-image{background:transparent;box-shadow:none;overflow:visible}
.quick-icon-image img{width:52px;height:48px;object-fit:contain;transition:transform .25s cubic-bezier(.2,.8,.2,1),filter .25s ease;filter:drop-shadow(0 8px 12px rgba(48,91,184,.14))}
.quick-card{grid-template-columns:54px minmax(0,1fr) 16px}
.company-icon-image{background:transparent;box-shadow:none;height:52px;width:52px}
.company-icon-image img{width:52px;height:48px;object-fit:contain;filter:drop-shadow(0 7px 10px rgba(53,91,167,.10))}
.company-card{grid-template-columns:54px minmax(0,1fr)}

.plans-panel{padding:20px 16px 18px}
.plans-heading{align-items:flex-end;margin-bottom:14px}
.section-kicker{display:block;margin-bottom:4px;color:#6d7890;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.plans-count{display:flex;align-items:center;gap:6px;color:#7b8598;font-size:10px;white-space:nowrap}
.plans-count b{width:26px;height:26px;border-radius:9px;display:grid;place-items:center;color:#fff;font-size:12px;background:linear-gradient(135deg,#2f7dff,#7a36f5);box-shadow:0 8px 16px rgba(83,78,241,.22)}
.plans-grid{display:grid;grid-template-columns:1fr;gap:12px}
.plan-viewport,.plan-track{overflow:visible;margin:0;display:block;transform:none!important}
.plan-card{position:relative;min-width:0;min-height:0;padding:15px;border:0;border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.99),rgba(246,249,255,.96));box-shadow:0 12px 30px rgba(35,58,104,.065),inset 0 1px 0 rgba(255,255,255,.98);overflow:hidden;transition:transform .23s cubic-bezier(.2,.8,.2,1),box-shadow .23s ease,filter .23s ease}
.plan-card::before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:20px 0 0 20px;background:linear-gradient(180deg,#4c8cff,#6856f5);opacity:.72}
.plan-card-popular{background:linear-gradient(145deg,#fff,rgba(246,244,255,.98));box-shadow:0 18px 38px rgba(87,66,223,.12),inset 0 0 0 1.5px rgba(107,70,245,.72),inset 0 1px 0 #fff}
.plan-card-popular::before{width:5px;background:linear-gradient(180deg,#347fff,#8d37f4);opacity:1}
.plan-card-pro::before{background:linear-gradient(180deg,#7650ff,#b535ea)}
.plan-card-head{display:flex;align-items:center;gap:12px;padding-right:4px}
.plan-asset{flex:0 0 70px;width:70px;height:66px;display:grid;place-items:center;border-radius:18px;background:radial-gradient(circle at 45% 35%,#fff 0,#f5f7ff 63%,#edf2fc 100%);box-shadow:0 9px 22px rgba(59,81,132,.08),inset 0 1px 0 #fff}
.plan-asset img{width:66px;height:60px;object-fit:contain;filter:drop-shadow(0 8px 10px rgba(68,75,168,.13));transition:transform .25s cubic-bezier(.2,.8,.2,1)}
.plan-title{min-width:0;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"name rate" "sub rate";align-items:center;column-gap:12px;flex:1}
.plan-title>span{grid-area:name;font-size:14px;font-weight:800;color:#101a31}
.plan-title>strong{grid-area:rate;justify-self:end;font-size:33px;line-height:1;color:#5e4cf2;letter-spacing:-.05em}
.plan-title>small{grid-area:sub;font-size:9.5px;color:#7d879a;margin-top:2px}
.popular-badge-image{position:absolute;z-index:2;right:10px;top:6px;width:68px;height:34px;object-fit:contain;filter:drop-shadow(0 7px 10px rgba(48,126,255,.18))}
.plan-card-popular .plan-card-head{padding-top:12px}
.plan-divider{height:1px;margin:12px 0;background:linear-gradient(90deg,rgba(111,126,157,.06),rgba(111,126,157,.18),rgba(111,126,157,.06))}
.plan-details{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.plan-details span{min-width:0}
.plan-details small,.plan-details b{display:block}
.plan-details small{font-size:8.5px;color:#8a94a7;white-space:nowrap}
.plan-details b{margin-top:3px;font-size:10.5px;color:#28334a;white-space:nowrap}
.plan-card .invest-button{width:100%;height:42px;margin-top:13px;border-radius:13px;font-size:11px;justify-content:center;box-shadow:0 10px 20px rgba(79,76,241,.18)}
.plan-card .invest-button svg{margin-left:5px}
.plan-dots{display:none!important}

.payment-logo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;overflow:visible;padding:0;margin-top:13px}
.payment-logo-card{position:relative;min-width:0;width:100%;height:58px;padding:6px 8px;border:0;justify-content:center;overflow:hidden}
.payment-logo-card img{display:block;max-width:90%;width:auto;height:42px;object-fit:contain;filter:drop-shadow(0 5px 8px rgba(41,63,104,.08));transition:transform .23s cubic-bezier(.2,.8,.2,1)}
.payment-logo-card>span{font-size:10px;font-weight:650;color:#2b3549;margin-left:-5px}
.payment-logo-card>small{position:absolute;right:5px;bottom:4px;padding:2px 4px;border-radius:5px;background:#eef4ff;color:#5270a8;font-size:6.5px;font-weight:750;letter-spacing:.02em}

.nav-item{gap:2px}
.nav-asset{width:34px;height:29px;object-fit:contain;filter:grayscale(1) saturate(.2) opacity(.58);transition:transform .22s cubic-bezier(.2,.8,.2,1),filter .22s ease}
.nav-item.active .nav-asset{filter:none;transform:translateY(-1px);drop-shadow:0 5px 7px rgba(47,114,255,.18)}
.nav-item svg{display:none}

@media (hover:hover) and (pointer:fine){
  .quick-card:hover .quick-icon-image img{transform:translateY(-2px) scale(1.06);filter:drop-shadow(0 12px 15px rgba(48,91,184,.19))}
  .plan-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(35,58,104,.10),inset 0 1px 0 #fff;filter:none}
  .plan-card-popular:hover{box-shadow:0 22px 44px rgba(87,66,223,.16),inset 0 0 0 1.5px rgba(107,70,245,.76),inset 0 1px 0 #fff}
  .plan-card:hover .plan-asset img{transform:translateY(-2px) scale(1.06) rotate(-2deg)}
  .payment-logo-card:hover img{transform:scale(1.06)}
  .nav-item:hover .nav-asset{filter:none;transform:translateY(-2px) scale(1.06)}
}

@media (min-width:680px){
  .plans-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch}
  .plan-card{display:flex;flex-direction:column}
  .plan-card-head{display:block;text-align:center;padding:0}
  .plan-asset{margin:0 auto 8px}
  .plan-title{display:block}
  .plan-title>span,.plan-title>small{display:block}
  .plan-title>strong{display:block;margin-top:5px}
  .plan-card .invest-button{margin-top:auto}
  .plan-details{grid-template-columns:1fr;gap:7px;text-align:center}
}

@media (max-width:455px){
  .brand>img{width:41px;height:38px}
  .profile-chip img{width:45px;height:45px}
  .quick-card{grid-template-columns:48px minmax(0,1fr) 13px}
  .quick-icon-image img{width:47px;height:44px}
  .plans-panel{padding:17px 12px 14px}
  .plans-grid{gap:10px}
  .plan-card{padding:13px;border-radius:18px}
  .plan-asset{flex-basis:62px;width:62px;height:59px;border-radius:16px}
  .plan-asset img{width:59px;height:54px}
  .plan-title>span{font-size:13px}
  .plan-title>strong{font-size:30px}
  .plan-title>small{font-size:9px}
  .plan-details small{font-size:7.8px}
  .plan-details b{font-size:9.5px}
  .popular-badge-image{right:8px;top:4px;width:63px}
  .payment-logo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .payment-logo-card{height:56px}
  .nav-asset{width:31px;height:27px}
}

@media (max-width:365px){
  .plans-count span{display:none}
  .plan-card-head{gap:9px}
  .plan-asset{flex-basis:56px;width:56px;height:54px}
  .plan-asset img{width:54px;height:49px}
  .plan-title>strong{font-size:28px}
  .plan-details{gap:3px}
  .plan-details small{font-size:7px}
  .plan-details b{font-size:8.8px}
}

/* Final narrow-card text fit */
@media (max-width:455px){
  .quick-card strong{font-size:11px;white-space:nowrap;overflow:visible;text-overflow:clip}
  .quick-card small{font-size:8.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
}


/* ==========================================================================
   REVARIS V6.1 — final asset integration polish
   ========================================================================== */
.quick-card{grid-template-columns:46px minmax(0,1fr) 14px;gap:9px;padding-left:12px;padding-right:11px}
.quick-icon-image img{width:46px;height:44px}
.quick-card strong{font-size:13px;letter-spacing:-.025em}
.quick-card small{font-size:10.5px}
.company-icon-image{width:48px;height:48px}
.company-icon-image img{width:46px;height:46px}
.company-card{grid-template-columns:48px minmax(0,1fr)}
.payment-logo-card{min-height:60px}
.payment-logo-card img{max-width:94%;height:43px}
.payment-logo-card:first-child img{height:45px;max-width:45px}
.payment-logo-card:first-child>span{margin-left:0;font-size:10.5px}
.plan-card{isolation:isolate}
.plan-card::after{content:"";position:absolute;z-index:-1;right:-38px;top:-45px;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,rgba(105,84,245,.10),transparent 68%);pointer-events:none}
.plan-card-starter::after{background:radial-gradient(circle,rgba(54,129,255,.10),transparent 68%)}
.plan-card-pro::after{background:radial-gradient(circle,rgba(151,61,244,.11),transparent 68%)}
.nav-asset{object-fit:contain}
@media (max-width:455px){
  .quick-card{grid-template-columns:43px minmax(0,1fr);gap:8px;padding-left:10px;padding-right:10px}
  .quick-icon-image img{width:43px;height:41px}
  .quick-card .card-arrow{display:none}
  .quick-card strong{font-size:11.7px;white-space:nowrap;overflow:visible;text-overflow:clip}
  .quick-card small{font-size:9.1px}
  .company-icon-image{width:42px;height:44px}
  .company-icon-image img{width:41px;height:42px}
  .company-card{grid-template-columns:42px minmax(0,1fr)}
  .payment-logo-card{height:58px}
}
@media (max-width:365px){
  .quick-card strong{font-size:10.9px}
  .quick-card small{font-size:8.6px}
}


/* ========================================================================== 
   REVARIS V7 — single hero CTA + 24/48-hour investment terms
   ========================================================================== */
.hero-actions{display:block;width:198px}
.hero-actions .button-primary{width:100%}

.plan-card{display:flex;flex-direction:column}
.plan-card-head{flex:0 0 auto}
.plan-title>strong{font-size:31px}
.plan-feature-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.plan-feature-list li{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;min-height:45px;padding:7px 9px;border-radius:13px;background:rgba(242,246,253,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.92)}
.plan-feature-icon{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;color:#477bf3;background:linear-gradient(145deg,#fff,#eaf1ff);box-shadow:0 6px 14px rgba(52,91,178,.09)}
.plan-card-popular .plan-feature-icon{color:#7650ee;background:linear-gradient(145deg,#fff,#f0ebff)}
.plan-card-pro .plan-feature-icon{color:#9a43e8;background:linear-gradient(145deg,#fff,#f5eaff)}
.plan-feature-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.plan-feature-list small,.plan-feature-list b{display:block}
.plan-feature-list small{font-size:8.4px;line-height:1.1;color:#8893a7}
.plan-feature-list b{margin-top:3px;font-size:10.4px;line-height:1.25;color:#26334b;font-weight:760}
.plan-card-footer{display:grid;grid-template-columns:auto minmax(112px,1fr);align-items:center;gap:10px;margin-top:auto;padding-top:13px}
.plan-minimum{min-width:66px;padding-left:2px}
.plan-minimum small,.plan-minimum b{display:block}
.plan-minimum small{font-size:8px;color:#8a94a7}
.plan-minimum b{margin-top:3px;font-size:13px;color:#202d45}
.plan-card .invest-button{width:100%;margin-top:0}

@media (max-width:540px){
  .hero{min-height:278px}
  .hero-visual{top:-3px}
}
@media (max-width:455px){
  .hero{min-height:286px}
  .hero-actions,.button{width:181px}
  .plan-feature-list{gap:7px}
  .plan-feature-list li{grid-template-columns:32px minmax(0,1fr);min-height:42px;padding:6px 8px}
  .plan-feature-icon{width:30px;height:30px}
  .plan-feature-list small{font-size:8px}
  .plan-feature-list b{font-size:10px}
  .plan-card-footer{grid-template-columns:auto minmax(110px,1fr)}
}
@media (max-width:365px){
  .hero{min-height:282px}
  .hero-actions,.button{width:168px}
  .plan-title>strong{font-size:27px}
  .plan-feature-list b{font-size:9.4px}
  .plan-card-footer{gap:7px}
  .plan-card .invest-button{padding-left:9px;padding-right:9px}
}
@media (min-width:680px){
  .plan-card-head{display:block;text-align:center}
  .plan-feature-list{margin-top:0}
  .plan-feature-list li{text-align:left}
  .plan-card-footer{grid-template-columns:1fr}
  .plan-minimum{text-align:center;padding:0}
}
@media (hover:hover) and (pointer:fine){
  .plan-feature-list li{transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
  .plan-card:hover .plan-feature-list li{background:rgba(247,249,255,.96)}
  .plan-feature-list li:hover{transform:translateX(2px);box-shadow:0 7px 16px rgba(45,72,126,.065),inset 0 1px 0 #fff}
}
