:root {
  --blue-950: #06182c;
  --blue-900: #08243f;
  --blue-800: #0d355f;
  --blue-700: #134a78;
  --blue-100: #dbe8f4;
  --green-700: #0e6b49;
  --green-600: #168a5c;
  --green-500: #24bd75;
  --teal-600: #118d98;
  --gold-500: #d6a546;
  --ink: #102033;
  --muted: #607080;
  --line: #d8e5ed;
  --surface: #ffffff;
  --surface-soft: #f6faf8;
  --surface-blue: #edf5fa;
  --shadow: 0 24px 60px rgba(6, 24, 44, 0.14);
  --shadow-soft: 0 12px 34px rgba(6, 24, 44, 0.08);
  --radius: 8px;
  --container: 1200px;
}

body {
  background:
    linear-gradient(180deg, rgba(237, 245, 250, 0.72), rgba(255, 255, 255, 0) 420px),
    #fff;
  color: var(--ink);
}

h1 {
  font-size: 3.75rem;
  font-weight: 860;
  line-height: 1.04;
}

h2 {
  font-size: 2.28rem;
  font-weight: 830;
}

h3 {
  font-size: 1.14rem;
  font-weight: 820;
}

.container {
  width: min(calc(100% - 48px), var(--container));
}

.section {
  padding-block: 96px;
}

.section--soft {
  background:
    linear-gradient(180deg, #fff, rgba(246, 250, 248, 0.96)),
    var(--surface-soft);
}

.section--blue {
  background:
    linear-gradient(135deg, rgba(237, 245, 250, 0.98), rgba(240, 249, 245, 0.98)),
    var(--surface-blue);
}

.section__header {
  max-width: 780px;
  margin-block-end: 32px;
}

.section__lead {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.78;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--green-700);
  font-size: 0.78rem;
  font-weight: 860;
}

.eyebrow::before {
  width: 28px;
  height: 2px;
  border-radius: 10px;
  background: currentColor;
  content: "";
}

[dir="rtl"] .eyebrow::before {
  order: 2;
}

.site-header {
  border-block-end: 1px solid rgba(216, 229, 237, 0.8);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(6, 24, 44, 0.05);
}

.header-inner {
  min-height: 80px;
}

.brand {
  gap: 12px;
}

.brand img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(6, 24, 44, 0.22);
}

.brand__name {
  font-size: 1.08rem;
  font-weight: 900;
}

.brand__tag {
  max-width: 360px;
  color: var(--muted);
}

.primary-nav {
  gap: 4px;
}

.primary-nav a {
  position: relative;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.89rem;
  font-weight: 790;
  transition: background-color 220ms ease, color 220ms ease, transform 220ms ease;
}

.primary-nav a:hover {
  transform: translateY(-1px);
}

.primary-nav a[aria-current="page"] {
  background: linear-gradient(135deg, rgba(36, 189, 117, 0.12), rgba(17, 141, 152, 0.1));
  color: var(--green-700);
}

.language-select,
.form-control,
.form-select,
.form-textarea {
  min-height: 48px;
  border-color: #cddce5;
  box-shadow: 0 1px 0 rgba(6, 24, 44, 0.02);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.language-select:focus,
.form-control:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: rgba(22, 138, 92, 0.62);
  box-shadow: 0 0 0 4px rgba(36, 189, 117, 0.12);
}

.btn {
  min-height: 48px;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 860;
  transition: transform 220ms ease, box-shadow 220ms ease, background-color 220ms ease, border-color 220ms ease, color 220ms ease;
}

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

.btn:active {
  transform: translateY(0);
}

.btn--primary {
  background: linear-gradient(135deg, #34d486, var(--green-500));
  box-shadow: 0 14px 32px rgba(22, 138, 92, 0.24);
  color: #031427;
}

.btn--primary:hover {
  background: linear-gradient(135deg, #48df96, #24bd75);
  box-shadow: 0 18px 40px rgba(22, 138, 92, 0.3);
}

.btn--secondary {
  border-color: rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.btn--outline {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 24px rgba(6, 24, 44, 0.06);
}

.hero {
  min-height: 760px;
  max-height: none;
  align-items: stretch;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(6, 24, 44, 0.94) 0%, rgba(6, 24, 44, 0.72) 48%, rgba(6, 24, 44, 0.44) 100%),
    radial-gradient(circle at 76% 34%, rgba(36, 189, 117, 0.22), transparent 30%);
  content: "";
}

.hero::after {
  z-index: 1;
  background:
    linear-gradient(0deg, rgba(6, 24, 44, 0.82), rgba(6, 24, 44, 0) 38%),
    linear-gradient(180deg, rgba(6, 24, 44, 0.18), rgba(6, 24, 44, 0));
}

[dir="rtl"] .hero::before {
  background:
    linear-gradient(270deg, rgba(6, 24, 44, 0.94) 0%, rgba(6, 24, 44, 0.72) 48%, rgba(6, 24, 44, 0.44) 100%),
    radial-gradient(circle at 24% 34%, rgba(36, 189, 117, 0.22), transparent 30%);
}

.hero__media img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.015);
}

.hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 448px);
  gap: 56px;
  align-items: center;
  min-height: 760px;
  padding-block: 80px;
}

.hero__content {
  max-width: 760px;
  padding-block: 0;
}

.hero__content h1 {
  color: #fff;
}

.hero__content p {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.18rem;
}

.hero__content .eyebrow {
  color: #90f0c2;
}

.hero-dashboard {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 24px;
  backdrop-filter: blur(18px);
}

.hero-dashboard h2 {
  color: #fff;
  font-size: 1.35rem;
}

.hero-dashboard__topline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-block-end: 20px;
  color: #90f0c2;
  font-weight: 860;
}

.hero-dashboard__topline img {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}

.hero-dashboard__steps {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 20px 0 24px;
  list-style: none;
  counter-reset: heroSteps;
}

.hero-dashboard__steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
}

.hero-dashboard__steps li::before {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(144, 240, 194, 0.38);
  border-radius: 50%;
  background: rgba(36, 189, 117, 0.18);
  color: #90f0c2;
  content: counter(heroSteps);
  counter-increment: heroSteps;
  font-weight: 860;
}

.hero-dashboard__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.hero-dashboard__stats div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(6, 24, 44, 0.28);
  padding: 12px;
}

.hero-dashboard__stats strong {
  display: block;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
}

.hero-dashboard__stats span {
  display: block;
  margin-block-start: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.78rem;
  line-height: 1.35;
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}

.card,
.stat,
.info-panel,
.article-card,
.product-card,
.contact-box,
.portal-panel {
  border-color: rgba(216, 229, 237, 0.9);
  box-shadow: var(--shadow-soft);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.card:hover,
.article-card:hover,
.product-card:hover,
.contact-box:hover {
  border-color: rgba(36, 189, 117, 0.34);
  box-shadow: var(--shadow);
  transform: translateY(-4px);
}

.card,
.info-panel,
.contact-box,
.portal-panel,
.article-card {
  padding: 24px;
}

.feature-grid {
  counter-reset: featureCards;
}

.feature-card {
  position: relative;
  display: grid;
  align-content: start;
  min-height: 248px;
  overflow: hidden;
}

.feature-card::after {
  position: absolute;
  inset-block: 0;
  inset-inline-end: 0;
  width: 5px;
  background: linear-gradient(180deg, var(--green-500), var(--teal-600));
  content: "";
}

.feature-card__index {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 8px;
  background: rgba(36, 189, 117, 0.12);
  color: var(--green-700);
  font-weight: 900;
  margin-block-end: 16px;
}

.feature-card__index::before {
  content: "0" counter(featureCards);
  counter-increment: featureCards;
}

.section-cta {
  background: #fff;
}

.sector-list {
  margin-block-end: 32px;
}

.pill-list li {
  border-color: rgba(22, 138, 92, 0.24);
  background: linear-gradient(135deg, rgba(36, 189, 117, 0.12), rgba(17, 141, 152, 0.08));
  padding: 10px 14px;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(144, 240, 194, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(6, 24, 44, 0.96), rgba(13, 53, 95, 0.92)),
    var(--blue-950);
  box-shadow: var(--shadow);
  color: rgba(255, 255, 255, 0.84);
  padding: 32px;
}

.cta-panel h2 {
  color: #fff;
}

.cta-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-block: 88px 64px;
  background:
    linear-gradient(135deg, rgba(6, 24, 44, 0.98), rgba(13, 53, 95, 0.96) 58%, rgba(14, 107, 73, 0.92)),
    var(--blue-950);
}

.page-hero::after {
  position: absolute;
  inset-inline: 0;
  inset-block-end: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(144, 240, 194, 0.7), transparent);
  content: "";
}

.page-hero__inner {
  position: relative;
  z-index: 1;
}

.catalog-toolbar {
  border: 1px solid rgba(216, 229, 237, 0.9);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: var(--shadow-soft);
  padding: 16px;
  backdrop-filter: blur(12px);
}

.product-results {
  gap: 16px;
}

.product-card h2 {
  font-size: 1.18rem;
}

.product-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(6, 24, 44, 0.08));
  content: "";
  pointer-events: none;
}

.product-card__body {
  gap: 12px;
  padding: 20px;
}

.product-category {
  background: rgba(17, 141, 152, 0.12);
}

.product-details {
  padding: 20px;
}

.skeleton {
  position: relative;
  overflow: hidden;
  background: #e8f0f4;
}

.skeleton::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.68), transparent);
  content: "";
  transform: translateX(-100%);
  animation: skeleton-shimmer 1.25s ease-in-out infinite;
}

.skeleton-line {
  display: block;
  height: 14px;
  border-radius: 6px;
}

.skeleton-line--short {
  width: 38%;
}

.skeleton-line--medium {
  width: 62%;
}

.site-footer {
  background:
    linear-gradient(180deg, #071d36, #031427),
    var(--blue-950);
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-block-end: 16px;
  text-decoration: none;
}

.footer-brand img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.footer-brand h2 {
  margin: 0;
}

body.motion-ready [data-reveal],
body.motion-ready [data-stagger] > * {
  opacity: 0;
  transform: translateY(18px);
}

body.page-leaving {
  pointer-events: none;
}

@keyframes skeleton-shimmer {
  to {
    transform: translateX(100%);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  body.motion-ready [data-reveal],
  body.motion-ready [data-stagger] > * {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1180px) {
  .brand__tag {
    display: none;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .hero-dashboard {
    max-width: 560px;
  }
}

@media (max-width: 1120px) {
  .primary-nav {
    padding: 16px 24px 24px;
  }

  .primary-nav a {
    min-height: 48px;
    align-items: center;
    display: flex;
  }
}

@media (max-width: 780px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding-block: 64px;
  }

  h1 {
    font-size: 2.48rem;
    line-height: 1.08;
  }

  h2 {
    font-size: 1.78rem;
  }

  .header-inner {
    min-height: 72px;
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

  .language-select {
    min-width: 112px;
  }

  .hero {
    min-height: auto;
  }

  .hero__grid {
    min-height: auto;
    padding-block: 56px 24px;
  }

  .hero-dashboard {
    padding: 16px;
  }

  .hero-dashboard h2 {
    font-size: 1.18rem;
  }

  .hero-dashboard__steps {
    gap: 8px;
    margin-block: 14px 0;
  }

  .hero-dashboard__steps li {
    grid-template-columns: 30px 1fr;
    gap: 10px;
    font-size: 0.94rem;
  }

  .hero-dashboard__steps li::before {
    width: 30px;
    height: 30px;
  }

  .hero-dashboard__steps li:nth-child(n+4),
  .hero-dashboard__stats {
    display: none;
  }

  .intro-band,
  .cta-panel {
    grid-template-columns: 1fr;
  }

  .cta-panel {
    padding: 24px;
  }

  .card,
  .info-panel,
  .contact-box,
  .portal-panel,
  .article-card {
    padding: 20px;
  }
}
