/* ===========================================
   GSC INNOV TECH - Red & Blue Corporate Theme
   =========================================== */

:root {
  /* === Brand Colors === */
  --primary-red: #D13923;
  --secondary-red: #A22F1F;
  --primary-blue: #1C5FA1;
  --black: #000000;
  --white: #FFFFFF;
  --light-red: #E75A44;
  --dark-red: #8C2619;
  --light-blue: #3A7BC0;
  --dark-blue: #154B7F;
  --light-gray: #F5F5F5;
  --gray: #D9D9D9;
  --dark-gray: #333333;

  /* === Aliases === */
  --primary: var(--primary-red);
  --accent: var(--primary-blue);
  --bg-dark: var(--black);
  --bg-light: var(--light-gray);
  --text-dark: var(--dark-gray);
  --text-light: #666666;
  --border: #e5e5e5;

  /* === Typography === */
  --font-display: 'Plus Jakarta Sans', 'Inter', sans-serif;
  --font-body: 'Inter', sans-serif;

  /* === Layout === */
  --container: 1280px;
  --radius-sm: 6px;
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;

  /* === Shadows === */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.15);
  --shadow-xl: 0 30px 70px rgba(0, 0, 0, 0.25);
  --shadow-red: 0 10px 30px rgba(209, 57, 35, 0.35);
  --shadow-blue: 0 10px 30px rgba(28, 95, 161, 0.35);

  /* === Transitions === */
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --transition: 0.3s var(--ease);
  --transition-slow: 0.6s var(--ease);

  /* === Gradients === */
  --gradient-red: linear-gradient(135deg, var(--primary-red) 0%, var(--secondary-red) 100%);
  --gradient-blue: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 100%);
  --gradient-mixed: linear-gradient(135deg, var(--primary-blue) 0%, var(--primary-red) 100%);
  --gradient-dark: linear-gradient(135deg, var(--black) 0%, var(--dark-gray) 100%);
  --gradient-hero: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 50%, var(--dark-blue) 100%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
  background: var(--white);
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s var(--ease);
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  color: var(--black);
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.5rem, 5.5vw, 4.5rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

h3 {
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

h4 {
  font-size: 1.25rem;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

/* ===== TOP BAR ===== */
.top-bar {
  background: var(--black);
  color: rgba(255, 255, 255, 0.85);
  padding: 10px 0;
  font-size: 0.85rem;
}

.top-bar-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.top-bar-info {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.top-bar-info a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.85);
  transition: color 0.3s;
}

.top-bar-info a:hover {
  color: var(--light-red);
}

.top-bar-info i {
  color: var(--primary-red);
}

.top-bar-social {
  display: flex;
  gap: 14px;
}

.top-bar-social a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  transition: color 0.3s;
}

.top-bar-social a:hover {
  color: var(--primary-red);
}

/* ===== NAVBAR ===== */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--white);
  border-bottom: 1px solid var(--border);
  transition: all 0.4s var(--ease);
  padding: 16px 0;
}

.navbar.scrolled {
  padding: 12px 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.nav-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* ===== LOGO (CUSTOMIZABLE) ===== */
.logo {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--black);
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.4rem;
}

/* >>> EMPLACEMENT LOGO IMAGE <<< */
/* Pour ajouter ton logo : remplace <div class="logo-mark">GSC</div>
   par <img src="assets/logo/logo.jpeg" alt="GSC Innov Tech"> dans tous les HTML */
.logo img {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.logo-mark {
  width: 54px;
  height: 54px;
  background: var(--gradient-red);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: white;
  font-size: 1rem;
  box-shadow: var(--shadow-red);
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
}

.logo-mark::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), transparent);
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-text .brand {
  font-size: 1.15rem;
  color: var(--black);
  font-weight: 800;
}

.logo-text .tag {
  font-size: 0.68rem;
  font-weight: 600;
  color: var(--primary-red);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 2px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-item {
  position: relative;
}

.nav-link {
  padding: 12px 18px;
  font-size: 0.94rem;
  font-weight: 600;
  color: var(--dark-gray);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-display);
}

.nav-link:hover,
.nav-link.active {
  color: var(--primary-red);
  background: rgba(209, 57, 35, 0.06);
}

.nav-link i.fa-chevron-down {
  font-size: 0.7rem;
  transition: transform 0.3s;
}

.nav-item:hover .nav-link i.fa-chevron-down {
  transform: rotate(180deg);
}

.dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 300px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 12px;
  box-shadow: var(--shadow-xl);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s var(--ease);
}

.nav-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 8px;
  color: var(--dark-gray);
  font-size: 0.9rem;
  font-weight: 500;
}

.dropdown a:hover {
  background: var(--light-gray);
  color: var(--primary-red);
  transform: translateX(4px);
}

.dropdown a i {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--gradient-red);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 0.95rem;
}

.dropdown a:nth-child(even) i {
  background: var(--gradient-blue);
}

.nav-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  background: var(--light-gray);
  border-radius: 8px;
  color: var(--black);
  font-size: 1.2rem;
}

/* ===== BUTTONS ===== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: var(--font-display);
  transition: all 0.3s var(--ease);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--gradient-red);
  color: white;
  box-shadow: var(--shadow-red);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(209, 57, 35, 0.5);
}

.btn-blue {
  background: var(--gradient-blue);
  color: white;
  box-shadow: var(--shadow-blue);
}

.btn-blue:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(28, 95, 161, 0.5);
}

.btn-outline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.btn-outline:hover {
  background: white;
  color: var(--black);
  border-color: white;
  transform: translateY(-3px);
}

.btn-outline-red {
  background: transparent;
  color: var(--primary-red);
  border: 2px solid var(--primary-red);
}

.btn-outline-red:hover {
  background: var(--primary-red);
  color: white;
  transform: translateY(-3px);
}

.btn-dark {
  background: var(--black);
  color: white;
}

.btn-dark:hover {
  background: var(--primary-red);
  transform: translateY(-3px);
}

.btn-lg {
  padding: 18px 36px;
  font-size: 1rem;
}

.btn .arrow {
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  margin-left: 4px;
  margin-right: -10px;
  transition: transform 0.3s;
}

.btn:hover .arrow {
  transform: rotate(-45deg);
}

/* ===== HERO ===== */
.hero {
  min-height: 92vh;
  background: var(--gradient-hero);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 100px 0 80px;
  color: white;
}

.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 25%, rgba(209, 57, 35, 0.3), transparent 50%),
    radial-gradient(circle at 85% 75%, rgba(28, 95, 161, 0.35), transparent 50%);
}

.hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
}

.hero-shape-1 {
  width: 450px;
  height: 450px;
  background: rgba(209, 57, 35, 0.4);
  top: -120px;
  left: -120px;
  animation: float 8s ease-in-out infinite;
}

.hero-shape-2 {
  width: 350px;
  height: 350px;
  background: rgba(28, 95, 161, 0.4);
  bottom: -100px;
  right: -100px;
  animation: float 10s ease-in-out infinite reverse;
}

.hero-container {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 8px 18px 8px 8px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-bottom: 28px;
  backdrop-filter: blur(10px);
  animation: slideDown 0.8s var(--ease);
}

.hero-badge .pill {
  background: var(--gradient-red);
  color: white;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 1px;
}

.hero h1 {
  color: white;
  margin-bottom: 28px;
  letter-spacing: -0.03em;
  animation: slideUp 0.8s var(--ease) 0.15s backwards;
}

.hero h1 .highlight {
  background: linear-gradient(135deg, var(--light-red), var(--light-blue));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
}

.hero-desc {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 36px;
  max-width: 560px;
  line-height: 1.7;
  animation: slideUp 0.8s var(--ease) 0.25s backwards;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 48px;
  animation: slideUp 0.8s var(--ease) 0.35s backwards;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  max-width: 540px;
  animation: slideUp 0.8s var(--ease) 0.45s backwards;
}

.hero-stat strong {
  display: block;
  font-family: var(--font-display);
  font-size: 2.2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--light-red), var(--light-blue));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
}

.hero-stat span {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

/* Hero Visual */
.hero-visual {
  position: relative;
  height: 560px;
  animation: fadeIn 1s ease 0.5s backwards;
}

.hero-image-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  width: 100%;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow-xl);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9) contrast(1.05);
}

.hero-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(209, 57, 35, 0.25), rgba(28, 95, 161, 0.35));
  mix-blend-mode: overlay;
}

.float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(20px);
  border-radius: 16px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--black);
  box-shadow: var(--shadow-xl);
  z-index: 3;
}

.float-card .ico {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.1rem;
}

.float-card strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
}

.float-card span {
  font-size: 0.78rem;
  color: var(--text-light);
}

.fc-1 {
  top: 40px;
  left: -20px;
  animation: float 5s ease-in-out infinite;
}

.fc-1 .ico {
  background: var(--gradient-red);
}

.fc-2 {
  bottom: 60px;
  right: -20px;
  animation: float 5s ease-in-out infinite 2.5s;
}

.fc-2 .ico {
  background: var(--gradient-blue);
}

.fc-3 {
  top: 50%;
  left: -40px;
  animation: float 6s ease-in-out infinite 1.5s;
}

.fc-3 .ico {
  background: linear-gradient(135deg, var(--primary-red), var(--primary-blue));
}

/* ===== SECTION HEADER ===== */
.section {
  padding: 100px 0;
  position: relative;
}

.section-dark {
  background: var(--black);
  color: white;
}

.section-light {
  background: var(--light-gray);
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
  position: relative;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-display);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--primary-red);
  margin-bottom: 18px;
}

.section-tag::before,
.section-tag::after {
  content: '';
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-red));
  display: inline-block;
}

.section-tag::after {
  background: linear-gradient(90deg, var(--primary-red), transparent);
}

.section-dark .section-tag {
  color: var(--light-red);
}

.section-dark .section-tag::before {
  background: linear-gradient(90deg, transparent, var(--light-red));
}

.section-dark .section-tag::after {
  background: linear-gradient(90deg, var(--light-red), transparent);
}

.section-header h2 {
  margin-bottom: 20px;
}

.section-dark .section-header h2 {
  color: white;
}

.section-header p {
  font-size: 1.1rem;
  color: var(--text-light);
  line-height: 1.7;
}

.section-dark .section-header p {
  color: rgba(255, 255, 255, 0.75);
}

/* ===== POLES CARDS WITH IMAGES ===== */
.poles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.pole-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s var(--ease);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
}

.pole-card:hover {
  transform: translateY(-12px);
  box-shadow: var(--shadow-xl);
  border-color: var(--primary-red);
}

.pole-img {
  height: 240px;
  position: relative;
  overflow: hidden;
}

.pole-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s var(--ease);
}

.pole-card:hover .pole-img img {
  transform: scale(1.1);
}

.pole-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.7));
  z-index: 2;
}

.pole-num {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--gradient-red);
  color: white;
  padding: 6px 14px;
  border-radius: 50px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 1px;
  z-index: 3;
  box-shadow: var(--shadow-red);
}

.pole-card:nth-child(2) .pole-num,
.pole-card:nth-child(4) .pole-num,
.pole-card:nth-child(6) .pole-num {
  background: var(--gradient-blue);
  box-shadow: var(--shadow-blue);
}

.pole-icon-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary-red);
  z-index: 3;
  box-shadow: var(--shadow);
}

.pole-card:nth-child(2) .pole-icon-badge,
.pole-card:nth-child(4) .pole-icon-badge,
.pole-card:nth-child(6) .pole-icon-badge {
  color: var(--primary-blue);
}

.pole-body {
  padding: 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.pole-body h3 {
  margin-bottom: 12px;
  font-size: 1.35rem;
}

.pole-body p {
  color: var(--text-light);
  margin-bottom: 20px;
  font-size: 0.95rem;
  line-height: 1.7;
  flex: 1;
}

.pole-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--font-display);
}

.pole-link .arr {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--black);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  transition: all 0.3s var(--ease);
}

.pole-link:hover {
  color: var(--primary-red);
}

.pole-link:hover .arr {
  background: var(--primary-red);
  transform: rotate(-45deg);
}

/* ===== ABOUT SPLIT ===== */
.split-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.split-img {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/4.4;
  box-shadow: var(--shadow-xl);
}

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

.split-img::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(209, 57, 35, 0.15), rgba(28, 95, 161, 0.25));
  z-index: 2;
}

.exp-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: white;
  border-radius: 16px;
  padding: 20px 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: var(--shadow-xl);
  z-index: 3;
}

.exp-num {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 800;
  background: var(--gradient-mixed);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.exp-text {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--black);
  line-height: 1.3;
  max-width: 100px;
}

.split-text .section-tag {
  margin-left: 0;
  text-align: left;
}

.split-text .section-tag::before {
  display: none;
}

.split-text h2 {
  margin-bottom: 24px;
}

.split-text>p {
  color: var(--text-light);
  margin-bottom: 20px;
  font-size: 1.02rem;
  line-height: 1.8;
}

.value-list {
  margin-top: 36px;
}

.value-item {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}

.value-item:last-child {
  border-bottom: none;
}

.value-ico {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--gradient-red);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-red);
}

.value-item:nth-child(2) .value-ico {
  background: var(--gradient-blue);
  box-shadow: var(--shadow-blue);
}

.value-item:nth-child(3) .value-ico {
  background: var(--gradient-red);
  box-shadow: var(--shadow-red);
}

.value-item:nth-child(4) .value-ico {
  background: var(--gradient-blue);
  box-shadow: var(--shadow-blue);
}

.value-item h4 {
  margin-bottom: 6px;
}

.value-item p {
  color: var(--text-light);
  font-size: 0.95rem;
}

/* ===== STATS BAND ===== */
.stats-band {
  background: var(--black);
  color: white;
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}

.stats-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 50%, rgba(209, 57, 35, 0.2), transparent 50%),
    radial-gradient(circle at 80% 50%, rgba(28, 95, 161, 0.2), transparent 50%);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  position: relative;
  z-index: 2;
}

.stat-block {
  text-align: center;
  padding: 36px 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s var(--ease);
  backdrop-filter: blur(10px);
}

.stat-block:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-6px);
  border-color: var(--primary-red);
}

.stat-block .num {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 800;
  background: linear-gradient(135deg, var(--light-red), var(--light-blue));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 8px;
}

.stat-block .lbl {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.92rem;
  font-weight: 500;
}

/* ===== PRESENCE MAP ===== */
.map-section {
  background: linear-gradient(135deg, #0a0a0a 0%, var(--dark-blue) 100%);
  color: white;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

.map-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 30% 30%, rgba(209, 57, 35, 0.15), transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(28, 95, 161, 0.2), transparent 50%);
}

.map-content {
  position: relative;
  z-index: 2;
}

.map-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 60px;
  gap: 40px;
  flex-wrap: wrap;
}

.map-header .lh {
  max-width: 600px;
}

.map-header .section-tag::before {
  display: none;
}

.map-header h2 {
  color: white;
  margin-bottom: 16px;
}

.map-header p {
  color: rgba(255, 255, 255, 0.7);
}

.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
}

.live-dot {
  width: 8px;
  height: 8px;
  background: #34d399;
  border-radius: 50%;
  animation: pulseGreen 1.5s ease-in-out infinite;
}

.map-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.country-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  padding: 24px;
  transition: all 0.3s var(--ease);
}

.country-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--primary-red);
  transform: translateY(-6px);
}

.country-card .flag {
  font-size: 2.5rem;
  margin-bottom: 14px;
  display: block;
}

.country-card h4 {
  color: white;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.country-card .city {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  margin-bottom: 10px;
}

.country-card .badge {
  display: inline-block;
  padding: 4px 10px;
  background: rgba(28, 95, 161, 0.25);
  color: var(--light-blue);
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.country-card.hq .badge {
  background: rgba(209, 57, 35, 0.25);
  color: var(--light-red);
}

/* ===== TESTIMONIALS ===== */
.testimonials-section {
  background: var(--light-gray);
  padding: 100px 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.testimonial-card {
  background: var(--white);
  border-radius: 22px;
  padding: 32px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  position: relative;
  transition: all 0.3s var(--ease);
}

.testimonial-card::before {
  content: '“';
  position: absolute;
  top: 20px;
  right: 24px;
  font-size: 3rem;
  color: rgba(209, 57, 35, 0.15);
  font-family: var(--font-display);
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow);
  border-color: var(--primary-red);
}

.testimonial-rating {
  color: #F5B942;
  letter-spacing: 3px;
  margin-bottom: 16px;
  font-size: 0.9rem;
}

.testimonial-card p {
  color: var(--text-light);
  margin-bottom: 22px;
  font-size: 0.97rem;
  line-height: 1.8;
}

.testimonial-author strong {
  display: block;
  color: var(--black);
  font-size: 1rem;
  margin-bottom: 4px;
}

.testimonial-author span {
  color: var(--text-light);
  font-size: 0.9rem;
}

/* ===== CTA ===== */
.cta-section {
  background: var(--gradient-hero);
  color: white;
  text-align: center;
  padding: 110px 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 30% 50%, rgba(209, 57, 35, 0.3), transparent 50%),
    radial-gradient(circle at 70% 50%, rgba(28, 95, 161, 0.3), transparent 50%);
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.cta-content .section-tag {
  color: var(--light-red);
  justify-content: center;
}

.cta-content h2 {
  color: white;
  margin-bottom: 20px;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
}

.cta-content p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
}

.cta-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===== FOOTER ===== */
.footer {
  background: #050505;
  color: rgba(255, 255, 255, 0.75);
  padding: 90px 0 0;
  position: relative;
}

.footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 50px;
  margin-bottom: 60px;
}

.footer-brand .logo {
  margin-bottom: 24px;
}

.footer-brand .logo-text .brand {
  color: white;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 28px;
  font-size: 0.95rem;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  gap: 10px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.footer-social a:hover {
  background: var(--primary-red);
  color: white;
  transform: translateY(-3px);
}

.footer h5 {
  color: white;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 14px;
}

.footer h5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--gradient-red);
}

.footer-links a {
  display: block;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
}

.footer-links a:hover {
  color: var(--light-red);
  transform: translateX(6px);
}

.footer-contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  font-size: 0.92rem;
}

.footer-contact-item i {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(209, 57, 35, 0.15);
  color: var(--light-red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-contact-item a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}

.footer-contact-item a:hover {
  color: var(--light-red);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
}

.footer-bottom-links {
  display: flex;
  gap: 24px;
}

.footer-bottom-links a:hover {
  color: var(--light-red);
}

/* ===== PAGE HEADER ===== */
.page-header {
  background: var(--gradient-hero);
  color: white;
  padding: 110px 0 110px;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 30%, rgba(209, 57, 35, 0.3), transparent 50%),
    radial-gradient(circle at 85% 70%, rgba(28, 95, 161, 0.3), transparent 50%);
}

.page-header::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

.page-header-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  font-size: 0.9rem;
  background: rgba(255, 255, 255, 0.05);
  padding: 8px 20px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.breadcrumb a {
  color: rgba(255, 255, 255, 0.7);
}

.breadcrumb a:hover {
  color: var(--light-red);
}

.breadcrumb i {
  font-size: 0.7rem;
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb .current {
  color: var(--light-red);
  font-weight: 600;
}

.page-header h1 {
  color: white;
  margin-bottom: 20px;
}

.page-header p {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 700px;
  margin: 0 auto;
}

/* ===== SERVICE PAGE - DETAIL HERO ===== */
.service-detail-hero {
  margin-top: -60px;
  position: relative;
  z-index: 5;
}

.service-hero-card {
  background: white;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow-xl);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
}

.service-hero-img {
  position: relative;
  min-height: 400px;
  overflow: hidden;
}

.service-hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-hero-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(209, 57, 35, 0.2), rgba(28, 95, 161, 0.3));
}

.service-hero-img .badge-num {
  position: absolute;
  top: 20px;
  left: 20px;
  background: var(--gradient-red);
  color: white;
  padding: 8px 16px;
  border-radius: 50px;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 0.85rem;
  letter-spacing: 1px;
  z-index: 2;
  box-shadow: var(--shadow-red);
}

.service-hero-body {
  padding: 50px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-hero-body h2 {
  margin-bottom: 20px;
  font-size: 2rem;
}

.service-hero-body p {
  color: var(--text-light);
  margin-bottom: 28px;
  line-height: 1.75;
}

/* ===== FEATURES LIST ===== */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.feature-item {
  display: flex;
  gap: 18px;
  padding: 28px;
  background: var(--white);
  border-radius: 16px;
  border: 1px solid var(--border);
  transition: all 0.3s var(--ease);
}

.feature-item:hover {
  transform: translateY(-4px);
  border-color: var(--primary-red);
  box-shadow: var(--shadow);
}

.feature-ico {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--gradient-red);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-red);
}

.feature-item:nth-child(2n) .feature-ico {
  background: var(--gradient-blue);
  box-shadow: var(--shadow-blue);
}

.feature-item h4 {
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.feature-item p {
  color: var(--text-light);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* ===== OTHER POLES ===== */
.other-poles {
  background: var(--light-gray);
  padding: 100px 0;
}

.other-poles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mini-pole {
  background: white;
  border-radius: 16px;
  padding: 28px;
  transition: all 0.3s var(--ease);
  border: 1px solid var(--border);
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

.mini-pole:hover {
  transform: translateY(-6px);
  border-color: var(--primary-red);
  box-shadow: var(--shadow);
}

.mini-pole .mp-ico {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--gradient-red);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-red);
}

.mini-pole:nth-child(2n) .mp-ico {
  background: var(--gradient-blue);
  box-shadow: var(--shadow-blue);
}

.mini-pole h4 {
  margin-bottom: 8px;
  font-size: 1.1rem;
}

.mini-pole p {
  color: var(--text-light);
  font-size: 0.88rem;
  margin-bottom: 12px;
  line-height: 1.6;
}

.mini-pole .more-link {
  color: var(--primary-red);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ===== CONTACT ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  align-items: start;
}

.contact-info-card {
  background: var(--gradient-hero);
  color: white;
  border-radius: 24px;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  background: var(--gradient-red);
  border-radius: 50%;
  opacity: 0.35;
  filter: blur(60px);
}

.contact-info-card::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: -60px;
  width: 200px;
  height: 200px;
  background: var(--gradient-blue);
  border-radius: 50%;
  opacity: 0.35;
  filter: blur(60px);
}

.contact-info-card h3 {
  color: white;
  margin-bottom: 14px;
  position: relative;
}

.contact-info-card>p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 36px;
  position: relative;
}

.contact-info-list {
  position: relative;
}

.contact-info-list li {
  display: flex;
  gap: 18px;
  margin-bottom: 28px;
}

.contact-info-list li i {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--light-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-info-list strong {
  display: block;
  color: white;
  margin-bottom: 4px;
  font-size: 0.95rem;
}

.contact-info-list span,
.contact-info-list a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  word-break: break-word;
  transition: color 0.3s;
}

.contact-info-list a:hover {
  color: var(--light-red);
}

.contact-form-card {
  background: white;
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 50px 44px;
  box-shadow: var(--shadow);
}

.contact-form-card h3 {
  margin-bottom: 8px;
}

.contact-form-card>p {
  color: var(--text-light);
  margin-bottom: 36px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group {
  margin-bottom: 22px;
}

.form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--black);
  font-family: var(--font-display);
}

.form-control {
  width: 100%;
  padding: 16px 20px;
  border: 2px solid var(--border);
  border-radius: 12px;
  font-family: inherit;
  font-size: 0.95rem;
  background: var(--light-gray);
  color: var(--text-dark);
  transition: all 0.3s var(--ease);
}

.form-control:focus {
  outline: none;
  border-color: var(--primary-red);
  background: white;
  box-shadow: 0 0 0 4px rgba(209, 57, 35, 0.1);
}

textarea.form-control {
  resize: vertical;
  min-height: 150px;
}

/* ===== TEAM ===== */
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

.team-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s var(--ease);
  border: 1px solid var(--border);
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}

.team-img {
  aspect-ratio: 1;
  background: var(--gradient-red);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 3.5rem;
  position: relative;
  overflow: hidden;
}

.team-card:nth-child(2) .team-img {
  background: var(--gradient-blue);
}

.team-card:nth-child(3) .team-img {
  background: var(--gradient-mixed);
}

.team-card:nth-child(4) .team-img {
  background: linear-gradient(135deg, var(--dark-red), var(--dark-blue));
}

.team-info {
  padding: 24px;
  text-align: center;
}

.team-info h4 {
  margin-bottom: 4px;
  font-size: 1.1rem;
}

.team-info .role {
  color: var(--primary-red);
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.team-info p {
  color: var(--text-light);
  font-size: 0.88rem;
  margin-bottom: 18px;
}

.team-social {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.team-social a {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--light-gray);
  color: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.team-social a:hover {
  background: var(--primary-red);
  color: white;
}

/* ===== WHATSAPP FLOAT ===== */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
  z-index: 999;
  animation: pulseGreen 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* ===== ANIMATIONS ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes pulseGreen {

  0%,
  100% {
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.5);
  }

  50% {
    box-shadow: 0 10px 50px rgba(37, 211, 102, 0.8);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

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

.reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
}

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

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-container,
  .split-content,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

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

  .service-hero-img {
    min-height: 280px;
  }

  .poles-grid,
  .other-poles-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-grid,
  .map-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

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

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

  .hero-visual {
    height: 400px;
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 28px;
  }

  .menu-toggle {
    display: flex;
  }

  .nav-cta .btn {
    display: none;
  }

  .top-bar-info {
    gap: 14px;
    font-size: 0.78rem;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: white;
    flex-direction: column;
    align-items: stretch;
    padding: 80px 24px 24px;
    gap: 0;
    transition: right 0.4s var(--ease);
    overflow-y: auto;
    box-shadow: var(--shadow-xl);
  }

  .nav-menu.active {
    right: 0;
  }

  .nav-menu .nav-link {
    width: 100%;
    padding: 14px 18px;
    border-radius: 10px;
  }

  .dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    background: var(--light-gray);
    border: none;
    margin-top: 8px;
    box-shadow: none;
  }

  .section {
    padding: 60px 0;
  }

  .hero {
    padding: 80px 0 50px;
    min-height: auto;
  }

  h1 {
    font-size: 2.2rem;
  }

  .poles-grid,
  .other-poles-grid,
  .stats-grid,
  .map-grid,
  .footer-top,
  .team-grid {
    grid-template-columns: 1fr;
  }

  .map-header {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .contact-form-card,
  .contact-info-card {
    padding: 32px 24px;
  }

  .service-hero-body {
    padding: 32px 24px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 16px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
  }

  .hero-actions .btn,
  .cta-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .exp-badge {
    bottom: 20px;
    right: 20px;
    padding: 14px 18px;
  }

  .top-bar-container {
    justify-content: center;
  }

  .top-bar-social {
    display: none;
  }
}