.razaja-home-page {
  --bg: #07111f;
  --bg-soft: #0d1a2f;
  --surface: rgba(11, 24, 43, 0.78);
  --surface-strong: rgba(10, 23, 44, 0.94);
  --surface-light: rgba(255, 255, 255, 0.08);
  --line: rgba(142, 181, 255, 0.2);
  --text: #ebf3ff;
  --muted: #a7bad4;
  --blue: #2ca8ff;
  --blue-strong: #0e7adf;
  --blue-soft: #8bd4ff;
  --white: #ffffff;
  --shadow: 0 30px 90px rgba(1, 8, 18, 0.48);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --max: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.razaja-front-page {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(44, 168, 255, 0.14), transparent 34%),
    radial-gradient(circle at 85% 15%, rgba(98, 142, 255, 0.13), transparent 22%),
    linear-gradient(180deg, #11233d 0%, #132743 38%, #162b47 100%);
  overflow-x: hidden;
}

.razaja-home-page main,
.razaja-home-page .hero-copy,
.razaja-home-page .hero-visual,
.razaja-home-page .split-copy,
.razaja-home-page .split-panel,
.razaja-home-page .hardware-layout,
.razaja-home-page .hardware-showcase,
.razaja-home-page .section-heading,
.razaja-home-page .contact-copy,
.razaja-home-page .contact-actions {
  min-width: 0;
}

.razaja-home-page img {
  display: block;
  max-width: 100%;
}

.razaja-home-page a {
  color: inherit;
  text-decoration: none;
}

body.admin-bar.razaja-front-page .topbar {
  margin-top: 56px;
}

.page-glow {
  position: fixed;
  inset: auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.page-glow-left {
  top: 120px;
  left: -140px;
  background: rgba(23, 139, 255, 0.4);
}

.page-glow-right {
  top: 620px;
  right: -120px;
  background: rgba(26, 104, 255, 0.3);
}

.topbar,
.hero,
.section,
.trust-ribbon {
  position: relative;
  z-index: 1;
}

.topbar {
  width: min(calc(100% - 32px), var(--max));
  margin: 24px auto 0;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(18, 35, 61, 0.82);
  border: 1px solid rgba(146, 178, 255, 0.14);
  border-radius: 999px;
  backdrop-filter: blur(16px);
  box-shadow: 0 16px 50px rgba(0, 0, 0, 0.2);
}

.brand {
  flex: 0 0 auto;
}

.brand img {
  width: clamp(220px, 21vw, 320px);
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.08rem;
  font-weight: 700;
}

.nav a {
  color: rgba(255, 255, 255, 0.92) !important;
  transition: color 180ms ease, transform 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--white) !important;
  transform: translateY(-1px);
}

.topbar-cta {
  flex: 0 0 auto;
  padding-inline: 28px;
  font-size: 1rem;
  font-weight: 800;
}

.hero,
.section,
.trust-ribbon {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}

.hero {
  padding: 72px 0 44px;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 44px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(25, 63, 123, 0.55);
  border: 1px solid rgba(120, 181, 255, 0.2);
  color: var(--blue-soft);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero h1,
.section h2,
.contact-card h2 {
  margin: 18px 0 0;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1.02;
  color: var(--white) !important;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(3rem, 6vw, 5.75rem);
}

.hero-text,
.section-heading p,
.split-copy p,
.feature-panel p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.72;
  font-size: 1.05rem;
}

.hero-text {
  max-width: 61ch;
  margin: 22px 0 0;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  background: linear-gradient(135deg, #34b3ff 0%, #1568d8 100%);
  box-shadow: 0 18px 36px rgba(17, 120, 255, 0.35);
  color: var(--white);
}

.button-secondary,
.button-ghost {
  border: 1px solid rgba(142, 181, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
}

.topbar-cta.button-ghost {
  border-color: rgba(111, 195, 255, 0.62);
  background: linear-gradient(135deg, #38b4ff 0%, #1569d8 100%);
  color: var(--white) !important;
  box-shadow: 0 18px 34px rgba(18, 115, 236, 0.32);
}

.button-secondary:hover,
.button-ghost:hover,
.button-secondary:focus-visible,
.button-ghost:focus-visible {
  border-color: rgba(167, 206, 255, 0.5);
}

.topbar-cta.button-ghost:hover,
.topbar-cta.button-ghost:focus-visible {
  background: linear-gradient(135deg, #52c1ff 0%, #1c74e6 100%);
  color: var(--white) !important;
}

.hero-points,
.check-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.hero-points li,
.check-list li {
  position: relative;
  padding-left: 30px;
  color: var(--text);
  line-height: 1.55;
}

.hero-points li::before,
.check-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2ca8ff, #164fce);
  box-shadow: 0 0 0 4px rgba(44, 168, 255, 0.14);
}

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

.stat-card,
.metric-card,
.sector-card {
  padding: 20px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(148, 186, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.stat-card strong,
.metric-card strong {
  display: block;
  font-size: 1rem;
}

.stat-card span,
.metric-card span,
.sector-card p,
.product-card p,
.showcase-copy span {
  margin-top: 10px;
  display: block;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.96rem;
}

.hero-visual {
  min-width: 0;
}

.visual-stage {
  position: relative;
  min-height: 700px;
}

.visual-stage-clean {
  min-height: unset;
  display: grid;
  gap: 18px;
}

.hero-console {
  padding: 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(10, 23, 42, 0.96), rgba(7, 17, 31, 0.98));
  border: 1px solid rgba(144, 183, 255, 0.18);
  box-shadow: var(--shadow);
}

.hero-console-head strong {
  display: block;
  margin-top: 8px;
  font-size: 1.1rem;
  line-height: 1.4;
  color: var(--white) !important;
}

.hero-console-screen {
  margin-top: 18px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(145, 184, 255, 0.16);
  background: rgba(255, 255, 255, 0.04);
}

.hero-console-screen img {
  width: 100%;
  height: 355px;
  object-fit: cover;
  object-position: center;
}

.hero-console-foot {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-console-foot span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(147, 184, 255, 0.12);
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.system-screen-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.system-screen {
  min-height: 192px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(15, 30, 55, 0.92), rgba(8, 18, 35, 1));
  border: 1px solid rgba(145, 184, 255, 0.14);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}

.system-screen-logo {
  margin-top: 10px;
  min-height: 88px;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background:
    radial-gradient(circle at center, rgba(43, 168, 255, 0.12), transparent 55%),
    rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(143, 182, 255, 0.12);
}

.system-screen-logo img {
  max-width: 100%;
  max-height: 72px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(18, 89, 255, 0.18));
}

.system-screen-app {
  justify-content: flex-start;
}

.system-screen-preview {
  margin-top: 10px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(143, 182, 255, 0.14);
  background:
    radial-gradient(circle at top right, rgba(47, 161, 255, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(12, 29, 54, 0.96), rgba(7, 17, 33, 1));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.system-screen-preview img {
  width: 100%;
  height: 112px;
  object-fit: cover;
  object-position: center;
}

.system-screen strong {
  display: block;
  margin-top: 14px;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  color: var(--white) !important;
}

.system-screen-shop {
  align-items: flex-start;
}

.visual-main {
  position: relative;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.visual-main::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 11, 22, 0) 28%, rgba(4, 11, 23, 0.78) 100%),
    linear-gradient(120deg, rgba(23, 106, 203, 0.22), transparent 42%);
}

.visual-main img {
  width: 100%;
  height: 700px;
  object-fit: cover;
  object-position: center;
}

.visual-badge {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  z-index: 1;
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(10, 21, 37, 0.84);
  border: 1px solid rgba(123, 180, 255, 0.18);
  backdrop-filter: blur(12px);
}

.badge-label,
.mini-label {
  display: block;
  color: var(--blue-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 800;
}

.visual-badge strong {
  display: block;
  margin-top: 8px;
  font-size: 1.24rem;
  line-height: 1.3;
}

.visual-card,
.feature-panel,
.contact-card {
  background: var(--surface);
  border: 1px solid rgba(151, 187, 255, 0.16);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.visual-card {
  position: absolute;
  width: min(300px, 72%);
  padding: 18px 18px 20px;
  border-radius: 22px;
}

.visual-card strong {
  display: block;
  margin-top: 8px;
  line-height: 1.5;
  font-size: 0.98rem;
}

.visual-card-top {
  top: -18px;
  right: -14px;
}

.visual-card-bottom {
  bottom: 80px;
  left: -22px;
}

.visual-photo-stack {
  position: absolute;
  right: -14px;
  bottom: -26px;
  width: 220px;
  display: grid;
  gap: 12px;
}

.visual-photo-stack img {
  height: 136px;
  width: 100%;
  object-fit: cover;
  border-radius: 22px;
  border: 1px solid rgba(145, 183, 255, 0.18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3);
}

.trust-ribbon {
  margin-top: 14px;
  padding: 18px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  border: 1px solid rgba(151, 186, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
}

.trust-ribbon div {
  padding: 0 10px;
  white-space: nowrap;
}

.section {
  padding: 110px 0 0;
}

.section-heading {
  max-width: 820px;
}

.section h2,
.contact-card h2 {
  font-size: clamp(2.15rem, 4.2vw, 4rem);
}

.section-heading p {
  margin: 20px 0 0;
}

.product-grid,
.sector-grid,
.specialized-grid {
  margin-top: 38px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.product-card {
  padding: 22px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(14, 31, 56, 0.88), rgba(7, 18, 34, 0.98));
  border: 1px solid rgba(144, 184, 255, 0.14);
  min-height: 250px;
}

.product-card-featured {
  grid-column: span 1;
  background:
    radial-gradient(circle at top left, rgba(42, 162, 255, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(18, 42, 77, 0.94), rgba(7, 20, 37, 1));
}

.product-logo {
  height: 88px;
  display: flex;
  align-items: center;
}

.product-logo img {
  max-height: 100%;
  width: auto;
}

.product-logo-main {
  height: 100px;
}

.product-card h3,
.sector-card h3,
.feature-panel h3,
.showcase-copy strong {
  margin: 18px 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.18rem;
  line-height: 1.35;
  color: var(--white) !important;
}

.shop-mark {
  width: fit-content;
  padding: 14px 18px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(43, 102, 255, 0.18), rgba(44, 168, 255, 0.08));
  border: 1px solid rgba(127, 182, 255, 0.18);
  font-family: "Sora", sans-serif;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.shop-mark span {
  color: var(--blue-soft);
}

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

.specialized-card {
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top right, rgba(40, 156, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(15, 31, 57, 0.94), rgba(8, 18, 35, 1));
  border: 1px solid rgba(145, 184, 255, 0.14);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.specialized-logo {
  min-height: 132px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(143, 182, 255, 0.1);
}

.specialized-logo img {
  max-width: 100%;
  max-height: 108px;
  width: auto;
  object-fit: contain;
}

.specialized-card h3 {
  margin: 18px 0 0;
  font-family: "Sora", sans-serif;
  font-size: 1.1rem;
  color: var(--white) !important;
}

.specialized-card p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.95rem;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 28px;
  align-items: start;
}

.feature-panel {
  padding: 28px;
  border-radius: var(--radius-xl);
}

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

.hardware-layout {
  margin-top: 38px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
}

.hardware-list {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  gap: 14px;
  padding: 26px;
  border-radius: var(--radius-xl);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(145, 184, 255, 0.14);
}

.hardware-chip {
  padding: 14px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(56, 95, 150, 0.82), rgba(28, 49, 84, 0.94));
  border: 1px solid rgba(145, 184, 255, 0.12);
  font-weight: 700;
  color: var(--white) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.hardware-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 16px;
}

.showcase-card {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(145, 184, 255, 0.15);
}

.showcase-card img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.showcase-card-large {
  grid-row: span 2;
}

.showcase-copy {
  padding: 16px 18px 20px;
}

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

.gallery-grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1.05fr 1.05fr 0.9fr;
  grid-template-rows: 280px 220px;
  gap: 16px;
}

.gallery-item {
  margin: 0;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(145, 184, 255, 0.14);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item-tall {
  grid-row: span 2;
}

.gallery-item-wide {
  grid-column: span 2;
}

.contact-section {
  padding-bottom: 80px;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 30px;
  padding: 34px;
  border-radius: 34px;
}

.contact-meta {
  margin-top: 22px;
  display: grid;
  gap: 16px;
}

.contact-meta span {
  display: block;
  color: var(--blue-soft);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 700;
}

.contact-meta strong {
  display: block;
  margin-top: 6px;
  line-height: 1.5;
  font-size: 1rem;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-copy,
.hero-visual,
.trust-ribbon,
.section-heading,
.product-grid,
.split-copy,
.split-panel,
.hardware-layout,
.gallery-grid,
.contact-card {
  animation: rise-in 680ms ease both;
}

.hero-visual {
  animation-delay: 100ms;
}

.trust-ribbon {
  animation-delay: 180ms;
}

@media (max-width: 1180px) {
  .nav {
    gap: 18px;
    font-size: 1rem;
  }

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

  .hero h1 {
    max-width: 15ch;
  }

  .visual-stage {
    min-height: unset;
  }

  .hero-console-screen img {
    height: 500px;
  }

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

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

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

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

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

@media (max-width: 940px) {
  .topbar {
    border-radius: 28px;
    padding: 18px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .topbar-cta {
    width: 100%;
    justify-content: center;
  }

  .hero-stats,
  .metric-grid,
  .hardware-showcase,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

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

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

  .gallery-grid {
    grid-template-rows: none;
  }

  .gallery-item-tall,
  .gallery-item-wide {
    grid-row: span 1;
    grid-column: span 1;
  }
}

@media (max-width: 720px) {
  .hero,
  .section,
  .trust-ribbon {
    width: min(calc(100% - 24px), var(--max));
  }

  .hero {
    padding-top: 48px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.2rem, 10vw, 3.2rem);
  }

  .hero-text,
  .section-heading p,
  .split-copy p,
  .feature-panel p,
  .contact-copy p {
    font-size: 0.98rem;
  }

  .hero-stats,
  .product-grid,
  .sector-grid,
  .specialized-grid {
    grid-template-columns: 1fr;
  }

  .visual-stage {
    padding-bottom: 0;
  }

  .hero-console-screen img {
    height: 320px;
  }

  .system-screen-grid {
    grid-template-columns: 1fr;
  }

  .brand img {
    width: 188px;
  }

  .nav {
    gap: 14px;
    font-size: 0.96rem;
  }

  .trust-ribbon {
    border-radius: 24px;
    justify-content: flex-start;
  }

  .section {
    padding-top: 84px;
  }

  .contact-card,
  .feature-panel,
  .hardware-list {
    padding: 24px;
  }
}
