/*
Custom Styles for Mahsa Rahmani Nail
Override Astra Default Styles with !important
*/

/* ================= Reset و Override ================= */
*{margin:0 !important;padding:0 !important;box-sizing:border-box !important}

html{scroll-behavior:smooth !important;overflow-x:hidden !important}

body, body.page-template, body.single-post{
  font-family:'Vazirmatn','Yekan',Tahoma,sans-serif !important;
  background:#FBF7F8 !important;
  color:#32373C !important;
  line-height:1.9 !important;
  overflow-x:hidden !important;
  overflow-x:clip !important;
  max-width:100vw !important;
  margin:0 !important;
  padding:0 !important;
}

h1, h2, h3, h4, h5, h6{
  font-family:'Markazi Text','Vazirmatn',serif !important;
  color:#32373C !important;
  margin:0 !important;
}

img, video{
  display:block !important;
  max-width:100% !important;
  height:auto !important;
}

a{
  text-decoration:none !important;
  color:inherit !important;
}

ul, ol{
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
}

button{
  font-family:inherit !important;
  cursor:pointer !important;
}

/* ================= Container ================= */
.container{
  max-width:1200px !important;
  margin:0 auto !important;
  padding:0 24px !important;
  width:100% !important;
}

section{
  padding:90px 0 !important;
}

/* ================= دکمه‌ها ================= */
.btn{
  white-space:nowrap !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:14px 34px !important;
  border-radius:10px !important;
  font-weight:700 !important;
  font-size:.98rem !important;
  transition:.3s !important;
  cursor:pointer !important;
  border:1px solid transparent !important;
  text-decoration:none !important;
}

.btn-rose{
  background:#C75D7B !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(199,93,123,.28) !important;
}

.btn-rose:hover{
  background:#AD4364 !important;
  transform:translateY(-2px) !important;
}

.btn-red{
  background:#CF000F !important;
  color:#fff !important;
  box-shadow:0 12px 26px rgba(207,0,15,.2) !important;
}

.btn-red:hover{
  background:#a8000c !important;
  transform:translateY(-2px) !important;
}

.btn-line{
  border-color:#C75D7B !important;
  color:#AD4364 !important;
  background:transparent !important;
}

.btn-line:hover{
  background:#C75D7B !important;
  color:#fff !important;
}

/* ================= هدر ================= */
.site-header, header{
  position:sticky !important;
  top:0 !important;
  z-index:900 !important;
  background:rgba(251,247,248,.95) !important;
  backdrop-filter:blur(10px) !important;
  border-bottom:1px solid #F0D5DD !important;
}

.nav{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  height:86px !important;
  gap:16px !important;
}

.logo{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  flex-shrink:0 !important;
}

.logo-mark{
  width:46px !important;
  height:46px !important;
  color:#C75D7B !important;
}

.logo-text b{
  font-family:'Markazi Text',serif !important;
  font-size:1.7rem !important;
  color:#32373C !important;
  display:block !important;
  line-height:1.2 !important;
}

.logo-text span{
  font-size:.62rem !important;
  letter-spacing:3px !important;
  color:#C75D7B !important;
  font-weight:500 !important;
  white-space:nowrap !important;
}

.menu{
  display:flex !important;
  gap:24px !important;
  list-style:none !important;
  align-items:stretch !important;
  margin:0 !important;
  padding:0 !important;
}

.menu>li{
  position:static !important;
  display:flex !important;
  align-items:center !important;
}

.menu a, .m-trigger{
  font-size:.93rem !important;
  font-weight:500 !important;
  color:#32373C !important;
  padding:8px 2px !important;
  transition:.3s !important;
  background:none !important;
  border:none !important;
  cursor:pointer !important;
  font-family:inherit !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:6px !important;
}

.menu a:hover, .m-trigger:hover, .menu a.active{
  color:#AD4364 !important;
}

.m-trigger .caret{transition:.3s !important}

.has-mega:hover .caret, .has-mega.open .caret{
  transform:rotate(180deg) !important;
}

.nav-actions{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  flex-shrink:0 !important;
}

.icon-btn{
  width:46px !important;
  height:46px !important;
  border-radius:50% !important;
  border:1px solid #C75D7B !important;
  color:#AD4364 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  transition:.3s !important;
  background:transparent !important;
  flex-shrink:0 !important;
}

.icon-btn:hover{
  background:#C75D7B !important;
  color:#fff !important;
}

.menu-toggle{
  display:none !important;
  width:46px !important;
  height:46px !important;
  border-radius:50% !important;
  border:1px solid #C75D7B !important;
  background:transparent !important;
  color:#AD4364 !important;
  cursor:pointer !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:5px !important;
  flex-shrink:0 !important;
}

.menu-toggle span{
  display:block !important;
  width:20px !important;
  height:2px !important;
  background:currentColor !important;
  border-radius:2px !important;
  transition:.3s !important;
}

.menu-toggle.active span:nth-child(1){
  transform:translateY(7px) rotate(45deg) !important;
}

.menu-toggle.active span:nth-child(2){
  opacity:0 !important;
}

.menu-toggle.active span:nth-child(3){
  transform:translateY(-7px) rotate(-45deg) !important;
}

/* ================= مگا منو ================= */
.mega{
  position:absolute !important;
  top:100% !important;
  left:0 !important;
  right:0 !important;
  background:#fff !important;
  border-top:1px solid #F0D5DD !important;
  box-shadow:0 28px 56px rgba(50,55,60,.12) !important;
  border-radius:0 0 22px 22px !important;
  opacity:0 !important;
  visibility:hidden !important;
  transform:translateY(14px) !important;
  transition:opacity .28s ease,transform .28s ease,visibility .28s !important;
  z-index:880 !important;
}

.has-mega:hover>.mega, .has-mega:focus-within>.mega{
  opacity:1 !important;
  visibility:visible !important;
  transform:none !important;
}

.mega-inner{
  max-width:1200px !important;
  margin:auto !important;
  padding:38px 24px !important;
  display:grid !important;
  gap:44px !important;
}

.mega-services .mega-inner{
  grid-template-columns:1fr 1fr 300px !important;
}

.mega-courses .mega-inner{
  grid-template-columns:1fr 300px !important;
}

.mega-gallery .mega-inner{
  grid-template-columns:1fr 1fr !important;
  max-width:560px !important;
}

.mega-col h6{
  color:#AD4364 !important;
  font-size:.85rem !important;
  font-weight:700 !important;
  margin-bottom:14px !important;
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
}

.mega-col h6::after{
  content:'' !important;
  flex:1 !important;
  height:1px !important;
  background:#F0D5DD !important;
}

.mega-col a{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  padding:9px 0 !important;
  font-size:.9rem !important;
  color:#32373C !important;
  border-bottom:1px dashed #F0D5DD !important;
  transition:.25s !important;
}

.mega-col a::before{
  content:'✦' !important;
  color:#C75D7B !important;
  font-size:.6rem !important;
}

.mega-col a:hover{
  color:#AD4364 !important;
  padding-right:8px !important;
}

.mega-feature{
  background:#F6EBEE !important;
  border:1px solid #F0D5DD !important;
  border-radius:16px !important;
  overflow:hidden !important;
  display:flex !important;
  flex-direction:column !important;
}

.mega-feature img{
  width:100% !important;
  height:140px !important;
  object-fit:cover !important;
}

.mf-body{
  padding:18px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
  flex:1 !important;
}

.mf-body b{
  font-family:'Markazi Text',serif !important;
  font-size:1.3rem !important;
  color:#32373C !important;
}

.mf-body p{
  font-size:.8rem !important;
  color:#8A7A80 !important;
}

.mf-body .btn{
  margin-top:auto !important;
  justify-content:center !important;
  padding:10px 20px !important;
  font-size:.85rem !important;
}

/* ================= هیرو ================= */
.hero{
  position:relative !important;
  padding:70px 0 90px !important;
  overflow:hidden !important;
}

.hero::before{
  content:'' !important;
  position:absolute !important;
  inset:0 !important;
  background:radial-gradient(circle at 85% 20%,rgba(199,93,123,.12),transparent 45%),radial-gradient(circle at 10% 85%,rgba(199,93,123,.09),transparent 40%) !important;
}

.hero .container{
  display:grid !important;
  grid-template-columns:1.05fr .95fr !important;
  gap:60px !important;
  align-items:center !important;
  position:relative !important;
}

.overline{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  color:#AD4364 !important;
  font-size:.85rem !important;
  font-weight:700 !important;
  letter-spacing:1px !important;
  margin-bottom:14px !important;
}

.overline::before{
  content:'' !important;
  width:38px !important;
  height:1px !important;
  background:#C75D7B !important;
}

.hero h1{
  font-size:4.3rem !important;
  line-height:1.25 !important;
  font-weight:600 !important;
}

.hero h1 em{
  font-style:normal !important;
  color:#AD4364 !important;
}

.hero p{
  color:#8A7A80 !important;
  font-size:1.08rem !important;
  max-width:520px !important;
  margin:18px 0 34px !important;
}

.hero-cta{
  display:flex !important;
  gap:14px !important;
  flex-wrap:wrap !important;
}

.hero-stats{
  display:flex !important;
  gap:38px !important;
  margin-top:46px !important;
  flex-wrap:wrap !important;
}

.stat b{
  font-family:'Markazi Text',serif !important;
  font-size:2.2rem !important;
  color:#AD4364 !important;
  display:block !important;
  line-height:1.1 !important;
}

.stat span{
  font-size:.85rem !important;
  color:#8A7A80 !important;
}

.hero-visual{
  position:relative !important;
  display:flex !important;
  justify-content:center !important;
}

.arch{
  width:min(430px,100%) !important;
  aspect-ratio:4/5.1 !important;
  border-radius:260px 260px 22px 22px !important;
  overflow:hidden !important;
  border:1px solid #C75D7B !important;
  padding:12px !important;
  background:#fff !important;
  box-shadow:0 30px 60px rgba(50,55,60,.14) !important;
}

.arch img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:250px 250px 14px 14px !important;
}

.hero-badge{
  position:absolute !important;
  bottom:26px !important;
  right:6% !important;
  background:#fff !important;
  border:1px solid #F0D5DD !important;
  border-radius:14px !important;
  padding:14px 22px !important;
  box-shadow:0 16px 34px rgba(50,55,60,.12) !important;
  text-align:center !important;
}

.hero-badge b{
  font-family:'Markazi Text',serif !important;
  font-size:1.6rem !important;
  color:#CF000F !important;
  display:block !important;
  line-height:1.2 !important;
}

.hero-badge span{
  font-size:.78rem !important;
  color:#8A7A80 !important;
}

.hero-social{
  position:absolute !important;
  left:26px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  display:flex !important;
  flex-direction:column !important;
  gap:12px !important;
  z-index:5 !important;
}

.hero-social a{
  width:44px !important;
  height:44px !important;
  border-radius:50% !important;
  border:1px solid #C75D7B !important;
  color:#AD4364 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(255,255,255,.6) !important;
  backdrop-filter:blur(4px) !important;
  transition:.3s !important;
}

.hero-social a:hover{
  background:#C75D7B !important;
  color:#fff !important;
}

/* ================= عنوان بخش‌ها ================= */
.sec-head{
  text-align:center !important;
  margin-bottom:56px !important;
}

.ornament{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  color:#C75D7B !important;
  margin-bottom:14px !important;
}

.ornament::before, .ornament::after{
  content:'' !important;
  width:56px !important;
  height:1px !important;
  background:#C75D7B !important;
}

.sec-head h2{
  font-size:2.9rem !important;
  font-weight:600 !important;
}

.sec-head p{
  color:#8A7A80 !important;
  max-width:640px !important;
  margin:8px auto 0 !important;
}

/* ================= خدمات ================= */
.services{
  background:#fff !important;
}

.srv-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:26px !important;
}

.srv-card{
  background:#FBF7F8 !important;
  border:1px solid #F0D5DD !important;
  border-radius:18px !important;
  padding:44px 28px !important;
  text-align:center !important;
  transition:.35s !important;
  position:relative !important;
  overflow:hidden !important;
}

.srv-card::after{
  content:'' !important;
  position:absolute !important;
  inset:auto 0 0 0 !important;
  height:3px !important;
  background:#C75D7B !important;
  transform:scaleX(0) !important;
  transition:.35s !important;
}

.srv-card:hover{
  transform:translateY(-8px) !important;
  box-shadow:0 22px 44px rgba(50,55,60,.10) !important;
  background:#fff !important;
}

.srv-card:hover::after{
  transform:scaleX(1) !important;
}

.srv-ico{
  width:74px !important;
  height:74px !important;
  margin:0 auto 20px !important;
  border-radius:50% !important;
  border:1px solid #C75D7B !important;
  color:#AD4364 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#fff !important;
}

.srv-card h3{
  font-size:1.55rem !important;
  margin-bottom:8px !important;
}

.srv-card p{
  font-size:.9rem !important;
  color:#8A7A80 !important;
  margin-bottom:16px !important;
}

.srv-link{
  color:#AD4364 !important;
  font-size:.88rem !important;
  font-weight:700 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
}

.srv-link:hover{
  color:#CF000F !important;
}

/* ================= بنرها ================= */
.banner{
  border-radius:22px !important;
  overflow:hidden !important;
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  min-height:340px !important;
  margin-bottom:28px !important;
  border:1px solid #F0D5DD !important;
}

.banner .b-text{
  padding:56px 60px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  align-items:flex-start !important;
}

.banner .b-media{
  position:relative !important;
  min-height:300px !important;
}

.banner .b-media img, .banner .b-media video{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

.banner-1{
  background:#F0DEE5 !important;
}

.banner-2{
  background:#F6EBEE !important;
}

.banner h3{
  font-size:2.5rem !important;
  line-height:1.3 !important;
  margin-bottom:10px !important;
}

.banner p{
  color:#8A7A80 !important;
  margin-bottom:26px !important;
  max-width:440px !important;
}

/* ================= گالری ================= */
.gallery{
  background:#fff !important;
}

.g-wrap{
  position:relative !important;
}

.g-track{
  display:flex !important;
  gap:22px !important;
  overflow-x:auto !important;
  scroll-snap-type:x mandatory !important;
  padding:6px 4px 22px !important;
  scrollbar-width:none !important;
}

.g-track::-webkit-scrollbar{
  display:none !important;
}

.g-item{
  flex:0 0 300px !important;
  scroll-snap-align:start !important;
  border-radius:16px !important;
  overflow:hidden !important;
  border:1px solid #F0D5DD !important;
  background:#FBF7F8 !important;
}

.g-item img, .g-item video{
  width:100% !important;
  height:340px !important;
  object-fit:cover !important;
  transition:.5s !important;
}

.g-item:hover img{
  transform:scale(1.05) !important;
}

.g-item.ig{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  background:linear-gradient(160deg,#FBF7F8,#F0D5DD) !important;
  text-align:center !important;
  padding:30px !important;
}

.g-item.ig b{
  font-family:'Markazi Text',serif !important;
  font-size:1.7rem !important;
}

.g-arrow{
  position:absolute !important;
  top:42% !important;
  width:46px !important;
  height:46px !important;
  border-radius:50% !important;
  border:none !important;
  background:#C75D7B !important;
  color:#fff !important;
  font-size:1.1rem !important;
  cursor:pointer !important;
  z-index:4 !important;
  transition:.3s !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}

.g-arrow:hover{
  background:#AD4364 !important;
}

.g-prev{
  right:-14px !important;
}

.g-next{
  left:-14px !important;
}

/* ================= چرا ما ================= */
.why-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:26px !important;
}

.why-item{
  text-align:center !important;
  padding:10px !important;
}

.why-ico{
  width:78px !important;
  height:78px !important;
  margin:0 auto 18px !important;
  border-radius:50% !important;
  background:#C75D7B !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 14px 28px rgba(199,93,123,.35) !important;
}

.why-item h4{
  font-size:1.1rem !important;
  margin-bottom:8px !important;
}

.why-item p{
  font-size:.88rem !important;
  color:#8A7A80 !important;
}

/* ================= نظرات ================= */
.testimonials{
  background:#F6EBEE !important;
}

.t-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:22px !important;
}

.t-card{
  background:#fff !important;
  border:1px solid #F0D5DD !important;
  border-radius:16px !important;
  padding:30px 24px !important;
  position:relative !important;
}

.t-card::before{
  content:'"' !important;
  position:absolute !important;
  top:6px !important;
  left:18px !important;
  font-size:3.4rem !important;
  color:#F0D5DD !important;
  font-family:serif !important;
  line-height:1 !important;
}

.t-card p{
  font-size:.92rem !important;
  color:#32373C !important;
  margin-bottom:18px !important;
}

.t-card b{
  color:#AD4364 !important;
  font-size:.9rem !important;
}

.t-stars{
  color:#C75D7B !important;
  letter-spacing:2px !important;
  font-size:.8rem !important;
  margin-bottom:10px !important;
}

/* ================= وبلاگ ================= */
.blog-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:26px !important;
}

.post-card{
  background:#fff !important;
  border:1px solid #F0D5DD !important;
  border-radius:16px !important;
  overflow:hidden !important;
  transition:.3s !important;
}

.post-card:hover{
  transform:translateY(-6px) !important;
  box-shadow:0 18px 36px rgba(50,55,60,.10) !important;
}

.post-thumb{
  height:8px !important;
  background:linear-gradient(90deg,#C75D7B,#F0D5DD) !important;
}

.post-body{
  padding:30px 26px !important;
}

.post-body h4{
  font-size:1.12rem !important;
  font-weight:700 !important;
  margin-bottom:12px !important;
  line-height:1.8 !important;
}

.post-body a{
  color:#AD4364 !important;
  font-size:.88rem !important;
  font-weight:700 !important;
}

.post-body a:hover{
  color:#CF000F !important;
}

/* ================= سئو مناطق ================= */
.seo-area{
  background:#F6EBEE !important;
  border-top:1px solid #F0D5DD !important;
}

.seo-wrap{
  position:relative !important;
}

.seo-chips{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  justify-content:center !important;
}

.seo-group{
  display:contents !important;
}

.seo-chips a{
  padding:10px 22px !important;
  background:#fff !important;
  border:1px solid #F0D5DD !important;
  border-radius:50px !important;
  font-size:.85rem !important;
  color:#32373C !important;
  transition:.3s !important;
}

.seo-chips a:hover{
  background:#C75D7B !important;
  border-color:#C75D7B !important;
  color:#fff !important;
  transform:translateY(-3px) !important;
}

.seo-edge{
  display:none !important;
}

/* ================= فوتر ================= */
footer, .site-footer{
  background:#32373C !important;
  color:#C9CDD2 !important;
}

.f-top{
  display:grid !important;
  grid-template-columns:1.3fr .9fr .9fr .9fr 1.2fr !important;
  gap:36px !important;
  padding:76px 0 56px !important;
  grid-template-areas:"about quick services articles contact" !important;
}

.f-about{
  grid-area:about !important;
}

.f-quick{
  grid-area:quick !important;
}

.f-services{
  grid-area:services !important;
}

.f-articles{
  grid-area:articles !important;
}

.f-contact{
  grid-area:contact !important;
}

.f-logo{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin-bottom:18px !important;
}

.f-logo .logo-mark{
  color:#C75D7B !important;
}

.f-logo b{
  font-family:'Markazi Text',serif !important;
  font-size:1.8rem !important;
  color:#fff !important;
  display:block !important;
  line-height:1.2 !important;
}

.f-logo span{
  font-size:.6rem !important;
  letter-spacing:3px !important;
  color:#C75D7B !important;
}

.f-top p{
  font-size:.9rem !important;
}

.f-news{
  display:flex !important;
  gap:10px !important;
  margin-top:20px !important;
}

.f-news input{
  flex:1 !important;
  min-width:0 !important;
  background:rgba(255,255,255,.06) !important;
  border:1px solid rgba(199,93,123,.4) !important;
  border-radius:10px !important;
  padding:12px 16px !important;
  color:#fff !important;
  font-family:inherit !important;
  font-size:.85rem !important;
  outline:none !important;
}

.f-news input::placeholder{
  color:#8b9198 !important;
}

.f-news button{
  border:none !important;
}

.f-top h5{
  color:#fff !important;
  font-size:1.02rem !important;
  margin-bottom:20px !important;
  position:relative !important;
  padding-bottom:12px !important;
}

.f-top h5::after{
  content:'' !important;
  position:absolute !important;
  bottom:0 !important;
  right:0 !important;
  width:34px !important;
  height:2px !important;
  background:#C75D7B !important;
}

.f-links{
  list-style:none !important;
}

.f-links li{
  margin-bottom:11px !important;
}

.f-links a{
  font-size:.86rem !important;
  transition:.3s !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
}

.f-links a::before{
  content:'←' !important;
  color:#C75D7B !important;
  font-size:.8rem !important;
}

.f-links a:hover{
  color:#C75D7B !important;
}

.f-contact li{
  display:flex !important;
  gap:12px !important;
  margin-bottom:16px !important;
  font-size:.88rem !important;
  align-items:flex-start !important;
  list-style:none !important;
}

.f-contact svg{
  flex:0 0 auto !important;
  color:#C75D7B !important;
  margin-top:4px !important;
}

.f-contact a:hover{
  color:#C75D7B !important;
}

.f-social{
  display:flex !important;
  gap:12px !important;
  margin-top:22px !important;
}

.f-social a{
  width:42px !important;
  height:42px !important;
  border-radius:50% !important;
  border:1px solid rgba(199,93,123,.5) !important;
  color:#C75D7B !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  transition:.3s !important;
}

.f-social a:hover{
  background:#C75D7B !important;
  color:#fff !important;
}

.f-bottom{
  border-top:1px solid rgba(255,255,255,.08) !important;
  padding:22px 0 !important;
}

.f-bottom .container{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  flex-wrap:wrap !important;
}

.f-bottom p{
  font-size:.82rem !important;
}

.f-credit{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  font-size:.78rem !important;
  color:#8b9198 !important;
}

.f-credit b{
  color:#C75D7B !important;
  font-size:.95rem !important;
  letter-spacing:1px !important;
}

/* ================= دکمه شناور واتس‌اپ ================= */
.wa-float{
  position:fixed !important;
  bottom:26px !important;
  left:26px !important;
  z-index:950 !important;
  width:56px !important;
  height:56px !important;
  border-radius:50% !important;
  background:#C75D7B !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:0 14px 30px rgba(199,93,123,.45) !important;
  transition:.3s !important;
}

.wa-float:hover{
  transform:scale(1.08) !important;
}

/* ================= انیمیشن ================= */
.reveal{
  opacity:0 !important;
  transform:translateY(28px) !important;
  transition:all .8s cubic-bezier(.2,.6,.2,1) !important;
}

.reveal.on{
  opacity:1 !important;
  transform:none !important;
}

/* ================= ریسپانسیو تبلت ================= */
@media(max-width:1024px){
  :root{--header-h:76px !important}
  
  .menu-toggle{
    display:flex !important;
  }
  
  .menu{
    position:fixed !important;
    top:76px !important;
    right:0 !important;
    left:0 !important;
    background:#FBF7F8 !important;
    flex-direction:column !important;
    gap:0 !important;
    align-items:stretch !important;
    padding:8px 24px 26px !important;
    border-bottom:1px solid #F0D5DD !important;
    box-shadow:0 24px 48px rgba(50,55,60,.10) !important;
    transform:translateY(-14px) !important;
    opacity:0 !important;
    visibility:hidden !important;
    transition:.35s !important;
    z-index:890 !important;
    max-height:calc(100vh - 76px) !important;
    overflow-y:auto !important;
  }
  
  .menu.open{
    transform:none !important;
    opacity:1 !important;
    visibility:visible !important;
  }
  
  .menu>li{
    display:block !important;
    border-bottom:1px solid rgba(199,93,123,.15) !important;
  }
  
  .menu>li:last-child{
    border-bottom:none !important;
  }
  
  .menu a, .m-trigger{
    display:flex !important;
    width:100% !important;
    justify-content:space-between !important;
    padding:14px 4px !important;
    font-size:1rem !important;
  }
  
  .mega{
    position:static !important;
    opacity:1 !important;
    visibility:visible !important;
    transform:none !important;
    box-shadow:none !important;
    border:none !important;
    border-radius:14px !important;
    margin:4px 0 14px !important;
    display:none !important;
    background:#F6EBEE !important;
  }
  
  .has-mega.open .mega{
    display:block !important;
  }
  
  .mega-inner{
    display:flex !important;
    flex-direction:column !important;
    gap:0 !important;
    padding:10px 18px !important;
  }
  
  .mega-col h6{
    margin:10px 0 4px !important;
  }
  
  .mega-col a{
    padding:11px 0 !important;
    font-size:.92rem !important;
  }
  
  .mega-feature{
    display:none !important;
  }
  
  .hero .container{
    grid-template-columns:1fr !important;
    gap:44px !important;
    text-align:center !important;
  }
  
  .hero-visual{
    order:-1 !important;
  }
  
  .hero p{
    margin-inline:auto !important;
  }
  
  .hero-cta, .hero-stats{
    justify-content:center !important;
  }
  
  .hero-social{
    display:none !important;
  }
  
  .arch{
    width:min(360px,86%) !important;
  }
  
  .srv-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
  
  .why-grid, .t-grid{
    grid-template-columns:repeat(2,1fr) !important;
  }
  
  .blog-grid{
    display:flex !important;
    overflow-x:auto !important;
    gap:18px !important;
    scroll-snap-type:x mandatory !important;
    padding:6px 4px 18px !important;
    scrollbar-width:none !important;
  }
  
  .blog-grid::-webkit-scrollbar{
    display:none !important;
  }
  
  .post-card{
    flex:0 0 290px !important;
    scroll-snap-align:start !important;
  }
  
  .post-card:hover{
    transform:none !important;
  }
  
  .banner{
    grid-template-columns:1fr !important;
  }
  
  .banner .b-media{
    order:-1 !important;
    min-height:280px !important;
  }
  
  .seo-chips{
    flex-wrap:nowrap !important;
    justify-content:flex-start !important;
    overflow-x:auto !important;
    gap:16px !important;
    scroll-snap-type:x mandatory !important;
    padding:10px 6px 20px !important;
    scrollbar-width:none !important;
    -webkit-mask-image:linear-gradient(to left,transparent,#000 9%,#000 91%,transparent) !important;
    mask-image:linear-gradient(to left,transparent,#000 9%,#000 91%,transparent) !important;
  }
  
  .seo-chips::-webkit-scrollbar{
    display:none !important;
  }
  
  .seo-group{
    display:flex !important;
    flex-direction:column !important;
    gap:12px !important;
    flex:0 0 auto !important;
    min-width:230px !important;
    scroll-snap-align:center !important;
  }
  
  .seo-chips a{
    text-align:center !important;
  }
  
  .seo-edge{
    display:block !important;
    position:absolute !important;
    top:0 !important;
    bottom:0 !important;
    width:56px !important;
    z-index:2 !important;
    pointer-events:none !important;
    backdrop-filter:blur(3px) !important;
    -webkit-backdrop-filter:blur(3px) !important;
  }
  
  .seo-edge.r{
    right:0 !important;
    background:linear-gradient(to left,#F6EBEE 15%,transparent) !important;
  }
  
  .seo-edge.l{
    left:0 !important;
    background:linear-gradient(to right,#F6EBEE 15%,transparent) !important;
  }
  
  .f-top{
    grid-template-columns:1fr 1fr !important;
    gap:34px !important;
    grid-template-areas:"about about" "quick services" "articles contact" !important;
  }
}

/* ================= ریسپانسیو موبایل ================= */
@media(max-width:640px){
  :root{--header-h:70px !important}
  
  .logo-mark{
    width:38px !important;
    height:38px !important;
  }
  
  .logo-text b{
    font-size:1.35rem !important;
  }
  
  .logo-text span{
    font-size:.52rem !important;
    letter-spacing:2px !important;
  }
  
  .nav-actions .btn{
    padding:10px 18px !important;
    font-size:.82rem !important;
  }
  
  .icon-btn, .menu-toggle{
    width:42px !important;
    height:42px !important;
  }
  
  .hero{
    padding:44px 0 70px !important;
  }
  
  .hero h1{
    font-size:2.7rem !important;
  }
  
  .hero-cta{
    flex-wrap:nowrap !important;
    gap:10px !important;
  }
  
  .hero-cta .btn{
    padding:12px 16px !important;
    font-size:.82rem !important;
    gap:6px !important;
  }
  
  .hero-stats{
    gap:22px !important;
  }
  
  .stat b{
    font-size:1.8rem !important;
  }
  
  .srv-grid, .why-grid, .t-grid{
    grid-template-columns:1fr !important;
  }
  
  section{
    padding:64px 0 !important;
  }
  
  .sec-head h2{
    font-size:2.2rem !important;
  }
  
  .sec-head{
    margin-bottom:40px !important;
  }
  
  .banner .b-text{
    padding:40px 28px !important;
  }
  
  .banner h3{
    font-size:2rem !important;
  }
  
  .post-card{
    flex:0 0 260px !important;
  }
  
  .g-item{
    flex:0 0 260px !important;
  }
  
  .g-item img, .g-item video{
    height:300px !important;
  }
  
  .g-arrow{
    top:auto !important;
    bottom:6px !important;
    width:42px !important;
    height:42px !important;
  }
  
  .g-prev{
    right:2px !important;
  }
  
  .g-next{
    left:2px !important;
  }
  
  .seo-group{
    min-width:210px !important;
  }
  
  .f-top{
    grid-template-columns:1fr 1fr !important;
    gap:28px !important;
    grid-template-areas:"about about" "quick services" "articles contact" !important;
  }
  
  .f-links a{
    font-size:.8rem !important;
  }
  
  .f-bottom .container{
    justify-content:center !important;
    text-align:center !important;
  }
  
  .wa-float{
    width:50px !important;
    height:50px !important;
    bottom:18px !important;
    left:18px !important;
  }
}