/* MyStash.online — clean landing page template (no build tools) */
:root{
  --bg1:#0b1020;
  --bg2:#080b14;
  --line:rgba(255,255,255,.10);
  --text:#f3f6ff;
  --muted:rgba(243,246,255,.72);
  --accent:#7c5cff;
  --accent2:#22c55e;
  --shadow: 0 18px 55px rgba(0,0,0,.45);
  --radius:18px;
  --max:1120px;
  --font: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:var(--font);
  color:var(--text);
  background:
    radial-gradient(900px 520px at 18% 0%, rgba(124,92,255,.32), transparent 60%),
    radial-gradient(900px 520px at 95% 15%, rgba(34,197,94,.24), transparent 60%),
    radial-gradient(800px 520px at 50% 110%, rgba(255,255,255,.08), transparent 60%),
    linear-gradient(180deg, var(--bg1), var(--bg2));
}
a{color:inherit;text-decoration:none}
.wrap{max-width:var(--max); margin:0 auto; padding: 24px}
.muted{color:var(--muted)}
.strong{font-weight:800}
.right{text-align:right}

.topbar{
  position:sticky; top:0; z-index:20;
  backdrop-filter: blur(12px);
  background: rgba(8,11,20,.60);
  border-bottom:1px solid var(--line);
}
.topbar-inner{display:flex; align-items:center; justify-content:space-between; gap:16px}
.brand{display:flex; align-items:center; gap:10px; font-weight:900; letter-spacing:.2px}
.logo{
  width:34px; height:34px; border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 14px 26px rgba(124,92,255,.22);
}
.badge{
  font-size:12px; padding:4px 8px; border-radius:999px;
  border:1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: rgba(243,246,255,.86);
}
.nav{display:flex; gap:14px; align-items:center; flex-wrap:wrap}
.nav a{padding:8px 10px; border-radius: 10px; color: rgba(243,246,255,.86)}
.nav a:hover{background: rgba(255,255,255,.06)}
.nav-cta{
  border:1px solid rgba(124,92,255,.45);
  background: rgba(124,92,255,.14);
}
.nav-cta:hover{background: rgba(124,92,255,.20)}

.hero{
  display:grid;
  grid-template-columns: 1.05fr .95fr;
  gap:22px;
  padding: 26px 0 10px;
}
@media (max-width: 980px){
  .hero{grid-template-columns: 1fr; padding-top: 16px;}
  .nav{display:none;}
}
h1{
  font-size: clamp(30px, 3.2vw, 46px);
  line-height:1.08;
  margin: 8px 0 10px;
}
.accent{background: linear-gradient(90deg, var(--accent), var(--accent2)); -webkit-background-clip:text; background-clip:text; color:transparent}
.sub{font-size: 16px; line-height:1.7; color: rgba(243,246,255,.86); margin: 0 0 14px}

.pills{display:flex; gap:10px; flex-wrap:wrap; margin: 10px 0 18px}
.pill{
  display:inline-flex; align-items:center; gap:8px;
  padding:8px 10px; border-radius: 999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  color: rgba(243,246,255,.84);
  font-size:13px;
}
.dot{
  width:8px; height:8px; border-radius:99px;
  background: linear-gradient(135deg, var(--accent), var(--accent2));
  box-shadow: 0 0 0 3px rgba(124,92,255,.18);
}

.cta-row{display:flex; gap:12px; align-items:center; flex-wrap:wrap}
.cta-row.small .btn{padding:10px 12px; font-size:13px}

.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(243,246,255,.92);
  box-shadow: 0 12px 24px rgba(0,0,0,.18);
  cursor:pointer;
}
.btn:hover{transform: translateY(-1px); transition: .15s ease; background: rgba(255,255,255,.08)}
.btn.primary{
  border-color: rgba(124,92,255,.55);
  background: linear-gradient(135deg, rgba(124,92,255,.95), rgba(124,92,255,.55));
}
.btn.primary:hover{background: linear-gradient(135deg, rgba(124,92,255,1), rgba(124,92,255,.62))}
.btn.ghost{
  border-color: rgba(34,197,94,.40);
  background: rgba(34,197,94,.12);
}
.btn.ghost:hover{background: rgba(34,197,94,.18)}

.mini-note{
  margin-top: 12px;
  display:flex; gap:10px; align-items:flex-start;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  color: rgba(243,246,255,.84);
}
.lock{filter: drop-shadow(0 8px 14px rgba(0,0,0,.35))}

.hero-right{position:relative}
.card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.glass{
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
}
.card-head{
  padding: 14px 14px 12px;
  border-bottom: 1px solid rgba(255,255,255,.10);
  display:flex; justify-content:space-between; align-items:flex-start; gap:12px;
}
.card-title{font-weight:900}
.card-actions{display:flex; gap:8px; flex-wrap:wrap; justify-content:flex-end}

.chip{
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(243,246,255,.82);
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 13px;
  cursor:pointer;
}
.chip.active{
  border-color: rgba(124,92,255,.55);
  background: rgba(124,92,255,.18);
}
.tabs{padding: 14px}
.tab{display:none}
.tab.active{display:block}

.table,.price-table{
  border-radius: 14px;
  background: rgba(0,0,0,.18);
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
}
.row{
  display:grid;
  grid-template-columns: 1.05fr 1.45fr .55fr;
  gap: 10px;
  padding: 12px 12px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.row.header{
  border-top: 0;
  background: rgba(255,255,255,.06);
  font-size: 12px;
  color: rgba(243,246,255,.72);
  font-weight: 700;
}
.ok{color: rgba(34,197,94,.95)}
.hint{margin-top:10px; color: rgba(243,246,255,.68); font-size: 13px}

.pricing-head{margin-bottom: 10px}
.pricing-title{font-weight: 900; font-size: 16px}
.pricing-sub{color: rgba(243,246,255,.70); font-size: 13px; margin-top: 2px}

.service-grid{
  display:grid;
  grid-template-columns: 1fr;
  gap:10px;
}
@media (min-width: 900px){
  .service-grid{grid-template-columns: 1fr 1fr 1fr;}
}
.svc{
  padding: 12px;
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
}
.svc-title{font-weight:900}
.svc-desc{color: rgba(243,246,255,.74); margin-top:4px; font-size: 13px}
.svc-meta{margin-top: 10px; display:flex; gap:8px; flex-wrap:wrap}

.section{padding: 22px 0}
.section-head{margin-bottom: 14px}
h2{margin: 0 0 6px; font-size: 22px}

.grid{
  display:grid; gap:14px;
  grid-template-columns: 1fr;
}
@media (min-width: 920px){
  .grid{grid-template-columns: repeat(3, 1fr);}
}
.item{
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,.25);
}
.thumb{height: 138px;}
.thumb.t1{background: linear-gradient(135deg, rgba(124,92,255,.90), rgba(34,197,94,.35));}
.thumb.t2{background: linear-gradient(135deg, rgba(34,197,94,.70), rgba(255,255,255,.12));}
.thumb.t3{background: linear-gradient(135deg, rgba(255,255,255,.12), rgba(124,92,255,.70));}
.item-body{padding: 12px}
.item-title{font-weight: 900}
.item-desc{color: rgba(243,246,255,.72); margin-top: 4px; font-size: 13px}
.item-meta{margin-top: 10px; display:flex; gap:8px; flex-wrap:wrap}

.tag{
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(243,246,255,.80);
}

.list{
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  overflow:hidden;
}
.list-row{
  display:grid;
  grid-template-columns: 1.15fr 1.55fr .35fr;
  gap:10px;
  padding: 12px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.list-row:first-child{border-top:0}
.status{
  display:inline-flex; align-items:center; justify-content:center;
  font-size:12px; padding: 4px 8px; border-radius: 999px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12);
  color: rgba(243,246,255,.78);
}
.status.ok{border-color: rgba(34,197,94,.45); background: rgba(34,197,94,.12); color: rgba(34,197,94,.95)}
.status.warn{border-color: rgba(124,92,255,.45); background: rgba(124,92,255,.14); color: rgba(243,246,255,.92)}

.faq details{
  border-radius: 14px;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  padding: 10px 12px;
  margin-bottom: 10px;
}
.faq summary{cursor:pointer; font-weight: 800}
.faq p{color: rgba(243,246,255,.74); margin: 10px 0 4px; line-height:1.6}

.contact{
  display:grid; gap:14px;
  grid-template-columns: 1fr;
}
@media (min-width: 980px){
  .contact{grid-template-columns: 1fr 1fr;}
}
.contact-card{
  border-radius: var(--radius);
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  padding: 14px;
  box-shadow: 0 18px 48px rgba(0,0,0,.25);
}
.contact-title{font-weight: 900; margin-bottom: 10px}
.contact-row{padding: 6px 0}
.tips{margin: 0; padding-left: 18px; color: rgba(243,246,255,.74); line-height:1.7}

.footer{
  margin-top: 18px;
  border-top: 1px solid rgba(255,255,255,.10);
  background: rgba(8,11,20,.50);
}
.footer-inner{
  display:flex; align-items:center; justify-content:space-between; gap:12px;
  padding: 14px 24px;
}
.footer-links{display:flex; gap:12px}
.footer-links a{color: rgba(243,246,255,.76)}
.footer-links a:hover{text-decoration: underline}

/* Decorative orbs */
.bg-orb{
  position:absolute; border-radius: 999px; filter: blur(18px);
  opacity: .85; pointer-events:none;
}
.orb1{width: 180px; height: 180px; left:-30px; bottom: -40px; background: rgba(124,92,255,.30)}
orb2{width: 220px; height: 220px; right:-60px; top: -40px; background: rgba(34,197,94,.22)}
.orb2{width: 220px; height: 220px; right:-60px; top: -40px; background: rgba(34,197,94,.22)}
