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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

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

/* Hero Section */
.hero {
  height: 100vh;
  background: url('/dc/attached_assets/getimg_ai_img-ZeTQdr4yjjXfFZtVTj5VA_1751569441991.jpeg') center/cover no-repeat;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(255,107,53,0.2));
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
  margin-bottom: 2rem;
}

.hero-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  letter-spacing: -0.02em;
}

.hero-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
  opacity: 0.95;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

/* Top Navigation */
.top-nav {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 4;
}

.top-nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
}

/* Navigation */
.main-nav {
  position: absolute;
  bottom: 50px;
  width: 100%;
  z-index: 3;
}

.nav-container {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.nav-item {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 12px 24px;
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 30px;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.1);
  transition: all 0.3s ease;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.nav-item:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.6);
  transform: translateY(-2px);
}

/* Language Switcher */
.language-switcher {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.lang-btn {
  background: rgba(255,255,255,0.15);
  border: 2px solid rgba(255,255,255,0.4);
  color: white;
  padding: 8px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.3s ease;
  backdrop-filter: blur(15px);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  overflow: hidden;
}

.flag-icon {
  width: 28px;
  height: 21px;
  border-radius: 3px;
  object-fit: cover;
}

.lang-btn:hover {
  background: rgba(255,255,255,0.25);
  border-color: rgba(255,255,255,0.7);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.lang-btn.active {
  background: rgba(255,107,53,0.9);
  border-color: #ff6b35;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255,107,53,0.4);
}

/* Sections */
.section {
  padding: 100px 0;
}

.section:nth-child(even) {
  background: #f8f9fa;
}

.section-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4rem;
  color: #2c3e50;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35, #f7931e);
  border-radius: 2px;
}

/* Services Content */
.services-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.services-intro {
  font-size: 1.1rem;
  color: #2c3e50;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.services-description {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.services-list ul {
  list-style: none;
  padding: 0;
}

.services-list li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  color: #444;
  line-height: 1.6;
}

.services-list li::before {
  content: "•";
  color: #ff6b35;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
}

.services-final {
  font-size: 1rem;
  color: #555;
  margin-top: 2rem;
  line-height: 1.7;
  font-style: italic;
}

/* World Map */
.world-map-container {
  text-align: center;
  margin: 3rem auto;
  position: relative;
  display: block;
  width: fit-content;
}

.world-map-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  display: block;
}

/* Map area hover effects */
.world-map-container map area {
  cursor: pointer;
}

.world-map-container map area:hover {
  opacity: 0.8;
}

/* Modern Tooltip Styles */
.modern-tooltip {
  position: fixed;
  background: linear-gradient(135deg, #2c3e50, #34495e);
  color: white;
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  min-width: 280px;
  max-width: 320px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,0.1);
}

.modern-tooltip.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.modern-tooltip::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #2c3e50;
}

.tooltip-location {
  font-size: 16px;
  font-weight: 600;
  color: #ff6b35;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 6px;
}

.tooltip-company {
  font-weight: 500;
  margin-bottom: 8px;
  color: #ecf0f1;
}

.tooltip-address {
  color: #bdc3c7;
  font-size: 13px;
  line-height: 1.4;
}

/* Philosophy Section */
.philosophy-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.philosophy-section .section-title {
  color: white;
}

.philosophy-section .section-title::after {
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0.7));
}

.lead-text {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 300;
  opacity: 0.95;
}

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

.point {
  background: rgba(255,255,255,0.1);
  padding: 2rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
}

.point h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 600;
}

.point p {
  opacity: 0.9;
  line-height: 1.6;
}

/* Contact Section */
.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.contact-info h3 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #2c3e50;
}

.contact-info p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.7;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-item {
  font-size: 1.1rem;
  color: #555;
}

.contact-item strong {
  color: #2c3e50;
}

/* Contact Form */
.contact-form {
  background: white;
  padding: 2.5rem;
  border-radius: 15px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.contact-form input,
.contact-form textarea,
.contact-form select,
.wpcf7 form input,
.wpcf7 form textarea,
.wpcf7 form select {
  width: 100%;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border: 2px solid #e1e5e9;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
  background-color: white;
  color: #333;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus,
.wpcf7 form input:focus,
.wpcf7 form textarea:focus,
.wpcf7 form select:focus {
  outline: none;
  border-color: #ff6b35;
}

.form-row {
  display: flex;
  gap: 1rem;
}

.form-row input {
  flex: 1;
}

/* Adjust specific widths like original */
.form-row .zip { flex: 0 0 30%; }
.form-row .city { flex: 1 0 65%; }

.btn-primary {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255,107,53,0.3);
}

/* Normalize CF7 container to avoid layout shifts */
.wpcf7 { margin: 0; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output { margin: 1rem 0 0; }

/* Make selects look like inputs */
select { appearance: none; -webkit-appearance: none; -moz-appearance: none; background-color: #fff; }

/* Footer */
.footer {
  background: #2c3e50;
  color: white;
  text-align: center;
  padding: 2rem 0;
}
.footer p { margin: 0; }

/* Responsive Design */
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .nav-container {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }

  .top-nav-container {
    padding: 0 15px;
  }

  .lang-btn {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

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

  .philosophy-points {
    grid-template-columns: 1fr;
  }

  .form-row {
    flex-direction: column;
  }

  .world-map-container img {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero {
    padding: 0 1rem;
  }

  .hero-title {
    font-size: 2rem;
  }

  .service-card,
  .contact-form {
    padding: 1.5rem;
  }

  .main-nav {
    bottom: 30px;
  }

  .nav-item {
    font-size: 1rem;
    padding: 10px 20px;
  }
}
