:root {
  --bg: #08111b;
  --bg2: #0e1723;
  --panel: rgba(255,255,255,.04);
  --line: rgba(255,255,255,.08);
  --text: #eef4fb;
  --muted: #aab9c9;
  --blue: #1ea4ff;
  --blue2: #68d1ff;
  --green: #25D366;
  --shadow: 0 18px 50px rgba(0,0,0,.30);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter',sans-serif;
  background: radial-gradient(circle at top right, rgba(30,164,255,.12), transparent 24%), radial-gradient(circle at bottom left, rgba(255,255,255,.04), transparent 20%), linear-gradient(180deg, #071019 0%, #0b141f 100%);
  color: var(--text);
}

.glass-nav {
  background: rgba(8,17,27,.78);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}

.navbar-brand {
  font-weight: 900;
  letter-spacing: .04em;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: cover;
  border: 1px solid rgba(255,255,255,.1);
  background: #101927;
  padding: 3px;
}

.nav-link {
  color: #dce8f5 !important;
}

.nav-link:hover {
  color: var(--blue2) !important;
}

.lang-btn {
  min-width: 54px;
  border-radius: 999px;
  font-weight: 700;
}

.active-lang {
  color: #000 !important;
}

.hero-section {
  padding: 9rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.eyebrow {
  display: inline-block;
  font-size: .82rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--blue2);
  font-weight: 800;
  margin-bottom: 1rem;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.04em;
  max-width: 900px;
}

.hero-subtitle {
  color: var(--muted);
  font-size: 1.1rem;
  max-width: 760px;
  margin-top: 1.25rem;
}

.btn-brand {
  background: linear-gradient(90deg, var(--blue), #00c6ff);
  color: #fff;
  border: none;
  padding: .95rem 1.25rem;
  border-radius: 14px;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(30,164,255,.2);
}

.btn-brand:hover {
  color: #fff;
  opacity: .96;
}

.btn-outline-brand {
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  padding: .95rem 1.25rem;
  border-radius: 14px;
  font-weight: 700;
}

.btn-outline-brand:hover {
  background: rgba(255,255,255,.06);
  color: #fff;
}

.btn-whatsapp {
  background: var(--green);
  color: #fff;
  border: none;
  padding: .95rem 1.25rem;
  border-radius: 14px;
  font-weight: 800;
}

.btn-whatsapp:hover {
  color: #fff;
  opacity: .95;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.lux-badge {
  display: inline-block;
  padding: .55rem .85rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.03);
  color: #dfeaf6;
  font-size: .92rem;
}

.card-panel {
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.hero-visual {
  min-height: 440px;
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01)), radial-gradient(circle at top right, rgba(30,164,255,.18), transparent 26%);
  border-radius: 28px;
  border: 1px solid var(--line);
  overflow: hidden;
  padding: 1.25rem;
}

.hero-card {
  padding: 1.3rem;
  max-width: 350px;
  position: absolute;
  top: 40px;
  right: 28px;
}

.floating-card {
  padding: 1rem 1.1rem;
  max-width: 280px;
  position: absolute;
  bottom: 28px;
  left: 28px;
}

.small-label {
  color: var(--blue2);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .76rem;
  margin-bottom: .6rem;
  font-weight: 800;
}

.display-stat {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -.03em;
  margin-bottom: .4rem;
}

.section {
  padding: 5rem 0;
}

.section-dark {
  background: rgba(255,255,255,.02);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section-strip {
  padding: 1rem 0 2rem;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  letter-spacing: -.03em;
}

.section-copy {
  color: var(--muted);
  max-width: 760px;
}

.mini-stat {
  padding: 1.25rem;
  border-radius: 20px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--line);
  height: 100%;
}

.mini-stat p {
  color: var(--muted);
}

.service-card, .process-card, .area-card, .contact-info, .contact-form-wrap {
  padding: 1.5rem;
  height: 100%;
}

.icon-bubble {
  width: 54px;
  height: 54px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(30,164,255,.22), rgba(255,255,255,.04));
  border: 1px solid rgba(30,164,255,.25);
  font-weight: 900;
  color: var(--blue2);
  margin-bottom: 1rem;
}

.service-card p, .process-card p, .area-card p, .contact-info p, .form-note {
  color: var(--muted);
}

.benefit-list {
  margin-top: 1.5rem;
  padding-left: 1.15rem;
}

.benefit-list li {
  margin-bottom: .85rem;
  color: var(--muted);
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.compare-box {
  padding: 1.35rem;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  height: 100%;
}

.compare-box ul {
  margin: 1rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.bad-fit {
  background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,140,140,.04));
}

.best-fit {
  background: linear-gradient(180deg, rgba(30,164,255,.08), rgba(255,255,255,.03));
}

.gallery-card {
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.03);
  box-shadow: var(--shadow);
  height: 100%;
}

.gallery-image {
  height: 230px;
  background-size: cover;
  background-position: center;
}

.placeholder-1 {
  background: linear-gradient(135deg, rgba(0,0,0,.15), rgba(0,0,0,.45)), url('https://images.unsplash.com/photo-1516321318423-f06f85e504b3?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}

.placeholder-2 {
  background: linear-gradient(135deg, rgba(0,0,0,.15), rgba(0,0,0,.45)), url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}

.placeholder-3 {
  background: linear-gradient(135deg, rgba(0,0,0,.15), rgba(0,0,0,.45)), url('https://images.unsplash.com/photo-1558002038-1055907df827?auto=format&fit=crop&w=1200&q=80') center/cover no-repeat;
}

.gallery-body {
  padding: 1.25rem;
}

.gallery-body p {
  color: var(--muted);
  margin-bottom: 0;
}

.step-num {
  font-size: 2rem;
  font-weight: 900;
  color: var(--blue2);
  margin-bottom: .5rem;
}

.area-card {
  border-radius: 22px;
  background: rgba(255,255,255,.03);
  border: 1px solid var(--line);
}

.cta-section {
  padding-top: 2rem;
}

.cta-panel {
  padding: 2rem;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(30,164,255,.14), rgba(255,255,255,.04));
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.cta-panel p {
  color: var(--muted);
  max-width: 800px;
  margin: 1rem auto 1.4rem;
}

.contact-link {
  color: #fff;
  text-decoration: none;
}

.contact-link:hover {
  color: var(--blue2);
}

.form-label {
  font-weight: 700;
}

.premium-input {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;
  border-radius: 14px;
  padding: .85rem 1rem;
}

.premium-input:focus {
  background: rgba(255,255,255,.06);
  border-color: rgba(30,164,255,.45);
  box-shadow: 0 0 0 .2rem rgba(30,164,255,.12);
  color: #fff;
}

.premium-input option {
  color: #000;
}

.form-note {
  display: block;
  margin-top: 1rem;
}

.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  background: var(--green);
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  padding: .9rem 1rem;
  border-radius: 999px;
  box-shadow: 0 12px 24px rgba(0,0,0,.25);
}

.whatsapp-float:hover {
  color: #fff;
  opacity: .95;
}

.site-footer {
  padding: 2rem 0 3rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: all .8s ease;
}

.reveal.show {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 {
  animation: floatIn 1.2s ease .3s both;
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {
  .hero-section {
    padding: 7.5rem 0 4rem;
  }
}

@media (max-width: 991px) {
  .hero-card, .floating-card {
    position: static;
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

@media (max-width: 991px) {
  .hero-visual {
    min-height: auto;
  }
}

@media (max-width: 991px) {
  .comparison-grid {
    grid-template-columns: 1fr;
  }
}

.hero-title {
  color: #f4f8fc !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.28);
}

.hero-subtitle {
  color: #dbe7f3 !important;
}

.hero-card, .floating-card, .service-card, .mini-stat, .area-card, .process-card, .contact-info, .contact-form-wrap {
  background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.03)) !important;
  border: 1px solid rgba(255,255,255,.14) !important;
}

.hero-card p, .floating-card p, .service-card p, .mini-stat p, .area-card p, .process-card p {
  color: #d6e1ec !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #f3f7fb !important;
}

.section-copy, .form-note, .contact-info p {
  color: #cfdbe7 !important;
}

.hero-card {
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.floating-card {
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

.hero-card {
  box-shadow: 0 18px 40px rgba(0,0,0,.28);
}

.floating-card {
  box-shadow: 0 18px 40px rgba(0,0,0,.22);
}

