* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Vazirmatn", sans-serif;
}

body {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  color: #fff;
  line-height: 1.8;
}
html {
  scroll-behavior: smooth;
  background: #0f2027;
}


.container {
  padding: 20px;
  max-width: 650px;
  margin: auto;
}

/* کارت */
.card {
  background: rgba(255,255,255,0.05);
  backdrop-filter: blur(10px);
  padding: 20px;
  border-radius: 18px;
  margin-bottom: 20px;
}
/* HERO CARD */
.hero-card {
  position: relative;
  padding: 22px;
  border-radius: 20px;

  background: linear-gradient(
    135deg,
    rgba(0, 229, 255, 0.08),
    rgba(255,255,255,0.04)
  );

  border: 1px solid rgba(0, 229, 255, 0.15);

  overflow: hidden;
}

/* خط نور بالا */
.hero-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;

  background: linear-gradient(
    90deg,
    transparent,
    #00e5ff,
    transparent
  );

  opacity: 0.6;
}

/* badge بالا */
.hero-badge {
  display: inline-block;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 999px;

  background: rgba(0,229,255,0.1);
  color: #80deea;

  margin-bottom: 10px;
}

/* متن اصلی */
.hero-text {
  font-size: 14px;
  color: #e0f7fa;
  line-height: 1.9;
}
/* کارت */
.pflege-card {
  padding: 22px;
}

/* تیتر */
.pflege-title {
  font-size: 18px;
  color: #00e5ff;
  margin-bottom: 10px;
}

/* متن */
.pflege-text {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 18px;
  color: #e0f7fa;
}

/* گرید مزایا */
.pflege-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* آیتم مزایا */
.benefit-item {
  background: rgba(255,255,255,0.05);
  padding: 10px;
  border-radius: 10px;
  font-size: 13px;

  border: 1px solid rgba(255,255,255,0.06);

  transition: 0.25s;
}

/* hover */
.benefit-item:hover {
  background: rgba(0,229,255,0.1);
  transform: translateY(-2px);
}
/* کارت */
.conditions-card {
  padding: 22px;
}

/* تیتر */
.conditions-title {
  color: #00e5ff;
  margin-bottom: 15px;
  font-size: 18px;
}

/* گرید */
.conditions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

/* باکس */
.condition-box {
  background: rgba(255,255,255,0.04);
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.25s;
}

/* hover */
.condition-box:hover {
  background: rgba(0,229,255,0.08);
  transform: translateY(-2px);
}

/* عنوان داخل */
.condition-box h3 {
  font-size: 14px;
  color: #00e5ff;
  margin-bottom: 8px;
}

/* متن */
.condition-box li,
.condition-box p {
  font-size: 13px;
}
/* کارت */
.places-card {
  padding: 22px;
}

/* تیتر */
.places-title {
  font-size: 18px;
  color: #00e5ff;
  margin-bottom: 15px;
}

/* گرید */
.places-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* آیتم‌ها */
.place-item {
  background: rgba(255,255,255,0.05);
  padding: 10px;
  border-radius: 10px;
  font-size: 13px;

  text-align: center;

  border: 1px solid rgba(255,255,255,0.06);

  transition: 0.25s;
}

/* hover */
.place-item:hover {
  background: rgba(0,229,255,0.1);
  transform: translateY(-2px);
}
/* کارت */
.city-card {
  padding: 22px;
}

/* تیتر */
.city-title {
  color: #00e5ff;
  font-size: 18px;
  margin-bottom: 15px;
}

/* لیست */
.city-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* آیتم */
.city-item {
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: rgba(255,255,255,0.05);
  padding: 14px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.06);
  transition: 0.25s;
}

/* hover */
.city-item:hover {
  background: rgba(0,229,255,0.1);
  transform: translateY(-2px);
}

/* اسم شهر */
.city-name {
  color: #00e5ff;
  font-size: 15px;
  margin-bottom: 5px;
  order: 1; 
  text-align: left;
}

/* توضیح */
.city-desc {
  font-size: 13px;
  color: #e0f7fa;
}

/* آیتم خاص (مونیخ مثلا) */
.city-item.highlight {
  border: 1px solid rgba(0,229,255,0.4);
  background: rgba(0,229,255,0.08);
}
/* کارت */
.cheap-card {
  padding: 22px;
}

/* تیتر */
.cheap-title {
  color: #00e5ff;
  font-size: 18px;
  margin-bottom: 15px;
}

/* گرید */
.cheap-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

/* آیتم */
.cheap-item {
  background: rgba(255,255,255,0.05);
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;

  border: 1px solid rgba(255,255,255,0.06);

  transition: 0.25s;
}

/* hover */
.cheap-item:hover {
  background: rgba(0,229,255,0.1);
  transform: translateY(-2px);
}

/* بخش پایین */
.cheap-highlight {
  margin-top: 15px;
  text-align: center;

  font-size: 13px;
  color: #a7ffeb;

  background: rgba(0,229,255,0.08);
  padding: 12px;
  border-radius: 12px;
}
/* کل بخش */
.steps-card {
  padding: 22px;
}

/* تیتر */
.steps-title {
  color: #00e5ff;
  font-size: 18px;
  margin-bottom: 10px;
}

/* توضیح */
.steps-subtitle {
  font-size: 13px;
  margin-bottom: 15px;
  color: #e0f7fa;
}

/* لیست */
.steps-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* هر آیتم */
.step {
  display: flex;
  justify-content: space-between;
  align-items: center;

  background: rgba(255,255,255,0.05);
  padding: 14px;
  border-radius: 14px;

  border: 1px solid rgba(255,255,255,0.06);

  transition: 0.25s;
}

/* hover */
.step:hover {
  background: rgba(0,229,255,0.1);
  transform: translateY(-2px);
}

/* متن */
.step-text {
  font-size: 14px;
}

/* شماره */
.step-number {
  width: 32px;
  height: 32px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #00e5ff;
  color: #00363a;

  border-radius: 50%;
  font-weight: bold;
  font-size: 13px;
}

/* دکمه اصلی */
.cta-btn-main {
  display: block;
  text-align: center;

  margin-top: 18px;
  padding: 12px;

  background: linear-gradient(135deg, #00e5ff, #00bcd4);
  color: #00363a;

  border-radius: 14px;
  text-decoration: none;

  font-weight: bold;
  font-size: 14px;

  transition: 0.3s;
}

.cta-btn-main:hover {
  transform: scale(1.05);
}

/* نکته */
.steps-note {
  margin-top: 12px;
  text-align: center;
  font-size: 12.5px;
  color: #a7ffeb;
}

/* تیترها */
h1 {
  font-size: 22px;
}

h2 {
  font-size: 17px;
  color: #00e5ff;
  margin-bottom: 10px;
}

h3 {
  font-size: 14px;
  color: #00e5ff;
  margin-bottom: 6px;
}

/* متن‌ها */
.subtitle {
  color: #b0bec5;
  margin-bottom: 15px;
}

.lead {
  font-size: 14px;
  margin-bottom: 15px;
}

/* بلاک */
.block {
  margin-bottom: 15px;
}

/* لیست‌ها */
ul {
  padding-right: 18px;
}

li {
  font-size: 13px;
  margin-bottom: 6px;
}

/* لیست شماره‌ای */
ol {
  padding-right: 18px;
}

ol li {
  font-size: 13px;
  margin-bottom: 6px;
}

/* field box */
.field-box {
  background: rgba(255,255,255,0.04);
  padding: 14px;
  border-radius: 12px;
  margin-bottom: 12px;
}

/* متن های سبز / توضیح */
.tag {
  margin-top: 10px;
  font-size: 12.5px;
  color: #a7ffeb;
}

/* divider */
.section-divider {
  text-align: center;
  margin: 25px 0;
  position: relative;
}

.section-divider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.1);
  top: 50%;
}

.section-divider span {
  background: #203a43;
  padding: 0 10px;
  position: relative;
  font-size: 12px;
}

/* CTA */
.cta-card {
  text-align: center;
}

.cta-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 18px;
  border-radius: 12px;
  text-decoration: none;
  color: #00363a;
  background: #00e5ff;
  font-size: 13px;
  transition: 0.3s;
}

.cta-btn:hover {
  transform: scale(1.05);
}
/* حالت اولیه کارت */
.card {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s ease;
}

/* وقتی دیده شد */
.card.show {
  opacity: 1;
  transform: translateY(0);
}

/* موبایل */
@media (max-width: 700px) {

  .container {
    padding: 15px;
    max-width: 400px;
  }

  .card {
    padding: 16px;
  }

  h1 {
    font-size: 18px;
  }

  h2 {
    font-size: 15px;
  }

  h3 {
    font-size: 13px;
  }

  .lead {
    font-size: 12.5px;
  }

  li, ol li {
    font-size: 12.5px;
  }

  .tag {
    font-size: 11.5px;
  }
.card:active {
  transform: scale(0.98);
}
.hero-card {
    padding: 18px;
  }

  .hero-text {
    font-size: 12.5px;
  }

  .hero-badge {
    font-size: 10px;
    padding: 4px 8px;
  }
  .pflege-title {
    font-size: 15px;
  }

  .pflege-text {
    font-size: 12.5px;
  }

  .benefit-item {
    font-size: 12px;
    padding: 8px;
  }
  .conditions-title {
    font-size: 15px;
  }

  .conditions-grid {
    grid-template-columns: 1fr;
  }

  .condition-box {
    padding: 12px;
  }

  .condition-box li,
  .condition-box p {
    font-size: 12.5px;
  }
  .places-title {
    font-size: 15px;
  }

  .place-item {
    font-size: 12px;
    padding: 9px;
  }

  .places-cta {
    font-size: 12px;
    padding: 10px;
  }
  .city-title {
    font-size: 15px;
  }

  .city-name {
    font-size: 13.5px;
  }

  .city-desc {
    font-size: 12.5px;
  }

  .city-item {
    padding: 12px;
  }
  .cheap-title {
    font-size: 15px;
  }

  .cheap-item {
    font-size: 12px;
    padding: 9px;
  }

  .cheap-highlight {
    font-size: 12px;
    padding: 10px;
  }
  .step {
    padding: 12px;
  }

  .step-text {
    font-size: 12.5px;
  }

  .step-number {
    width: 26px;
    height: 26px;
    font-size: 12px;
  }
}