:root {
  --dk-primary: #176bff;
  --dk-primary-rgb: 23, 107, 255;
  --dk-secondary: #00c2ff;
  --dk-ink: #0b1736;
  --dk-radius: 1.25rem;
  --dk-shadow: 0 18px 50px rgba(15, 35, 80, .12);
}

[data-bs-theme="dark"] {
  --dk-ink: #eef4ff;
  --dk-shadow: 0 18px 50px rgba(0, 0, 0, .32);
}

html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif; overflow-x: hidden; }
a { text-underline-offset: .2em; }
.section-space { padding: 6rem 0; }
.min-vh-75 { min-height: 75vh; }
.max-w-700 { max-width: 700px; }
.eyebrow { display: inline-block; color: var(--bs-primary); font-size: .78rem; font-weight: 800; letter-spacing: .14em; margin-bottom: .75rem; }
.section-heading { max-width: 760px; }
.section-heading p { font-size: 1.05rem; }
.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 2000; background: var(--bs-body-bg); padding: .75rem 1rem; border-radius: .5rem; }

.topbar { background: #071a3c; color: rgba(255,255,255,.78); }
.topbar a { color: inherit; text-decoration: none; }
.topbar a:hover { color: white; }
.glass-nav { background: color-mix(in srgb, var(--bs-body-bg) 88%, transparent); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); }
.navbar-brand { color: var(--bs-emphasis-color); line-height: 1; }
.navbar-brand small { font-size: .58rem; letter-spacing: .08em; margin-top: .2rem; color: var(--bs-secondary-color); font-weight: 600; }
.brand-mark { display: inline-grid; place-items: center; width: 43px; height: 43px; border-radius: 13px; color: white; background: linear-gradient(135deg, var(--dk-primary), var(--dk-secondary)); box-shadow: 0 10px 25px rgba(var(--dk-primary-rgb), .25); }
.brand-mark i { font-size: 1.35rem; }
.navbar .nav-link { font-weight: 650; padding-inline: .8rem !important; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--bs-primary); }
.theme-button { min-width: 44px; }

.hero-section { background: radial-gradient(circle at 85% 15%, rgba(0,194,255,.15), transparent 28%), radial-gradient(circle at 10% 90%, rgba(23,107,255,.15), transparent 30%); }
.hero-section h1 { letter-spacing: -.05em; }
.gradient-text { background: linear-gradient(90deg, var(--dk-primary), #00a6d9); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-orb-one { width: 350px; height: 350px; top: -180px; right: -100px; background: rgba(var(--dk-primary-rgb), .1); }
.hero-orb-two { width: 260px; height: 260px; left: -170px; bottom: 0; background: rgba(0,194,255,.1); }
.hero-features .col { display: flex; gap: .45rem; align-items: flex-start; font-size: .86rem; font-weight: 650; }
.hero-features i { color: var(--bs-primary); }

.recovery-visual { width: min(100%, 500px); aspect-ratio: 1/1; position: relative; display: grid; place-items: center; }
.visual-grid { position: absolute; inset: 4%; border-radius: 50%; opacity: .22; background-image: linear-gradient(var(--bs-border-color) 1px, transparent 1px), linear-gradient(90deg, var(--bs-border-color) 1px, transparent 1px); background-size: 30px 30px; mask-image: radial-gradient(circle, #000 45%, transparent 72%); }
.device { position: absolute; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid var(--bs-border-color); box-shadow: var(--dk-shadow); }
.device-back { width: 58%; height: 58%; border-radius: 34%; background: color-mix(in srgb, var(--bs-primary) 8%, var(--bs-body-bg)); transform: rotate(-10deg) translate(-12px, 8px); color: rgba(var(--dk-primary-rgb), .12); }
.device-back i { font-size: 8rem; }
.device-main { width: 54%; height: 54%; border-radius: 28%; background: color-mix(in srgb, var(--bs-body-bg) 90%, var(--bs-primary) 10%); z-index: 2; padding: 2rem; text-align: center; }
.device-main > i { font-size: 4rem; color: var(--bs-primary); margin-bottom: .5rem; }
.device-main strong { font-size: 1.2rem; }
.device-main small { color: var(--bs-secondary-color); margin-bottom: 1.1rem; }
.device-main .progress { width: 100%; height: .5rem; }
.pulse-ring { position: absolute; inset: -15px; border: 1px solid rgba(var(--dk-primary-rgb), .35); border-radius: inherit; animation: pulse 2.5s infinite; }
.floating-card { position: absolute; z-index: 3; display: grid; grid-template-columns: auto auto; column-gap: .65rem; align-items: center; padding: .85rem 1rem; border: 1px solid var(--bs-border-color); border-radius: 1rem; background: color-mix(in srgb, var(--bs-body-bg) 88%, transparent); backdrop-filter: blur(12px); box-shadow: var(--dk-shadow); animation: float 5s ease-in-out infinite; }
.floating-card i { grid-row: 1/3; font-size: 1.5rem; color: var(--bs-primary); }
.floating-card span { font-size: .72rem; color: var(--bs-secondary-color); }
.floating-card b { font-size: .9rem; }
.card-one { top: 14%; left: 0; }
.card-two { right: -1%; top: 30%; animation-delay: -1.2s; }
.card-three { left: 8%; bottom: 12%; animation-delay: -2.2s; }
@keyframes float { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes pulse { 0%{transform:scale(.96);opacity:.8} 70%,100%{transform:scale(1.08);opacity:0} }

.trust-strip { background: color-mix(in srgb, var(--bs-primary) 5%, var(--bs-body-bg)); }
.trust-strip .col { display: flex; flex-direction: column; }
.stat-number { font-size: clamp(1.8rem, 4vw, 2.7rem); color: var(--bs-primary); line-height: 1; }
.trust-strip span { color: var(--bs-secondary-color); margin-top: .45rem; font-size: .9rem; }

.service-card { position: relative; padding: 2rem; border: 1px solid var(--bs-border-color); border-radius: var(--dk-radius); background: var(--bs-body-bg); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; overflow: hidden; }
.service-card::after { content:""; position:absolute; inset:auto -40px -55px auto; width:120px; height:120px; border-radius:50%; background:rgba(var(--dk-primary-rgb),.06); }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--dk-shadow); border-color: rgba(var(--dk-primary-rgb), .35); }
.service-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 1.35rem; border-radius: 17px; color: var(--bs-primary); background: rgba(var(--dk-primary-rgb), .1); }
.service-icon i { font-size: 1.65rem; }
.service-card h3 { font-size: 1.25rem; font-weight: 750; }
.service-card p { color: var(--bs-secondary-color); min-height: 72px; }
.service-card a { font-weight: 700; text-decoration: none; }

.process-line { counter-reset: step; }
.process-card { position: relative; height: 100%; padding: 2rem 1.5rem; border-radius: var(--dk-radius); background: var(--bs-body-bg); border: 1px solid var(--bs-border-color); }
.process-card > span { position: absolute; right: 1rem; top: .5rem; font-size: 3.3rem; line-height: 1; font-weight: 900; color: rgba(var(--dk-primary-rgb), .09); }
.process-card > i { font-size: 2.3rem; color: var(--bs-primary); }
.process-card h3 { font-size: 1.15rem; font-weight: 750; margin-top: 1.25rem; }
.process-card p { color: var(--bs-secondary-color); margin-bottom: 0; }

.lab-panel { position: relative; padding: 2rem; border-radius: 2rem; background: linear-gradient(145deg, #071a3c, #102a5f); box-shadow: 0 30px 80px rgba(1, 12, 35, .32); }
.lab-screen { border: 1px solid rgba(255,255,255,.13); border-radius: 1.25rem; padding: 1.5rem; color: rgba(255,255,255,.8); background: rgba(3,11,28,.55); box-shadow: inset 0 0 40px rgba(0,194,255,.05); }
.scan-row { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.1); }
.code-lines { display: grid; gap: .65rem; }
.code-lines i { height: 7px; border-radius: 1rem; background: linear-gradient(90deg, #176bff, rgba(0,194,255,.25)); }
.code-lines i:nth-child(2){width:75%}.code-lines i:nth-child(3){width:88%}.code-lines i:nth-child(4){width:55%}.code-lines i:nth-child(5){width:68%}
.security-badge { display:flex; align-items:center; gap:.75rem; position:absolute; right:-18px; bottom:-24px; padding:1rem 1.25rem; border-radius:1rem; background:var(--bs-body-bg); border:1px solid var(--bs-border-color); box-shadow:var(--dk-shadow); }
.security-badge i { font-size:1.8rem; color:var(--bs-success); }
.security-badge span { display:flex; flex-direction:column; }
.security-badge small { color:var(--bs-secondary-color); }
.reason-item { display: flex; gap: 1rem; padding: 1rem; border-radius: 1rem; transition: background .2s ease; }
.reason-item:hover { background: var(--bs-tertiary-bg); }
.reason-item > i { flex: 0 0 auto; display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; color: var(--bs-primary); background: rgba(var(--dk-primary-rgb), .1); font-size: 1.25rem; }
.reason-item h3 { font-size: 1.05rem; font-weight: 750; margin-bottom: .2rem; }
.reason-item p { color: var(--bs-secondary-color); margin: 0; }

.cta-band { background: linear-gradient(115deg, #0d55d4, #00a7db); }
.testimonial-card { padding: 2rem; border: 1px solid var(--bs-border-color); border-radius: var(--dk-radius); background: var(--bs-body-bg); box-shadow: 0 8px 25px rgba(20,40,80,.06); }
.testimonial-card.featured { border-color: rgba(var(--dk-primary-rgb), .45); transform: translateY(-10px); box-shadow: var(--dk-shadow); }
.stars { color: #ffb400; letter-spacing: .12em; margin-bottom: 1rem; }
.testimonial-card p { font-size: 1.02rem; line-height: 1.75; }
.person { display: flex; align-items: center; gap: .8rem; margin-top: 1.5rem; }
.person > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(var(--dk-primary-rgb), .1); color: var(--bs-primary); font-weight: 800; }
.person div { display: flex; flex-direction: column; }
.person small { color: var(--bs-secondary-color); }
.accordion-button { font-weight: 700; padding: 1.25rem; }
.accordion-body { color: var(--bs-secondary-color); }

.quote-section { background: radial-gradient(circle at top left, rgba(var(--dk-primary-rgb), .08), transparent 32%); }
.quote-shell { border: 1px solid var(--bs-border-color); border-radius: 1.75rem; box-shadow: var(--dk-shadow); }
.quote-info { background: linear-gradient(145deg, #0c51c5, #071a3c); }
.quote-info li i { color: #6ee7b7; }
.form-control, .form-select { border-radius: .85rem; }
.form-control:focus, .form-select:focus { box-shadow: 0 0 0 .25rem rgba(var(--dk-primary-rgb), .12); }

.footer { background: #06152f; color: white; }
.footer-brand { color: white; text-decoration: none; font-size: 1.35rem; }
.footer h3 { font-size: .95rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 1.2rem; }
.footer ul { padding: 0; margin: 0; list-style: none; display: grid; gap: .65rem; }
.footer a { color: rgba(255,255,255,.62); text-decoration: none; }
.footer a:hover { color: white; }
.social-link { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.16); border-radius: 10px; }
.contact-list li { display: flex; gap: .7rem; color: rgba(255,255,255,.65); }
.contact-list i { color: #66d9ff; }
.footer-bottom a { color: inherit; }

.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1045;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 54px;
  padding: .8rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(17, 120, 62, .32);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.whatsapp-float::before {
  content: "";
  position: absolute;
  inset: -5px;
  z-index: -1;
  border: 1px solid rgba(37, 211, 102, .38);
  border-radius: inherit;
  opacity: 0;
  transform: scale(.92);
  transition: opacity .2s ease, transform .2s ease;
}
.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  color: #fff;
  background: #1fbd5a;
  box-shadow: 0 18px 38px rgba(17, 120, 62, .4);
  transform: translateY(-3px);
}
.whatsapp-float:hover::before,
.whatsapp-float:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}
.whatsapp-float:focus-visible {
  outline: 3px solid color-mix(in srgb, #25d366 45%, var(--bs-body-bg));
  outline-offset: 3px;
}
.whatsapp-float i { font-size: 1.45rem; }
[data-bs-theme="dark"] .whatsapp-float { box-shadow: 0 14px 34px rgba(0, 0, 0, .42); }

.back-to-top { position: fixed; right: 1.45rem; bottom: 5.7rem; width: 46px; height: 46px; border-radius: 50%; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .25s ease; z-index: 1040; box-shadow: 0 10px 25px rgba(var(--dk-primary-rgb),.3); }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }

@media (max-width: 991.98px) {
  .section-space { padding: 4.5rem 0; }
  .hero-section h1 { font-size: clamp(2.7rem, 8vw, 4.5rem); }
  .navbar-collapse { padding-top: 1rem; }
  .navbar .dropdown-menu { border: 0; background: var(--bs-tertiary-bg); }
  .security-badge { right: 12px; }
}
@media (max-width: 575.98px) {

  .whatsapp-float {
    width: 56px;
    height: 56px;
    min-height: 56px;
    padding: 0;
    border-radius: 50%;
  }
  .whatsapp-float i { font-size: 1.65rem; }
  .whatsapp-label { display: none; }
  .back-to-top { right: 1.55rem; bottom: 5.85rem; }
  .section-space { padding: 3.75rem 0; }
  .hero-section h1 { font-size: 2.65rem; }
  .recovery-visual { margin-top: -1rem; }
  .device-main { width: 62%; height: 62%; padding: 1.25rem; }
  .device-main > i { font-size: 3rem; }
  .floating-card { padding: .65rem .8rem; transform: scale(.88); }
  .card-one { left: -4%; }
  .card-two { right: -6%; }
  .card-three { left: 0; bottom: 7%; }
  .testimonial-card.featured { transform: none; }
  .lab-panel { padding: 1rem; }
  .security-badge { position: static; margin-top: 1rem; }
}
@media (prefers-reduced-motion: reduce) {
  *,*::before,*::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
