:root{
  --pw-dark:#07111f;
  --pw-blue:#155eef;
  --pw-soft:#f4f7fb;
  --pw-muted:#64748b;
  --pw-border:#e5e7eb;
  --pw-green:#16a34a;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:#0f172a;
  background:#fff;
}
img{max-width:100%;height:auto}
a{text-decoration:none}
.topbar{
  background:#06101f;
  color:#dbeafe;
  font-size:.92rem;
}
.navbar{
  box-shadow:0 10px 35px rgba(15,23,42,.08);
}
.navbar-brand{
  font-weight:900;
  letter-spacing:-.03em;
}
.brand-dot{
  width:12px;height:12px;border-radius:50%;
  display:inline-block;background:linear-gradient(135deg,#22c55e,#155eef);
  margin-right:8px;
}
.nav-link{font-weight:650;color:#1e293b!important}
.nav-link:hover{color:var(--pw-blue)!important}
.btn-primary{
  background:linear-gradient(135deg,#155eef,#0f3cc9);
  border:0;
  box-shadow:0 14px 30px rgba(21,94,239,.24);
}
.btn-outline-primary{border-color:#155eef;color:#155eef}
.btn-outline-primary:hover{background:#155eef;border-color:#155eef}
.hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 80% 10%,rgba(34,197,94,.18),transparent 30%),
    linear-gradient(135deg,#07111f 0%,#0f2d5c 56%,#133a8a 100%);
  color:#fff;
}
.hero:before{
  content:"";
  position:absolute;inset:0;
  background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,#000,transparent 85%);
}
.hero .container{position:relative;z-index:2}
.hero-title{
  font-size:clamp(2.1rem,5vw,4.8rem);
  line-height:1.02;
  letter-spacing:-.06em;
  font-weight:950;
}
.hero-text{font-size:clamp(1rem,2vw,1.25rem);color:#dbeafe}
.hero-badge{
  display:inline-flex;gap:8px;align-items:center;
  color:#bfdbfe;background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.16);
  padding:8px 14px;border-radius:999px;font-weight:700;
}
.hero-card{
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(14px);
  border-radius:28px;
  box-shadow:0 30px 90px rgba(0,0,0,.25);
}
.section-soft{background:var(--pw-soft)}
.section-title{
  font-weight:900;
  letter-spacing:-.04em;
}
.section-lead{color:var(--pw-muted);font-size:1.08rem}
.service-card,.feature-card,.price-card,.contact-card{
  height:100%;
  background:#fff;
  border:1px solid var(--pw-border);
  border-radius:26px;
  padding:26px;
  box-shadow:0 18px 48px rgba(15,23,42,.06);
  transition:.22s ease;
}
.service-card:hover,.feature-card:hover,.price-card:hover{
  transform:translateY(-5px);
  box-shadow:0 28px 70px rgba(15,23,42,.11);
}
.service-icon{
  width:52px;height:52px;border-radius:16px;
  display:grid;place-items:center;
  background:#eaf2ff;color:#155eef;font-weight:900;
  margin-bottom:16px;
}
.service-card h3,.feature-card h3{font-size:1.25rem;font-weight:850}
.service-card p,.feature-card p{color:var(--pw-muted)}
.check-list{padding:0;margin:0;list-style:none}
.check-list li{
  margin:10px 0;padding-left:30px;position:relative;color:#334155;
}
.check-list li:before{
  content:"✓";position:absolute;left:0;top:0;
  width:22px;height:22px;border-radius:50%;
  display:grid;place-items:center;
  background:#dcfce7;color:#15803d;font-weight:900;font-size:.8rem;
}
.work-img{
  border-radius:26px;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 25px 70px rgba(2,6,23,.22);
}
.mini-stat{
  background:#fff;border:1px solid var(--pw-border);
  border-radius:22px;padding:20px;text-align:center;
}
.mini-stat strong{font-size:2rem;font-weight:950;color:#0f172a}
.mini-stat span{display:block;color:var(--pw-muted)}
.cta{
  background:linear-gradient(135deg,#07111f,#123a8a);
  color:#fff;
  border-radius:34px;
  overflow:hidden;
  position:relative;
}
.cta:after{
  content:"";position:absolute;right:-80px;top:-80px;
  width:260px;height:260px;border-radius:50%;
  background:rgba(34,197,94,.2);
}
.footer{
  background:#050b14;color:#94a3b8;
}
.footer a{color:#cbd5e1}
.footer a:hover{color:#fff}
.language-pill{
  border:1px solid #dbe4f0;border-radius:999px;
  padding:6px 10px;font-weight:750;color:#0f172a;
}
.breadcrumb-soft{
  background:#eef5ff;border:1px solid #dbeafe;border-radius:999px;
  padding:8px 14px;display:inline-flex;color:#1e40af;font-weight:750;
}
.page-hero{
  background:linear-gradient(135deg,#07111f,#133a8a);
  color:#fff;
  padding:86px 0;
}
.form-control,.form-select{
  border-radius:16px;
  padding:13px 15px;
  border:1px solid #dbe3ef;
}
@media (max-width:991.98px){
  .hero{padding-top:34px}
  .navbar-collapse{padding-top:16px}
  .hero-card{margin-top:24px}
}


/* PROWEB_PROFESSIONAL_UI_V1_START */
:root{
  --pro-bg:#07111f;
  --pro-bg-2:#0b1730;
  --pro-card:#ffffff;
  --pro-soft:#f3f7fb;
  --pro-text:#142033;
  --pro-muted:#667085;
  --pro-primary:#0d6efd;
  --pro-primary-2:#38bdf8;
  --pro-accent:#22c55e;
  --pro-border:rgba(15,23,42,.10);
  --pro-shadow:0 24px 70px rgba(2,8,23,.12);
  --pro-shadow-soft:0 16px 40px rgba(2,8,23,.08);
}

html{
  scroll-behavior:smooth;
}

body{
  background:#fff;
  color:var(--pro-text);
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}

img,svg{
  max-width:100%;
  height:auto;
}

a{
  transition:all .18s ease;
}

.topbar{
  background:#07111f;
  color:rgba(255,255,255,.82);
  font-size:13px;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.navbar{
  box-shadow:0 12px 35px rgba(2,8,23,.06);
  backdrop-filter:blur(14px);
}

.navbar .container{
  min-height:72px;
}

.navbar-brand{
  font-weight:900;
  letter-spacing:-.03em;
  color:#07111f!important;
  font-size:1.2rem;
}

.brand-dot{
  width:34px;
  height:34px;
  border-radius:12px;
  margin-right:10px;
  display:inline-block;
  background:
    radial-gradient(circle at 30% 30%, #7dd3fc 0 20%, transparent 22%),
    linear-gradient(135deg,#0d6efd,#07111f);
  box-shadow:0 12px 30px rgba(13,110,253,.25);
}

.nav-link{
  font-weight:700;
  color:#334155!important;
  padding:.75rem .82rem!important;
  border-radius:999px;
}

.nav-link:hover,
.nav-link.active{
  color:#0d6efd!important;
  background:rgba(13,110,253,.08);
}

.btn{
  font-weight:800;
  letter-spacing:-.01em;
}

.btn-primary{
  background:linear-gradient(135deg,#0d6efd,#0757c9);
  border-color:#0d6efd;
  box-shadow:0 12px 28px rgba(13,110,253,.22);
}

.btn-primary:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 38px rgba(13,110,253,.28);
}

.hero,
.page-hero{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(56,189,248,.28), transparent 28%),
    radial-gradient(circle at 85% 14%, rgba(13,110,253,.34), transparent 28%),
    linear-gradient(135deg,#07111f 0%,#0b1730 48%,#0f244d 100%);
  color:#fff;
}

.hero:before,
.page-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.9), transparent 82%);
  pointer-events:none;
}

.hero .container,
.page-hero .container{
  position:relative;
  z-index:1;
}

.page-hero{
  padding:86px 0 76px;
}

.hero{
  min-height:620px;
  display:flex;
  align-items:center;
}

.hero-title,
.page-hero h1,
.display-4{
  letter-spacing:-.055em;
  line-height:.98;
}

.hero-title{
  font-size:clamp(2.55rem,5vw,5.4rem);
  font-weight:950;
}

.hero-text{
  color:rgba(255,255,255,.78);
  font-size:clamp(1.02rem,1.4vw,1.22rem);
  line-height:1.75;
  max-width:760px;
}

.hero-badge,
.breadcrumb-soft{
  display:inline-flex;
  align-items:center;
  gap:8px;
  border-radius:999px;
  padding:9px 14px;
  color:#dff7ff;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
  font-weight:800;
  font-size:.86rem;
}

.hero-card{
  border-radius:30px;
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 30px 90px rgba(0,0,0,.28);
  backdrop-filter:blur(14px);
}

.work-img{
  border-radius:24px;
  filter:drop-shadow(0 24px 55px rgba(0,0,0,.20));
}

.section-soft{
  background:
    radial-gradient(circle at 10% 0%, rgba(13,110,253,.08), transparent 35%),
    linear-gradient(180deg,#f8fbff,#eef5ff);
}

.section-title{
  font-size:clamp(2rem,3.5vw,3.5rem);
  font-weight:950;
  letter-spacing:-.05em;
  color:#07111f;
}

.section-lead{
  color:#586475;
  font-size:1.08rem;
  line-height:1.85;
}

.service-card,
.contact-card{
  position:relative;
  overflow:hidden;
  height:100%;
  border:1px solid var(--pro-border);
  border-radius:28px;
  padding:30px;
  background:rgba(255,255,255,.92);
  box-shadow:var(--pro-shadow-soft);
}

.service-card:before,
.contact-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,#0d6efd,#38bdf8,#22c55e);
}

.service-card:hover,
.contact-card:hover{
  transform:translateY(-4px);
  box-shadow:var(--pro-shadow);
  border-color:rgba(13,110,253,.20);
}

.service-card h2,
.contact-card h2{
  color:#07111f;
  letter-spacing:-.035em;
}

.service-card p,
.contact-card p{
  color:#64748b;
  line-height:1.75;
}

.service-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:64px;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  margin-bottom:18px;
  color:#0b4ec7;
  background:linear-gradient(135deg,rgba(13,110,253,.12),rgba(56,189,248,.12));
  font-weight:950;
  font-size:.78rem;
  letter-spacing:.04em;
}

.check-list{
  list-style:none;
  padding-left:0;
  margin-bottom:0;
}

.check-list li{
  position:relative;
  padding-left:32px;
  margin:13px 0;
  color:#334155;
  line-height:1.65;
}

.check-list li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  width:22px;
  height:22px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(34,197,94,.14);
  color:#16a34a;
  font-size:13px;
  font-weight:900;
}

.cta{
  position:relative;
  overflow:hidden;
  border-radius:34px;
  background:
    radial-gradient(circle at 15% 20%, rgba(56,189,248,.30), transparent 32%),
    linear-gradient(135deg,#07111f,#0d2b63 58%,#0d6efd);
  color:#fff;
  box-shadow:0 28px 80px rgba(13,110,253,.22);
}

.cta:after{
  content:"";
  position:absolute;
  width:260px;
  height:260px;
  right:-90px;
  bottom:-110px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
}

.footer{
  background:#07111f;
  color:rgba(255,255,255,.70);
}

.footer a{
  color:rgba(255,255,255,.82);
  text-decoration:none;
}

.footer a:hover{
  color:#fff;
}

.proweb-floating-cta,
.proweb-floating-whatsapp{
  position:fixed;
  right:18px;
  z-index:9999;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:118px;
  height:46px;
  padding:0 18px;
  border-radius:999px;
  color:#fff!important;
  font-weight:900;
  text-decoration:none!important;
  box-shadow:0 16px 35px rgba(0,0,0,.22);
}

.proweb-floating-cta{
  bottom:24px;
  background:linear-gradient(135deg,#0d6efd,#0757c9);
}

.proweb-floating-whatsapp{
  bottom:82px;
  background:linear-gradient(135deg,#22c55e,#16a34a);
}

.proweb-floating-cta:hover,
.proweb-floating-whatsapp:hover{
  transform:translateY(-2px);
}

.form-control,
.form-select{
  min-height:52px;
  border-radius:16px;
  border:1px solid rgba(15,23,42,.12);
  box-shadow:none!important;
}

.form-control:focus,
.form-select:focus{
  border-color:#0d6efd;
}

textarea.form-control{
  min-height:140px;
}

@media (max-width:991.98px){
  .navbar .container{
    min-height:64px;
  }

  .navbar-collapse{
    margin-top:14px;
    padding:14px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 22px 55px rgba(2,8,23,.12);
  }

  .nav-link{
    padding:.78rem 1rem!important;
  }

  .hero{
    min-height:auto;
    padding:78px 0 70px;
  }

  .page-hero{
    padding:70px 0 62px;
  }

  .hero-title,
  .page-hero h1,
  .display-4{
    line-height:1.05;
  }

  .service-card,
  .contact-card{
    padding:24px;
    border-radius:24px;
  }
}

@media (max-width:575.98px){
  body{
    overflow-x:hidden;
  }

  .hero,
  .page-hero{
    text-align:left;
  }

  .hero-title{
    font-size:2.45rem;
  }

  .page-hero h1,
  .display-4{
    font-size:2.25rem;
  }

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

  .section-title{
    font-size:2.05rem;
  }

  .cta{
    border-radius:26px;
  }

  .proweb-floating-cta,
  .proweb-floating-whatsapp{
    right:12px;
    min-width:102px;
    height:42px;
    padding:0 14px;
    font-size:13px;
  }

  .proweb-floating-cta{
    bottom:18px;
  }

  .proweb-floating-whatsapp{
    bottom:70px;
  }
}
/* PROWEB_PROFESSIONAL_UI_V1_END */


/* PROWEB_FINAL_POSITIONING_COPY_V1 */
.mini-feature{
  background:#fff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  padding:18px 18px;
  min-height:86px;
  box-shadow:0 12px 30px rgba(15,23,42,.06);
  font-weight:700;
  color:#172033;
}
.proweb-contact-form .form-control,
.proweb-contact-form .form-select{
  min-height:52px;
  border-radius:14px;
  border-color:rgba(15,23,42,.14);
}
.proweb-contact-form textarea.form-control{
  min-height:150px;
}


/* PROWEB_FULL_SEO_BLOG_READABILITY_V1 */
.proweb-blog-detail .blog-reading-wrap{
  max-width: 920px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 28px;
  box-shadow: 0 22px 70px rgba(15,23,42,.10);
  padding: 42px 44px !important;
}

.proweb-blog-detail .blog-reading-wrap p{
  font-size: 1.08rem;
  line-height: 1.86;
  color: #334155;
  margin-bottom: 1.15rem;
}

.proweb-blog-detail .blog-reading-wrap .section-lead{
  font-size: 1.08rem;
  line-height: 1.86;
  color: #334155;
}

.proweb-blog-detail .blog-reading-wrap h2{
  margin-top: 2.35rem;
  margin-bottom: .9rem;
  font-weight: 800;
  letter-spacing: -.02em;
  color: #0f172a;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
}

.proweb-blog-detail .blog-reading-wrap h2:first-of-type{
  margin-top: .5rem;
}

.proweb-blog-detail .blog-reading-wrap ul,
.proweb-blog-detail .blog-reading-wrap ol{
  padding-left: 1.25rem;
  margin: 1rem 0 1.4rem;
}

.proweb-blog-detail .blog-reading-wrap li{
  margin-bottom: .55rem;
  line-height: 1.75;
  color: #334155;
}

.proweb-blog-detail .blog-reading-wrap a{
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid rgba(37,99,235,.25);
}

.proweb-blog-detail .blog-reading-wrap a:hover{
  border-bottom-color: rgba(37,99,235,.75);
}

.proweb-blog-detail .blog-reading-wrap .cta{
  margin-top: 3rem;
}

.proweb-blog-index .service-card{
  transition: transform .18s ease, box-shadow .18s ease;
}

.proweb-blog-index .service-card:hover{
  transform: translateY(-3px);
}

@media (max-width: 768px){
  .proweb-blog-detail .blog-reading-wrap{
    border-radius: 22px;
    padding: 26px 20px !important;
  }

  .proweb-blog-detail .blog-reading-wrap p,
  .proweb-blog-detail .blog-reading-wrap .section-lead{
    font-size: 1rem;
    line-height: 1.78;
  }
}
