/*
Theme Name: Euro Global Theme
Theme URI: https://euroglobalhibe.com
Author: Yapay Zeka Asistanı
Author URI: https://euroglobalhibe.com
Description: Euro Global Hibe projesi için özel kodlanmış, inanılmaz hızlı ve modern WordPress teması.
Version: 1.0
Text Domain: euroglobal
*/

/* Reset & Base Styles */
:root {
  --primary: #0a2558;
  --secondary: #d4af37;
  --text-color: #333333;
  --bg-color: #fcfcfc;
  --font-main: 'Inter', 'Segoe UI', sans-serif;
}

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

body {
  font-family: var(--font-main);
  color: var(--text-color);
  background-color: var(--bg-color);
  line-height: 1.6;
}

a {
  text-decoration: none;
  color: var(--primary);
  transition: color 0.3s ease;
}
a:hover {
  color: var(--secondary);
}

/* Header */
.site-header {
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(10, 37, 88, 0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-branding .site-title a {
  color: var(--primary);
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.main-navigation ul {
  list-style: none;
  display: flex;
  gap: 30px;
}

.main-navigation a {
  color: var(--primary);
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.main-navigation a:hover {
  color: var(--secondary);
}

/* Main Content Container */
.site-content {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  min-height: 60vh;
}

/* Headings */
h1, h2, h3 {
  color: var(--primary);
  margin-bottom: 20px;
  font-weight: 700;
}

/* Page Header */
.page-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid rgba(10, 37, 88, 0.1);
}
.page-header h1 {
  font-size: 2.5rem;
  color: var(--primary);
}

/* Custom Hero Section */
.custom-hero-section {
  background: linear-gradient(135deg, var(--primary), #1a3c75);
  color: #fff;
  text-align: center;
  padding: 80px 20px 40px 20px;
  margin-bottom: 50px;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 10px 30px rgba(10, 37, 88, 0.15);
}

.hero-content h2 {
  color: var(--secondary);
  font-size: 3.5rem;
  margin-bottom: 20px;
  font-weight: 800;
  letter-spacing: -1px;
}

.hero-content p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 50px auto;
  opacity: 0.9;
}

/* Infinite Logo Marquee */
.hero-logos-container {
  background: #fff;
  padding: 40px 0;
  margin: 0 -20px -40px -20px;
  position: relative;
  overflow: hidden;
  border-top: 4px solid var(--secondary);
  border-radius: 0 0 20px 20px;
}

.logo-track {
  display: flex;
  width: calc(300px * 16);
  animation: scrollLogos 20s linear infinite;
  align-items: center;
}

.logo-track img {
  width: 300px;
  height: 110px;
  object-fit: contain;
  padding: 0 50px;
  transition: transform 0.4s ease;
}

.logo-track img:hover {
  transform: scale(1.05);
}

@keyframes scrollLogos {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-300px * 4)); }
}

/* Footer */
.site-footer {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  margin-top: 50px;
  border-top: 4px solid var(--secondary);
}

.site-footer a {
  color: var(--secondary);
}

/* Responsive */
@media (max-width: 768px) {
  .header-container {
    flex-direction: column;
    gap: 15px;
  }
  .main-navigation ul {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}


.logo-track img:nth-child(4n) {
  transform: scale(1.4);
}
.logo-track img:nth-child(4n):hover {
  transform: scale(1.5);
}/* --- BIZ KIMIZ (ABOUT US) --- */
.about-section {
  padding: 80px 20px;
  background-color: #f8f9fa;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.section-title {
  font-size: 36px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 20px;
  position: relative;
}
.section-title span {
  color: var(--secondary);
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--secondary);
  margin-top: 15px;
  border-radius: 2px;
}
.text-center.section-title::after {
  margin: 15px auto 0 auto;
}
.about-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.4;
}
.about-text p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.7;
}
.about-image .image-frame {
  height: 400px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary) 0%, #1a3668 100%);
  position: relative;
  box-shadow: 0 20px 40px rgba(11, 32, 70, 0.2);
  overflow: hidden;
}
.about-image .frame-overlay {
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="40" stroke="rgba(242,169,0,0.1)" stroke-width="2" fill="none"/></svg>');
  background-size: 100px;
  opacity: 0.5;
}

/* --- HIZMETLERIMIZ (SERVICES) --- */
.services-section {
  padding: 80px 20px;
  background-color: #ffffff;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
.service-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  text-align: center;
  transition: all 0.4s ease;
  border-bottom: 4px solid transparent;
  position: relative;
  overflow: hidden;
}
.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(11, 32, 70, 0.15);
  border-bottom: 4px solid var(--secondary);
}
.service-icon {
  font-size: 50px;
  color: var(--secondary);
  margin-bottom: 20px;
  transition: transform 0.4s ease;
}
.service-card:hover .service-icon {
  transform: scale(1.2);
}
.service-card h3 {
  font-size: 22px;
  color: var(--primary);
  margin-bottom: 15px;
  font-weight: 700;
}
.service-card p {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
}

/* --- NEDEN BIZ? (WHY US) --- */
.why-us-section {
  padding: 80px 20px;
  background: linear-gradient(135deg, #0B2046 0%, #061126 100%);
  color: white;
}
.why-us-header {
  max-width: 800px;
  margin: 0 auto 50px auto;
}
.why-us-header .section-title {
  color: white;
}
.why-us-desc {
  font-size: 18px;
  color: #d1d8e0;
  line-height: 1.6;
}
.why-us-desc strong {
  color: var(--secondary);
}
.why-us-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.why-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 30px;
  border-radius: 15px;
  transition: transform 0.3s ease, background 0.3s ease;
}
.why-card:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}
.why-icon {
  font-size: 40px;
  margin-bottom: 20px;
}
.why-card h4 {
  font-size: 20px;
  color: var(--secondary);
  margin-bottom: 15px;
}
.why-card p {
  color: #e0e6ed;
  font-size: 15px;
  line-height: 1.6;
}

/* --- ILETISIM & FOOTER --- */
.site-footer {
  background-color: #040d1c !important;
  color: white;
  padding: 60px 20px 20px 20px !important;
  font-size: 15px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.footer-logo {
  font-size: 28px;
  color: var(--secondary);
  font-weight: 800;
  margin-bottom: 15px;
}
.footer-about p {
  color: #a0aab5;
}
.footer-contact h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
}
.footer-contact p {
  margin-bottom: 12px;
  color: #a0aab5;
}
.footer-contact a {
  color: var(--secondary);
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s;
}
.footer-contact a:hover {
  color: white;
}
.footer-bottom {
  text-align: center;
  color: #6c7a89;
  font-size: 14px;
}

/* --- WHATSAPP FLOAT --- */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, box-shadow 0.3s;
  animation: pulse-whatsapp 2s infinite;
}
.whatsapp-float img {
  width: 35px;
  height: 35px;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
  animation: none;
}
@keyframes pulse-whatsapp {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 768px) {
  .about-grid, .footer-grid {
    grid-template-columns: 1fr;
  }
  .about-image .image-frame {
    height: 300px;
  }
  .section-title {
    font-size: 28px;
  }
}


/* Footer and Social Links */
.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact-list li {
  margin-bottom: 12px;
  color: #a0aab5;
}
.footer-contact-list a {
  color: #a0aab5;
  text-decoration: none;
  transition: 0.3s;
}
.footer-contact-list a:hover {
  color: var(--secondary);
}
.social-links {
  margin-top: 25px;
  display: flex;
  gap: 15px;
}
.social-icon {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: white;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.social-icon:hover {
  background: var(--secondary);
  color: var(--primary);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(255, 204, 0, 0.3);
}








/* Social SVGs */
.social-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.social-svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}


/* --- MOBILE MENU AND OPTIMIZATIONS --- */
.mobile-menu-toggle {
  display: none;
}

@media (max-width: 768px) {
  /* Fix header spacing */
  .header-container {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center;
  }
  
  /* Mobile Menu Toggle (Hamburger) */
  .mobile-menu-toggle {
    display: flex !important;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
  }
  .mobile-menu-toggle span {
    width: 100%;
    height: 3px;
    background-color: var(--primary);
    border-radius: 10px;
    transition: all 0.3s linear;
    transform-origin: 1px;
  }
  .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
  }

  /* Main Navigation Drawer */
  .main-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    transform: translateY(-150%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    z-index: 999;
    border-top: 1px solid #eee;
  }
  .main-navigation.nav-active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .main-navigation ul {
    flex-direction: column !important;
    padding: 20px 0 !important;
    margin: 0 !important;
    align-items: stretch !important;
  }
  .main-navigation ul li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
  }
  .main-navigation ul li:last-child {
    border-bottom: none;
  }
  .main-navigation ul li a {
    display: block;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
  }

  /* Reduce Paddings to avoid empty space */
  .hero-section {
    padding: 40px 20px 20px 20px !important;
    min-height: auto;
  }
  .about-section, .services-section, .why-us-section {
    padding: 40px 20px !important;
  }
  .about-grid {
    gap: 30px !important;
  }
  .footer-container {
    padding: 40px 20px 20px 20px !important;
  }
  .section-title {
    margin-bottom: 10px !important;
  }
}


/* Global Overflow Fixes for Mobile */
html, body {
  overflow-x: hidden;
  width: 100%;
}
@media (max-width: 768px) {
  .social-links {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-contact-list li {
    word-break: break-word;
  }
  .footer-container {
    text-align: center;
  }
  .footer-grid {
    gap: 30px !important;
  }
}


/* --- TOP MENU MODERNIZATION & MOBILE BANNER FIX --- */
.header-container { align-items: center !important; }

@media (min-width: 769px) {
  .main-navigation ul { display: flex; gap: 15px; align-items: center; }
  .main-navigation ul li a {
    display: inline-block; padding: 10px 24px !important; border-radius: 8px;
    background-color: transparent; color: var(--primary); font-weight: 700;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); border: 1px solid transparent;
    text-transform: uppercase;
  }
  .main-navigation ul li a:hover {
    background-color: var(--primary); color: #ffffff !important;
    transform: translateY(-3px); box-shadow: 0 6px 15px rgba(10, 37, 88, 0.15);
    border-color: var(--primary);
  }
}

@media (max-width: 768px) {
  .hero-title, .hero-section h2, .rotating-text { font-size: 24px !important; line-height: 1.3 !important; }
  .hero-subtitle, .hero-section p { font-size: 14px !important; margin-top: 15px !important; }
  .header-container { flex-direction: column; gap: 15px; }
  .main-navigation ul { flex-wrap: wrap; justify-content: center; gap: 10px; }
  .main-navigation a {
    color: var(--text-color); font-weight: 600; font-size: 14px; text-transform: uppercase;
  }
}

/* --- ALIGNMENT FIXES & LOGO --- */
.site-branding .site-title a {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
}
.site-branding .logo-text, .site-branding span {
  font-size: 28px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.5px;
  line-height: 1 !important;
  margin-top: 2px; /* Visual vertical center fix */
}
.header-container {
  align-items: center !important;
}
.main-navigation ul {
  align-items: center !important;
}
.main-navigation ul li a {
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
}

/* --- BRUTAL ALIGNMENT FIX --- */
.header-container {
  display: flex !important;
  align-items: center !important;
}
.site-branding, .site-title, .site-title a {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: auto !important;
}
.main-navigation, .main-navigation div, .main-navigation ul {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: auto !important;
}
.main-navigation ul li {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
}
.main-navigation ul li a {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
}
@media (min-width: 769px) {
  .main-navigation {
    transform: translateY(-2px); /* Slight visual bump up */
  }
}

/* --- FONT RENDERING FIX (WINDOWS) --- */
body, p, span, a, h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: subpixel-antialiased !important;
  text-rendering: optimizeLegibility !important;
}
p {
  font-weight: 500 !important; /* Make thin paragraphs slightly thicker */
}

/* --- MOBILE HERO TITLE SIZE REDUCTION --- */
@media (max-width: 768px) {
  .hero-title, .hero-section h2 { 
    font-size: 20px !important; 
    line-height: 1.3 !important; 
    padding: 0 10px !important;
  }
  .hero-subtitle, .hero-section p { 
    font-size: 13px !important; 
    margin-top: 10px !important; 
  }
}
@media (max-width: 480px) {
  .hero-title, .hero-section h2 { 
    font-size: 18px !important; 
  }
  .hero-subtitle, .hero-section p { 
    font-size: 12px !important; 
  }
}

/* --- COOKIE & KVKK STYLES --- */
.cookie-consent-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(11, 32, 70, 0.95);
  color: white;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  font-size: 14px;
  box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
  backdrop-filter: blur(10px);
}
.cookie-consent-bar span {
  flex: 1;
  margin-right: 20px;
}
.cookie-btn {
  background: var(--secondary);
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
}
.cookie-btn:hover {
  background: white;
  color: var(--secondary);
}
@media (max-width: 768px) {
  .cookie-consent-bar {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 20px;
  }
  .cookie-consent-bar span {
    margin-right: 0;
  }
  .cookie-btn {
    width: 100%;
  }
}
.kvkk-group input[type="checkbox"] {
  cursor: pointer;
  transform: scale(1.2);
}

/* --- CUSTOM WHATSAPP FLOAT --- */
.whatsapp-float-custom {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px; /* Above the cookie bar */
  right: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(37, 211, 102, 0.4);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s, box-shadow 0.3s;
}
.whatsapp-float-custom img {
  width: 35px;
  height: 35px;
}
.whatsapp-float-custom:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}
@media (max-width: 768px) {
  .whatsapp-float-custom {
    bottom: 110px; /* Even higher on mobile due to larger cookie bar */
  }
}


/* Fullscreen Search Overlay */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 51, 153, 0.98);
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.search-overlay.active {
    opacity: 1;
    visibility: visible;
}
.close-search {
    position: absolute;
    top: 40px;
    right: 50px;
    background: none;
    border: none;
    color: #fff;
    font-size: 60px;
    cursor: pointer;
    line-height: 1;
    transition: transform 0.2s;
}
.close-search:hover {
    transform: scale(1.1);
}
.search-overlay-content {
    width: 90%;
    max-width: 800px;
}
.fullscreen-search-form {
    display: flex;
    align-items: center;
    border-bottom: 3px solid #fff;
    padding-bottom: 15px;
}
.fullscreen-search-form .search-input {
    flex: 1;
    background: none;
    border: none;
    color: #fff;
    font-size: 36px;
    outline: none;
}
.fullscreen-search-form .search-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.fullscreen-search-form .search-submit {
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: transform 0.2s;
}
.fullscreen-search-form .search-submit:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .fullscreen-search-form .search-input {
        font-size: 24px;
    }
    .close-search {
        top: 20px;
        right: 20px;
        font-size: 40px;
    }
}


/* --- WHY US SECTION REDESIGN --- */
.why-us-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: center;
}

.why-us-content {
    flex: 1;
}

.why-us-content h2 {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
}

.why-us-content h2 span {
    color: var(--secondary, #FFD700);
}

.why-us-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    margin-bottom: 30px;
}

.features-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.features-list li {
    font-size: 1.2rem;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    gap: 15px;
}

.features-list li:last-child {
    border-bottom: none;
}

.features-list li i {
    color: var(--secondary, #FFD700);
    font-size: 24px;
    background: rgba(255, 215, 0, 0.1);
    border-radius: 50%;
    padding: 5px;
}

.why-us-stats {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.stat-box {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1 / 1;
}



.stat-box:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.08);
}

.stat-box h3 {
    font-size: 3.5rem;
    color: var(--secondary, #FFD700);
    margin: 0 0 10px 0;
    font-weight: 800;
    line-height: 1;
}

.stat-box p {
    font-size: 1.1rem;
    color: #fff;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

/* --- CALL TO ACTION (CTA) SECTION --- */
.cta-section {
    background: linear-gradient(135deg, var(--secondary, #FFD700) 0%, #f39c12 100%);
    padding: 100px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-top: 5px solid var(--primary);
}

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

.cta-container h2 {
    font-size: 3.5rem;
    color: var(--primary, #003399);
    margin-bottom: 20px;
    font-weight: 900;
    letter-spacing: -1px;
}

.cta-container p {
    font-size: 1.4rem;
    color: var(--primary, #003399);
    opacity: 0.9;
    margin-bottom: 40px;
    font-weight: 500;
}

.cta-button {
    display: inline-block;
    background: var(--primary, #003399);
    color: #fff;
    padding: 20px 50px;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 51, 153, 0.3);
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(0, 51, 153, 0.5);
    color: #fff;
}

/* Mobile Responsiveness */
@media (max-width: 992px) {
    .why-us-container {
        flex-direction: column;
        gap: 40px;
    }
    .why-us-content h2 {
        font-size: 2.2rem;
    }
    .why-us-stats {
        width: 100%;
    }
    .cta-container h2 {
        font-size: 2.5rem;
    }
}
@media (max-width: 576px) {
    .stat-box {
        padding: 25px 15px;
    }
    .stat-box h3 {
        font-size: 2.5rem;
    }
    .cta-button {
        padding: 15px 30px;
        font-size: 1.1rem;
    }
}


/* --- Cookie Banner Reject Button --- */
.cookie-buttons {
    display: flex;
    gap: 10px;
}
.cookie-reject-btn {
    background: transparent;
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.cookie-reject-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}
@media (max-width: 576px) {
    .cookie-buttons {
        width: 100%;
        flex-direction: row;
    }
}
