/* API Domain Platform Styles - Aligned with index.html branding */

:root {
  --brand-blue: #2D5A81;
  --brand-blue-opaque: rgba(45, 90, 129, 0.9);
  --brand-blue-light: rgba(45, 90, 129, 0.6);
  --brand-orange: #F39324;
  --brand-sky-blue: #35A9E1;
  --text-dark: #000000;
  --text-light: #ffffff;
  --bg-light-sharp: linear-gradient(rgba(255, 255, 255, 0.881), rgba(255, 255, 255, 0.749) 20%), url('../images/sharpbg.jpg');
  --bg-dark-sharp: linear-gradient(rgba(45, 90, 129, 0.9), rgba(45, 90, 129, 0.9)), url('../images/sharpbg.jpg');
}

/* Global Font Override */
body#api-platform {
  font-family: "RawsonLight", sans-serif;
  color: var(--text-dark);
  background-color: #ffffff;
}

/* Common Layout Elements */
.font-bold {
  font-family: "RawsonBold", "Rawson", sans-serif;
  font-weight: bold;
}

.font-light {
  font-family: "RawsonLight", sans-serif;
}

/* Section Header styling like index.html */
.title-underline {
  width: 161px;
  border: solid 2px var(--brand-orange);
  margin: 10px auto 0 auto;
}

/* Background Overlays mimicking landing page */
.light-sharp-bg {
  background-image: var(--bg-light-sharp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.dark-sharp-bg {
  background-image: var(--bg-dark-sharp);
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--text-light);
}

/* Hero Section - Adventure style */
.hero-section-adventure {
  position: relative;
  background-image: url('../images/dualHead_banner.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 90vh;
  display: flex;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 120px;
  overflow: hidden;
}

.hero-tint-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(135deg, rgba(0, 0, 0, 0.189) 0%, rgba(0, 0, 0, 0.189) 100%); */
  z-index: 1;
}

.hero-content-container {
  position: relative;
  z-index: 2;
  width: 100%;
}

/* Rating badge */
.hero-rating-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 50px;
  backdrop-filter: blur(5px);
}

.hero-rating-badge .rating-stars {
  color: #00b67a;
  /* Green trustpilot color */
  font-size: 1.1rem;
  letter-spacing: 2px;
}

.hero-rating-badge .rating-text {
  color: #ffffff;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

/* Title and typography */
.hero-title {
  color: #ffffff;
  font-size: 3.5rem;
  line-height: 1.1;
  letter-spacing: -0.5px;
}

.hero-subtitle {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.25rem;
  max-width: 650px;
  line-height: 1.6;
}

/* Solid white button */
.btn-hero-white {
  background-color: #ffffff;
  color: #1a3044 !important;
  font-family: "RawsonBold", sans-serif;
  font-size: 15px;
  padding: 14px 35px;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  border: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-hero-white:hover {
  background-color: #f3f4f6;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Outline button */
.btn-hero-outline {
  background-color: transparent;
  color: var(--brand-blue) !important;
  border: 2px solid var(--brand-blue);
  font-family: "RawsonBold", sans-serif;
  font-size: 15px;
  padding: 12px 33px;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.btn-hero-outline:hover {
  background-color: var(--brand-blue);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(45, 90, 129, 0.25);
}

/* Progress bar slider decoration */
.hero-slider-progress {
  width: 180px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  position: relative;
  margin-top: 30px;
}

.hero-slider-progress-active {
  width: 60px;
  height: 100%;
  background-color: #ffffff;
  border-radius: 2px;
}

/* Arrow buttons */
.hero-navigation-arrows {
  display: flex;
  align-items: center;
}

.hero-arrow-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: transparent;
}

.hero-arrow-btn:hover {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
}

/* Bottom Marquee overlay */
.hero-bottom-marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(25, 22, 73, 0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 0;
  z-index: 3;
}

/* Override slide margins and sizes in hero marquee */
.hero-bottom-marquee .domainSwiper {
  padding: 0;
}

.hero-bottom-marquee .country-item {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  padding: 6px 14px 6px 8px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: all 0.3s ease;
  margin: 0 5px;
}

.hero-bottom-marquee .country-item:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.3);
}

.hero-bottom-marquee .country-logo {
  height: 24px;
  width: 24px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0;
  transition: all 0.3s ease;
  opacity: 1;
}

.hero-bottom-marquee .country-ext {
  color: #ffffff;
  font-family: "RawsonBold", sans-serif;
  font-size: 0.95rem;
  font-weight: bold;
}

/* Button overrides matching index.html */
.btn-brand-orange {
  background-color: var(--brand-orange);
  color: var(--text-light) !important;
  border-radius: 10px;
  padding: 10px 24px;
  font-family: "RawsonBold", sans-serif;
  border: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.btn-brand-orange:hover {
  background-color: #d17812;
  transform: translateY(-1px);
}

.btn-brand-blue {
  background-color: var(--brand-sky-blue);
  color: var(--text-light) !important;
  border-radius: 10px;
  padding: 10px 24px;
  font-family: "RawsonBold", sans-serif;
  border: none;
  font-size: 15px;
  transition: all 0.3s ease;
}

.btn-brand-blue:hover {
  background-color: #268dbd;
  transform: translateY(-1px);
}

/* Graphic Card mimicking glassmorphism and code block */
.code-graphic-container {
  background-color: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  padding: 25px;
  font-family: monospace;
}

/* Card layout matching standard site001 card styles */
.api-card {
  background-color: #ffffff;
  border: none !important;
  border-radius: 10px;
  box-shadow: 0px 0px 13px 2px rgba(96, 95, 95, 0.15);
  transition: all 0.3s ease;
  height: 100%;
}

.api-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 0px 18px 4px rgba(96, 95, 95, 0.25);
}

.api-card-icon-container {
  background-color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  border: solid 0.5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.api-card-icon-container i {
  font-size: 32px;
  color: var(--brand-blue);
}

/* Stats Section styling - Staggered Card Layout */
.stagger-stats-section {
  background-image: var(--bg-light-sharp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 80px 0 120px 0;
}

.stagger-card {
  background-color: #ffffff;
  border: 1px solid #E2E8F0;
  border-radius: 8px; /* sharp professional corners */
  padding: 35px 30px;
  transition: all 0.25s ease;
  text-align: left;
  height: 100%;
}

.stagger-card:hover {
  transform: translateY(-2px); /* very subtle professional lift */
  border-color: #CBD5E1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.stagger-number {
  font-size: 3.2rem;
  font-family: "RawsonBold", sans-serif;
  font-weight: 700;
  color: var(--brand-blue); /* Solid brand blue for standard enterprise contrast */
  line-height: 1.1;
  margin: 0 0 10px 0;
}

.stagger-text {
  font-size: 14.5px;
  font-family: "RawsonLight", sans-serif;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* Clear vertical offsets and dots */
.stagger-line-container {
  display: none !important;
}

#api-platform .market-urgency-banner {
  border-left: 3px solid var(--brand-orange);
  padding: 15px 25px;
  max-width: 800px;
  margin: 40px auto 0 auto;
  text-align: left;
}

#api-platform .urgency-text {
  font-family: "RawsonLight", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #334155;
  font-style: italic;
}

#api-platform .urgency-text strong {
  font-family: "RawsonBold", sans-serif;
  font-weight: 700;
  color: var(--brand-blue);
  font-style: normal;
}

/* Domain pills matching flag styling */
.domain-badge-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.domain-pill-badge {
  background-color: #ffffff;
  border: solid 0.5px rgba(0, 0, 0, 0.15);
  border-radius: 50px 0px 50px 0px;
  /* Aligned with flag border-radius ideas in index.html */
  padding: 8px 20px;
  color: var(--text-dark);
  font-family: "RawsonBold", sans-serif;
  transition: all 0.25s ease;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}

.domain-pill-badge.african {
  border-left: 4px solid var(--brand-orange);
}

.domain-pill-badge.generic {
  border-left: 4px solid var(--brand-sky-blue);
}

.domain-pill-badge:hover {
  background-color: var(--brand-blue);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(45, 90, 129, 0.25);
}

.flag-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 8px;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
}


/* Checklist items */
.api-checklist-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.api-checklist-bullet {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(53, 169, 225, 0.15);
  color: var(--brand-sky-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  font-weight: bold;
}

/* CTA final container mimicking lion banner style */
.cta-banner-container {
  background-color: var(--brand-blue-opaque);
  border-radius: 18.1px;
  padding: 50px;
  color: var(--text-light);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Header & Footer corrections for style alignment */
#sticky-footer {
  box-shadow: 1px -7px 20px -10px rgba(0, 0, 0, 0.236);
  border-top: none !important;
}

/* Media Queries */
@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 110px;
    padding-bottom: 50px;
  }

  .hero-box {
    padding: 30px 20px;
    text-align: center;
  }
}

/* Swiper Carousel for TLDs */
.domainSwiper {
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
}

.domainSwiper .swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.domainSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* Logo Carousel Styling */
.country-logo {
  height: 50px;
  width: auto;
  max-width: 100px;
  object-fit: contain;
  margin: 0 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.country-logo:hover {
  transform: scale(1.08);
}


/* Comparison Section Styles */
.comparison-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.comparison-box {
  background-color: #2D5A81;
  background-image: linear-gradient(135deg, #1d3e5e 0%, #2D5A81 100%);
  border-radius: 24px;
  color: #ffffff;
  padding: 50px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.comparison-title {
  font-family: "RawsonBold", sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

.comparison-subtitle {
  font-family: "RawsonLight", sans-serif;
  font-size: 1.05rem;
  opacity: 0.9;
  margin-bottom: 30px;
  line-height: 1.6;
}

.comparison-btn {
  background-color: var(--brand-orange);
  color: #ffffff !important;
  border-radius: 50px;
  padding: 12px 30px;
  font-family: "RawsonBold", sans-serif;
  font-size: 15px;
  border: none;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-bottom: 15px;
}

.comparison-btn:hover {
  background-color: #d17812;
  transform: translateY(-2px);
}

.comparison-shipping {
  font-family: "RawsonLight", sans-serif;
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 40px;
}

.comparison-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 30px;
}

.comp-feature-item {
  text-align: center;
}

.comp-feature-item i {
  font-size: 24px;
  color: var(--brand-sky-blue);
  margin-bottom: 8px;
}

.comp-feature-label {
  font-family: "RawsonLight", sans-serif;
  font-size: 0.8rem;
  opacity: 0.9;
}

/* Comparison Table Styling */
.comparison-table-wrapper {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 20px;
  position: relative;
}

.comp-table {
  width: 100%;
  border-collapse: collapse;
}

.comp-table th {
  padding: 15px 10px;
  font-family: "RawsonBold", sans-serif;
  font-size: 0.95rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comp-table th:first-child {
  text-align: left;
  font-family: "RawsonLight", sans-serif;
  font-weight: 300;
  opacity: 0.8;
}

.comp-table td {
  padding: 18px 10px;
  font-family: "RawsonLight", sans-serif;
  font-size: 0.9rem;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.comp-table td:first-child {
  text-align: left;
  font-family: "Rawson", sans-serif;
  opacity: 0.95;
}

/* Glassmorphism Column Highlight for 001.africa */
.comp-table th.highlight-col-header {
  background-color: rgba(255, 255, 255, 0.1);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 2;
}

.comp-table td.highlight-col-cell {
  background-color: rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 2;
}

.comp-table tr:last-child td.highlight-col-cell {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.comp-table th.highlight-col-header .brand-logo-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #ffffff;
  color: #2D5A81;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: bold;
}

.comp-table th.highlight-col-header .brand-logo-pill img {
  height: 14px;
}

/* Check and Cross icons */
.icon-check {
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
}

.icon-cross {
  color: rgba(255, 255, 255, 0.25);
  font-size: 1.3rem;
  font-weight: 300;
}

/* Responsive Table */
@media (max-width: 991.98px) {
  .comparison-box {
    padding: 30px 20px;
  }

  .comparison-features-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 40px;
  }

  .comparison-table-wrapper {
    overflow-x: auto;
  }

  .comp-table {
    min-width: 500px;
  }
}

/* ==========================================
   Interactive API Spotlight Section Styles
   ========================================== */
.api-spotlight-section {
  padding: 100px 0;
  background-color: #faf9f6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.spotlight-image-wrapper {
  position: relative;
  border-radius: 24px;
  overflow: visible;
  padding: 10px;
}

.spotlight-main-img {

  transition: all 0.5s ease;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

/* Hotspots styling */
.hotspot-point {
  position: absolute;
  z-index: 10;
}

.hotspot-trigger {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #C4E80C;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

/* Pulsing effect */
.hotspot-trigger::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #C4E80C;
  opacity: 0.65;
  top: 0;
  left: 0;
  animation: hotspot-pulse 2s infinite;
  z-index: -1;
}

@keyframes hotspot-pulse {
  0% {
    transform: scale(1);
    opacity: 0.65;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}

.hotspot-trigger:hover {
  transform: scale(1.2);
  background-color: #d2f81c;
  box-shadow: 0 6px 16px rgba(196, 232, 12, 0.4);
}

/* Hover Card matching nutrition shake style */
.hotspot-card {
  position: absolute;
  bottom: 48px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  width: 270px;
  background: #ffffff;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.14);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 20;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

/* Arrow for the card */
.hotspot-card::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

/* Show on hover */
.hotspot-point:hover .hotspot-card {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.hotspot-card-thumb {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background-color: #faf9f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.hotspot-card-thumb i {
  font-size: 22px;
  color: var(--brand-blue);
}

.hotspot-card-title {
  font-family: "RawsonBold", sans-serif;
  font-size: 14px;
  color: #111111;
  font-weight: bold;
  line-height: 1.2;
}

.hotspot-card-sub {
  font-family: "RawsonLight", sans-serif;
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
}

.hotspot-card-price {
  font-family: "RawsonBold", sans-serif;
  font-size: 12px;
  color: #111111;
  margin-top: 4px;
}

.hotspot-card-link {
  font-family: "RawsonLight", sans-serif;
  font-size: 12px;
  color: #6b7280;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

.hotspot-card-link:hover {
  color: var(--brand-blue);
}

/* Right Column Content styling */
.spotlight-title {
  font-size: 2.6rem;
  line-height: 1.15;
  color: #111111;
}

.spotlight-checklist {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.spotlight-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.15rem;
}

.spotlight-icon-check {
  color: #111111;
  font-size: 1.4rem;
  font-weight: 900;
  flex-shrink: 0;
}

.spotlight-item-text {
  color: #111111;
  font-family: "RawsonBold", "Rawson", sans-serif;
}

.spotlight-desc {
  font-size: 1.05rem;
  color: #4b5563;
  line-height: 1.6;
}

/* Lime Button styling matching the Essentials Shake CTA */
.btn-spotlight-lime {
  background-color: #C4E80C;
  color: #000000 !important;
  font-family: "RawsonBold", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 32px;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 14px rgba(196, 232, 12, 0.25);
  border: none;
  letter-spacing: 0.5px;
}

.btn-spotlight-lime:hover {
  background-color: #d2f81c;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(196, 232, 12, 0.45);
}

/* Adjustments for smaller screens */
@media (max-width: 991.98px) {
  .api-spotlight-section {
    padding: 60px 0;
  }
  
  .spotlight-title {
    font-size: 2rem;
  }
  
  .spotlight-check-item {
    font-size: 1rem;
  }
  
  /* On very small devices, hide hotspots or adjust layouts */
  .hotspot-card {
    width: 230px;
    padding: 10px 12px;
  }
}

/* ==========================================
   Contact Page Custom Styles
   ========================================== */
.contact-hero {
  padding-top: 150px;
  padding-bottom: 50px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.contact-section {
  padding-bottom: 100px;
  position: relative;
  z-index: 5;
}

.contact-card-glass {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(45, 90, 129, 0.12);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
  padding: 40px;
  transition: all 0.3s ease;
}

.contact-card-glass:hover {
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

.contact-info-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  height: 100%;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06);
  border-color: rgba(53, 169, 225, 0.3);
}

.contact-info-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(53, 169, 225, 0.1);
  color: var(--brand-sky-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 16px;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: var(--brand-blue) !important;
  opacity: 0.85;
}

.form-control-custom {
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  padding: 12px 16px;
  transition: all 0.25s ease;
  font-size: 0.95rem;
}

.form-control-custom:focus {
  border-color: var(--brand-sky-blue) !important;
  box-shadow: 0 0 0 4px rgba(53, 169, 225, 0.15) !important;
  background-color: #ffffff;
}

.btn-submit-premium {
  background-color: var(--brand-orange);
  color: #ffffff !important;
  font-family: "RawsonBold", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  padding: 14px 32px;
  border-radius: 8px;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(243, 147, 36, 0.25);
  width: 100%;
}

.btn-submit-premium:hover {
  background-color: #e2821b;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 147, 36, 0.35);
}

.btn-submit-premium:disabled {
  background-color: #cbd5e1;
  box-shadow: none;
  cursor: not-allowed;
}

.social-circle-link {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f1f5f9;
  color: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.25s ease;
  text-decoration: none;
}

.social-circle-link:hover {
  background-color: var(--brand-blue);
  color: #ffffff;
  transform: scale(1.1);
}

/* Reassurance Badges in Hero */
.hero-reassurance-badges {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 12px;
  margin-top: 24px;
  margin-bottom: 32px;
}

.hero-badge-item {
  display: inline-flex;
  align-items: center;
  font-family: "Rawson", sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.2px;
  transition: opacity 0.2s ease;
}

.hero-badge-item:hover {
  opacity: 0.85;
}

.hero-badge-item i.badge-check {
  font-size: 1.3rem;
  margin-right: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Light Theme Badges (index.html) */
.light-theme-badges .hero-badge-item {
  color: #374151; /* Elegant slate grey text for enterprise look */
}

.light-theme-badges .hero-badge-item i.badge-check {
  color: var(--brand-orange); /* Brand orange */
}

/* Dark Theme Badges (index2.html) */
.dark-theme-badges .hero-badge-item {
  color: rgba(255, 255, 255, 0.95);
}

.dark-theme-badges .hero-badge-item i.badge-check {
  color: var(--brand-orange); /* Brand orange */
}

/* Flow Diagram Styles */
.flow-diagram-container {
  border-color: rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.flow-node {
  border-radius: 12px;
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.flow-node-client .flow-icon-wrapper {
  background-color: rgba(53, 169, 225, 0.1);
  color: var(--brand-sky-blue);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.flow-node-registries .flow-icon-wrapper {
  background-color: rgba(243, 147, 36, 0.1);
  color: var(--brand-orange);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.flow-node.highlight-node {
  background-image: linear-gradient(135deg, #2D5A81 0%, #1d3e5e 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 8px 25px rgba(45, 90, 129, 0.35);
  transform: scale(1.05);
}

.flow-node.highlight-node .flow-node-title {
  color: #ffffff !important;
}

.flow-node.highlight-node .flow-icon-wrapper {
  background-color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.vertical-arrow {
  color: #94a3b8;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.solution-bullet {
  background-color: rgba(53, 169, 225, 0.1);
  color: var(--brand-sky-blue);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: bold;
  flex-shrink: 0;
}

/* Market Potential & Urgency Section Styles */
.market-stat-card {
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.3s ease;
  height: 100%;
}

.market-stat-card:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.market-stat-number {
  font-family: "RawsonBold", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 8px;
}

.market-stat-label {
  font-family: "Rawson", sans-serif;
  font-size: 0.95rem;
}

/* ==========================================
   Onboarding Section Styles (Premium Two-Column)
   ========================================== */
.onboarding-stepper-section {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/* Premium CTA Pill Button */
.premium-cta-btn {
  background-color: var(--brand-orange);
  color: #ffffff !important;
  border-radius: 50px;
  padding: 14px 36px;
  font-family: "RawsonBold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(243, 147, 36, 0.2);
}

.premium-cta-btn:hover {
  background-color: #d17812;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(243, 147, 36, 0.35);
}

/* Checklist Styling with Dashed Dividers */
.premium-checklist {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-bottom: 25px;
}

.premium-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px dashed #e2e8f0;
  transition: background-color 0.2s ease;
}

.premium-checklist-item:first-child {
  border-top: 1px dashed #e2e8f0;
}

.premium-check-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fef3c7; /* Soft yellow-orange background */
  color: var(--brand-orange); /* Orange checkmark color */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
  margin-top: 2px;
  transition: all 0.25s ease;
}

.premium-checklist-item:hover .premium-check-icon {
  background-color: var(--brand-orange);
  color: #ffffff;
  transform: scale(1.1);
}

.premium-checklist-content {
  font-size: 14.5px;
  line-height: 1.6;
  color: #4b5563;
  font-family: "RawsonLight", sans-serif;
}

.premium-checklist-title {
  font-family: "RawsonBold", sans-serif;
  font-weight: bold;
  color: var(--brand-blue);
}

/* Bottom Reassurance Row */
.premium-reassurance-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.premium-reassurance-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  color: #4b5563;
  font-family: "RawsonBold", "Rawson", sans-serif;
  font-weight: 500;
}

.premium-reassurance-item i {
  font-size: 18px;
  color: #10b981; /* Emerald green icon */
  display: inline-flex;
}

/* Visual Container (Right Column) */
.premium-visual-container {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border-radius: 28px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 440px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.015);
  border: 1px solid rgba(53, 169, 225, 0.08);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.premium-visual-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(45, 90, 129, 0.06);
  border-color: rgba(53, 169, 225, 0.15);
}

.premium-visual-img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 10px 20px rgba(0,0,0,0.02));
}

.premium-visual-container:hover .premium-visual-img {
  transform: scale(1.04) rotate(1deg);
}

@media (max-width: 991.98px) {
  .premium-visual-container {
    min-height: 320px;
    padding: 30px;
    margin-top: 20px;
  }
}

/* Responsive overrides for Mobile (max-width: 767.98px) */
@media (max-width: 767.98px) {
  /* Title Font Sizes */
  #api-platform h1.hero-title {
    font-size: 2.1rem !important;
  }
  
  #api-platform .contact-hero h1 {
    font-size: 2rem !important;
  }

  #api-platform h2 {
    font-size: 22px !important;
  }

  #api-platform .comparison-title {
    font-size: 1.7rem !important;
  }

  #api-platform h3 {
    font-size: 16px !important;
  }

  #api-platform h4 {
    font-size: 15px !important;
  }

  /* Button Sizes & Paddings */
  #api-platform .btn-hero-white,
  #api-platform .btn-hero-outline {
    font-size: 13px !important;
    padding: 8px 16px !important;
    line-height: 1.3 !important;
  }

  #api-platform .btn-brand-orange {
    font-size: 13px !important;
    padding: 6px 14px !important;
    line-height: 1.3 !important;
  }

  #api-platform .btn-brand-blue {
    font-size: 13px !important;
    padding: 6px 14px !important;
    line-height: 1.3 !important;
  }

  #api-platform .comparison-btn {
    font-size: 13px !important;
    padding: 8px 16px !important;
    line-height: 1.3 !important;
  }

  #api-platform .btn-spotlight-lime {
    font-size: 12.5px !important;
    padding: 9px 18px !important;
    line-height: 1.3 !important;
  }

  #api-platform .premium-cta-btn {
    font-size: 13px !important;
    padding: 8px 18px !important;
    line-height: 1.3 !important;
  }

  #api-platform .btn-submit-premium {
    font-size: 0.9rem !important;
    padding: 9px 18px !important;
    line-height: 1.3 !important;
  }

  /* Stagger Stats Cards */
  #api-platform .stagger-card {
    padding: 20px 20px !important;
  }

  #api-platform .stagger-number {
    font-size: 2.2rem !important;
    margin-bottom: 8px !important;
  }

  #api-platform .stagger-text {
    font-size: 0.9rem !important;
  }
}

/* ==========================================
   Redesigned Premium Header & Nav Styles
   ========================================== */
#api-platform .api-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

#api-platform .api-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  width: 100%;
}

#api-platform .api-logo img {
  width: 165px;
  height: auto;
  transition: transform 0.3s ease;
}

#api-platform .api-logo:hover img {
  transform: scale(1.02);
}

#api-platform .api-nav-links {
  display: flex;
  align-items: center;
  margin-left: 20px;
  gap: 15px;
}

#api-platform .api-nav-link {
  font-family: "RawsonBold", "Rawson", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #374151 !important;
  text-decoration: none;
  padding: 8px 10px;
  position: relative;
  transition: color 0.25s ease;
}

#api-platform .api-nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 10px;
  background-color: var(--brand-orange);
  transition: width 0.25s ease;
}

#api-platform .api-nav-link:hover {
  color: var(--brand-blue) !important;
}

#api-platform .api-nav-link:hover::after {
  width: calc(100% - 20px);
}

#api-platform .api-nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

#api-platform .api-login-link {
  font-family: "RawsonBold", "Rawson", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #374151 !important;
  text-decoration: none;
  transition: color 0.25s ease;
}

#api-platform .api-login-link:hover {
  color: var(--brand-orange) !important;
}

#api-platform .btn-partner-cta {
  background-color: var(--brand-orange);
  color: #ffffff !important;
  font-family: "RawsonBold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding: 12px 26px;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  box-shadow: 0 4px 14px rgba(243, 147, 36, 0.2);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#api-platform .btn-partner-cta:hover {
  background-color: #d17812;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(243, 147, 36, 0.35);
}

#api-platform .btn-partner-cta .arrow {
  transition: transform 0.25s ease;
  display: inline-block;
}

#api-platform .btn-partner-cta:hover .arrow {
  transform: translateX(4px);
}

#api-platform .mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 30px;
  color: var(--brand-blue);
  cursor: pointer;
  padding: 0;
  display: none;
  transition: color 0.25s ease;
}

#api-platform .mobile-menu-toggle:hover {
  color: var(--brand-orange);
}

/* Mobile Menu Drawer */
#api-platform .mobile-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#api-platform .mobile-menu-backdrop.show {
  opacity: 1;
  visibility: visible;
}

#api-platform .mobile-menu-drawer {
  position: fixed;
  top: 0;
  right: -320px;
  width: 320px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1050;
  box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  padding: 30px;
  transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#api-platform .mobile-menu-drawer.show {
  right: 0;
}

#api-platform .mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

#api-platform .mobile-menu-close {
  background: none;
  border: none;
  font-size: 32px;
  color: var(--brand-blue);
  cursor: pointer;
  padding: 0;
}

#api-platform .mobile-menu-close:hover {
  color: var(--brand-orange);
}

#api-platform .mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

#api-platform .mobile-menu-link {
  font-family: "RawsonBold", "Rawson", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #374151 !important;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: color 0.25s ease, padding-left 0.25s ease;
}

#api-platform .mobile-menu-link:hover {
  color: var(--brand-orange) !important;
  padding-left: 8px;
}

#api-platform .mobile-menu-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: auto;
}

#api-platform .mobile-login-link {
  font-family: "RawsonBold", "Rawson", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #374151 !important;
  text-decoration: none;
  text-align: center;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: all 0.25s ease;
}

#api-platform .mobile-login-link:hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: var(--brand-orange) !important;
  border-color: var(--brand-orange);
}

/* Responsiveness overrides */
@media (max-width: 991.98px) {
  #api-platform .api-nav-links {
    display: none !important;
  }
  #api-platform .api-login-link {
    display: none !important;
  }
  #api-platform .btn-partner-cta {
    display: none !important;
  }
  #api-platform .mobile-menu-toggle {
    display: block;
  }
}

/* ==========================================
   Redesigned Credibility & Extensions Section
   ========================================== */
#api-platform .eyebrow-text {
  font-family: "RawsonBold", "Rawson", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #8b9bb4;
  text-transform: uppercase;
}

#api-platform .credibility-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 24px;
  margin-bottom: 24px;
}

#api-platform .credibility-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#api-platform .testimonial-card {
  background: linear-gradient(135deg, #2D5A81 0%, #1c3c58 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(45, 90, 129, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#api-platform .gold-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #FFF8EB;
  color: #D97706;
  border: 1px solid #FDE68A;
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 12.5px;
  font-weight: 700;
  font-family: "RawsonBold", sans-serif;
  margin-bottom: 20px;
}

#api-platform .gold-badge i {
  font-size: 16px;
}

#api-platform .partners-section-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 30px 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  margin-bottom: 24px;
}

#api-platform .partners-title {
  font-family: "RawsonBold", "Rawson", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #94a3b8;
  margin-bottom: 15px;
}

#api-platform .partner-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

#api-platform .partner-box {
  flex: 1 1 calc(25% - 16px);
  min-width: 180px;
  height: 68px;
  border: 1px dashed #CBD5E1;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: #F8FAFC;
  transition: all 0.25s ease;
  font-family: "RawsonBold", "Rawson", sans-serif;
  font-size: 14px;
  color: #475569;
}

#api-platform .partner-box:hover {
  border-color: var(--brand-orange);
  background-color: #ffffff;
  box-shadow: 0 6px 15px rgba(243, 147, 36, 0.08);
  color: var(--brand-blue);
  transform: translateY(-1px);
}

#api-platform .partner-box img {
  height: 24px;
  width: auto;
  object-fit: contain;
  opacity: 0.95;
}

#api-platform .partner-box .flag-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

#api-platform .location-alert-bar {
  background-color: #F0F5FA;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 22px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
  width: 100%;
}

#api-platform .location-alert-text {
  font-family: "RawsonLight", sans-serif;
  font-size: 14.5px;
  line-height: 1.5;
  color: #334155;
  margin-bottom: 0;
}

#api-platform .location-alert-text strong {
  font-family: "RawsonBold", sans-serif;
  color: var(--brand-blue);
}

#api-platform .itnum-dots {
  display: inline-flex;
  gap: 5px;
  align-items: center;
  flex-shrink: 0;
}

#api-platform .itnum-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

#api-platform .itnum-dot.orange {
  background-color: #F39324;
}

#api-platform .itnum-dot.blue {
  background-color: #35A9E1;
}

@media (max-width: 991.98px) {
  #api-platform .credibility-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  #api-platform .partner-box {
    flex: 1 1 calc(50% - 16px);
  }
  #api-platform .credibility-card,
  #api-platform .testimonial-card {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  #api-platform .partner-box {
    flex: 1 1 100%;
  }
  #api-platform .location-alert-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px;
  }
  #api-platform .partners-section-card {
    padding: 25px 20px;
  }
}

/* TLD Pills Grid/List styles */
#api-platform .tld-pills-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

#api-platform .tld-pill {
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 50px;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: "RawsonBold", "Rawson", sans-serif;
  font-size: 14px;
  color: #334155 !important;
  text-decoration: none;
  cursor: default;
}

#api-platform .tld-pill:hover {
  border-color: var(--brand-orange);
  background-color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(243, 147, 36, 0.06);
}

#api-platform .tld-pill img {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  object-fit: cover;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
}

#api-platform .tld-pill span {
  font-weight: 700;
}

#api-platform .tld-pill .country-name {
  font-family: "RawsonLight", sans-serif;
  font-size: 11.5px;
  color: #64748B;
  font-weight: normal;
  margin-left: 2px;
}

/* Problem Cards (Frustrations/Pain points) */
#api-platform .problem-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 12px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

#api-platform .problem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 10px 25px rgba(239, 68, 68, 0.09) !important;
  border-color: rgba(239, 68, 68, 0.2) !important;
}

#api-platform .problem-card-icon-container {
  background-color: #FEF2F2; /* Very soft light red background */
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  border: 1px solid #FEE2E2;
  transition: all 0.3s ease;
}

#api-platform .problem-card:hover .problem-card-icon-container {
  background-color: #FEE2E2;
  transform: scale(1.05);
}

#api-platform .problem-card-icon-container i {
  font-size: 32px;
  color: #EF4444; /* Warning/Danger Red */
}

#api-platform .problem-card-title {
  font-family: "RawsonBold", "Rawson", sans-serif;
  color: #1E293B !important; /* Neutral dark charcoal instead of brand blue */
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

#api-platform .problem-card-text {
  font-family: "RawsonLight", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #64748B;
}

/* ==========================================
   Redesigned Split Pain-Points Section Layout
   ========================================== */
#api-platform .problems-split-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#api-platform .problem-illustration-wrapper {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
  text-align: center;
  transition: all 0.3s ease;
}

#api-platform .problem-illustration-wrapper:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 45px rgba(243, 147, 36, 0.04);
  border-color: rgba(243, 147, 36, 0.2);
}

#api-platform .problem-illustration-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

#api-platform .solution-illustration-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(45, 90, 129, 0.08);
  border: 1px solid #E2E8F0;
  transition: all 0.3s ease;
}

#api-platform .solution-illustration-img:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(45, 90, 129, 0.15);
  border-color: rgba(45, 90, 129, 0.2);
}

#api-platform .illustration-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #FFF7ED;
  border: 1px solid #FFEDD5;
  color: var(--brand-orange);
  font-family: "RawsonBold", sans-serif;
  font-size: 11px;
  padding: 5px 14px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 2px 8px rgba(243, 147, 36, 0.08);
}

#api-platform .frustrations-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#api-platform .frustration-item-card {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 18px;
  padding: 26px;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.01);
}

#api-platform .frustration-item-card:hover {
  border-color: rgba(243, 147, 36, 0.3);
  box-shadow: 0 10px 25px rgba(243, 147, 36, 0.08);
  transform: translateY(-6px);
}

#api-platform .frustration-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 10px;
}

#api-platform .frustration-title-area {
  display: flex;
  align-items: center;
  gap: 12px;
}

#api-platform .frustration-number {
  width: 30px;
  height: 30px;
  background-color: #FFF7ED;
  border: 1px solid #FFEDD5;
  border-radius: 50%;
  color: var(--brand-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "RawsonBold", sans-serif;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

#api-platform .frustration-item-card:hover .frustration-number {
  background-color: var(--brand-orange);
  border-color: var(--brand-orange);
  color: #FFFFFF;
}

#api-platform .frustration-card-title {
  font-family: "RawsonBold", "Rawson", sans-serif;
  color: #1E293B !important;
  font-size: 17px;
  margin: 0;
  font-weight: 700;
}

#api-platform .frustration-status-tag {
  background-color: #F8FAFC;
  border: 1px solid #E2E8F0;
  color: #64748B;
  font-family: "RawsonBold", sans-serif;
  font-size: 10px;
  padding: 4px 10px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
}

#api-platform .frustration-item-card.critical .frustration-status-tag {
  background-color: #FFF7ED;
  border-color: #FFEDD5;
  color: var(--brand-orange);
}

#api-platform .frustration-card-text {
  font-family: "RawsonLight", sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: #475569;
}

/* Sidebar Dashboard Widget Style */
#api-platform .frustration-summary-widget {
  background: #FFFBEB;
  border: 1px solid #FDE68A;
  border-radius: 18px;
  padding: 24px;
  margin-top: 30px;
  text-align: left;
}

#api-platform .frustration-summary-widget h4 {
  font-family: "RawsonBold", sans-serif;
  font-size: 15px;
  color: #92400E;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

#api-platform .frustration-summary-widget p {
  font-family: "RawsonLight", sans-serif;
  font-size: 13.5px;
  color: #B45309;
  line-height: 1.5;
  margin: 0;
}

#api-platform .frustration-stats-row {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(251, 191, 36, 0.3);
}

#api-platform .frustration-stat-box {
  flex: 1;
}

#api-platform .frustration-stat-num {
  font-family: "RawsonBold", sans-serif;
  font-size: 24px;
  color: #92400E;
  font-weight: 700;
  line-height: 1.1;
}

#api-platform .frustration-stat-lbl {
  font-family: "RawsonLight", sans-serif;
  font-size: 11px;
  color: #B45309;
  margin-top: 4px;
}

/* Custom Styles for the Interactive Problem Illustration */
#api-platform .registry-connection {
  cursor: pointer;
}
#api-platform .flow-line {
  transition: stroke-width 0.25s ease, stroke 0.25s ease, opacity 0.25s ease;
  opacity: 0.45;
}
#api-platform .registry-connection:hover .flow-line {
  stroke-width: 2.5px;
  opacity: 0.95;
}
#api-platform .registry-node rect {
  transition: stroke 0.25s ease, stroke-width 0.25s ease, fill 0.25s ease;
}
#api-platform .registry-connection:hover .registry-node rect {
  stroke: #ef4444; /* Red highlight on hover to signal friction */
  stroke-width: 1.5px;
  fill: #fffdfd;
}
#api-platform .registry-connection:hover .registry-node text {
  fill: #ef4444;
  transition: fill 0.25s ease;
}
#api-platform .flow-tag rect {
  transition: stroke 0.2s ease, stroke-width 0.2s ease;
}
#api-platform .flow-tag:hover rect {
  stroke: #f39324;
  stroke-width: 1.5px;
}
#api-platform .flow-tag:hover text {
  fill: #f39324;
  transition: fill 0.2s ease;
}
#api-platform .slow-dot {
  opacity: 0.85;
  animation: pulse-dot 2.5s infinite ease-in-out;
}
@keyframes pulse-dot {
  0% { opacity: 0.5; }
  50% { opacity: 1; }
  100% { opacity: 0.5; }
}

/* Responsive spacing overrides for mobile/tablet screens */
@media (max-width: 991.98px) {
  #api-platform .hero-section-adventure {
    padding-top: 60px !important;
    padding-bottom: 90px; /* Leaves clean breathing space above absolute marquee */
    min-height: auto;
  }
  
  #api-platform .stagger-stats-section {
    padding: 50px 0 60px 0;
  }
  
  #api-platform .comparison-section {
    padding: 50px 0;
  }
  
  #api-platform .api-spotlight-section {
    padding: 55px 0;
  }
}

/* Extra tight spacing for smaller mobile screens (max-width: 767.98px) */
@media (max-width: 767.98px) {
  #api-platform .hero-section-adventure {
    padding-top: 25px !important;
    padding-bottom: 80px !important; /* Clears absolute bottom marquee safely */
    min-height: auto !important;
  }
  
  #api-platform .stagger-stats-section {
    padding: 35px 0 45px 0 !important;
  }
  
  #api-platform .comparison-section {
    padding: 35px 0 !important;
  }
  
  #api-platform .api-spotlight-section {
    padding: 35px 0 !important;
  }
}

/* ==========================================
   Internationalization (FR/EN) support
   ========================================== */
#app.lang-fr .lang-en {
  display: none !important;
}
#app.lang-en .lang-fr {
  display: none !important;
}

/* Handle inline elements and spans */
#app.lang-fr span.lang-en,
#app.lang-fr inline.lang-en,
#app.lang-fr strong.lang-en,
#app.lang-fr small.lang-en,
#app.lang-fr b.lang-en,
#app.lang-fr a.lang-en {
  display: none !important;
}
#app.lang-en span.lang-fr,
#app.lang-en inline.lang-fr,
#app.lang-en strong.lang-fr,
#app.lang-en small.lang-fr,
#app.lang-en b.lang-fr,
#app.lang-en a.lang-fr {
  display: none !important;
}

/* SVG tags and elements */
#app.lang-fr g.lang-en,
#app.lang-fr text.lang-en {
  display: none !important;
}
#app.lang-en g.lang-fr,
#app.lang-en text.lang-fr {
  display: none !important;
}

/* Premium Language Switcher styling */
#api-platform .lang-switcher {
  display: inline-flex;
  background: #f1f5f9;
  padding: 3px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  gap: 2px;
  align-items: center;
  transition: all 0.3s ease;
  vertical-align: middle;
}

#api-platform .lang-switcher button {
  background: transparent;
  border: none;
  font-family: "RawsonBold", "Rawson", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
  padding: 4px 9px;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  line-height: 1;
}

#api-platform .lang-switcher button:hover {
  color: #1e293b;
}

#api-platform .lang-switcher button.active {
  background: #ffffff;
  color: var(--brand-blue, #2D5A81);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

/* Adjustments for mobile menu language switcher alignment */
#api-platform .mobile-menu-header .lang-switcher {
  margin-right: 15px;
}





