@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/vazirmatn/Vazirmatn-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/vazirmatn/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/vazirmatn/Vazirmatn-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('../fonts/vazirmatn/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --rasad-cyan: #00b8e8;
  --rasad-blue: #1a6fd4;
  --rasad-blue-deep: #0d4aa8;
  --rasad-navy: #0b1c33;
  --rasad-ink: #1e293b;
  --rasad-muted: #64748b;
  --rasad-line: #dbe7f3;
  --rasad-bg: #eef4fb;
  --rasad-card: #ffffff;
  --rasad-font: 'Vazirmatn', Tahoma, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  direction: rtl;
}

body.rasad-home {
  margin: 0;
  direction: rtl;
  text-align: right;
  font-family: var(--rasad-font);
  color: var(--rasad-ink);
  background: var(--rasad-bg);
  line-height: 1.7;
}

.rasad-home a {
  color: inherit;
  text-decoration: none;
}

.rasad-home .container {
  direction: rtl;
  text-align: right;
}

.rasad-home img {
  max-width: 100%;
  height: auto;
}

.rasad-home__mesh {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(26, 111, 212, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26, 111, 212, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 18% 22%, rgba(0, 184, 232, 0.14) 0, transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(26, 111, 212, 0.12) 0, transparent 32%),
    radial-gradient(circle at 70% 78%, rgba(13, 74, 168, 0.1) 0, transparent 36%);
  background-size: 48px 48px, 48px 48px, auto, auto, auto;
}

.rasad-home__wrap {
  position: relative;
  z-index: 1;
}

.rasad-topbar {
  background: linear-gradient(105deg, var(--rasad-navy) 0%, #12345f 100%);
  color: rgba(255, 255, 255, 0.92);
  font-size: 13px;
  padding: 10px 0;
}

.rasad-topbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.rasad-topbar__text {
  margin: 0;
}

.rasad-topbar__phone {
  color: #fff;
  font-weight: 700;
  direction: ltr;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rasad-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(26, 111, 212, 0.12);
  box-shadow: 0 8px 24px rgba(13, 74, 168, 0.06);
  direction: rtl;
}

.rasad-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 72px;
  direction: rtl;
}

.rasad-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: right;
  flex-shrink: 0;
}

.rasad-brand__text {
  text-align: right;
}

.rasad-brand__logo {
  width: min(150px, 42vw);
  border-radius: 10px;
}

.rasad-brand__name {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: var(--rasad-navy);
}

.rasad-brand__tagline {
  margin: 2px 0 0;
  font-size: 11px;
  color: var(--rasad-muted);
  font-weight: 600;
}

.rasad-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  direction: rtl;
  min-width: 0;
  flex: 1;
  justify-content: flex-end;
}

.rasad-nav__panel {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.rasad-nav__links {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
  direction: rtl;
}

.rasad-nav__links a {
  display: block;
  padding: 8px 9px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--rasad-ink);
  text-align: center;
  white-space: nowrap;
  line-height: 1.3;
  transition: background 0.15s ease, color 0.15s ease;
}

.rasad-nav__panel .rasad-btn {
  min-height: 38px;
  padding: 0 12px;
  font-size: 12.5px;
  white-space: nowrap;
  flex-shrink: 0;
}

.rasad-nav__links a:hover,
.rasad-nav__links a.is-active {
  background: rgba(26, 111, 212, 0.08);
  color: var(--rasad-blue-deep);
}

.rasad-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 10px;
  border: 0;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.rasad-btn--primary {
  background: linear-gradient(105deg, var(--rasad-cyan) 0%, var(--rasad-blue) 48%, var(--rasad-blue-deep) 100%);
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(26, 111, 212, 0.28);
}

.rasad-btn--primary:hover,
.rasad-btn--primary:focus,
.rasad-btn--primary:visited {
  color: #fff !important;
}

.rasad-btn--primary:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
}

.rasad-btn--ghost {
  background: #fff;
  color: var(--rasad-blue-deep);
  border: 1px solid var(--rasad-line);
}

.rasad-btn--ghost:hover {
  border-color: rgba(26, 111, 212, 0.35);
  background: #f8fbfe;
}

.rasad-nav__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--rasad-line);
  border-radius: 10px;
  background: #fff;
  color: var(--rasad-blue-deep);
  font-size: 22px;
}

.rasad-hero {
  padding: 72px 0 48px;
  text-align: right;
}

.rasad-hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 40px;
  align-items: center;
  direction: rtl;
}

.rasad-hero__grid > * {
  text-align: right;
}

.rasad-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(26, 111, 212, 0.1);
  color: var(--rasad-blue-deep);
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

.rasad-hero__title {
  margin: 0 0 18px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.25;
  font-weight: 800;
  color: var(--rasad-navy);
}

.rasad-hero__title span {
  background: linear-gradient(105deg, var(--rasad-cyan), var(--rasad-blue-deep));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rasad-hero__text {
  margin: 0 0 28px;
  font-size: 17px;
  color: var(--rasad-muted);
  max-width: 620px;
}

.rasad-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 28px;
}

.rasad-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.rasad-stat {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(26, 111, 212, 0.12);
  border-radius: 14px;
  padding: 16px;
  text-align: right;
}

.rasad-stat__value {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--rasad-blue-deep);
  margin-bottom: 4px;
}

.rasad-stat__label {
  font-size: 13px;
  color: var(--rasad-muted);
  font-weight: 600;
}

.rasad-hero__visual {
  position: relative;
}

.rasad-hero__card {
  background: var(--rasad-card);
  border: 1px solid rgba(26, 111, 212, 0.12);
  border-radius: 24px;
  padding: 28px;
  box-shadow:
    0 1px 2px rgba(11, 28, 51, 0.04),
    0 24px 48px rgba(13, 74, 168, 0.12);
}

.rasad-hero__card-logo {
  width: min(280px, 100%);
  margin: 0 auto 18px;
  display: block;
  border-radius: 12px;
}

.rasad-hero__card-title {
  margin: 0 0 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  color: var(--rasad-navy);
}

.rasad-hero__card-text {
  margin: 0 0 18px;
  text-align: center;
  color: var(--rasad-muted);
  font-size: 14px;
}

.rasad-hero__card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.rasad-hero__card-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f8fbfe;
  border: 1px solid var(--rasad-line);
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}

.rasad-hero__card-list i {
  color: var(--rasad-blue);
  font-size: 20px;
}

.rasad-section {
  padding: 56px 0;
}

.rasad-section--alt {
  background: rgba(255, 255, 255, 0.72);
}

.rasad-section__head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 36px;
}

.rasad-section__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--rasad-blue);
  font-size: 13px;
  font-weight: 800;
}

.rasad-section__title {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 800;
  color: var(--rasad-navy);
}

.rasad-section__subtitle {
  margin: 0;
  color: var(--rasad-muted);
  font-size: 16px;
}

.rasad-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.rasad-feature {
  background: var(--rasad-card);
  border: 1px solid rgba(26, 111, 212, 0.12);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(13, 74, 168, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  text-align: right;
}

.rasad-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(13, 74, 168, 0.1);
}

.rasad-feature__icon {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: rgba(0, 184, 232, 0.12);
  color: var(--rasad-blue-deep);
  font-size: 24px;
  margin-bottom: 16px;
}

.rasad-feature__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: var(--rasad-navy);
}

.rasad-feature__text {
  margin: 0 0 14px;
  color: var(--rasad-muted);
  font-size: 14px;
}

.rasad-feature__list {
  margin: 0;
  padding: 0 18px 0 0;
  color: var(--rasad-ink);
  font-size: 13px;
  font-weight: 600;
  text-align: right;
  list-style-position: inside;
}

.rasad-feature__list li + li {
  margin-top: 6px;
}

.rasad-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.rasad-panel {
  background: linear-gradient(135deg, rgba(26, 111, 212, 0.08), rgba(0, 184, 232, 0.08));
  border: 1px solid rgba(26, 111, 212, 0.12);
  border-radius: 20px;
  padding: 28px;
  text-align: right;
}

.rasad-panel__title {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 800;
  color: var(--rasad-navy);
}

.rasad-panel__text {
  margin: 0 0 18px;
  color: var(--rasad-muted);
}

.rasad-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.rasad-checklist li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  font-weight: 600;
  color: var(--rasad-ink);
  text-align: right;
}

.rasad-checklist i {
  color: var(--rasad-blue);
  font-size: 20px;
  margin-top: 2px;
}

.rasad-cta {
  background: linear-gradient(135deg, var(--rasad-navy) 0%, #123f78 55%, var(--rasad-blue-deep) 100%);
  color: #fff;
  border-radius: 24px;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  box-shadow: 0 20px 40px rgba(11, 28, 51, 0.18);
  text-align: right;
  direction: rtl;
}

.rasad-cta__title {
  margin: 0 0 8px;
  font-size: 28px;
  font-weight: 800;
}

.rasad-cta__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.rasad-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.rasad-footer {
  padding: 40px 0 24px;
  background: #081425;
  color: rgba(255, 255, 255, 0.86);
  text-align: right;
  direction: rtl;
}

.rasad-footer__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 1fr;
  gap: 24px;
  text-align: right;
}

.rasad-footer__title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 800;
}

.rasad-footer__text,
.rasad-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.rasad-footer__links li + li {
  margin-top: 8px;
}

.rasad-footer__links a:hover {
  color: #fff;
}

.rasad-footer__copy {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

@media (max-width: 991px) {
  .rasad-hero__grid,
  .rasad-features,
  .rasad-split,
  .rasad-footer__grid {
    grid-template-columns: 1fr;
  }

  .rasad-steps::before {
    display: none;
  }

  .rasad-nav__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .rasad-nav__panel {
    position: absolute;
    top: 100%;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
    background: #fff;
    border: 1px solid var(--rasad-line);
    border-radius: 16px;
    box-shadow: 0 18px 36px rgba(13, 74, 168, 0.12);
  }

  .rasad-header.is-open .rasad-nav__panel {
    display: flex;
  }

  .rasad-nav {
    position: relative;
    flex: 0;
  }

  .rasad-nav__links {
    flex-direction: column;
    align-items: stretch;
  }

  .rasad-nav__links a {
    width: 100%;
    font-size: 14px;
    padding: 10px 14px;
  }

  .rasad-hero__stats {
    grid-template-columns: 1fr;
  }

  .rasad-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 767px) {
  .rasad-brand__text {
    display: none;
  }

  .rasad-topbar__inner {
    justify-content: center;
    text-align: center;
  }
}

/* ===== Inner pages ===== */
.rasad-page-hero {
  padding: 48px 0 36px;
  text-align: right;
  border-bottom: 1px solid rgba(26, 111, 212, 0.1);
  background: linear-gradient(180deg, rgba(255,255,255,0.7) 0%, transparent 100%);
}

.rasad-page-hero__eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  color: var(--rasad-blue);
  font-size: 13px;
  font-weight: 800;
}

.rasad-page-hero__title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  color: var(--rasad-navy);
}

.rasad-page-hero__text {
  margin: 0;
  max-width: 720px;
  color: var(--rasad-muted);
  font-size: 16px;
}

.rasad-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--rasad-muted);
}

.rasad-breadcrumb a { color: var(--rasad-blue-deep); }
.rasad-breadcrumb li + li::before {
  content: "/";
  margin-left: 8px;
  color: #94a3b8;
}

.rasad-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.rasad-steps::before {
  content: "";
  position: absolute;
  top: 34px;
  right: 8%;
  left: 8%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--rasad-cyan), var(--rasad-blue), var(--rasad-blue-deep));
  opacity: 0.35;
  z-index: 0;
}

.rasad-step {
  position: relative;
  z-index: 1;
  background: var(--rasad-card);
  border: 1px solid rgba(26, 111, 212, 0.12);
  border-radius: 18px;
  padding: 22px 18px 20px;
  text-align: right;
  box-shadow: 0 10px 24px rgba(13, 74, 168, 0.05);
  opacity: 0;
  transform: translateY(18px);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, opacity 0.45s ease;
}

.rasad-step.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rasad-step:hover {
  transform: translateY(-6px);
  border-color: rgba(26, 111, 212, 0.35);
  box-shadow: 0 18px 36px rgba(13, 74, 168, 0.12);
}

.rasad-step__num {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 14px;
  background: linear-gradient(105deg, var(--rasad-cyan), var(--rasad-blue-deep));
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  box-shadow: 0 8px 18px rgba(26, 111, 212, 0.28);
  animation: rasad-pulse 2.4s ease-in-out infinite;
}

.rasad-step:nth-child(2) .rasad-step__num { animation-delay: 0.2s; }
.rasad-step:nth-child(3) .rasad-step__num { animation-delay: 0.4s; }
.rasad-step:nth-child(4) .rasad-step__num { animation-delay: 0.6s; }
.rasad-step:nth-child(5) .rasad-step__num { animation-delay: 0.8s; }

@keyframes rasad-pulse {
  0%, 100% { box-shadow: 0 8px 18px rgba(26, 111, 212, 0.28); }
  50% { box-shadow: 0 8px 22px rgba(0, 184, 232, 0.45); }
}

.rasad-step__icon {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  margin-bottom: 12px;
  background: rgba(0, 184, 232, 0.12);
  color: var(--rasad-blue-deep);
  font-size: 22px;
}

.rasad-step__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 800;
  color: var(--rasad-navy);
}

.rasad-step__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.7;
  color: var(--rasad-muted);
  font-weight: 600;
}

.rasad-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.rasad-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--rasad-card);
  border: 1px solid rgba(26, 111, 212, 0.12);
  border-radius: 18px;
  padding: 24px 20px;
  text-align: right;
  box-shadow: 0 12px 28px rgba(13, 74, 168, 0.06);
}

.rasad-price-card--popular {
  border-color: rgba(26, 111, 212, 0.35);
  box-shadow: 0 16px 36px rgba(13, 74, 168, 0.14);
}

.rasad-price-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 4px 10px;
  border-radius: 999px;
  background: linear-gradient(105deg, var(--rasad-cyan), var(--rasad-blue));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.rasad-price-card__title {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 800;
  color: var(--rasad-navy);
}

.rasad-price-card__list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  flex: 1;
}

.rasad-price-card__list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px solid var(--rasad-line);
  font-size: 13px;
  font-weight: 600;
  color: var(--rasad-ink);
}

.rasad-price-card__list li i.bx-plus {
  color: #e15f11;
}

.rasad-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.rasad-benefit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(26, 111, 212, 0.08);
  color: var(--rasad-blue-deep);
  font-size: 13px;
  font-weight: 700;
}

.rasad-faq {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.rasad-faq__item {
  background: var(--rasad-card);
  border: 1px solid rgba(26, 111, 212, 0.12);
  border-radius: 14px;
  overflow: hidden;
}

.rasad-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  color: var(--rasad-navy);
  font-size: 15px;
  font-weight: 800;
  text-align: right;
  cursor: pointer;
  font-family: inherit;
}

.rasad-faq__q i {
  color: var(--rasad-blue);
  transition: transform 0.2s ease;
}

.rasad-faq__item.is-open .rasad-faq__q i {
  transform: rotate(180deg);
}

.rasad-faq__a {
  display: none;
  margin: 0;
  padding: 0 18px 16px;
  color: var(--rasad-muted);
  font-size: 14px;
  line-height: 1.8;
  text-align: right;
}

.rasad-faq__item.is-open .rasad-faq__a {
  display: block;
}

.rasad-contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  align-items: start;
}

.rasad-form {
  background: var(--rasad-card);
  border: 1px solid rgba(26, 111, 212, 0.12);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 12px 28px rgba(13, 74, 168, 0.06);
  text-align: right;
}

.rasad-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.rasad-form__field {
  margin-bottom: 14px;
}

.rasad-form__field--full {
  grid-column: 1 / -1;
}

.rasad-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--rasad-ink);
}

.rasad-form input,
.rasad-form textarea {
  width: 100%;
  border: 1px solid var(--rasad-line);
  border-radius: 10px;
  background: #f8fbfe;
  color: var(--rasad-ink);
  font-size: 14px;
  font-family: inherit;
  text-align: right;
  direction: rtl;
  padding: 0 14px;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.rasad-form input {
  height: 46px;
}

.rasad-form textarea {
  min-height: 140px;
  padding: 12px 14px;
  resize: vertical;
}

.rasad-form input:focus,
.rasad-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: var(--rasad-blue);
  box-shadow: 0 0 0 3px rgba(26, 111, 212, 0.15);
}

.rasad-form__msg {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 700;
}

.rasad-form__msg.is-ok { color: #15803d; }
.rasad-form__msg.is-err { color: #b91c1c; }

.rasad-contact-side {
  background: linear-gradient(135deg, var(--rasad-navy) 0%, #123f78 55%, var(--rasad-blue-deep) 100%);
  color: #fff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 16px 36px rgba(11, 28, 51, 0.16);
  text-align: right;
}

.rasad-contact-side h3 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 800;
}

.rasad-contact-side p,
.rasad-contact-side a {
  color: rgba(255, 255, 255, 0.88);
}

.rasad-contact-side__list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.rasad-contact-side__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
}

.rasad-contact-side__list i {
  font-size: 18px;
  margin-top: 2px;
  color: var(--rasad-cyan);
}

.rasad-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}

.rasad-metric {
  background: rgba(255,255,255,0.9);
  border: 1px solid rgba(26, 111, 212, 0.12);
  border-radius: 14px;
  padding: 16px;
  text-align: right;
}

.rasad-metric__value {
  display: block;
  font-size: 24px;
  font-weight: 800;
  color: var(--rasad-blue-deep);
}

.rasad-metric__label {
  font-size: 13px;
  color: var(--rasad-muted);
  font-weight: 600;
}

@media (max-width: 991px) {
  .rasad-steps,
  .rasad-pricing-grid,
  .rasad-contact-grid,
  .rasad-metrics {
    grid-template-columns: 1fr;
  }
  .rasad-form__row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199px) {
  .rasad-pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
  .rasad-steps {
    grid-template-columns: 1fr 1fr;
  }
}
