﻿@font-face {
  font-family: 'Iranian Sans';
  src: url('../fonts/Iranian-Sans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --mp-bg: #FFF9F5;
  --mp-surface: #FFFFFF;
  --mp-accent: #E85D2C;
  --mp-accent-dark: #C94E22;
  --mp-accent-soft: #FFF0E8;
  --mp-text: #1A1410;
  --mp-muted: #6B5E56;
  --mp-border: rgba(26, 20, 16, 0.08);
  --mp-radius: 20px;
  --mp-shadow: 0 8px 32px rgba(232, 93, 44, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 76px; }
body {
  font-family: 'Iranian Sans', Tahoma, sans-serif;
  background: var(--mp-bg);
  color: var(--mp-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
.section-pad { padding: 72px 0; }
@media (min-width: 768px) { .section-pad { padding: 100px 0; } }
.eyebrow {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mp-accent);
  background: var(--mp-accent-soft);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}
h1, h2, h3 { font-weight: 700; line-height: 1.35; letter-spacing: -0.02em; }
.lead-text { font-size: 1.1rem; color: var(--mp-muted); max-width: 520px; }
.btn-mp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  padding: 14px 32px;
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  background: var(--mp-accent);
  border: none;
  border-radius: 100px;
  box-shadow: 0 8px 28px rgba(232, 93, 44, 0.35);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
  text-decoration: none;
}
.btn-mp:hover {
  background: var(--mp-accent-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(232, 93, 44, 0.42);
}
.btn-mp-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 52px;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--mp-accent);
  background: transparent;
  border: 2px solid var(--mp-accent);
  border-radius: 100px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.btn-mp-outline:hover { background: var(--mp-accent-soft); color: var(--mp-accent-dark); }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-top: 20px;
  font-size: 0.9rem;
  color: var(--mp-muted);
}
.trust-row span::before { content: '✓ '; color: var(--mp-accent); font-weight: 700; }
.navbar-mp {
  background: rgba(255, 249, 245, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--mp-border);
  padding: 12px 0;
}
.navbar-mp .container {
  gap: 8px;
}
.navbar-actions {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  .navbar-mp { padding: 10px 0; }
  .navbar-mp .site-logo { height: 36px; }
  .navbar-mp .auth-nav-btn {
    min-height: 36px !important;
    padding: 6px 10px !important;
    font-size: 0.78rem !important;
  }
  .navbar-mp .navbar-contact-btn {
    min-width: auto;
  }
}
.navbar-brand { padding: 0; margin: 0; line-height: 0; }
.site-logo { height: 44px; width: auto; display: block; }
.site-logo-footer { height: 40px; width: auto; display: block; margin-bottom: 12px; }
.hero { padding: 88px 0 40px; overflow-x: clip; }
@media (min-width: 576px) { .hero { padding: 96px 0 48px; } }
@media (min-width: 992px) { .hero { padding: 120px 0 80px; } }
@media (max-width: 991.98px) {
  .hero-content-col { order: 1; text-align: center; }
  .hero-visual-col { order: 2; }
  .hero .lead-text { margin-inline: auto; max-width: 100%; }
  .hero .trust-row { justify-content: center; flex-direction: column; align-items: center; gap: 8px; }
  .hero .speed-badge { display: flex; margin-inline: auto; justify-content: center;}
  .hero .eyebrow { margin-inline: auto; }
  .hero-actions {
    max-width: 100%;
    margin-inline: auto;
    width: 100%;
  }
  .hero-actions .btn-mp,
  .hero-actions .btn-mp-outline { width: 100%; }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .hero-actions { max-width: 400px; }
  .hero-actions .btn-mp,
  .hero-actions .btn-mp-outline { width: auto; flex: 1 1 calc(50% - 5px); min-width: 0; }
}
.hero h1 { font-size: clamp(1.35rem, 5.5vw, 2.75rem); margin-bottom: 16px; line-height: 1.45; }
@media (max-width: 380px) {
  .hero h1 { font-size: 1.3rem; }
  .lead-text { font-size: 0.9rem !important; }
}
.hero h1 em { font-style: normal; color: var(--mp-accent); }
.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .hero-actions { flex-direction: row; flex-wrap: wrap; }
  .hero-actions .btn-mp,
  .hero-actions .btn-mp-outline { width: auto; }
}
.phone-mock {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .phone-mock { max-width: min(200px, 58vw); margin-top: 16px; }
}
@media (max-width: 575.98px) {
  .phone-mock { max-width: min(175px, 52vw); margin-top: 12px; }
}
.phone-frame {
  background: #1A1410;
  border-radius: 36px;
  padding: 12px;
  box-shadow: var(--mp-shadow), 0 24px 64px rgba(0,0,0,0.15);
  max-width: 100%;
}
@media (max-width: 991.98px) {
  .phone-frame--hero {
    background: transparent;
    padding: 0;
    box-shadow: none;
    border-radius: 0;
  }
  .phone-frame--hero .phone-screen {
    border-radius: 16px;
    box-shadow: var(--mp-shadow), 0 12px 36px rgba(0,0,0,0.12);
  }
}
@media (max-width: 575.98px) {
  .phone-frame { border-radius: 28px; padding: 10px; }
  .phone-frame--hero { padding: 0; }
}
.phone-screen {
  border-radius: 26px;
  overflow: hidden;
  background: #000;
  max-width: 100%;
  line-height: 0;
}
@media (min-width: 992px) {
  .phone-screen { aspect-ratio: 9 / 19; }
}
@media (max-width: 575.98px) {
  .phone-screen { border-radius: 14px; }
}
.phone-screen img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  object-fit: contain;
  object-position: top center;
}
@media (min-width: 992px) {
  .phone-screen img { height: 100%; object-fit: cover; }
}
@media (max-width: 991.98px) {
  .phone-screen img { max-height: min(45vh, 360px); margin: 0 auto; }
}
@media (max-width: 575.98px) {
  .phone-screen img { max-height: min(50vh, 400px); }
}
.ticker-wrap {
  background: var(--mp-surface);
  border-block: 1px solid var(--mp-border);
  padding: 20px 0;
  overflow: hidden;
}
.ticker-track {
  display: flex;
  gap: 32px;
  animation: ticker 28s linear infinite;
  width: max-content;
}
@keyframes ticker {
  from { transform: translateX(0); }
  to { transform: translateX(50%); }
}
.ticker-item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-weight: 600;
  color: var(--mp-muted);
  font-size: 0.95rem;
}
.feature-card {
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: var(--mp-radius);
  padding: 32px 28px;
  height: 100%;
  transition: transform 0.25s, box-shadow 0.25s;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--mp-shadow);
}
.feature-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--mp-accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.feature-card h3 { font-size: 1.15rem; margin-bottom: 10px; }
.feature-card p { color: var(--mp-muted); margin: 0; font-size: 0.95rem; }
.cta-band {
  background: linear-gradient(135deg, var(--mp-accent) 0%, var(--mp-accent-dark) 100%);
  border-radius: var(--mp-radius);
  padding: 36px 28px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) { .cta-band { padding: 48px; } }
.cta-band h3 { font-size: 1.35rem; margin-bottom: 8px; }
.cta-band p { opacity: 0.9; margin-bottom: 20px; }
.cta-band .btn-mp { background: #fff; color: var(--mp-accent); box-shadow: 0 8px 24px rgba(0,0,0,0.15); }
.cta-band .btn-mp:hover { background: #fff; color: var(--mp-accent-dark); }
.demo-phone {
  border-radius: 24px;
  overflow: hidden;
  border: 4px solid #1A1410;
  box-shadow: var(--mp-shadow);
  transition: transform 0.3s;
}
.demo-phone:hover { transform: scale(1.02); }
.demo-phone img { width: 100%; object-fit: cover; }
.carousel-indicators [data-bs-target] {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--mp-accent); opacity: 0.3;
}
.carousel-indicators .active { opacity: 1; }
.pricing-box {
  background: var(--mp-surface);
  border: 2px solid var(--mp-accent);
  border-radius: var(--mp-radius);
  padding: 40px 32px;
  text-align: center;
  max-width: 480px;
  margin: 0 auto;
  box-shadow: var(--mp-shadow);
}
.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1100px) {
  .pricing-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.1rem; }
}
.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: var(--mp-radius);
  padding: 28px 22px;
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}
.pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--mp-shadow);
}
.pricing-card--featured {
  border-color: var(--mp-accent);
  box-shadow: var(--mp-shadow);
}
.pricing-card__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--mp-accent);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
}
.pricing-card__period {
  color: var(--mp-muted);
  font-size: 0.9rem;
  margin-bottom: 0.35rem;
}
.pricing-card__price {
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  font-weight: 800;
  color: var(--mp-accent);
  margin: 0.2rem 0;
  line-height: 1.35;
}
.pricing-card__meta {
  color: var(--mp-muted);
  font-size: 0.82rem;
  margin-bottom: 0.85rem;
}
.pricing-card__save {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  margin-bottom: 1rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  background: var(--mp-accent-soft);
  color: var(--mp-accent-dark);
  font-size: 0.78rem;
  font-weight: 700;
}
.pricing-card .pricing-list { margin-top: auto; }
.pricing-card .btn-mp { margin-top: 0.5rem; }
.pricing-note {
  max-width: 720px;
  margin: 1.25rem auto 0;
  text-align: center;
  color: var(--mp-muted);
  font-size: 0.9rem;
}
.pricing-price {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  color: var(--mp-accent);
  margin: 16px 0;
}
.pricing-list {
  text-align: right;
  list-style: none;
  padding: 0;
  margin: 24px 0;
}
.pricing-list li {
  padding: 8px 0;
  border-bottom: 1px solid var(--mp-border);
  color: var(--mp-muted);
  font-size: 0.95rem;
}
.pricing-list li::before { content: '✓ '; color: var(--mp-accent); font-weight: 700; }
.faq-item {
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}
.faq-q {
  width: 100%;
  text-align: right;
  padding: 18px 20px;
  font-weight: 600;
  font-size: 0.95rem;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  color: var(--mp-text);
}
.faq-a {
  display: none;
  padding: 0 20px 18px;
  color: var(--mp-muted);
  font-size: 0.92rem;
  line-height: 1.8;
}
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid var(--mp-accent);
  color: var(--mp-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  transition: transform 0.3s;
}
.final-cta {
  background: var(--mp-text);
  border-radius: var(--mp-radius);
  padding: 48px 28px;
  text-align: center;
  color: #fff;
}
.final-cta h2 { font-size: clamp(1.5rem, 4vw, 2rem); margin-bottom: 12px; }
.final-cta h2 em { font-style: normal; color: #FFB088; }
.final-cta p { color: rgba(255,255,255,0.75); max-width: 480px; margin: 0 auto 28px; }
footer {
  padding: 48px 0 32px;
  border-top: 1px solid var(--mp-border);
  color: var(--mp-muted);
  font-size: 0.88rem;
}
footer a { color: var(--mp-muted); text-decoration: none; }
footer a:hover { color: var(--mp-accent); }
.wa-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1050;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.45);
  transition: transform 0.2s;
}
.wa-float:hover { transform: scale(1.08); color: #fff; }
.speed-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--mp-accent);
  margin-top: 12px;
}
.auth-body { min-height: 100vh; }
.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 100px 0 48px;
}
.auth-card {
  background: var(--mp-surface);
  border: 1px solid var(--mp-border);
  border-radius: var(--mp-radius);
  padding: 36px 28px;
  max-width: 440px;
  margin: 0 auto;
  box-shadow: var(--mp-shadow);
}
@media (min-width: 576px) {
  .auth-card { padding: 44px 40px; }
}
.auth-card-header { text-align: center; margin-bottom: 28px; }
.auth-card-header h1 { font-size: 1.5rem; margin-bottom: 8px; }
.auth-label {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--mp-text);
  margin-bottom: 6px;
}
.auth-input {
  min-height: 48px;
  border-radius: 12px;
  border: 1.5px solid var(--mp-border);
  padding: 10px 14px;
  font-size: 0.95rem;
  background: var(--mp-bg);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.auth-input:focus {
  border-color: var(--mp-accent);
  box-shadow: 0 0 0 3px var(--mp-accent-soft);
  background: #fff;
}
.auth-input.is-invalid { border-color: #dc3545; }
.auth-remember { padding-right: 1.5rem; }
.auth-remember .form-check-input:checked {
  background-color: var(--mp-accent);
  border-color: var(--mp-accent);
}
.auth-switch {
  text-align: center;
  margin: 24px 0 0;
  font-size: 0.92rem;
  color: var(--mp-muted);
}
.auth-switch a {
  color: var(--mp-accent);
  font-weight: 600;
  text-decoration: none;
}
.auth-switch a:hover { color: var(--mp-accent-dark); }
.auth-nav-btn {
  min-height: 40px !important;
  padding: 8px 16px !important;
  font-size: 0.85rem !important;
}
.auth-card--wide { max-width: 520px; }
.auth-alert {
  border-radius: 12px;
  font-size: 0.92rem;
  margin-bottom: 20px;
}
.auth-input.form-select {
  padding-top: 10px;
  padding-bottom: 10px;
}
textarea.auth-input {
  min-height: 120px;
  resize: vertical;
}
.navbar-auth-user {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--mp-muted);
  white-space: nowrap;
}
