* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #2563eb;
  --secondary: #0ea5e9;
  --accent: #f59e0b;
  --dark: #1e40af;
  --light: #f0f9ff;
  --text-dark: #1e293b;
  --text-light: #64748b;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: var(--text-dark);
  background: #fff;
  line-height: 1.6;
  text-align: center;
}

/* NAVBAR */
.navbar {
  background: #fff;
  padding: 0.75rem 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.navbar-brand img {
  height: 45px;
  object-fit: contain;
}

.nav-link {
  color: var(--text-dark) !important;
  font-weight: 600;
  margin: 0 6px;
  font-size: 15px;
  transition: color 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.nav-link:hover {
  color: var(--primary) !important;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
  border-radius: 10px;
}

.btn-support {
  background: linear-gradient(135deg, #f4a300, #f59e0b);
  color: #fff !important;
  border: none;
  padding: 8px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
}

.btn-support:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(244,163,0,0.4);
  color: #fff !important;
}

.btn-demo {
  background: #e63946;
  color: #fff;
  border: none;
  padding: 8px 22px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.btn-demo:hover {
  background: #c8102e;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(230,57,70,0.4);
  color: #fff;
}

/* HERO SECTION */
.hero {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 6s ease-in-out infinite;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(30, 58, 138, 0.08) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 8s ease-in-out infinite reverse;
}

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(20px); }
}

.hero-content {
  position: relative;
  z-index: 2;
}

.hero h1 {
  font-size: 38px;
  font-weight: 800;
  color: var(--dark);
  line-height: 1.3;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}

.hero-title {
  font-size: 42px !important;
  line-height: 1.2;
  font-weight: 900 !important;
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}

.text-gradient {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 900;
}

.bg-info-gradient {
  background: linear-gradient(135deg, #0ea5e9 0%, #06b6d4 100%) !important;
  color: white !important;
  font-weight: 600;
}

.hero .col-lg-6 > .badge {
  display: inline-block;
}

.hero p {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 30px;
  text-align: left;
}

.description-section p {
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: left;
}

.hero-illustration {
  animation: float 8s ease-in-out infinite;
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
  width: 100%;
}

.hero-illustration:hover {
  transform: scale(1.02);
}

.hero-subtitle {
  color: var(--accent);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}

/* FORM CARD */
.form-card {
  background: #eff6ff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: relative;
  z-index: 2;
  border: 2px solid #dbeafe;
  text-align: center;
}

.form-card-hero {
  background: linear-gradient(135deg, #f0f9ff 0%, #eff6ff 100%) !important;
  border: 2px solid #bfdbfe !important;
  border-radius: 20px !important;
  transition: all 0.4s ease !important;
  height: 100% !important;
}

.form-card-hero:hover {
  box-shadow: 0 25px 50px rgba(37, 99, 235, 0.15) !important;
  transform: translateY(-5px);
}

.form-card-hero .card-title {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 26px !important;
  font-weight: 800 !important;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.form-card h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
}

.form-card .form-control,
.form-card .form-select {
  padding: 12px 16px;
  border: 2px solid #e0e7ff !important;
  border-radius: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: 500;
}

.form-card .form-control:focus,
.form-card .form-select:focus {
  border-color: var(--secondary) !important;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.15) !important;
}

.form-card .form-control::placeholder {
  color: #cbd5e1;
}

.form-card .form-select {
  padding: 12px 16px;
  border: 2px solid #e0e7ff !important;
  border-radius: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #fff;
  color: var(--text-dark);
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.form-submit {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 8px;
  font-weight: 700;
  width: 100%;
  transition: all 0.3s ease;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
}

.form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.3);
}

.form-label {
  font-weight: 700 !important;
  color: var(--text-dark) !important;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px !important;
}

.form-select {
  padding: 12px 16px;
  border: 2px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
  transition: all 0.3s ease;
  background: var(--light);
  color: var(--text-dark);
}

.form-select:focus {
  border-color: var(--secondary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1);
}

/* Bootstrap Utility Classes */
.fw-900 {
  font-weight: 900 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.form-control-lg,
.form-select-lg {
  padding: 14px 18px !important;
  font-size: 15px !important;
  border-radius: 10px !important;
  border: 2px solid #e0e7ff !important;
}

.form-control-lg:focus,
.form-select-lg:focus {
  border-color: var(--secondary) !important;
  box-shadow: 0 0 0 4px rgba(14, 165, 233, 0.15) !important;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%) !important;
  border: none !important;
  transition: all 0.3s ease !important;
  font-weight: 700 !important;
  font-family: 'Montserrat', sans-serif !important;
  box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2) !important;
}

.btn-primary:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(37, 99, 235, 0.3) !important;
}

.btn-primary:active {
  transform: translateY(-1px) !important;
}

.badge {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

/* FORM MODAL */
.form-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

.form-modal.show {
  display: flex;
}

.form-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.form-modal-content {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 50vw;
  min-width: 350px;
  max-width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease;
  position: relative;
  z-index: 10000;
  margin: 0 auto;
}

.form-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 32px;
  color: var(--text-light);
  cursor: pointer;
  transition: color 0.3s ease;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-modal-close:hover {
  color: var(--dark);
}

#registrationForm .form-control,
#registrationForm .form-select {
  padding: 8px 12px;
  border: 2px solid #e0e7ff !important;
  border-radius: 8px;
  font-size: 13px;
  transition: all 0.3s ease;
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  height: auto;
}

#registrationForm .form-control:focus,
#registrationForm .form-select:focus {
  border-color: var(--secondary) !important;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.1) !important;
}

#registrationForm .form-control::placeholder {
  color: #a0aec0;
  font-size: 13px;
}

/* THANK YOU MODAL */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.thank-you-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s ease;
}

.thank-you-modal.show {
  display: flex;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-content-box {
  background: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  text-align: center;
  max-width: 500px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.4s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.modal-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 40px;
  color: #fff;
}

.thank-you-modal h2 {
  font-size: 28px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}

.thank-you-modal p {
  font-size: 16px;
  color: var(--text-light);
  margin-bottom: 30px;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
}

.modal-btn {
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Montserrat', sans-serif;
}

.modal-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.3);
}

/* ALERTS */
.alert-container {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 9999;
  max-width: 400px;
  animation: slideIn 0.4s ease;
}

@keyframes slideIn {
  from {
    transform: translateX(400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.alert {
  border: none;
  border-radius: 12px;
  padding: 15px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

/* STATS SECTION */
.stats {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--dark) 0%, #1e3a8a 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.stats::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  opacity: 0.5;
}

.stats-content {
  position: relative;
  z-index: 2;
}

.stats h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 50px;
  opacity: 0.8;
  font-family: 'Montserrat', sans-serif;
}

.stat-item {
  margin-bottom: 30px;
}

.stat-number {
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 10px;
  background: linear-gradient(135deg, #fff 0%, #e0e7ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: 'Montserrat', sans-serif;
}

.stat-label {
  font-size: 14px;
  opacity: 0.8;
  font-family: 'Montserrat', sans-serif;
}

/* FEATURES SECTION */
.features {
  padding: 80px 0;
  background: var(--light);
}

.features h2 {
  font-size: 42px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 60px;
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
}

.feature-card {
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  text-align: center;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  border-color: var(--secondary);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 28px;
  color: #fff;
}

.feature-card h5 {
  font-size: 18px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}

.feature-card p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.8;
  font-family: 'Montserrat', sans-serif;
}

/* CTA SECTION */
.cta {
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
}

.cta h2 {
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}

.cta p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.95;
  position: relative;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
}

.cta-btn {
  background: #fff;
  color: var(--primary);
  border: none;
  padding: 12px 32px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}

.cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  color: var(--primary);
}

/* FOOTER */
footer {
  background: #fff;
  padding: 0;
}

.footer-top {
  padding: 60px 0 40px;
}

footer h6 {
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 18px;
  color: #1e293b;
  font-family: 'Montserrat', sans-serif;
}

footer a {
  color: #64748b;
  text-decoration: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  transition: color 0.3s;
  font-family: 'Montserrat', sans-serif;
}

footer a:hover {
  color: var(--primary);
}

.footer-contact-icon {
  width: 28px;
  height: 28px;
  background: var(--primary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  flex-shrink: 0;
}

.footer-middle {
  border-top: 1px solid #e2e8f0;
  padding: 24px 0;
  text-align: center;
}

.footer-socials {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
}

.footer-socials a {
  width: 40px;
  height: 40px;
  background: #1e293b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  margin: 0;
  transition: background 0.3s, transform 0.3s;
}

.footer-socials a:hover {
  background: var(--primary);
  transform: translateY(-3px);
}

.footer-legal {
  font-size: 13px;
  color: #94a3b8;
  font-family: 'Montserrat', sans-serif;
}

.footer-legal a {
  display: inline;
  color: #94a3b8;
  font-size: 13px;
  margin: 0;
}

.footer-legal a:hover { color: var(--primary); }

.footer-bottom {
  background: #000;
  padding: 24px 0;
  text-align: center;
}

.footer-mcb-logo {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.footer-mcb-logo .mcb-letter {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .hero-title {
    font-size: 32px !important;
  }
  
  .hero .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .hero .col-lg-6:first-child {
    margin-bottom: 40px;
  }
  
  .hero p {
    font-size: 15px;
  }

  .hero-title {
    text-align: center;
  }

  .hero p, .description-section p {
    text-align: center;
  }

  .hero .col-lg-6 > .badge {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .form-card {
    padding: 25px;
  }

  .form-card-hero {
    height: auto !important;
  }

  .form-modal-content {
    width: 100% !important;
    min-width: auto !important;
  }

  .navbar-brand {
    font-size: 20px;
  }

  .stats {
    padding: 50px 0;
  }

  .stat-number {
    font-size: 32px;
  }

  .cta h2 {
    font-size: 32px;
  }
}

/* TRUSTED LOGOS CAROUSEL */
.trusted-section {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.trusted-section h2 {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  color: var(--dark);
}

@keyframes infiniteScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-33.33%); }
}

.infinite-carousel {
  display: flex;
  animation: infiniteScroll 25s linear infinite;
  width: max-content;
}

.infinite-carousel:hover {
  animation-play-state: paused;
}

.logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 85px;
  background: white;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  padding: 15px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.logo-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.14);
}

.logo-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s ease;
}

.logo-item:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* MCB PRODUCTS SECTION */
.mcb-products {
  background: #fff;
}

.products-badge {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: #fff;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
}

.product-card {
  background: #f8fafc;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  padding: 32px 28px;
  height: 100%;
  transition: all 0.3s ease;
  text-align: left;
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.09);
  border-color: transparent;
}

.product-card-highlight {
  border-color: #e63946;
  background: linear-gradient(135deg, #fff5f5, #fff);
}

.product-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #fff;
  margin-bottom: 18px;
}

.product-card h5 {
  font-size: 18px;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
}

.product-card p {
  font-size: 14px;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 16px;
  text-align: left;
}

.product-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--primary);
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  transition: color 0.3s;
}

.product-link:hover {
  color: var(--secondary);
}

/* STAY CONNECTED SECTION */
.sc-section {
  width: 100%;
  padding: 70px 20px;
  box-sizing: border-box;
  text-align: center;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
}

.sc-section h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--dark);
  margin-bottom: 12px;
  font-family: 'Montserrat', sans-serif;
}

.sc-subtitle {
  color: #64748b;
  margin-bottom: 50px;
  font-size: 1rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.7;
}

.sc-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

a.sc-card {
  text-decoration: none;
  display: block;
  width: 220px;
  height: 260px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.sc-face {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease, transform 0.4s ease;
  border-radius: 16px;
  padding: 20px;
  box-sizing: border-box;
}

.sc-face1 { opacity: 1; transform: scale(1); }
.sc-face2 { opacity: 0; transform: scale(0.95); background: #fff; }

a.sc-card:hover .sc-face1 { opacity: 0; transform: scale(1.05); }
a.sc-card:hover .sc-face2 { opacity: 1; transform: scale(1); }

.sc-linkedin  { background: linear-gradient(135deg, #0077b5, #00a0dc); }
.sc-instagram { background: linear-gradient(135deg, #833ab4, #e1306c, #fd1d1d); }
.sc-youtube   { background: linear-gradient(135deg, #ff0000, #cc0000); }
.sc-facebook  { background: linear-gradient(135deg, #1877f2, #0a5dc2); }

.sc-icon .fab {
  font-size: 70px;
  color: rgba(255,255,255,0.9);
}

.sc-platform-name {
  margin-top: 14px;
  color: rgba(255,255,255,0.95);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: 'Montserrat', sans-serif;
}

.sc-face2 h3 {
  margin: 0 0 10px 0;
  font-size: 1.1rem;
  color: #1e293b;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.sc-face2 p {
  margin: 0;
  font-size: 0.85rem;
  color: #64748b;
  text-align: center;
  line-height: 1.6;
  font-family: 'Montserrat', sans-serif;
}

.sc-visit {
  display: inline-block;
  margin-top: 16px;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}

@media (max-width: 600px) {
  a.sc-card { width: 160px; height: 200px; }
  .sc-icon .fab { font-size: 50px; }
}

/* IMAGE CAROUSEL */
.carousel-section {
  width: 100%;
  padding: 60px 20px;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}

.carousel-section h2 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
}

.carousel-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.2);
}

.carousel-track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.carousel-slide {
  min-width: 100%;
  position: relative;
}

.carousel-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
  text-align: left;
}

.slide-caption h3 {
  font-size: 1.4rem;
  margin-bottom: 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.slide-caption p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  margin: 0;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.2);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-btn:hover { background: rgba(255,255,255,0.35); }
.carousel-btn.prev { left: 16px; }
.carousel-btn.next { right: 16px; }

.carousel-counter {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(4px);
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  z-index: 10;
  font-family: 'Montserrat', sans-serif;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cbd5e1;
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.dot.active {
  background: var(--primary);
  transform: scale(1.4);
}

.carousel-thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.thumb {
  width: 70px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.45;
  border: 2px solid transparent;
  transition: opacity 0.3s, border 0.3s;
}

.thumb.active {
  opacity: 1;
  border-color: var(--primary);
}

@media (max-width: 600px) {
  .carousel-slide img { height: 260px; }
  .carousel-btn { width: 38px; height: 38px; font-size: 1rem; }
  .thumb { width: 50px; height: 36px; }
  .carousel-section h2 { font-size: 1.4rem; }
}
