/* ===================================================
   Learn2Code Labs – Main Stylesheet
   =================================================== */

:root {
  --blue-1: #059669;
  --blue-2: #10b981;
  --blue-3: #06b6d4;
  --blue-light: #d1fae5;
  --dark-navy: #0f172a;
  --dark-2: #1e293b;
  --text-dark: #0f172a;
  --text-mid: #475569;
  --text-light: #64748b;
  --white: #ffffff;
  --off-white: #f8fafc;
  --shadow-sm: 0 2px 8px rgba(0,0,0,.08);
  --shadow-md: 0 8px 30px rgba(0,0,0,.12);
  --shadow-lg: 0 20px 60px rgba(0,0,0,.18);
  --radius: 14px;
  --radius-sm: 8px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text-dark);
  overflow-x: hidden;
  background: #fff;
}

/* ── Gradient text ── */
.text-gradient {
  background: linear-gradient(135deg, #06b6d4, #10b981, #059669);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Section spacing ── */
.section-pad { padding: 90px 0; }

.section-tag {
  display: inline-block;
  background: var(--blue-light);
  color: var(--blue-1);
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: .35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-mid);
  max-width: 580px;
  margin: 0 auto;
}

.section-text {
  color: var(--text-mid);
  line-height: 1.8;
  margin-bottom: .9rem;
}

/* ===================================================
   TOP BAR
   =================================================== */
.topbar {
  background: linear-gradient(90deg, #064e3b 0%, #065f46 40%, #0c4a6e 100%);
  color: rgba(255,255,255,.88);
  font-size: .8rem;
  padding: .5rem 0;
  position: relative;
  z-index: 1100;
  box-shadow: 0 2px 12px rgba(6,78,59,.4);
}

.topbar::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(52,211,153,.5), rgba(6,182,212,.5), transparent);
}

.topbar-item {
  color: rgba(255,255,255,.88);
  text-decoration: none;
  margin-right: .5rem;
  transition: color .2s;
}

.topbar-item i { margin-right: .35rem; color: #6ee7b7; }
.topbar-item:hover { color: #fff; }

/* ===================================================
   NAVBAR
   =================================================== */
#mainNav {
  background: var(--dark-navy);
  padding: .6rem 0;
  transition: all .3s ease;
  z-index: 1000;
}

#mainNav.scrolled {
  background: rgba(13,27,42,.97);
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
  padding: .4rem 0;
}

.navbar-brand img { transition: height .3s; }
#mainNav.scrolled .navbar-brand img { height: 56px; }

.nav-link {
  font-weight: 500;
  font-size: .92rem;
  color: rgba(255,255,255,.85) !important;
  padding: .5rem .85rem !important;
  border-radius: var(--radius-sm);
  transition: all .2s;
}

.nav-link:hover,
.nav-link.active {
  color: #fff !important;
  background: rgba(255,255,255,.08);
}

.dropdown-menu {
  background: var(--dark-2);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-lg);
  padding: .5rem;
  min-width: 230px;
}

.dropdown-item {
  color: rgba(255,255,255,.8);
  font-size: .88rem;
  border-radius: 6px;
  padding: .55rem 1rem;
  transition: all .2s;
}

.dropdown-item:hover {
  background: rgba(255,255,255,.08);
  color: #fff;
}

.nav-cta {
  background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
  border: none;
  font-weight: 600;
  font-size: .88rem;
  padding: .5rem 1.3rem !important;
  border-radius: 50px !important;
  color: #fff !important;
  transition: all .3s;
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(16,185,129,.4);
}

/* ===================================================
   HERO
   =================================================== */
.hero-section { position: relative; }

.hero-slide {
  height: 100vh;
  min-height: 600px;
  display: flex;
  align-items: center;
  position: relative;
  background: var(--dark-navy);
}

.slide-1 {
  background:
    linear-gradient(to right,
      rgba(7,26,20,.88) 0%,
      rgba(7,26,20,.72) 38%,
      rgba(7,26,20,.28) 65%,
      rgba(0,0,0,.06) 100%),
    url('../img/back-1.jfif') center/cover no-repeat;
}

.slide-2 {
  background:
    linear-gradient(to right,
      rgba(7,26,20,.88) 0%,
      rgba(7,26,20,.70) 38%,
      rgba(7,26,20,.25) 65%,
      rgba(0,0,0,.04) 100%),
    url('../img/about.jpg') center/cover no-repeat;
}

.slide-3 {
  background:
    linear-gradient(to right,
      rgba(5,14,26,.90) 0%,
      rgba(7,26,20,.72) 38%,
      rgba(7,26,20,.26) 65%,
      rgba(0,0,0,.05) 100%),
    url('../img/about1.jpg') center/cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.025'%3E%3Cpath d='M0 0h40v40H0zm40 40h40v40H40z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

/* Emerald left-edge accent bar */
.hero-slide .container { position: relative; z-index: 2; height: 100%; }

.hero-content-wrap {
  border-left: 3px solid rgba(52,211,153,.6);
  padding-left: 1.5rem;
  margin-left: -.2rem;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(16,185,129,.15);
  color: #6ee7b7;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: .42rem 1.1rem;
  border-radius: 50px;
  margin-bottom: 1.4rem;
  border: 1px solid rgba(52,211,153,.35);
  backdrop-filter: blur(6px);
}

.hero-tag::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  flex-shrink: 0;
  animation: blink 1.8s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .3; }
}

.hero-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  color: #fff;
  line-height: 1.12;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 20px rgba(0,0,0,.4);
}

.hero-subtitle {
  font-size: 1.08rem;
  color: rgba(255,255,255,.82);
  max-width: 510px;
  line-height: 1.8;
  margin-bottom: 2.2rem;
  text-shadow: 0 1px 8px rgba(0,0,0,.3);
}

.hero-btns .btn-primary {
  background: linear-gradient(135deg, #059669, #06b6d4);
  border: none;
  font-weight: 700;
  border-radius: 50px;
  padding: .8rem 2.2rem;
  box-shadow: 0 8px 28px rgba(16,185,129,.45);
  transition: all .3s;
  letter-spacing: .3px;
}

.hero-btns .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(16,185,129,.6);
  background: linear-gradient(135deg, #047857, #0891b2);
}

.hero-btns .btn-outline-light {
  border-radius: 50px;
  padding: .8rem 2.2rem;
  font-weight: 600;
  border: 2px solid rgba(255,255,255,.55);
  color: #fff;
  backdrop-filter: blur(4px);
  transition: all .3s;
}

.hero-btns .btn-outline-light:hover {
  background: rgba(255,255,255,.15);
  border-color: rgba(255,255,255,.85);
  transform: translateY(-2px);
}

.carousel-indicators button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.35);
  border: 2px solid rgba(255,255,255,.2);
  margin: 0 4px;
  transition: all .3s;
}

.carousel-indicators button.active {
  background: #34d399;
  border-color: #34d399;
  width: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(52,211,153,.6);
}

/* ===================================================
   STATS BAND
   =================================================== */
.stats-band {
  background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
  padding: 0;
}

.stat-item {
  padding: 2.5rem 1.5rem;
  position: relative;
}

.stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: rgba(255,255,255,.2);
}

.stat-number {
  font-family: 'Poppins', sans-serif;
  font-size: 2.8rem;
  font-weight: 800;
  color: #fff;
  display: inline;
  line-height: 1;
}

.stat-plus {
  font-size: 2rem;
  font-weight: 700;
  color: rgba(255,255,255,.8);
  vertical-align: super;
}

.stat-label {
  color: rgba(255,255,255,.8);
  font-size: .88rem;
  margin-top: .5rem;
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: .5px;
}

/* ===================================================
   ABOUT
   =================================================== */
.about-img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--blue-light), #fff);
  border-radius: 24px;
  padding: 3rem;
  box-shadow: var(--shadow-md);
}

.about-logo-display {
  max-width: 340px;
  width: 100%;
  filter: drop-shadow(0 10px 30px rgba(5,150,105,.25));
}

.about-badge {
  position: absolute;
  bottom: -18px;
  right: 30px;
  background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
  color: #fff;
  border-radius: 14px;
  padding: .85rem 1.4rem;
  display: flex;
  align-items: center;
  gap: .7rem;
  font-size: .85rem;
  font-weight: 600;
  box-shadow: 0 8px 25px rgba(16,185,129,.4);
}

.about-badge i { font-size: 1.5rem; }

.about-feature {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .93rem;
  font-weight: 500;
  color: var(--text-dark);
}

.about-feature i {
  color: var(--blue-2);
  font-size: 1.1rem;
}

/* ===================================================
   COURSES
   =================================================== */
.course-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid #d1fae5;
  transition: all .3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.course-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-1), var(--blue-3));
  transform: scaleX(0);
  transition: transform .3s ease;
}

.course-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.course-card:hover::before { transform: scaleX(1); }

.course-card.featured {
  background: linear-gradient(135deg, #ecfdf5, #f0fdfa);
  border-color: var(--blue-3);
  box-shadow: 0 8px 30px rgba(16,185,129,.18);
}

.course-card.featured::before { transform: scaleX(1); }

.featured-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
  color: #fff;
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: .25rem .7rem;
  border-radius: 50px;
}

.course-icon {
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, var(--blue-light), #a7f3d0);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
  transition: all .3s;
}

.course-icon i {
  font-size: 1.8rem;
  color: var(--blue-2);
}

.course-card:hover .course-icon {
  background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
}

.course-card:hover .course-icon i { color: #fff; }

.course-card h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: .75rem;
  color: var(--text-dark);
}

.course-card p {
  color: var(--text-mid);
  font-size: .9rem;
  line-height: 1.7;
  flex-grow: 1;
}

.course-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  margin: 1rem 0;
}

.course-tags span {
  background: var(--blue-light);
  color: var(--blue-1);
  font-size: .72rem;
  font-weight: 600;
  padding: .25rem .65rem;
  border-radius: 50px;
}

.course-btn {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: var(--blue-2);
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
  transition: all .2s;
  margin-top: auto;
}

.course-btn:hover { color: var(--blue-1); gap: .7rem; }

/* ===================================================
   WHY US
   =================================================== */
.why-section {
  background: linear-gradient(180deg, #fff 0%, #f0fdf4 100%);
}

.why-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: var(--shadow-sm);
  border: 1px solid #d1fae5;
  transition: all .3s ease;
  height: 100%;
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
  border-color: var(--blue-2);
}

.why-icon {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
  transition: all .3s;
}

.why-card:hover .why-icon {
  transform: rotate(5deg) scale(1.05);
}

.why-icon i {
  font-size: 1.8rem;
  color: #fff;
}

.why-card h5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: .6rem;
  color: var(--text-dark);
}

.why-card p {
  font-size: .88rem;
  color: var(--text-mid);
  line-height: 1.65;
  margin: 0;
}

/* ===================================================
   TECH MARQUEE
   =================================================== */
.tech-section { overflow: hidden; }

.tech-marquee-wrap {
  overflow: hidden;
  padding: 1rem 0 2rem;
}

.tech-marquee {
  display: flex;
  gap: 1.5rem;
  animation: marquee 30s linear infinite;
  width: max-content;
}

.tech-marquee:hover { animation-play-state: paused; }

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  background: #fff;
  border: 1px solid #a7f3d0;
  border-radius: var(--radius);
  padding: 1.2rem 1.8rem;
  min-width: 110px;
  cursor: default;
  transition: all .3s;
  box-shadow: var(--shadow-sm);
}

.tech-item:hover {
  border-color: var(--blue-2);
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(16,185,129,.18);
}

.tech-item i {
  font-size: 2rem;
  color: var(--blue-2);
}

.tech-item span {
  font-size: .8rem;
  font-weight: 600;
  color: var(--text-mid);
  white-space: nowrap;
}

/* ===================================================
   TESTIMONIALS
   =================================================== */
.testimonial-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  border: 1px solid #d1fae5;
  text-align: center;
}

.stars { color: #f59e0b; font-size: 1.1rem; margin-bottom: 1.2rem; gap: .2rem; display: flex; justify-content: center; }

.testimonial-card p {
  font-size: 1.05rem;
  color: var(--text-mid);
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 2rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.author-avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--blue-light);
  flex-shrink: 0;
}

.testimonial-author strong {
  display: block;
  font-size: .95rem;
  color: var(--text-dark);
}

.testimonial-author small {
  color: var(--text-light);
  font-size: .82rem;
}

.testi-indicators {
  position: static;
  margin-top: 2rem;
}

.testi-indicators button {
  background: #cbd5e0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
}

.testi-indicators button.active {
  background: var(--blue-2);
  width: 24px;
  border-radius: 5px;
}

/* ===================================================
   CTA BAND
   =================================================== */
.cta-band {
  background: linear-gradient(135deg, var(--dark-navy), #064e3b 60%, var(--blue-1));
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.cta-band::before {
  content: '</>';
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12rem;
  font-weight: 900;
  color: rgba(255,255,255,.04);
  font-family: 'Poppins', monospace;
  user-select: none;
}

.cta-band h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.3rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: .8rem;
}

.cta-band p {
  color: rgba(255,255,255,.75);
  font-size: 1.05rem;
  max-width: 560px;
  margin: 0 auto;
}

.cta-band .btn-light {
  color: var(--blue-1);
  font-weight: 700;
  border-radius: 50px;
  background: #fff;
}

.cta-band .btn-outline-light {
  border-radius: 50px;
  font-weight: 600;
}

/* ===================================================
   CONTACT
   =================================================== */
.contact-info-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  border: 1px solid #d1fae5;
  height: 100%;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.8rem;
}

.ci-icon {
  width: 46px;
  height: 46px;
  background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ci-icon i { color: #fff; font-size: 1.1rem; }

.contact-info-item h6 {
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: .35rem;
  font-size: .9rem;
}

.contact-info-item p,
.contact-info-item a {
  color: var(--text-mid);
  font-size: .9rem;
  margin: 0;
  text-decoration: none;
  line-height: 1.6;
}

.contact-info-item a:hover { color: var(--blue-1); }

.map-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  color: var(--blue-1) !important;
  font-weight: 600;
  font-size: .85rem;
  margin-top: .4rem;
}

.social-links { display: flex; gap: .6rem; flex-wrap: wrap; }

.social-btn {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: var(--blue-light);
  color: var(--blue-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all .3s;
}

.social-btn:hover {
  background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
  color: #fff;
  transform: translateY(-2px);
}

.contact-form-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 2.5rem;
  box-shadow: var(--shadow-md);
  border: 1px solid #d1fae5;
}

.contact-form-card h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: var(--text-dark);
}

.form-label {
  font-size: .87rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: .4rem;
}

.form-control,
.form-select {
  border: 1.5px solid #e2e8f0;
  border-radius: var(--radius-sm);
  padding: .65rem 1rem;
  font-size: .9rem;
  transition: all .2s;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--blue-2);
  box-shadow: 0 0 0 3px rgba(16,185,129,.18);
}

.map-embed {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

/* ===================================================
   BUTTONS
   =================================================== */
.btn-primary {
  background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
  border: none;
  font-weight: 600;
  border-radius: 8px;
  transition: all .3s;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #065f46, var(--blue-2));
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(16,185,129,.35);
}

/* ===================================================
   FOOTER
   =================================================== */
.footer {
  background: linear-gradient(160deg, #071a14 0%, #0b1e32 55%, #071a14 100%);
  color: rgba(255,255,255,.75);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--blue-2) 30%, var(--blue-3) 70%, transparent 100%);
}

.footer::after {
  content: '';
  position: absolute;
  bottom: -140px;
  right: -140px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(16,185,129,.07) 0%, transparent 70%);
  pointer-events: none;
}

.footer-top { padding: 80px 0 50px; position: relative; z-index: 1; }

.footer-desc {
  font-size: .88rem;
  line-height: 1.9;
  color: rgba(255,255,255,.55);
  margin-bottom: .6rem;
}

.footer-tagline {
  display: inline-block;
  color: var(--blue-2);
  font-size: .88rem;
  font-weight: 600;
  background: rgba(16,185,129,.1);
  border: 1px solid rgba(16,185,129,.2);
  padding: .3rem .9rem;
  border-radius: 50px;
  letter-spacing: .5px;
}

.footer-heading {
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  margin-bottom: 1.3rem;
  padding-bottom: .6rem;
  position: relative;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 32px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue-2), var(--blue-3));
  border-radius: 2px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li { margin-bottom: .55rem; }

.footer-links a {
  color: rgba(255,255,255,.55);
  text-decoration: none;
  font-size: .88rem;
  transition: all .25s;
  display: flex;
  align-items: center;
  gap: .45rem;
}

.footer-links a::before {
  content: '›';
  color: var(--blue-2);
  font-size: 1.1rem;
  line-height: 1;
}

.footer-links a:hover { color: var(--blue-2); padding-left: 5px; }

.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  margin-bottom: 1rem;
  font-size: .87rem;
  color: rgba(255,255,255,.55);
  line-height: 1.55;
}

.footer-contact i {
  color: var(--blue-2);
  margin-top: .15rem;
  flex-shrink: 0;
  font-size: 1rem;
}

.footer-contact a { color: rgba(255,255,255,.55); text-decoration: none; transition: color .2s; }
.footer-contact a:hover { color: var(--blue-2); }

.footer-social { display: flex; gap: .55rem; flex-wrap: wrap; margin-top: 1rem; }

.footer-social a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.1);
  color: rgba(255,255,255,.65);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s;
}

.footer-social a:hover {
  background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
  border-color: transparent;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(16,185,129,.35);
}

.footer-bottom {
  background: rgba(0,0,0,.25);
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 1.3rem 0;
  position: relative;
  z-index: 1;
}

.footer-bottom p {
  margin: 0;
  font-size: .82rem;
  color: rgba(255,255,255,.38);
}

.footer-tag {
  display: inline-block;
  background: rgba(16,185,129,.1);
  color: var(--blue-2);
  font-size: .72rem;
  font-weight: 600;
  padding: .22rem .65rem;
  border-radius: 50px;
  border: 1px solid rgba(16,185,129,.2);
  margin: .15rem;
  transition: all .2s;
}

.footer-tag:hover {
  background: rgba(16,185,129,.2);
  cursor: default;
}

/* ===================================================
   FLOATING BUTTONS
   =================================================== */
.whatsapp-float {
  position: fixed;
  bottom: 90px;
  right: 24px;
  width: 54px;
  height: 54px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(37,211,102,.4);
  transition: all .3s;
  z-index: 999;
  animation: pulse-wa 2.5s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}

@keyframes pulse-wa {
  0%, 100% { box-shadow: 0 6px 20px rgba(37,211,102,.4); }
  50% { box-shadow: 0 6px 30px rgba(37,211,102,.7); }
}

.scroll-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, var(--blue-1), var(--blue-3));
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: var(--shadow-md);
  transition: all .3s;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top:hover { transform: translateY(-3px); }

/* ===================================================
   RESPONSIVE
   =================================================== */
@media (max-width: 991px) {
  .section-pad { padding: 60px 0; }
  .hero-slide { height: 80vh; min-height: 500px; }
  .hero-title { font-size: 2rem; }
  .section-title { font-size: 1.8rem; }
  .stat-item:not(:last-child)::after { display: none; }

  .navbar-collapse {
    background: var(--dark-2);
    padding: 1rem;
    border-radius: var(--radius-sm);
    margin-top: .5rem;
  }

  .dropdown-menu { background: rgba(255,255,255,.05); border: none; }
}

@media (max-width: 767px) {
  .topbar .col-md-5 { display: none; }
  .hero-slide { height: 70vh; }
  .hero-title { font-size: 1.7rem; }
  .about-badge { right: 10px; bottom: -15px; }
  .cta-band h2 { font-size: 1.6rem; }
  .section-title { font-size: 1.6rem; }
  .footer-top { padding: 40px 0 20px; }
  .contact-form-card,
  .contact-info-card { padding: 1.5rem; }
}

@media (max-width: 480px) {
  .hero-btns .btn { display: block; width: 100%; margin-bottom: .5rem; }
  .hero-btns .btn.me-3 { margin-right: 0 !important; }
}
