﻿/* Shared semantic fixes */
.section-title h1 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--accent-color);
}

.section-title h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.service-details .service-main-content .section-header h1 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}

body.privacy-policy-page .section-title h1,
body.terms-of-service-page .section-title h1 {
  color: #ffffff !important;
}

@media (max-width: 768px) {
  .service-details .service-main-content .section-header h1 {
    font-size: 30px;
  }
}

/* Blog */
body.blog-page .blog-hero {
  background: linear-gradient(135deg, #070b1a 0%, #0d1224 50%, #151a2e 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0 50px;
}

body.blog-page .blog-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(0, 229, 255, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(0, 229, 255, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

body.blog-page .blog-hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #ffffff;
}

body.blog-page .blog-hero p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* Careers */
body.careers-page .careers-hero-section {
  background: linear-gradient(135deg, #070b1a 0%, #0d1224 50%, #151a2e 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0 50px;
}

body.careers-page .careers-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(0, 229, 255, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(0, 229, 255, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

body.careers-page .careers-hero-section h1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  color: #ffffff;
}

body.careers-page .careers-hero-section p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* Contact */
body.contact-page .header .navmenu ul li a {
  color: rgba(0, 229, 255, 0.7);
  transition: color 0.3s ease;
}

body.contact-page .header .navmenu ul li a:hover,
body.contact-page .header .navmenu ul li a.active {
  color: #00e5ff;
}

body.contact-page .contact-hero {
  background: linear-gradient(135deg, #070b1a 0%, #0d1224 50%, #151a2e 100%);
  position: relative;
  overflow: hidden;
  padding: 50px 0 10px;
}

body.contact-page .contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(0, 229, 255, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(0, 229, 255, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

/* Governance */
body.governance-page .governance-hero {
  min-height: auto;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #070b1a 0%, #0d1224 50%, #151a2e 100%);
  position: relative;
  padding: 80px 0 50px;
}

body.governance-page .governance-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(0, 229, 255, 0.08) 0%, transparent 60%);
  pointer-events: none;
}

body.governance-page .governance-hero h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 15px;
}

body.governance-page .governance-hero p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.05rem;
  max-width: 600px;
}

body.governance-page .governance-section {
  padding: 50px 0;
}

body.governance-page .governance-section.dark {
  background: #000000;
}

body.governance-page .governance-section.darker {
  background: #050505;
}

body.governance-page .section-label {
  color: #00e5ff;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 12px;
  display: block;
}

body.governance-page .section-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
}

body.governance-page .section-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  line-height: 1.8;
}

body.governance-page .governance-card {
  background: rgba(38, 129, 246, 0.05);
  border: 1px solid rgba(38, 129, 246, 0.15);
  border-radius: 0;
  padding: 40px 30px;
  height: 100%;
  transition: all 0.3s ease;
}

body.governance-page .governance-card:hover {
  border-color: rgba(38, 129, 246, 0.4);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(38, 129, 246, 0.1);
}

body.governance-page .governance-card .card-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #2681f6 0%, #1a5dc4 100%);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

body.governance-page .governance-card .card-icon i {
  font-size: 2rem;
  color: #ffffff;
}

body.governance-page .governance-card h4 {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 15px;
}

body.governance-page .governance-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

body.governance-page .governance-card .card-link {
  color: #2681f6;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

body.governance-page .governance-card .card-link:hover {
  gap: 12px;
  color: #00e5ff;
}

body.governance-page .principle-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.02);
  border-left: 3px solid #2681f6;
}

body.governance-page .principle-item .number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #2681f6;
  line-height: 1;
  min-width: 50px;
}

body.governance-page .principle-item h5 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

body.governance-page .principle-item p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 767px) {
  body.governance-page .governance-hero h1 {
    font-size: 2rem;
  }

  body.governance-page .section-title {
    font-size: 1.8rem;
  }
}

/* Help Center */
body.help-center-page .help-hero {
  background: linear-gradient(135deg, rgba(38, 129, 246, 0.1) 0%, rgba(138, 24, 182, 0.1) 100%);
  padding: 80px 0 60px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

body.help-center-page .help-hero h1 {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(135deg, #00e5ff 0%, #2681f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
}

body.help-center-page .help-hero p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  max-width: 600px;
  margin: 0 auto 30px;
}

body.help-center-page .help-search {
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

body.help-center-page .help-search input {
  width: 100%;
  padding: 18px 60px 18px 25px;
  border-radius: 50px;
  border: 2px solid rgba(0, 229, 255, 0.3);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
}

body.help-center-page .help-search input:focus {
  outline: none;
  border-color: #00e5ff;
  background: rgba(255, 255, 255, 0.1);
}

body.help-center-page .help-search input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

body.help-center-page .help-search button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #2681f6 0%, #2681f6 100%);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

body.help-center-page .help-search button:hover {
  transform: translateY(-50%) scale(1.1);
}

body.help-center-page .help-categories,
body.help-center-page .faq-section,
body.help-center-page .quick-links,
body.help-center-page .contact-support {
  padding: 60px 0;
}

body.help-center-page .faq-section {
  background: rgba(0, 0, 0, 0.2);
}

body.help-center-page .category-card,
body.help-center-page .quick-link-card,
body.help-center-page .support-card,
body.help-center-page .faq-item {
  transition: all 0.3s ease;
}

body.help-center-page .category-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 30px;
  text-align: center;
  height: 100%;
  cursor: pointer;
}

body.help-center-page .category-card:hover {
  border-color: rgba(0, 229, 255, 0.3);
  transform: translateY(-5px);
  background: rgba(0, 229, 255, 0.05);
}

body.help-center-page .category-card .icon,
body.help-center-page .quick-link-card .icon,
body.help-center-page .support-card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.help-center-page .category-card .icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(38, 129, 246, 0.2) 0%, rgba(138, 24, 182, 0.2) 100%);
  margin: 0 auto 20px;
  font-size: 28px;
  color: #00e5ff;
}

body.help-center-page .category-card h4,
body.help-center-page .faq-question h5,
body.help-center-page .quick-link-card .content h5,
body.help-center-page .support-card h4 {
  color: #fff;
}

body.help-center-page .category-card p,
body.help-center-page .faq-answer p,
body.help-center-page .quick-link-card .content p,
body.help-center-page .support-card p {
  color: rgba(255, 255, 255, 0.6);
}

body.help-center-page .category-card .article-count {
  display: inline-block;
  padding: 5px 15px;
  background: rgba(0, 229, 255, 0.1);
  border-radius: 20px;
  font-size: 0.8rem;
  color: #00e5ff;
  margin-top: 15px;
}

body.help-center-page .faq-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}

body.help-center-page .faq-section .section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

body.help-center-page .faq-section .section-title p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.1rem;
}

body.help-center-page .faq-category-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}

body.help-center-page .faq-category-tabs .tab-btn {
  padding: 12px 25px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
}

body.help-center-page .faq-category-tabs .tab-btn:hover,
body.help-center-page .faq-category-tabs .tab-btn.active {
  background: linear-gradient(135deg, #2681f6 0%, #2681f6 100%);
  border-color: transparent;
  color: #fff;
}

body.help-center-page .faq-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
}

body.help-center-page .faq-item:hover {
  border-color: rgba(0, 229, 255, 0.2);
}

body.help-center-page .faq-question {
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

body.help-center-page .faq-question:hover {
  background: rgba(0, 229, 255, 0.05);
}

body.help-center-page .faq-question h5 {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
}

body.help-center-page .faq-icon {
  color: #00e5ff;
  transition: transform 0.3s ease;
  font-size: 1.2rem;
}

body.help-center-page .faq-item.active .faq-icon {
  transform: rotate(180deg);
}

body.help-center-page .faq-answer {
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

body.help-center-page .faq-item.active .faq-answer {
  padding: 0 25px 25px;
  max-height: 500px;
}

body.help-center-page .faq-answer p {
  line-height: 1.7;
  margin: 0;
}

body.help-center-page .quick-link-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  text-decoration: none;
  height: 100%;
}

body.help-center-page .quick-link-card:hover {
  border-color: rgba(0, 229, 255, 0.3);
  transform: translateY(-3px);
  background: rgba(0, 229, 255, 0.05);
}

body.help-center-page .quick-link-card .icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(38, 129, 246, 0.2) 0%, rgba(138, 24, 182, 0.2) 100%);
  font-size: 22px;
  color: #00e5ff;
  flex-shrink: 0;
}

body.help-center-page .quick-link-card .content h5 {
  font-size: 1rem;
  margin-bottom: 5px;
}

body.help-center-page .quick-link-card .content p {
  font-size: 0.9rem;
  margin: 0;
}

body.help-center-page .contact-support {
  background: linear-gradient(135deg, rgba(38, 129, 246, 0.1) 0%, rgba(138, 24, 182, 0.1) 100%);
}

body.help-center-page .support-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  height: 100%;
}

body.help-center-page .support-card .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2681f6 0%, #2681f6 100%);
  margin: 0 auto 25px;
  font-size: 32px;
  color: #fff;
}

body.help-center-page .support-card h4 {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

body.help-center-page .support-card p {
  margin-bottom: 25px;
}

body.help-center-page .support-card .btn-support {
  display: inline-block;
  padding: 12px 30px;
  background: transparent;
  border: 2px solid #00e5ff;
  color: #00e5ff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

body.help-center-page .support-card .btn-support:hover {
  background: #00e5ff;
  color: #000;
}

/* Home */
body.index-page .stats-card {
  --stats-accent: #2681f6;
  --stats-accent-rgb: 38, 129, 246;
  position: relative;
  overflow: hidden;
  background: #0a0a0a;
  border: 1px solid rgba(var(--stats-accent-rgb), 0.15);
  border-left: 3px solid var(--stats-accent);
  border-radius: 0;
  padding: 25px;
  text-align: center;
  transition: all 0.4s ease;
  height: 100%;
}

body.index-page .stats-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--stats-accent);
  opacity: 0;
  transition: opacity 0.3s;
}

body.index-page .stats-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
  border-color: rgba(var(--stats-accent-rgb), 0.25);
}

body.index-page .stats-card:hover::before {
  opacity: 1;
}

body.index-page .stats-card--primary {
  --stats-accent: #2681f6;
  --stats-accent-rgb: 38, 129, 246;
}

body.index-page .stats-card--violet {
  --stats-accent: #623fd4;
  --stats-accent-rgb: 98, 63, 212;
}

body.index-page .stats-card--cyan {
  --stats-accent: #12dffa;
  --stats-accent-rgb: 18, 223, 250;
}

body.index-page .stats-card__icon-wrapper {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  background: rgba(var(--stats-accent-rgb), 0.15);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

body.index-page .stats-card:hover .stats-card__icon-wrapper {
  transform: scale(1.05);
}

body.index-page .stats-card__icon {
  font-size: 24px;
  color: var(--stats-accent);
}

body.index-page .stats-card__value {
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 15px 0 5px;
}

body.index-page .stats-card__value-accent {
  color: var(--stats-accent);
}

body.index-page .stats-card__title {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}

body.index-page .stats-card__text {
  color: rgba(138, 138, 138, 0.8);
  font-size: 0.85rem;
  margin: 0;
}

body.index-page .clients-section-custom {
  background: #000000;
  border-top: 1px solid rgba(38, 129, 246, 0.1);
  border-bottom: 1px solid rgba(38, 129, 246, 0.1);
}

body.index-page .clients-section-kicker {
  color: #2681f6;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 0.8rem;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}

body.index-page .clients-section-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #bfdbfe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.index-page .clients-section-description {
  color: rgba(138, 138, 138, 0.9);
  font-size: 1.15rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
}

body.index-page .client-card {
  background: #010409;
  border: 1px solid rgba(38, 129, 246, 0.1);
  border-radius: 0;
  padding: 24px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

body.index-page .client-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #2681f6, transparent);
  opacity: 0;
  transition: opacity 0.3s;
}

body.index-page .client-card:hover {
  transform: translateY(-5px) scale(1.02);
  border-color: rgba(38, 129, 246, 0.3);
  box-shadow: 0 15px 40px rgba(38, 129, 246, 0.15);
}

body.index-page .client-card:hover::before {
  opacity: 1;
}

body.index-page .client-card img {
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  image-rendering: auto;
  filter: none;
  transition: transform 0.4s ease;
  opacity: 1;
}

body.index-page .client-card:hover img {
  transform: scale(1.03);
}

body.index-page .client-logo-card {
  height: 132px;
}

body.index-page .client-logo {
  max-height: 76px;
  max-width: 100%;
}

body.index-page .client-logo--large {
  max-height: 86px;
  max-width: 100%;
}

body.index-page .why-icon-card {
  padding: 30px 15px;
  transition: all 0.4s ease;
}

body.index-page .why-icon-card .icon-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

body.index-page .why-icon-card .icon-wrapper i {
  font-size: 3.5rem;
  background: linear-gradient(180deg, #a8c8ff 0%, #5a8fd4 50%, #3a6bb0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 4px 8px rgba(90, 143, 212, 0.3));
  transition: all 0.3s ease;
}

body.index-page .why-icon-card:hover .icon-wrapper i {
  transform: scale(1.1);
  filter: drop-shadow(0 6px 12px rgba(90, 143, 212, 0.5));
}

body.index-page .why-icon-card h5 {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin: 0;
  line-height: 1.4;
}

body.index-page .why-icon-card:hover h5 {
  color: #a8c8ff;
}

body.index-page .company-section {
  background: #000000;
}

body.index-page .company-section h2 {
  color: #00e5ff;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

body.index-page .company-section .lead-text {
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 20px;
}

body.index-page .company-section p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.7;
}

body.index-page .use-cases-section {
  background: #000000;
}

body.index-page .use-cases-section h2 {
  color: #00e5ff;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 30px;
}

body.index-page .use-case-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 15px;
}

body.index-page .use-case-item i {
  color: #00e5ff;
  font-size: 0.8rem;
  margin-top: 8px;
}

body.index-page .use-case-item p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

body.index-page .values-section {
  padding: 40px 0 80px;
  background: linear-gradient(180deg, #000000 0%, #0a0e1a 100%);
  position: relative;
  overflow: hidden;
}

body.index-page .values-section__glow {
  position: absolute;
  filter: blur(80px);
  pointer-events: none;
}

body.index-page .values-section__glow--top {
  top: 10%;
  right: 5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(38, 129, 246, 0.08) 0%, transparent 70%);
}

body.index-page .values-section__glow--bottom {
  bottom: 10%;
  left: 5%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(38, 129, 246, 0.06) 0%, transparent 70%);
}

body.index-page .values-section-kicker {
  color: #00e5ff;
  font-size: 1rem;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}

body.index-page .values-section-title {
  font-size: 3.5rem;
  line-height: 1.2;
  background: linear-gradient(135deg, #ffffff 0%, #00e5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.index-page .values-section-description {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
}

body.index-page .value-card-enhanced {
  --value-accent: #00e5ff;
  --value-accent-rgb: 38, 129, 246;
  --value-image: none;
  --value-icon-gradient: linear-gradient(135deg, #2681f6 0%, #4060ed 100%);
  position: relative;
  height: 100%;
  padding: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(var(--value-accent-rgb), 0.15);
}

body.index-page .value-card--accountability {
  --value-accent: #00e5ff;
  --value-accent-rgb: 38, 129, 246;
  --value-image: url("assets/img/remote/006-photo-1454165804606-c3d57bc86b40.jpg");
  --value-icon-gradient: linear-gradient(135deg, #2681f6 0%, #4060ed 100%);
}

body.index-page .value-card--integrity {
  --value-accent: #00e5ff;
  --value-accent-rgb: 38, 129, 246;
  --value-image: url("assets/img/remote/019-photo-1521737711867-e3b97375f902.jpg");
  --value-icon-gradient: linear-gradient(135deg, #2681f6 0%, #623fd4 100%);
}

body.index-page .value-card--excellence {
  --value-accent: #12dffa;
  --value-accent-rgb: 18, 223, 250;
  --value-image: url("assets/img/remote/036-photo-1552664730-d307ca884978.jpg");
  --value-icon-gradient: linear-gradient(135deg, #12dffa 0%, #259ebf 100%);
}

body.index-page .value-card--boldness {
  --value-accent: #0099ff;
  --value-accent-rgb: 0, 153, 255;
  --value-image: url("assets/img/remote/018-photo-1519389950473-47ba0277781c.jpg");
  --value-icon-gradient: linear-gradient(135deg, #0099ff 0%, #00e5ff 100%);
}

body.index-page .value-card-enhanced__media,
body.index-page .value-card-enhanced__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
}

body.index-page .value-card-enhanced__media {
  background-image: var(--value-image);
  background-position: center;
  background-size: cover;
  opacity: 0.15;
}

body.index-page .value-card-enhanced__overlay {
  background: linear-gradient(180deg, rgba(var(--value-accent-rgb), 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
}

body.index-page .value-card-enhanced__content {
  position: relative;
  padding: 40px 35px;
}

body.index-page .value-card-enhanced__icon {
  width: 70px;
  height: 70px;
  background: var(--value-icon-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 25px rgba(var(--value-accent-rgb), 0.3);
}

body.index-page .value-card-enhanced__icon-inner {
  font-size: 2rem;
  color: #ffffff;
}

body.index-page .value-card-enhanced__title {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
}

body.index-page .value-card-enhanced__description {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

body.index-page .value-card-enhanced__tags {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

body.index-page .value-card-enhanced__tag {
  background: rgba(var(--value-accent-rgb), 0.15);
  color: var(--value-accent);
  padding: 6px 14px;
  font-size: 0.85rem;
  border: 1px solid rgba(var(--value-accent-rgb), 0.3);
}

body.index-page .mission-section {
  background: linear-gradient(135deg, #00e5ff 0%, #2681f6 100%);
  text-align: center;
}

body.index-page .mission-section h2 {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

body.index-page .mission-section p {
  color: rgba(0, 0, 0, 0.85);
  font-size: 1.2rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 500;
}

body.index-page .values-quote-card {
  background: linear-gradient(135deg, rgba(38, 129, 246, 0.08) 0%, rgba(38, 129, 246, 0.08) 100%);
  border: 1px solid rgba(38, 129, 246, 0.2);
  padding: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

body.index-page .values-quote-mark {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 4rem;
  color: rgba(38, 129, 246, 0.1);
  font-family: Georgia, serif;
  line-height: 1;
}

body.index-page .values-quote-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  font-style: italic;
  margin: 0 auto;
  max-width: 800px;
  line-height: 1.8;
}

body.index-page .values-quote-attribution {
  margin-top: 20px;
  color: #00e5ff;
  font-weight: 600;
  font-size: 0.95rem;
}

body.index-page .home-approach-card {
  background: rgba(0, 229, 255, 0.05);
  border: 1px solid rgba(0, 229, 255, 0.2);
  padding: 40px;
  text-align: center;
}

body.index-page .home-approach-card__icon {
  font-size: 4rem;
  color: #00e5ff;
  display: block;
  margin-bottom: 20px;
}

body.index-page .home-approach-card__title {
  color: #ffffff;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

body.index-page .home-approach-card__copy {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  margin: 0;
}

body.index-page .home-approach-kicker {
  color: #00e5ff;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  display: block;
  margin-bottom: 15px;
}

body.index-page .home-approach-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

body.index-page .home-approach-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

body.index-page .stats-section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

body.index-page .stats-section-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

body.index-page .stats-indicators {
  padding-top: 20px;
}

body.index-page .stats-indicators p {
  color: rgba(138, 138, 138, 0.6);
  font-size: 0.85rem;
  margin: 0;
}

body.index-page .stats-indicator {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
}

body.index-page .stats-indicator:last-child {
  margin-right: 0;
}

body.index-page .stats-indicator__dot {
  width: 8px;
  height: 8px;
  border-radius: 0;
  display: inline-block;
  margin-right: 6px;
  background: var(--indicator-color, #2681f6);
}

body.index-page .stats-indicator--primary {
  --indicator-color: #2681f6;
}

body.index-page .stats-indicator--violet {
  --indicator-color: #623fd4;
}

body.index-page .stats-indicator--cyan {
  --indicator-color: #12dffa;
}

body.index-page .company-section,
body.index-page .use-cases-section,
body.index-page .values-section,
body.index-page .mission-section {
  padding: 30px 0 !important;
}

body.index-page #hero {
  position: relative;
  overflow: hidden;
  padding: 50px 0 30px 0 !important;
  background: linear-gradient(180deg, #000000 0%, #0a0e1a 100%);
}

body.index-page #clients,
body.index-page #stats,
body.index-page #why-northstar,
body.index-page #testimonials,
body.index-page #certifications,
body.index-page #recognition,
body.index-page #pricing,
body.index-page #services,
body.index-page .clients-section-custom,
body.index-page .stats,
body.index-page .why-northstar,
body.index-page .certifications,
body.index-page .recognition {
  padding: 30px 0 !important;
}

body.index-page #stats {
  background: linear-gradient(180deg, rgba(10, 10, 10, 0.9) 0%, rgba(0, 0, 0, 0.95) 100%);
}

body.index-page #why-northstar {
  background: linear-gradient(180deg, #070b1a 0%, #0d1224 100%);
}

body.index-page #recognition {
  background: #000000;
}

body.index-page .recognition .award-logo {
  min-height: 96px;
  height: auto;
  padding: 14px 18px;
  background: linear-gradient(180deg, rgba(1, 4, 9, 0.98) 0%, rgba(7, 11, 20, 0.96) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

body.index-page .recognition .award-logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 72px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  mix-blend-mode: normal;
}

body.index-page .recognition .award-item:hover .award-logo img {
  transform: scale(1.04);
}

body.index-page #pricing {
  background: #000000;
  position: relative;
}

body.index-page #call-to-action {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

body.index-page .home-approach-section {
  background: #0a0e1a;
  padding: 50px 0;
}

body.services-page #services {
  padding: 30px 0 !important;
}

body.services-page .stat-box {
  transition: transform 0.3s ease;
}

body.services-page .stat-box:hover {
  transform: translateY(-5px);
}

body.index-page .btn-primary-ghost:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(38, 129, 246, 0.5) !important;
}

body.index-page .mini-stats .stat:hover {
  background: rgba(255, 255, 255, 0.06) !important;
  transform: translateX(5px);
}

body.index-page .value-card-enhanced:hover {
  transform: translateY(-8px);
  border-color: rgba(var(--value-accent-rgb), 0.4) !important;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 30px rgba(var(--value-accent-rgb), 0.15);
}

body.index-page .testimonial-marquee-wrapper {
  display: flex;
  overflow: hidden;
  width: 100%;
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

body.index-page .testimonial-track,
body.index-page .testimonial-track-2 {
  display: flex;
  gap: 30px;
  animation: marquee 90s linear infinite;
  width: max-content;
}

body.index-page .testimonial-track-2 {
  padding-left: 30px;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

body.index-page .testimonial-card {
  width: 350px;
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 30px;
  flex-shrink: 0;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

body.index-page .testimonial-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 229, 255, 0.3);
  background: #0e0e0e;
}

body.index-page .card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  text-align: left;
}

body.index-page .user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #00e5ff;
}

body.index-page .user-info h3 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 4px;
}

body.index-page .user-info h4 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  margin: 0;
  font-weight: 400;
}

body.index-page .testimonial-card .stars {
  color: #dcdcdc;
  font-size: 1rem;
  margin-bottom: 15px;
  text-align: left;
}

body.index-page .testimonial-card p {
  color: rgba(230, 230, 230, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
  font-style: normal;
  margin: 0;
  text-align: left;
}

body.index-page #testimonials h2,
body.index-page .success-stories-title {
  font-style: normal;
}

/* Operating Model */
body.org-chart-page .page-hero {
  min-height: auto;
  display: flex;
  align-items: center;
  background: #000000;
  padding: 50px 0 20px;
  border-bottom: 1px solid rgba(38, 129, 246, 0.1);
}

body.org-chart-page .page-hero h1 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 5px;
}

body.org-chart-page .page-hero .breadcrumb a {
  color: #00e5ff;
  text-decoration: none;
}

body.org-chart-page .page-hero .breadcrumb span {
  color: rgba(255, 255, 255, 0.5);
}

body.org-chart-page .content-section {
  padding: 25px 0;
  background: #0a0a0a;
}

body.org-chart-page .content-section.alt {
  background: #000000;
}

body.org-chart-page .section-label {
  color: #00e5ff;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 8px;
  display: block;
}

body.org-chart-page .section-title {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #ffffff 0%, #00e5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.org-chart-page .section-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.6;
}

body.org-chart-page .operating-intro {
  max-width: 860px;
  margin: 0 auto;
}

body.org-chart-page .privacy-directive {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(38, 129, 246, 0.08) 0%, rgba(10, 14, 26, 0.9) 100%);
  border: 1px solid rgba(38, 129, 246, 0.2);
  padding: 24px 26px;
}

body.org-chart-page .privacy-directive__icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 60px;
  background: linear-gradient(135deg, #2681f6 0%, #00e5ff 100%);
  color: #ffffff;
  font-size: 1.5rem;
}

body.org-chart-page .privacy-directive h3 {
  color: #ffffff;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 10px;
}

body.org-chart-page .privacy-directive p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  line-height: 1.7;
}

body.org-chart-page .org-chart {
  padding: 20px 0;
}

body.org-chart-page .org-level {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 35px;
}

body.org-chart-page .org-level::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 18px;
  background: rgba(38, 129, 246, 0.3);
}

body.org-chart-page .org-level:last-child::after {
  display: none;
}

body.org-chart-page .org-level.level-1 .org-card {
  background: linear-gradient(135deg, #2681f6 0%, #1a5dc4 100%);
  min-width: 320px;
}

body.org-chart-page .org-level.level-1 .org-card .role {
  color: rgba(255, 255, 255, 0.9);
}

body.org-chart-page .org-level.level-1 .org-card .org-copy {
  color: rgba(255, 255, 255, 0.88);
}

body.org-chart-page .org-card {
  background: rgba(38, 129, 246, 0.1);
  border: 1px solid rgba(38, 129, 246, 0.2);
  padding: 18px 20px;
  text-align: center;
  min-width: 220px;
  max-width: 280px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s ease;
}

body.org-chart-page .org-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(38, 129, 246, 0.2);
}

body.org-chart-page .org-card .avatar {
  width: 50px;
  height: 50px;
  border-radius: 0;
  margin: 0 auto 8px;
  background: rgba(38, 129, 246, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

body.org-chart-page .org-card .avatar i {
  font-size: 1.5rem;
  color: #00e5ff;
}

body.org-chart-page .org-card .name {
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 5px;
}

body.org-chart-page .org-card .role {
  color: #2681f6;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

body.org-chart-page .org-card .org-copy {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.7;
  margin: 0;
}

body.org-chart-page .dept-card {
  background: rgba(38, 129, 246, 0.05);
  border: 1px solid rgba(38, 129, 246, 0.15);
  padding: 20px;
  height: 100%;
  transition: all 0.3s ease;
}

body.org-chart-page .dept-card:hover {
  border-color: rgba(38, 129, 246, 0.4);
  transform: translateY(-3px);
}

body.org-chart-page .dept-card .dept-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #2681f6 0%, #1a5dc4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

body.org-chart-page .dept-card .dept-icon i {
  font-size: 1.5rem;
  color: #ffffff;
}

body.org-chart-page .dept-card h4 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

body.org-chart-page .dept-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

body.org-chart-page .dept-card .team-count {
  color: #2681f6;
  font-weight: 600;
  font-size: 0.9rem;
}

body.org-chart-page .dept-card .team-count i {
  margin-right: 8px;
}

body.org-chart-page .org-connector {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

body.org-chart-page .org-connector .line {
  width: 60%;
  height: 2px;
  background: rgba(38, 129, 246, 0.3);
  position: relative;
}

body.org-chart-page .org-connector .line::before,
body.org-chart-page .org-connector .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 30px;
  background: rgba(38, 129, 246, 0.3);
}

body.org-chart-page .org-connector .line::before {
  left: 0;
}

body.org-chart-page .org-connector .line::after {
  right: 0;
}

@media (max-width: 991px) {
  body.org-chart-page .privacy-directive {
    flex-direction: column;
  }

  body.org-chart-page .org-level {
    flex-direction: column;
    align-items: center;
  }

  body.org-chart-page .org-level.level-1 .org-card {
    min-width: 0;
  }

  body.org-chart-page .org-connector .line {
    width: 2px;
    height: 40px;
  }

  body.org-chart-page .org-connector .line::before,
  body.org-chart-page .org-connector .line::after {
    display: none;
  }
}

/* Services */
body.services-page .services-hero {
  background: linear-gradient(135deg, #070b1a 0%, #0d1224 50%, #151a2e 100%);
  position: relative;
  overflow: hidden;
  padding: 80px 0 50px;
}

body.services-page .services-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 20%, rgba(0, 229, 255, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse at 70% 80%, rgba(0, 229, 255, 0.04) 0%, transparent 50%);
  pointer-events: none;
}

body.services-page .services-hero h1 {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #00e5ff 0%, #2681f6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.services-page .services-hero p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.1rem;
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto;
}

/* Service details */
body.service-details-page .tech-card img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
  object-fit: contain;
}

body.service-details-page .tech-card img[alt="Next.js"] {
  filter: brightness(0) invert(1) !important;
}

body.service-details-page .tech-card:hover img[alt="Next.js"] {
  filter: brightness(0) invert(1) !important;
}

body.service-details-page .platform-card img {
  display: block;
  margin: 0 auto 20px;
  max-width: 100%;
  object-fit: contain;
}

body.service-cloud-page .platform-card img[alt="Google Cloud"] {
  transform: translateX(-8px);
}

body.service-details-page .text-muted {
  color: rgba(255, 255, 255, 0.68) !important;
}

body.help-center-page .text-secondary {
  color: rgba(142, 197, 255, 0.9) !important;
}

/* Supply Chain */
body.supply-chain-page .page-hero {
  min-height: auto;
  display: flex;
  align-items: center;
  background: #000000;
  padding: 60px 0 30px;
  border-bottom: 1px solid rgba(38, 129, 246, 0.1);
}

body.supply-chain-page .page-hero h1 {
  font-size: 1.8rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

body.supply-chain-page .page-hero .breadcrumb a {
  color: #00e5ff;
  text-decoration: none;
}

body.supply-chain-page .page-hero .breadcrumb span {
  color: rgba(255, 255, 255, 0.5);
}

body.supply-chain-page .content-section {
  padding: 40px 0;
  background: #0a0a0a;
}

body.supply-chain-page .content-section.alt {
  background: #000000;
}

body.supply-chain-page .section-label {
  color: #00e5ff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
}

body.supply-chain-page .section-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #00e5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.supply-chain-page .section-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
  line-height: 1.7;
}

body.supply-chain-page .supply-chain-step {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.supply-chain-page .supply-chain-step:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

body.supply-chain-page .supply-chain-step .step-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #2681f6 0%, #1a5dc4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.supply-chain-page .supply-chain-step .step-icon i {
  font-size: 2rem;
  color: #ffffff;
}

body.supply-chain-page .supply-chain-step h4 {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 12px;
}

body.supply-chain-page .supply-chain-step p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

body.supply-chain-page .partner-card {
  background: rgba(38, 129, 246, 0.05);
  border: 1px solid rgba(38, 129, 246, 0.15);
  padding: 35px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

body.supply-chain-page .partner-card:hover {
  border-color: rgba(38, 129, 246, 0.4);
  transform: translateY(-5px);
}

body.supply-chain-page .partner-card i {
  font-size: 3rem;
  color: #2681f6;
  margin-bottom: 20px;
  display: block;
}

body.supply-chain-page .partner-card h4 {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

body.supply-chain-page .partner-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

body.supply-chain-page .standards-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

body.supply-chain-page .standards-list .standard-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.02);
  border-left: 3px solid #2681f6;
}

body.supply-chain-page .standards-list .standard-item i {
  font-size: 1.5rem;
  color: #2681f6;
}

body.supply-chain-page .standards-list .standard-item span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
}

@media (max-width: 767px) {
  body.supply-chain-page .standards-list {
    grid-template-columns: 1fr;
  }

  body.supply-chain-page .supply-chain-step {
    flex-direction: column;
    text-align: center;
  }

  body.supply-chain-page .supply-chain-step .step-icon {
    margin: 0 auto;
  }
}

/* Transparency */
body.transparency-page .page-hero {
  min-height: auto;
  display: flex;
  align-items: center;
  background: #000000;
  padding: 60px 0 30px;
  border-bottom: 1px solid rgba(38, 129, 246, 0.1);
}

body.transparency-page .content-section {
  padding: 40px 0;
  background: #0a0a0a;
}

body.transparency-page .content-section.alt {
  background: #000000;
}

body.transparency-page .section-label {
  color: #00e5ff;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 10px;
  display: block;
}

body.transparency-page .section-title {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #ffffff 0%, #00e5ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

body.transparency-page .section-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
  line-height: 1.6;
}

body.transparency-page .transparency-card {
  background: rgba(0, 229, 255, 0.03);
  border: 1px solid rgba(0, 229, 255, 0.15);
  padding: 25px;
  height: 100%;
  transition: all 0.3s ease;
}

body.transparency-page .transparency-card:hover {
  border-color: rgba(0, 229, 255, 0.4);
  transform: translateY(-5px);
}

body.transparency-page .transparency-card i {
  font-size: 2rem;
  color: #00e5ff;
  margin-bottom: 15px;
  display: block;
}

body.transparency-page .transparency-card h4 {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 12px;
}

body.transparency-page .transparency-card p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

body.transparency-page .commitment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

body.transparency-page .commitment-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

body.transparency-page .commitment-list li:last-child {
  border-bottom: none;
}

body.transparency-page .commitment-list li i {
  color: #2681f6;
  font-size: 1.2rem;
  margin-top: 3px;
}

body.transparency-page .commitment-list li span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Extracted repeated inline styles */
/* blog-capabilities.html */
.blog-capabilities-inline-01 { width: 60px; height: 60px; }
/* careers.html */
.careers-inline-01 { font-size: 2rem; color: #00e5ff; display: block; margin-bottom: 12px; }
.careers-inline-02 { color: rgba(255,255,255,0.6); font-size: 0.85rem; margin: 0; }
.careers-inline-03 { color: #fff; font-size: 0.95rem; font-weight: 600; margin-bottom: 8px; }
.careers-inline-04 { background: rgba(0,229,255,0.05); border: 1px solid rgba(0,229,255,0.2); padding: 25px 15px; text-align: center; }
.careers-inline-05 { width: 100%; height: auto; object-fit: cover; }
.careers-inline-06 { max-width: 600px; margin: 0 auto; }
/* contact.html */
.contact-inline-01 { font-size: 1.2rem; font-weight: 700; color: #00e5ff; }
.contact-inline-02 { font-size: 0.8rem; color: rgba(255,255,255,0.6); }
.contact-inline-03 { background: rgba(0,229,255,0.1); padding: 10px 20px; border: 1px solid rgba(0,229,255,0.2); }
/* help-center.html */
.help-center-inline-01 { color: #00e5ff; }
/* index.html */
.index-inline-01 { color: rgba(255,255,255,0.85); font-size: 0.9rem; }
.index-inline-02 { padding: 10px 0; display: flex; align-items: start; gap: 10px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.index-inline-03 { color: #00e5ff; font-size: 1.1rem; margin-top: 2px; }
.index-inline-06 { color: #ffffff; font-size: 1.1rem; margin-top: 2px; }
.index-inline-07 { position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg, #2681f6, #4060ed); }
.index-inline-08 { padding: 10px 0; display: flex; align-items: start; gap: 10px; }
.index-inline-09 { max-height: 80px; max-width: 100%; object-fit: contain; filter: drop-shadow(0 0 10px rgba(38, 129, 246, 0.15)); }
.index-inline-10 { margin-bottom: 20px; }
.index-inline-11 { list-style: none; padding: 0; margin-bottom: 25px; }
.index-inline-12 { height: 80px; display: flex; align-items: center; justify-content: center; }
.index-inline-13 { font-size: 3.5rem; font-weight: 700; color: #00e5ff; line-height: 1; }
.index-inline-14 { font-size: 1.5rem; font-weight: 600; color: #ffffff; margin-bottom: 15px; }
.index-inline-15 { font-size: 1.3rem; color: #00e5ff; font-weight: 600; margin-right: 3px; }
.index-inline-16 { display: flex; align-items: baseline; margin-bottom: 8px; }
.index-inline-17 { color: rgba(255,255,255,0.6); font-size: 0.95rem; margin-bottom: 25px; }
.index-inline-18 { color: rgba(255,255,255,0.5); font-size: 0.9rem; margin: 0; }
.index-inline-19 { color: rgba(181, 181, 181, 0.8); font-size: 0.85rem; margin: 0; }
.index-inline-20 { color: #ffffff; font-size: 1rem; font-weight: 600; margin-bottom: 10px; min-height: 48px; display: flex; align-items: center; justify-content: center; }
.index-inline-21 { background: linear-gradient(135deg, rgba(38, 129, 246, 0.05), rgba(38, 129, 246, 0.01)); border: 1px solid rgba(38, 129, 246, 0.1); padding: 35px 25px; text-align: center; height: 100%; transition: all 0.4s ease; position: relative; overflow: hidden; }
.index-inline-22 { color: rgba(255,255,255,0.6); }
.index-inline-31 { color: #00e5ff; }
.index-inline-32 { background: rgba(0,229,255,0.15); border: 1px solid #00e5ff; color: #00e5ff; padding: 12px 30px; font-weight: 600; font-size: 0.95rem; transition: all 0.3s ease; text-decoration: none; display: block; text-align: center; }
.index-inline-33 { background: rgba(0,229,255,0.03); border: 1px solid rgba(0,229,255,0.15); padding: 35px 25px; height: 100%; transition: all 0.4s ease; }
.index-inline-34 { font-size: 2.5rem; color: var(--accent-color); }
.index-inline-35 { font-size: 1.2rem; color: rgba(255,255,255,0.5); margin-left: 5px; }
.index-inline-36 { color: rgba(255,255,255,0.5); font-size: 0.75rem; }
.index-inline-37 { color: rgba(255,255,255,0.4); font-size: 0.9rem; text-decoration: line-through; }
.index-inline-38 { color: #ffffff; font-weight: 600; font-size: 0.85rem; }
.index-inline-39 { color: #808080; font-size: 1.1rem; margin-top: 2px; }
.index-inline-40 { color: #2681f6; font-size: 1.1rem; margin-top: 2px; }
.index-inline-45 { z-index: 1; }
.index-inline-47 { position: relative; z-index: 1; }
.index-inline-48 { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: linear-gradient(135deg, #00e5ff, #d11596); color: #ffffff; padding: 6px 20px; font-size: 0.8rem; font-weight: 700; letter-spacing: 1px; }
.index-inline-49 { font-size: 3rem; color: var(--accent-color); }
.index-inline-51 { font-size: 1.8rem; font-weight: 600; color: #00e5ff; margin-bottom: 10px; }
.index-inline-53 { display: inline-block; background: linear-gradient(135deg, rgba(37, 158, 191, 0.15), rgba(37, 158, 191, 0.05)); border: 1px solid rgba(37, 158, 191, 0.3); padding: 8px 24px; color: #259ebf; font-size: 0.85rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; }
.index-inline-54 { color: rgba(255,255,255,0.6); font-size: 1rem; }
.index-inline-55 { color: #38bdf8; font-size: 1.1rem; margin-top: 2px; }
.index-inline-56 { color: #2681f6; font-size: 1.3rem; }
.index-inline-58 { color: #00e5ff; font-weight: 600; }
.index-inline-59 { background: rgba(255,255,255,0.03); padding: 10px 16px; border-left: 3px solid #2681f6; }
.index-inline-60 { background: rgba(255,255,255,0.03); border-left: 4px solid #2681f6; transition: transform 0.3s ease; }
.index-inline-61 { background: linear-gradient(135deg, rgba(253,23,181,0.12), rgba(253,23,181,0.04)); border: 2px solid #00e5ff; padding: 35px 25px; height: 100%; transition: all 0.4s ease; position: relative; transform: scale(1.03); }
.index-inline-62 { background: linear-gradient(135deg, #00e5ff, #d11596); border: none; color: #ffffff; padding: 12px 30px; font-weight: 600; font-size: 0.95rem; transition: all 0.3s ease; text-decoration: none; display: block; text-align: center; }
/* service-cloud.html */
.service-cloud-inline-01 { height: 60px; margin-bottom: 20px; }
/* services.html */
.services-inline-01 { color: rgba(255,255,255,0.7); font-size: 0.9rem; }
.services-inline-02 { color: #00e5ff; font-size: 2.5rem; }
.services-inline-03 { background: linear-gradient(135deg, rgba(0,229,255,0.05), rgba(0,229,255,0.02)); border: 1px solid rgba(0,229,255,0.2); border-radius: 12px; }
/* End extracted repeated inline styles */

