﻿ .letu-brand-logo {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.letu-brand-wordmark {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-family: "Segoe UI", "Poppins", "Trebuchet MS", sans-serif;
  background: linear-gradient(90deg, #f39a2c 0%, #f56b3d 35%, #d94ac8 70%, #45a9f4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  white-space: nowrap;
}

.letu-home-hero {
  position: relative;
}

.letu-home-hero .letu-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 60;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 20px 72px;
  text-align: center;
}

.letu-home-hero .letu-hero-badge {
  margin-bottom: 20px;
  padding: 10px 18px;
  border: 1px solid rgba(99, 120, 255, 0.18);
  border-radius: 999px;
  color: #5260b8;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 25px rgba(103, 120, 255, 0.08);
  font-size: 14px;
  font-weight: 600;
}

.letu-home-hero .letu-hero-title {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 0.95;
}

.letu-home-hero .letu-hero-title-main {
  font-size: clamp(54px, 8vw, 88px);
  font-weight: 800;
  color: #1b2740;
  letter-spacing: -0.04em;
}

.letu-home-hero .letu-hero-title-accent {
  margin-top: 8px;
  font-size: clamp(52px, 8vw, 84px);
  font-weight: 900;
  letter-spacing: -0.05em;
  background: linear-gradient(90deg, #ff6a00 0%, #d64cff 45%, #27b0f3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.letu-home-hero .letu-hero-desc {
  max-width: 760px;
  margin: 26px auto 0;
  color: #69789b;
  font-size: clamp(18px, 2.1vw, 20px);
  line-height: 1.8;
}

.letu-home-hero .letu-hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 34px;
  flex-wrap: wrap;
  justify-content: center;
}

.letu-home-hero .letu-hero-primary,
.letu-home-hero .letu-hero-secondary {
  min-width: 156px;
  padding: 15px 28px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.letu-home-hero .letu-hero-primary {
  color: #fff;
  background: linear-gradient(135deg, #5c67f2 0%, #6b78ff 100%);
  box-shadow: 0 14px 28px rgba(92, 103, 242, 0.28);
}

.letu-home-hero .letu-hero-secondary {
  color: #5b68eb;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(92, 103, 242, 0.2);
}

.letu-home-hero .letu-hero-primary:hover,
.letu-home-hero .letu-hero-secondary:hover {
  transform: translateY(-1px);
}

header.sticky {
  background: transparent !important;
  backdrop-filter: none;
  box-shadow: none;
  border-bottom: 0;
}

header.sticky.is-scrolled {
  background: linear-gradient(90deg, rgba(214, 221, 255, 0.88), rgba(255, 255, 255, 0.95), rgba(235, 228, 255, 0.88)) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
  border-bottom: 1px solid rgba(148, 163, 184, 0.20);
}

header nav a:hover,
header nav a.text-letoOrange,
header nav a.dark\:text-letoTurquoise {
  color: #5d66f0 !important;
}

header a[href="/#contact"] {
  background: linear-gradient(135deg, #5c67f2 0%, #6b78ff 100%) !important;
}

#home .bg-gradient-to-r.from-letoWarmStart.to-letoPink,
#home .border-letoWarmStart\/30 {
  background: linear-gradient(135deg, #5c67f2 0%, #6b78ff 100%) !important;
  border-color: rgba(92, 103, 242, 0.24) !important;
}

#home a[href="/contact"] {
  color: #5b68eb !important;
  border-color: rgba(92, 103, 242, 0.24) !important;
}

#home .bg-letoOrange,
#home .dark\:bg-letoTurquoise {
  background-color: #5c67f2 !important;
}

@media (max-width: 768px) {
  .letu-brand-wordmark {
    font-size: 26px;
  }

  .letu-home-hero .letu-hero-overlay {
    padding-top: 80px;
  }

  .letu-home-hero .letu-hero-desc {
    max-width: 92%;
  }
}


/* Keep static pages visible after removing runtime animation scripts */
body [style*="opacity:0"] {
  opacity: 1 !important;
}

body [style*="translateY(30px)"],
body [style*="translateY(20px)"],
body [style*="translateX(-20px)"],
body [style*="translateY(-10px)"],
body [style*="translateY(-150px)"] {
  transform: none !important;
}

/* Fallback: ensure upper sections are visible on static export */
#home *,
#about *,
#services *,
#features * {
  opacity: 1;
}

#home .text-transparent,
#about .text-transparent,
#services .text-transparent,
#features .text-transparent {
  color: #0f172a !important;
  background: none !important;
  -webkit-text-fill-color: #0f172a !important;
}

.dark #home .text-transparent,
.dark #about .text-transparent,
.dark #services .text-transparent,
.dark #features .text-transparent {
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
}


/* Homepage hover dropdown fallback (works without runtime JS) */
header nav .letu-hover-dropdown {
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  pointer-events: none;
}

header nav .group:hover > .letu-hover-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}


/* Fix dropdown hover gap on homepage nav */
header nav .group {
  position: relative;
}

header nav .group > .letu-hover-dropdown {
  margin-top: 0 !important; /* remove the gap that causes mouseout */
  top: calc(100% - 1px) !important;
}

/* keep menu visible while moving from trigger to dropdown */
header nav .group::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 10px;
}


/* active nav marker */
header nav a.letu-nav-current {
  color: #f97316 !important;
  font-weight: 600 !important;
}

header nav .letu-hover-dropdown a.letu-nav-current {
  background: rgba(249, 115, 22, 0.12) !important;
  color: #f97316 !important;
}
