:root {
  --navy-950: #07121d;
  --navy-900: #0d1a28;
  --navy-850: #132434;
  --navy-800: #1b2d3e;
  --steel-300: #dbe2ea;
  --steel-200: #edf2f6;
  --steel-100: #f6f8fb;
  --text-main: #0f1720;
  --text-soft: #5f6b78;
  --white: #ffffff;
  --gold: #efb544;
  --gold-strong: #f4c45f;
  --brand-blue: #1480d0;
  --brand-blue-deep: #0c5ea0;
  --success: #6fd7a4;
  --shadow-xl: 0 24px 80px rgba(7, 18, 29, 0.18);
  --shadow-card: 0 18px 48px rgba(17, 26, 37, 0.10);
  --radius-2xl: 32px;
  --radius-xl: 26px;
  --radius-lg: 20px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --transition: 0.32s ease;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: var(--text-main);
  background: var(--steel-100);
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
}

.page-shell {
  position: relative;
}

.container-xxl {
  position: relative;
  z-index: 2;
}

.section-space {
  padding: 110px 0;
}

.section-kicker,
.hero-kicker,
.panel-kicker,
.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--gold);
  letter-spacing: 0.01em;
}

.section-head h2,
.intro-board h2,
.why-section h2,
.contact-box h2,
.hero-copy h1 {
  margin: 20px 0 20px;
  font-weight: 700;
  line-height: 1.12;
}

.section-head h2,
.intro-board h2,
.why-section h2,
.contact-box h2 {
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.section-head p,
.intro-board p,
.section-text,
.contact-box p {
  color: #030303;
  font-size: 1.2rem;
  line-height: 1.6;
}

.site-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 1200;
  transition: var(--transition);
}

.site-header.scrolled {
  backdrop-filter: blur(18px);
  background: rgba(7, 18, 29, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar {
  padding: 18px 0;
}

.brand-wrap {
  display: flex;
  align-items: center;
}

.brand-link {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  height: 58px;
  width: auto;
}

.brand-logo-color {
  display: none;
}

.site-header.scrolled .brand-logo-white {
  display: none;
}

.site-header.scrolled .brand-logo-color {
  display: block;
}

.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  font-size: 1.08rem;
  padding: 12px 14px;
  border-radius: 999px;
  transition: var(--transition);
}


@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 12px;
        padding-right: 12px;
    }
}


.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.10);
  padding-right: 14px;
  padding-left: 14px;
}




.btn {
  transition: var(--transition);
}

.btn-accent,
.btn-quote {
  background: linear-gradient(145deg, var(--gold-strong), #e9ab32);
  color: #11161e;
  border: 0;
  font-weight: 700;
  border-radius: 999px;
  padding: 14px 28px;
  box-shadow: 0 0px 10px rgba(239, 181, 68, 0.26);
}

.btn-accent:hover,
.btn-quote:hover {
  color: #11161e;
  transform: translateY(-2px);
}

.btn-outline-light {
  border-width: 1.5px;
  padding: 14px 28px;
  border-radius: 999px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.icon-btn {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-btn:hover {
  background: rgba(255, 255, 255, 0.14);
  /* transform: translateY(-2px); */
  color: #fff;
}

.icon-btn i {
  font-size: 1.18rem;
}

.cart-badge {
  position: absolute;
  top: -6px;
  left: -6px;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: var(--gold);
  color: #11161e;
  font-weight: 800;
  font-size: 0.78rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mega-item {
  position: static;
}

.mega-menu {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 100%;
  padding-top: 18px;
  width: min(1380px, calc(100vw - 34px));
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: var(--transition);
}

.mega-item:hover .mega-menu,
.mega-item:focus-within .mega-menu,
.mega-item.is-open .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mega-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 300px;
  gap: 16px;
  background: linear-gradient(180deg, rgba(8, 16, 25, 0.99), rgba(9, 20, 32, 0.97));
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: var(--radius-2xl);
  padding: 18px;
  box-shadow: 0 30px 90px rgba(7, 16, 25, 0.5);
  backdrop-filter: blur(22px);
}

.mega-side,
.mega-panels,
.mega-feature {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.mega-side {
  padding: 10px;
  display: grid;
  align-content: start;
  gap: 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.02));
}

.mega-tab {
  width: 100%;
  text-align: right;
  border: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 15px;
  color: rgba(255, 255, 255, 0.82);
  background: transparent;
  border-radius: 16px;
  font-weight: 800;
  font-size: 1rem;
  transition: var(--transition);
}

.mega-tab i {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
}

.mega-tab.active,
.mega-tab:hover,
.mega-tab:focus-visible {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(239, 181, 68, 0.18));
  color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.16);
  outline: none;
}

.mega-panels {
  padding: 20px 22px;
  min-height: 350px;
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
}

.mega-panel {
  display: none;
}

.mega-panel.active {
  display: block;
}

.mega-panel-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.mega-list-col h5 {
  font-size: 1.03rem;
  font-weight: 900;
  color: var(--white);
  padding-right: 12px;
  border-right: 2px solid rgba(239, 181, 68, 0.7);
  margin-bottom: 12px;
}

.mega-list-col a {
  display: block;
  color: rgba(255, 255, 255, 0.84);
  padding: 8px 10px;
  line-height: 1.5;
  border-radius: 10px;
  font-size: 0.96rem;
  transition: var(--transition);
}

.mega-list-col a:hover {
  color: #ffe3a8;
  background: rgba(255, 255, 255, 0.08);
  transform: translateX(-3px);
}

.mega-feature {
  padding: 24px;
  background: linear-gradient(170deg, rgba(20, 121, 201, 0.28), rgba(239, 181, 68, 0.16));
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 12px;
}

.mega-feature h4 {
  font-size: 1.24rem;
  line-height: 1.45;
  color: var(--white);
  font-weight: 900;
  margin: 0;
}

.mega-feature p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.65;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.mega-feature .tag {
  font-size: 0.94rem;
  color: #ffe5a9;
  margin-bottom: 0;
}

.mega-feature-list {
  margin: 0;
  display: grid;
  gap: 8px;
}

.mega-feature-list li {
  position: relative;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.4;
  padding-right: 14px;
}

.mega-feature-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffd483;
}

.mega-feature .btn {
  margin-top: auto;
}

.mega-mini-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.mega-mini-stats div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.mega-mini-stats strong {
  display: block;
  color: var(--white);
  font-size: 1.55rem;
  font-weight: 900;
}

.mega-mini-stats span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}


.hero-section {
  position: relative;
  min-height: calc(100vh + 160px);
  color: var(--white);
  overflow: hidden;
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media {
  /* hero background image */
  background-image: linear-gradient(115deg, rgba(7, 18, 29, 0.58), rgba(7, 18, 29, 0.28)), url('https://images.unsplash.com/photo-1530124566582-a618bc2615dc?auto=format&fit=crop&w=2000&q=80');
  background-image: linear-gradient(115deg, rgba(7, 18, 29, 0.58), rgba(7, 18, 29, 0.28)), url('assets/bg-01.jpg');
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  transform: scale(1.04);
}

.hero-overlay {
  background:
    radial-gradient(circle at 78% 18%, rgba(20, 128, 208, 0.28), transparent 30%),
    radial-gradient(circle at 16% 24%, rgba(239, 181, 68, 0.22), transparent 26%),
    linear-gradient(180deg, rgba(7, 18, 29, 0.30), rgba(7, 18, 29, 0.75));
}

.hero-row {
  padding-top: 190px;
  padding-bottom: 190px;
}

.hero-copy {
  max-width: 660px;
  /* text-align: center; */
  /* display: flex; */
  /* flex-direction: column; */
  /* justify-items: center; */
  /* align-items: center; */
}

.hero-copy h1 {
  font-size: clamp(2.7rem, 6vw, 2.7rem);
}

.hero-copy p {
  font-size: 1.2rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
  max-width: 660px;
  margin-bottom: 30px;
  margin-top: 20px;
}

.hero-cta {
  margin-top: 28px;
}

.hero-stats {
  margin-top: 42px;
}

.stat-card,
.glass-card {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
}

.stat-card {
  height: 100%;
  padding: 22px 20px;
}

.stat-card strong {
  display: block;
  font-size: 1.28rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.stat-card span {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.75;
}

.hero-panel {
  padding: 28px;
  box-shadow: var(--shadow-xl);
}

.hero-panel h3 {
  margin: 10px 0 20px;
  font-size: 2rem;
  font-weight: 900;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.75;
}

.feature-list i {
  color: var(--gold);
  font-size: 1.1rem;
  margin-top: 4px;
}

.intro-board-wrap {
  margin-top: -76px;
  position: relative;
  z-index: 3;
}

.intro-board {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 26, 37, 0.06);
  border-radius: 34px;
  padding: 38px 42px;
  box-shadow: 0 28px 80px rgba(16, 23, 32, 0.10);
}

.intro-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #f0f4f8;
  color: #415060;
  font-weight: 800;
}

.pill.active {
  background: var(--navy-900);
  color: var(--white);
  box-shadow: 0 14px 28px rgba(7, 18, 29, 0.16);
}

.intro-side {
  height: 100%;
  border-radius: 24px;
  padding: 22px;
  background: linear-gradient(135deg, rgba(20, 128, 208, 0.10), rgba(239, 181, 68, 0.12));
  border: 1px solid rgba(20, 128, 208, 0.10);
}

.intro-side span {
  display: block;
  color: var(--brand-blue-deep);
  font-weight: 800;
  margin-bottom: 10px;
}

.intro-side strong {
  line-height: 1.75;
  font-size: 1.05rem;
}

.categories-section {
  /* background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%); */
  padding-top: 70px;
}

.category-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border-radius: 28px;
  background: var(--white);
  border: 1px solid rgba(20, 128, 208, 0.08);
  box-shadow: var(--shadow-card);
  color: var(--text-main);
  position: relative;
  overflow: hidden;
}

.category-card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--gold), var(--brand-blue));
  opacity: 0;
  transition: var(--transition);
}

.category-card:hover {
  /* transform: translateY(-8px); */
  box-shadow: 0 28px 60px rgba(15, 23, 32, 0.14);
}

.category-card:hover::before {
  opacity: 1;
}

.category-card-accent {
  background: linear-gradient(180deg, #ffffff 0%, #fbf6eb 100%);
}

.category-icon {
  width: 76px;
  height: 76px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(20, 128, 208, 0.12), rgba(239, 181, 68, 0.14));
  color: #333c45;
  font-size: 2.5rem;
  margin-bottom: 22px;
  transition: var(--transition);
}

.category-card:hover .category-icon {
  transform: scale(1.07) rotate(-6deg);
  background: linear-gradient(135deg, rgba(20, 128, 208, 0.18), rgba(239, 181, 68, 0.22));
}

.category-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.category-card p {
  color: var(--text-soft);
  line-height: 1.5;
  margin-bottom: auto;
  font-size: 1.1rem;
}

.category-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-weight: 800;
  color: var(--brand-blue-deep);
  font-size: 1.1rem;
}

.category-link i {
  transition: var(--transition);
}

.category-card:hover .category-link i {
  transform: translateX(-5px);
}

.worlds-section {
  background: url(assets/bg-03.jpg);
  color: var(--white);
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.worlds-section::before {
  content: "";
  position: absolute;
  inset-inline-start: -120px;
  bottom: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 128, 208, 0.18), transparent 68%);
}

.worlds-section .section-head p {
  color: rgba(255, 255, 255, 0.72);
}

.world-card {
  height: 100%;
  padding: 34px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.04));
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
}

.world-tools {
  background: linear-gradient(180deg, rgba(20, 128, 208, 0.16), rgba(255, 255, 255, 0.05));
}

.world-systems {
  background: linear-gradient(180deg, rgba(239, 181, 68, 0.14), rgba(255, 255, 255, 0.05));
}

.world-card h3 {
  font-size: 2rem;
  font-weight: 900;
  margin: 14px 0 24px;
}

.world-card p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.85;
  font-size: 1.2rem;
}

.world-list {
  margin: 24px 0 28px;
}

.world-list li {
  position: relative;
  padding-right: 22px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.2rem;
}

.world-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 11px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}

.industries-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f9fc 100%);
}

.industry-card {
  height: 100%;
  border-radius: 26px;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(17, 26, 37, 0.06);
  box-shadow: var(--shadow-card);
  position: relative;
  overflow: hidden;
}

.industry-card::after {
  content: "";
  position: absolute;
  inset-inline-start: -30px;
  bottom: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 128, 208, 0.10), transparent 70%);
}

.industry-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(20, 128, 208, 0.12), rgba(239, 181, 68, 0.16));
  color: var(--brand-blue-deep);
  font-size: 1.1rem;
  font-weight: 900;
}

.industry-card h3 {
  font-size: 1.42rem;
  font-weight: 900;
  margin: 18px 0 10px;
}

.industry-card p {
  color: var(--text-soft);
  line-height: 1.8;
  margin-bottom: 0;
}

.brands-strip {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: -39px;
}

.brands-bar {
  border-radius: 68px;
  padding: 35px 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,247,250,0.98));
  border: 1px solid rgba(17, 26, 37, 0.06);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 68px;
}

.brand-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 62px;
  flex: 1;
}

.brand-pill-list img {
  max-height: 46px;
  display: block;
}

.why-section {
  /* background: linear-gradient(180deg, #f3f6fb 0%, #ffffff 100%); */
  position: relative;
  overflow: hidden;
}

.why-section::before {
  content: "";
  position: absolute;
  inset-inline-end: -130px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 128, 208, 0.14), transparent 70%);
}

.why-section::after {
  content: "";
  position: absolute;
  inset-inline-start: -120px;
  bottom: -150px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 181, 68, 0.14), transparent 72%);
}

.why-intro {
  /* background: rgba(255, 255, 255, 0.78); */
  /* border: 1px solid rgba(20, 128, 208, 0.08); */
  border-radius: 30px;
  padding: 30px;
  backdrop-filter: blur(8px);
  /* box-shadow: 0 20px 50px rgba(10, 24, 40, 0.08); */
}

.why-intro h2 {
  font-size: clamp(2rem, 3vw, 2.65rem);
}

.why-intro .section-text {
  margin-bottom: 18px;
}

.why-highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 16px;
}

.why-highlight {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  text-align: center;
  border-radius: 12px;
  padding: 8px 10px;
  font-weight: 700;
  font-size: 0.9rem;
  color: #17314a;
  border: 1px solid rgba(20, 128, 208, 0.14);
  background: linear-gradient(180deg, rgba(20, 128, 208, 0.11), rgba(255, 255, 255, 0.75));
}

.why-card {
  height: 100%;
  padding: 26px 24px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fcff 100%);
  border: 1px solid rgba(20, 128, 208, 0.10);
  box-shadow: 0 16px 36px rgba(15, 28, 44, 0.09);
  position: relative;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.why-card::before {
  content: "";
  position: absolute;
  inset-inline: 14px;
  top: 0;
  height: 3px;
  border-radius: 12px;
  background: linear-gradient(90deg, rgba(20, 128, 208, 0.92), rgba(239, 181, 68, 0.85));
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 46px rgba(15, 28, 44, 0.16);
  border-color: rgba(20, 128, 208, 0.18);
}

.why-card i {
  width: 62px;
  height: 62px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  color: #0d5d9f;
  background: linear-gradient(145deg, rgba(20, 128, 208, 0.14), rgba(239, 181, 68, 0.17));
}

.why-card h3 {
  margin: 16px 0 10px;
  font-size: 1.3rem;
  font-weight: 900;
}

.why-card p {
  margin-bottom: 0;
  color: #506273;
  line-height: 1.72;
  font-size: 1.02rem;
}

.contact-section {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-box {
  background: linear-gradient(140deg, #071729, #0f2940 55%, #163752);
  color: var(--white);
  /* border-radius: 30px; */
  padding: 46px 38px;
  box-shadow: 0 26px 70px rgba(7, 18, 29, 0.3);
  overflow: hidden;
  position: relative;
  /* border: 1px solid rgba(255, 255, 255, 0.08); */
}

.contact-box::after {
  content: "";
  position: absolute;
  inset-inline-start: -140px;
  top: -120px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 181, 68, 0.18), transparent 68%);
}

.contact-box p {
  color: rgba(255, 255, 255, 0.78);
  /* max-width: 920px; */
  margin-inline: auto;
}

.contact-form {
  position: relative;
  z-index: 2;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: minmax(160px, 1fr) minmax(160px, 1fr) minmax(220px, 1.35fr) 180px;
  gap: 12px;
  align-items: center;
}

.contact-field {
  position: relative;
}

.contact-field i {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.72);
  font-size: 1rem;
  pointer-events: none;
}

.form-label {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
}
[type=email], [type=number], [type=tel], [type=url] {
    direction: rtl;
}
.contact-form .form-control,
.contact-form .form-select {
  min-height: 56px;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  padding-inline: 44px 16px;
}

.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.56);
}

.contact-form .form-control:focus,
.contact-form .form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 181, 68, 0.24);
  border-color: rgba(239, 181, 68, 0.48);
  background: rgba(255, 255, 255, 0.16);
  color: var(--white);
}

.contact-form .form-select option {
  color: #11161e;
}

.contact-submit {
  min-height: 56px;
  width: 100%;
  padding: 0 20px;
  font-size: 1rem;
  white-space: nowrap;
}

.site-footer {
  background: #08111a;
  color: rgba(255, 255, 255, 0.74);
  padding: 72px 0 28px;
}

.footer-top {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 42px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand img {
  height: 58px;
  width: auto;
}

.footer-brand-col p,
.footer-top p {
  margin-top: 18px;
  line-height: 1.9;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.footer-col h4 {
  color: var(--white);
  font-size: 1.05rem;
  font-weight: 900;
  margin-bottom: 14px;
}

.footer-col a,
.footer-static {
  display: block;
  color: rgba(255, 255, 255, 0.70);
  margin-bottom: 10px;
  line-height: 1.8;
}

.footer-col a:hover {
  color: var(--gold-400);
}

.footer-bottom {
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  font-size: 0.94rem;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-bottom a,
.footer-links a {
  color: rgba(255, 255, 255, 0.72);
}

.offcanvas {
  background: linear-gradient(180deg, var(--navy-900), var(--navy-950));
}

.mobile-brand img {
  height: 52px;
  width: auto;
}

.mobile-accordion .accordion-item {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.08);
}

.mobile-accordion .accordion-button {
  background: transparent;
  color: var(--white);
  font-weight: 800;
  box-shadow: none;
}

.mobile-accordion .accordion-button:not(.collapsed) {
  color: var(--gold-strong);
}

.mobile-accordion .accordion-button::after {
  filter: invert(1);
}

.mobile-accordion .accordion-body {
  padding-top: 0;
}

.mobile-accordion .accordion-body a {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  padding: 8px 0;
}

.search-modal {
  background: linear-gradient(180deg, var(--navy-900), #0b1b2c);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
}

.search-close {
  position: absolute;
  top: 24px;
  left: 24px;
}

.search-field {
  position: relative;
}

.search-field i {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
}

.search-field .form-control {
  padding-right: 48px;
}

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

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

@media (max-width: 1399.98px) {
  .mega-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .mega-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1199.98px) {
  .site-header {
    background: rgba(7, 18, 29, 0.74);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .navbar {
    padding: 14px 0;
  }

  .brand-logo-white {
    display: none;
  }

  .brand-logo-color {
    display: block;
    height: 50px;
  }

  .hero-row {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .intro-board-wrap {
    margin-top: -48px;
  }

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

@media (max-width: 991.98px) {
  .section-space {
    padding: 86px 0;
  }

  .hero-copy h1 {
    font-size: clamp(2.4rem, 8vw, 4rem);
  }

  .hero-panel {
    margin-top: 16px;
  }

  .intro-board {
    padding: 28px 24px;
  }

  .contact-box {
    padding: 34px 24px;
  }

  .why-intro {
    padding: 24px;
  }

  .why-highlights {
    grid-template-columns: 1fr;
  }

  .contact-form-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 767.98px) {
  .hero-media {
    background-position: center right;
  }

  .hero-copy p,
  .section-head p,
  .intro-board p,
  .section-text,
  .contact-box p {
    font-size: 1rem;
  }

  .hero-stats {
    margin-top: 28px;
  }

  .stat-card {
    padding: 18px 16px;
  }

  .hero-panel {
    padding: 22px;
  }

  .brands-bar,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .btn-quote {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .brand-logo-color,
  .brand-logo-white {
    height: 42px;
  }

  .icon-btn {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .hero-row {
    padding-top: 104px;
    padding-bottom: 70px;
  }

  .section-space {
    padding: 72px 0;
  }

  .intro-board-wrap {
    margin-top: -34px;
  }

  .intro-pills {
    flex-direction: column;
  }

  .category-card,
  .industry-card,
  .why-card,
  .world-card {
    padding: 24px 20px;
  }

  .contact-box {
    border-radius: 28px;
  }
}
