.preloader-text,
.research-tag,
.service-num {
  font-family: var(--font-mono);
}
#navbar,
#preloader,
#scrollTop {
  position: fixed;
}
.float-card-label,
.hero-stat-label,
.preloader-text,
.section-label {
  text-transform: uppercase;
}
:root {
  --primary: #1a56db;
  --cyan: #0ea5e9;
  --accent: #06b6d4;
  --emerald: #10b981;
  --dark: #f8faff;
  --darker: #eef2fb;
  --mid: #dde7f7;
  --white: #0f172a;
  --gray: #64748b;
  --light: #e0eaff;
  --font-body: "Space Grotesk", sans-serif;
  --font-mono: "JetBrains Mono", monospace;
  --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --radius: 12px;
  --shadow: 0 8px 32px rgba(26, 86, 219, 0.12);
}
*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--dark);
  color: var(--white);
  line-height: 1.7;
}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--darker);
}
::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 3px;
}
#preloader {
  inset: 0;
  background: #fff;
  z-index: 99999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  transition: opacity 0.6s, visibility 0.6s;
}
#navbar,
.about-img-wrap img,
.btn-nav,
.counter-card,
.nav-link,
.nav-link::after,
.research-card,
.research-card::before,
.research-icon {
  transition: var(--transition);
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.preloader-logo {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -1px;
  color: var(--white);
}
.footer-brand span,
.navbar-brand span,
.preloader-logo span {
  color: var(--cyan);
}
.molecule {
  width: 80px;
  height: 80px;
  position: relative;
}
.molecule-ring {
  position: absolute;
  inset: 0;
  border: 2px solid transparent;
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: 1s linear infinite spin;
}
.molecule-ring:nth-child(2) {
  inset: 12px;
  border-top-color: var(--cyan);
  animation-duration: 0.75s;
  animation-direction: reverse;
}
.molecule-ring:nth-child(3) {
  inset: 24px;
  border-top-color: var(--accent);
  animation-duration: 0.5s;
}
.hero-badge .dot,
.preloader-text {
  animation: 1.5s ease-in-out infinite pulse;
}
.molecule-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--cyan);
}
#home,
.nav-link {
  position: relative;
}
.preloader-text {
  font-size: 0.75rem;
  color: var(--gray);
  letter-spacing: 3px;
}
.preloader-bar {
  width: 200px;
  height: 2px;
  background: rgba(26, 86, 219, 0.15);
  border-radius: 2px;
  overflow: hidden;
}
.preloader-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  animation: 2s forwards loadBar;
}
#navbar {
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 18px 0;
}
#navbar.scrolled {
  background: rgba(248, 250, 255, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 12px 0;
  border-bottom: 1px solid rgba(26, 86, 219, 0.1);
  box-shadow: 0 4px 30px rgba(26, 86, 219, 0.08);
}
.navbar-brand {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--white) !important;
  letter-spacing: -0.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}
.navbar-brand .brand-icon {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: #fff;
}
#home,
.hero-visual {
  display: flex;
  align-items: center;
}
.nav-link {
  color: rgba(15, 23, 42, 0.65) !important;
  font-size: 0.88rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 6px 14px !important;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  transform: scaleX(0);
  border-radius: 2px;
}
.nav-link:hover {
  color: var(--primary) !important;
}
.nav-link:hover::after {
  transform: scaleX(1);
}
.navbar-toggler {
  border: 1px solid rgba(26, 86, 219, 0.2);
  padding: 6px 10px;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2826,86,219,.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.btn-nav {
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 8px 20px !important;
  font-weight: 600;
  font-size: 0.85rem;
}
.hero-badge .dot,
.particle {
  background: var(--cyan);
  border-radius: 50%;
}
.btn-nav:hover {
  opacity: 0.88;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(14, 165, 233, 0.3);
}
#home {
  min-height: 100vh;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f6ff 0, #e8f0fe 50%, #f0faff 100%);
}
.hero-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  opacity: 0.35;
  animation: float var(--dur, 6s) ease-in-out infinite;
  animation-delay: var(--delay, 0s);
}
.hero-badge .dot {
  width: 6px;
  height: 6px;
}
.gradient-text,
.hero-title .gradient-text {
  background: linear-gradient(
    135deg,
    var(--primary),
    var(--cyan),
    var(--accent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-stat-label {
  margin-top: 2px;
}
.hero-visual {
  position: relative;
  justify-content: center;
}
.hero-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(26, 86, 219, 0.15);
  box-shadow: 0 0 60px rgba(26, 86, 219, 0.1),
    0 32px 80px rgba(26, 86, 219, 0.12);
}
.hero-img-wrap img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  display: block;
  filter: brightness(0.92) saturate(1.15);
}
.hero-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 86, 219, 0.18),
    rgba(14, 165, 233, 0.08)
  );
}
.hero-float-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(26, 86, 219, 0.15);
  border-radius: var(--radius);
  padding: 14px 20px;
  box-shadow: 0 8px 32px rgba(26, 86, 219, 0.1);
}
#about,
#publications,
#services,
#testimonials,
#testing-services,
.bg-darker {
  background: var(--darker);
}
.hero-float-card.card-1 {
  bottom: 40px;
  left: -30px;
}
.hero-float-card.card-2 {
  top: 40px;
  right: -20px;
}
.float-card-label {
  font-size: 0.7rem;
  color: #64748b;
  letter-spacing: 1px;
}
.float-card-value {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--primary);
}
#contact,
#facilities,
#research,
#team {
  background: var(--dark);
}
#blog-detail-hero,
#faq-hero,
#privacy-hero,
#terms-hero {
  background: linear-gradient(135deg, #f0f6ff 0, #e8f0fe 100%);
}
.about-img-wrap {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.about-img-wrap img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 20px;
  filter: brightness(0.93) saturate(1.15);
}
.about-img-wrap:hover img {
  transform: scale(1.03);
  filter: brightness(1) saturate(1.2);
}
.about-badge {
  position: absolute;
  bottom: 30px;
  right: -20px;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  border-radius: 16px;
  padding: 20px 28px;
  text-align: center;
  box-shadow: var(--shadow);
  color: #fff;
}
#research,
.research-card,
.team-img-wrap {
  position: relative;
  overflow: hidden;
}
.about-badge .num {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.about-badge .label {
  font-size: 0.8rem;
  opacity: 0.9;
  color: #fff;
}
.counter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
}
.counter-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 2px 12px rgba(26, 86, 219, 0.06);
}
.research-card,
.service-card,
.team-card {
  box-shadow: 0 2px 16px rgba(26, 86, 219, 0.06);
}
.counter-card:hover {
  border-color: rgba(14, 165, 233, 0.4);
  background: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(26, 86, 219, 0.12);
}
.counter-num,
.hero-stat-num {
  font-size: 2rem;
  font-weight: 800;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.counter-label {
  color: #64748b;
  font-size: 0.85rem;
  margin-top: 4px;
}
.map-wrap,
.pub-authors,
.pub-link,
.research-tag {
  margin-top: 16px;
}
#research::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(14, 165, 233, 0.06) 0,
    transparent 70%
  );
}
.research-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  padding: 36px 28px;
  height: 100%;
  cursor: default;
}
.research-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 86, 219, 0.03),
    rgba(14, 165, 233, 0.04)
  );
  opacity: 0;
}
.research-card:hover {
  border-color: rgba(14, 165, 233, 0.4);
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(26, 86, 219, 0.13);
}
.footer-links a:hover::before,
.gallery-item:hover .gallery-hover,
.research-card:hover::before {
  opacity: 1;
}
.research-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    rgba(26, 86, 219, 0.1),
    rgba(14, 165, 233, 0.1)
  );
  border: 1px solid rgba(14, 165, 233, 0.25);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 24px;
}
.research-card:hover .research-icon {
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  color: #fff;
  transform: scale(1.1);
  border-color: transparent;
}
.research-card h5 {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0f172a;
}
.research-card p {
  color: #64748b;
  font-size: 0.9rem;
  line-height: 1.7;
}
.research-tag {
  display: inline-block;
  background: rgba(26, 86, 219, 0.08);
  color: var(--primary);
  font-size: 0.7rem;
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 1px;
}
.service-card,
.service-icon-wrap {
  display: flex;
  transition: var(--transition);
}
.service-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  padding: 32px 24px;
  height: 100%;
  flex-direction: column;
  gap: 16px;
}
.service-card:hover {
  border-color: rgba(26, 86, 219, 0.3);
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(26, 86, 219, 0.13);
}
.service-num {
  font-size: 0.75rem;
  color: var(--cyan);
  letter-spacing: 2px;
}
.service-icon-wrap {
  width: 52px;
  height: 52px;
  background: rgba(26, 86, 219, 0.08);
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: var(--primary);
}
.service-card:hover .service-icon-wrap {
  background: var(--primary);
  color: #fff;
}
.service-card h5 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  color: #0f172a;
}
.service-card p {
  color: #64748b;
  font-size: 0.88rem;
  line-height: 1.7;
  flex: 1;
  margin: 0;
}
.service-link,
.team-social a {
  font-size: 0.85rem;
  display: flex;
  transition: var(--transition);
  text-decoration: none;
}
.service-link {
  color: var(--primary);
  font-weight: 600;
  align-items: center;
  gap: 6px;
}
.pub-date,
.pub-tag {
  font-size: 0.72rem;
  letter-spacing: 1px;
  font-family: var(--font-mono);
}
.blog-link:hover,
.service-link:hover {
  gap: 12px;
  color: var(--cyan);
}
.team-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition);
}
.team-card:hover {
  transform: translateY(-8px);
  border-color: rgba(14, 165, 233, 0.3);
  box-shadow: 0 20px 60px rgba(26, 86, 219, 0.14);
}
.pub-card:hover,
.testimonial-card:hover {
  box-shadow: 0 12px 40px rgba(26, 86, 219, 0.12);
}
.team-img-wrap {
  height: 360px;
}
.team-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
  filter: grayscale(15%);
}
.team-card:hover .team-img-wrap img {
  transform: scale(1.08);
  filter: grayscale(0%);
}
.team-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(26, 86, 219, 0.88) 0, transparent 60%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
}
.team-social {
  display: flex;
  gap: 10px;
  opacity: 0;
  transform: translateY(10px);
  transition: var(--transition);
}
#scrollTop.visible,
.team-card:hover .team-social {
  opacity: 1;
  transform: translateY(0);
}
.team-social a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.pub-card h5,
.team-info h5 {
  font-weight: 700;
  color: #0f172a;
}
.team-social a:hover {
  background: #fff;
  color: var(--primary);
  border-color: #fff;
}
.team-info {
  padding: 24px;
}
.team-info h5 {
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.team-info .role {
  color: var(--primary);
  font-size: 0.83rem;
  font-family: var(--font-mono);
  letter-spacing: 1px;
}
.pub-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  padding: 28px;
  height: 100%;
  transition: var(--transition);
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(26, 86, 219, 0.06);
}
.pub-card:hover {
  border-color: rgba(14, 165, 233, 0.35);
  transform: translateY(-4px);
}
.pub-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.pub-date {
  color: #94a3b8;
}
.pub-authors,
.pub-link:hover,
.pub-tag {
  color: var(--primary);
}
.pub-tag {
  background: rgba(26, 86, 219, 0.08);
  padding: 3px 10px;
  border-radius: 100px;
}
.pub-card h5 {
  font-size: 1rem;
  margin-bottom: 12px;
  line-height: 1.4;
}
.pub-card p {
  color: #64748b;
  font-size: 0.87rem;
  line-height: 1.7;
  flex: 1;
}
.pub-authors {
  font-size: 0.8rem;
  font-family: var(--font-mono);
}
.pub-link {
  color: #0f172a;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: var(--transition);
}
.pub-link:hover {
  gap: 12px;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
}
.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 2px 16px rgba(26, 86, 219, 0.08);
}
.gallery-item:first-child {
  grid-column: span 2;
}
.gallery-item img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  transition: var(--transition);
  display: block;
}
.gallery-item:first-child img {
  height: 380px;
}
.gallery-hover {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(26, 86, 219, 0.82),
    rgba(14, 165, 233, 0.7)
  );
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  opacity: 0;
  transition: var(--transition);
}
#testimonials,
.newsletter-wrap,
.testimonial-card {
  position: relative;
}
.contact-info-card,
.testimonial-card {
  background: #fff;
  transition: var(--transition);
}
.gallery-item:hover img {
  transform: scale(1.06);
}
.gallery-hover i {
  font-size: 2rem;
  color: #fff;
}
.gallery-hover span {
  color: #fff;
  font-weight: 600;
  font-size: 0.9rem;
}
#testimonials {
  overflow: hidden;
}
#testimonials::before {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(26, 86, 219, 0.06) 0,
    transparent 70%
  );
}
.testimonial-card {
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 24px;
  padding: 36px;
  height: 100%;
  box-shadow: 0 2px 16px rgba(26, 86, 219, 0.07);
}
#scrollTop,
.author-img {
  width: 48px;
  height: 48px;
}
.contact-info-card,
.map-wrap {
  box-shadow: 0 2px 12px rgba(26, 86, 219, 0.06);
}
.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  right: 28px;
  font-size: 5rem;
  line-height: 1;
  font-family: Georgia, serif;
  color: rgba(26, 86, 219, 0.08);
  pointer-events: none;
}
.testimonial-card:hover {
  border-color: rgba(14, 165, 233, 0.3);
}
.stars {
  color: #f59e0b;
  font-size: 0.9rem;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.testimonial-card p {
  color: #475569;
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 28px;
  font-style: italic;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
}
.author-img {
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(26, 86, 219, 0.25);
}
.author-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
}
.author-role {
  color: var(--primary);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 1px;
}
.contact-info-card {
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 16px;
}
.contact-info-card:hover {
  border-color: rgba(14, 165, 233, 0.35);
  transform: translateX(4px);
  box-shadow: 0 8px 28px rgba(26, 86, 219, 0.1);
}
.contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(26, 86, 219, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--primary);
  flex-shrink: 0;
}
.footer-brand,
.footer-social a {
  display: flex;
  align-items: center;
}
.contact-info-card h6 {
  font-weight: 600;
  margin-bottom: 4px;
  font-size: 0.9rem;
  color: #0f172a;
}
.contact-info-card p {
  color: #64748b;
  font-size: 0.87rem;
  margin: 0;
  line-height: 1.6;
}
.map-wrap {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26, 86, 219, 0.1);
}
.map-wrap iframe {
  display: block;
}
.form-wrap {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(26, 86, 219, 0.08);
}
.form-control,
.form-select {
  background: #f8faff !important;
  border: 1px solid rgba(26, 86, 219, 0.15) !important;
  color: #0f172a !important;
  border-radius: 10px !important;
  padding: 14px 18px !important;
  font-family: var(--font-body);
  transition: var(--transition);
}
.blog-detail-meta,
.blog-meta,
.step-number {
  font-family: var(--font-mono);
}
.form-control:focus,
.form-select:focus {
  border-color: rgba(14, 165, 233, 0.5) !important;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1) !important;
  background: #fff !important;
}
.form-control::placeholder {
  color: #94a3b8;
}
.form-label {
  color: #374151;
  font-size: 0.88rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.form-select option {
  background: #fff;
  color: #0f172a;
}
.btn-submit {
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 15px 40px;
  font-weight: 600;
  font-size: 1rem;
  width: 100%;
  transition: var(--transition);
  cursor: pointer;
}
.btn-submit:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 86, 219, 0.28);
}
footer {
  background: #0f172a;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 70px 0 0;
}
.footer-brand {
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  gap: 10px;
  margin-bottom: 16px;
}
.footer-desc,
.footer-links a {
  font-size: 0.9rem;
  color: #94a3b8;
}
.footer-desc {
  line-height: 1.8;
  max-width: 300px;
}
.footer-social {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}
.footer-social a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  justify-content: center;
  color: #94a3b8;
  text-decoration: none;
  transition: var(--transition);
}
.footer-bottom,
.footer-links a {
  align-items: center;
  display: flex;
}
.footer-social a:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}
.footer-heading {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.category-list,
.contact-info,
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 12px;
}
.footer-links a {
  text-decoration: none;
  transition: var(--transition);
  gap: 8px;
}
.footer-links a::before {
  content: "-";
  color: var(--cyan);
  font-size: 0.8rem;
  opacity: 0;
  transition: var(--transition);
}
.footer-links a:hover {
  color: var(--cyan);
  padding-left: 4px;
}
.newsletter-wrap input {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px !important;
  color: #fff !important;
  padding: 13px 18px !important;
  width: 100%;
  font-family: var(--font-body);
}
#scrollTop,
.newsletter-wrap button {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  transition: var(--transition);
  cursor: pointer;
}
.newsletter-wrap input::placeholder {
  color: #64748b;
}
.newsletter-wrap input:focus {
  outline: 0;
  border-color: rgba(14, 165, 233, 0.4) !important;
}
.newsletter-wrap button {
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 0.85rem;
  margin-top: 10px;
  width: 100%;
}
.newsletter-wrap button:hover {
  opacity: 0.88;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 24px 0;
  margin-top: 60px;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom p {
  color: #64748b;
  font-size: 0.85rem;
  margin: 0;
}
.footer-bottom a {
  color: var(--cyan);
  text-decoration: none;
}
#scrollTop {
  bottom: 30px;
  right: 30px;
  border: none;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9998;
  font-size: 1rem;
  opacity: 0;
  transform: translateY(20px);
  box-shadow: 0 4px 20px rgba(26, 86, 219, 0.3);
}
#scrollTop:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 8px 32px rgba(26, 86, 219, 0.4);
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes loadBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.35;
  }
  50% {
    transform: translateY(-20px) scale(1.2);
    opacity: 0.7;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .about-badge {
    right: 0;
  }
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
  .gallery-item:first-child {
    grid-column: span 2;
  }
  .hero-stats {
    gap: 20px;
  }
  #navbar {
    background-color: #fff !important;
  }
}
@media (max-width: 767px) {
  section {
    padding: 70px 0;
  }
  .hero-stats {
    flex-wrap: wrap;
    gap: 16px;
  }
  .hero-float-card {
    display: none;
  }
  .gallery-grid {
    grid-template-columns: 1fr;
  }
  .gallery-item:first-child {
    grid-column: span 1;
  }
  .counter-grid {
    grid-template-columns: 1fr 1fr;
  }
  .form-wrap {
    padding: 24px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
.text-cyan {
  color: var(--cyan) !important;
}
.gradient-text {
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#faq-hero,
#privacy-hero,
#terms-hero {
  min-height: 40vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.faq-section,
.privacy-section,
.terms-section {
  padding: 80px 0;
}
.faq-container,
.privacy-container,
.terms-container {
  background: #fff;
  border-radius: 24px;
  padding: 50px;
  box-shadow: var(--shadow);
}
.privacy-container h2,
.terms-container h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 40px 0 16px;
  color: #0f172a;
}
.privacy-container h2:first-of-type,
.terms-container h2:first-of-type {
  margin-top: 0;
}
.privacy-container h3,
.terms-container h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 30px 0 12px;
}
.privacy-container p,
.terms-container p {
  color: #334155;
  margin-bottom: 20px;
  line-height: 1.8;
}
.privacy-container ol,
.privacy-container ul,
.terms-container ol,
.terms-container ul {
  color: #334155;
  margin-bottom: 20px;
  padding-left: 24px;
}
.privacy-container li,
.terms-container li {
  margin-bottom: 8px;
}
.privacy-container .last-updated,
.terms-container .last-updated {
  font-family: var(--font-mono);
  color: var(--gray);
  margin-bottom: 30px;
  font-size: 0.9rem;
}
.privacy-container address {
  font-style: normal;
  background: var(--darker);
  padding: 20px;
  border-radius: 12px;
  margin-top: 20px;
}
#hero-consult,
#hero-data,
#hero-equipment,
#hero-pharma,
#hero-sample,
#hero-testing {
  min-height: 85vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f6ff 0, #e8f0fe 50%, #f0faff 100%);
}
.consult-card,
.data-card,
.equipment-card,
.pharma-card,
.sample-card,
.testing-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  padding: 32px 24px;
  height: 100%;
  transition: var(--transition);
  box-shadow: 0 2px 16px rgba(26, 86, 219, 0.06);
}
.consult-card:hover,
.data-card:hover,
.equipment-card:hover,
.pharma-card:hover,
.sample-card:hover,
.testing-card:hover {
  border-color: rgba(14, 165, 233, 0.4);
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(26, 86, 219, 0.13);
}
.consult-icon,
.data-icon,
.equipment-icon,
.pharma-icon,
.sample-icon,
.testing-icon {
  width: 60px;
  height: 60px;
  background: rgba(26, 86, 219, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--primary);
  margin-bottom: 20px;
}
.consult-card h5,
.data-card h5,
.equipment-card h5,
.pharma-card h5,
.sample-card h5,
.testing-card h5 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 12px;
}
.consult-card p,
.data-card p,
.equipment-card p,
.pharma-card p,
.sample-card p,
.testing-card p {
  color: var(--gray);
  font-size: 0.9rem;
}
.related-post-card:hover,
.step-card:hover {
  transform: translateY(-5px);
  border-color: var(--cyan);
}
.step-number {
  width: 48px;
  height: 48px !important;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
}
#hero-blog,
.blog-meta {
  align-items: center;
  display: flex;
}
#hero-blog {
  min-height: 60vh;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f0f6ff 0, #e8f0fe 50%, #f0faff 100%);
}
.blog-card {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  overflow: hidden;
  transition: var(--transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 16px rgba(26, 86, 219, 0.06);
}
.blog-card:hover {
  transform: translateY(-8px);
  border-color: rgba(14, 165, 233, 0.4);
  box-shadow: 0 20px 40px rgba(26, 86, 219, 0.12);
}
.blog-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.blog-content {
  flex: 1;
}
.blog-meta {
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.75rem;
}
.blog-date {
  color: #94a3b8;
}
.blog-category,
.blog-title a:hover,
.recent-post a:hover {
  color: var(--primary);
}
.blog-category {
  background: rgba(14, 165, 233, 0.1);
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 1px;
}
.blog-title {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 12px;
}
.blog-link,
.page-link {
  transition: var(--transition);
  font-weight: 600;
  text-decoration: none;
}
.blog-title a {
  color: var(--white);
  text-decoration: none;
  transition: var(--transition);
}
.blog-excerpt {
  color: var(--gray);
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.blog-link {
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 6px;
}
.search-form {
  display: flex;
}
.search-form input {
  flex: 1;
  background: var(--dark);
  border: 1px solid rgba(26, 86, 219, 0.2);
  border-radius: 10px 0 0 10px;
  padding: 12px 16px;
  outline: 0;
  font-family: var(--font-body);
}
.page-link.active,
.page-link:hover,
.search-form button {
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  color: #fff;
}
.search-form button {
  border: none;
  border-radius: 0 10px 10px 0;
  padding: 0 18px;
  cursor: pointer;
  transition: var(--transition);
}
.search-form button:hover {
  opacity: 0.85;
}
.pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.blog-detail-meta,
.page-link {
  display: flex;
  align-items: center;
}
.page-link {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.2);
  border-radius: 8px;
  width: 40px;
  height: 40px;
  justify-content: center;
  color: var(--white);
}
.page-link.active,
.page-link:hover {
  border-color: transparent;
}
#blog-detail-hero {
  padding: 180px 0 60px;
  position: relative;
  overflow: hidden;
}
.blog-detail-meta {
  gap: 20px;
  font-size: 0.8rem;
  color: var(--gray);
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.blog-detail-author,
.share-btn {
  align-items: center;
  display: flex;
}
.blog-detail-category {
  background: rgba(14, 165, 233, 0.1);
  color: var(--primary);
  padding: 6px 16px;
  border-radius: 100px;
  letter-spacing: 1px;
}
.blog-detail-title {
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 24px;
  color: #0f172a;
}
.comment-meta .comment-date,
.expert-card .role,
.tag {
  font-size: 0.8rem;
  font-family: var(--font-mono);
}
.blog-detail-author {
  gap: 16px;
}
.author-avatar,
.comment-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}
.author-info h6,
.comment-meta h6 {
  font-weight: 700;
  margin-bottom: 4px;
}
.author-info p {
  color: var(--gray);
  font-size: 0.85rem;
  margin: 0;
}
.blog-content {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
}
.share-btn,
.tag {
  background: var(--light);
  color: var(--primary);
}
.blog-content h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 40px 0 16px;
}
.blog-content h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 32px 0 16px;
}
.blog-content p {
  color: #334155;
  margin-bottom: 24px;
  font-size: 1.05rem;
}
.blog-content blockquote {
  background: var(--darker);
  border-left: 4px solid var(--primary);
  padding: 24px 28px;
  border-radius: 12px;
  margin: 32px 0;
  font-style: italic;
  color: #1e293b;
  font-size: 1.1rem;
}
.blog-content img {
  max-width: 100%;
  border-radius: 16px;
  margin: 24px 0;
}
.blog-content figure {
  margin: 32px 0;
}
.blog-content figcaption {
  text-align: center;
  color: var(--gray);
  font-size: 0.85rem;
  margin-top: 8px;
}
.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 40px 0 20px;
}
.tag {
  padding: 6px 16px;
  border-radius: 100px;
}
.share-buttons {
  display: flex;
  gap: 12px;
  border-top: 1px solid rgba(26, 86, 219, 0.1);
  padding-top: 30px;
  margin-top: 30px;
}
.share-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  justify-content: center;
  transition: var(--transition);
  text-decoration: none;
}
.approach-step,
.process-step,
.related-post-card,
.step-card {
  height: 100%;
  transition: var(--transition);
}
.author-bio,
.contact-info li {
  align-items: center;
}
.share-btn:hover {
  background: var(--primary);
  color: #fff;
  transform: translateY(-3px);
}
.author-bio {
  background: var(--darker);
  border-radius: 20px;
  padding: 32px;
  display: flex;
  gap: 24px;
  margin: 40px 0;
  flex-wrap: wrap;
}
.author-bio img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.author-bio h5 {
  font-weight: 700;
  margin-bottom: 8px;
}
.author-bio p {
  color: var(--gray);
  margin-bottom: 12px;
}
.comments-section {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  box-shadow: var(--shadow);
}
.comment {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(26, 86, 219, 0.1);
}
.contact-info li,
.recent-post {
  gap: 12px;
  display: flex;
}
.comment-meta .comment-date {
  color: var(--gray);
}
.comment-text {
  margin: 8px 0;
  color: #334155;
}
.comment-reply {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}
.category-list li {
  margin-bottom: 10px;
}
.accordion-item,
.contact-info li,
.expert-card img,
.faq-title,
.recent-post,
footer p {
  margin-bottom: 16px;
}
.category-list a {
  color: var(--gray);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  transition: var(--transition);
}
.category-list a:hover {
  color: var(--primary);
  padding-left: 4px;
}
.recent-post img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
  object-fit: cover;
}
.recent-post h6 {
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
}
.expert-card h6,
.faq-title {
  font-weight: 700;
}
.recent-post a {
  color: var(--white);
  text-decoration: none;
}
.related-post-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(26, 86, 219, 0.1);
}
.related-post-card img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.related-post-content {
  padding: 20px;
}
.related-post-content h6 {
  font-weight: 700;
  font-size: 1rem;
}
.expert-card {
  background: #fff;
  border-radius: 20px;
  padding: 24px 16px;
  text-align: center;
  border: 1px solid rgba(26, 86, 219, 0.1);
  transition: var(--transition);
}
.accordion-body,
.accordion-button {
  padding: 20px 24px;
  background: #fff;
}
.expert-card:hover {
  border-color: var(--cyan);
  transform: translateY(-4px);
}
.expert-card img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--light);
}
.expert-card .role {
  color: var(--primary);
}
.faq-title {
  font-size: 1.8rem;
  color: #0f172a;
}
.accordion-item {
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 12px !important;
  overflow: hidden;
  background: #fff;
}
.accordion-button {
  color: var(--white);
  font-weight: 600;
  font-size: 1.1rem;
  border: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  background: var(--light);
  color: var(--primary);
}
.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231a56db'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
  color: #334155;
  border-top: 1px solid rgba(26, 86, 219, 0.05);
}
.sidebar-widget {
  background: #fff;
  border: 1px solid rgba(26, 86, 219, 0.1);
  border-radius: 20px;
  padding: 28px;
  margin-bottom: 30px;
}
.widget-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--light);
}
.hero-bg,
.hero-grid {
  position: absolute;
  inset: 0;
}
.accred-badge,
.contact-info li i {
  align-items: center;
  color: var(--primary);
}
.contact-info li i {
  width: 36px;
  height: 36px;
  background: var(--light);
  border-radius: 50%;
  display: flex;
  justify-content: center;
}
.step-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 20px;
  border: 1px solid rgba(26, 86, 219, 0.1);
  text-align: center;
}
.approach-step:hover,
.industry-item:hover,
.process-step:hover,
.step-card:hover {
  border-color: var(--cyan);
  transform: scale(1.02);
}
.tech-item,
.tool-item {
  background: #fff;
  border-radius: 16px;
  padding: 24px 12px;
  text-align: center;
  border: 1px solid rgba(26, 86, 219, 0.1);
  transition: var(--transition);
}
.tech-item i,
.tool-item i {
  font-size: 2.2rem;
  color: var(--primary);
  margin-bottom: 8px;
}
.tech-item span,
.tool-item span {
  font-weight: 500;
}
.tech-item:hover,
.tool-item:hover {
  border-color: var(--cyan);
  background: #f0f7ff;
}
.approach-step,
.process-step {
  background: #fff;
  border-radius: 20px;
  padding: 28px 20px;
  border: 1px solid rgba(26, 86, 219, 0.1);
  text-align: center;
}
.accred-badge {
  background: #fff;
  border-radius: 100px;
  padding: 12px 28px;
  border: 1px solid rgba(26, 86, 219, 0.2);
  display: inline-flex;
  gap: 10px;
  font-weight: 600;
}
.hero-bg {
  background: radial-gradient(
      ellipse 80% 60% at 70% 50%,
      rgba(14, 165, 233, 0.12) 0,
      transparent 70%
    ),
    radial-gradient(
      ellipse 60% 80% at 20% 60%,
      rgba(26, 86, 219, 0.09) 0,
      transparent 70%
    );
}
.hero-grid {
  background-image: linear-gradient(
      rgba(26, 86, 219, 0.07) 1px,
      transparent 1px
    ),
    linear-gradient(90deg, rgba(26, 86, 219, 0.07) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(
    ellipse 80% 80% at 50% 50%,
    black 40%,
    transparent 100%
  );
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(14, 165, 233, 0.1);
  border: 1px solid rgba(14, 165, 233, 0.3);
  color: var(--primary);
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 2px;
  padding: 8px 18px;
  border-radius: 100px;
  margin-bottom: 24px;
}
.hero-title {
  font-size: clamp(2.8rem, 6vw, 3.8rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -2px;
  margin-bottom: 24px;
  color: #0f172a;
}
.hero-sub {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 600px;
  margin-bottom: 40px;
  line-height: 1.8;
}
.btn-outline-lab,
.btn-primary-lab {
  padding: 14px 32px;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--transition);
}
.btn-primary-lab {
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  color: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 24px rgba(26, 86, 219, 0.22);
}
.btn-primary-lab:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 32px rgba(26, 86, 219, 0.35);
  color: #fff;
}
.btn-outline-lab {
  background: 0 0;
  color: var(--white);
  border: 1px solid rgba(26, 86, 219, 0.3);
  border-radius: 10px;
}
.btn-outline-lab:hover {
  border-color: var(--primary);
  color: var(--primary);
  transform: translateY(-3px);
  background: rgba(26, 86, 219, 0.05);
}
.hero-stats {
  display: flex;
  gap: 40px;
  margin-top: 56px;
  padding-top: 40px;
  border-top: 1px solid rgba(26, 86, 219, 0.12);
}
.hero-stat-label {
  font-size: 0.8rem;
  color: #64748b;
  letter-spacing: 1px;
}
.industry-item i,
.section-label {
  color: var(--primary);
  margin-bottom: 12px;
}
section {
  padding: 100px 0;
}
.section-label {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  letter-spacing: 3px;
}
.section-title {
  font-size: clamp(2rem, 4vw, 2rem);
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1.15;
  margin-bottom: 20px;
  color: #0f172a;
}
.section-subtitle {
  color: #64748b;
  max-width: 540px;
  line-height: 1.8;
}
.divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--cyan));
  border-radius: 2px;
  margin: 20px 0;
}
.divider.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.step-num {
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--primary), var(--cyan));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: #fff;
  font-weight: 700;
}
.industry-item {
  background: #fff;
  border-radius: 16px;
  padding: 24px 16px;
  text-align: center;
  border: 1px solid rgba(26, 86, 219, 0.1);
  transition: var(--transition);
  height: 100%;
}
.industry-item i {
  font-size: 2rem;
}
footer p {
  color: var(--gray);
  font-size: 0.88rem;
  line-height: 1.7;
}
.footer-bottom a {
  margin-right: 20px;
}
body,
html {
  overflow-x: hidden;
  width: 100%;
}

/* ========================================
   AJUSTE DE BORDES REDONDEADOS - CONTENEDORES PRINCIPALES
   ======================================== */

/* Contenedor principal de la imagen del héroe */
.hero-img-wrap {
    border-radius: 12px !important; /* Reducido de 24px a 12px */
}

/* Otros contenedores principales que suelen tener bordes redondeados */
.about-img-wrap {
    border-radius: 12px !important; /* Reducido de 20px a 12px */
}

/* Tarjetas y contenedores de secciones */
.hero-float-card {
    border-radius: 8px !important; /* Reducido de var(--radius) a 8px */
}

.form-wrap {
    border-radius: 16px !important; /* Reducido de 24px a 16px */
}

.map-wrap {
    border-radius: 12px !important; /* Reducido de 16px a 12px */
}

/* Si quieres un control aún más fino, puedes ajustar todos los contenedores principales de una vez */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    /* No modificar estos, ya que no tienen border-radius por defecto */
}

/* Para un cambio global en todos los divs con border-radius, usa este selector */
div[class*="wrap"],
div[class*="card"],
div[class*="container"]:not(.container-fluid) {
    border-radius: 8px !important; /* Valor estándar para todos */
}

/* ========================================
   AJUSTE DE BORDES - CONTENEDORES DE BLOG Y SERVICIOS
   ======================================== */

/* Contenedor principal del blog */
.blog-content {
    border-radius: 16px !important; /* Reducido de 24px a 16px */
}

/* Imágenes dentro de figure en blog-content */
.blog-content figure img,
.blog-content img[style*="border-radius"] {
    border-radius: 8px !important; /* Reducido de 16px a 8px */
}

/* Blockquotes dentro del blog */
.blog-content blockquote {
    border-radius: 8px !important; /* Reducido de 12px a 8px */
}

/* Otros contenedores de secciones similares */
.faq-container,
.privacy-container,
.terms-container {
    border-radius: 16px !important; /* Reducido de 24px a 16px */
}

.comments-section {
    border-radius: 16px !important; /* Reducido de 24px a 16px */
}

.sidebar-widget {
    border-radius: 12px !important; /* Reducido de 20px a 12px */
}

.author-bio {
    border-radius: 12px !important; /* Reducido de 20px a 12px */
}

/* Selector genérico para cualquier contenedor con borde redondeado que pueda faltar */
div[class*="content"],
div[class*="container"]:not(.container-fluid):not(.container-lg):not(.container-md):not(.container-sm):not(.container-xl):not(.container-xxl),
div[class*="wrap"]:not(.hero-img-wrap):not(.about-img-wrap) {
    border-radius: 8px !important;
}

/* ========================================
   AJUSTE DE BORDES - SECCIÓN ABOUT Y INFECTOLOGÍA
   ======================================== */

/* Contenedor de la imagen en about */
.about-img-wrap {
    border-radius: 12px !important;
    overflow: hidden; /* Asegura que la imagen respete el borde redondeado */
}

/* Imagen dentro de about-img-wrap */
.about-img-wrap img {
    border-radius: 12px !important;
    transition: var(--transition);
}

/* Blockquote en la sección about */
#about blockquote,
section#about blockquote {
    border-left: 4px solid var(--primary);
    padding: 20px 24px;
    border-radius: 8px !important;
    background: rgba(26, 86, 219, 0.04);
    font-style: italic;
    color: #1e293b;
    font-size: 1.05rem;
    line-height: 1.8;
}

.hero-grid {
    opacity: 0;
    pointer-events: none;
}

/* ========================================
   FONDO BLANCO AZULADO - PÁGINA DE INICIO
   ======================================== */

/* Cambiar el fondo a blanco ligeramente azulado */
#home {
    background: #f5f7fa !important;
}

/* Eliminar la rejilla */
.hero-grid {
    display: none !important;
}

/* Eliminar los degradados del fondo */
.hero-bg {
    display: none !important;
}

/* Eliminar las partículas */
.hero-particles {
    display: none !important;
}

/* ========================================
   AJUSTE DE BORDE - HERO BADGE
   ======================================== */

.hero-badge {
    border-radius: 2px !important; /* Cambiado de 100px a 8px */
}

/* ===== LOGO - TAMAÑO NORMAL ===== */
.navbar-brand .logo-grande {
  height: 80px;  /* Tamaño normal en escritorio */
  width: auto;
  display: block;
  transition: all 0.3s ease;
}

/* ===== NAVBAR - TAMAÑO NORMAL ===== */
#navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.3s ease;
}

.navbar-nav {
  align-items: center;
}

/* ===== NAVBAR ENCOGIDO (cuando haces scroll) ===== */
#navbar.shrink {
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(248, 250, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 4px 30px rgba(26, 86, 219, 0.1);
}

#navbar.shrink .logo-grande {
  height: 50px;  /* Tamaño más pequeño cuando haces scroll */
}

/* ===== MÓVILES ===== */
@media (max-width: 768px) {
  .navbar-brand .logo-grande {
    height: 50px;  /* Tamaño normal en móvil */
  }
  
  #navbar.shrink .logo-grande {
    height: 40px;  /* Tamaño encogido en móvil */
  }
  
  #navbar.shrink {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}

/* ===== ESTILOS MEJORADOS PARA TEXTOS DEL PROPÓSITO ===== */
.hero-text-wrapper {
  max-width: 100%;
  margin: 0 auto 10px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero-message {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px; /* Cambiado de 16px a 8px */
  padding: 28px 36px;
  transition: all 0.4s ease;
  text-align: left;
  width: 100%;
}

.hero-message:hover {
  background: rgba(0, 0, 0, 0.45);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.25);
}

.hero-message .message-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: rgba(64, 165, 235, 0.20);
  border-radius: 8px; /* Cambiado de 50% a 8px (cuadrado con esquinas suaves) */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #64b5f6;
  margin-top: 2px;
  border: 1px solid rgba(64, 165, 235, 0.15);
}

/* Icono diferente para el segundo mensaje */
.description-message .message-icon {
  background: rgba(76, 175, 80, 0.20);
  color: #81c784;
  border-color: rgba(76, 175, 80, 0.15);
}

.hero-message p {
  flex: 1;
  margin: 0;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.01em;
  color: #f0f0f0;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

/* Estilo especial para el primer párrafo (Propósito) */
.purpose-message p {
  font-weight: 500;
  font-size: 1.2rem;
  color: #ffffff;
}

.purpose-message .message-icon {
  background: rgba(255, 193, 7, 0.20);
  color: #ffd54f;
  border-color: rgba(255, 193, 7, 0.15);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .hero-message {
    padding: 24px 28px;
  }
  .hero-message p {
    font-size: 1.05rem;
  }
  .purpose-message p {
    font-size: 1.1rem;
  }
}

@media (max-width: 992px) {
  .hero-message {
    padding: 20px 24px;
    border-radius: 6px; /* Ajustado para móvil */
  }
  .hero-message .message-icon {
    border-radius: 6px;
  }
  .hero-message p {
    font-size: 1rem;
  }
  .purpose-message p {
    font-size: 1.05rem;
  }
  .hero-text-wrapper {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .hero-message {
    padding: 16px 18px;
    gap: 14px;
    border-radius: 6px;
  }
  .hero-message .message-icon {
    width: 38px;
    height: 38px;
    font-size: 1rem;
    border-radius: 6px;
  }
  .hero-message p {
    font-size: 0.92rem;
    line-height: 1.6;
  }
  .purpose-message p {
    font-size: 0.95rem;
  }
  .hero-text-wrapper {
    padding: 0 10px;
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .hero-message {
    padding: 14px 14px;
    gap: 12px;
    border-radius: 4px;
  }
  .hero-message .message-icon {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
    border-radius: 4px;
  }
  .hero-message p {
    font-size: 0.85rem;
    line-height: 1.5;
  }
  .purpose-message p {
    font-size: 0.88rem;
  }
  .hero-text-wrapper {
    padding: 0 6px;
  }
}

/* ========================================
   NAVBAR - EFECTO DE ENCOGIDO (Agregar al final)
   ======================================== */

/* Asegurar que el navbar tenga transición suave */
#navbar {
  transition: all 0.3s ease !important;
}

/* Logo - transición suave */
#navbar .logo-grande {
  transition: height 0.3s ease, opacity 0.3s ease !important;
}

/* Estado encogido del navbar */
#navbar.navbar-shrink {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  background: rgba(248, 250, 255, 0.98) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  box-shadow: 0 4px 30px rgba(26, 86, 219, 0.1) !important;
}

/* Logo encogido */
#navbar.navbar-shrink .logo-grande {
  height: 50px !important;
}

/* Respaldo para clases viejas */
#navbar.shrink,
#navbar.scrolled {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

#navbar.shrink .logo-grande,
#navbar.scrolled .logo-grande {
  height: 50px !important;
}

/* ===== RESPONSIVE MÓVIL ===== */
@media (max-width: 991px) {
  #navbar.navbar-shrink {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  
  #navbar.navbar-shrink .logo-grande {
    height: 45px !important;
  }
  
  #navbar.shrink .logo-grande,
  #navbar.scrolled .logo-grande {
    height: 45px !important;
  }
}

@media (max-width: 576px) {
  #navbar.navbar-shrink .logo-grande {
    height: 38px !important;
  }
  
  #navbar.shrink .logo-grande,
  #navbar.scrolled .logo-grande {
    height: 38px !important;
  }
}

/* ========================================
   TOAST NOTIFICATIONS
   ======================================== */
#tgacToast {
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 320px;
  max-width: 420px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
  transform: translateX(120%);
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.21, 1.02, 0.73, 1);
  overflow: hidden;
  font-family: 'Space Grotesk', sans-serif;
}

#tgacToast.show {
  transform: translateX(0);
  opacity: 1;
}

#tgacToast.hide {
  transform: translateX(120%);
  opacity: 0;
}

.tgac-toast-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

#tgacToast:has(.fa-check-circle) .tgac-toast-icon {
  background: #d1e7dd;
  color: #0f5132;
}

#tgacToast:has(.fa-exclamation-triangle) .tgac-toast-icon {
  background: #f8d7da;
  color: #842029;
}

.tgac-toast-content {
  flex: 1;
  padding-top: 2px;
}

.tgac-toast-content strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 3px;
}

.tgac-toast-content span {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.4;
}

.tgac-toast-close {
  background: transparent;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 4px;
  font-size: 0.9rem;
  transition: color 0.2s;
  margin-top: -2px;
}

.tgac-toast-close:hover {
  color: #333;
}

.tgac-toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform-origin: left;
  animation: toastProgress 7s linear forwards;
}

#tgacToast:has(.fa-check-circle) .tgac-toast-progress {
  background: #198754;
}

#tgacToast:has(.fa-exclamation-triangle) .tgac-toast-progress {
  background: #dc3545;
}

@keyframes toastProgress {
  from { transform: scaleX(1); }
  to   { transform: scaleX(0); }
}

@media (max-width: 576px) {
  #tgacToast {
    top: 16px;
    right: 16px;
    left: 16px;
    min-width: auto;
    max-width: none;
  }
}

/* ========================================
   CHECKBOX Y ERRORES DEL FORMULARIO
   ======================================== */
.checkbox-group {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  margin-bottom: 10px;
}

.checkbox-group input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
  accent-color: #007bff;
  transition: all 0.3s ease;
}

.checkbox-group input[type="checkbox"]:hover {
  transform: scale(1.1);
}

.checkbox-group input[type="checkbox"]:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.checkbox-group input[type="checkbox"].is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25);
  outline: 2px solid #dc3545;
  outline-offset: 2px;
}

.checkbox-group label {
  cursor: pointer;
  margin: 0;
  font-weight: 400;
  font-size: 0.95rem;
  color: #333;
  user-select: none;
}

.checkbox-group label:hover {
  color: #0056b3;
}

.error-message {
  color: #dc3545;
  font-size: 14px;
  padding: 10px 15px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 5px;
  display: none;
  margin-bottom: 15px;
  animation: slideDown 0.3s ease;
}

.error-message i {
  margin-right: 8px;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.btn-submit:disabled {
  background: #cccccc !important;
  cursor: not-allowed !important;
  opacity: 0.7 !important;
}

/* ========================================
   TOAST NOTIFICATIONS - GLOBAL
   ======================================== */
#tgacToast {
  position: fixed;
  top: 28px;
  right: 28px;
  z-index: 99999;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  min-width: 320px;
  max-width: 420px;
  padding: 18px 20px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.04);
  transform: translateX(120%);
  opacity: 0;
  transition: all 0.45s cubic-bezier(0.21, 1.02, 0.73, 1);
  overflow: hidden;
  font-family: 'Space Grotesk', sans-serif;
}

#tgacToast.show {
  transform: translateX(0);
  opacity: 1;
}

#tgacToast.hide {
  transform: translateX(120%);
  opacity: 0;
}

.tgac-toast-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

#tgacToast:has(.fa-check-circle) .tgac-toast-icon {
  background: #d1e7dd;
  color: #0f5132;
}

#tgacToast:has(.fa-exclamation-triangle) .tgac-toast-icon {
  background: #f8d7da;
  color: #842029;
}

.tgac-toast-content {
  flex: 1;
  padding-top: 2px;
}

.tgac-toast-content strong {
  display: block;
  font-size: 0.98rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 3px;
}

.tgac-toast-content span {
  font-size: 0.875rem;
  color: #555;
  line-height: 1.4;
}

.tgac-toast-close {
  background: transparent;
  border: none;
  color: #999;
  cursor: pointer;
  padding: 4px;
  font-size: 0.9rem;
  transition: color 0.2s;
  margin-top: -2px;
}

.tgac-toast-close:hover {
  color: #333;
}

.tgac-toast-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform-origin: left;
  animation: toastProgress 7s linear forwards;
}

#tgacToast:has(.fa-check-circle) .tgac-toast-progress {
  background: #198754;
}

#tgacToast:has(.fa-exclamation-triangle) .tgac-toast-progress {
  background: #dc3545;
}

@keyframes toastProgress {
  from { transform: scaleX(1); }
  to   { transform: scaleX(0); }
}

@media (max-width: 576px) {
  #tgacToast {
    top: 16px;
    right: 16px;
    left: 16px;
    min-width: auto;
    max-width: none;
  }
}

/* ========================================
FOOTER - ALINEACIÓN PERSONALIZADA TGAC
======================================== */
.tgac-footer-brand {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-bottom: 0 !important;
}

.tgac-brand-top {
    margin-bottom: 12px;
}

.tgac-somos-label {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #ffffff !important;
    display: block;
    text-shadow: none !important;
}

.tgac-brand-name {
    flex: 1;
}

.tgac-brand-name span {
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    color: #0ea5e9 !important;  /* ← CAMBIADO a cyan (color original) */
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.tgac-footer-social {
    display: flex !important;
    gap: 10px;
    margin-top: auto;
    align-items: center;
    justify-content: center;
    padding: 24px 0;
}

.tgac-footer-social a {
    width: 40px !important;
    height: 40px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #94a3b8 !important;
    text-decoration: none !important;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.tgac-footer-social a:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #fff !important;
    transform: translateY(-3px) !important;
}

.tgac-footer-social a i {
    font-size: 1rem;
}

/* Responsive para móviles */
@media (max-width: 768px) {
    .tgac-somos-label {
        font-size: 1.3rem !important;
    }
    
    .tgac-brand-name span {
        font-size: 1.3rem !important;
    }
    
    .tgac-footer-social {
        padding: 16px 0;
    }
    
    .tgac-footer-social a {
        width: 36px !important;
        height: 36px !important;
    }
}

/* ========================================
PREVENIR DOBLE SCROLLBAR AL CARGAR
======================================== */
html {
    overflow-y: scroll !important; /* Fuerza el scrollbar siempre visible */
    scrollbar-gutter: stable; /* Previene el salto de layout */
}

body {
    overflow-x: hidden !important;
    width: 100% !important;
}

/* Mientras el preloader está activo, prevenir scroll */
body.preloader-active {
    overflow: hidden !important;
    height: 100vh !important;
}

/* Asegurar que el preloader no cause overflow */
#preloader {
    position: fixed !important;
    inset: 0 !important;
    z-index: 99999 !important;
    overflow: hidden !important;
}

/* Prevenir que el footer cause overflow */
footer {
    overflow: hidden !important;
}

/* Ajustar las columnas del footer para prevenir overflow */
footer .row {
    overflow: visible !important;
}

/* Asegurar que las tarjetas del footer no excedan */
footer .contact-info-card {
    overflow: hidden !important;
}

/* ========================================
CAMBIO DE COLOR Y ALINEACIÓN - DIVS DE PROPÓSITO Y DESCRIPCIÓN
======================================== */

/* Div 1: Propósito - Azul corporativo suave */
.purpose-message {
    background: rgba(26, 86, 219, 0.08) !important; /* Azul primario muy suave */
    border-color: rgba(26, 86, 219, 0.20) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

.purpose-message:hover {
    background: rgba(26, 86, 219, 0.12) !important;
    border-color: rgba(26, 86, 219, 0.35) !important;
}

.purpose-message .message-icon {
    background: rgba(26, 86, 219, 0.15) !important;
    color: #1a56db !important;
    border-color: rgba(26, 86, 219, 0.25) !important;
}

.purpose-message p {
    color: #1e293b !important; /* Texto oscuro para buen contraste */
    text-shadow: none !important; /* Se quita la sombra blanca para fondo claro */
    text-align: justify !important; /* Alineación justificada */
}

/* Div 2: Descripción - Azul Cyan suave */
.description-message {
    background: rgba(14, 165, 233, 0.08) !important; /* Cyan muy suave */
    border-color: rgba(14, 165, 233, 0.20) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}

.description-message:hover {
    background: rgba(14, 165, 233, 0.12) !important;
    border-color: rgba(14, 165, 233, 0.35) !important;
}

.description-message .message-icon {
    background: rgba(14, 165, 233, 0.15) !important;
    color: #0ea5e9 !important;
    border-color: rgba(14, 165, 233, 0.25) !important;
}

.description-message p {
    color: #1e293b !important; /* Texto oscuro para buen contraste */
    text-shadow: none !important;
    text-align: justify !important; /* Alineación justificada */
}

/* ========================================
EFECTOS HERO TGAC - IMPLEMENTACIÓN NUEVA
Prefijos únicos para evitar conflictos
======================================== */

/* Contenedor de partículas */
.tgac-hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden;
}

/* Cada partícula individual */
.tgac-particle {
    position: absolute;
    border-radius: 50%;
    background: var(--cyan);
    opacity: 0.3;
    animation: tgac-float var(--dur, 6s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
    will-change: transform, opacity;
}

/* Variación de color para algunas partículas */
.tgac-particle-alt {
    background: var(--primary);
}

/* Rejilla CSS */
.tgac-hero-grid {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: 
        linear-gradient(rgba(26, 86, 219, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(26, 86, 219, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(
        ellipse 80% 80% at 50% 50%,
        black 40%,
        transparent 100%
    );
    -webkit-mask-image: radial-gradient(
        ellipse 80% 80% at 50% 50%,
        black 40%,
        transparent 100%
    );
    pointer-events: none;
}

/* Fondo con degradados radiales suaves */
.tgac-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: 
        radial-gradient(ellipse 80% 60% at 70% 50%, rgba(14, 165, 233, 0.10) 0, transparent 70%),
        radial-gradient(ellipse 60% 80% at 20% 60%, rgba(26, 86, 219, 0.08) 0, transparent 70%);
    pointer-events: none;
}

/* Animación de flotación */
@keyframes tgac-float {
    0%, 100% {
        transform: translateY(0) scale(1);
        opacity: 0.3;
    }
    50% {
        transform: translateY(-20px) scale(1.2);
        opacity: 0.6;
    }
}

/* Responsive: ajustar en móvil */
@media (max-width: 768px) {
    .tgac-hero-grid {
        background-size: 40px 40px;
    }
    .tgac-particle {
        opacity: 0.2;
    }
}