body#iran-vps-page {
  background: #f6f9fc;
  color: #1b2b38;
}

body#iran-vps-page header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 35px rgba(16, 45, 66, 0.1);
  backdrop-filter: blur(12px);
}

body#iran-vps-page header .abriran-brand {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 0;
}

body#iran-vps-page header .abriran-brand-logo {
  width: 150px;
  max-width: 40vw;
  height: auto;
}

body#iran-vps-page header .iran-main-nav .abriran-brand-logo--color {
  display: block;
}

body#iran-vps-page header .iran-main-nav .abriran-brand-logo--reverse {
  display: none;
}

body#iran-vps-page header .navbar-light .navbar-nav .nav-link,
body#iran-vps-page header #small-menu .nav-link {
  color: #263f52 !important;
  font-weight: 700;
  text-shadow: none;
}

body#iran-vps-page header .navbar-light .navbar-nav .active > .nav-link,
body#iran-vps-page header .navbar-light .navbar-nav .nav-link:hover,
body#iran-vps-page header .navbar-light .navbar-nav .nav-link:focus,
body#iran-vps-page header #small-menu .nav-link:hover,
body#iran-vps-page header #small-menu .nav-link:focus {
  color: #007bff !important;
}

body#iran-vps-page header .btn-primary {
  color: #fff;
  border-color: #007bff;
  background: #007bff;
  font-weight: 700;
}

body#iran-vps-page header .btn-primary:hover,
body#iran-vps-page header .btn-primary:focus {
  color: #fff;
  background: #0069d9;
  border-color: #0062cc;
}

body#iran-vps-page header .navbar-toggler {
  border-color: rgba(16, 45, 66, 0.32);
}

body#iran-vps-page header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(16,45,66,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

body#iran-vps-page .iran-hero {
  min-height: 585px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  padding: 112px 0 46px;
}

body#iran-vps-page .iran-hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

body#iran-vps-page .iran-hero-bg {
  object-position: center 46%;
}

body#iran-vps-page .iran-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5, 16, 27, 0.18), rgba(5, 16, 27, 0.82) 58%, rgba(5, 16, 27, 0.95)),
    linear-gradient(180deg, rgba(5, 16, 27, 0.35), rgba(5, 16, 27, 0.78));
}

body#iran-vps-page .iran-hero .container {
  position: relative;
  z-index: 2;
}

body#iran-vps-page .iran-hero-logo {
  display: block;
  width: 185px;
  max-width: 72vw;
  height: auto;
  margin: 0 0 12px auto;
}

body#iran-vps-page .launch-badge,
body#iran-vps-page .section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: 5px;
  background: rgba(0, 123, 255, 0.11);
  color: #007bff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

body#iran-vps-page .launch-badge {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

body#iran-vps-page .launch-badge i {
  color: #28a745;
}

body#iran-vps-page .iran-hero .launch-badge {
  margin-bottom: 12px;
}

body#iran-vps-page .iran-hero h1 {
  font-size: 48px;
  line-height: 1.35;
  margin-bottom: 16px;
}

body#iran-vps-page .iran-hero p {
  font-size: 18px;
  line-height: 2;
  opacity: 0.88;
  margin-bottom: 20px;
}

body#iran-vps-page .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

body#iran-vps-page .hero-actions .btn,
body#iran-vps-page .migration-band .btn {
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
}

body#iran-vps-page .bale-btn {
  color: #102d42;
  background: #fff;
  border-color: rgba(16, 45, 66, 0.12);
  font-weight: 700;
}

body#iran-vps-page .bale-btn:hover,
body#iran-vps-page .bale-btn:focus {
  color: #fff;
  background: #102d42;
  border-color: #102d42;
}

body#iran-vps-page .iran-stats {
  margin-top: 0;
  position: relative;
  z-index: 4;
}

body#iran-vps-page .stat-card {
  min-height: 145px;
  background: #fff;
  border-radius: 5px;
  padding: 28px;
  box-shadow: 0 18px 42px rgba(28, 45, 60, 0.13);
  margin-bottom: 25px;
}

body#iran-vps-page .stat-card strong {
  display: block;
  font-size: 21px;
  margin-bottom: 10px;
}

body#iran-vps-page .stat-card span {
  display: block;
  color: #647482;
  line-height: 1.9;
}

body#iran-vps-page .iran-section {
  padding: 95px 0;
}

body#iran-vps-page section::after {
  display: none;
}

body#iran-vps-page .bg-soft {
  background: #eef5f9;
}

body#iran-vps-page .iran-section h2,
body#iran-vps-page .migration-band h2 {
  font-size: 38px;
  line-height: 1.55;
  margin-bottom: 18px;
}

body#iran-vps-page .iran-section p,
body#iran-vps-page .migration-band p {
  color: #5d6c78;
  font-size: 17px;
  line-height: 2;
}

body#iran-vps-page .clean-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
}

body#iran-vps-page .clean-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  color: #334757;
  line-height: 1.8;
}

body#iran-vps-page .clean-list i {
  color: #28a745;
  font-size: 21px;
  margin-top: 3px;
}

body#iran-vps-page .zone-panel {
  background: #102d42;
  color: #fff;
  border-radius: 5px;
  padding: 34px;
  box-shadow: 0 20px 48px rgba(16, 45, 66, 0.22);
}

body#iran-vps-page .zone-panel > span {
  color: rgba(255, 255, 255, 0.65);
  display: block;
  margin-bottom: 4px;
}

body#iran-vps-page .zone-panel > strong {
  display: block;
  direction: ltr;
  text-align: right;
  font-size: 42px;
  color: #ffc107;
  margin-bottom: 15px;
}

body#iran-vps-page .zone-panel p {
  color: rgba(255, 255, 255, 0.75);
}

body#iran-vps-page .zone-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 255, 255, 0.12);
  margin-top: 28px;
}

body#iran-vps-page .zone-grid div {
  background: rgba(0, 0, 0, 0.18);
  padding: 20px;
}

body#iran-vps-page .zone-grid b {
  display: block;
  color: #ffc107;
  margin-bottom: 7px;
}

body#iran-vps-page .zone-grid small {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

body#iran-vps-page .section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

body#iran-vps-page .feature-box,
body#iran-vps-page .plan-box,
body#iran-vps-page .faq-box {
  position: relative;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  min-height: 255px;
  margin-bottom: 30px;
  box-shadow: 0 14px 34px rgba(28, 45, 60, 0.08);
}

body#iran-vps-page .feature-box i {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #007bff;
  color: #fff;
  font-size: 27px;
  margin-bottom: 22px;
}

body#iran-vps-page .feature-box--coming-soon,
body#iran-vps-page .feature-box--status {
  border: 1px dashed #b9c6cc;
  background: #f8fafb;
}

body#iran-vps-page .feature-box__status {
  position: absolute;
  top: 18px;
  left: 18px;
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #64737c;
  background: #e9eef1;
  font-size: 12px;
  font-weight: 700;
}

body#iran-vps-page .feature-box h3,
body#iran-vps-page .plan-box h3,
body#iran-vps-page .faq-box h3 {
  font-size: 22px;
  margin-bottom: 14px;
}

body#iran-vps-page .plan-box {
  min-height: 430px;
  display: flex;
  flex-direction: column;
}

body#iran-vps-page .plan-box > span {
  width: max-content;
  color: #007bff;
  background: rgba(0, 123, 255, 0.1);
  border-radius: 5px;
  padding: 6px 12px;
  font-weight: 700;
  margin-bottom: 18px;
}

body#iran-vps-page .plan-box ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 28px;
}

body#iran-vps-page .plan-box li {
  position: relative;
  padding-right: 24px;
  margin-bottom: 12px;
  color: #334757;
}

body#iran-vps-page .plan-box li::before {
  content: "";
  font-family: Ionicons;
  color: #28a745;
  position: absolute;
  right: 0;
  top: 1px;
}

body#iran-vps-page .plan-box .btn {
  margin-top: auto;
  padding: 13px 18px;
  font-weight: 700;
}

body#iran-vps-page .plan-featured {
  background: #102d42;
  color: #fff;
  transform: translateY(-12px);
  box-shadow: 0 22px 55px rgba(16, 45, 66, 0.22);
}

body#iran-vps-page .plan-featured p,
body#iran-vps-page .plan-featured li {
  color: rgba(255, 255, 255, 0.74);
}

body#iran-vps-page .iran-use-cases {
  background: #fff;
}

body#iran-vps-page .iran-use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body#iran-vps-page .iran-use-case-card {
  min-height: 208px;
  padding: 26px;
  border: 1px solid #dfe8ee;
  border-radius: 6px;
  background: #f9fbfc;
}

body#iran-vps-page .iran-use-case-card i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 17px;
  border-radius: 5px;
  color: #08728b;
  background: #e2f3f7;
  font-size: 22px;
}

body#iran-vps-page .iran-use-case-card h3 {
  margin: 0 0 8px;
  color: #1b2b38;
  font-size: 19px;
  line-height: 1.55;
}

body#iran-vps-page .iran-use-case-card p {
  margin: 0;
  color: #5c6f7b;
  font-size: 14px;
  line-height: 1.9;
}

body#iran-vps-page .iran-order-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 0 0 52px;
}

body#iran-vps-page .iran-order-options article {
  min-height: 228px;
  padding: 25px;
  border: 1px solid #dfe8ee;
  border-top: 3px solid #08a889;
  border-radius: 6px;
  background: #fff;
}

body#iran-vps-page .iran-order-options i {
  color: #08728b;
  font-size: 25px;
}

body#iran-vps-page .iran-order-options h3 {
  margin: 14px 0 8px;
  color: #1b2b38;
  font-size: 20px;
}

body#iran-vps-page .iran-order-options p {
  margin: 0;
  color: #5c6f7b;
  font-size: 14px;
  line-height: 1.9;
}

body#iran-vps-page .iran-order-options span {
  display: block;
  margin-top: 13px;
  color: #056f5e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
}

body#iran-vps-page .iran-plan-group {
  margin-top: 52px;
}

body#iran-vps-page .section-heading + .iran-plan-group {
  margin-top: 0;
}

body#iran-vps-page .iran-plan-group--windows {
  padding-top: 44px;
  border-top: 1px solid #dfe8ee;
}

body#iran-vps-page .iran-plan-group__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 20px;
}

body#iran-vps-page .iran-plan-group__heading > div {
  display: flex;
  align-items: center;
  gap: 10px;
}

body#iran-vps-page .iran-plan-group__heading span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 9px;
  border-radius: 4px;
  color: #056f5e;
  background: #e8f7f3;
  direction: ltr;
  font-size: 12px;
  font-weight: 700;
}

body#iran-vps-page .iran-plan-group__heading h3 {
  margin: 0;
  color: #1b2b38;
  font-size: 25px;
}

body#iran-vps-page .iran-plan-group__heading p {
  max-width: 600px;
  margin: 0;
  color: #60727e;
  font-size: 14px;
  line-height: 1.9;
}

body#iran-vps-page .iran-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body#iran-vps-page .iran-plan-grid--single {
  grid-template-columns: minmax(0, 390px);
}

body#iran-vps-page .iran-plan-card {
  display: flex;
  flex-direction: column;
  min-height: 480px;
  padding: 24px;
  border: 1px solid #dfe8ee;
  border-radius: 6px;
  color: #1b2b38;
  background: #fff;
  box-shadow: 0 10px 24px rgba(28, 45, 60, 0.07);
}

body#iran-vps-page .iran-plan-card--featured {
  border-color: #0a8e74;
  box-shadow: 0 15px 30px rgba(8, 168, 137, 0.16);
}

body#iran-vps-page .iran-plan-card--unavailable {
  border-style: dashed;
  border-color: #b9c6cc;
  background: #f8fafb;
  box-shadow: none;
}

body#iran-vps-page .iran-plan-card--unavailable .iran-plan-card__tag {
  color: #6d7e88;
  background: #e9eef1;
}

body#iran-vps-page .iran-plan-card__unavailable-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px dashed #aebdc3;
  border-radius: 5px;
  color: #6a7a84;
  background: #f3f6f7;
  font-size: 14px;
  font-weight: 700;
}

body#iran-vps-page .iran-plan-card__tag {
  width: max-content;
  max-width: 100%;
  margin-bottom: 15px;
  padding: 5px 9px;
  border-radius: 4px;
  color: #056f5e;
  background: #e8f7f3;
  font-size: 12px;
  font-weight: 700;
}

body#iran-vps-page .iran-plan-card h3 {
  margin: 0 0 10px;
  color: #1b2b38;
  font-size: 21px;
  line-height: 1.55;
}

body#iran-vps-page .iran-plan-card > p {
  min-height: 54px;
  margin: 0;
  color: #5c6f7b;
  font-size: 14px;
  line-height: 1.9;
}

body#iran-vps-page .iran-plan-card__specs {
  display: grid;
  gap: 0;
  padding: 0;
  margin: 16px 0 18px;
  list-style: none;
  border-top: 1px solid #e5ebef;
}

body#iran-vps-page .iran-plan-card__specs li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 7px 0;
  border-bottom: 1px solid #eef2f4;
  color: #405663;
  font-size: 13px;
  line-height: 1.6;
}

body#iran-vps-page .iran-plan-card__specs b {
  flex: 0 0 auto;
  color: #183342;
  font-size: 12px;
}

body#iran-vps-page .iran-plan-card__specs span {
  text-align: left;
}

body#iran-vps-page .iran-plan-card__price {
  display: grid;
  gap: 3px;
  margin-top: auto;
  padding: 18px 0;
  border-top: 1px solid #e5ebef;
}

body#iran-vps-page .iran-plan-card__price > span,
body#iran-vps-page .iran-plan-card__price small {
  color: #71828d;
  font-size: 12px;
}

body#iran-vps-page .iran-plan-card__price strong {
  min-height: 29px;
  color: #102d42;
  direction: rtl;
  font-size: 23px;
  line-height: 1.35;
}

body#iran-vps-page .iran-plan-card .btn {
  margin-top: 0;
  padding: 12px 16px;
  font-weight: 700;
}

@media screen and (max-width: 987px) {
  body#iran-vps-page .iran-use-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body#iran-vps-page .iran-plan-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body#iran-vps-page .iran-plan-grid--single {
    grid-template-columns: minmax(0, 390px);
  }
}

@media screen and (max-width: 768px) {
  body#iran-vps-page .iran-use-case-grid,
  body#iran-vps-page .iran-order-options {
    grid-template-columns: 1fr;
  }

  body#iran-vps-page .iran-use-case-card,
  body#iran-vps-page .iran-order-options article {
    min-height: 0;
  }

  body#iran-vps-page .iran-plan-group {
    margin-top: 42px;
  }

  body#iran-vps-page .iran-plan-group--windows {
    padding-top: 34px;
  }

  body#iran-vps-page .iran-plan-group__heading {
    display: grid;
    align-items: start;
    gap: 8px;
  }

  body#iran-vps-page .iran-plan-group__heading h3 {
    font-size: 22px;
  }

  body#iran-vps-page .iran-plan-grid,
  body#iran-vps-page .iran-plan-grid--single {
    grid-template-columns: 1fr;
  }

  body#iran-vps-page .iran-plan-card {
    min-height: 0;
  }
}

body#iran-vps-page .migration-band {
  padding: 70px 0;
  background: #fff4d4;
}

body#iran-vps-page .migration-band .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

body#iran-vps-page .ratin-services {
  background: #ffffff;
}

body#iran-vps-page .consult-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

body#iran-vps-page .consult-actions .btn {
  padding: 14px 24px;
  font-size: 17px;
  font-weight: 700;
}

body#iran-vps-page .service-list-card {
  background: #102d42;
  color: #fff;
  border-radius: 5px;
  padding: 34px;
  box-shadow: 0 20px 48px rgba(16, 45, 66, 0.18);
}

body#iran-vps-page .service-list-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

body#iran-vps-page .service-list-card li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.86);
}

body#iran-vps-page .service-list-card li:first-child {
  padding-top: 0;
}

body#iran-vps-page .service-list-card li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

body#iran-vps-page .service-list-card i {
  color: #ffc107;
  font-size: 22px;
  margin-top: 5px;
}

body#iran-vps-page .faq-box {
  min-height: 190px;
}

@media screen and (max-width: 987px) {
  body#iran-vps-page .navbar-collapse {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(16, 45, 66, 0.08);
    border-radius: 5px;
    margin-top: 12px;
    box-shadow: 0 14px 34px rgba(16, 45, 66, 0.12);
  }

  body#iran-vps-page header .abriran-brand {
    min-height: 46px;
  }

  body#iran-vps-page header .abriran-brand-logo {
    width: 124px;
  }

  body#iran-vps-page .iran-hero {
    min-height: 600px;
    padding: 115px 0 52px;
  }

  body#iran-vps-page .iran-hero h1 {
    font-size: 40px;
  }

  body#iran-vps-page .iran-hero p {
    font-size: 17px;
  }

  body#iran-vps-page .iran-section h2,
  body#iran-vps-page .migration-band h2 {
    font-size: 30px;
  }

  body#iran-vps-page .plan-featured {
    transform: none;
  }
}

@media screen and (max-width: 768px) {
  body#iran-vps-page .iran-hero {
    min-height: 590px;
    padding: 105px 0 48px;
  }

  body#iran-vps-page .iran-hero-overlay {
    background: linear-gradient(90deg, rgba(5, 16, 27, 0.42), rgba(5, 16, 27, 0.88)),
      linear-gradient(180deg, rgba(5, 16, 27, 0.3), rgba(5, 16, 27, 0.86));
  }

  body#iran-vps-page .iran-hero h1 {
    font-size: 32px;
  }

  body#iran-vps-page .iran-hero-logo {
    width: 175px;
    margin-bottom: 12px;
  }

  body#iran-vps-page .hero-actions .btn {
    width: 100%;
    margin-bottom: 8px;
  }

  body#iran-vps-page .consult-actions .btn,
  body#iran-vps-page .migration-band .btn {
    width: 100%;
    margin-right: 0;
  }

  body#iran-vps-page .iran-stats {
    margin-top: 0;
  }

  body#iran-vps-page .iran-section {
    padding: 65px 0;
  }

  body#iran-vps-page .zone-grid {
    grid-template-columns: 1fr;
  }
}
