 :root{
  --cobalt:#0A2E4A;
  --cobalt-dark:#061a2b;
  --header-bg:#FFFFFF;
  --lime:#B6FF00;
  --silver:#C0C0C0;
  --text-main:#EAF6FF;
  --text-soft:#B8D0E5;
  --glass-bg: rgba(255,255,255,0.12);
}

html,body{height:100%}

body{
  margin:0;
  font-family:"Space Grotesk",system-ui,-apple-system,"Segoe UI",Roboto,Arial;
  background:var(--cobalt);
  color:var(--text-main);
}

.clpricing li{color: wheat;}

p {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #d6e4f0;
}

#faq h5, #faq p{
  color:#03111a !important;
}

.lead {
  font-size: 1.05rem;
  line-height: 1.7;
  color: #dbe9f6;
}


h1 {
  font-size: clamp(2.4rem, 5vw, 3.2rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

h2 {
  font-size: clamp(1.9rem, 4vw, 2.4rem);
  font-weight: 600;
  line-height: 1.25;
}

h3 { font-size: 1.5rem; font-weight: 600; }
h4 { font-size: 1.25rem; font-weight: 600; }
h5 { font-size: 1.05rem; font-weight: 600; }
h6 { font-size: .95rem; font-weight: 600; }

h1,h2,h3,h4,h5,h6 { color:#ffffff; }


.text-muted {
  color: #9fb6cc !important;
}

.text-soft {
  color: #b8d0e5 !important;
}

.hero .lead {
  max-width: 540px;
}

.hero .counter {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
}


/* header */
.site-header{
  background:#fff;
  height:72px;
  box-shadow:0 6px 18px rgba(0,0,0,.08);
  position:fixed;
  width:100%;
  top:0;
  z-index:1000;
}

/* hero */
.hero{
  min-height:90vh;
  padding-top:90px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.05), transparent 30%),
    linear-gradient(180deg,#0a2e4a,#061a2b);
}

.kicker{ color:var(--lime); font-weight:700; letter-spacing:.08em }

/* glass cards */
.glass{
  background:var(--glass-bg);
  border:1px solid rgba(255,255,255,.2);
  backdrop-filter:blur(12px);
  border-radius:12px;
}

/* dark cards */
.card-dark{
  background:#0d314c;
  border:1px solid rgba(255,255,255,.15);
  border-radius:12px;
}

/* buttons */
.btn-lime{
  background:var(--lime);
  color:#03111a;
  font-weight:700;
  border-radius:10px;
}
.btn-lime:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 20px rgba(182,255,0,.35);
}


/* images */
.project-thumb{
  height:180px;
  width:100%;
  object-fit:cover;
  border-radius:10px;
}

/* footer */
.site-footer{
  background:var(--cobalt-dark);
  color:var(--text-soft);
}

.card-dark p,
.card-dark li {
  color:#d8e6f3;
}

section { overflow:hidden }


/* Floating Action Buttons */
.floating-call-btn,
.floating-whatsapp-btn{
  position:fixed;
  bottom:20px;
  width:64px;
  height:64px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
  font-size:28px;
  color:#fff;
  box-shadow:0 10px 25px rgba(0,0,0,.35);
  transition:all .3s ease;
}

.floating-call-btn{
  left:20px;
  background:#28a745;
}

.floating-whatsapp-btn{
  right:20px;
  background:#25D366;
}

.floating-call-btn:hover,
.floating-whatsapp-btn:hover{
  transform:translateY(-3px) scale(1.05);
}

/* Section backgrounds */
.section-dark {
  background: linear-gradient(180deg, #0a2e4a, #061a2b);
}

.section-mid {
  background: #0f3555;
}

.section-light {
  background: rgba(255,255,255,0.04);
}

/* Section spacing */
.section-pad {
  padding: 80px 0;
}



.card-dark:hover,
.glass:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,.35);
}

.btn {
  font-size: .95rem;
  padding: 14px 22px;
}

.btn-outline-light {
  border-color: rgba(255,255,255,.35);
  color: #ffffff;
}

.btn-outline-light:hover {
  background: rgba(255,255,255,.08);
}

a[href^="tel"] {
  color: #9fb6cc;
  font-weight: 500;
  text-decoration: none;
}

a[href^="tel"]:hover {
  color: var(--lime);
}

.card-dark,
.glass {
  padding: 26px;
}

.card-dark h5,
.glass h5 {
  margin-bottom: 10px;
}
@media (max-width: 768px) {

  h1 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .hero {
    padding-top: 110px;
  }

  .hero .lead {
    font-size: 1rem;
  }

  .btn-lg {
    padding: 14px;
  }

  .section-pad {
    padding: 52px 0;
  }
}

/* Card hover animation */
.card-dark,
.glass {
  transition: transform .35s ease, box-shadow .35s ease;
}


/* Header Base */
.site-header {
  background: #ffffff;
  border-bottom: 1px solid #e6eef6;
  height: 68px;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 68px;
}

/* Logo */
.brand img {
  max-height: 50px;
}

/* Desktop Nav */
.main-nav {
  display: flex;
  gap: 32px;
  align-items: center;
}

.nav-link {
  color: #0a2e4a;
  font-weight: 500;
  font-size: 0.95rem;
  text-decoration: none;
  position: relative;
}

.nav-link:hover {
  color: #000;
}

/* Dropdown */
.nav-dropdown {
  position: relative;
}

.dropdown-panel {
  position: absolute;
  top: 120%;
  left: 0;
  background: #ffffff;
  border-radius: 10px;
  padding: 14px;
  min-width: 280px;
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
  display: none;
}

.nav-dropdown:hover .dropdown-panel {
  display: block;
}

.dropdown-panel a {
  display: block;
  padding: 10px 12px;
  border-radius: 6px;
  color: #0a2e4a;
  font-size: 0.9rem;
  text-decoration: none;
}

.dropdown-panel a:hover {
  background: #f3f7fb;
}

/* Mobile Toggle */
.mobile-toggle {
  border: none;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.mobile-toggle span {
  width: 22px;
  height: 2px;
  background: #0a2e4a;
}

/* Mobile Menu */
.mobile-menu {
  background: #0a2e4a;
  color: #fff;
}

.mobile-header {
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

.mobile-body {
  padding: 16px;
}

.mobile-body a {
  display: block;
  padding: 14px 12px;
  border-radius: 8px;
  color: #eaf6ff;
  text-decoration: none;
  font-size: 1rem;
}

.mobile-body a:hover {
  background: rgba(255,255,255,.08);
}

.mobile-section {
  margin: 24px 0 10px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #9fb6cc;
}

.divider {
  height: 1px;
  background: rgba(255,255,255,.15);
  margin: 20px 0;
}

.mobile-cta {
  margin-top: 24px;
}

/* Force white close icon for mobile menu */
.mobile-menu .btn-close {
  filter: invert(1);
  opacity: 1;
}