/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-white: #ffffff;
  --white-soft: #f8f9fa;
  --white-light: rgba(255, 255, 255, 0.95);
  --white-medium: rgba(255, 255, 255, 0.8);
  --white-fade: rgba(255, 255, 255, 0.6);

  --navy-blue: #1e3a5f;
  --navy-dark: #0f2647;
  --navy-light: #2d4a6f;
  --navy-fade: rgba(30, 58, 95, 0.1);

  --gold-yellow: #d4a574;
  --gold-bronze: #b8936a;
  --gold-light: #e5b88a;
  --gold-fade: rgba(212, 165, 116, 0.1);

  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.15);
}

body {
  font-family: "Vazirmatn", -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.7;
  color: var(--navy-dark);
  overflow-x: hidden;
  background: var(--primary-white);
  min-height: 100vh;
  font-size: 1.05rem;
  direction: rtl;
  text-align: right;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Navigation - Minimal Modern */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: var(--primary-white);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 1000;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(30, 58, 95, 0.1);
  box-shadow: var(--shadow-sm);
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
  position: relative;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.nav-logo-img {
  width: 250px;
  height: 90px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

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

.nav-logo h2 {
  color: var(--navy-dark);
  font-size: 1.9rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  background: linear-gradient(
    135deg,
    var(--navy-dark) 0%,
    var(--gold-bronze) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.nav-logo h2::after {
  content: "HOLDING";
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  color: var(--gold-bronze);
  -webkit-text-fill-color: var(--gold-bronze);
  margin-top: -5px;
}

.nav-menu {
  display: flex;
  list-style: none;
  gap: 2.5rem;
}

.nav-link {
  color: var(--navy-dark);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  padding: 8px 0;
  font-size: 0.95rem;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background: var(--gold-bronze);
  transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
}

.nav-link:hover,
.nav-link.active {
  color: var(--navy-dark);
  font-weight: 600;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.bar {
  width: 25px;
  height: 2.5px;
  background: var(--navy-dark);
  transition: 0.3s;
  border-radius: 2px;
}

.hamburger.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

/* Language Switcher */
.language-switcher {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-left: 2rem;
}

.lang-btn {
  padding: 6px 12px;
  background: transparent;
  border: 1px solid var(--navy-fade);
  border-radius: 6px;
  color: var(--navy-dark);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: inherit;
}

.lang-btn:hover,
.lang-btn.active {
  background: var(--navy-dark);
  color: var(--primary-white);
  border-color: var(--navy-dark);
}

/* Hero Section - Minimal Modern */
.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: right;
  color: var(--navy-dark);
  overflow: hidden;
  background: linear-gradient(
    135deg,
    var(--primary-white) 0%,
    var(--white-soft) 100%
  );
  padding-top: 85px;
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 900"><defs><linearGradient id="softGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%231e3a5f;stop-opacity:0.04" /><stop offset="100%" style="stop-color:%23d4a574;stop-opacity:0.03" /></linearGradient><pattern id="minimalDots" x="0" y="0" width="120" height="120" patternUnits="userSpaceOnUse"><circle cx="60" cy="60" r="1.5" fill="%231e3a5f" opacity="0.06"/></pattern></defs><rect width="100%" height="100%" fill="url(%23softGrad)"/><rect width="100%" height="100%" fill="url(%23minimalDots)"/></svg>');
  background-size: cover;
  background-position: center;
  opacity: 1;
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  top: -30%;
  right: -15%;
  width: 800px;
  height: 800px;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(212, 165, 116, 0.05) 0%,
    transparent 65%
  );
  border-radius: 50%;
  z-index: 0;
  animation: heroFloat 35s ease-in-out infinite;
  filter: blur(100px);
  opacity: 0.6;
}

@keyframes heroFloat {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-25px, -25px) scale(1.08);
    opacity: 0.5;
  }
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-white);
  z-index: -1;
  overflow: hidden;
}

.hero-background::before,
.hero-background::after {
  display: none;
}

.hero-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(135deg, var(--navy-fade) 0%, transparent 100%);
  z-index: 0;
  opacity: 0.2;
}

.hero-overlay::before {
  display: none;
}

.hero-content {
  max-width: 1300px;
  padding: 80px 30px;
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-text {
  width: 100%;
}

.hero-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.hero-logo-container {
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-soft);
  border: 2px solid rgba(30, 58, 95, 0.1);
  border-radius: 24px;
  padding: 3rem;
  box-shadow: var(--shadow-md);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.hero-logo-container::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    135deg,
    var(--gold-fade) 0%,
    transparent 50%,
    var(--navy-fade) 100%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hero-logo-container:hover::before {
  opacity: 1;
}

.hero-logo-container:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--gold-bronze);
}

.hero-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}

.hero-logo-container:hover .hero-logo {
  transform: scale(1.05);
}

.hero-logo-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: var(--navy-dark);
}

.hero-logo-placeholder i {
  font-size: 5rem;
  margin-bottom: 1rem;
  color: var(--gold-bronze);
  opacity: 0.7;
}

.hero-logo-placeholder span {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--navy-dark);
  letter-spacing: 0.1em;
}

.hero-title {
  font-size: 4.5rem;
  font-weight: 900;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  letter-spacing: -0.03em;
  position: relative;
}

.title-line {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}

.title-logo {
  width: 600px;
  height: auto;
  max-height: 250px;
  object-fit: contain;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 12px rgba(30, 58, 95, 0.15));
  transition: transform 0.3s ease;
  animation: logoFloat 6s ease-in-out infinite;
}

.title-logo:hover {
  transform: scale(1.1);
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.title-subtitle {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--gold-bronze);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-top: 1rem;
  padding: 0.5rem 1.2rem;
  background: var(--gold-fade);
  border-right: 3px solid var(--gold-bronze);
  border-radius: 4px;
}

.hero-description {
  font-size: 1.25rem;
  margin-bottom: 3rem;
  color: var(--navy-light);
  line-height: 1.9;
  max-width: 100%;
  font-weight: 400;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  max-width: 100%;
}

.stat-item {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--primary-white);
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.stat-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-bronze);
}

.stat-number {
  font-size: 3rem;
  font-weight: 800;
  color: var(--navy-dark);
  display: block;
  margin-bottom: 0.5rem;
  background: linear-gradient(
    135deg,
    var(--navy-dark) 0%,
    var(--gold-bronze) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stat-label {
  font-size: 1rem;
  font-weight: 500;
  color: var(--navy-light);
}

.hero-buttons {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 2rem;
}

.btn {
  padding: 16px 36px;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.02em;
}

.btn-primary {
  background: linear-gradient(
    135deg,
    var(--navy-dark) 0%,
    var(--navy-blue) 100%
  );
  color: var(--primary-white);
  box-shadow: var(--shadow-md);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.btn-secondary {
  background: var(--primary-white);
  color: var(--navy-dark);
  border: 2px solid var(--navy-dark);
}

.btn-secondary:hover {
  background: var(--navy-dark);
  color: var(--primary-white);
  transform: translateY(-3px);
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  animation: bounce 2s infinite;
}

.scroll-arrow {
  width: 24px;
  height: 24px;
  border-bottom: 2px solid var(--navy-dark);
  border-left: 2px solid var(--navy-dark);
  transform: rotate(-45deg);
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Features Section - Minimal */
.features {
  padding: 100px 0;
  background: var(--primary-white);
  position: relative;
  overflow: hidden;
}

.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><linearGradient id="featGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%23d4a574;stop-opacity:0.04" /><stop offset="50%" style="stop-color:%231e3a5f;stop-opacity:0.02" /><stop offset="100%" style="stop-color:%23d4a574;stop-opacity:0.04" /></linearGradient><pattern id="featPattern" x="0" y="0" width="80" height="80" patternUnits="userSpaceOnUse"><path d="M 0 0 L 80 80 M -40 40 L 40 120 M 120 -40 L 40 40" stroke="%231e3a5f" stroke-width="0.5" opacity="0.08" fill="none"/></pattern></defs><rect width="100%" height="100%" fill="url(%23featGrad)"/><rect width="100%" height="100%" fill="url(%23featPattern)"/></svg>');
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: 0;
}

.features::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(212, 165, 116, 0.1) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: pulseCircle 10s ease-in-out infinite;
}

@keyframes pulseCircle {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--navy-dark);
  letter-spacing: -0.02em;
}

.section-header p {
  font-size: 1.15rem;
  color: var(--navy-light);
  max-width: 650px;
  margin: 0 auto;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.feature-card {
  background: var(--primary-white);
  border: 1px solid rgba(30, 58, 95, 0.1);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-bronze);
}

.feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(
    135deg,
    var(--navy-dark) 0%,
    var(--navy-blue) 100%
  );
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: var(--primary-white);
  transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
  background: linear-gradient(
    135deg,
    var(--gold-bronze) 0%,
    var(--gold-light) 100%
  );
  transform: scale(1.1);
}

.feature-card h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--navy-dark);
}

.feature-card p {
  color: var(--navy-light);
  line-height: 1.8;
  font-size: 1rem;
}

/* Countries Section */
.countries {
  padding: 100px 0;
  background: var(--white-soft);
  position: relative;
  overflow: hidden;
}

.countries::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><linearGradient id="countryGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%231e3a5f;stop-opacity:0.05" /><stop offset="100%" style="stop-color:%23d4a574;stop-opacity:0.03" /></linearGradient><pattern id="countryPattern" x="0" y="0" width="60" height="60" patternUnits="userSpaceOnUse"><polygon points="30,5 55,50 5,50" fill="none" stroke="%231e3a5f" stroke-width="0.8" opacity="0.1"/><circle cx="30" cy="30" r="15" fill="none" stroke="%23d4a574" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23countryGrad)"/><rect width="100%" height="100%" fill="url(%23countryPattern)"/></svg>');
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: 0;
}

.countries::after {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: conic-gradient(
    from 0deg,
    rgba(30, 58, 95, 0.08) 0%,
    rgba(212, 165, 116, 0.06) 50%,
    rgba(30, 58, 95, 0.08) 100%
  );
  border-radius: 50%;
  animation: rotateGradient 20s linear infinite;
  z-index: 0;
}

@keyframes rotateGradient {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.countries-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.country-card {
  background: var(--primary-white);
  border: 1px solid rgba(30, 58, 95, 0.1);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.country-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-bronze);
}

.country-flag {
  width: 70px;
  height: 50px;
  margin: 0 auto 1.5rem;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}

.country-flag.iran {
  background: linear-gradient(
    to bottom,
    #239f40 33%,
    #fff 33%,
    #fff 66%,
    #da0000 66%
  );
}

.country-flag.uae {
  background: linear-gradient(
    to right,
    #00732f 25%,
    #fff 25%,
    #fff 50%,
    #000 50%,
    #000 75%,
    #ff0000 75%
  );
}

.country-flag.turkey {
  background: linear-gradient(to right, #e30a17 50%, #fff 50%);
}

.country-flag.uk {
  background: linear-gradient(
    45deg,
    #012169 25%,
    #fff 25%,
    #fff 50%,
    #c8102e 50%,
    #c8102e 75%,
    #fff 75%
  );
  background-size: 20px 20px;
}

.country-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--navy-dark);
}

.country-stats {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.company-count,
.employee-count {
  font-size: 0.95rem;
  color: var(--navy-light);
  font-weight: 500;
}

/* Page Header */
.page-header {
  padding: 140px 0 80px;
  background: linear-gradient(
    135deg,
    var(--primary-white) 0%,
    var(--white-soft) 100%
  );
  color: var(--navy-dark);
  text-align: center;
  margin-top: 85px;
  position: relative;
  overflow: hidden;
}

.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 400"><defs><linearGradient id="pageGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%231e3a5f;stop-opacity:0.04" /><stop offset="100%" style="stop-color:%23d4a574;stop-opacity:0.02" /></linearGradient><pattern id="pagePattern" x="0" y="0" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 50 0 L 50 100 M 0 50 L 100 50" stroke="%231e3a5f" stroke-width="1" opacity="0.1"/><circle cx="50" cy="50" r="3" fill="%23d4a574" opacity="0.15"/></pattern></defs><rect width="100%" height="100%" fill="url(%23pageGrad)"/><rect width="100%" height="100%" fill="url(%23pagePattern)"/></svg>');
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: 0;
}

.page-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 200px;
  background: radial-gradient(
    ellipse,
    rgba(212, 165, 116, 0.12) 0%,
    transparent 70%
  );
  z-index: 0;
}

.page-header h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: var(--navy-dark);
  background: linear-gradient(
    135deg,
    var(--navy-dark) 0%,
    var(--gold-bronze) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
}

.page-header p {
  font-size: 1.25rem;
  color: var(--navy-light);
  position: relative;
  z-index: 1;
}

/* Companies Section */
.companies-section {
  padding: 80px 0;
  background: var(--primary-white);
}

.country-section {
  margin-bottom: 4rem;
}

.country-header {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 2rem;
  background: var(--white-soft);
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 16px;
}

.country-info h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--navy-dark);
  margin-bottom: 0.5rem;
}

.country-info p {
  color: var(--navy-light);
  font-size: 1.1rem;
}

.companies-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.company-card {
  background: var(--primary-white);
  border: 1px solid rgba(30, 58, 95, 0.1);
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.company-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-bronze);
}

.company-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(
    135deg,
    var(--navy-dark) 0%,
    var(--navy-blue) 100%
  );
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: var(--primary-white);
  transition: all 0.3s ease;
}

.company-card:hover .company-icon {
  background: linear-gradient(
    135deg,
    var(--gold-bronze) 0%,
    var(--gold-light) 100%
  );
  transform: scale(1.1);
}

.company-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--navy-dark);
}

.company-card p {
  color: var(--navy-light);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.company-details {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.company-details span {
  font-size: 0.9rem;
  color: var(--navy-light);
  font-weight: 500;
}

.company-details i {
  margin-left: 0.5rem;
  color: var(--gold-bronze);
}

/* Footer */
.footer {
  background: var(--navy-dark);
  color: var(--primary-white);
  padding: 80px 0 30px;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><pattern id="footerPattern" x="0" y="0" width="120" height="120" patternUnits="userSpaceOnUse"><circle cx="60" cy="60" r="50" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/><circle cx="60" cy="60" r="30" fill="none" stroke="rgba(212,165,116,0.08)" stroke-width="0.8"/><circle cx="60" cy="60" r="10" fill="rgba(212,165,116,0.1)"/></pattern></defs><rect width="100%" height="100%" fill="url(%23footerPattern)"/></svg>');
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  z-index: 0;
}

.footer::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(212, 165, 116, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
  animation: footerGlow 8s ease-in-out infinite;
}

@keyframes footerGlow {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.8;
  }
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 3rem;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.footer-logo-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.footer-logo {
  width: 200px;
  height: 110px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(212, 165, 116, 0.3));
  transition: transform 0.3s ease;
}

.footer-logo:hover {
  transform: scale(1.1);
}

.footer-section h3 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
  background: linear-gradient(
    135deg,
    var(--primary-white) 0%,
    var(--gold-light) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer-logo-wrapper h3 {
  margin-bottom: 0;
}

.footer-section h4 {
  margin-bottom: 1rem;
  color: var(--gold-light);
  font-size: 1.2rem;
}

.footer-section p {
  color: var(--white-medium);
  line-height: 1.8;
  margin-bottom: 0.5rem;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 0.75rem;
}

.footer-section ul li a {
  color: var(--white-medium);
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.footer-section ul li a:hover {
  color: var(--gold-light);
  transform: translateX(-5px);
}

.footer-section i {
  margin-left: 0.5rem;
  color: var(--gold-light);
  width: 20px;
}

.footer-bottom {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white-medium);
  position: relative;
  z-index: 1;
}

/* Contact Section */
.contact-content {
  padding: 80px 0;
  background: var(--primary-white);
  position: relative;
  overflow: hidden;
}

.contact-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><linearGradient id="contactGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%231e3a5f;stop-opacity:0.03" /><stop offset="50%" style="stop-color:%23d4a574;stop-opacity:0.02" /><stop offset="100%" style="stop-color:%231e3a5f;stop-opacity:0.03" /></linearGradient><pattern id="contactPattern" x="0" y="0" width="70" height="70" patternUnits="userSpaceOnUse"><rect x="0" y="0" width="70" height="70" fill="none" stroke="%231e3a5f" stroke-width="0.5" opacity="0.08"/><circle cx="35" cy="35" r="20" fill="none" stroke="%23d4a574" stroke-width="0.5" opacity="0.1"/><path d="M 35 15 L 35 55 M 15 35 L 55 35" stroke="%231e3a5f" stroke-width="0.5" opacity="0.1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23contactGrad)"/><rect width="100%" height="100%" fill="url(%23contactPattern)"/></svg>');
  background-size: cover;
  background-position: center;
  opacity: 0.4;
  z-index: 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  position: relative;
  z-index: 1;
}

.contact-info h2,
.contact-form h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 2rem;
  color: var(--navy-dark);
}

.contact-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: var(--white-soft);
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateX(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-bronze);
}

.contact-icon {
  width: 55px;
  height: 55px;
  background: linear-gradient(
    135deg,
    var(--navy-dark) 0%,
    var(--navy-blue) 100%
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--primary-white);
  flex-shrink: 0;
}

.contact-details h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy-dark);
  margin-bottom: 0.5rem;
}

.contact-details p {
  color: var(--navy-light);
  line-height: 1.8;
}

.glass-form {
  background: var(--white-soft);
  border: 1px solid rgba(30, 58, 95, 0.1);
  padding: 2.5rem;
  border-radius: 20px;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  color: var(--navy-dark);
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 18px;
  background: var(--primary-white);
  border: 1px solid rgba(30, 58, 95, 0.15);
  border-radius: 10px;
  color: var(--navy-dark);
  font-size: 1rem;
  transition: all 0.3s ease;
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--navy-blue);
  box-shadow: 0 0 0 3px var(--navy-fade);
}

.form-group textarea {
  resize: vertical;
  min-height: 140px;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--navy-light);
  opacity: 0.6;
}

/* About Section */
.about-content {
  padding: 80px 0;
  background: var(--primary-white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
  align-items: center;
}

.about-text h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  color: var(--navy-dark);
}

.about-text p {
  color: var(--navy-light);
  line-height: 1.9;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.about-image {
  position: relative;
}

.image-placeholder {
  width: 100%;
  height: 400px;
  background: linear-gradient(
    135deg,
    var(--navy-fade) 0%,
    var(--gold-fade) 100%
  );
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed rgba(30, 58, 95, 0.2);
}

.image-placeholder i {
  font-size: 4rem;
  color: var(--navy-light);
  margin-bottom: 1rem;
}

.image-placeholder p {
  color: var(--navy-light);
  font-size: 1rem;
}

.vision-mission {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 4rem;
}

.vision-card,
.mission-card {
  padding: 2.5rem;
  background: var(--white-soft);
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.vision-card:hover,
.mission-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-bronze);
}

.card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    var(--navy-dark) 0%,
    var(--navy-blue) 100%
  );
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary-white);
  margin-bottom: 1.5rem;
}

.vision-card h3,
.mission-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--navy-dark);
}

.vision-card p,
.mission-card p {
  color: var(--navy-light);
  line-height: 1.8;
}

.values {
  margin-bottom: 4rem;
}

.values h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 3rem;
  text-align: center;
  color: var(--navy-dark);
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
}

.value-item {
  text-align: center;
  padding: 2rem;
  background: var(--white-soft);
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 16px;
  transition: all 0.3s ease;
}

.value-item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-bronze);
}

.value-item i {
  font-size: 2.5rem;
  color: var(--navy-dark);
  margin-bottom: 1rem;
}

.value-item h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--navy-dark);
}

.value-item p {
  color: var(--navy-light);
  line-height: 1.8;
}

.leadership {
  margin-top: 4rem;
}

.leadership h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 3rem;
  text-align: center;
  color: var(--navy-dark);
}

.leadership-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.leader-card {
  text-align: center;
  padding: 2.5rem;
  background: var(--white-soft);
  border: 1px solid rgba(30, 58, 95, 0.1);
  border-radius: 20px;
  transition: all 0.3s ease;
}

.leader-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--gold-bronze);
}

.leader-avatar {
  width: 120px;
  height: 120px;
  margin: 0 auto 1.5rem;
  background: linear-gradient(
    135deg,
    var(--navy-dark) 0%,
    var(--navy-blue) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  color: var(--primary-white);
}

.leader-card h4 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--navy-dark);
}

.leader-card > p {
  color: var(--gold-bronze);
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.leader-info p {
  color: var(--navy-light);
  font-size: 0.95rem;
  line-height: 1.7;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    right: -100%;
    top: 85px;
    flex-direction: column;
    background: var(--primary-white);
    width: 100%;
    text-align: center;
    transition: 0.3s;
    padding: 2rem 0;
    border-top: 1px solid rgba(30, 58, 95, 0.1);
    box-shadow: var(--shadow-lg);
    gap: 0;
    z-index: 999;
  }

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

  .nav-item {
    margin: 0.5rem 0;
  }

  .nav-link {
    padding: 12px 24px;
    display: block;
  }

  .language-switcher {
    order: 2;
    margin-left: auto;
    margin-right: 1rem;
    margin-top: 0;
    justify-content: flex-end;
    width: auto;
  }

  .language-switcher .lang-btn {
    font-size: 0.75rem;
    padding: 5px 8px;
  }

  .nav-menu.active ~ .language-switcher {
    margin: 0;
    margin-top: 1rem;
    width: 100%;
    justify-content: center;
  }

  .hero-content {
    padding: 60px 20px;
    text-align: center;
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .hero-text {
    text-align: center;
  }

  .hero-description {
    max-width: 100%;
    margin: 0 auto 2rem;
  }

  .hero-image-wrapper {
    order: -1;
  }

  .hero-logo-container {
    max-width: 350px;
    margin: 0 auto;
    padding: 2rem;
  }

  .hero-logo-placeholder i {
    font-size: 4rem;
  }

  .hero-logo-placeholder span {
    font-size: 1.2rem;
  }

  .hero-title {
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nav-container {
    padding: 0 15px;
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-logo {
    gap: 0.5rem;
    flex: 0 0 auto;
    order: 1;
  }

  .hamburger {
    order: 3;
  }

  .language-switcher {
    order: 2;
    margin-left: auto;
    margin-top: 0;
    margin-right: 1rem;
  }

  .nav-logo-img {
    width: 160px;
    height: 65px;
  }

  .title-line {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }

  .title-logo {
    width: 320px;
    max-width: 90%;
    max-height: 160px;
    margin: 0 auto;
    display: block;
  }

  .footer-logo-wrapper {
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  .footer-logo {
    width: 160px;
    height: 90px;
  }

  .title-subtitle {
    font-size: 0.85rem;
    margin: 1rem auto;
    display: inline-block;
  }

  .hero-description {
    font-size: 1.1rem;
    margin: 0 auto 2rem;
    text-align: center;
  }

  .hero-stats {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 100%;
  }

  .hero-buttons {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .btn {
    width: 100%;
    max-width: 280px;
  }

  .section-header h2 {
    font-size: 2rem;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .country-header {
    flex-direction: column;
    text-align: center;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .vision-mission {
    grid-template-columns: 1fr;
  }

  .values-grid,
  .leadership-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .title-line {
    font-size: 3rem;
  }

  .hero-content {
    padding: 50px 15px;
    gap: 2rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .hero-logo-container {
    max-width: 280px;
    padding: 1.5rem;
  }

  .hero-logo-placeholder i {
    font-size: 3rem;
  }

  .hero-logo-placeholder span {
    font-size: 1rem;
  }

  .nav-container {
    height: 75px;
    padding: 0 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-logo-img {
    width: 130px;
    height: 50px;
  }

  .language-switcher {
    margin-right: 0.5rem;
  }

  .language-switcher .lang-btn {
    padding: 4px 8px;
    font-size: 0.75rem;
  }

  .title-line {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .title-logo {
    width: 280px;
    max-width: 85%;
    max-height: 140px;
  }

  .footer-logo-wrapper {
    justify-content: center;
    margin-bottom: 1.5rem;
    width: 100%;
  }

  .footer-logo {
    width: 140px;
    height: 80px;
    margin: 0 auto;
  }

  .page-header {
    padding: 100px 0 60px;
  }

  .page-header h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .page-header p {
    font-size: 1rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .company-card,
  .feature-card {
    padding: 2rem 1.5rem;
  }

  .contact-item,
  .glass-form {
    padding: 1.5rem;
  }

  .about-grid {
    gap: 2rem;
  }

  .image-placeholder {
    height: 300px;
  }

  .image-placeholder i {
    font-size: 3rem;
  }

  .footer-content {
    gap: 2rem;
  }

  .section-header h2 {
    font-size: 1.8rem;
  }

  .section-header p {
    font-size: 1rem;
  }
}
