*{
  box-sizing:border-box
}

html{
  scroll-behavior:smooth
}

body{
  margin:0;
  background:#060a16;
  color:#f7f8fc;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  min-height:100vh
}


/* =====================================================
   HEADER
===================================================== */

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(6,10,22,.9);
  backdrop-filter:blur(18px);
  border-bottom:1px solid #202a43
}

.header-inner{
  width:min(1320px,94%);
  height:78px;
  margin:auto;
  display:flex;
  align-items:center;
  gap:30px
}

.brand{
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  color:#fff;
  min-width:250px
}

.logo{
  width:50px;
  height:50px;
  border-radius:15px;
  background:linear-gradient(135deg,#a33cff,#3f6cff);
  display:grid;
  place-items:center;
  font-size:29px;
  font-weight:950;
  box-shadow:0 10px 35px #703bff44
}

.brand-title{
  font-size:20px;
  font-weight:950;
  letter-spacing:-.5px
}

.brand-sub{
  font-size:10px;
  letter-spacing:.14em;
  color:#8792aa;
  margin-top:2px
}

.nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex:1
}

.nav a{
  padding:28px 16px;
  color:#c7cede;
  text-decoration:none;
  font-weight:800;
  font-size:14px;
  position:relative
}

.nav a:hover,
.nav a.active{
  color:#b56cff
}

.nav a.active:after{
  content:"";
  position:absolute;
  left:16px;
  right:16px;
  bottom:0;
  height:3px;
  background:linear-gradient(90deg,#9d42ff,#5d5bff);
  border-radius:8px
}

.header-actions{
  display:flex;
  align-items:center;
  gap:10px
}

.status-btn,
.mini-logo,
.icon-btn{
  border:1px solid #2b3855;
  background:#0b1222;
  color:#eaf0ff;
  text-decoration:none;
  border-radius:13px;
  height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:850
}

.status-btn{
  padding:0 18px
}

.mini-logo{
  width:48px;
  font-weight:950;
  background:#11182a
}

.mini-logo span{
  display:grid;
  place-items:center;
  width:25px;
  height:25px;
  border-radius:7px;
  background:linear-gradient(135deg,#8140ff,#446eff)
}

.icon-btn{
  display:none;
  width:48px;
  font-size:20px
}


/* =====================================================
   HERO
===================================================== */

.compact-hero{
  position:relative;
  overflow:hidden;
  border-bottom:1px solid #202a43;
  background:
    radial-gradient(
      circle at 80% 30%,
      #5f24b91f,
      transparent 34%
    ),
    radial-gradient(
      circle at 50% 120%,
      #2d64ff16,
      transparent 40%
    ),
    #070b18
}

.hero-inner{
  width:min(1320px,94%);
  margin:auto;
  min-height:365px;
  display:flex;
  align-items:center;
  position:relative;
  z-index:2
}

.hero-copy{
  padding:50px 0
}

.eyebrow,
.section-kicker{
  font-size:11px;
  letter-spacing:.22em;
  color:#aeb9d2;
  font-weight:900
}

.hero h1{
  font-size:clamp(54px,7vw,88px);
  line-height:.95;
  letter-spacing:-5px;
  margin:18px 0 20px
}

.hero h1 span{
  background:linear-gradient(90deg,#a83cff,#4d70ff);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent
}

.hero p{
  font-size:18px;
  color:#d1d7e5;
  margin:0 0 30px
}

.hero-points{
  display:flex;
  gap:18px;
  flex-wrap:wrap
}

.hero-points>div{
  display:flex;
  align-items:center;
  gap:10px
}

.hero-points b{
  width:40px;
  height:40px;
  border-radius:11px;
  display:grid;
  place-items:center;
  background:#7d32ff1c;
  color:#b66cff;
  font-size:22px
}

.hero-points div:nth-child(2) b{
  color:#5ba8ff;
  background:#168cff18
}

.hero-points div:nth-child(3) b{
  color:#4fe3a3;
  background:#19b87418
}

.hero-points strong,
.hero-points small{
  display:block
}

.hero-points strong{
  font-size:13px
}

.hero-points small{
  font-size:11px;
  color:#8994ab;
  margin-top:2px
}

.hero-actions{
  display:flex;
  gap:12px;
  margin-top:30px
}

.hero-btn{
  padding:13px 18px;
  border-radius:12px;
  text-decoration:none;
  font-weight:900;
  border:1px solid #35425f
}

.hero-btn.primary{
  background:linear-gradient(135deg,#7c31ff,#4268ff);
  color:#fff;
  box-shadow:0 12px 30px #703bff33
}

.hero-btn.ghost{
  background:#0d1425;
  color:#e8ecf7
}

.hero-btn span{
  margin-left:22px
}

.hero-glow{
  position:absolute;
  border-radius:50%;
  filter:blur(10px);
  opacity:.7
}

.hero-glow-one{
  width:380px;
  height:380px;
  right:8%;
  top:-120px;
  background:#7e37ff1c
}

.hero-glow-two{
  width:300px;
  height:300px;
  right:25%;
  bottom:-180px;
  background:#2d6cff16
}


/* =====================================================
   TRUST STRIP
===================================================== */

.trust-strip{
  width:min(1320px,94%);
  margin:22px auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid #273450;
  border-radius:18px;
  background:#0b1120;
  overflow:hidden
}

.trust-strip>div{
  padding:22px;
  display:grid;
  grid-template-columns:48px 1fr;
  column-gap:12px;
  align-items:center
}

.trust-strip>div+div{
  border-left:1px solid #202a43
}

.trust-strip i{
  grid-row:span 2;
  width:44px;
  height:44px;
  border-radius:13px;
  border:1px solid #7d45ff66;
  display:grid;
  place-items:center;
  color:#b36bff;
  font-style:normal;
  font-size:20px
}

.trust-strip b{
  font-size:14px
}

.trust-strip small{
  color:#8994ab
}


/* =====================================================
   STORE
===================================================== */

.store-layout{
  width:min(1320px,94%);
  margin:24px auto 60px;
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:22px
}

.toolbar{
  display:flex;
  gap:12px;
  margin-bottom:16px
}

.search-wrap{
  position:relative;
  flex:1
}

.search-wrap>span{
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  font-size:25px;
  color:#a45bff
}

.search{
  width:100%;
  height:54px;
  background:#0b1222;
  color:#fff;
  border:1px solid #293753;
  border-radius:14px;
  padding:0 18px 0 48px;
  font-size:15px;
  outline:none
}

.search:focus{
  border-color:#7f45ff;
  box-shadow:0 0 0 3px #7f45ff14
}

.count{
  min-width:190px;
  height:54px;
  border:1px solid #293753;
  background:#0b1222;
  border-radius:14px;
  display:grid;
  place-items:center;
  color:#e6eaf4;
  font-weight:850
}


/* =====================================================
   PRODUCTS
===================================================== */

.grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px
}

.card{
  background:linear-gradient(145deg,#0e1729,#0a1120);
  border:1px solid #283753;
  border-radius:17px;
  padding:16px;
  min-width:0;
  transition:.2s transform,.2s border-color,.2s box-shadow
}

.card:hover{
  transform:translateY(-3px);
  border-color:#7c43ff66;
  box-shadow:0 18px 45px #0005
}

.product-top{
  display:flex;
  align-items:center;
  gap:9px;
  min-height:52px
}

.product-image{
  width:50px;
  height:50px;
  border-radius:13px;
  object-fit:cover;
  background:#fff
}

.tag,
.popular{
  font-size:10px;
  font-weight:900;
  padding:6px 8px;
  border-radius:7px
}

.tag{
  background:#7434dc;
  color:#fff
}

.popular{
  margin-left:auto;
  background:#4d3b0c;
  color:#ffd83d;
  font-style:normal
}

.card h2{
  font-size:16px;
  line-height:1.25;
  margin:15px 0 8px
}

.desc{
  height:36px;
  color:#9aa6bc;
  font-size:12px;
  line-height:1.5;
  overflow:hidden
}

.price-row{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:8px;
  margin:16px 0 13px
}

.price{
  font-size:22px;
  font-weight:950;
  color:#a74fff
}

.stock{
  font-size:11px;
  white-space:nowrap
}

.stock.ok{
  color:#42d69b
}

.stock.out{
  color:#ff5a69
}

.buy{
  display:flex;
  gap:8px
}

.qty{
  display:flex;
  height:42px;
  border:1px solid #30405f;
  border-radius:11px;
  overflow:hidden;
  background:#080e1c
}

.qty button{
  width:30px;
  border:0;
  background:transparent;
  color:#dce3f2;
  font-size:18px
}

.qty input{
  width:30px;
  text-align:center;
  border:0;
  background:transparent;
  color:#fff;
  font-weight:800;
  outline:0
}

.buy-btn{
  flex:1;
  border:0;
  border-radius:11px;
  background:linear-gradient(135deg,#8134ff,#4b5df6);
  color:#fff;
  font-weight:900;
  cursor:pointer
}

.buy-btn:disabled{
  opacity:.35;
  cursor:not-allowed
}


/* =====================================================
   SIDEBAR
===================================================== */

.sidebar{
  display:flex;
  flex-direction:column;
  gap:14px
}

.side-card{
  background:#0c1424;
  border:1px solid #293753;
  border-radius:17px;
  padding:20px
}

.side-card h3{
  margin:0 0 18px;
  font-size:17px
}

.feature{
  display:flex;
  gap:12px;
  margin:15px 0
}

.feature i{
  flex:0 0 40px;
  height:40px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#7734ff1c;
  color:#bd7bff;
  font-style:normal
}

.feature b,
.feature small{
  display:block
}

.feature b{
  font-size:13px
}

.feature small{
  font-size:11px;
  color:#8994ab;
  margin-top:4px
}

.side-head{
  display:flex;
  align-items:center;
  justify-content:space-between
}

.side-head strong{
  font-size:26px
}

.pay-badges{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:8px;
  margin-top:16px
}

.pay-badges span{
  padding:11px;
  border-radius:9px;
  text-align:center;
  font-weight:900;
  background:#1689a9
}

.pay-badges span:nth-child(2){
  background:#3275d9
}

.pay-badges span:nth-child(3){
  background:#633bc2
}

.pay-badges span:nth-child(4){
  background:#df583e
}

.admin-btn{
  display:block;
  text-align:center;
  padding:13px;
  border-radius:10px;
  text-decoration:none;
  color:#fff;
  font-weight:900;
  background:linear-gradient(135deg,#3f50ed,#7331ec)
}


/* =====================================================
   INFO
===================================================== */

.info-section{
  width:min(1320px,94%);
  margin:0 auto 28px;
  padding:30px;
  border:1px solid #273450;
  border-radius:18px;
  background:#0b1221
}

.info-section h2{
  margin:8px 0 24px;
  font-size:25px
}

.steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px
}

.steps>div{
  padding:18px;
  border:1px solid #24314a;
  border-radius:14px;
  background:#09101d
}

.steps b{
  color:#a45cff;
  font-size:12px
}

.steps strong,
.steps small{
  display:block
}

.steps strong{
  margin:12px 0 5px
}

.steps small{
  color:#8d99b0;
  font-size:12px;
  line-height:1.5
}


/* =====================================================
   FAQ
===================================================== */

.faq-list details{
  border-top:1px solid #26324b;
  padding:16px 0
}

.faq-list summary{
  cursor:pointer;
  font-weight:800
}

.faq-list p{
  color:#909bb0
}


/* =====================================================
   MODAL
===================================================== */

.modal{
  position:fixed;
  inset:0;
  z-index:100;
  display:none
}

.modal.show{
  display:block
}

.modal-backdrop{
  position:absolute;
  inset:0;
  background:#02040bcc;
  backdrop-filter:blur(8px)
}

.modal-card{
  position:relative;
  width:min(480px,92%);
  margin:10vh auto 0;
  background:#0d1627;
  border:1px solid #354366;
  border-radius:20px;
  padding:26px;
  box-shadow:0 30px 90px #0009
}

.modal-close{
  position:absolute;
  right:14px;
  top:12px;
  background:transparent;
  border:0;
  color:#aeb8ca;
  font-size:28px
}

.modal-icon{
  width:48px;
  height:48px;
  border-radius:14px;
  background:#7737ff1c;
  color:#bc76ff;
  display:grid;
  place-items:center;
  font-size:21px;
  margin-bottom:16px
}

.modal-card h2{
  margin:7px 0
}

.modal-card p{
  color:#919cb1;
  font-size:13px
}

.modal-card label{
  display:block;
  margin-top:18px;
  font-weight:800;
  font-size:12px
}

.modal-card input{
  width:100%;
  height:48px;
  margin-top:8px;
  border-radius:11px;
  border:1px solid #31405f;
  background:#080e1c;
  color:#fff;
  padding:0 14px;
  outline:none
}

.checkout-summary{
  display:flex;
  justify-content:space-between;
  gap:10px;
  margin:16px 0;
  padding:13px;
  border:1px solid #26344f;
  border-radius:11px
}

.checkout-summary b{
  color:#a956ff
}

.modal-submit{
  width:100%;
  height:48px;
  border:0;
  border-radius:11px;
  background:linear-gradient(135deg,#8034ff,#4d61f5);
  color:#fff;
  font-weight:900
}

.privacy-note{
  display:block;
  text-align:center;
  color:#738099;
  margin-top:13px
}


/* =====================================================
   MOBILE NAV
===================================================== */

.mobile-nav{
  display:none
}


/* =====================================================
   ORDERS
===================================================== */

.orders-page{
  width:min(900px,94%);
  margin:45px auto 80px
}

.orders-hero{
  padding:35px;
  border:1px solid #293753;
  border-radius:20px;
  background:
    radial-gradient(
      circle at 90% 0,
      #7939ff18,
      transparent 35%
    ),
    #0b1221
}

.orders-hero h1{
  font-size:44px;
  margin:10px 0
}

.orders-hero p{
  color:#9aa6bc
}

.history-form{
  display:flex;
  gap:10px;
  margin:22px 0 10px
}

.history-form input{
  flex:1;
  height:52px;
  border-radius:12px;
  border:1px solid #30405f;
  background:#070d1b;
  color:#fff;
  padding:0 15px
}

.history-form button{
  border:0;
  border-radius:12px;
  background:linear-gradient(135deg,#8034ff,#4c61f5);
  color:#fff;
  font-weight:900;
  padding:0 20px
}

.orders-hero>small{
  color:#748098
}

.history-result{
  margin-top:18px;
  display:grid;
  gap:12px
}

.history-card{
  padding:20px;
  border:1px solid #293753;
  border-radius:17px;
  background:#0b1221;
  display:flex;
  justify-content:space-between;
  gap:20px
}

.status-pill{
  display:inline-block;
  font-size:10px;
  font-weight:900;
  padding:6px 9px;
  border-radius:99px
}

.status-pill.paid{
  background:#0c4b35;
  color:#6ef0b6
}

.status-pill.pending{
  background:#4c4012;
  color:#ffd965
}

.status-pill.canceled{
  background:#4c1821;
  color:#ff8592
}

.history-card h2{
  font-size:17px;
  margin:12px 0 6px
}

.history-card p{
  margin:0;
  color:#8793aa;
  font-size:12px
}

.history-meta{
  text-align:right;
  display:flex;
  flex-direction:column;
  gap:5px
}

.history-meta strong{
  font-size:21px;
  color:#a956ff
}

.history-meta small{
  color:#7d899f
}

.history-meta code{
  font-size:10px;
  color:#67748d
}


/* =====================================================
   PAYMENT
===================================================== */

.payment-page{
  width:min(720px,94%);
  margin:30px auto 70px
}

.payment-card{
  background:#0a1220;
  border:1px solid #2b3b59;
  border-radius:20px;
  overflow:hidden
}

.payment-head{
  padding:22px;
  display:flex;
  justify-content:space-between;
  border-bottom:1px solid #273650
}

.payment-head h1{
  font-size:28px;
  margin:8px 0
}

.dashboard-link{
  border:1px solid #2e3d5a;
  padding:12px;
  border-radius:10px;
  color:#dce4f2;
  text-decoration:none;
  height:max-content
}

.payment-header-title{
  font-weight:900;
  color:#a756ff
}

.payment-card #state{
  padding:22px
}

.payment-status{
  display:flex;
  gap:12px;
  align-items:center
}

.payment-status>span{
  color:#ffd04a
}

.payment-status small,
.success-large small{
  display:block;
  color:#8f9bb0;
  margin-top:3px
}

.pay-total,
.paid-total{
  text-align:center;
  margin:18px 0
}

.pay-total small,
.paid-total small{
  display:block;
  color:#8290a8
}

.pay-total strong,
.paid-total strong{
  display:block;
  font-size:34px;
  color:#a958ff;
  margin-top:5px
}

.qr-frame{
  display:grid;
  place-items:center;
  background:#fff;
  border-radius:16px;
  padding:12px;
  max-width:430px;
  margin:18px auto
}

.qr{
  display:block;
  width:min(390px,100%);
  height:auto
}

.pay-note{
  text-align:center;
  color:#8b97ac;
  font-size:12px;
  line-height:1.6
}

.payment-card #countdown{
  width:max-content;
  margin:14px auto;
  padding:10px 16px;
  border:1px solid #654c1c;
  background:#241d0b;
  border-radius:10px;
  text-align:center;
  color:#ffd65e
}

.payment-card #countdown small{
  display:block;
  color:#a99668;
  font-size:10px;
  margin-top:2px
}

.back-products{
  display:block;
  text-align:center;
  margin-top:18px;
  color:#a85cff;
  text-decoration:none;
  font-weight:800
}

.success-large{
  display:flex;
  gap:13px;
  align-items:center;
  padding:17px;
  border-radius:13px;
  background:#073626;
  border:1px solid #1f9e70;
  color:#69efb4
}

.success-large>span{
  font-size:26px
}

.paid-total code{
  display:block;
  color:#65738b;
  margin-top:4px;
  font-size:11px
}

.result{
  background:#070d19;
  border:1px solid #2a3954;
  border-radius:12px;
  padding:15px
}

.result-title{
  font-weight:900;
  margin-bottom:10px
}

.result pre{
  white-space:pre-wrap;
  word-break:break-word;
  font:12px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;
  color:#dce5f5;
  min-height:30px
}

.actions{
  display:flex;
  gap:10px;
  margin-top:12px
}

.actions>*{
  flex:1;
  text-align:center
}

.actions button,
.actions .button{
  height:45px;
  border:0;
  border-radius:10px;
  background:linear-gradient(135deg,#8034ff,#4e5ef1);
  color:#fff;
  font-weight:900;
  text-decoration:none;
  display:grid;
  place-items:center
}

.dashboard-full{
  display:block;
  text-align:center;
  border:1px solid #6d3be2;
  color:#bb7aff;
  text-decoration:none;
  padding:13px;
  border-radius:11px;
  margin-top:10px;
  font-weight:900
}

.pending,
.success,
.expired{
  padding:15px;
  border-radius:12px;
  text-align:center;
  font-weight:800
}

.expired{
  background:#3b1720;
  border:1px solid #812b3c;
  color:#ff9aa8
}

.expired small{
  display:block;
  color:#b77b84;
  margin-top:5px
}


/* =====================================================
   GENERAL
===================================================== */

.empty,
.loading{
  text-align:center;
  padding:45px;
  color:#aab2c5
}

.error{
  color:#ff9b9b
}


/* =====================================================
   FOOTER - FIXED CENTER
===================================================== */

footer{
  width:min(1320px,94%);
  margin:0 auto;
  padding:24px 0 40px;

  border-top:1px solid #1e2941;

  color:#7e8aa1;
  font-size:12px;

  display:flex;
  align-items:center;
  justify-content:center;

  text-align:center;
}

footer b{
  color:#a756ff;
  margin-left:4px
}


/* =====================================================
   HISTORY ACCOUNT DATA
===================================================== */

.history-main{
  min-width:0
}

.history-account{
  margin-top:16px;
  border:1px solid rgba(143,92,255,.28);
  background:rgba(6,10,24,.72);
  border-radius:16px;
  overflow:hidden
}

.history-account-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  border-bottom:1px solid rgba(143,92,255,.18);
  font-size:12px;
  letter-spacing:.5px
}

.history-account-head button{
  border:1px solid rgba(143,92,255,.45);
  background:rgba(124,58,237,.12);
  color:#cba8ff;
  border-radius:9px;
  padding:7px 10px;
  font-weight:800;
  cursor:pointer
}

.history-account pre{
  margin:0;
  padding:14px;
  white-space:pre-wrap;
  word-break:break-word;
  font:600 13px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;
  color:#dce5ff
}


/* =====================================================
   TABLET
===================================================== */

@media(max-width:1050px){

  .grid{
    grid-template-columns:repeat(
      2,
      minmax(0,1fr)
    )
  }

  .store-layout{
    grid-template-columns:1fr
  }

  .sidebar{
    display:grid;
    grid-template-columns:repeat(3,1fr)
  }

  .steps{
    grid-template-columns:repeat(2,1fr)
  }

}


/* =====================================================
   MOBILE
===================================================== */

@media(max-width:760px){

  body{
    padding-bottom:76px
  }

  .header-inner{
    height:72px;
    width:92%;
    gap:10px
  }

  .brand{
    min-width:0;
    flex:1
  }

  .logo{
    width:48px;
    height:48px
  }

  .brand-title{
    font-size:17px
  }

  .brand-sub{
    font-size:8px
  }

  .nav{
    position:absolute;
    top:72px;
    left:4%;
    right:4%;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:8px;
    background:#0c1425;
    border:1px solid #2a3957;
    border-radius:14px;
    box-shadow:0 20px 60px #0009
  }

  .nav.open{
    display:flex
  }

  .nav a{
    padding:14px;
    border-radius:9px
  }

  .nav a.active:after{
    display:none
  }

  .status-btn{
    display:none
  }

  .icon-btn{
    display:flex
  }

  .mini-logo{
    width:44px;
    height:44px
  }

  .hero-inner{
    min-height:420px;
    width:92%
  }

  .hero-copy{
    padding:40px 0
  }

  .hero h1{
    font-size:56px;
    letter-spacing:-3px
  }

  .hero p{
    font-size:15px;
    line-height:1.5
  }

  .hero-points{
    gap:10px
  }

  .hero-points>div{
    flex:1;
    min-width:30%
  }

  .hero-points b{
    width:35px;
    height:35px
  }

  .hero-points strong{
    font-size:11px
  }

  .hero-points small{
    font-size:9px
  }

  .hero-actions{
    display:grid;
    grid-template-columns:1fr 1fr
  }

  .hero-btn{
    font-size:12px;
    padding:13px 11px
  }

  .hero-btn span{
    margin-left:8px
  }

  .trust-strip{
    width:92%;
    grid-template-columns:1fr 1fr;
    margin:16px auto;
    border-radius:16px
  }

  .trust-strip>div{
    padding:15px;
    grid-template-columns:38px 1fr
  }

  .trust-strip>div+div{
    border-left:0
  }

  .trust-strip>div:nth-child(odd){
    border-right:1px solid #202a43
  }

  .trust-strip>div:nth-child(-n+2){
    border-bottom:1px solid #202a43
  }

  .trust-strip i{
    width:36px;
    height:36px
  }

  .trust-strip b{
    font-size:11px
  }

  .trust-strip small{
    font-size:9px
  }

  .store-layout{
    width:92%;
    margin-top:16px
  }

  .toolbar{
    display:block
  }

  .count{
    margin-top:10px;
    width:100%
  }

  .grid{
    grid-template-columns:1fr;
    gap:12px
  }

  .card{
    padding:15px
  }

  .product-image{
    width:48px;
    height:48px
  }

  .card h2{
    font-size:15px
  }

  .desc{
    height:auto;
    min-height:30px
  }

  .sidebar{
    display:flex
  }

  .side-card{
    padding:17px
  }

  .side-card h3{
    font-size:16px
  }

  .feature b{
    font-size:12px
  }

  .feature small{
    font-size:10px
  }

  .info-section{
    width:92%;
    padding:20px
  }

  .steps{
    grid-template-columns:1fr
  }

  .mobile-nav{
    position:fixed;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    left:0;
    right:0;
    bottom:0;
    height:68px;
    background:rgba(7,11,24,.96);
    backdrop-filter:blur(18px);
    border-top:1px solid #26334e;
    z-index:80;
    padding-bottom:env(safe-area-inset-bottom)
  }

  .mobile-nav a{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    gap:4px;
    color:#8390a7;
    text-decoration:none;
    font-weight:900;
    font-size:18px
  }

  .mobile-nav a span{
    font-size:9px
  }

  .mobile-nav a.active,
  .mobile-nav a:hover{
    color:#ad63ff
  }

  .modal-card{
    margin:5vh auto 0;
    padding:22px
  }

  .orders-page{
    width:92%;
    margin:25px auto 50px
  }

  .orders-hero{
    padding:22px
  }

  .orders-hero h1{
    font-size:36px
  }

  .history-form{
    display:grid
  }

  .history-form button{
    height:48px
  }

  .history-card{
    display:block
  }

  .history-meta{
    text-align:left;
    margin-top:15px;
    display:grid
  }

  .payment-page{
    width:94%;
    margin:16px auto 50px
  }

  .payment-head{
    padding:17px
  }

  .payment-head h1{
    font-size:23px
  }

  .dashboard-link{
    font-size:11px;
    padding:10px
  }

  .payment-card #state{
    padding:16px
  }

  .qr-frame{
    margin:14px auto;
    padding:8px
  }

  .pay-total strong,
  .paid-total strong{
    font-size:29px
  }

  .actions{
    display:grid
  }

  .actions>*{
    width:100%
  }

  .payment-header-title{
    font-size:11px
  }


  /* ================================================
     MOBILE FOOTER
  ================================================= */

  footer{
    width:92%;
    margin:0 auto;

    display:flex;
    align-items:center;
    justify-content:center;

    text-align:center;

    padding:24px 16px 95px;

    font-size:12px;
  }

  footer b{
    margin-left:4px
  }

  footer span{
    display:none;
    margin:0
  }

  .hero-glow-one{
    right:-100px
  }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:390px){

  .hero h1{
    font-size:48px
  }

  .hero-points{
    display:grid;
    grid-template-columns:1fr
  }

  .hero-actions{
    grid-template-columns:1fr
  }

  .brand-title{
    font-size:15px
  }

  .brand-sub{
    display:none
  }

}


/* =====================================================
   HISTORY ACCOUNT - MOBILE
===================================================== */

@media(max-width:700px){

  .history-card{
    display:block
  }

  .history-meta{
    margin-top:16px;
    text-align:left
  }

  .history-meta strong{
    display:block
  }

  .history-account pre{
    font-size:12px
  }

}