:root {
  --color-primary: #001a33;
  --color-primary-soft: #08223f;
  --color-primary-deep: #020b16;
  --color-accent: #d4af37;
  --color-accent-strong: #e0bc4f;
  --color-accent-soft: rgba(212, 175, 55, 0.14);
  --color-surface: rgba(11, 27, 46, 0.92);
  --color-surface-strong: #071321;
  --color-surface-soft: rgba(17, 35, 57, 0.82);
  --color-surface-muted: rgba(255, 255, 255, 0.04);
  --color-card: linear-gradient(180deg, rgba(10, 24, 42, 0.96), rgba(6, 18, 32, 0.96));
  --color-card-soft: linear-gradient(180deg, rgba(13, 29, 49, 0.9), rgba(7, 19, 33, 0.94));
  --color-text: #f3f7fb;
  --color-text-muted: rgba(232, 238, 245, 0.72);
  --color-text-faint: rgba(232, 238, 245, 0.52);
  --color-line: rgba(255, 255, 255, 0.1);
  --color-line-strong: rgba(212, 175, 55, 0.28);
  --color-success: #54c08f;
  --color-error: #ff8b8b;
  --shadow-lg: 0 40px 80px rgba(0, 0, 0, 0.36);
  --shadow-md: 0 20px 50px rgba(0, 0, 0, 0.26);
  --radius-3xl: 40px;
  --radius-2xl: 32px;
  --radius-xl: 24px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: min(1320px, calc(100vw - 72px));
  --content-align-gutter: 72px;
  --transition: 220ms ease;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
  background: var(--color-primary-deep);
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--color-text);
  font-family: "Noto Sans SC", "Noto Sans Arabic", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(212, 175, 55, 0.09), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(212, 175, 55, 0.08), transparent 20%),
    linear-gradient(180deg, #04111d 0%, #051423 38%, #020913 100%);
}

body.has-modal-open {
  overflow: hidden;
}

body.is-locale-pending .page-shell,
body.is-locale-pending .quote-modal {
  opacity: 0;
  pointer-events: none;
}

body.is-locale-ar {
  font-family: "Noto Sans Arabic", "Noto Sans SC", sans-serif;
}

body.is-locale-ar .brand-copy,
body.is-locale-ar .hero-copy-panel,
body.is-locale-ar .hero-rail,
body.is-locale-ar .section-heading > div,
body.is-locale-ar .network-copy,
body.is-locale-ar .product-card,
body.is-locale-ar .solution-card,
body.is-locale-ar .solution-spotlight,
body.is-locale-ar .customer-card,
body.is-locale-ar .technology-feature,
body.is-locale-ar .technology-card,
body.is-locale-ar .cta-card,
body.is-locale-ar .quote-modal__header,
body.is-locale-ar .field,
body.is-locale-ar .results-heading > div,
body.is-locale-ar .results-empty,
body.is-locale-ar .result-note,
body.is-locale-ar .status-stack {
  text-align: right;
}

body.is-locale-ar .brand-copy,
body.is-locale-ar .status-stack {
  align-items: flex-end;
}

body.is-locale-ar :is(h1, h2, h3, p, strong, span, li, label, small, a, button) {
  direction: rtl;
}

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

button,
input,
select {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.page-shell {
  position: relative;
  min-height: 100vh;
}

.page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent 85%);
  pointer-events: none;
  opacity: 0.2;
}

.site-main,
.site-header__inner {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 22px 0 0;
}

.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 80px;
  padding: 16px 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(5, 19, 33, 0.84);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow-md);
}

.site-header__inner::after {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.7), transparent);
  opacity: 0.5;
}

.site-header.is-compact .site-header__inner {
  min-height: 72px;
  background: rgba(4, 17, 29, 0.94);
}

.brand-block,
.brand-copy,
.site-nav,
.header-actions,
.lang-switch,
.hero-actions,
.hero-controls,
.hero-metrics,
.hero-inline-metrics,
.hero-rail__points,
.hero-rail__brief,
.route-tags,
.contact-actions,
.card-footer,
.promise-list,
.compound-field,
.dimension-row,
.export-actions,
.result-main,
.result-summary,
.result-meta,
.result-actions,
.network-summary,
.network-board__legend {
  display: flex;
  align-items: center;
}

.brand-block {
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.44);
  background:
    radial-gradient(circle at 30% 30%, rgba(212, 175, 55, 0.3), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    #051120;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.brand-mark span {
  font-family: "Sora", "Noto Sans SC", "Noto Sans Arabic", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--color-accent);
}

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

.brand-copy {
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  min-width: 0;
}

.brand-copy strong,
.site-nav a,
.site-nav__quote,
.lang-switch button,
.ghost-link,
.primary-button,
.secondary-button,
.ghost-button,
.hero-copy-panel h1,
.section-heading h2,
.product-card h3,
.solution-card h3,
.solution-spotlight h3,
.customer-card h3,
.technology-card h3,
.technology-feature h3,
.cta-card h2,
.quote-modal__header h2,
.card-heading h3,
.results-heading h3,
.result-price {
  font-family: "Sora", "Noto Sans SC", "Noto Sans Arabic", sans-serif;
}

.brand-copy strong {
  font-size: 0.96rem;
  letter-spacing: 0.08em;
}

.brand-copy span {
  font-size: 0.76rem;
  color: var(--color-text-faint);
}

.site-nav {
  gap: 20px;
  margin-left: auto;
}

.site-nav a,
.site-nav__quote,
.ghost-link {
  position: relative;
  font-size: 0.92rem;
  font-weight: 600;
  color: rgba(243, 247, 251, 0.9);
  background: transparent;
  transition: color var(--transition);
}

.site-nav a::after,
.site-nav__quote::after,
.ghost-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--color-accent), rgba(212, 175, 55, 0));
  transition: transform var(--transition);
}

.site-nav a:hover,
.site-nav__quote:hover,
.ghost-link:hover,
.site-nav a:focus-visible,
.site-nav__quote:focus-visible,
.ghost-link:focus-visible {
  color: #fff;
}

.site-nav a:hover::after,
.site-nav__quote:hover::after,
.ghost-link:hover::after,
.site-nav a:focus-visible::after,
.site-nav__quote:focus-visible::after,
.ghost-link:focus-visible::after {
  transform: scaleX(1);
}

.header-actions {
  gap: 14px;
}

.lang-switch {
  gap: 6px;
  padding: 5px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.lang-switch button {
  min-width: 42px;
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--color-text-muted);
  background: transparent;
  transition: color var(--transition), background var(--transition), transform var(--transition);
}

.lang-switch button.is-active,
.lang-switch button:hover {
  color: var(--color-primary);
  background: linear-gradient(135deg, #f2d772, #d4af37);
  transform: translateY(-1px);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  margin-left: auto;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: #fff;
}

.site-main {
  padding: 30px 0 40px;
}

.AfterBannerSection {
  display: grid;
  width: calc(var(--container) - (var(--content-align-gutter) * 2));
  max-width: 100%;
  margin: 0 auto;
}

.hero-section,
.products-section,
.solutions-section,
.network-section,
.statistics-section,
.customers-section,
.technology-section,
.cta-section {
  margin-top: 36px;
}

.hero-banner,
.product-card,
.solution-card,
.solution-spotlight,
.customer-card,
.technology-card,
.technology-feature,
.network-board,
.cta-card,
.inquiry-card,
.quote-results,
.result-card,
.results-empty,
.loading-panel,
.statistics-section {
  border-radius: var(--radius-3xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadow-lg);
}

.hero-route-strip {
  display: flex;
  justify-content: flex-end;
  margin: -50px 0 18px;
  padding: 0 18px;
}

.hero-route-strip .route-tags {
  padding: 12px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(5, 19, 33, 0.58);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-md);
}

.hero-banner {
  position: relative;
  min-height: 860px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 10%, rgba(212, 175, 55, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(7, 19, 33, 0.92), rgba(2, 9, 19, 0.96));
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 25%),
    linear-gradient(90deg, rgba(212, 175, 55, 0.08), transparent 35%, transparent 70%, rgba(212, 175, 55, 0.05));
  pointer-events: none;
  z-index: 1;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.03);
  transition: opacity 420ms ease, transform 420ms ease, visibility 420ms ease;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1, 17, 33, 0.92) 0%, rgba(1, 17, 33, 0.72) 42%, rgba(1, 17, 33, 0.36) 100%),
    linear-gradient(180deg, rgba(1, 17, 33, 0.05) 0%, rgba(1, 17, 33, 0.5) 100%);
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: 12% 6% auto auto;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.14), transparent 70%);
  filter: blur(12px);
  pointer-events: none;
}

.hero-slide.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.hero-slide--shipping {
  background-image:
    linear-gradient(135deg, rgba(0, 26, 51, 0.92), rgba(5, 28, 52, 0.78)),
    radial-gradient(circle at 78% 18%, rgba(212, 175, 55, 0.18), transparent 22%);
}

.hero-slide--network {
  background-image:
    linear-gradient(135deg, rgba(0, 26, 51, 0.92), rgba(6, 25, 46, 0.8)),
    radial-gradient(circle at 28% 18%, rgba(212, 175, 55, 0.14), transparent 20%);
}

.hero-slide--digital {
  background-image:
    linear-gradient(135deg, rgba(0, 26, 51, 0.94), rgba(3, 17, 32, 0.82)),
    radial-gradient(circle at 82% 18%, rgba(212, 175, 55, 0.12), transparent 20%);
}

.hero-slide__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, 430px);
  gap: 32px;
  align-items: center;
  min-height: 860px;
  padding: 72px var(--content-align-gutter) 72px;
}

.eyebrow,
.hero-step,
.hero-rail__points span,
.route-tags span,
.hero-metrics span,
.hero-inline-metric span,
.product-card > span,
.solution-card > span,
.solution-spotlight > span,
.customer-card > span,
.technology-card > span,
.service-status,
.result-channel,
.result-summary span,
.network-board__legend span,
.promise-list span {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow,
.hero-step,
.product-card > span,
.solution-card > span,
.solution-spotlight > span,
.customer-card > span,
.technology-card > span,
.result-channel {
  color: var(--color-accent);
}

.hero-copy-panel {
  max-width: 760px;
}

.hero-copy__meta {
  display: grid;
  gap: 10px;
}

.hero-copy-panel h1,
.section-heading h2,
.cta-card h2,
.quote-modal__header h2 {
  margin: 0;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.hero-copy-panel h1 {
  margin-top: 18px;
  font-size: clamp(3.4rem, 5.9vw, 6.3rem);
  max-width: 10ch;
}

.hero-subtitle {
  margin: 22px 0 0;
  max-width: 40ch;
  font-size: clamp(1.12rem, 2vw, 1.45rem);
  font-weight: 600;
  color: rgba(255, 255, 255, 0.92);
}

.hero-description,
.section-heading p,
.product-card p,
.solution-card p,
.solution-spotlight p,
.customer-card p,
.technology-card p,
.technology-feature p,
.network-copy p,
.card-subtitle,
.service-hint,
.results-empty p,
.result-note,
.quote-modal__subtitle {
  margin: 0;
  line-height: 1.74;
}

.hero-description {
  max-width: 58ch;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.76);
}

.hero-actions {
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.94rem;
  font-weight: 700;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background var(--transition),
    border-color var(--transition),
    color var(--transition);
}

.primary-button {
  color: var(--color-primary);
  background: linear-gradient(135deg, #ecd27b, #d4af37);
  box-shadow: 0 18px 34px rgba(212, 175, 55, 0.22);
}

.secondary-button {
  color: #fff;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(255, 255, 255, 0.04);
}

.ghost-button {
  min-height: 46px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.primary-button:hover,
.secondary-button:hover,
.ghost-button:hover {
  transform: translateY(-2px);
}

.primary-button:hover {
  box-shadow: 0 20px 36px rgba(212, 175, 55, 0.28);
}

.secondary-button:hover,
.ghost-button:hover {
  border-color: rgba(212, 175, 55, 0.6);
  background: rgba(212, 175, 55, 0.08);
}

.primary-button:disabled,
.secondary-button:disabled,
.ghost-button:disabled {
  cursor: not-allowed;
  opacity: 0.56;
  transform: none;
  box-shadow: none;
}

.hero-inline-metrics {
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.hero-inline-metric {
  min-width: 180px;
  padding: 16px 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.hero-inline-metric strong {
  display: block;
  margin-bottom: 6px;
  font-family: "Sora", "Noto Sans SC", "Noto Sans Arabic", sans-serif;
  font-size: 1.6rem;
  color: var(--color-accent);
}

.hero-inline-metric span {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.12em;
}

.hero-rail {
  display: grid;
  gap: 22px;
  padding: 30px;
  border-radius: var(--radius-2xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(6, 19, 32, 0.78), rgba(6, 16, 28, 0.9)),
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.12), transparent 40%);
  backdrop-filter: blur(16px);
}

.hero-rail__top {
  display: grid;
  gap: 14px;
}

.hero-rail strong {
  font-size: 1.44rem;
  line-height: 1.26;
}

.hero-rail p {
  color: var(--color-text-muted);
}

.hero-rail__points,
.route-tags,
.promise-list,
.network-board__legend {
  gap: 10px;
  flex-wrap: wrap;
}

.hero-rail__points span,
.route-tags span,
.promise-list span,
.network-board__legend span {
  padding: 9px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-rail__points span,
.route-tags span,
.network-board__legend span {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.hero-rail__brief {
  gap: 12px;
  flex-wrap: wrap;
}

.hero-rail__brief article {
  flex: 1 1 110px;
  min-width: 110px;
  padding: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.03);
}

.hero-rail__brief strong {
  display: block;
  font-size: 1.5rem;
  color: var(--color-accent);
}

.hero-rail__brief span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  line-height: 1.5;
}

.hero-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: grid;
  gap: 24px;
  padding: 0 var(--content-align-gutter) 46px;
}

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

.hero-metrics article {
  min-width: 0;
  height: 100%;
  padding: 18px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.hero-metrics strong {
  display: block;
  margin: 8px 0 4px;
  font-family: "Sora", "Noto Sans SC", "Noto Sans Arabic", sans-serif;
  font-size: 1.72rem;
  color: var(--color-accent);
}

.hero-metrics p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.6;
}

.hero-controls {
  justify-content: flex-start;
  gap: 20px;
  align-items: flex-start;
}

.carousel-dots {
  display: flex;
  gap: 8px;
}

.carousel-dots button {
  width: 42px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
}

.carousel-dots button.is-active {
  background: linear-gradient(90deg, var(--color-accent), rgba(212, 175, 55, 0.35));
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  margin-bottom: 28px;
}

.section-heading h2 {
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  color: #fff;
  max-width: 11ch;
}

.section-heading p,
.network-copy p,
.card-subtitle,
.service-hint,
.quote-modal__subtitle,
.results-empty p,
.result-note {
  color: var(--color-text-muted);
}

.section-heading--inverse h2,
.section-heading--inverse p {
  color: #fff;
}

.product-grid,
.solution-grid,
.statistics-grid,
.customer-grid,
.technology-grid {
  display: grid;
  gap: 18px;
}

.product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card,
.solution-card,
.solution-spotlight,
.customer-card,
.technology-card,
.technology-feature,
.cta-card,
.quote-results,
.inquiry-card {
  position: relative;
  overflow: hidden;
  background: var(--color-card);
}

.product-card::before,
.solution-card::before,
.customer-card::before,
.technology-card::before {
  content: attr(data-card-index);
  position: absolute;
  top: 22px;
  right: 24px;
  color: rgba(255, 255, 255, 0.1);
  font-family: "Sora", "Noto Sans SC", "Noto Sans Arabic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.product-card,
.solution-card,
.customer-card,
.technology-card,
.technology-feature {
  display: grid;
  gap: 12px;
  min-height: 260px;
  padding: 30px;
}

.product-card::after,
.solution-card::after,
.solution-spotlight::after,
.customer-card::after,
.technology-card::after,
.technology-feature::after,
.cta-card::after,
.inquiry-card::after,
.quote-results::after,
.result-card::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.75), transparent);
  opacity: 0.78;
}

.product-card:hover,
.solution-card:hover,
.solution-spotlight:hover,
.customer-card:hover,
.technology-card:hover,
.technology-feature:hover,
.result-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.18);
}

.product-card,
.solution-card,
.solution-spotlight,
.customer-card,
.technology-card,
.technology-feature,
.result-card {
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.product-card--featured {
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(6, 18, 31, 0.96), rgba(4, 14, 24, 0.98));
}

.product-card h3,
.solution-card h3,
.solution-spotlight h3,
.customer-card h3,
.technology-card h3,
.technology-feature h3 {
  margin: 4px 0 0;
  font-size: 1.36rem;
  line-height: 1.28;
}

.product-card p,
.solution-card p,
.solution-spotlight p,
.customer-card p,
.technology-card p,
.technology-feature p {
  color: var(--color-text-muted);
}

.product-card--featured .primary-button,
.solution-spotlight .primary-button,
.technology-feature .primary-button {
  margin-top: auto;
  width: fit-content;
}

.solutions-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 18px;
}

.solution-spotlight {
  display: grid;
  gap: 14px;
  min-height: 100%;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.16), transparent 40%),
    linear-gradient(180deg, rgba(7, 19, 33, 0.96), rgba(4, 13, 23, 0.98));
}

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

.network-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: stretch;
}

.network-copy {
  display: grid;
  align-content: center;
}

.network-copy h2 {
  margin: 0 0 18px;
  font-family: "Sora", "Noto Sans SC", "Noto Sans Arabic", sans-serif;
  font-size: clamp(2rem, 4vw, 3.5rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.network-list {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.network-list li {
  position: relative;
  display: grid;
  gap: 0;
  margin-bottom: 12px;
  padding: 16px 18px 16px 40px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.network-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.45);
}

.network-summary {
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 24px;
}

.network-summary article {
  min-width: 140px;
  padding: 18px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.network-summary strong {
  display: block;
  font-family: "Sora", "Noto Sans SC", "Noto Sans Arabic", sans-serif;
  font-size: 1.65rem;
  color: var(--color-accent);
}

.network-summary span {
  display: block;
  margin-top: 6px;
  color: var(--color-text-muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.network-board {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.09), transparent 24%),
    linear-gradient(180deg, rgba(8, 24, 41, 0.98), rgba(4, 14, 24, 0.98));
}

.network-board::before {
  content: "";
  position: absolute;
  inset: 12% 10%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 20% 40%, rgba(255, 255, 255, 0.05), transparent 18%),
    radial-gradient(circle at 42% 24%, rgba(255, 255, 255, 0.04), transparent 14%),
    radial-gradient(circle at 55% 54%, rgba(255, 255, 255, 0.05), transparent 18%),
    radial-gradient(circle at 74% 34%, rgba(255, 255, 255, 0.04), transparent 16%),
    radial-gradient(circle at 82% 64%, rgba(255, 255, 255, 0.05), transparent 16%);
  opacity: 0.8;
}

.network-board.has-asset::after {
  inset: 0;
  left: 0;
  right: 0;
  top: 0;
  height: auto;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 18, 31, 0.12), rgba(5, 18, 31, 0.4)),
    var(--network-map-url);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.12;
}

.network-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 58px 58px;
}

.network-route,
.network-ping {
  position: absolute;
  z-index: 1;
}

.network-route {
  height: 140px;
  border-top: 1px solid rgba(212, 175, 55, 0.44);
  border-radius: 50%;
  opacity: 0.8;
}

.network-route--one {
  top: 18%;
  left: 10%;
  width: 42%;
  transform: rotate(10deg);
}

.network-route--two {
  top: 24%;
  right: 10%;
  width: 34%;
  transform: rotate(-12deg);
}

.network-route--three {
  bottom: 22%;
  left: 22%;
  width: 38%;
  transform: rotate(-8deg);
}

.network-route--four {
  bottom: 16%;
  right: 18%;
  width: 28%;
  transform: rotate(10deg);
}

.network-ping {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--color-accent);
  box-shadow: 0 0 0 8px rgba(212, 175, 55, 0.14), 0 0 24px rgba(212, 175, 55, 0.36);
}

.network-ping::after {
  content: "";
  position: absolute;
  inset: -9px;
  border: 1px solid rgba(212, 175, 55, 0.34);
  border-radius: 50%;
  animation: pulse 3.2s ease-out infinite;
}

.network-ping--one {
  top: 30%;
  left: 16%;
}

.network-ping--two {
  top: 24%;
  left: 44%;
}

.network-ping--three {
  top: 32%;
  right: 20%;
}

.network-ping--four {
  bottom: 24%;
  left: 33%;
}

.network-ping--five {
  bottom: 20%;
  right: 18%;
}

.network-board__legend {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 1;
}

.statistics-section {
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(7, 19, 33, 0.96), rgba(4, 13, 24, 0.98));
}

.statistics-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.statistics-card {
  padding: 22px 24px;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.statistics-card strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Sora", "Noto Sans SC", "Noto Sans Arabic", sans-serif;
  font-size: clamp(2rem, 3vw, 2.7rem);
  letter-spacing: -0.06em;
  color: var(--color-accent);
}

.statistics-card span {
  color: #fff;
  font-size: 0.96rem;
  line-height: 1.5;
}

.customer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.technology-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 18px;
}

.technology-feature {
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 36%),
    linear-gradient(180deg, rgba(7, 19, 33, 0.96), rgba(4, 13, 24, 0.98));
}

.technology-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cta-card {
  position: relative;
  padding: 42px;
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.18), transparent 30%),
    linear-gradient(180deg, rgba(7, 19, 33, 0.96), rgba(4, 13, 24, 0.98));
}

.cta-card h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  max-width: 10ch;
}

.cta-card p {
  max-width: 60ch;
  margin-top: 16px;
  color: var(--color-text-muted);
  line-height: 1.8;
}

.contact-actions {
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
}

.quote-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(1, 8, 16, 0.72);
  backdrop-filter: blur(12px);
}

.quote-modal__panel {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100vw - 36px));
  max-height: calc(100vh - 36px);
  overflow: auto;
  padding: 28px;
  border-radius: var(--radius-3xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at top right, rgba(212, 175, 55, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(5, 18, 31, 0.98), rgba(2, 10, 18, 0.99));
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.5);
}

.quote-modal__header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 22px;
}

.quote-modal__header h2,
.card-heading h3,
.results-heading h3 {
  margin: 10px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.05em;
  line-height: 1.04;
}

.quote-modal__close {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: none;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.quote-modal__close span {
  font-size: 1.2rem;
  line-height: 1;
}

.quote-modal__body {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 18px;
}

.inquiry-card,
.quote-results {
  padding: 28px;
}

.card-heading,
.results-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.status-stack {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 220px;
}

.service-status {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
}

.service-status.is-loading {
  color: var(--color-primary);
  background: linear-gradient(135deg, #ecd27b, #d4af37);
}

.service-status.is-success {
  background: rgba(84, 192, 143, 0.16);
  color: #9de1be;
}

.service-status.is-error {
  background: rgba(255, 139, 139, 0.14);
  color: #ffb3b3;
}

.field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.field {
  display: grid;
  gap: 10px;
}

.field > span {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 600;
}

.field input,
.field select {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

.field input::placeholder {
  color: rgba(243, 247, 251, 0.36);
}

.field select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--color-accent) 50%),
    linear-gradient(135deg, var(--color-accent) 50%, transparent 50%);
  background-position:
    calc(100% - 18px) calc(50% - 2px),
    calc(100% - 12px) calc(50% - 2px);
  background-repeat: no-repeat;
  background-size: 6px 6px;
}

.field input.is-invalid,
.field select.is-invalid {
  border-color: rgba(255, 139, 139, 0.7);
  background: rgba(255, 139, 139, 0.06);
}

.field-error {
  color: #ffb0b0;
  font-size: 0.82rem;
  line-height: 1.5;
}

.compound-field,
.dimension-row,
.export-actions,
.card-footer,
.result-actions,
.result-summary,
.result-meta {
  gap: 10px;
}

.compound-field > * {
  flex: 1;
}

.field-dimensions {
  grid-column: span 2;
}

.card-footer {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
}

.promise-list span {
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.04);
}

.quote-results {
  display: grid;
  align-content: start;
  gap: 22px;
}

.results-heading p {
  margin-top: 10px;
}

.loading-panel,
.results-empty,
.result-card {
  position: relative;
  border-radius: var(--radius-xl);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--color-card-soft);
}

.loading-panel,
.results-empty {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 220px;
  padding: 28px;
  text-align: center;
}

.loading-spinner {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--color-accent);
  animation: rotate 0.9s linear infinite;
}

.results-empty strong {
  font-size: 1.12rem;
  color: #fff;
}

.results-list {
  display: grid;
  gap: 14px;
}

.result-card {
  padding: 22px;
}

.result-main,
.result-meta {
  justify-content: space-between;
}

.result-main {
  gap: 20px;
  align-items: flex-start;
}

.result-price {
  margin: 8px 0 0;
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.result-summary {
  flex-direction: column;
  align-items: flex-end;
}

.result-summary span {
  color: var(--color-text-muted);
}

.result-meta {
  gap: 18px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.result-note {
  max-width: 58ch;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0% {
    opacity: 0.8;
    transform: scale(0.8);
  }

  70% {
    opacity: 0;
    transform: scale(1.8);
  }

  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

@media (max-width: 1180px) {
  .hero-slide__content,
  .solutions-layout,
  .technology-layout,
  .quote-modal__body {
    grid-template-columns: 1fr;
  }

  .hero-slide__content {
    padding-bottom: 240px;
  }

  .network-section {
    grid-template-columns: 1fr;
  }

  .technology-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1040px) {
  :root {
    --container: calc(100vw - 56px);
    --content-align-gutter: 56px;
  }

  .site-header__inner {
    border-radius: 28px;
    flex-wrap: wrap;
    align-items: center;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav,
  .header-actions {
    display: none;
    width: 100%;
    margin-left: 0;
  }

  .site-header.is-open .site-nav,
  .site-header.is-open .header-actions {
    display: flex;
  }

  .site-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-top: 8px;
  }

  .header-actions {
    justify-content: space-between;
    padding-top: 8px;
  }

  .site-nav a::after,
  .site-nav__quote::after,
  .ghost-link::after {
    bottom: -5px;
  }

  .product-grid,
  .statistics-grid,
  .customer-grid,
  .technology-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-banner {
    min-height: 980px;
  }

  .hero-route-strip {
    padding-inline: 10px;
  }

  .hero-slide__content {
    min-height: 980px;
    align-items: start;
    padding-bottom: 340px;
  }

  .hero-copy-panel h1 {
    max-width: 12ch;
  }

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

@media (max-width: 760px) {
  :root {
    --container: calc(100vw - 40px);
    --content-align-gutter: 28px;
  }

  .site-header {
    padding-top: 12px;
  }

  .site-header__inner {
    padding: 14px 16px;
    min-height: 72px;
  }

  .brand-copy strong {
    font-size: 0.9rem;
  }

  .brand-copy span {
    font-size: 0.7rem;
  }

  .site-main {
    padding-top: 18px;
    padding-bottom: 80px;
  }

  .hero-section,
  .products-section,
  .solutions-section,
  .network-section,
  .statistics-section,
  .customers-section,
  .technology-section,
  .cta-section {
    margin-top: 22px;
  }

  .hero-banner {
    min-height: 1080px;
    border-radius: var(--radius-2xl);
  }

  .hero-route-strip {
    margin-bottom: 14px;
    padding: 0 6px;
  }

  .hero-route-strip .route-tags {
    width: 100%;
    padding: 12px;
  }

  .hero-slide__content {
    min-height: 1080px;
    padding: 34px var(--content-align-gutter) 360px;
  }

  .hero-copy-panel h1 {
    max-width: none;
    font-size: clamp(2.6rem, 12vw, 4.1rem);
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-inline-metrics,
  .hero-controls,
  .network-summary,
  .contact-actions,
  .card-footer,
  .result-main,
  .result-meta,
  .results-heading,
  .export-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-rail,
  .product-card,
  .solution-card,
  .solution-spotlight,
  .customer-card,
  .technology-card,
  .technology-feature,
  .cta-card,
  .statistics-section,
  .inquiry-card,
  .quote-results {
    padding: 24px;
  }

  .hero-rail__brief {
    flex-direction: column;
  }

  .hero-rail__brief article,
  .hero-inline-metric {
    min-width: 0;
  }

  .hero-footer {
    padding: 0 var(--content-align-gutter) 24px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .network-copy h2,
  .cta-card h2 {
    max-width: none;
  }

  .product-grid,
  .solution-grid,
  .statistics-grid,
  .customer-grid,
  .technology-grid,
  .field-grid {
    grid-template-columns: 1fr;
  }

  .field-dimensions {
    grid-column: auto;
  }

  .quote-modal {
    padding: 0;
  }

  .quote-modal__panel {
    width: 100vw;
    max-height: 100vh;
    border-radius: 0;
    padding: 18px;
  }

  .quote-modal__header {
    gap: 16px;
  }

  .quote-modal__close {
    width: 40px;
    height: 40px;
  }

  .dimension-row {
    flex-direction: column;
  }

  .primary-button,
  .secondary-button,
  .ghost-button {
    width: 100%;
  }

  .result-summary {
    align-items: flex-start;
  }

  .result-actions {
    width: 100%;
    flex-direction: column;
  }
}
