/* ================================================================
   mryakhchal.com — Custom Styles
   این فایل بعد از main.css لود می‌شه
   ================================================================ */

/* ---- رنگ‌های اصلی ---- */
:root {
  --brand:        #1564c0;
  --brand-dark:   #0d4fa0;
  --brand-light:  #e8f0fd;
  --brand-bg:     #f0f6ff;
  --accent:       #1564c0;
  --accent-light: #e8f0fd;
  --text:         #1a2236;
  --text-muted:   #6b7a99;
  --border:       #dde4f0;
  --bg:           #ffffff;
  --bg-alt:       #f5f8ff;
  --radius:       10px;
  --radius-lg:    16px;
  --shadow:       0 2px 16px rgba(21,100,192,.10);
  --shadow-lg:    0 8px 32px rgba(21,100,192,.15);
}

/* ================================================================
   TOPBAR
   ================================================================ */
.topbar {
  background: var(--brand);
  color: #fff;
  font-size: 13px;
  padding: 7px 0;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.topbar-viewport { display: contents; }
.topbar-items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.topbar-item {
  display: flex;
  align-items: center;
  gap: 5px;
  opacity: .92;
}
.topbar-item i { font-size: 11px; }
.topbar-phone {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: .5px;
  transition: opacity .2s;
}
.topbar-phone:hover { opacity: .8; }

/* ================================================================
   HERO
   ================================================================ */
.hero-section {
  background: linear-gradient(135deg, #0d4fa0 0%, #1564c0 50%, #1e7ae0 100%);
  min-height: 580px;
  display: flex;
  align-items: center;
  padding: 60px 0 100px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
/* دایره‌های تزئینی شناور */
.hero-section::after {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 360px;
  height: 360px;
  background: radial-gradient(circle, rgba(255,255,255,.10), transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}
.hero-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.hero-deco-1 {
  width: 200px; height: 200px;
  bottom: 40px; left: -60px;
  background: radial-gradient(circle, rgba(255,255,255,.08), transparent 70%);
}
.hero-deco-2 {
  width: 14px; height: 14px;
  top: 22%; left: 18%;
  background: rgba(255,255,255,.35);
  animation: floatY 5s ease-in-out infinite;
}
.hero-deco-3 {
  width: 9px; height: 9px;
  top: 65%; left: 42%;
  background: rgba(255,255,255,.3);
  animation: floatY 4s ease-in-out infinite .8s;
}
.hero-deco-4 {
  width: 18px; height: 18px;
  top: 35%; left: 8%;
  border: 2px solid rgba(255,255,255,.25);
  background: transparent;
  animation: floatY 6s ease-in-out infinite .4s;
}
@keyframes floatY {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}
/* موج پایین هیرو */
.hero-wave {
  position: absolute;
  bottom: -1px; left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
}
.hero-wave svg { width: 100%; height: 70px; display: block; }
.hero-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 48px;
  align-items: center;
  direction: rtl;
  position: relative;
  z-index: 2;
}
/* متن هیرو */
.hero-text-wrap { color: #fff; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  padding: 6px 14px;
  border-radius: 50px;
  font-size: 13px;
  margin-bottom: 20px;
  backdrop-filter: blur(4px);
}
.hero-title {
  font-size: clamp(26px, 4vw, 40px);
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 12px;
  color: #fff;
}
.hero-sub {
  font-size: 16px;
  opacity: .85;
  margin-bottom: 28px;
}
.hero-cta-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.hero-stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,.2);
}
.hs-item { text-align: center; }
.hs-num { display: block; font-size: 24px; font-weight: 800; }
.hs-label { font-size: 12px; opacity: .75; }

/* فرم هیرو */
.hero-form-wrap { display: flex; justify-content: center; }
.hero-form-card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  box-shadow: var(--shadow-lg);
  width: 100%;
  max-width: 380px;
}
.hero-form-title {
  font-size: 17px;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hf-field { margin-bottom: 14px; }
.hf-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--text-muted);
  margin-bottom: 6px;
  font-weight: 500;
}
.hf-input {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-size: 14px;
  font-family: inherit;
  color: var(--text);
  background: var(--bg);
  transition: border-color .2s;
  box-sizing: border-box;
}
.hf-input:focus { outline: none; border-color: var(--brand); }
.hf-select { cursor: pointer; }
.hf-textarea { resize: vertical; min-height: 72px; }
.hf-captcha-row {}
.captcha-row {
  display: flex;
  gap: 8px;
}
.captcha-row .hf-input { flex: 1; }
.captcha-q {
  font-weight: 700;
  color: var(--brand);
  direction: ltr;
  display: inline-block;
}
.btn-captcha-refresh {
  background: var(--brand-light);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 0 12px;
  cursor: pointer;
  color: var(--brand);
  transition: background .2s;
  font-size: 15px;
}
.btn-captcha-refresh:hover { background: var(--brand); color: #fff; }
.hf-submit {
  width: 100%;
  background: var(--brand);
  color: #fff;
  border: none;
  border-radius: var(--radius);
  padding: 13px;
  font-size: 15px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background .2s, transform .15s;
  margin-top: 4px;
}
.hf-submit:hover { background: var(--brand-dark); transform: translateY(-1px); }
.hf-submit:disabled { opacity: .7; cursor: not-allowed; transform: none; }
.hf-msg {
  margin-top: 10px;
  padding: 10px 14px;
  border-radius: var(--radius);
  font-size: 13px;
}
.hf-msg-ok { background: #ecfdf5; color: #065f46; border: 1px solid #6ee7b7; }
.hf-msg-err { background: #fef2f2; color: #991b1b; border: 1px solid #fca5a5; }

/* ================================================================
   دکمه‌ها
   ================================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: var(--radius);
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all .2s;
}
.btn-lg { padding: 14px 28px; font-size: 16px; }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-dark); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--brand); border-color: var(--brand); }
.btn-outline:hover { background: var(--brand); color: #fff; }
.btn-white { background: #fff; color: var(--brand); border-color: #fff; }
.btn-white:hover { background: var(--brand-light); }
.btn-outline-white { background: transparent; color: #fff; border-color: rgba(255,255,255,.6); }
.btn-outline-white:hover { background: rgba(255,255,255,.15); }

/* ================================================================
   SECTION COMMON
   ================================================================ */
.container { max-width: var(--container, 1160px); margin: 0 auto; padding: 0 24px; }
.section-head { text-align: center; margin-bottom: 40px; }
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--brand-light);
  color: var(--brand);
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}
.section-title { font-size: clamp(22px, 3vw, 30px); font-weight: 800; color: var(--text); margin-bottom: 8px; position: relative; display: inline-block; }
.section-head { text-align: center; }
.section-title::after {
  content: '';
  display: block;
  width: 56px;
  height: 4px;
  margin: 12px auto 0;
  background: linear-gradient(90deg, var(--brand), #1e7ae0);
  border-radius: 4px;
}
.about-text .section-title::after { margin-right: 0; margin-left: auto; }
.section-sub { color: var(--text-muted); font-size: 15px; }

/* ================================================================
   BRANDS
   ================================================================ */
.brands-section { padding: 72px 0; background: var(--bg-alt); }
.brands-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 16px;
  margin-bottom: 32px;
}
.brand-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: all .25s;
}
.brand-card:hover {
  border-color: var(--brand);
  box-shadow: var(--shadow);
  transform: translateY(-3px);
}
.brand-card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 20px 12px;
  text-decoration: none;
  color: var(--text);
}
.brand-icon {
  width: 52px;
  height: 52px;
  background: var(--brand-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand);
  font-size: 22px;
}
.brand-name { font-weight: 700; font-size: 14px; }
.brand-tag { font-size: 11px; color: var(--text-muted); }
.brands-footer { text-align: center; }

/* ================================================================
   SERVICES
   ================================================================ */
.services-section { padding: 72px 0; background: #fff; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.service-card {
  background: var(--bg-alt);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  text-decoration: none;
  color: var(--text);
  transition: all .25s;
  display: flex;
  flex-direction: column;
}
.service-card:hover { border-color: var(--brand); box-shadow: var(--shadow); transform: translateY(-3px); }
.sc-img { aspect-ratio: 16/9; overflow: hidden; }
.sc-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.service-card:hover .sc-img img { transform: scale(1.05); }
.sc-body { padding: 16px; flex: 1; }
.sc-title { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.sc-excerpt { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ================================================================
   BANNERS
   ================================================================ */
.banners-section { padding: 20px 0 40px; }
.banners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.banner-item { border-radius: var(--radius-lg); overflow: hidden; display: block; }
.banner-item img { width: 100%; height: auto; display: block; transition: transform .3s; }
.banner-item:hover img { transform: scale(1.02); }

/* ================================================================
   FEATURES
   ================================================================ */
.features-section { padding: 72px 0; background: var(--bg-alt); }
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.feature-card {
  background: #fff;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  transition: all .25s;
}
.feature-card:hover { border-color: var(--brand); box-shadow: var(--shadow); transform: translateY(-3px); }
.fc-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--brand), #1e7ae0);
  border-radius: 20px 20px 20px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 26px;
  margin: 0 auto 16px;
  box-shadow: 0 6px 16px rgba(21,100,192,.25);
  transition: transform .25s;
}
.feature-card:hover .fc-icon { transform: rotate(-6deg) scale(1.05); }
.feature-card h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.feature-card p { font-size: 13px; color: var(--text-muted); line-height: 1.6; }

/* ================================================================
   PROCESS
   ================================================================ */
.process-section { padding: 72px 0; background: #fff; }
.process-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}
.ps-item {
  background: var(--bg-alt);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 20px;
  text-align: center;
  flex: 1;
  min-width: 160px;
  max-width: 220px;
  position: relative;
  transition: all .25s;
}
.ps-item:hover { border-color: var(--brand); box-shadow: var(--shadow); }
.ps-num {
  position: absolute;
  top: -14px;
  right: 50%;
  transform: translateX(50%);
  background: var(--brand);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.ps-icon {
  font-size: 28px;
  color: var(--brand);
  margin-bottom: 12px;
  margin-top: 8px;
}
.ps-item h3 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.ps-item p { font-size: 12px; color: var(--text-muted); line-height: 1.6; }
.ps-arrow { color: var(--text-muted); font-size: 20px; }

/* ================================================================
   ABOUT
   ================================================================ */
.about-section { padding: 72px 0; background: var(--brand-bg); }
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.about-img { border-radius: var(--radius-lg); overflow: hidden; }
.about-img img { width: 100%; height: auto; display: block; }
.about-content { color: var(--text-muted); line-height: 2; font-size: 15px; }

/* ================================================================
   FAQ
   ================================================================ */
.faq-section { padding: 72px 0; background: #fff; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border: 1.5px solid var(--border); border-radius: var(--radius); margin-bottom: 10px; overflow: hidden; }
.faq-q {
  width: 100%;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--bg-alt);
  border: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  font-family: inherit;
  color: var(--text);
  text-align: right;
  gap: 12px;
  transition: background .2s;
}
.faq-q:hover { background: var(--brand-light); }
.faq-q[aria-expanded="true"] { background: var(--brand-light); color: var(--brand); }
.faq-icon { flex-shrink: 0; color: var(--brand); font-size: 14px; }
.faq-a { padding: 16px 20px; }
.faq-a p { color: var(--text-muted); line-height: 1.9; font-size: 14px; margin: 0; }

/* ================================================================
   CTA BANNER
   ================================================================ */
.cta-banner-section {
  background: linear-gradient(135deg, #0d4fa0, #1564c0);
  padding: 90px 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.cta-wave-top {
  position: absolute;
  top: -1px; left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
}
.cta-wave-top svg { width: 100%; height: 60px; display: block; }
.cta-deco {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.cta-deco-1 {
  width: 240px; height: 240px;
  bottom: -100px; right: 8%;
  background: radial-gradient(circle, rgba(255,255,255,.10), transparent 70%);
}
.cta-deco-2 {
  width: 160px; height: 160px;
  top: -40px; left: 5%;
  background: radial-gradient(circle, rgba(255,255,255,.08), transparent 70%);
}
.cta-banner-inner { position: relative; z-index: 2; }
.cta-banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.15);
  border: 1px solid rgba(255,255,255,.3);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  margin-bottom: 20px;
}
.cta-banner-title { font-size: clamp(22px, 3.5vw, 36px); font-weight: 800; margin-bottom: 10px; }
.cta-banner-sub { opacity: .8; margin-bottom: 28px; }
.cta-banner-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ================================================================
   SEO TEXT
   ================================================================ */
.seo-text-section { padding: 60px 0; background: var(--bg-alt); }
.seo-text-inner h2 { font-size: 20px; font-weight: 700; margin-bottom: 24px; text-align: center; }
.seo-text-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.seo-text-cols h3 { font-size: 16px; font-weight: 700; margin-bottom: 10px; color: var(--brand); }
.seo-text-cols p { color: var(--text-muted); line-height: 2; font-size: 14px; }

/* ================================================================
   HEADER OVERRIDES برای mryakhchal
   ================================================================ */
.hdr-phone {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: var(--radius);
  background: var(--brand);
  color: #fff !important;
  text-decoration: none;
  border: 2px solid var(--brand);
  transition: all .2s;
}
.hdr-phone:hover { background: var(--brand-dark); border-color: var(--brand-dark); }

/* ================================================================
   دکمه شناور واتساپ (تنها دکمه شناور — سمت چپ پایین)
   ================================================================ */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 54px;
  height: 54px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(37,211,102,.45);
  z-index: 900;
  transition: transform .2s;
}
.whatsapp-float svg { width: 28px; height: 28px; fill: #fff; }
.whatsapp-float:hover { transform: scale(1.08); }

/* ================================================================
   فوتر جدید mryakhchal
   ================================================================ */
/* CTA نواری بالای فوتر */
.footer-cta {
  background: linear-gradient(120deg, var(--brand-dark), var(--brand));
  padding: 28px 0;
  position: relative;
  overflow: hidden;
}
.footer-cta::after {
  content: '';
  position: absolute;
  top: -40px; left: -40px;
  width: 180px; height: 180px;
  background: rgba(255,255,255,.06);
  border-radius: 50%;
}
.footer-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.footer-cta-text {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #fff;
}
.footer-cta-icon {
  font-size: 38px;
  opacity: .9;
}
.footer-cta-text strong { display: block; font-size: 19px; margin-bottom: 4px; }
.footer-cta-text span { font-size: 14px; opacity: .85; }
.footer-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: var(--brand);
  padding: 14px 28px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0,0,0,.15);
  transition: transform .2s;
  white-space: nowrap;
}
.footer-cta-btn:hover { transform: translateY(-2px); }

/* بدنه فوتر */
.mry-footer {
  background: #15233f;
  color: #d6deec;
  padding: 0;
}
.mry-footer-grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.3fr;
  gap: 40px;
  padding: 50px 0 36px;
}
.mry-footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 16px;
}
.mry-footer-logo img {
  height: 68px;
  background: #fff;
  padding: 8px 14px;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}
.mry-logo-icon {
  width: 42px; height: 42px;
  background: var(--brand);
  border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 20px;
}
.mry-logo-text { font-size: 19px; font-weight: 800; color: #fff; }
.mry-footer-desc { font-size: 13.5px; line-height: 2; color: #b8c4da; margin-bottom: 18px; }

.mry-trust-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 18px; }
.mry-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(21,100,192,.18);
  color: #9cc4f5;
  border: 1px solid rgba(21,100,192,.3);
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
}

.mry-socials { display: flex; gap: 10px; }
.mry-social {
  width: 38px; height: 38px;
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 17px;
  transition: transform .2s, opacity .2s;
}
.mry-social.ig { background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#bc1888); }
.mry-social.tg { background: #229ed9; }
.mry-social.wa { background: #25d366; }
.mry-social:hover { transform: translateY(-3px); }

.mry-footer-title {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mry-footer-title i { color: var(--brand); font-size: 14px; }

.mry-footer-links { list-style: none; padding: 0; margin: 0; }
.mry-footer-links li { margin-bottom: 11px; }
.mry-footer-links a {
  color: #b8c4da;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: color .2s, padding .2s;
}
.mry-footer-links a i { font-size: 11px; color: var(--brand); }
.mry-footer-links a:hover { color: #fff; padding-right: 4px; }

.mry-contact-list { list-style: none; padding: 0; margin: 0; }
.mry-contact-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.mry-contact-ic {
  width: 40px; height: 40px;
  flex-shrink: 0;
  background: rgba(21,100,192,.15);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #9cc4f5; font-size: 16px;
}
.mry-contact-list small { display: block; font-size: 11px; color: #97a6c2; margin-bottom: 2px; }
.mry-contact-list a, .mry-contact-list span { color: #e3eaf5; text-decoration: none; font-size: 14px; font-weight: 600; }
.mry-contact-list a:hover { color: var(--brand); }

.mry-footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 18px 0;
}
.mry-footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 13px;
  color: #aab6cf;
}
.mry-footer-credit { color: #aab6cf; text-decoration: none; }
.mry-footer-credit strong { color: #9fb3d4; }
.mry-footer-credit:hover strong { color: var(--brand); }

/* ================================================================
   RESPONSIVE
   ================================================================ */
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; }
  .hero-form-wrap { order: -1; }
  .hero-form-card { max-width: 100%; }
  .about-inner { grid-template-columns: 1fr; }
  .seo-text-cols { grid-template-columns: 1fr; }
  .process-steps { flex-direction: column; }
  .ps-arrow { transform: rotate(90deg); }
  .ps-item { max-width: 100%; }
}

/* ================================================================
   موبایل — هدر و topbar
   ================================================================ */
@media (max-width: 768px) {

  /* ---- TOPBAR اسلایدر ۲تا۲تا ---- */
  .topbar { padding: 6px 0; }
  .topbar-inner {
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  .topbar-phone { display: none; }

  /* viewport: عرض کامل، فقط ۲ آیتم دیده می‌شه */
  .topbar-viewport {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 20px;
  }
  /* track: عرض ۲۰۰٪ (۴ آیتم)، اسلاید می‌شه */
  .topbar-items {
    display: flex;
    flex-wrap: nowrap;
    width: 200%;
    gap: 0;
    transition: transform .6s ease;
    transform: translateX(calc(var(--tb-page, 0) * 50%));
  }
  .topbar-item {
    flex: 0 0 25%;
    justify-content: center;
    white-space: nowrap;
    font-size: 11.5px;
    opacity: 1;
  }
  .topbar-item i { font-size: 10px; }

  /* ---- هدر اصلی ---- */
  .hdr-inner {
    flex-wrap: nowrap;
    gap: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
  }
  .site-logo { order: 3; flex-shrink: 0; }
  .site-logo img { height: 38px; }
  .hdr-ham { order: 1; }
  .hdr-mobile-actions {
    order: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    justify-content: flex-start;
  }
  .hdr-m-phone {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--brand-light);
    color: var(--brand);
    padding: 7px 12px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    border: 1.5px solid var(--brand);
  }
  .hdr-m-phone svg { width: 14px; height: 14px; }
  .hdr-m-phone span { direction: ltr; }
  .hdr-m-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--border);
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    cursor: pointer;
  }
  .hdr-m-icon svg { width: 16px; height: 16px; }
  .hdr-actions { display: none; }
}

@media (max-width: 600px) {
  .banners-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 16px; }
  .hs-num { font-size: 20px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .brands-grid { grid-template-columns: repeat(3, 1fr); }

  /* فوتر موبایل */
  .mry-footer-grid { grid-template-columns: 1fr; gap: 30px; padding: 36px 0 24px; }
  .footer-cta-inner { flex-direction: column; text-align: center; }
  .footer-cta-text { flex-direction: column; text-align: center; gap: 10px; }
  .footer-cta-btn { width: 100%; justify-content: center; }
  .mry-footer-bottom-inner { flex-direction: column; text-align: center; gap: 8px; }

  /* واتساپ شناور بالاتر از نوار تماس موبایل */
  .whatsapp-float { bottom: 78px; left: 16px; width: 48px; height: 48px; }
  .whatsapp-float svg { width: 24px; height: 24px; }
}

@media (max-width: 380px) {
  .hdr-m-phone { padding: 6px 9px; font-size: 12px; }
  .site-logo img { height: 32px; }
  .brands-grid { grid-template-columns: repeat(2, 1fr); }
  .features-grid { grid-template-columns: 1fr; }
}

/* ================================================================
   اصلاح Breadcrumb — هم‌تراز با container سایت
   ================================================================ */
.breadcrumb .container {
  max-width: var(--container, 1160px);
  margin: 0 auto;
  padding: 0 24px;
}
/* وقتی breadcrumb مستقیماً ol دارد (بدون container) — مثل صفحات مقاله */
.breadcrumb > ol {
  max-width: var(--container, 1160px);
  margin: 0 auto;
  padding: 0 24px;
}
.breadcrumb ol {
  margin: 0 auto;
  justify-content: flex-start;
}
.breadcrumb .container ol { padding: 0; }
@media (max-width: 768px) {
  .breadcrumb .container,
  .breadcrumb > ol { padding: 0 16px; }
}
/* ================================================================
   فهرست مطالب و بخش‌های h2 — صفحه (page)
   ================================================================ */

/* ---- فهرست مطالب ---- */
.page-type-page .toc-box {
  background: linear-gradient(135deg, var(--brand-bg) 0%, #fff 100%);
  border: 1px solid var(--border);
  border-right: 4px solid var(--brand);
  border-radius: var(--radius-lg);
  padding: 22px 26px;
  margin: 28px 0 36px;
  box-shadow: var(--shadow);
}
.page-type-page .toc-title {
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 14px;
  color: var(--brand);
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-type-page .toc-title svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex-shrink: 0;
}
.page-type-page .toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}
.page-type-page .toc-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius);
  border-bottom: none;
  background: rgba(255, 255, 255, .7);
  transition: background .15s, transform .15s;
}
.page-type-page .toc-list li:hover {
  background: #fff;
  transform: translateX(-2px);
}
.page-type-page .toc-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.page-type-page .toc-list li a {
  font-size: 14px;
  color: var(--text);
  font-weight: 600;
  text-decoration: none;
  line-height: 1.5;
  flex: 1;
}
.page-type-page .toc-list li a:hover {
  color: var(--brand);
}

/* ---- بخش‌های h2 ---- */
.page-type-page .page-content-sections {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-type-page .content-section {
  background: var(--bg-alt, #f5f8ff);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  box-shadow: 0 1px 4px rgba(21, 100, 192, .06);
}
.page-type-page .content-section h2 {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 16px;
  padding: 0 0 12px;
  border-right: none;
  border-bottom: 2px solid var(--brand-light, #e8f0fd);
  color: var(--text);
  line-height: 1.5;
  scroll-margin-top: 90px;
}
.page-type-page .content-section h2::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 1em;
  background: var(--brand);
  border-radius: 2px;
  margin-left: 10px;
  vertical-align: -2px;
}
.page-type-page .content-section h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 20px 0 10px;
  color: var(--text);
}
.page-type-page .content-section p {
  margin: 0 0 14px;
  color: var(--text);
  line-height: 1.9;
}
.page-type-page .content-section p:last-child {
  margin-bottom: 0;
}
.page-type-page .content-section ul,
.page-type-page .content-section ol {
  margin: 0 0 14px;
  padding-right: 22px;
}
.page-type-page .content-section li {
  margin-bottom: 6px;
  line-height: 1.8;
}
.page-type-page .content-section img {
  border-radius: var(--radius);
  margin: 16px auto;
}
.page-type-page .content-section table {
  margin: 16px 0;
}

@media (max-width: 768px) {
  .page-type-page .toc-box {
    padding: 18px 16px;
    margin: 20px 0 28px;
  }
  .page-type-page .content-section {
    padding: 18px 16px;
  }
  .page-type-page .content-section h2 {
    font-size: 18px;
  }
}
