 
    :root{
      --bs-primary:#6f42c1;
      --bs-primary-rgb:111,66,193;
      --dark:#081225;
      --dark-2:#0d1b36;
      --text:#dfe7ff;
      --muted:#9fb0d7;
      --card:#0f1e3e;
      --line:rgba(255,255,255,.08);
      --gradient:linear-gradient(135deg,#6f42c1 0%,#8d5cf6 45%,#12b7ff 100%);
      --shadow:0 20px 45px rgba(0,0,0,.25);
    }

    html{scroll-behavior:smooth}

    body{
      font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
      background: linear-gradient(180deg,#07101f 0%, #0b1530 28%, #eef3fb 28%, #eef3fb 100%);
      color:#0d1b2a;
      overflow-x:hidden;
    }

    .navbar{
      backdrop-filter: blur(12px);
      background: rgba(7,16,31,.82)!important;
      border-bottom:1px solid rgba(255,255,255,.08);
    }

    .navbar .nav-link{
      color:#dfe7ff;
      font-weight:500;
      opacity:.9;
    }

    .navbar .nav-link:hover,
    .navbar .nav-link.active{
      color:#fff;
    }

    .logo{height:56px}

    .hero{
      position:relative;
      min-height:100vh;
      color:#fff;
      overflow:hidden;
    }

    .carousel,
    .carousel-inner,
    .carousel-item{
      min-height:100vh;
    }

    .hero-slide{
      position:relative;
      min-height:100vh;
      background-size:cover;
      background-position:center;
      background-repeat:no-repeat;
    }

    .hero-slide::before{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(90deg, rgba(5,12,27,.90) 0%, rgba(5,12,27,.80) 36%, rgba(5,12,27,.48) 100%),
        radial-gradient(circle at 20% 30%, rgba(18,183,255,.18), transparent 30%),
        radial-gradient(circle at 75% 20%, rgba(141,92,246,.22), transparent 25%);
      z-index:1;
    }

    .hero-content{
      position:relative;
      z-index:2;
      min-height:100vh;
      display:flex;
      align-items:center;
      padding-top:110px;
      padding-bottom:90px;
    }

    .eyebrow{
      display:inline-flex;
      align-items:center;
      gap:.55rem;
      padding:.55rem .9rem;
      border:1px solid rgba(255,255,255,.12);
      background:rgba(255,255,255,.06);
      border-radius:999px;
      font-size:.9rem;
      letter-spacing:.04em;
      color:#c5d6ff;
      margin-bottom:1rem;
      max-width:100%;
      flex-wrap:wrap;
    }

    .display-hero{
      font-size:clamp(2.3rem,4vw,4.8rem);
      line-height:1;
      font-weight:800;
      letter-spacing:-.03em;
      max-width:760px;
      margin-bottom:1rem;
      word-break:break-word;
    }

    .hero p.lead{
      max-width:700px;
      color:#dbe6ff;
      font-size:1.1rem;
    }

    .hero-actions .btn{
      padding:.95rem 1.35rem;
      border-radius:14px;
      font-weight:700;
      box-shadow:var(--shadow);
    }

    .hero-stats{
      margin-top:2rem;
      display:grid;
      grid-template-columns:repeat(3,minmax(0,1fr));
      gap:1rem;
      max-width:720px;
    }

    .hero-stat{
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      border-radius:18px;
      padding:1rem;
      backdrop-filter: blur(8px);
    }

    .hero-stat strong{
      display:block;
      font-size:1.6rem;
      color:#fff;
    }

    section{position:relative}

    .section-pad{padding:96px 0}

    .section-light{background:#eef3fb}

    .section-dark{
      background:
        radial-gradient(circle at top right, rgba(18,183,255,.12), transparent 25%),
        radial-gradient(circle at left bottom, rgba(111,66,193,.18), transparent 25%),
        linear-gradient(180deg,#091227 0%, #0d1730 100%);
      color:#fff;
    }

    .section-title{
      font-size:clamp(2rem,4vw,3rem);
      line-height:1.05;
      font-weight:800;
      letter-spacing:-.02em;
      margin-bottom:1rem;
      word-break:break-word;
    }

    .section-subtitle{
      font-size:1.06rem;
      color:#5e6b84;
      max-width:760px;
    }

    .section-dark .section-subtitle{
      color:#b3c3ea;
    }

    .glass-card{
      background:rgba(255,255,255,.08);
      border:1px solid rgba(255,255,255,.12);
      border-radius:24px;
      box-shadow:var(--shadow);
      backdrop-filter: blur(10px);
    }

    .feature-card,
    .service-card,
    .pricing-card,
    .timeline-card{
      background:#fff;
      border:1px solid #dde6f5;
      border-radius:24px;
      padding:1.6rem;
      box-shadow:0 16px 30px rgba(16,25,50,.06);
      height:100%;
    }

    .feature-icon,
    .service-icon,
    .list-icon{
      width:56px;
      height:56px;
      border-radius:18px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      background:linear-gradient(135deg, rgba(111,66,193,.14), rgba(18,183,255,.15));
      color:#6f42c1;
      font-size:1.4rem;
      margin-bottom:1rem;
      flex-shrink:0;
    }

    .feature-card h3,
    .service-card h3{
      font-size:1.25rem;
      font-weight:800;
      margin-bottom:.65rem;
    }

    .muted{color:#6f7c97}

    .badge-soft{
      display:inline-block;
      padding:.42rem .8rem;
      border-radius:999px;
      background:rgba(111,66,193,.11);
      color:#6f42c1;
      font-weight:700;
      font-size:.85rem;
      margin-bottom:1rem;
    }

    .btn-primary{
      background:var(--gradient);
      border:none;
    }

    .btn-outline-light-2{
      color:#fff;
      border:1px solid rgba(255,255,255,.18);
      background:rgba(255,255,255,.05);
    }

    .btn-outline-light-2:hover{
      background:rgba(255,255,255,.12);
      color:#fff;
    }

    .btn-dark-custom{
      background:#091227;
      color:#fff;
      border:none;
    }

    .btn-dark-custom:hover{
      background:#0f1d37;
      color:#fff;
    }

    .about-panel{
      background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);
      border:1px solid #dfe7f4;
      border-radius:28px;
      overflow:hidden;
      box-shadow:0 18px 40px rgba(16,25,50,.08);
    }

    .about-image{
      width:100%;
      height:100%;
      object-fit:cover;
      min-height:420px;
    }

    .mockup-wrap{
      position:relative;
      padding:1rem;
      max-width:100%;
    }

    .mockup-main{
      width:100%;
      display:block;
      border-radius:28px;
      box-shadow:0 28px 55px rgba(4,12,28,.36);
      border:1px solid rgba(255,255,255,.15);
    }

    .mockup-float{
      position:absolute;
      right:-5%;
      bottom:-7%;
      width:34%;
      max-width:220px;
      border-radius:22px;
      box-shadow:0 20px 45px rgba(4,12,28,.36);
      border:10px solid #0b1630;
      background:#0b1630;
    }

    .dark-grid{
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
      background-size:30px 30px;
      mask-image:linear-gradient(180deg, rgba(0,0,0,.6), transparent 85%);
      pointer-events:none;
    }

    .check-list{
      list-style:none;
      padding:0;
      margin:0;
    }

    .check-list li{
      display:flex;
      gap:.8rem;
      margin-bottom:.95rem;
      align-items:flex-start;
    }

    .check-list i{
      color:#10b8ff;
      font-size:1.1rem;
      margin-top:.12rem;
      flex-shrink:0;
    }

    .info-grid{
      display:grid;
      grid-template-columns:repeat(2,minmax(0,1fr));
      gap:1rem;
    }

    .info-card{
      background:rgba(255,255,255,.06);
      border:1px solid rgba(255,255,255,.1);
      border-radius:20px;
      padding:1.1rem;
      height:100%;
    }

    .info-card h4{
      font-size:1rem;
      font-weight:800;
      margin-bottom:.5rem;
      color:#fff;
    }

    .audience-item{
      background:#fff;
      border:1px solid #dbe4f4;
      border-radius:18px;
      padding:1rem 1.1rem;
      display:flex;
      gap:.8rem;
      align-items:center;
      box-shadow:0 10px 24px rgba(16,25,50,.05);
      color:#091227;
    }

    .audience-item span,
    .audience-item strong{
      color:#091227 !important;
    }

    .audience-item i{
      color:#6f42c1;
      font-size:1.15rem;
      flex-shrink:0;
    }

    .pricing-card{
      background:
        radial-gradient(circle at top right, rgba(18,183,255,.10), transparent 30%),
        linear-gradient(180deg,#ffffff 0%, #f6f9ff 100%);
    }

    .price{
      font-size:3rem;
      font-weight:900;
      color:#091227;
      line-height:1;
    }

    .timeline{
      position:relative;
      padding-left:1.25rem;
      border-left:2px dashed rgba(111,66,193,.25);
    }

    .timeline-item{
      position:relative;
      padding-left:1rem;
      padding-bottom:1.5rem;
    }

    .timeline-item::before{
      content:"";
      position:absolute;
      left:-1.72rem;
      top:.25rem;
      width:14px;
      height:14px;
      border-radius:50%;
      background:linear-gradient(135deg,#6f42c1,#12b7ff);
      box-shadow:0 0 0 6px rgba(111,66,193,.12);
    }

    .contact-box{
      background:#fff;
      border-radius:28px;
      border:1px solid #dfe7f5;
      box-shadow:0 18px 35px rgba(16,25,50,.06);
      overflow:hidden;
    }

    .contact-side{
      background:
        linear-gradient(180deg, rgba(9,18,39,.92), rgba(13,23,48,.94)),
        url('assets/06.jpg') center/cover;
      color:#fff;
      min-height:100%;
    }

    .form-control,
    .form-select{
      min-height:52px;
      border-radius:14px;
      border:1px solid #d8e1f0;
      padding:.8rem 1rem;
    }

    textarea.form-control{
      min-height:140px;
    }

    .footer{
      background:#050d1d;
      color:#c8d4f2;
      border-top:1px solid rgba(255,255,255,.08);
    }

    .footer a{
      color:#c8d4f2;
      text-decoration:none;
    }

    .footer a:hover{
      color:#fff;
    }

    .social-link{
      width:42px;
      height:42px;
      border-radius:14px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      border:1px solid rgba(255,255,255,.1);
      background:rgba(255,255,255,.05);
      color:#fff;
      text-decoration:none;
      transition:.25s;
    }

    .social-link:hover{
      transform:translateY(-2px);
      background:linear-gradient(135deg, #6f42c1, #12b7ff);
      color:#fff;
    }

    .whatsapp-float{
      position:fixed;
      right:18px;
      bottom:18px;
      z-index:1055;
      display:flex;
      flex-direction:column;
      align-items:flex-end;
      gap:.75rem;
    }

    .wa-options{
      display:none;
      flex-direction:column;
      gap:.65rem;
      align-items:flex-end;
    }

    .wa-options.show{
      display:flex;
    }

    .wa-link{
      display:flex;
      align-items:center;
      gap:.7rem;
      background:#fff;
      color:#091227;
      border-radius:16px;
      box-shadow:0 20px 38px rgba(0,0,0,.18);
      padding:.8rem 1rem;
      text-decoration:none;
      min-width:250px;
      border:1px solid #e6eef9;
    }

    .wa-link small{
      display:block;
      color:#66748f;
    }

    .wa-link i{
      font-size:1.4rem;
      color:#25d366;
    }

    .wa-toggle{
      width:62px;
      height:62px;
      border:none;
      border-radius:50%;
      background:#25d366;
      color:#fff;
      font-size:1.65rem;
      box-shadow:0 18px 35px rgba(37,211,102,.35);
    }

    .mini-tag{
      padding:.25rem .6rem;
      border-radius:999px;
      background:rgba(18,183,255,.12);
      color:#12b7ff;
      font-weight:700;
      font-size:.78rem;
    }

    .carousel-indicators [data-bs-target]{
      width:10px;
      height:10px;
      border-radius:50%;
    }

    .carousel-control-prev,
    .carousel-control-next{
      width:7%;
      z-index:3;
    }

    @media (max-width: 1199.98px){
      .display-hero{
        font-size:clamp(2.2rem,5vw,4rem);
      }
    }

    @media (max-width: 991.98px){
      body{
        background: linear-gradient(180deg,#07101f 0%, #0b1530 20%, #eef3fb 20%, #eef3fb 100%);
      }

      .navbar-collapse{
        background:rgba(7,16,31,.96);
        padding:1rem;
        border-radius:18px;
        margin-top:.8rem;
        border:1px solid rgba(255,255,255,.08);
      }

      .hero-content{
        padding-top:120px;
        padding-bottom:70px;
      }

      .hero-stats{
        grid-template-columns:1fr;
      }

      .display-hero{
        font-size:clamp(2.1rem,8vw,3.3rem);
        max-width:100%;
      }

      .section-pad{
        padding:72px 0;
      }

      .mockup-float{
        position:relative;
        right:auto;
        bottom:auto;
        width:58%;
        max-width:220px;
        margin-top:-8%;
        margin-left:auto;
        display:block;
      }

      .info-grid{
        grid-template-columns:1fr;
      }

      .logo{
        height:48px;
      }

      .carousel-control-prev,
      .carousel-control-next{
        width:12%;
      }
    }

    @media (max-width: 767.98px){
      .hero,
      .carousel,
      .carousel-inner,
      .carousel-item,
      .hero-slide,
      .hero-content{
        min-height:auto;
      }

      .hero-content{
        padding-top:120px;
        padding-bottom:90px;
      }

      .display-hero{
        font-size:clamp(2rem,11vw,3rem);
        line-height:1.02;
      }

      .hero p.lead{
        font-size:1rem;
      }

      .carousel-control-prev,
      .carousel-control-next{
        display:none;
      }

      .mockup-wrap{
        padding:.25rem;
      }

      .about-image{
        min-height:280px;
      }

      .wa-link{
        min-width:220px;
      }
    }

    @media (max-width: 575.98px){
      .hero-actions .btn{
        width:100%;
      }

      .mockup-float{
        width:72%;
      }

      .section-title{
        font-size:2rem;
      }

      .eyebrow{
        font-size:.82rem;
      }

      .hero-stat strong{
        font-size:1.35rem;
      }
    }
  