:root{
  --bg: #0b1220;
  --bg2: #0f1b33;
  --card: rgba(255,255,255,.06);
  --stroke: rgba(255,255,255,.12);
  --text: rgba(255,255,255,.86);
  --muted: rgba(255,255,255,.62);
  --brand: #4da3ff;
  --brand2: #2d6bff;
  --shadow: 0 20px 70px rgba(0,0,0,.45);
}

html{ scroll-behavior:smooth; }
body{ font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial; }

.text-brand{ color: var(--brand) !important; }

.topbar{
  background: linear-gradient(90deg, rgba(0,0,0,.55), rgba(0,0,0,.15));
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar-link, .topbar-social{
  color: rgba(255,255,255,.7);
  text-decoration: none;
  font-size: .9rem;
}
.topbar-link:hover, .topbar-social:hover{ color: #fff; }

.nav-glass{
  background: rgba(5,10,20,.65);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.navbar .nav-link{ color: rgba(255,255,255,.75) !important; }
.navbar .nav-link:hover{ color: #fff !important; }

.brand-badge{
  width: 36px; height: 36px;
  display: inline-flex;
  align-items: center; justify-content:center;
  border-radius: 14px;
  background: radial-gradient(circle at 30% 30%, var(--brand), var(--brand2));
  box-shadow: 0 12px 30px rgba(77,163,255,.35);
}

.btn-brand{
  background: radial-gradient(circle at 30% 30%, var(--brand), var(--brand2));
  border: 0;
  color: #06101f;
  font-weight: 700;
  box-shadow: 0 18px 45px rgba(77,163,255,.25);
}
.btn-brand:hover{ filter: brightness(1.05); color: #06101f; }

.hero{
  position: relative;
  background: #040812;
  overflow: hidden;
}
.hero-bg{
  position:absolute; inset:0;
  background-size: cover;
  background-position: center;
  transform: scale(1.05);
  filter: saturate(1.05);
}
.hero-overlay{
  position:absolute; inset:0;
  background:
    radial-gradient(900px 500px at 15% 20%, rgba(77,163,255,.35), transparent 55%),
    radial-gradient(900px 500px at 80% 25%, rgba(45,107,255,.28), transparent 55%),
    linear-gradient(180deg, rgba(0,0,0,.55), rgba(0,0,0,.85));
}
.min-vh-75{ min-height: 75vh; }

.badge-pill{
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  padding:.5rem .9rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.78);
  width: fit-content;
}

.hero-card{
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  padding: 18px;
  box-shadow: var(--shadow);
}
.pill{
  padding: .35rem .65rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.7);
  font-size: .8rem;
}

.stack{ display:flex; flex-direction:column; gap:10px; }
.stack-item{
  display:flex; gap:12px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(0,0,0,.25);
  border: 1px solid rgba(255,255,255,.10);
}
.stack-icon{
  width: 42px; height: 42px;
  border-radius: 16px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(77,163,255,.15);
  border: 1px solid rgba(77,163,255,.28);
  color: rgba(255,255,255,.9);
}
.price{
  color: rgba(255,255,255,.85);
  font-weight: 700;
  font-size: .9rem;
  white-space: nowrap;
}

.hero-metrics{
  display:flex; flex-wrap:wrap;
  gap: 18px;
  margin-top: 18px;
}
.metric{
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
}
.metric-value{
  font-size: 1.15rem;
  font-weight: 800;
  color: #fff;
}
.metric-label{
  font-size: .8rem;
  color: rgba(255,255,255,.6);
}

.shape{
  position:absolute;
  border-radius: 999px;
  filter: blur(10px);
  opacity: .55;
}
.shape-1{
  width: 220px; height: 220px;
  left: -70px; bottom: 40px;
  background: rgba(77,163,255,.35);
}
.shape-2{
  width: 280px; height: 280px;
  right: -110px; top: 80px;
  background: rgba(45,107,255,.30);
}

.section{ padding: 70px 0; background: #fff; }
.section-alt{ background: #f6f8fb; }
.section-kicker{
  color: #5d6a7a;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
  margin-bottom: 8px;
}
.section-title{
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.card-glow{
  border: 1px solid rgba(14,30,64,.12);
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(0,0,0,.08);
  transition: transform .25s ease, box-shadow .25s ease;
}
.card-glow:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 55px rgba(0,0,0,.12);
}
.icon-bubble{
  width: 46px; height: 46px;
  border-radius: 18px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(77,163,255,.14);
  border: 1px solid rgba(77,163,255,.25);
}

.brand-strip{
  display:flex;
  align-items:center;
  gap: 14px;
  padding: 12px 14px;
  border-radius: 18px;
  border: 1px dashed rgba(14,30,64,.22);
  background: rgba(255,255,255,.65);
}
.brand-logos{ display:flex; flex-wrap:wrap; gap:8px; }
.brand-chip{
  font-size:.82rem;
  padding:.35rem .6rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(14,30,64,.12);
}

.media-frame{
  position:relative;
  border-radius: 26px;
  overflow:hidden;
  box-shadow: 0 25px 80px rgba(0,0,0,.18);
}
.media-frame img{ width:100%; display:block; }
.media-badge{
  position:absolute;
  left: 14px; bottom: 14px;
  padding: .5rem .7rem;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
  color: rgba(255,255,255,.85);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  font-size: .86rem;
}

.feature{
  display:flex; gap:12px;
  padding: 14px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(14,30,64,.10);
}
.feature i{
  width: 42px; height: 42px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 16px;
  background: rgba(77,163,255,.14);
  border: 1px solid rgba(77,163,255,.22);
}

.masonry{
  columns: 3 260px;
  column-gap: 14px;
}
.shot{
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  margin: 0 0 14px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 45px rgba(0,0,0,.12);
  cursor: pointer;
  transform: translateZ(0);
}
.shot img{ width:100%; display:block; transition: transform .35s ease; }
.shot:hover img{ transform: scale(1.03); }
.shot-badge{
  position:absolute;
  top: 12px; left: 12px;
  padding: .35rem .55rem;
  border-radius: 999px;
  background: rgba(0,0,0,.55);
  border: 1px solid rgba(255,255,255,.16);
  color: rgba(255,255,255,.9);
  font-size: .78rem;
  backdrop-filter: blur(10px);
}

.plan{
  background: #fff;
  border: 1px solid rgba(14,30,64,.10);
  border-radius: 24px;
  box-shadow: 0 18px 55px rgba(0,0,0,.10);
  overflow: hidden;
  position: relative;
}
.plan-head{
  padding: 18px;
  background: linear-gradient(135deg, rgba(77,163,255,.18), rgba(45,107,255,.10));
  border-bottom: 1px solid rgba(14,30,64,.08);
}
.plan-title{ font-weight: 900; font-size: 1.1rem; }
.plan-price{ font-weight: 900; font-size: 1.4rem; color: #0b2a55; }
.plan-sub{ color: #526173; font-size: .9rem; }
.plan-list{
  list-style:none;
  padding: 16px 18px;
  margin: 0;
  display:flex;
  flex-direction:column;
  gap: 10px;
}
.plan-list li{
  display:flex; gap:10px; align-items:flex-start;
  color: #344454;
}
.plan-list i{ color: #1c7dff; margin-top: 3px; }
.plan .btn{ border-radius: 0; padding: 14px 18px; font-weight: 800; }

.plan-featured{
  border: 1px solid rgba(45,107,255,.28);
  box-shadow: 0 25px 70px rgba(45,107,255,.18);
}
.ribbon{
  position:absolute;
  right: 14px; top: 14px;
  background: radial-gradient(circle at 30% 30%, var(--brand), var(--brand2));
  color: #06101f;
  font-weight: 900;
  font-size: .78rem;
  padding: .45rem .6rem;
  border-radius: 999px;
}

.review{
  background:#fff;
  border: 1px solid rgba(14,30,64,.10);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 18px 55px rgba(0,0,0,.10);
  height: 100%;
}
.review-stars{ color: #ffb400; letter-spacing: .12em; }
.review-author{
  display:flex; gap:12px; align-items:center;
  margin-top: 14px;
}
.avatar{
  width: 44px; height: 44px;
  border-radius: 18px;
  display:flex; align-items:center; justify-content:center;
  background: rgba(77,163,255,.18);
  border: 1px solid rgba(77,163,255,.25);
  font-weight: 900;
  color: #0b2a55;
}

.post{
  display:block;
  text-decoration:none;
  border-radius: 22px;
  overflow:hidden;
  border: 1px solid rgba(14,30,64,.10);
  box-shadow: 0 18px 55px rgba(0,0,0,.10);
  background:#fff;
  color: inherit;
}
.post-thumb{
  height: 190px;
  background-size: cover;
  background-position: center;
}
.post-body{ padding: 14px 16px; }

.cta{
  background: linear-gradient(135deg, #06101f, #0a1e3b);
  padding: 0 0 70px;
}
.cta-box{
  margin-top: -34px;
  border-radius: 26px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(900px 420px at 25% 20%, rgba(77,163,255,.28), transparent 60%),
    radial-gradient(900px 420px at 80% 30%, rgba(45,107,255,.22), transparent 60%),
    rgba(255,255,255,.06);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}
.cta-form{
  display:grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 10px;
}
.cta-form .form-control{
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
}
.cta-form .form-control::placeholder{ color: rgba(255,255,255,.55); }

.contact-card{
  border-radius: 22px;
  padding: 16px;
  background: #fff;
  border: 1px solid rgba(14,30,64,.10);
  box-shadow: 0 18px 55px rgba(0,0,0,.10);
}
.contact-item{
  display:flex; gap:12px; align-items:center;
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(14,30,64,.08);
  margin-bottom: 10px;
}
.contact-item i{
  width: 42px; height: 42px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 16px;
  background: rgba(77,163,255,.14);
  border: 1px solid rgba(77,163,255,.22);
  color: #0b2a55;
}

.btn-whats{
  background: #25D366;
  border: 0;
  color: #062010;
  font-weight: 900;
  padding: 12px 14px;
  border-radius: 16px;
  box-shadow: 0 20px 55px rgba(37,211,102,.28);
}
.btn-whats:hover{ filter: brightness(1.03); color:#062010; }

.form-card{
  background: #fff;
  border: 1px solid rgba(14,30,64,.10);
  border-radius: 26px;
  padding: 18px;
  box-shadow: 0 18px 55px rgba(0,0,0,.10);
}

.footer{
  background: #050a14;
  color: rgba(255,255,255,.9);
}
.footer-title{
  font-weight: 900;
  margin-bottom: 10px;
}
.footer-link{
  display:block;
  color: rgba(255,255,255,.65);
  text-decoration:none;
  margin: 6px 0;
}
.footer-link:hover{ color:#fff; }
.social{
  width: 42px; height: 42px;
  display:inline-flex;
  align-items:center; justify-content:center;
  border-radius: 16px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.85);
  text-decoration:none;
}
.social:hover{ color:#fff; }

.border-white-10{ border-color: rgba(255,255,255,.10) !important; }

.fab-whats{
  position: fixed;
  right: 16px; bottom: 16px;
  width: 56px; height: 56px;
  border-radius: 22px;
  display:flex; align-items:center; justify-content:center;
  background: #25D366;
  color: #062010;
  text-decoration:none;
  font-size: 1.6rem;
  box-shadow: 0 22px 70px rgba(37,211,102,.30);
  z-index: 999;
}

/* reveal animations */
.reveal{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .6s ease, transform .6s ease;
}
.reveal.in{
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 991px){
  .cta-form{ grid-template-columns: 1fr; }
}