:root {
  --navy-950: #061528;
  --navy-900: #071a31;
  --navy-800: #0b2748;
  --navy-700: #11375f;
  --blue-600: #0877dc;
  --blue-500: #1195ee;
  --blue-400: #48b8f5;
  --blue-100: #dff3ff;
  --cyan-50: #f2fbff;
  --ink: #102339;
  --muted: #607189;
  --line: #dce6ef;
  --soft: #f5f8fb;
  --white: #fff;
  --radius-lg: 28px;
  --radius-md: 20px;
  --shadow: 0 24px 70px rgba(7, 26, 49, 0.11);
  --container: min(1180px, calc(100% - 48px));
}

@font-face {
  font-family: "Vazirmatn";
  src: url("Vazirmatn.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Vazirmatn", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 999;
  top: 12px;
  right: 12px;
  padding: 9px 16px;
  border-radius: 10px;
  background: var(--white);
  color: var(--navy-900);
  transform: translateY(-160%);
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--white);
  transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.scrolled {
  border-bottom-color: rgba(11, 39, 72, 0.08);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 12px 36px rgba(7, 26, 49, 0.07);
  color: var(--navy-900);
  backdrop-filter: blur(16px);
}

.nav-wrap {
  display: flex;
  min-height: 82px;
  align-items: center;
  gap: 46px;
}

.brand {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 11px;
}

.brand-logo {
  width: 58px;
  height: 58px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 15px;
  background: var(--white);
  object-fit: contain;
  box-shadow: 0 8px 24px rgba(2, 12, 27, 0.16);
}

.scrolled .brand-logo {
  border-color: #e0e8ef;
  box-shadow: 0 7px 20px rgba(7, 26, 49, 0.08);
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-menu a {
  position: relative;
  color: inherit;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.78;
  transition: opacity 0.2s ease;
}

.main-menu a::after {
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--blue-400);
  content: "";
  transition: width 0.2s ease;
}

.main-menu a:hover,
.main-menu a:focus-visible {
  opacity: 1;
}

.main-menu a:hover::after,
.main-menu a:focus-visible::after {
  width: 100%;
}

.nav-cta {
  margin-right: auto;
}

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 12px 24px;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.text-link:focus-visible,
.main-menu a:focus-visible,
.site-footer a:focus-visible {
  outline: 3px solid rgba(72, 184, 245, 0.45);
  outline-offset: 4px;
}

.button-sm {
  min-height: 42px;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.09);
  color: var(--white);
  font-size: 13px;
}

.scrolled .button-sm {
  border-color: var(--navy-900);
  background: var(--navy-900);
}

.button-primary {
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  box-shadow: 0 14px 30px rgba(8, 119, 220, 0.27);
  color: var(--white);
}

.button-primary:hover {
  box-shadow: 0 18px 38px rgba(8, 119, 220, 0.35);
}

.menu-toggle {
  display: none;
}

.section-dark {
  position: relative;
  overflow: hidden;
  background: var(--navy-950);
  color: var(--white);
}

.hero {
  min-height: 760px;
  padding: 170px 0 94px;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to left, #000 20%, transparent 92%);
  opacity: 0.55;
  pointer-events: none;
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero-glow-one {
  top: -420px;
  right: -210px;
  width: 830px;
  height: 830px;
  background: radial-gradient(circle, rgba(17, 149, 238, 0.24), transparent 67%);
}

.hero-glow-two {
  bottom: -390px;
  left: -260px;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(42, 101, 181, 0.19), transparent 68%);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  gap: 74px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 700;
}

.eyebrow-light {
  color: var(--blue-400);
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(72, 184, 245, 0.1);
}

.hero h1,
.section h2 {
  margin: 22px 0 20px;
  letter-spacing: -0.055em;
  line-height: 1.3;
}

.hero h1 {
  max-width: 670px;
  font-size: clamp(43px, 5vw, 70px);
  font-weight: 800;
}

.hero h1 span,
.section h2 span {
  color: var(--blue-400);
}

.hero-lead {
  max-width: 610px;
  margin: 0;
  color: rgba(225, 237, 250, 0.7);
  font-size: 17px;
  font-weight: 300;
  line-height: 2;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 36px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--navy-800);
  font-size: 14px;
  font-weight: 700;
}

.text-link span {
  font-size: 19px;
  transition: transform 0.2s ease;
}

.text-link:hover span {
  transform: translateX(-4px);
}

.text-link-light {
  color: rgba(255, 255, 255, 0.76);
}

.hero-pillars {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
  margin-top: 46px;
  color: rgba(255, 255, 255, 0.57);
  font-size: 12px;
}

.hero-pillars span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-pillars i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue-400);
}

.hero-visual {
  position: relative;
  min-height: 470px;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.orbit-one {
  inset: 4% 2% auto auto;
  width: 460px;
  height: 460px;
}

.orbit-two {
  top: 13%;
  right: 11%;
  width: 375px;
  height: 375px;
}

.dashboard-card {
  position: absolute;
  z-index: 2;
  top: 44px;
  right: 42px;
  width: min(440px, calc(100% - 55px));
  padding: 27px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 25px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
  box-shadow: 0 32px 80px rgba(0, 7, 18, 0.35);
  backdrop-filter: blur(22px);
}

.dashboard-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.dashboard-top > div {
  display: flex;
  flex-direction: column;
}

.dashboard-kicker {
  color: rgba(255, 255, 255, 0.46);
  font-size: 10px;
}

.dashboard-top strong {
  margin-top: 2px;
  font-size: 16px;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 5px 10px;
  border: 1px solid rgba(76, 213, 166, 0.2);
  border-radius: 20px;
  background: rgba(76, 213, 166, 0.1);
  color: #85e9c8;
  font-size: 9px;
  white-space: nowrap;
}

.status-badge::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.progress-block {
  margin-top: 24px;
  padding: 17px;
  border-radius: 15px;
  background: rgba(2, 13, 27, 0.35);
}

.progress-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.progress-label b {
  color: var(--white);
  font-size: 12px;
}

.progress-track {
  height: 5px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.09);
}

.progress-track span {
  display: block;
  width: 84%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue-600), var(--blue-400));
}

.metric-grid {
  display: grid;
  margin-top: 13px;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.metric-card {
  min-width: 0;
  padding: 14px 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.055);
}

.metric-icon {
  display: grid;
  width: 25px;
  height: 25px;
  margin-bottom: 22px;
  place-items: center;
  border-radius: 8px;
  background: rgba(72, 184, 245, 0.13);
  color: var(--blue-400);
  font-size: 8px;
  font-weight: 700;
}

.metric-card small,
.metric-card strong {
  display: block;
  white-space: nowrap;
}

.metric-card small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.42);
  font-size: 8px;
  text-overflow: ellipsis;
}

.metric-card strong {
  margin-top: 2px;
  font-size: 12px;
}

.metric-accent {
  border-color: rgba(72, 184, 245, 0.28);
  background: linear-gradient(145deg, rgba(17, 149, 238, 0.2), rgba(255, 255, 255, 0.05));
}

.activity-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 13px;
  padding: 13px 15px;
  border-radius: 13px;
  background: rgba(2, 13, 27, 0.29);
}

.activity-copy {
  display: flex;
  align-items: center;
  gap: 11px;
}

.activity-copy > div {
  display: flex;
  flex-direction: column;
}

.activity-copy strong {
  font-size: 10px;
}

.activity-copy small {
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
}

.pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4cd5a6;
  box-shadow: 0 0 0 5px rgba(76, 213, 166, 0.1);
}

.activity-arrow {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.52);
}

.floating-tag {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;
  background: rgba(10, 38, 69, 0.72);
  box-shadow: 0 18px 38px rgba(0, 7, 18, 0.28);
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  backdrop-filter: blur(15px);
}

.floating-tag span {
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: var(--blue-400);
}

.tag-one {
  top: 14px;
  left: 24px;
}

.tag-two {
  right: 6px;
  bottom: 33px;
}

.tag-two span {
  background: #4cd5a6;
}

.capabilities-strip {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.capabilities-list {
  display: flex;
  min-height: 86px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: #61748a;
  font-size: 12px;
  font-weight: 600;
}

.capabilities-list i {
  width: 4px;
  height: 4px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--blue-500);
  box-shadow: 0 0 0 5px var(--blue-100);
}

.section {
  padding: 122px 0;
}

.section-heading {
  display: grid;
  align-items: end;
  margin-bottom: 56px;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
}

.section-number {
  display: inline-block;
  margin-left: 14px;
  color: #a8b8c8;
  font-size: 11px;
  font-weight: 700;
  vertical-align: middle;
}

.section h2 {
  margin-top: 15px;
  margin-bottom: 0;
  color: var(--navy-900);
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 800;
}

.section-heading > p,
.solutions-intro > p {
  margin: 0 0 6px;
  color: var(--muted);
  font-size: 15px;
  line-height: 2;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 440px;
  overflow: hidden;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--white);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  border-color: #c4d9e9;
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.service-card-featured {
  border-color: transparent;
  background: var(--navy-900);
  color: var(--white);
}

.service-card-featured::before {
  position: absolute;
  top: -150px;
  right: -130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17, 149, 238, 0.26), transparent 68%);
  content: "";
}

.service-index {
  position: absolute;
  top: 29px;
  left: 30px;
  color: #9aabbb;
  font-size: 10px;
  font-weight: 700;
}

.service-card-featured .service-index {
  color: rgba(255, 255, 255, 0.42);
}

.service-symbol {
  position: relative;
  width: 67px;
  height: 67px;
  margin: 4px 0 57px;
  border-radius: 18px;
  background: var(--cyan-50);
}

.service-card-featured .service-symbol {
  background: rgba(72, 184, 245, 0.11);
}

.service-symbol span {
  position: absolute;
  width: 18px;
  height: 18px;
  border: 2px solid var(--blue-500);
  border-radius: 5px;
}

.service-symbol span:nth-child(1) {
  top: 14px;
  right: 14px;
}

.service-symbol span:nth-child(2) {
  right: 27px;
  bottom: 13px;
}

.service-symbol span:nth-child(3) {
  top: 18px;
  left: 13px;
  width: 9px;
  height: 9px;
  border: 0;
  background: var(--blue-400);
}

.symbol-connect span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--white);
}

.symbol-connect::before,
.symbol-connect::after {
  position: absolute;
  height: 2px;
  background: var(--blue-500);
  content: "";
  transform-origin: right center;
}

.symbol-connect::before {
  top: 27px;
  right: 25px;
  width: 26px;
  transform: rotate(29deg);
}

.symbol-connect::after {
  top: 37px;
  right: 25px;
  width: 25px;
  transform: rotate(-26deg);
}

.symbol-support span:nth-child(1) {
  top: 13px;
  right: 16px;
  width: 35px;
  height: 40px;
  border-radius: 18px 18px 14px 14px;
}

.symbol-support span:nth-child(2) {
  right: 27px;
  bottom: 21px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
}

.symbol-support span:nth-child(3) {
  display: none;
}

.service-card h3 {
  margin: 0;
  color: var(--navy-900);
  font-size: 20px;
  font-weight: 800;
}

.service-card-featured h3 {
  color: var(--white);
}

.service-card p {
  min-height: 83px;
  margin: 13px 0 24px;
  color: var(--muted);
  font-size: 13px;
  line-height: 2;
}

.service-card-featured p {
  color: rgba(255, 255, 255, 0.6);
}

.service-card ul {
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid var(--line);
  color: #53687c;
  font-size: 11px;
  list-style: none;
}

.service-card-featured ul {
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.58);
}

.service-card li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.service-card li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue-500);
  content: "";
}

.products {
  padding-top: 24px;
}

.product-showcase {
  display: grid;
  position: relative;
  min-height: 520px;
  overflow: hidden;
  align-items: center;
  padding: 66px 70px;
  border-radius: 30px;
  background: linear-gradient(125deg, #061528 0%, #082441 52%, #0a3157 100%);
  box-shadow: 0 34px 90px rgba(7, 26, 49, 0.18);
  color: var(--white);
  grid-template-columns: 1.08fr 0.92fr;
  gap: 48px;
}

.product-grid {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to right, #000, transparent 70%);
}

.product-copy,
.product-visual {
  position: relative;
  z-index: 2;
}

.product-showcase h2 {
  margin-top: 14px;
  color: var(--white);
  font-size: clamp(36px, 4.1vw, 51px);
}

.product-copy > p {
  max-width: 580px;
  margin: 24px 0 0;
  color: rgba(225, 237, 250, 0.65);
  font-size: 14px;
  line-height: 2.05;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 27px;
}

.product-badges span {
  padding: 7px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
}

.product-button {
  margin-top: 34px;
}

.product-visual {
  min-height: 390px;
}

.product-orbit {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.product-orbit-one {
  top: 8px;
  left: 4px;
  width: 365px;
  height: 365px;
}

.product-orbit-two {
  top: 55px;
  left: 51px;
  width: 270px;
  height: 270px;
}

.product-logo-wrap {
  display: grid;
  position: absolute;
  z-index: 2;
  top: 48px;
  left: 55px;
  width: 275px;
  height: 275px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035));
  box-shadow: inset 0 0 50px rgba(255, 196, 20, 0.05), 0 30px 70px rgba(0, 6, 17, 0.32);
  backdrop-filter: blur(15px);
}

.product-logo-wrap img {
  position: relative;
  z-index: 2;
  width: 222px;
  height: 222px;
  object-fit: contain;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.24));
}

.product-logo-glow {
  position: absolute;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 196, 20, 0.22), transparent 67%);
  filter: blur(10px);
}

.product-float {
  position: absolute;
  z-index: 3;
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  background: rgba(7, 26, 49, 0.77);
  box-shadow: 0 15px 35px rgba(0, 6, 17, 0.26);
  color: rgba(255, 255, 255, 0.67);
  font-size: 9px;
  backdrop-filter: blur(13px);
}

.product-float-one {
  top: 31px;
  right: 7px;
}

.product-float-two {
  right: 1px;
  bottom: 34px;
}

.section-soft {
  background: var(--soft);
}

.solutions-layout {
  display: grid;
  align-items: start;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 94px;
}

.solutions-intro {
  position: sticky;
  top: 120px;
}

.solutions-intro > p {
  margin-top: 24px;
}

.solutions-intro .text-link {
  margin-top: 27px;
  color: var(--blue-600);
}

.solutions-list {
  border-top: 1px solid #cdd9e4;
}

.solution-item {
  display: grid;
  min-height: 176px;
  align-items: center;
  padding: 28px 4px;
  border-bottom: 1px solid #cdd9e4;
  grid-template-columns: 56px 1fr 54px;
  gap: 20px;
  transition: padding 0.25s ease, background 0.25s ease;
}

.solution-item:hover {
  padding-right: 17px;
  padding-left: 17px;
  background: var(--white);
}

.solution-num {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid #cdd9e4;
  border-radius: 13px;
  color: var(--blue-600);
  font-size: 10px;
  font-weight: 800;
}

.solution-item h3 {
  margin: 0;
  color: var(--navy-900);
  font-size: 19px;
}

.solution-item p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.solution-arrow {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue-600);
  font-size: 20px;
  transition: background 0.2s ease, color 0.2s ease;
}

.solution-item:hover .solution-arrow {
  background: var(--blue-600);
  color: var(--white);
}

.partners {
  border-top: 1px solid var(--line);
  background: var(--soft);
}

.partners-heading {
  max-width: 680px;
  margin: 0 auto 52px;
  text-align: center;
}

.partners-heading h2 {
  margin-top: 14px;
}

.partners-heading > p {
  max-width: 590px;
  margin: 21px auto 0;
  color: var(--muted);
  font-size: 13px;
}

.partner-feature {
  display: grid;
  position: relative;
  min-height: 185px;
  overflow: hidden;
  align-items: center;
  padding: 34px 40px;
  border: 1px solid #d8e3ec;
  border-radius: 23px;
  background: var(--white);
  box-shadow: 0 20px 55px rgba(7, 26, 49, 0.07);
  grid-template-columns: 105px minmax(220px, 0.82fr) 1fr 50px;
  gap: 34px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.partner-feature::before {
  position: absolute;
  top: -210px;
  right: 24%;
  width: 490px;
  height: 490px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17, 149, 238, 0.08), transparent 68%);
  content: "";
}

.partner-feature:hover {
  border-color: #bfd7e8;
  box-shadow: 0 28px 68px rgba(7, 26, 49, 0.12);
  transform: translateY(-4px);
}

.partner-label {
  display: inline-flex;
  position: relative;
  z-index: 2;
  align-items: center;
  gap: 8px;
  color: var(--blue-600);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}

.partner-label span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 5px var(--blue-100);
}

.partner-logo-stage {
  display: grid;
  position: relative;
  z-index: 2;
  min-height: 88px;
  place-items: center;
  padding: 17px 23px;
  border: 1px solid #e4ebf1;
  border-radius: 17px;
  background: #fbfdff;
}

.partner-logo-stage img {
  width: 100%;
  max-width: 245px;
  max-height: 65px;
  object-fit: contain;
}

.partner-copy {
  position: relative;
  z-index: 2;
}

.partner-copy h3 {
  margin: 0;
  color: var(--navy-900);
  font-size: 20px;
}

.partner-copy p {
  margin: 7px 0 0;
  color: var(--muted);
  font-size: 12px;
}

.partner-arrow {
  display: grid;
  position: relative;
  z-index: 2;
  width: 45px;
  height: 45px;
  place-items: center;
  border-radius: 50%;
  background: var(--navy-900);
  color: var(--white);
  font-size: 19px;
}

.collaborators-title {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 56px 0 24px;
  color: var(--navy-900);
  font-size: 13px;
  font-weight: 800;
}

.collaborators-title i {
  height: 1px;
  flex: 1;
  background: var(--line);
}

.brands-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.brand-card {
  display: flex;
  min-height: 215px;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  border: 1px solid #dce5ed;
  border-radius: 18px;
  background: var(--white);
  text-align: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.brand-card:hover {
  border-color: #bed5e6;
  box-shadow: 0 18px 42px rgba(7, 26, 49, 0.09);
  transform: translateY(-5px);
}

.brand-card-logo {
  display: grid;
  width: 100%;
  height: 102px;
  place-items: center;
  margin-bottom: 13px;
  padding: 17px;
  border-radius: 14px;
  background: #f7fafc;
}

.brand-card-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-card-logo-shad img {
  max-width: 145px;
}

.brand-card-logo-mci {
  background: #eef9ff;
}

.brand-card-logo-mci img {
  max-width: 64px;
}

.brand-card-logo-irancell {
  background: #ffcb05;
}

.brand-card-logo-irancell img {
  max-width: 106px;
}

.brand-card-logo-ewano {
  background: #f0fbfa;
}

.brand-card-logo-ewano img {
  max-width: 126px;
}

.brand-card strong {
  color: var(--navy-900);
  font-size: 14px;
}

.brand-card small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 10px;
}

.process-heading {
  margin-bottom: 70px;
}

.process-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
}

.process-step {
  position: relative;
  padding-left: 24px;
}

.step-number {
  display: grid;
  position: relative;
  z-index: 2;
  width: 47px;
  height: 47px;
  place-items: center;
  border: 1px solid #c6d7e4;
  border-radius: 50%;
  background: var(--white);
  color: var(--blue-600);
  font-size: 13px;
  font-weight: 800;
}

.step-line {
  position: absolute;
  z-index: 1;
  top: 23px;
  right: 47px;
  width: calc(100% - 47px);
  height: 1px;
  background: repeating-linear-gradient(90deg, #c6d7e4 0 5px, transparent 5px 10px);
}

.process-step:last-child .step-line {
  display: none;
}

.process-step h3 {
  margin: 27px 0 7px;
  color: var(--navy-900);
  font-size: 17px;
}

.process-step p {
  max-width: 215px;
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.about {
  padding-top: 112px;
  padding-bottom: 112px;
}

.about-glow {
  position: absolute;
  top: -400px;
  right: 20%;
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(17, 149, 238, 0.18), transparent 67%);
}

.about-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 104px;
}

.section-number-dark {
  color: rgba(255, 255, 255, 0.38);
}

.about h2 {
  color: var(--white);
}

.about-content > p {
  margin: 26px 0 0;
  color: rgba(225, 237, 250, 0.62);
  font-size: 14px;
  line-height: 2.1;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.values-grid article {
  min-height: 189px;
  padding: 23px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.045);
}

.values-grid article > span {
  color: var(--blue-400);
  font-size: 9px;
  font-weight: 800;
}

.values-grid h3 {
  margin: 26px 0 6px;
  font-size: 16px;
}

.values-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  line-height: 2;
}

.contact {
  background: var(--white);
}

.contact-card {
  display: grid;
  overflow: hidden;
  padding: 54px;
  border: 1px solid #d9e5ee;
  border-radius: var(--radius-lg);
  background: linear-gradient(125deg, #f2faff 0%, #fff 54%);
  box-shadow: var(--shadow);
  grid-template-columns: 0.88fr 1.12fr;
  gap: 72px;
}

.contact-copy h2 {
  margin-top: 14px;
  font-size: clamp(31px, 4vw, 44px);
}

.contact-copy > p {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.contact-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 27px;
  padding: 13px 15px;
  border: 1px solid #d9e7f1;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.74);
}

.contact-note > span {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--blue-100);
  color: var(--blue-600);
  font-family: Georgia, serif;
  font-size: 13px;
  font-weight: 700;
}

.contact-note p,
.contact-note strong {
  display: block;
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.contact-note strong {
  color: var(--navy-900);
  font-size: 11px;
}

.contact-form {
  padding: 28px;
  border: 1px solid #e0e8ef;
  border-radius: 19px;
  background: var(--white);
}

.contact-form label {
  display: block;
  margin-bottom: 15px;
}

.contact-form label > span {
  display: block;
  margin-bottom: 6px;
  color: #40566d;
  font-size: 11px;
  font-weight: 700;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #dbe4ec;
  border-radius: 11px;
  outline: none;
  background: #fbfcfd;
  color: var(--navy-900);
  font-size: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact-form input,
.contact-form select {
  height: 47px;
  padding: 0 13px;
}

.contact-form textarea {
  min-height: 106px;
  padding: 12px 13px;
  resize: vertical;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #a3aebb;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue-500);
  background: var(--white);
  box-shadow: 0 0 0 4px rgba(17, 149, 238, 0.1);
}

.contact-form .button {
  width: 100%;
  margin-top: 2px;
}

.form-status {
  min-height: 23px;
  margin: 8px 2px -8px;
  color: var(--blue-600);
  font-size: 11px;
}

.site-footer {
  padding: 67px 0 25px;
  background: var(--navy-950);
  color: var(--white);
}

.footer-main {
  display: grid;
  align-items: center;
  padding-bottom: 45px;
  grid-template-columns: 0.72fr 1fr 1.1fr;
  gap: 50px;
}

.brand-footer .brand-logo {
  width: 64px;
  height: 64px;
}

.footer-main > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.47);
  font-size: 12px;
}

.footer-main nav {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
}

.footer-main nav a {
  color: rgba(255, 255, 255, 0.59);
  font-size: 11px;
  transition: color 0.2s ease;
}

.footer-main nav a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.34);
  font-size: 10px;
}

.footer-bottom a {
  transition: color 0.2s ease;
}

.footer-bottom a:hover {
  color: var(--blue-400);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-delay {
  transition-delay: 0.15s;
}

@media (max-width: 1020px) {
  .hero-layout {
    grid-template-columns: 1fr 410px;
    gap: 20px;
  }

  .hero h1 {
    font-size: 51px;
  }

  .dashboard-card {
    right: 15px;
  }

  .section-heading,
  .about-layout {
    gap: 55px;
  }

  .solutions-layout {
    gap: 55px;
  }

  .contact-card {
    padding: 40px;
    gap: 40px;
  }

  .product-showcase {
    padding: 56px 48px;
    gap: 20px;
  }

  .product-logo-wrap {
    left: 28px;
  }

  .product-orbit-one {
    left: -18px;
  }

  .product-orbit-two {
    left: 29px;
  }
}

@media (max-width: 860px) {
  :root {
    --container: min(100% - 36px, 720px);
  }

  .nav-wrap {
    min-height: 74px;
  }

  .menu-toggle {
    display: grid;
    position: relative;
    width: 42px;
    height: 42px;
    margin-right: auto;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    color: currentColor;
    cursor: pointer;
  }

  .scrolled .menu-toggle {
    border-color: #d8e2eb;
    background: var(--white);
  }

  .menu-toggle-lines,
  .menu-toggle-lines::before,
  .menu-toggle-lines::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 3px;
    background: currentColor;
    content: "";
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .menu-toggle-lines::before {
    transform: translateY(-6px);
  }

  .menu-toggle-lines::after {
    transform: translateY(4px);
  }

  .menu-open .menu-toggle-lines {
    background: transparent;
  }

  .menu-open .menu-toggle-lines::before {
    transform: translateY(0) rotate(45deg);
  }

  .menu-open .menu-toggle-lines::after {
    transform: translateY(-2px) rotate(-45deg);
  }

  .main-menu {
    position: fixed;
    z-index: -1;
    top: 74px;
    right: 0;
    left: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    border-top: 1px solid #e5edf3;
    background: var(--white);
    box-shadow: 0 25px 45px rgba(7, 26, 49, 0.14);
    color: var(--navy-900);
    opacity: 0;
    transform: translateY(-12px);
    visibility: hidden;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }

  .menu-open .main-menu {
    z-index: 101;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }

  .main-menu a {
    padding: 12px 14px;
    border-bottom: 1px solid #edf2f6;
    opacity: 0.78;
  }

  .main-menu a:last-child {
    border-bottom: 0;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    padding-top: 140px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero h1 {
    max-width: 650px;
    font-size: clamp(43px, 8.5vw, 62px);
  }

  .hero-visual {
    width: min(100%, 550px);
    margin-inline: auto;
  }

  .capabilities-list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0;
  }

  .section-heading,
  .about-layout,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .section-heading {
    gap: 24px;
  }

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

  .service-card {
    min-height: auto;
  }

  .service-card p {
    min-height: auto;
  }

  .solutions-layout {
    grid-template-columns: 1fr;
  }

  .product-showcase {
    grid-template-columns: 1fr;
  }

  .product-visual {
    width: min(100%, 410px);
    margin-inline: auto;
  }

  .partner-feature {
    grid-template-columns: 95px minmax(180px, 0.8fr) 1fr 45px;
    gap: 20px;
    padding: 28px;
  }

  .brands-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .solutions-intro {
    position: static;
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 0;
  }

  .process-step:nth-child(2) .step-line {
    display: none;
  }

  .contact-card {
    gap: 34px;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-main > p {
    text-align: left;
  }

  .footer-main nav {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  :root {
    --container: calc(100% - 28px);
  }

  .brand-logo {
    width: 50px;
    height: 50px;
  }

  .hero {
    min-height: 0;
    padding: 125px 0 70px;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1.42;
  }

  .hero-lead {
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 18px;
  }

  .hero-actions .text-link {
    justify-content: center;
  }

  .hero-pillars {
    margin-top: 34px;
  }

  .hero-visual {
    min-height: 400px;
  }

  .dashboard-card {
    top: 25px;
    right: 0;
    width: 100%;
    padding: 19px;
  }

  .metric-grid {
    gap: 6px;
  }

  .metric-card {
    padding: 10px 8px;
  }

  .metric-icon {
    margin-bottom: 16px;
  }

  .floating-tag {
    display: none;
  }

  .orbit-one,
  .orbit-two {
    width: 350px;
    height: 350px;
  }

  .capabilities-list {
    justify-content: flex-start;
    gap: 11px 20px;
  }

  .capabilities-list i:nth-of-type(even) {
    display: none;
  }

  .section {
    padding: 85px 0;
  }

  .section h2 {
    font-size: 34px;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .service-card {
    padding: 25px;
  }

  .products {
    padding-top: 10px;
  }

  .product-showcase {
    width: calc(100% - 20px);
    min-height: 0;
    padding: 36px 22px 22px;
    border-radius: 23px;
  }

  .product-showcase h2 {
    font-size: 34px;
  }

  .product-button {
    width: 100%;
  }

  .product-visual {
    min-height: 320px;
  }

  .product-orbit-one {
    top: 0;
    left: calc(50% - 150px);
    width: 300px;
    height: 300px;
  }

  .product-orbit-two {
    top: 40px;
    left: calc(50% - 110px);
    width: 220px;
    height: 220px;
  }

  .product-logo-wrap {
    top: 40px;
    left: calc(50% - 110px);
    width: 220px;
    height: 220px;
  }

  .product-logo-wrap img {
    width: 178px;
    height: 178px;
  }

  .product-float {
    display: none;
  }

  .solutions-layout {
    gap: 45px;
  }

  .solution-item {
    min-height: 165px;
    grid-template-columns: 45px 1fr;
    gap: 14px;
  }

  .solution-arrow {
    display: none;
  }

  .solution-num {
    width: 38px;
    height: 38px;
  }

  .process-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .process-step {
    min-height: 100px;
    padding-right: 66px;
    padding-left: 0;
  }

  .step-number {
    position: absolute;
    top: 0;
    right: 0;
  }

  .step-line {
    top: 47px;
    right: 23px;
    width: 1px;
    height: calc(100% + 36px);
    background: repeating-linear-gradient(#c6d7e4 0 5px, transparent 5px 10px);
  }

  .process-step:nth-child(2) .step-line {
    display: block;
  }

  .process-step h3 {
    margin-top: 0;
  }

  .process-step p {
    max-width: none;
  }

  .about-layout {
    gap: 52px;
  }

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

  .partners-heading {
    margin-bottom: 38px;
  }

  .partner-feature {
    grid-template-columns: 1fr 44px;
    gap: 17px;
    padding: 24px;
  }

  .partner-label,
  .partner-logo-stage,
  .partner-copy {
    grid-column: 1 / -1;
  }

  .partner-logo-stage {
    min-height: 102px;
  }

  .partner-arrow {
    display: none;
  }

  .brands-grid {
    gap: 9px;
  }

  .brand-card {
    min-height: 190px;
    padding: 12px;
  }

  .brand-card-logo {
    height: 94px;
    padding: 14px;
  }

  .brand-card-logo-shad img {
    max-width: 120px;
  }

  .values-grid article {
    min-height: auto;
  }

  .contact-card {
    width: calc(100% - 20px);
    padding: 28px 18px;
    border-radius: 22px;
  }

  .contact-form {
    padding: 20px 16px;
  }

  .field-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-main > p {
    text-align: right;
  }

  .footer-main nav {
    display: grid;
    grid-column: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
