/* GiftDooni — Clean White + Blue */
:root{
  --bg:#f5f8ff;
  --surface:#ffffff;
  --text:#0f172a;
  --muted:#64748b;
  --line:#e2e8f0;
  --brand:#2563eb;
  --brand2:#3b82f6;
  --brand-soft:#eff6ff;
  --brand-soft-2:#dbeafe;
  --tg:#2aabee;
  --tg2:#1e96d1;
  --ok:#059669;
  --radius:18px;
  --shadow:0 10px 30px rgba(37,99,235,.08);
  --shadow2:0 18px 50px rgba(15,23,42,.08);
  --container:1120px;
  --font:"Vazirmatn",Tahoma,sans-serif;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;font-family:var(--font);color:var(--text);line-height:1.75;
  background:
    radial-gradient(ellipse 80% 45% at 50% -10%, rgba(59,130,246,.14), transparent 55%),
    var(--bg);
  min-height:100vh;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
.container{width:min(100% - 2rem,var(--container));margin-inline:auto}

/* top */
.topbar{
  background:linear-gradient(90deg,#1d4ed8,#2563eb 45%,#0ea5e9);
  color:#fff;font-size:.86rem;font-weight:800;text-align:center;
}
.topbar .container{padding:.55rem 1rem;font-size:clamp(.72rem,1.6vw,.86rem);line-height:1.6}

/* header */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.9);backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(37,99,235,.08);
}
.site-header.is-scrolled{box-shadow:0 8px 24px rgba(15,23,42,.06)}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:74px}
.logo{display:inline-flex;align-items:center;gap:.7rem;font-weight:900}
.logo-mark{
  width:44px;height:44px;border-radius:14px;overflow:hidden;display:grid;place-items:center;
  background:linear-gradient(145deg,#3b82f6,#1d4ed8);color:#fff;font-size:.8rem;font-weight:900;
  box-shadow:0 8px 20px rgba(37,99,235,.25);flex-shrink:0;
}
.logo-mark img{width:100%;height:100%;object-fit:cover}
.nav{display:none;gap:.15rem;align-items:center}
.nav a{padding:.5rem .85rem;border-radius:12px;color:var(--muted);font-weight:700;font-size:.92rem}
.nav a:hover,.nav a.active{color:var(--brand);background:var(--brand-soft)}
.header-actions{display:flex;gap:.5rem;align-items:center}
.menu-btn{width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text);cursor:pointer}

/* buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:0;border-radius:14px;padding:.8rem 1.2rem;font-weight:900;cursor:pointer;transition:.18s;white-space:nowrap}
.btn:hover{transform:translateY(-1px)}
.btn-tg{background:linear-gradient(180deg,var(--tg),var(--tg2));color:#fff;box-shadow:0 12px 26px rgba(42,171,238,.28)}
.btn-brand{background:linear-gradient(135deg,var(--brand2),var(--brand));color:#fff;box-shadow:0 12px 26px rgba(37,99,235,.28)}
.btn-outline{background:#fff;border:1px solid #bfdbfe;color:var(--text)}
.btn-outline:hover{background:var(--brand-soft);color:var(--brand);border-color:#93c5fd}
.btn-lg{padding:.95rem 1.4rem;font-size:1rem;border-radius:16px}
.btn-block{width:100%}
.btn-sm{padding:.55rem .9rem;font-size:.86rem;border-radius:12px}

/* social proof */
.social-proof{border-bottom:1px solid var(--line);background:#fff}
.social-proof-inner{display:flex;align-items:center;justify-content:center;gap:.65rem;padding:.65rem 1rem;font-size:.88rem;font-weight:800;color:#1e40af}
#socialProofText{transition:opacity .2s ease}
.pulse-dot{width:10px;height:10px;border-radius:999px;background:var(--ok);box-shadow:0 0 0 0 rgba(5,150,105,.5);animation:pulse 1.8s infinite}
@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(5,150,105,.45)}70%{box-shadow:0 0 0 12px rgba(5,150,105,0)}100%{box-shadow:0 0 0 0 rgba(5,150,105,0)}}

/* hero text-only */
.hero{padding:2.8rem 0 1.4rem}
.hero-copy{
  max-width:820px;margin:0 auto;text-align:center;
  background:#fff;border:1px solid var(--line);border-radius:28px;
  padding:2.2rem 1.4rem 1.8rem;box-shadow:var(--shadow2);
}
.badge{
  display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .85rem;border-radius:999px;
  background:var(--brand-soft);border:1px solid #bfdbfe;color:#1d4ed8;font-size:.82rem;font-weight:800;
}
.hero h1{
  margin:.9rem 0 .55rem;font-size:clamp(1.85rem,4.6vw,3rem);line-height:1.25;font-weight:900;letter-spacing:-.03em;
}
.hero-sub{margin:0 0 .9rem;font-size:clamp(1.05rem,2.3vw,1.3rem);font-weight:900;color:var(--brand)}
.lead{color:var(--muted);font-size:1.04rem;margin:0 auto;max-width:40rem}
.hero-cta{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.3rem;justify-content:center}
.chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.15rem;justify-content:center}
.chip{
  font-size:.78rem;font-weight:700;color:#334155;border:1px solid var(--line);
  background:#fff;border-radius:999px;padding:.4rem .75rem;
}

/* sections */
.section{padding:3.4rem 0}
.section-head{text-align:center;max-width:42rem;margin:0 auto 1.8rem}
.section-head .eye{color:var(--brand);font-weight:900;font-size:.9rem}
.section-head h2{margin:.35rem 0;font-size:clamp(1.55rem,3vw,2.2rem);font-weight:900}
.section-head p{margin:0;color:var(--muted)}
.grid-3,.grid-2{display:grid;gap:1rem}

/* products */
.product{
  background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;
  box-shadow:0 6px 20px rgba(15,23,42,.04);display:flex;flex-direction:column;transition:.2s ease;
}
.product:hover{transform:translateY(-3px);border-color:#93c5fd;box-shadow:var(--shadow)}
.product-banner{position:relative;aspect-ratio:16/9;overflow:hidden;background:#eff6ff}
.product-banner img{width:100%;height:100%;object-fit:cover}
.product-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 40%,rgba(15,23,42,.55))}
.product-body{padding:1.15rem 1.2rem 1.25rem;display:flex;flex-direction:column;flex:1;gap:.35rem}
.product-body .tag{
  position:absolute;top:1rem;right:1rem;z-index:2;
  background:rgba(255,255,255,.92);border:1px solid #bfdbfe;color:#1d4ed8;
  border-radius:999px;padding:.28rem .7rem;font-size:.72rem;font-weight:900;
}
.product h3{margin:0;font-size:1.18rem;font-weight:900}
.product .en{color:var(--brand);font-size:.8rem;font-weight:800}
.product p{margin:.35rem 0 .5rem;color:var(--muted);font-size:.93rem}
.product ul{list-style:none;padding:0;margin:0 0 .9rem;flex:1}
.product li{display:flex;gap:.45rem;color:#475569;font-size:.88rem;font-weight:700;margin-bottom:.35rem}
.product li::before{content:"✦";color:var(--brand)}
.product-actions{display:grid;gap:.5rem}
.meta-row{display:flex;flex-wrap:wrap;gap:.45rem;margin:.35rem 0 .7rem}
.meta-row span{
  font-size:.78rem;font-weight:800;color:#1e40af;border:1px solid #bfdbfe;
  background:var(--brand-soft);border-radius:999px;padding:.32rem .65rem;
}
.mid-cta{display:flex;justify-content:center;margin-top:1.5rem}

/* cards */
.card{
  background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  padding:1.2rem;box-shadow:0 6px 18px rgba(15,23,42,.04);transition:.2s;
}
.card:hover{border-color:#93c5fd;transform:translateY(-2px)}
.card h3{margin:.2rem 0 .35rem;font-size:1.05rem;font-weight:900}
.card p{margin:0;color:var(--muted);font-size:.93rem}

.icon{
  width:44px;height:44px;border-radius:14px;display:grid;place-items:center;color:#fff;font-size:1.1rem;
  box-shadow:0 8px 16px rgba(37,99,235,.18);
}
.i-star{background:linear-gradient(135deg,#60a5fa,#2563eb)}
.i-crown{background:linear-gradient(135deg,#818cf8,#4f46e5)}
.i-gift{background:linear-gradient(135deg,#38bdf8,#0284c7)}
.i-ok{background:linear-gradient(135deg,#34d399,#059669)}
.i-fast{background:linear-gradient(135deg,#38bdf8,#2563eb)}
.i-pay{background:linear-gradient(135deg,#2dd4bf,#0f766e)}
.i-sup{background:linear-gradient(135deg,#60a5fa,#1d4ed8)}

/* why combined */
.why-large{display:grid;gap:1rem}
.why-card{
  background:#fff;border:1px solid var(--line);border-radius:22px;padding:1.4rem;
  box-shadow:0 8px 24px rgba(15,23,42,.04);transition:.2s;
}
.why-card:hover{transform:translateY(-3px);border-color:#93c5fd}
.why-icon{font-size:1.8rem;margin-bottom:.45rem}
.why-card h3{margin:0 0 .4rem;font-size:1.15rem;font-weight:900}
.why-card p{margin:0;color:var(--muted)}
.why-extra{
  display:grid;gap:.7rem;margin-top:1rem;
  grid-template-columns:1fr;
}
.why-extra .mini{
  background:var(--brand-soft);border:1px solid #bfdbfe;border-radius:16px;padding:.9rem 1rem;
}
.why-extra .mini strong{display:block;margin-bottom:.2rem;color:#1e40af}
.why-extra .mini span{color:var(--muted);font-size:.9rem;font-weight:600}

/* steps */
.steps{display:grid;gap:.85rem}
.step{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:1.25rem 1rem;text-align:center;
  box-shadow:0 6px 16px rgba(15,23,42,.03);
}
.step-icon{
  width:58px;height:58px;margin:0 auto .65rem;border-radius:18px;display:grid;place-items:center;
  font-size:1.4rem;font-weight:900;color:#fff;
  background:linear-gradient(145deg,#60a5fa,#2563eb);
  box-shadow:0 10px 20px rgba(37,99,235,.22);
}
.step h3{margin:.25rem 0;font-size:1rem}
.step p{margin:0;color:var(--muted);font-size:.9rem}

/* stats */
.stats{
  display:grid;grid-template-columns:repeat(2,1fr);gap:.8rem;padding:1.2rem;border-radius:22px;
  border:1px solid #bfdbfe;background:linear-gradient(135deg,#fff,#eff6ff);box-shadow:var(--shadow);
}
.stat{text-align:center}
.stat b{display:block;font-size:clamp(1.3rem,3vw,1.8rem);font-weight:900;color:var(--brand)}
.stat span{color:var(--muted);font-size:.82rem;font-weight:700}

/* testimonials */
.testimonials{display:grid;gap:.85rem}
.t-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:1.2rem}
.t-card .stars{color:#f59e0b;letter-spacing:.08em;margin-bottom:.45rem}
.t-card p{margin:0 0 .7rem;color:#475569;font-weight:600}
.t-card strong{color:var(--text)}

/* faq */
.faq{max-width:46rem;margin:0 auto;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:var(--shadow)}
.faq-item+.faq-item{border-top:1px solid var(--line)}
.faq-q{width:100%;text-align:right;background:0;border:0;color:var(--text);padding:1.05rem 1.15rem;display:flex;justify-content:space-between;gap:1rem;cursor:pointer;font-weight:800}
.faq-q span{color:var(--brand);transition:.2s}
.faq-item.open .faq-q span{transform:rotate(180deg)}
.faq-a{display:none;padding:0 1.15rem 1.05rem;color:var(--muted);font-size:.94rem}
.faq-item.open .faq-a{display:block}

/* cta */
.cta{
  border-radius:24px;padding:2.1rem 1.25rem;text-align:center;border:1px solid #bfdbfe;
  background:linear-gradient(135deg,#fff,#eff6ff);box-shadow:var(--shadow);
}
.cta h2{margin:0 0 .45rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:900}
.cta p{margin:0 0 1.1rem;color:var(--muted)}
.cta-strong{border-color:#93c5fd}

/* page */
.page-hero{padding:2rem 0 1rem}
.breadcrumb{color:var(--muted);font-size:.86rem;font-weight:700;margin-bottom:.8rem}
.breadcrumb a:hover{color:var(--brand)}
.page-hero h1{margin:0 0 .5rem;font-size:clamp(1.7rem,3vw,2.4rem);font-weight:900}
.page-banner{
  border-radius:22px;overflow:hidden;border:1px solid var(--line);
  box-shadow:var(--shadow);margin-bottom:1.25rem;background:#eff6ff;
}
.page-banner img{width:100%;height:auto;display:block}
.notice{
  background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;
  border-radius:14px;padding:.8rem 1rem;font-size:.86rem;font-weight:700;margin-top:1rem;
}

/* forms */
.form{display:grid;gap:.9rem}
label{display:block;margin-bottom:.3rem;font-size:.9rem;font-weight:800}
input,textarea,select{
  width:100%;border:1px solid #cbd5e1;border-radius:14px;background:#fff;color:var(--text);
  padding:.78rem .9rem;outline:0;
}
input:focus,textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 4px rgba(37,99,235,.12)}
.alert{padding:.8rem 1rem;border-radius:12px;font-weight:700;font-size:.92rem}
.alert-ok{background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}
.alert-err{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}
.contact-only{max-width:720px;margin:0 auto}

/* footer */
.site-footer{margin-top:2rem;background:#fff;border-top:1px solid var(--line);padding:2.5rem 0 1.2rem}
.footer-grid{display:grid;gap:1.5rem}
.footer-grid h4{margin:0 0 .7rem;font-weight:900}
.footer-grid a{display:block;color:var(--muted);font-weight:600;font-size:.9rem;margin-bottom:.4rem}
.footer-grid a:hover{color:var(--brand)}
.footer-bottom{
  margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--line);
  display:flex;flex-wrap:wrap;justify-content:space-between;gap:.6rem;color:var(--muted);font-size:.82rem;font-weight:600;
}
.trust-badges{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.9rem}
.trust-badges span{
  font-size:.78rem;font-weight:800;color:#1e40af;border:1px solid #bfdbfe;
  background:var(--brand-soft);border-radius:999px;padding:.35rem .65rem;
}

/* float */
.float{position:fixed;left:1rem;bottom:1rem;z-index:60;display:flex;flex-direction:column;gap:.55rem}
.float-sup{
  width:48px;height:48px;border-radius:999px;display:grid;place-items:center;
  background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);font-size:1.15rem;
}
.float-bot{
  display:inline-flex;align-items:center;gap:.4rem;background:var(--tg);color:#fff;
  font-weight:900;border-radius:999px;padding:.85rem 1rem;box-shadow:0 14px 28px rgba(42,171,238,.3);font-size:.88rem;
}

/* mobile nav */
.mobile-nav{display:none;position:fixed;inset:0;z-index:70;background:rgba(15,23,42,.35)}
.mobile-nav.open{display:block}
.mobile-panel{
  position:absolute;top:0;right:0;width:min(20rem,88vw);height:100%;background:#fff;
  border-left:1px solid var(--line);padding:1.15rem;display:flex;flex-direction:column;gap:.3rem;
}
.mobile-panel a{padding:.8rem .7rem;border-radius:12px;font-weight:700}
.mobile-panel a:hover{background:var(--brand-soft);color:var(--brand)}

.muted{color:var(--muted)}
.text-center{text-align:center}
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.desktop-only{display:none}
.prose{max-width:48rem;color:var(--muted)}
.prose h2{color:var(--text);font-weight:900;margin-top:1.6rem}
.feature-list{list-style:none;padding:0;margin:0}
.feature-list li{display:flex;gap:.5rem;margin-bottom:.55rem;color:#475569;font-weight:700}
.feature-list li::before{content:"✦";color:var(--brand)}

@media(min-width:640px){
  .stats{grid-template-columns:repeat(4,1fr)}
  .form-2{grid-template-columns:1fr 1fr}
  .desktop-only{display:inline-flex!important}
  .hero-copy{padding:2.6rem 2.2rem 2.2rem}
}
@media(min-width:768px){
  .grid-2{grid-template-columns:1fr 1fr}
  .grid-3{grid-template-columns:repeat(3,1fr)}
  .why-large{grid-template-columns:repeat(3,1fr)}
  .why-extra{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(3,1fr)}
  .testimonials{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}
}
@media(min-width:1024px){
  .nav{display:flex}
  .menu-btn{display:none}
}
