@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;500;600;700&display=swap');

:root {
  --primary: #ff8c00;
  --primary-dark: #ff5353;
  --bg-light: #fff5f0;
  --text-dark: #2d2d2d;
  --text-muted: #666;
  --border: #e0e0e0;
  --green: #10b981;
}

body {
  font-family: 'Vazirmatn', sans-serif;
  font-size: 0.95rem;
}

/* ── Gradients ── */
.accent-gradient,
.grad {
  background: linear-gradient(135deg, #ff8c00 0%, #ff5353 100%);
}

.accent-gradient-hover:hover {
  background: linear-gradient(362deg, #ff3b3b 0%, #ff7a00 100%);
}

.hero-gradient,
.hero-orange {
  background: linear-gradient(135deg, #ff8c00 0%, #ff5353 100%);
}

.grad-text {
  background: linear-gradient(135deg, #ff8c00, #ff5353);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-orange-mainvanner::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.05'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
  background-size: 4%;
}

.hero-arc-bottom {
  position: relative;
}

.crm_mini {
  font-size: 15px;
}

.ind-card ul {
  min-height: 110px;
}

.margin-tp-20 {
  margin-top: 20px;
}

/* ── Section ── */
.section {
  background-color: #f4f5f7;
  padding: 60px 20px;
  text-align: center;
}

.section h2 {
  font-size: 26px;
  font-weight: 800;
  color: #1a1a2e;
  margin-bottom: 16px;
  line-height: 1.7;
}

.section h2 span {
  color: #f5a623;
}

.section p {
  font-size: 14px;
  color: #555;
  line-height: 2;
  max-width: 560px;
  margin: 0 auto 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #f5a623;
  color: #fff;
  font-family: 'Vazirmatn', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  margin-bottom: 48px;
  text-decoration: none;
}

.btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.grid-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0 auto;
}

.card-side {
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
  flex-shrink: 0;
}

.card-side img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.card-side span {
  font-size: 11px;
  color: #444;
  font-weight: 600;
}

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

.card {
  width: 110px;
  height: 90px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.card img {
  width: 38px;
  height: 38px;
  object-fit: contain;
}

.card span {
  font-size: 11px;
  color: #444;
  font-weight: 600;
}

.icon-box {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.icon-naro      { background: #e8f0fe; color: #3b5bdb; }
.icon-clickup   { background: #f0f0ff; color: #7950f2; }
.icon-mizenoo   { background: #fff0f0; color: #e03131; }
.icon-sarvcrm   { background: #e8faf0; color: #2f9e44; }
.icon-danadisk  { background: #fff8e1; color: #e67700; }
.icon-gmeet     { background: #e8f5e9; color: #2e7d32; }
.icon-piam      { background: #fce4ec; color: #c62828; }
.icon-gdrive    { background: #e3f2fd; color: #1565c0; }
.icon-porsaline { background: #f3e5f5; color: #7b1fa2; }
.icon-didar     { background: #e0f2f1; color: #00695c; }
.icon-wp        { background: #e8f5e9; color: #2e7d32; }
.icon-kafino    { background: #fff8e1; color: #f59f00; }

/* ── Navbar ── */
nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
  z-index: 50;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 800;
  color: #1a1a2e;
}

.nav-logo i {
  background: linear-gradient(135deg, #ff8c00, #ff5353);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.6rem;
}

.nav-links {
  display: flex;
  gap: 32px;
  font-size: .95rem;
}

.nav-links a {
  color: #555;
  text-decoration: none;
  transition: color .2s;
}

.nav-links a:hover,
.nav-links a.active {
  color: #ff8c00;
  font-weight: 600;
}

.nav-btns {
  display: flex;
  gap: 12px;
}

.btn-login {
  padding: 8px 20px;
  border: 1.5px solid #d1d5db;
  border-radius: 10px;
  font-family: inherit;
  font-size: .9rem;
  cursor: pointer;
  background: #fff;
  color: #555;
  transition: all .2s;
}

.btn-login:hover {
  border-color: #ff8c00;
  color: #ff8c00;
}

.btn-start {
  padding: 8px 20px;
  border: none;
  border-radius: 10px;
  font-family: inherit;
  font-size: .9rem;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #ff8c00, #ff5353);
  transition: opacity .2s;
}

.btn-start:hover { opacity: .9; }

/* ── Hero ── */
.page-hero {
  background: linear-gradient(135deg, #ff8c00 0%, #ff5353 100%);
  padding: 130px 24px 80px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='40' cy='40' r='30'/%3E%3C/g%3E%3C/svg%3E") repeat;
  background-size: 4%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 30px;
  padding: 7px 20px;
  font-size: 13px;
  margin-bottom: 22px;
  position: relative;
}

.hero-badge a { color: #fff; text-decoration: none; opacity: .85; }

.page-hero h1 {
  font-size: 2.8rem;
  font-weight: 800;
  position: relative;
  line-height: 1.4;
  margin-bottom: 12px;
}

.page-hero h1 span {
  background: rgba(255,255,255,.25);
  border-radius: 12px;
  padding: 2px 12px;
}

.page-hero p {
  font-size: 1.1rem;
  opacity: .92;
  margin-top: 14px;
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 2;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,.18);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 30px;
  padding: 6px 18px;
  font-size: 13px;
  margin-bottom: 20px;
  position: relative;
}

.breadcrumb a { color: #fff; text-decoration: none; opacity: .85; }
.breadcrumb span { opacity: .6; }

.hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 32px;
  flex-wrap: wrap;
  position: relative;
}

.btn-white {
  background: #fff;
  color: #ff6a00;
  font-weight: 700;
  padding: 14px 34px;
  border-radius: 16px;
  font-size: 15px;
  border: none;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 6px 24px rgba(0,0,0,.12);
}

.btn-white:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 32px rgba(0,0,0,.18);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  font-weight: 600;
  padding: 14px 34px;
  border-radius: 16px;
  font-size: 15px;
  border: 2px solid rgba(255,255,255,.6);
  cursor: pointer;
  transition: background .2s;
}

.btn-outline-white:hover { background: rgba(255,255,255,.12); }

/* Billing toggle */
.billing-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  position: relative;
}

.billing-toggle span { font-size: 1.05rem; font-weight: 600; }

.toggle-wrap {
  width: 56px;
  height: 28px;
  background: rgba(255,255,255,.3);
  border-radius: 14px;
  cursor: pointer;
  position: relative;
  transition: background .3s;
}

.toggle-wrap.active { background: rgba(255,255,255,.5); }

.toggle-thumb {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 50%;
  transition: transform .3s;
}

.toggle-wrap.active .toggle-thumb { transform: translateX(-28px); }

.badge-green {
  background: #10b981;
  color: #fff;
  padding: 4px 14px;
  border-radius: 20px;
  font-size: .85rem;
  font-weight: 700;
}

/* ── Stats strip ── */
.stats-strip {
  background: #fff;
  box-shadow: 0 6px 40px rgba(0,0,0,.09);
  border-radius: 24px;
  margin: -44px auto 0;
  max-width: 920px;
  padding: 30px 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
  z-index: 10;
}

.stat-item { text-align: center; }

.stat-num {
  font-size: 1.9rem;
  font-weight: 800;
  background: linear-gradient(135deg, #ff8c00, #ff5353);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-label {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}

/* ── Section titles ── */
.sec-badge {
  display: inline-block;
  background: #fff3e0;
  color: #ff6a00;
  font-size: 12.5px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.sec-title {
  font-size: 1.8rem;
  font-weight: 800;
  color: #1a1a2e;
  line-height: 1.4;
  margin-bottom: 10px;
}

.sec-sub {
  font-size: 14.5px;
  color: #666;
  line-height: 2;
  max-width: 580px;
  margin: 0 auto 48px;
}

/* ── Plans ── */
.plans-wrap {
  max-width: 1200px;
  margin: -70px auto 80px;
  padding: 0 20px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.plan-card {
  background: #fff;
  border-radius: 18px;
  padding: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,.09);
  transition: transform .3s, box-shadow .3s;
  position: relative;
}

.plan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0,0,0,.14);
}

.plan-card.featured {
  border: 3px solid #ff8c00;
  transform: scale(1.05);
  z-index: 2;
}

.plan-card.featured:hover { transform: scale(1.05) translateY(-6px); }

.featured-badge {
  position: absolute;
  top: -14px;
  right: 50%;
  transform: translateX(50%);
  background: #ff8c00;
  color: #fff;
  padding: 5px 22px;
  border-radius: 20px;
  font-size: .8rem;
  font-weight: 700;
  white-space: nowrap;
}

.plan-icon { font-size: 2.8rem; margin-bottom: .8rem; }
.plan-card h3 { font-size: 1.45rem; font-weight: 700; margin-bottom: 4px; }
.plan-sub { color: var(--text-muted); font-size: .9rem; margin-bottom: 1.2rem; }
.plan-price { font-size: 2.2rem; font-weight: 800; color: #ff8c00; }
.plan-price sup { font-size: 1rem; font-weight: 500; }
.plan-period { font-size: .85rem; color: var(--text-muted); margin-bottom: 1.4rem; }

.plan-features {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plan-features li { display: flex; align-items: flex-start; gap: 8px; font-size: .92rem; }
.plan-features li .ic { margin-top: 2px; flex-shrink: 0; }
.plan-features li.yes .ic { color: #10b981; }
.plan-features li.no { opacity: .4; }
.plan-features li.no .ic { color: #aaa; }

.plan-btn {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s;
}

.plan-btn-outline {
  background: #fff;
  border: 2px solid #ff8c00;
  color: #ff8c00;
}

.plan-btn-outline:hover {
  background: #ff8c00;
  color: #fff;
}

.plan-btn-fill {
  background: linear-gradient(135deg, #ff8c00, #ff5353);
  border: none;
  color: #fff;
}

.plan-btn-fill:hover { opacity: .88; }

/* ── Mission / Vision cards ── */
.mv-card {
  background: #fff;
  border: 1.5px solid #e8eaed;
  border-radius: 24px;
  padding: 36px 28px;
  transition: border-color .25s, box-shadow .25s;
}

.mv-card:hover {
  border-color: #ff8c00;
  box-shadow: 0 8px 30px rgba(255,140,0,.1);
}

.mv-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

/* ── Timeline ── */
.timeline {
  position: relative;
  padding-right: 32px;
}

.timeline::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e8eaed;
}

.tl-item { position: relative; margin-bottom: 36px; }

.tl-dot {
  position: absolute;
  right: -22px;
  top: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8c00, #ff5353);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #ff8c0050;
}

.tl-year { font-size: 12px; font-weight: 700; color: #ff8c00; margin-bottom: 4px; }
.tl-title { font-size: 15px; font-weight: 700; color: #1a1a2e; margin-bottom: 4px; }
.tl-desc { font-size: 13px; color: #666; line-height: 1.9; }

/* ── Team cards ── */
.team-card {
  background: #fff;
  border: 1.5px solid #e8eaed;
  border-radius: 24px;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
}

.team-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,.1);
  transform: translateY(-4px);
}

.team-avatar { width: 100%; height: 200px; object-fit: cover; }

.team-avatar-placeholder {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
}

/* ── Values ── */
.val-card {
  background: #f8f9fb;
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  transition: background .25s;
}

.val-card:hover { background: #fff3e6; }
.val-icon { font-size: 2.2rem; margin-bottom: 14px; }

/* ── Feature cards ── */
.feat-card {
  background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 28px;
  overflow: hidden;
  transition: box-shadow .25s, transform .25s;
}

.feat-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,.08);
  transform: translateY(-4px);
}

.feat-card .card-icon-wrap {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.feat-card h3 { font-size: 1.2rem; font-weight: 800; color: #1a1a2e; margin-bottom: 10px; }
.feat-card p { font-size: 14px; color: #555; line-height: 2; }
.feat-card ul { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 8px; }

.feat-card ul li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13.5px;
  color: #444;
}

.feat-card ul li::before {
  content: '✓';
  color: #ff8c00;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ── Channel cards ── */
.channel-card {
  background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 24px;
  padding: 32px 28px;
  text-align: center;
  transition: box-shadow .25s, transform .25s;
  cursor: pointer;
}

.channel-card:hover {
  box-shadow: 0 16px 48px rgba(0,0,0,.08);
  transform: translateY(-4px);
}

.channel-icon {
  width: 68px;
  height: 68px;
  border-radius: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  margin: 0 auto 18px;
}

.channel-card h3 { font-size: 1.05rem; font-weight: 800; color: #1a1a2e; margin-bottom: 8px; }
.channel-card p { font-size: 13.5px; color: #666; line-height: 1.9; }
.channel-card .c-action { display: inline-block; margin-top: 16px; font-size: 13px; font-weight: 700; color: #ff6a00; }

/* ── Big feature (alternating) ── */
.big-feat {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 80px 0;
}

.big-feat.reverse { direction: ltr; }
.big-feat.reverse > * { direction: rtl; }
.big-feat-visual { border-radius: 28px; overflow: hidden; position: relative; }

.mockup-box {
  background: linear-gradient(135deg, #f8f9fb, #fff);
  border: 1.5px solid #e8eaed;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 8px 32px rgba(0,0,0,.06);
}

.mockup-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 14px;
  margin-bottom: 10px;
  border: 1px solid #f0f0f0;
}

.mockup-avatar {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.mockup-label { font-size: 13px; font-weight: 600; color: #1a1a2e; }
.mockup-sub { font-size: 11px; color: #888; margin-top: 2px; }
.mockup-badge { margin-right: auto; font-size: 10.5px; font-weight: 700; padding: 3px 10px; border-radius: 20px; }

/* ── Growth strip ── */
.growth-strip {
  background: linear-gradient(135deg, #1a1a2e, #2d2d4e);
  border-radius: 28px;
  padding: 56px 48px;
  color: #fff;
}

.growth-strip h2 { font-size: 1.9rem; font-weight: 800; margin-bottom: 12px; }
.growth-strip p { opacity: .8; font-size: 15px; line-height: 2; max-width: 520px; }
.growth-metric { text-align: center; }
.growth-metric .num { font-size: 2.6rem; font-weight: 800; }
.growth-metric .lbl { font-size: 12.5px; opacity: .7; margin-top: 4px; }

/* ── Process steps ── */
.step-item { display: flex; gap: 20px; align-items: flex-start; }

.step-num {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  flex-shrink: 0;
}

.step-line {
  width: 2px;
  background: #e8eaed;
  margin: 4px auto;
  flex-grow: 1;
  min-height: 40px;
}

/* ── Compare table ── */
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th { padding: 16px 20px; text-align: center; font-size: 13.5px; font-weight: 700; }
.compare-table td { padding: 14px 20px; text-align: center; font-size: 13.5px; color: #444; border-top: 1px solid #f0f0f0; }
.compare-table td:first-child { text-align: right; font-weight: 600; color: #1a1a2e; }
.compare-table tr:hover td { background: #fafafa; }
.check-yes { color: #22c55e; font-size: 1.1rem; }
.check-no  { color: #d1d5db; font-size: 1.1rem; }

/* ── Testimonials ── */
.testi-card {
  background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 24px;
  padding: 28px;
  transition: box-shadow .25s;
}

.testi-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,.07); }

/* ── Contact form ── */
.form-card {
  background: #fff;
  border: 1.5px solid #ebebeb;
  border-radius: 28px;
  padding: 40px 44px;
  box-shadow: 0 8px 40px rgba(0,0,0,.05);
}

.form-label { display: block; font-size: 13.5px; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; }

.form-input {
  width: 100%;
  border: 1.5px solid #e0e0e0;
  border-radius: 14px;
  padding: 13px 16px;
  font-family: 'Vazirmatn', sans-serif;
  font-size: 14px;
  color: #1a1a2e;
  background: #fafafa;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
}

.form-input:focus {
  border-color: #ff8c00;
  box-shadow: 0 0 0 3px rgba(255,140,0,.1);
  background: #fff;
}

.form-input::placeholder { color: #bbb; }
textarea.form-input { resize: vertical; min-height: 130px; }

select.form-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 14px center;
}

.btn-submit {
  width: 100%;
  background: linear-gradient(135deg, #ff8c00, #ff5353);
  color: #fff;
  font-family: 'Vazirmatn', sans-serif;
  font-size: 15px;
  font-weight: 700;
  padding: 15px;
  border-radius: 16px;
  border: none;
  cursor: pointer;
  transition: opacity .2s, transform .2s;
  margin-top: 8px;
}

.btn-submit:hover { opacity: .92; transform: translateY(-1px); }

/* ── FAQ accordion ── */
.faq-item { border-bottom: 1.5px solid #f0f0f0; }

.faq-q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: right;
  font-family: 'Vazirmatn', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #1a1a2e;
}

.faq-q .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s, border-color .2s;
}

.faq-q[aria-expanded="true"] .icon {
  background: linear-gradient(135deg, #ff8c00, #ff5353);
  border-color: transparent;
}

.faq-q[aria-expanded="true"] .icon svg { stroke: #fff; transform: rotate(45deg); }
.faq-q .icon svg { stroke: #666; transition: transform .3s; }

.faq-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s ease, padding .35s ease;
  padding: 0 4px;
}

.faq-body.open { max-height: 400px; padding: 0 4px 20px; }
.faq-body p { font-size: 14px; color: #555; line-height: 2; }

/* ── Map ── */
.map-box {
  background: linear-gradient(135deg, #f0f4ff, #e8f0fe);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #dde5f8;
}

.map-pin {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff8c00, #ff5353);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 8px 24px rgba(255,100,0,.3);
  animation: pin-pulse 2s infinite;
}

@keyframes pin-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.1); }
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(99,130,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99,130,255,.07) 1px, transparent 1px);
  background-size: 40px 40px;
}

/* ── Info strip ── */
.info-strip {
  background: linear-gradient(135deg, #1a1a2e, #2d2d4e);
  border-radius: 24px;
  padding: 36px 40px;
  color: #fff;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.info-item .lbl { font-size: 12px; opacity: .6; margin-bottom: 6px; }
.info-item .val { font-size: 14.5px; font-weight: 700; }
.info-item .val a { color: #fff; text-decoration: none; }
.info-item .val a:hover { opacity: .8; }

/* ── CTA band ── */
.cta-band {
  background: linear-gradient(135deg, #ff8c00, #ff5353);
  border-radius: 28px;
  padding: 64px 48px;
  color: #fff;
  text-align: center;
}

.cta-band h2 { font-size: 2rem; font-weight: 800; margin-bottom: 12px; }
.cta-band p { opacity: .9; font-size: 15px; margin-bottom: 32px; line-height: 2; }

/* ── Follow bar ── */
.follow-bar {
  background: linear-gradient(90deg, #ff5353 0%, #ff8c00 100%);
  padding: 0 40px;
  direction: rtl;
}

.follow-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 52px;
}

.follow-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}

.brand-icon { font-size: 20px; }

.follow-social {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: row-reverse;
}

.follow-label { color: #fff; font-size: 14px; font-weight: 500; margin-right: 4px; }

.follow-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .9;
  transition: opacity .2s, transform .2s;
}

.follow-social a:hover { opacity: 1; transform: scale(1.1); }

/* ── Footer ── */
.footer {
  background: #fff;
  border-top: 1px solid #e8eaed;
  padding: 48px 60px 0;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1.4fr;
  gap: 32px;
  padding-bottom: 40px;
}

.footer-col h4 {
  font-size: 13.5px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 10px;
}

.footer-col h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 28px;
  height: 2px;
  background: #f5a623;
  border-radius: 2px;
}

.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col ul li a { font-size: 12.5px; color: #555; text-decoration: none; transition: color .2s; line-height: 1.7; }
.footer-col ul li a:hover { color: #f5a623; }

.btn-cta {
  display: inline-block;
  margin-top: 12px;
  background: #1565c0;
  color: #fff;
  font-family: 'Vazirmatn', sans-serif;
  font-size: 12px;
  font-weight: 600;
  padding: 8px 18px;
  border-radius: 20px;
  text-decoration: none;
  transition: background .2s;
}

.btn-cta:hover { background: #1248a0; }

.footer-brand { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.brand-logo { display: flex; align-items: center; gap: 8px; }
.brand-logo svg { width: 54px; height: 38px; }
.brand-logo .logo-text { display: flex; flex-direction: column; align-items: flex-start; line-height: 1.3; }
.brand-logo .logo-text .top { font-size: 13px; font-weight: 700; color: #1565c0; }
.brand-logo .logo-text .bottom { font-size: 10px; font-weight: 600; color: #333; letter-spacing: 1px; }
.brand-desc { font-size: 12px; color: #666; line-height: 2; text-align: right; max-width: 220px; }
.brand-tagline { font-size: 11.5px; color: #1565c0; font-weight: 600; text-align: right; }

.footer-bottom {
  border-top: 1px solid #e8eaed;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.scroll-top {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #555;
  background: #fff;
  transition: border-color .2s, color .2s;
  flex-shrink: 0;
}

.scroll-top:hover { border-color: #f5a623; color: #f5a623; }

.trust-badges { display: flex; align-items: center; gap: 20px; }

.badge {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f0f2f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: #555;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  flex-shrink: 0;
  border: 1px solid #dde1e7;
  overflow: hidden;
}

.badge.samandehi { background: linear-gradient(135deg, #1565c0 0%, #1976d2 100%); color: #fff; }




.social-icon:hover { opacity: .8; }
.social-icon.linkedin  { background: #0a66c2; }
.social-icon.twitter   { background: #1da1f2; }
.social-icon.telegram  { background: #229ed9; }
.social-icon.whatsapp  { background: #25d366; }
.social-icon.youtube   { background: #ff0000; }
.social-icon.instagram { background: radial-gradient(circle at 30% 110%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }
.social-icon svg { width: 16px; height: 16px; fill: #fff; }

/* ── Toast ── */
#toast {
  position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: #1a1a2e;
  color: #fff;
  padding: 14px 28px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 8px 32px rgba(0,0,0,.18);
  opacity: 0;
  transition: opacity .3s, transform .3s;
  z-index: 9999;
  white-space: nowrap;
}

#toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.menu_collapse{
  font-size: 13px;
}
/* ── Responsive ── */
@media (max-width: 768px) {
  .page-hero h1 { font-size: 1.9rem; }
  .stats-strip { grid-template-columns: repeat(2, 1fr); padding: 24px; }
  .big-feat { grid-template-columns: 1fr; }
  .form-card { padding: 28px 20px; }
  .info-strip { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer {
  background: #fff;
  border-top: 1px solid #e8eaed;
  padding: 23px 12px 0;
}
.card_tile_view{
display: none;
}
}


@media (min-width: 1280px) {
    .container {
        max-width: 100% !important;
    }
}