header {
  min-height: 100vh;
  background-image: url("/assets/img/hero/test.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

header .header-content {
  padding: 200px 0;
  background-image: url("/assets/img/hero/bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  min-height: 100vh;
  height: 100%;
}

.sora-bold {
  font-family: "Sora", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

body {
  font-family: "Sora", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  color: #003a42;
}

.font-primary {
  color: #003a42 !important;
}

.btn-primary {
  background-color: #00d875;
  border-color: #00d875;
  color: #003a42;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #003a42;
  border-color: #003a42;
  color: #00d875;
}

nav.navbar {
  background-color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

nav.navbar .collapse.navbar-collapse {
  background-color: transparent !important;
}

nav.navbar a.nav-link {
  color: white;
  font-weight: bold;
  border: 3px solid white;
  border-radius: 20px;
  padding: 10px 15px;
}

.features-section {
  background: linear-gradient(135deg, #f8fffe 0%, #f0fdf8 50%, #f8fbff 100%);
  position: relative;
  overflow: hidden;
}

.features-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(35, 221, 145, 0.03) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(35, 98, 189, 0.03) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.feature-card {
  background: white;
  border-radius: 16px;
  padding: 30px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  position: relative;
  overflow: hidden;
}

.feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  transition: all 0.4s ease;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.feature-icon-wrapper {
  width: 70px;
  height: 70px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.4s ease;
}

.feature-card:hover .feature-icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.feature-icon-wrapper svg {
  width: 36px;
  height: 36px;
}

/* Color Variations for Each Feature Card */
.feature-card-1::before {
  background: linear-gradient(90deg, #8b5cf6 0%, #a78bfa 100%);
}
.feature-card-1 {
  border-color: rgba(139, 92, 246, 0.1);
}
.feature-card-1 .feature-icon-wrapper {
  background: linear-gradient(135deg, #ede9fe 0%, #f5f3ff 100%);
}
.feature-card-1 .feature-icon-wrapper svg {
  color: #8b5cf6;
}
.feature-card-1:hover {
  border-color: rgba(139, 92, 246, 0.3);
}

.feature-card-2::before {
  background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 100%);
}
.feature-card-2 {
  border-color: rgba(245, 158, 11, 0.1);
}
.feature-card-2 .feature-icon-wrapper {
  background: linear-gradient(135deg, #fef3c7 0%, #fef9e7 100%);
}
.feature-card-2 .feature-icon-wrapper svg {
  color: #f59e0b;
}
.feature-card-2:hover {
  border-color: rgba(245, 158, 11, 0.3);
}

.feature-card-3::before {
  background: linear-gradient(90deg, #06b6d4 0%, #22d3ee 100%);
}
.feature-card-3 {
  border-color: rgba(6, 182, 212, 0.1);
}
.feature-card-3 .feature-icon-wrapper {
  background: linear-gradient(135deg, #cffafe 0%, #e0f7fa 100%);
}
.feature-card-3 .feature-icon-wrapper svg {
  color: #06b6d4;
}
.feature-card-3:hover {
  border-color: rgba(6, 182, 212, 0.3);
}

.feature-card-4::before {
  background: linear-gradient(90deg, #ec4899 0%, #f472b6 100%);
}
.feature-card-4 {
  border-color: rgba(236, 72, 153, 0.1);
}
.feature-card-4 .feature-icon-wrapper {
  background: linear-gradient(135deg, #fce7f3 0%, #fdf2f8 100%);
}
.feature-card-4 .feature-icon-wrapper svg {
  color: #ec4899;
}
.feature-card-4:hover {
  border-color: rgba(236, 72, 153, 0.3);
}

.feature-card-5::before {
  background: linear-gradient(90deg, #10b981 0%, #34d399 100%);
}
.feature-card-5 {
  border-color: rgba(16, 185, 129, 0.1);
}
.feature-card-5 .feature-icon-wrapper {
  background: linear-gradient(135deg, #d1fae5 0%, #ecfdf5 100%);
}
.feature-card-5 .feature-icon-wrapper svg {
  color: #10b981;
}
.feature-card-5:hover {
  border-color: rgba(16, 185, 129, 0.3);
}

.feature-card-6::before {
  background: linear-gradient(90deg, #3b82f6 0%, #60a5fa 100%);
}
.feature-card-6 {
  border-color: rgba(59, 130, 246, 0.1);
}
.feature-card-6 .feature-icon-wrapper {
  background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);
}
.feature-card-6 .feature-icon-wrapper svg {
  color: #3b82f6;
}
.feature-card-6:hover {
  border-color: rgba(59, 130, 246, 0.3);
}

.feature-card-7::before {
  background: linear-gradient(90deg, #f97316 0%, #fb923c 100%);
}
.feature-card-7 {
  border-color: rgba(249, 115, 22, 0.1);
}
.feature-card-7 .feature-icon-wrapper {
  background: linear-gradient(135deg, #fed7aa 0%, #ffedd5 100%);
}
.feature-card-7 .feature-icon-wrapper svg {
  color: #f97316;
}
.feature-card-7:hover {
  border-color: rgba(249, 115, 22, 0.3);
}

.feature-card-8::before {
  background: linear-gradient(90deg, #14b8a6 0%, #2dd4bf 100%);
}
.feature-card-8 {
  border-color: rgba(20, 184, 166, 0.1);
}
.feature-card-8 .feature-icon-wrapper {
  background: linear-gradient(135deg, #99f6e4 0%, #ccfbf1 100%);
}
.feature-card-8 .feature-icon-wrapper svg {
  color: #14b8a6;
}
.feature-card-8:hover {
  border-color: rgba(20, 184, 166, 0.3);
}

.feature-card h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

.feature-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

.target-audience-section {
  background: linear-gradient(180deg, #fafbfc 0%, #f3f6f9 100%);
  padding: 80px 0;
  position: relative;
}

.target-audience-section h2 {
  color: #003a42;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.target-audience-intro {
  font-size: 1.15rem;
  color: #6c757d;
  line-height: 1.8;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.target-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.target-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.target-card-header {
  padding: 30px 30px 20px;
  text-align: center;
  position: relative;
}

.target-emoji {
  font-size: 4rem;
  line-height: 1;
  display: inline-block;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
  transition: transform 0.4s ease;
}

.target-card:hover .target-emoji {
  transform: scale(1.15) rotate(-5deg);
}

.target-card-body {
  padding: 0 30px 30px;
}

.target-card h4 {
  color: #003a42;
  font-size: 1.35rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
}

.target-card p {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 20px;
}

.primary-target {
  border-color: rgba(35, 221, 145, 0.2);
}

.primary-target .target-card-header {
  background: linear-gradient(135deg, #f0fdf8 0%, #d1fae5 100%);
}

.primary-target:hover {
  border-color: rgba(35, 221, 145, 0.4);
}

.secondary-target {
  border-color: rgba(100, 116, 139, 0.1);
}

.secondary-target .target-card-header {
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.secondary-target:hover {
  border-color: rgba(100, 116, 139, 0.2);
}

.target-badge {
  display: inline-block;
  padding: 8px 18px;
  background: linear-gradient(135deg, #23dd91 0%, #1ab174 100%);
  color: white;
  border-radius: 24px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(35, 221, 145, 0.3);
  transition: all 0.3s ease;
}

.target-card:hover .target-badge {
  box-shadow: 0 6px 20px rgba(35, 221, 145, 0.45);
  transform: scale(1.05);
}

.key-benefits-box {
  background: linear-gradient(135deg, #003a42 0%, #1ab174 100%);
  padding: 50px 40px;
  border-radius: 24px;
  margin-top: 60px;
  box-shadow: 0 12px 40px rgba(0, 58, 66, 0.25);
  position: relative;
  overflow: hidden;
}

.key-benefits-box::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(35, 221, 145, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.key-benefits-box::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -5%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(157, 254, 201, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.key-benefits-box h3 {
  color: #9dfec9;
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 24px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(35, 221, 145, 0.2);
  backdrop-filter: blur(10px);
}

.benefit-item:hover {
  background: rgba(35, 221, 145, 0.15);
  transform: translateX(10px);
  border-color: rgba(35, 221, 145, 0.4);
}

.benefit-checkmark {
  color: #23dd91;
  font-size: 1.6rem;
  font-weight: bold;
  flex-shrink: 0;
  text-shadow: 0 3px 6px rgba(35, 221, 145, 0.4);
}

.benefit-item p {
  color: white;
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  font-weight: 500;
}

.clients-section {
  background: linear-gradient(135deg, #ffffff 0%, #fafbfc 50%, #f8f9fa 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.clients-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 20% 30%,
      rgba(35, 221, 145, 0.06) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgba(26, 177, 116, 0.06) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.clients-heading {
  color: #003a42;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.clients-heading::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #23dd91, #1ab174);
  border-radius: 2px;
}

/* Modern Client Card */
.client-card-modern {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}

.client-card-modern::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, #23dd91 0%, #1ab174 100%);
  transition: all 0.4s ease;
}

.client-card-modern:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-color: rgba(35, 221, 145, 0.3);
}

.client-card-header {
  padding: 32px 32px 20px;
  text-align: center;
  background: linear-gradient(135deg, #f0fdf8 0%, #d1fae5 100%);
}

.client-emoji {
  font-size: 4.2rem;
  line-height: 1;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
  transition: transform 0.4s ease;
}

.client-card-modern:hover .client-emoji {
  transform: scale(1.15) rotate(8deg);
}

.client-card-body {
  padding: 0 32px 32px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.client-card-body h4 {
  color: #003a42;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.3;
}

.client-role {
  color: #23dd91;
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.client-desc {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 0 20px 0;
  flex-grow: 1;
}

.client-badge {
  align-self: flex-start;
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(135deg, #23dd91 0%, #1ab174 100%);
  color: white;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(35, 221, 145, 0.3);
  transition: all 0.3s ease;
}

.client-card-modern:hover .client-badge {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(35, 221, 145, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .clients-heading {
    font-size: 2rem;
    margin-bottom: 40px;
  }

  .client-emoji {
    font-size: 3.2rem;
  }

  .client-card-body h4 {
    font-size: 1.2rem;
  }

  .client-desc {
    font-size: 0.95rem;
  }

  .client-card-header,
  .client-card-body {
    padding-left: 24px;
    padding-right: 24px;
  }

  .client-card-header {
    padding-top: 28px;
  }
}

/* ===========================
   TEF HEALTH SECTION – Modern & Prestížny dizajn
   =========================== */

.tef-section {
  background: linear-gradient(135deg, #f8fffe 0%, #f0fdfa 50%, #ecfdf5 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.tef-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 15% 50%,
      rgba(34, 197, 94, 0.08) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 85% 30%,
      rgba(6, 78, 59, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.tef-heading {
  font-size: 2.5rem;
  font-weight: 700;
  color: #003a42;
  margin-bottom: 16px;
  line-height: 1.3;
}

.text-gradient {
  background: linear-gradient(90deg, #16a34a, #23dd91);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tef-subtitle {
  color: #16a34a;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.tef-text {
  color: #475569;
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 18px;
}

.tef-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tef-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.tef-badge-eu {
  background: #0c4a6e;
  color: white;
}

.tef-badge-ai {
  background: linear-gradient(135deg, #7c3aed, #a78bfa);
  color: white;
}

.tef-badge-health {
  background: linear-gradient(135deg, #16a34a, #22c55e);
  color: white;
}

.tef-badge:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.tef-btn {
  font-weight: bold;
  padding: 12px 28px;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.tef-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 216, 117, 0.3);
}

/* Visual – Logo */
.tef-visual {
  position: relative;
  display: inline-block;
}

.tef-logo {
  max-width: 280px;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
  transition: all 0.4s ease;
}

.tef-visual:hover .tef-logo {
  transform: scale(1.05);
}

.tef-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(34, 197, 94, 0.15) 0%,
    transparent 70%
  );
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.tef-visual:hover .tef-glow {
  opacity: 1;
}

.tef-caption {
  color: #64748b;
  font-size: 1rem;
  font-style: italic;
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 992px) {
  .tef-heading {
    font-size: 2.2rem;
    text-align: center;
  }

  .tef-subtitle {
    text-align: center;
  }

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

  .tef-badges {
    justify-content: center;
  }

  .tef-btn {
    display: block;
    margin: 20px auto 0;
    max-width: 280px;
  }

  .tef-visual {
    margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .tef-section {
    padding: 80px 0;
  }

  .tef-heading {
    font-size: 1.9rem;
  }

  .tef-logo {
    max-width: 220px;
  }
}

/* ===========================
   FOOTER
   =========================== */

.footer-section {
  background: linear-gradient(135deg, #003a42 0%, #212b36 100%);
  color: #fff;
  padding: 60px 0 20px 0;
  margin-top: 80px;
  position: relative;
  overflow: hidden;
}

.footer-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #23dd91 0%, #1ab174 50%, #23dd91 100%);
}

.footer-section::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(35, 221, 145, 0.05) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #9dfec9;
}

.footer-section p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.contact-info p {
  margin-bottom: 10px;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(35, 221, 145, 0.15);
  color: #23dd91;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 1.1rem;
  border: 1px solid rgba(35, 221, 145, 0.2);
}

.social-links a:hover {
  background: #23dd91;
  color: #003a42;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(35, 221, 145, 0.3);
  border-color: #23dd91;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.footer-bottom p {
  margin: 0;
}

/* ===========================
   RESPONSIVE
   =========================== */

@media (max-width: 768px) {
  .target-audience-section h2 {
    font-size: 2rem;
  }

  .target-audience-intro {
    font-size: 1rem;
    margin-bottom: 40px;
  }

  .target-emoji {
    font-size: 3rem;
  }

  .target-card h4 {
    font-size: 1.2rem;
  }

  .target-card p {
    font-size: 0.95rem;
  }

  .key-benefits-box {
    padding: 35px 25px;
    margin-top: 40px;
  }

  .key-benefits-box h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .benefit-item {
    padding: 12px 16px;
  }

  .benefit-item p {
    font-size: 0.95rem;
  }

  .feature-card {
    padding: 24px 20px;
  }

  .feature-icon-wrapper {
    width: 60px;
    height: 60px;
  }

  .feature-icon-wrapper svg {
    width: 32px;
    height: 32px;
  }

  .feature-card h4 {
    font-size: 1.15rem;
  }

  .feature-card p {
    font-size: 0.9rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .footer-section {
    padding: 40px 0 20px 0;
  }

  .client-card {
    flex-direction: column;
    text-align: center;
    padding: 0;
    gap: 20px;
  }

  .client-name {
    font-size: 1.3rem;
  }

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

  .clients-heading {
    font-size: 2rem;
  }

  .client-image-wrapper {
    width: 140px;
    height: 140px;
  }
}
