
:root{
  --bg:#f5f1e8;
  --bg-2:#fbf9f4;
  --text:#1f2520;
  --muted:#6f766e;
  --line:rgba(33,38,34,.08);
  --card:#ffffff;
  --gold:#c9a14a;
  --gold-2:#e7c980;
  --green:#1d604f;
  --green-soft:#e8f4ef;
  --shadow:0 18px 50px rgba(36,39,34,.08);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Vazirmatn",Tahoma,Arial,sans-serif;
  color:var(--text);
  background:linear-gradient(180deg,#f8f4ed 0%, #f5f1e8 100%);
}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input{font:inherit}
.container{width:min(1180px,calc(100% - 32px));margin-inline:auto}

.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(251,249,244,.82);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.header-inner{
  min-height:78px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:20px;
}
.brand{display:flex;align-items:center;gap:12px}
.brand-mark{
  width:48px;height:48px;border-radius:16px;
  display:grid;place-items:center;
  background:linear-gradient(145deg,#e8d3a0,#ba913f);
  color:#fff;font-weight:800;box-shadow:var(--shadow)
}
.brand-copy{display:grid}
.brand-copy strong{font-size:18px}
.brand-copy small{font-size:11px;color:var(--muted);letter-spacing:1px}
.main-nav{display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}
.main-nav a{font-size:14px;color:#454b45;position:relative;padding:8px 2px}
.main-nav a::after{
  content:"";position:absolute;right:0;bottom:0;width:0;height:2px;border-radius:99px;
  background:linear-gradient(90deg,var(--gold),var(--gold-2));transition:.25s
}
.main-nav a:hover::after{width:100%}
.header-actions{display:flex;gap:10px}
.nav-toggle{
  display:none;
  width:44px;height:44px;border:1px solid var(--line);
  border-radius:14px;background:#fff;
}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:0 22px;border-radius:16px;border:1px solid transparent;
  font-weight:700;transition:.25s;cursor:pointer
}
.btn.sm{min-height:42px;padding:0 16px;border-radius:14px}
.btn.full{width:100%}
.btn.primary{
  background:linear-gradient(145deg,var(--green),#2e7c68);
  color:#fff;box-shadow:0 12px 28px rgba(29,96,79,.18)
}
.btn.primary:hover{transform:translateY(-2px)}
.btn.ghost{
  background:rgba(255,255,255,.74);
  border-color:var(--line);
  color:var(--text)
}

.hero{padding:56px 0 36px}
.hero-grid{
  display:grid;grid-template-columns:1.05fr .95fr;gap:28px;align-items:center
}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  padding:8px 14px;border-radius:999px;
  background:var(--green-soft);color:var(--green);
  font-size:13px;font-weight:700
}
.hero-copy h1{
  margin:16px 0 12px;
  font-size:clamp(34px,5vw,62px);
  line-height:1.18;letter-spacing:-.4px
}
.hero-copy p{
  margin:0;max-width:620px;
  color:var(--muted);font-size:17px;line-height:2.1
}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}
.hero-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}
.hero-meta span{
  padding:10px 14px;border-radius:14px;background:#fff;border:1px solid var(--line);
  color:#4f554e;font-size:13px
}

.hero-visual{position:relative;min-height:460px}
.visual-card.large{
  height:100%;min-height:440px;padding:28px;border-radius:36px;
  background:
    radial-gradient(circle at 78% 18%, rgba(201,161,74,.22), transparent 20%),
    radial-gradient(circle at 24% 85%, rgba(29,96,79,.14), transparent 22%),
    linear-gradient(180deg,#faf7f1,#f1ece1);
  border:1px solid rgba(33,38,34,.06);
  box-shadow:var(--shadow);
  position:relative;overflow:hidden
}
.coin-stack{
  position:absolute;left:24px;bottom:28px;display:flex;flex-direction:column;gap:10px
}
.coin-stack span{
  width:120px;height:34px;border-radius:999px;
  background:linear-gradient(145deg,#eacb84,#bb9442);
  box-shadow:0 10px 18px rgba(201,161,74,.20)
}
.visual-content{position:absolute;top:34px;right:28px;max-width:300px}
.visual-content small{display:block;color:#897f6b}
.visual-content h3{font-size:34px;line-height:1.35;margin:10px 0}
.visual-content p{color:#6d746c;line-height:2}
.floating-card{
  position:absolute;right:24px;bottom:24px;
  min-width:235px;padding:18px 18px 16px;border-radius:24px;
  background:rgba(255,255,255,.86);backdrop-filter:blur(16px);
  border:1px solid rgba(33,38,34,.06);box-shadow:var(--shadow)
}
.floating-card span{display:block;color:#6e766d;font-size:13px}
.floating-card strong{display:block;font-size:26px;margin:8px 0;color:var(--green)}
.floating-card small{color:#8b928b}

.prices-section{padding:30px 0}
.section-head{
  display:flex;align-items:end;justify-content:space-between;gap:18px;
  margin-bottom:18px
}
.section-head h2{margin:8px 0 0;font-size:30px}
.section-head p{margin:0;color:var(--muted);line-height:1.9}
.section-head.centered{display:block;text-align:center}
.section-head.centered p{max-width:700px;margin:10px auto 0}

.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price-box{
  background:var(--card);border:1px solid var(--line);border-radius:28px;
  box-shadow:var(--shadow);padding:22px;display:flex;gap:16px;align-items:center
}
.price-icon{
  width:60px;height:60px;border-radius:20px;display:grid;place-items:center;
  font-weight:800;color:#fff;font-size:18px
}
.price-box.gold .price-icon{background:linear-gradient(145deg,#e4c06f,#ba913f)}
.price-box.silver .price-icon{background:linear-gradient(145deg,#9ca6af,#707c84)}
.price-box.compare .price-icon{display:none}
.price-copy b{display:block;font-size:16px}
.price-copy strong{display:block;font-size:28px;color:var(--green);margin:8px 0}
.price-copy span{color:var(--muted);line-height:1.9;font-size:14px}

.content-section{padding:30px 0}
.content-section.alt{background:linear-gradient(180deg,rgba(255,255,255,.35),rgba(255,255,255,0))}
.card-split{
  display:grid;grid-template-columns:1fr 1fr;gap:22px;align-items:center
}
.card-split.reverse .content-panel{order:2}
.content-copy h2{font-size:30px;margin:8px 0 14px}
.content-copy p{color:var(--muted);line-height:2.1;margin:0 0 16px}
.feature-list{margin:0;padding:0;list-style:none;display:grid;gap:10px}
.feature-list li{
  padding:12px 14px;border-radius:16px;background:#fff;border:1px solid var(--line)
}
.content-panel{
  min-height:320px;border-radius:32px;padding:26px;background:
  linear-gradient(180deg,#faf7f1,#f1ece1);border:1px solid var(--line);box-shadow:var(--shadow)
}
.mini-trade-card{
  height:100%;border-radius:28px;background:rgba(255,255,255,.82);border:1px solid var(--line);
  padding:26px;display:flex;flex-direction:column;justify-content:center;gap:10px
}
.mini-trade-card.soft{background:rgba(236,246,241,.92)}
.mini-trade-card small{color:#7a7f79}
.mini-trade-card strong{font-size:30px}
.mini-trade-card p{color:var(--muted);line-height:2}

.feature-section{padding:34px 0}
.feature-cards{
  display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:20px
}
.feature-cards article{
  background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:26px;
  padding:22px;display:grid;gap:10px
}
.feature-cards i{font-style:normal;font-size:26px}
.feature-cards b{font-size:18px}
.feature-cards span{color:var(--muted);line-height:1.9}

.preview-section{padding-top:24px}
.dashboard-shot-wrap{
  background:linear-gradient(180deg,#faf7f1,#f1ece1);border:1px solid var(--line);
  box-shadow:var(--shadow);border-radius:34px;padding:18px
}
.dashboard-shot{
  width:100%;border-radius:26px;border:1px solid rgba(33,38,34,.06);box-shadow:0 12px 30px rgba(0,0,0,.08)
}

.faq-section{padding:36px 0 44px}
.faq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.faq-grid article{
  background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:20px
}
.faq-grid b{display:block;font-size:17px;margin-bottom:10px}
.faq-grid p{margin:0;color:var(--muted);line-height:2}

.site-footer{
  margin-top:20px;padding:34px 0 44px;
  border-top:1px solid var(--line);background:rgba(255,255,255,.56)
}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:18px}
.footer-grid b{display:block;font-size:18px;margin-bottom:12px}
.footer-grid p,.footer-grid span,.footer-grid a{display:block;color:var(--muted);line-height:2}

/* dashboard */
.dashboard-body{background:linear-gradient(180deg,#f8f4ed,#f0eadf)}
.dashboard-shell{
  width:min(420px,100%);margin:0 auto;padding:18px 16px 100px;min-height:100vh;position:relative
}
.dash-top{
  display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:18px
}
.icon-btn{
  width:44px;height:44px;border-radius:15px;border:1px solid var(--line);background:#fff
}
.dash-brand{display:flex;align-items:center;gap:10px}
.dash-brand b{display:block}
.dash-brand small{display:block;color:var(--muted)}
.dash-balance{
  border-radius:30px;padding:22px;background:
  radial-gradient(circle at 20% 20%, rgba(201,161,74,.20), transparent 18%),
  linear-gradient(180deg,#faf7f1,#f1ece1);
  border:1px solid var(--line);box-shadow:var(--shadow);
  display:flex;align-items:center;justify-content:space-between;gap:14px
}
.dash-balance-copy span{color:#7c837c;font-size:13px}
.dash-balance-copy strong{display:block;font-size:28px;margin:8px 0;color:var(--green)}
.dash-balance-copy small{color:#8a9089}
.dash-balance-visual{position:relative;width:100px;height:82px}
.gold-chip{
  position:absolute;display:grid;place-items:center;border-radius:20px;
  background:linear-gradient(145deg,#e4c06f,#ba913f);color:#fff;font-weight:800;box-shadow:var(--shadow)
}
.gold-chip.one{width:78px;height:52px;left:0;top:26px}
.gold-chip.two{width:84px;height:56px;left:24px;top:0}
.dash-cards{display:grid;gap:14px;margin-top:18px}
.dash-card{
  background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:18px;
  display:flex;align-items:center;justify-content:space-between;gap:14px
}
.dash-card small{display:block;color:var(--muted)}
.dash-card b{display:block;font-size:22px;margin-top:6px}
.quick-grid{
  display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px
}
.quick-grid a{
  background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:20px;padding:18px 10px;
  display:grid;place-items:center;gap:8px;text-align:center
}
.quick-grid i{font-style:normal;font-size:22px}
.quick-grid span{font-size:14px}
.dash-info{
  margin-top:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:24px;padding:18px
}
.dash-info h2{font-size:20px;margin:0 0 12px}
.info-list{display:grid;gap:12px}
.info-list div{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-bottom:1px solid var(--line)}
.info-list div:last-child{border-bottom:0}
.info-list span{color:var(--muted)}
.mobile-nav{
  position:fixed;left:50%;bottom:14px;transform:translateX(-50%);
  width:min(420px,calc(100% - 24px));
  background:rgba(255,255,255,.88);backdrop-filter:blur(16px);
  border:1px solid var(--line);box-shadow:var(--shadow);
  border-radius:22px;padding:10px 12px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;z-index:50
}
.mobile-nav a{display:grid;place-items:center;gap:6px;padding:10px 4px;border-radius:14px;color:#707570}
.mobile-nav a.active{background:var(--green-soft);color:var(--green);font-weight:700}
.mobile-nav i{font-style:normal}

@media (max-width:1100px){
  .price-grid,.feature-cards,.faq-grid{grid-template-columns:1fr 1fr}
  .hero-grid,.card-split,.footer-grid{grid-template-columns:1fr}
  .hero-visual{min-height:340px}
  .header-inner{grid-template-columns:auto auto auto}
  .main-nav{position:fixed;top:79px;right:16px;left:16px;background:rgba(255,255,255,.96);border:1px solid var(--line);box-shadow:var(--shadow);padding:16px;border-radius:24px;display:none;flex-direction:column;align-items:flex-start}
  .main-nav.is-open{display:flex}
  .nav-toggle{display:grid;place-items:center}
  .header-actions{display:none}
}
@media (max-width:720px){
  .container{width:min(100% - 24px,1180px)}
  .hero{padding:34px 0 22px}
  .hero-copy h1{font-size:34px}
  .hero-copy p{font-size:15px}
  .visual-card.large{min-height:300px;padding:20px}
  .visual-content{position:static;max-width:none}
  .coin-stack{left:18px;bottom:18px}
  .price-grid,.feature-cards,.faq-grid,.quick-grid{grid-template-columns:1fr}
  .section-head{display:block}
  .section-head p{margin-top:10px}
  .content-copy h2,.section-head h2{font-size:24px}
  .main-nav a{font-size:15px}
  .floating-card{position:static;margin-top:14px}
  .hero-visual{min-height:auto}
}


/* Ahoragold v3: two-by-two card layout + silver coming soon */
.price-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

.price-box.compare{
  grid-column:1 / -1;
}

.feature-cards{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
}

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

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

.price-box.silver strong,
.dash-card.silver b{
  color:#8b8f89 !important;
  font-size:24px;
}

.price-box.silver{
  opacity:.92;
}

@media(max-width:720px){
  .price-grid,
  .feature-cards,
  .faq-grid,
  .quick-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px;
  }

  .price-box{
    align-items:flex-start;
    padding:16px;
    gap:12px;
  }

  .price-icon{
    width:46px;
    height:46px;
    border-radius:16px;
    font-size:15px;
  }

  .price-copy strong{
    font-size:20px;
  }

  .feature-cards article,
  .faq-grid article{
    padding:16px;
    border-radius:20px;
  }

  .feature-cards b,
  .faq-grid b{
    font-size:15px;
  }

  .feature-cards span,
  .faq-grid p{
    font-size:12px;
    line-height:1.8;
  }

  .quick-grid a{
    min-height:104px;
    padding:14px 8px;
  }
}

@media(max-width:430px){
  .price-grid,
  .feature-cards,
  .faq-grid,
  .quick-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}


/* Ahoragold v4: dashboard buttons exactly two-by-two */
.quick-grid,
.app-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
}

.quick-grid a,
.app-grid a{
  min-height:116px !important;
  border-radius:24px !important;
}

.dashboard-shell,
.ag-app{
  padding-bottom:138px !important;
}

/* Bottom menu should not cover last cards */
.mobile-nav,
.bottom-nav{
  bottom:18px !important;
  z-index:90 !important;
}

/* Better mobile spacing */
@media(max-width:720px){
  .quick-grid,
  .app-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  .quick-grid a,
  .app-grid a{
    min-height:112px !important;
    padding:16px 10px !important;
  }
}

@media(max-width:380px){
  .quick-grid a,
  .app-grid a{
    min-height:104px !important;
    border-radius:20px !important;
  }
}


/* Ahoragold v6: remove note/preview, compact elegant sizing */
.price-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  max-width:860px;
  margin-inline:auto;
}

.price-box.compare{
  display:none !important;
}

.header-actions .btn.ghost,
a[href="dashboard.html"].ghost.sm{
  display:none !important;
}

.hero{
  padding:34px 0 22px !important;
}

.hero-grid{
  grid-template-columns:1fr .78fr !important;
  gap:22px !important;
}

.hero-copy h1{
  font-size:clamp(30px,3.8vw,48px) !important;
  line-height:1.25 !important;
}

.hero-copy p{
  font-size:15px !important;
  line-height:2 !important;
  max-width:560px !important;
}

.hero-visual{
  min-height:330px !important;
}

.visual-card.large{
  min-height:320px !important;
  border-radius:30px !important;
}

.visual-content h3{
  font-size:26px !important;
}

.coin-stack span{
  width:92px !important;
  height:26px !important;
}

.floating-card{
  min-width:210px !important;
  padding:14px 16px !important;
  border-radius:20px !important;
}

.floating-card strong{
  font-size:21px !important;
}

.prices-section{
  padding:18px 0 !important;
}

.section-head{
  margin-bottom:14px !important;
}

.section-head h2{
  font-size:25px !important;
}

.price-box{
  padding:16px !important;
  border-radius:22px !important;
}

.price-icon{
  width:50px !important;
  height:50px !important;
  border-radius:17px !important;
}

.price-copy strong{
  font-size:22px !important;
}

.content-section{
  padding:20px 0 !important;
}

.card-split{
  gap:16px !important;
}

.content-panel{
  min-height:240px !important;
  padding:18px !important;
  border-radius:26px !important;
}

.mini-trade-card{
  border-radius:22px !important;
  padding:20px !important;
}

.mini-trade-card strong{
  font-size:24px !important;
}

.feature-section{
  padding:22px 0 !important;
}

.feature-cards{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  max-width:900px;
  margin-inline:auto;
}

.feature-cards article{
  padding:18px !important;
  border-radius:22px !important;
}

.preview-section .card-split{
  grid-template-columns:.95fr 1.05fr !important;
}

.dashboard-shot-wrap{
  padding:12px !important;
  border-radius:26px !important;
}

.dashboard-shot{
  border-radius:20px !important;
}

.faq-section{
  padding:26px 0 34px !important;
}

.faq-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  max-width:900px;
  margin-inline:auto;
}

.site-footer{
  padding:26px 0 34px !important;
}

/* Dashboard compact */
.dashboard-shell{
  width:min(390px,100%) !important;
  padding:14px 14px 130px !important;
}

.dash-top{
  margin-bottom:12px !important;
}

.icon-btn{
  width:40px !important;
  height:40px !important;
  border-radius:14px !important;
}

.dash-balance{
  border-radius:24px !important;
  padding:18px !important;
}

.dash-balance-copy strong{
  font-size:23px !important;
}

.dash-card{
  border-radius:20px !important;
  padding:14px !important;
}

.dash-card b{
  font-size:18px !important;
}

.quick-grid,
.app-grid{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}

.quick-grid a,
.app-grid a{
  min-height:92px !important;
  padding:13px 8px !important;
  border-radius:18px !important;
}

.quick-grid i,
.app-grid i{
  font-size:20px !important;
}

.quick-grid span,
.app-grid b{
  font-size:13px !important;
}

.mobile-nav,
.bottom-nav{
  height:auto !important;
  min-height:70px !important;
  border-radius:22px !important;
}

@media(max-width:1100px){
  .hero-grid{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:720px){
  .hero{
    padding:24px 0 14px !important;
  }

  .hero-copy h1{
    font-size:29px !important;
  }

  .hero-copy p{
    font-size:14px !important;
  }

  .hero-actions{
    gap:8px !important;
  }

  .btn{
    min-height:43px !important;
    padding:0 16px !important;
    border-radius:14px !important;
    font-size:13px !important;
  }

  .hero-visual{
    min-height:260px !important;
  }

  .visual-card.large{
    min-height:245px !important;
    border-radius:24px !important;
  }

  .visual-content h3{
    font-size:21px !important;
  }

  .visual-content p{
    font-size:12px !important;
  }

  .price-grid,
  .feature-cards,
  .faq-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }

  .price-box{
    padding:13px !important;
    border-radius:18px !important;
    display:grid !important;
    grid-template-columns:42px 1fr !important;
  }

  .price-icon{
    width:42px !important;
    height:42px !important;
    border-radius:14px !important;
    font-size:13px !important;
  }

  .price-copy b{
    font-size:13px !important;
  }

  .price-copy strong{
    font-size:16px !important;
    margin:4px 0 !important;
  }

  .price-copy span{
    font-size:11px !important;
  }

  .section-head h2{
    font-size:22px !important;
  }

  .feature-cards article,
  .faq-grid article{
    padding:14px !important;
    border-radius:18px !important;
  }

  .feature-cards i{
    font-size:20px !important;
  }

  .feature-cards b,
  .faq-grid b{
    font-size:13px !important;
  }

  .feature-cards span,
  .faq-grid p{
    font-size:11px !important;
    line-height:1.7 !important;
  }

  .preview-section .card-split{
    grid-template-columns:1fr !important;
  }

  .dashboard-shot-wrap{
    max-width:330px !important;
    margin-inline:auto !important;
  }
}

@media(max-width:390px){
  .price-grid,
  .feature-cards,
  .faq-grid,
  .quick-grid,
  .app-grid{
    gap:8px !important;
  }

  .quick-grid a,
  .app-grid a{
    min-height:86px !important;
  }
}
