/* IranNet Services Hub */

.ir-services-page {
  overflow-x: hidden;
  background: #f5f7fb;
}

.isv-page,
.isv-page * {
  box-sizing: border-box;
}

.isv-shell {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.isv-hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 88px;
  color: #fff;
  background:
    radial-gradient(circle at 8% 18%, rgb(65 103 255 / 22%), transparent 31%),
    radial-gradient(circle at 88% 86%, rgb(86 229 177 / 11%), transparent 28%),
    linear-gradient(145deg, #071123 0%, #09162e 52%, #0b1831 100%);
}

.isv-hero::before {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px);
  background-size: 58px 58px;
  content: "";
  mask-image: linear-gradient(to bottom, rgb(0 0 0 / 65%), transparent 92%);
  pointer-events: none;
}

.isv-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 62px;
  align-items: center;
}

.isv-hero__copy {
  min-width: 0;
}

.isv-eyebrow,
.isv-section-head span,
.isv-infra__copy > span,
.isv-final span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #68e1ae;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.isv-eyebrow > span {
  width: 30px;
  height: 1px;
  background: currentColor;
}

.isv-hero h1 {
  max-width: 820px;
  margin: 19px 0 0;
  color: #fff;
  font-size: clamp(42px, 5.4vw, 72px);
  font-weight: 950;
  line-height: 1.28;
  letter-spacing: -.055em;
}

.isv-hero__copy > p {
  max-width: 750px;
  margin: 24px 0 0;
  color: #b4c0d6;
  font-size: 15px;
  line-height: 2.05;
}

.isv-hero__actions,
.isv-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 31px;
}

.isv-btn {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  border: 1px solid rgb(168 187 226 / 18%);
  border-radius: 14px;
  padding: 12px 19px;
  color: #eef4ff;
  background: rgb(255 255 255 / 5%);
  font-size: 11px;
  font-weight: 950;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.isv-btn:hover {
  border-color: rgb(174 195 239 / 38%);
  transform: translateY(-2px);
}

.isv-btn--primary {
  border-color: #6fe0b0;
  color: #071a16;
  background: #6fe0b0;
  box-shadow: 0 15px 38px rgb(62 211 154 / 16%);
}

.isv-btn--primary:hover {
  border-color: #84e9bd;
  background: #84e9bd;
}

.isv-btn b {
  font-size: 18px;
  font-weight: 500;
}

.isv-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 27px;
}

.isv-hero__tags span {
  border: 1px solid rgb(161 183 225 / 13%);
  border-radius: 999px;
  padding: 5px 10px;
  color: #7f90ae;
  background: rgb(255 255 255 / 2%);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
}

.isv-command {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(139 164 215 / 16%);
  border-radius: 27px;
  padding: 20px;
  background:
    radial-gradient(circle at 92% 8%, rgb(80 112 255 / 22%), transparent 32%),
    rgb(255 255 255 / 4%);
  box-shadow: 0 38px 100px rgb(0 0 0 / 27%);
}

.isv-command__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #697c9d;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .13em;
}

.isv-command__top i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6fe0b0;
  box-shadow: 0 0 0 6px rgb(111 224 176 / 9%);
}

.isv-command__center {
  position: relative;
  display: grid;
  min-height: 330px;
  place-items: center;
}

.isv-command__core {
  position: relative;
  z-index: 2;
  display: grid;
  width: 145px;
  height: 145px;
  align-content: center;
  border: 1px solid rgb(116 142 198 / 22%);
  border-radius: 50%;
  text-align: center;
  background: #0b1831;
  box-shadow: 0 0 0 10px rgb(255 255 255 / 2%), 0 22px 60px rgb(0 0 0 / 28%);
}

.isv-command__core small {
  color: #657898;
  font-size: 7px;
  font-weight: 950;
  letter-spacing: .14em;
}

.isv-command__core strong {
  margin-top: 6px;
  color: #f8fbff;
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -.03em;
}

.isv-orbit {
  position: absolute;
  border: 1px solid rgb(112 139 194 / 14%);
  border-radius: 50%;
}

.isv-orbit--one {
  width: 230px;
  height: 230px;
}

.isv-orbit--two {
  width: 300px;
  height: 300px;
  border-style: dashed;
}

.isv-node {
  position: absolute;
  z-index: 3;
  border: 1px solid rgb(158 181 224 / 15%);
  border-radius: 999px;
  padding: 5px 9px;
  color: #8999b5;
  background: #0c1932;
  font-size: 7px;
  font-weight: 950;
  letter-spacing: .09em;
}

.isv-node--build { top: 49px; right: 58px; }
.isv-node--protect { bottom: 53px; right: 36px; }
.isv-node--grow { bottom: 91px; left: 28px; }

.isv-command__foot {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.isv-command__foot div {
  min-width: 0;
  border: 1px solid rgb(139 163 210 / 10%);
  border-radius: 12px;
  padding: 10px;
  background: rgb(255 255 255 / 3%);
}

.isv-command__foot span,
.isv-command__foot strong {
  display: block;
}

.isv-command__foot span {
  color: #5f7292;
  font-size: 6px;
  font-weight: 950;
  letter-spacing: .12em;
}

.isv-command__foot strong {
  margin-top: 5px;
  color: #b9c6db;
  font-size: 8px;
  line-height: 1.6;
}

.isv-paths,
.isv-process {
  padding: 88px 0;
  background: #f5f7fb;
}

.isv-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 50px;
  align-items: end;
}

.isv-section-head span {
  color: #456af4;
}

.isv-section-head h2,
.isv-infra h2,
.isv-final h2 {
  margin: 10px 0 0;
  color: #111b31;
  font-size: clamp(31px, 4vw, 49px);
  font-weight: 950;
  line-height: 1.35;
  letter-spacing: -.045em;
}

.isv-section-head > p {
  margin: 0;
  color: #6d7a91;
  font-size: 12px;
  line-height: 2;
}

.isv-path-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 36px;
}

.isv-path-card {
  position: relative;
  overflow: hidden;
  min-width: 0;
  border: 1px solid #e1e7f1;
  border-radius: 22px;
  padding: 27px;
  background: #fff;
  box-shadow: 0 15px 44px rgb(26 50 105 / 5%);
}

.isv-path-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 78px;
  height: 3px;
  background: linear-gradient(90deg, #456af4, #6fe0b0);
  content: "";
}

.isv-path-card__index {
  color: #456af4;
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .12em;
}

.isv-path-card h3 {
  margin: 15px 0 0;
  color: #142039;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.65;
}

.isv-path-card > p {
  margin: 10px 0 0;
  color: #748097;
  font-size: 11px;
  line-height: 1.95;
}

.isv-path-card__links {
  display: grid;
  gap: 7px;
  margin-top: 22px;
}

.isv-path-card__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #edf1f6;
  padding-top: 9px;
  color: #263a67;
  font-size: 9px;
  font-weight: 950;
}

.isv-path-card__links b {
  color: #456af4;
  font-size: 15px;
  font-weight: 500;
  transition: transform .2s ease;
}

.isv-path-card__links a:hover b {
  transform: translateX(-4px);
}

.isv-services {
  padding: 94px 0 102px;
  color: #fff;
  background:
    radial-gradient(circle at 12% 22%, rgb(72 104 244 / 16%), transparent 25%),
    linear-gradient(150deg, #081225, #0c1830);
}

.isv-section-head--light h2 {
  color: #f4f8ff;
}

.isv-section-head--light > p {
  color: #8798b4;
}

.isv-section-head--light span {
  color: #6fe0b0;
}

.isv-service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 38px;
}

.isv-service-card {
  --accent: #5d7cff;
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgb(137 161 210 / 13%);
  border-radius: 22px;
  padding: 26px;
  background:
    radial-gradient(circle at 100% 0, color-mix(in srgb, var(--accent) 16%, transparent), transparent 32%),
    rgb(255 255 255 / 3.5%);
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}

.isv-service-card:hover {
  border-color: color-mix(in srgb, var(--accent) 42%, transparent);
  background-color: rgb(255 255 255 / 5%);
  transform: translateY(-3px);
}

.isv-service-card--violet { --accent: #9b7cff; }
.isv-service-card--cyan { --accent: #45cbe9; }
.isv-service-card--green { --accent: #61dfa9; }
.isv-service-card--orange { --accent: #ffb45f; }
.isv-service-card--red { --accent: #ff717d; }
.isv-service-card--indigo { --accent: #728cff; }
.isv-service-card--pink { --accent: #e876d7; }

.isv-service-card::before {
  position: absolute;
  top: 0;
  right: 26px;
  width: 54px;
  height: 2px;
  background: var(--accent);
  content: "";
  box-shadow: 0 0 20px color-mix(in srgb, var(--accent) 55%, transparent);
}

.isv-service-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.isv-service-card__number {
  color: var(--accent);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.isv-service-card__eyebrow {
  color: #687b9c;
  font-size: 7px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.isv-service-card h3 {
  margin: 21px 0 0;
  color: #f6f9ff;
  font-size: 25px;
  font-weight: 950;
  line-height: 1.5;
}

.isv-service-card > p {
  max-width: 620px;
  margin: 11px 0 0;
  color: #8fa0bc;
  font-size: 11px;
  line-height: 2;
}

.isv-service-card ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

.isv-service-card li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  border: 1px solid rgb(144 166 210 / 9%);
  border-radius: 10px;
  padding: 8px 9px;
  color: #a4b1c7;
  background: rgb(255 255 255 / 2%);
  font-size: 8px;
  line-height: 1.7;
}

.isv-service-card li i {
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--accent);
}

.isv-service-card__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 23px;
  border-top: 1px solid rgb(151 173 216 / 10%);
  padding-top: 15px;
  color: #d9e3f3;
  font-size: 9px;
  font-weight: 950;
}

.isv-service-card__cta span {
  color: var(--accent);
  font-size: 18px;
  transition: transform .2s ease;
}

.isv-service-card__cta:hover span {
  transform: translateX(-5px);
}

.isv-infra {
  overflow: hidden;
  padding: 96px 0;
  background: #fff;
}

.isv-infra__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 440px;
  gap: 72px;
  align-items: center;
}

.isv-infra__copy > span {
  color: #456af4;
}

.isv-infra__copy > p {
  max-width: 720px;
  margin: 17px 0 0;
  color: #6c7990;
  font-size: 12px;
  line-height: 2.05;
}

.isv-infra__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 25px;
}

.isv-infra__actions a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border: 1px solid #dde4ef;
  border-radius: 12px;
  padding: 10px 14px;
  color: #203258;
  background: #f8faff;
  font-size: 9px;
  font-weight: 950;
}

.isv-infra__actions a:first-child {
  border-color: #d3dcff;
  color: #2947b2;
  background: #f2f5ff;
}

.isv-infra__actions b {
  color: #456af4;
  font-size: 15px;
  font-weight: 500;
}

.isv-infra__stack {
  position: relative;
  display: grid;
  gap: 8px;
  min-width: 0;
  padding: 15px;
  border: 1px solid #e2e8f2;
  border-radius: 24px;
  background: #f6f8fc;
  box-shadow: 0 24px 70px rgb(27 53 109 / 8%);
}

.isv-infra__stack div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-width: 0;
  border: 1px solid #e6ebf3;
  border-radius: 14px;
  padding: 13px;
  background: #fff;
}

.isv-infra__stack span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 10px;
  color: #456af4;
  background: #eef2ff;
  font-size: 8px;
  font-weight: 950;
}

.isv-infra__stack strong {
  min-width: 0;
  color: #18253f;
  font-size: 10px;
  font-weight: 950;
}

.isv-infra__stack small {
  color: #93a0b5;
  font-size: 7px;
  font-weight: 800;
  white-space: nowrap;
}

.isv-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 37px 0 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e0e6ef;
  border-radius: 21px;
  background: #e0e6ef;
  list-style: none;
}

.isv-process-grid li {
  min-width: 0;
  min-height: 210px;
  padding: 24px;
  background: #fff;
}

.isv-process-grid span {
  color: #456af4;
  font-size: 10px;
  font-weight: 950;
}

.isv-process-grid strong {
  display: block;
  margin-top: 18px;
  color: #17233d;
  font-size: 16px;
  font-weight: 950;
}

.isv-process-grid p {
  margin: 9px 0 0;
  color: #768399;
  font-size: 10px;
  line-height: 1.95;
}

.isv-final {
  padding: 82px 0;
  color: #fff;
  background:
    radial-gradient(circle at 90% 20%, rgb(90 119 255 / 22%), transparent 26%),
    linear-gradient(145deg, #081225, #0d1c39);
}

.isv-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 60px;
  align-items: center;
}

.isv-final h2 {
  max-width: 760px;
  color: #fff;
}

.isv-final p {
  max-width: 700px;
  margin: 13px 0 0;
  color: #91a2bd;
  font-size: 11px;
  line-height: 2;
}

.isv-final__actions {
  flex-direction: column;
  min-width: 220px;
  margin-top: 0;
}

@media (max-width: 1020px) {
  .isv-hero__grid,
  .isv-infra__grid {
    grid-template-columns: 1fr;
  }

  .isv-command,
  .isv-infra__stack {
    width: min(100%, 650px);
  }

  .isv-section-head {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: start;
  }

  .isv-section-head > p {
    max-width: 720px;
  }

  .isv-path-grid {
    grid-template-columns: 1fr;
  }

  .isv-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .isv-final__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .isv-final__actions {
    width: min(100%, 430px);
  }
}

@media (max-width: 760px) {
  .isv-shell {
    width: min(100% - 22px, 1180px);
  }

  .isv-hero {
    padding: 70px 0 62px;
  }

  .isv-hero__grid {
    gap: 40px;
  }

  .isv-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.38;
  }

  .isv-hero__copy > p {
    font-size: 13px;
  }

  .isv-hero__actions,
  .isv-infra__actions {
    flex-direction: column;
  }

  .isv-btn,
  .isv-infra__actions a {
    width: 100%;
  }

  .isv-command {
    padding: 16px;
    border-radius: 22px;
  }

  .isv-command__center {
    min-height: 285px;
  }

  .isv-command__core {
    width: 126px;
    height: 126px;
  }

  .isv-command__core strong {
    font-size: 19px;
  }

  .isv-orbit--one {
    width: 195px;
    height: 195px;
  }

  .isv-orbit--two {
    width: 250px;
    height: 250px;
  }

  .isv-node--build { top: 41px; right: 36px; }
  .isv-node--protect { bottom: 45px; right: 23px; }
  .isv-node--grow { bottom: 73px; left: 16px; }

  .isv-command__foot {
    grid-template-columns: 1fr;
  }

  .isv-paths,
  .isv-process,
  .isv-infra {
    padding: 67px 0;
  }

  .isv-services {
    padding: 70px 0 75px;
  }

  .isv-section-head h2,
  .isv-infra h2,
  .isv-final h2 {
    font-size: 32px;
  }

  .isv-path-card,
  .isv-service-card {
    padding: 21px;
  }

  .isv-service-grid {
    grid-template-columns: 1fr;
  }

  .isv-service-card ul {
    grid-template-columns: 1fr;
  }

  .isv-infra__stack div {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .isv-infra__stack small {
    display: none;
  }

  .isv-process-grid {
    grid-template-columns: 1fr;
  }

  .isv-process-grid li {
    min-height: 0;
  }

  .isv-final {
    padding: 65px 0;
  }

  .isv-final__actions {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .isv-btn,
  .isv-path-card__links b,
  .isv-service-card,
  .isv-service-card__cta span {
    transition: none;
  }
}

/* End IranNet Services Hub */
