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

html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 430px;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.7;
  color: #1e293b;
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #93c5fd 100%);
  background-attachment: fixed;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.page-wrapper {
  background: #ffffff;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

/* Enhanced Accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Skip Link */
.skip-link {
  position: absolute;
  top: -40px;
  left: 6px;
  background: #000;
  color: #fff;
  padding: 8px;
  text-decoration: none;
  z-index: 1000;
}

.skip-link:focus {
  top: 6px;
}

/* Focus Management */
*:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}

.nav__link:focus,
.hero__cta:focus,
.form__input:focus,
.form__textarea:focus,
.form__button:focus {
  outline: 3px solid #3b82f6;
  outline-offset: 2px;
}

/* High Contrast Support */
@media (prefers-contrast: high) {
  .service {
    border: 2px solid #1a202c;
  }
  
  .hero {
    background: #1a202c;
  }
  
  .section__title {
    color: #1a202c !important;
    -webkit-text-fill-color: #1a202c !important;
  }
}

/* Modern Header */
.header {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.95) 100%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 0.3s ease;
}

.header__container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
}

.header__logo {
  height: 120px;
  width: auto;
  object-fit: contain;
}

.header__logo:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 4px;
  border-radius: 4px;
}

.nav__list {
  display: flex;
  list-style: none;
  gap: 30px;
}

.nav__link {
  text-decoration: none;
  color: #1e293b;
  font-weight: 600;
  transition: color 0.3s ease;
  padding: 12px 16px;
  border-radius: 8px;
  position: relative;
}

.nav__link:hover,
.nav__link:focus {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.1);
  outline: 2px solid transparent;
}

.nav__link--active {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.15);
  font-weight: 700;
}

/* Mobile Menu */
.nav__toggle {
  display: none;
  background: none;
  border: 2px solid transparent;
  font-size: 24px;
  cursor: pointer;
  color: #1e293b;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.nav__toggle:focus {
  border-color: #3b82f6;
  outline: none;
}

.nav__toggle:hover {
  background: rgba(59, 130, 246, 0.1);
}

/* Main Content */
.main {
  margin-top: 120px;
}

/* Modern Hero Section */
.hero {
  background: linear-gradient(135deg, rgba(30, 64, 175, 0.95) 0%, rgba(59, 130, 246, 0.9) 50%, rgba(147, 197, 253, 0.85) 100%);
  color: white;
  padding: 100px 0 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
}

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

.hero__title {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.hero__subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem);
  margin-bottom: 40px;
  opacity: 0.95;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.6;
}

.hero__cta {
  display: inline-block;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  color: #1e40af;
  padding: 18px 36px;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.1rem;
  box-shadow: 0 10px 40px rgba(255, 255, 255, 0.3), 0 4px 12px rgba(255, 255, 255, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.hero__cta:hover,
.hero__cta:focus {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 20px 60px rgba(255, 255, 255, 0.4), 0 8px 20px rgba(255, 255, 255, 0.25);
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
  color: #1e40af;
}

/* Modern Sections */
.section {
  padding: 120px 0;
  position: relative;
}

.section--gray {
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  position: relative;
}

.section--white {
  background: #ffffff;
  position: relative;
}

.section--gray::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 80%, rgba(74, 85, 104, 0.03) 0%, transparent 50%),
              radial-gradient(circle at 80% 20%, rgba(45, 55, 72, 0.02) 0%, transparent 50%);
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.section__title {
  font-size: clamp(2rem, 4vw, 3.5rem);
  text-align: center;
  margin-bottom: 24px;
  color: #1e293b;
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #1e40af 0%, #3b82f6 50%, #93c5fd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section__subtitle {
  font-size: clamp(1rem, 2vw, 1.25rem);
  text-align: center;
  color: #4a5568;
  margin-bottom: 80px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
  font-weight: 500;
}

/* Services Grid */
.services {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 60px;
}



.service {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0;
  border-radius: 24px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}

.service--link {
  text-decoration: none;
  color: inherit;
}

.service--link:hover {
  color: inherit;
}

.service__image {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.service__content {
  padding: 25px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.98);
}

.service--detailed {
  max-width: 1000px;
  margin: 0 auto 60px;
  display: block;
}

.service__image--large {
  height: 300px;
  border-radius: 12px 12px 0 0;
}

.service__content--detailed {
  padding: 40px;
  text-align: left;
}

.service__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.service__list li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
  color: #2d3748;
  line-height: 1.6;
  font-weight: 500;
}

.service__list li:before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: bold;
}

.job__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.job__list li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
  color: #64748b;
  line-height: 1.6;
}

.job__list li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: bold;
  font-size: 1.2em;
}

.service--link:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service__icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #3b82f6, #93c5fd);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 2rem;
  color: white;
}

.service__title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #1e293b;
  font-weight: 700;
}

.service__description {
  color: #4a5568;
  line-height: 1.6;
  font-weight: 500;
}

/* Contact Form */
.form {
  max-width: 600px;
  margin: 0 auto;
}

.form__group {
  margin-bottom: 25px;
}

.form__error {
  color: #dc2626;
  font-size: 14px;
  margin-top: 5px;
  display: block;
  min-height: 20px;
}

.form__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}

.form__checkbox input[type="checkbox"] {
  margin-top: 4px;
  transform: scale(1.2);
}

.form__checkbox-text {
  font-size: 14px;
  line-height: 1.5;
  color: #374151;
}

.form__checkbox-text a {
  color: #3b82f6;
  text-decoration: underline;
}

.form__label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #374151;
}

.form__input,
.form__textarea {
  width: 100%;
  padding: 12px 16px;
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.form__input:focus,
.form__textarea:focus {
  outline: none;
  border-color: #3b82f6;
}

.form__textarea {
  resize: vertical;
  min-height: 120px;
}

.form__button {
  background: linear-gradient(135deg, #3b82f6, #1e40af);
  color: white;
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
}

.form__button:hover,
.form__button:focus {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
}

.form__input.error,
.form__textarea.error {
  border-color: #dc2626;
  background-color: #fef2f2;
}

.form__input.error:focus,
.form__textarea.error:focus {
  outline-color: #dc2626;
  border-color: #dc2626;
}

/* Footer */
.footer {
  background: linear-gradient(135deg, #1e40af 0%, #1e293b 100%);
  color: white;
  padding: 60px 0 30px;
}

.footer__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer__section h3 {
  margin-bottom: 20px;
  color: #f1f5f9;
}

.footer__section p,
.footer__section a {
  color: #cbd5e1;
  text-decoration: none;
  line-height: 1.6;
}

.footer__section a:hover {
  color: #93c5fd;
}

.footer__bottom {
  border-top: 1px solid #334155;
  padding-top: 30px;
  text-align: center;
  color: #94a3b8;
}

.footer__links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

.footer__links a {
  color: #cbd5e1;
  text-decoration: none;
}

.footer__links a:hover {
  color: #93c5fd;
}

/* Enhanced Responsive Design */
@media (max-width: 768px) {
  .header__container {
    padding: 0 20px;
  }
  
  .nav__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 16px 16px;
  }

  .nav__list--active {
    display: flex;
  }

  .nav__toggle {
    display: block;
  }

  .nav__link {
    padding: 16px;
    margin: 4px 0;
    border-radius: 12px;
  }

  .container {
    padding: 0 20px;
  }

  .section {
    padding: 80px 0;
  }

  .hero {
    padding: 80px 0 60px;
  }

  .services {
    grid-template-columns: 1fr;
    gap: 24px;
  }



  .footer__links {
    flex-direction: column;
    gap: 16px;
  }

  .service__content {
    padding: 24px 20px;
  }
}

@media (max-width: 480px) {
  .header__container {
    padding: 0 16px;
    height: 100px;
  }
  
  .header__logo {
    height: 80px;
  }
  
  .main {
    margin-top: 100px;
  }

  .hero {
    padding: 100px 0 60px;
  }

  .section {
    padding: 60px 0;
  }

  .container {
    padding: 0 16px;
  }

  .service__content {
    padding: 20px 16px;
  }

  .hero__cta {
    padding: 14px 28px;
    font-size: 1rem;
  }
}

/* Print Styles */
@media print {
  .header,
  .nav,
  .hero__cta,
  .form__button {
    display: none;
  }

  .main {
    margin-top: 0;
  }

  body {
    font-size: 12pt;
    line-height: 1.4;
  }
}





/* Optimized Animations - Reduced for Performance */
@media (prefers-reduced-motion: no-preference) {
  .animate-on-scroll {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease;
  }
  
  .animate-on-scroll.animate {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .animate-on-scroll {
    opacity: 1;
    transform: none;
  }
}

/* About Page Styles */
.about-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 60px;
}

.about-intro__text {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #374151;
  margin-bottom: 20px;
}

.about-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  transition: all 0.3s ease;
}

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

.value {
  text-align: center;
  padding: 40px 25px;
  border-radius: 12px;
  cursor: pointer;
}

.value__icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.value__title {
  font-size: 1.5rem;
  color: #1e293b;
  margin-bottom: 15px;
}

.value__description {
  color: #64748b;
  line-height: 1.6;
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  text-align: center;
}

.stat__number {
  font-size: 3rem;
  font-weight: bold;
  color: #3b82f6;
  margin-bottom: 10px;
  transition: all 0.3s ease;
}

.stat__label {
  font-size: 1.125rem;
  color: #374151;
}

.service-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.service-area__list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.service-area__list li {
  padding: 8px 0;
  padding-left: 25px;
  position: relative;
  color: #64748b;
  line-height: 1.6;
}

.service-area__list li:before {
  content: '📍';
  position: absolute;
  left: 0;
}

@media (max-width: 768px) {
  .about-intro,
  .service-area {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .values {
    grid-template-columns: 1fr;
  }
  
  .stats {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Legal Content Styles */
.section--legal {
  background: #ffffff;
  padding: 120px 0 80px;
}

.legal-content {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  padding: 0;
  line-height: 1.7;
}

.legal-content h2 {
  color: #1e293b;
  margin: 50px 0 25px 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 2px solid #e5e7eb;
  padding-bottom: 10px;
}

.legal-content h2:first-of-type {
  margin-top: 30px;
}

.legal-content h3 {
  color: #374151;
  margin: 35px 0 20px 0;
  font-size: 1.3rem;
  font-weight: 600;
}

.legal-content p {
  margin-bottom: 25px;
  line-height: 1.8;
  color: #4a5568;
  font-weight: 400;
  font-size: 1.05rem;
}

.legal-content ul {
  margin: 25px 0;
  color: #4a5568;
  line-height: 1.8;
  padding-left: 25px;
  font-size: 1.05rem;
}

.legal-content ul li {
  margin-bottom: 12px;
}

.legal-content strong {
  color: #1e293b;
  font-weight: 600;
}

.legal-content a {
  color: #3b82f6;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.legal-content a:hover {
  color: #1e40af;
}

.legal-content__date {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #e5e7eb;
  font-size: 0.95rem;
  color: #64748b;
  text-align: center;
}

@media (max-width: 768px) {
  .legal-content {
    padding: 40px 30px;
    margin: 0 20px;
  }
  
  .legal-content h2 {
    font-size: 1.3rem;
    margin: 30px 0 15px 0;
  }
  
  .legal-content h3 {
    font-size: 1.1rem;
    margin: 25px 0 12px 0;
  }
}

@media (max-width: 480px) {
  .legal-content {
    padding: 30px 20px;
    margin: 0 16px;
  }
}



/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  html {
    scroll-behavior: auto;
  }
}

/* Service Tabs Styles */
.service-tabs {
  max-width: 1200px;
  margin: 0 auto;
}

.tab-buttons {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 40px;
  background: #f8fafc;
  border-radius: 12px;
  padding: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.tab-button {
  flex: 1;
  background: transparent;
  border: none;
  padding: 16px 24px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #64748b;
  min-height: 60px;
}

.tab-button:hover {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
  transform: translateY(-2px);
}

.tab-button--active {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.tab-button--active:hover {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  transform: translateY(-2px);
}

.tab-icon {
  font-size: 0.9rem;
  font-weight: 700;
  display: block;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  padding: 4px 8px;
  letter-spacing: 1px;
}

.tab-text {
  font-size: 0.95rem;
  text-align: center;
  line-height: 1.2;
}

.tab-content {
  position: relative;
  min-height: 600px;
}

.tab-panel {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.tab-panel--active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.service-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  min-height: 500px;
}

.service-detail__image {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  display: flex;
}

.service-detail__image img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
  flex: 1;
}

.service-detail__content {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.service-detail__title {
  font-size: 2rem;
  color: #1e293b;
  margin-bottom: 20px;
  font-weight: 700;
}

.service-detail__description {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 30px;
}

.service-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.feature-column h3 {
  color: #1e293b;
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.service-detail__footer {
  font-size: 1rem;
  color: #64748b;
  line-height: 1.6;
  font-style: italic;
  border-top: 1px solid #e2e8f0;
  padding-top: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .tab-buttons {
    flex-direction: column;
    gap: 8px;
  }
  
  .tab-button {
    flex-direction: row;
    justify-content: center;
    min-height: 60px;
    padding: 12px 20px;
  }
  
  .tab-icon {
    font-size: 1.2rem;
  }
  
  .tab-text {
    font-size: 0.9rem;
  }
  
  .service-detail {
    grid-template-columns: 1fr;
    gap: 0;
  }
  
  .service-detail__image img {
    height: 250px;
  }
  
  .service-detail__content {
    padding: 30px 25px;
  }
  
  .service-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .service-detail__title {
    font-size: 1.5rem;
  }
}

@media (max-width: 480px) {
  .service-detail__content {
    padding: 25px 20px;
  }
  
  .tab-content {
    min-height: 500px;
  }
}
/* Jobs Page Styles */
.benefits-overview {
  margin-bottom: 80px;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.benefit-card {
  background: white;
  padding: 30px 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.1);
}

.benefit-icon {
  font-size: 2.5rem;
  margin-bottom: 15px;
  display: block;
}

.benefit-card h3 {
  font-size: 1.2rem;
  color: #1e293b;
  margin-bottom: 10px;
  font-weight: 600;
}

.benefit-card p {
  color: #64748b;
  line-height: 1.5;
  font-size: 0.95rem;
}

.job-section {
  margin-bottom: 60px;
}

.job-listings {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 40px;
}

.job-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(59, 130, 246, 0.1);
}

.job-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 35px rgba(59, 130, 246, 0.15);
}

.job-header {
  background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
  color: white;
  padding: 25px 30px;
}

.job-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.job-meta {
  display: flex;
  gap: 20px;
  font-size: 0.9rem;
  opacity: 0.9;
}

.job-type, .job-location {
  background: rgba(255, 255, 255, 0.2);
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 500;
}

.job-content {
  padding: 30px;
}

.job-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 25px;
}

.job-column h4 {
  color: #1e293b;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.job-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.job-column li {
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
  color: #4a5568;
  font-size: 0.9rem;
  line-height: 1.4;
}

.job-column li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #3b82f6;
  font-weight: bold;
}

.job-actions {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

.job-apply-btn {
  display: inline-block;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.job-apply-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(59, 130, 246, 0.3);
  color: white;
}

.initiative-section {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  border-radius: 20px;
  padding: 40px;
  text-align: center;
}

.initiative-card h3 {
  font-size: 1.5rem;
  color: #1e293b;
  margin-bottom: 15px;
  font-weight: 700;
}

.initiative-card p {
  color: #4a5568;
  font-size: 1.1rem;
  margin-bottom: 25px;
  line-height: 1.6;
}

.initiative-requirements {
  margin: 30px 0;
}

.initiative-requirements h4 {
  color: #1e293b;
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.requirements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  max-width: 400px;
  margin: 0 auto 25px;
}

.requirements-grid span {
  background: white;
  padding: 8px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #3b82f6;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .job-details {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  
  .job-header {
    padding: 20px 25px;
  }
  
  .job-content {
    padding: 25px 20px;
  }
  
  .job-meta {
    flex-direction: column;
    gap: 8px;
  }
  
  .initiative-section {
    padding: 30px 25px;
  }
  
  .requirements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .benefit-card {
    padding: 25px 20px;
  }
  
  .job-title {
    font-size: 1.2rem;
  }
  
  .requirements-grid {
    grid-template-columns: 1fr;
  }
}
/* About Us Page - Modern Compact Layout */
.company-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.overview-content .section__title {
  text-align: left;
  margin-bottom: 30px;
}

.overview-text {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #4a5568;
}

.company-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.facts-section {
  margin-bottom: 80px;
}

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

.fact-card {
  background: white;
  padding: 30px 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.1);
}

.fact-number {
  font-size: 2.5rem;
  font-weight: 800;
  color: #3b82f6;
  margin-bottom: 8px;
}

.fact-label {
  font-size: 0.95rem;
  color: #64748b;
  font-weight: 500;
}

.combined-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-bottom: 80px;
}

.values-compact h3,
.service-area-compact h3 {
  font-size: 1.5rem;
  color: #1e293b;
  margin-bottom: 25px;
  font-weight: 700;
}

.values-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.value-item {
  padding: 20px;
  background: #f8fafc;
  border-radius: 8px;
  border-left: 4px solid #3b82f6;
}

.value-item h4 {
  font-size: 1.1rem;
  color: #1e293b;
  margin-bottom: 5px;
  font-weight: 600;
}

.value-item p {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.5;
}

.area-description {
  font-size: 1rem;
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 25px;
}

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

.location {
  background: #3b82f6;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
}

.about-cta {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  padding: 50px 40px;
  border-radius: 20px;
  text-align: center;
}

.about-cta h3 {
  font-size: 1.8rem;
  color: #1e293b;
  margin-bottom: 15px;
  font-weight: 700;
}

.about-cta p {
  font-size: 1.1rem;
  color: #4a5568;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .company-overview {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
  
  .overview-content .section__title {
    text-align: center;
  }
  
  .facts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .combined-section {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }
  
  .locations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .about-cta {
    padding: 40px 30px;
  }
}

@media (max-width: 480px) {
  .facts-grid {
    grid-template-columns: 1fr;
  }
  
  .locations-grid {
    grid-template-columns: 1fr;
  }
  
  .fact-number {
    font-size: 2rem;
  }
  
  .about-cta {
    padding: 30px 25px;
  }
}
/* Contact Page Styles */
.contact-methods {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

/* Form Messages */
.form-message {
  text-align: center;
  padding: 30px;
  border-radius: 12px;
  margin-top: 30px;
}

.form-message--success {
  background: linear-gradient(135deg, #10b981, #059669);
  color: white;
}

.form-message--error {
  background: linear-gradient(135deg, #ef4444, #dc2626);
  color: white;
}

.form-message h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-weight: 700;
}

.form-message p {
  font-size: 1.1rem;
  margin: 0;
  opacity: 0.95;
}

.contact-card {
  background: white;
  padding: 30px 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(59, 130, 246, 0.1);
}

.contact-icon {
  font-size: 2rem;
  margin-bottom: 15px;
  display: block;
}

.contact-card h3 {
  font-size: 1.2rem;
  color: #1e293b;
  margin-bottom: 10px;
  font-weight: 600;
}

.contact-hours {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 15px;
  line-height: 1.4;
}

.contact-link {
  color: #3b82f6;
  font-weight: 600;
  text-decoration: none;
  font-size: 1rem;
}

.contact-link:hover {
  color: #2563eb;
  text-decoration: underline;
}

.contact-form-centered {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.contact-form-section h2 {
  font-size: 1.8rem;
  color: #1e293b;
  margin-bottom: 10px;
  font-weight: 700;
}

.form-subtitle {
  color: #64748b;
  margin-bottom: 30px;
  line-height: 1.5;
}

.form--compact {
  max-width: none;
}

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

.service-area-info h3 {
  font-size: 1.5rem;
  color: #1e293b;
  margin-bottom: 15px;
  font-weight: 700;
}

.service-area-info p {
  color: #4a5568;
  margin-bottom: 25px;
  line-height: 1.6;
}

.service-locations {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.location-item {
  background: #f8fafc;
  padding: 15px;
  border-radius: 8px;
  border-left: 3px solid #3b82f6;
}

.location-item strong {
  display: block;
  color: #1e293b;
  font-weight: 600;
  margin-bottom: 2px;
}

.location-item span {
  color: #64748b;
  font-size: 0.9rem;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .contact-methods {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  
  
  
  .form-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .service-locations {
    grid-template-columns: 1fr;
  }
  
  .hero {
    padding: 80px 0 60px;
  }
}

@media (max-width: 480px) {
  .contact-card {
    padding: 25px 20px;
  }
  
  .hero {
    padding: 60px 0 40px;
  }
}