

  @font-face {
    font-family: 'VolteRounded';
    src: url('../fonte/VolteRounded-Regular.otf') format('opentype');
    font-weight: 400;
  }

  @font-face {
    font-family: 'VolteRounded';
    src: url('../fonte/VolteRounded-Medium.otf') format('opentype');
    font-weight: 500;
  }

  @font-face {
    font-family: 'VolteRounded';
    src: url('../fonte/VolteRounded-Semibold.otf') format('opentype');
    font-weight: 600;
  }

  @font-face {
    font-family: 'VolteRounded';
    src: url('../fonte/VolteRounded-Semibold.otf') format('opentype');
    font-weight: 700;
  }

  @font-face {
    font-family: 'VolteRounded';
    src: url('../fonte/VolteRounded-Semibold.otf') format('opentype');
    font-weight: 800;
  }

  :root{
    --navy:#0B0F2E;
    --purple:#7C5CFC;
    --blue:#2EA8FF;
    --teal:#2DD4BF;
    --coral:#FB6F92;
    --amber:#FBBF24;
    --bg:#FAFAFD;
    --bg-soft:#F2F1FB;
    --gray:#5B6178;
    --line:#E7E6F3;
    --grad: linear-gradient(95deg, var(--purple) 0%, var(--blue) 100%);
  }
  *{margin:0;padding:0;box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'VolteRounded',sans-serif;
    color:var(--navy);
    background:var(--bg);
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  h1,h2,h3,.logo{font-family:'VolteRounded',sans-serif;}
  a{text-decoration:none;color:inherit;}
  img,svg{display:block;}
  .wrap{max-width:1180px;margin:0 auto;}



  /* ---------- focus ---------- */


  a:focus-visible, button:focus-visible{
    outline:3px solid var(--blue);
    outline-offset:2px;
    border-radius:6px;
  }



  /* ---------- header ---------- */


  header{
    background-color: rgb(0, 13, 53);
    background-image: radial-gradient(circle, rgba(0, 67, 168, 0.25) 0%, rgba(0, 67, 168, 0) 25%), 
    radial-gradient(circle, rgb(0, 67, 168) 0%, rgba(0, 67, 168, 0) 70%), url(/assets/pattern.png);
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, auto, 100px;
    text-align: center;
    padding: 150px 0 70px;
    margin-top: -80px;
  }
  header h1{
    color: #fff !important;
    font-size: 50px;
    width: 89%;
    margin: 0 auto 25px;
    line-height: 50px;
  }

  header h1 span{
    background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  header .hero-actions a:nth-child(1){
    margin: 0 15px 0 0px;
  }


  .nav{
    display:flex;
     align-items:center; 
     justify-content:space-between;
    padding:18px 0px;
    max-width:1180px;
     margin:0 auto;
  }
  .brand{display:flex; align-items:center; gap:10px;}
  .header-logo{height:38px; width:auto;}
  .brand-mark{
    width:34px;height:34px;border-radius:9px;
    background:var(--navy);
    position:relative;
    display:flex; align-items:center; justify-content:center;
  }
  .brand-mark .dot{position:absolute; top:6px; width:5px;height:5px;border-radius:50%;}
  .brand-mark .d1{left:6px; background:var(--purple);}
  .brand-mark .d2{left:14.5px; background:var(--teal);}
  .brand-mark .d3{left:23px; background:var(--amber);}
  .brand-mark .cursor{width:11px;height:11px;margin-top:4px;}
  .brand-name{font-weight:700; font-size:21px; letter-spacing:-0.02em;}
  .brand-name .fy, h3 .fy{
    background:var(--grad);
    -webkit-background-clip:text; background-clip:text; color:transparent;
  }
  .nav-links{
    display:flex; 
    gap:34px; 
    font-size:15px; 
    font-weight:500; 
    color:var(--navy);
  }

  .nav-links a{
    opacity:.78; 
    transition:opacity .2s;
    color: #fff !important;
    font-weight: 200;
  }

  .nav-links a:hover{opacity:1;}
  .nav-actions{display:flex; gap:12px; align-items:center;}
  .btn{
    font-family:'VolteRounded',sans-serif; font-weight:600; font-size:14.5px;
    padding:10px 20px; border-radius:9px; cursor:pointer; border:none;
    display:inline-flex; align-items:center; gap:8px;
    transition:transform .15s ease, box-shadow .15s ease, opacity .15s ease;
  }
  .btn:active{transform:translateY(1px);}
  .btn-ghost{
    background:transparent; 
    color:#fff !important; 
    border:1.5px solid var(--line);
  }
  .btn-ghost:hover{border-color:var(--purple); color:var(--purple);}
  .btn-grad{
    background:var(--grad); color:#fff;
    box-shadow:0 6px 18px rgba(124,92,252,.30);
  }
  .btn-grad:hover{box-shadow:0 8px 22px rgba(46,168,255,.40); transform:translateY(-1px);}
  .btn-lg{
    padding:14px 18px; 
     border-radius:11px;
     font-size: 20px;
   }




  /* ---------- hero ---------- */


  .hero{
    position:relative;
  }
  .eyebrow{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 200;
    color: #ffffff;
    background: #ffffff00;
    border: 1px solid #ffffff2b;
    padding: 7px 14px;
    border-radius: 30px;
    margin-bottom: 22px;
  }
  .eyebrow .pulse{width:7px;height:7px;border-radius:50%; background:var(--grad);}
  h1{
    font-size:60px;
    font-weight:800; 
    letter-spacing:-0.02em;
    margin-bottom:22px;
  }
  h1 .grad-text{
    background:var(--grad); -webkit-background-clip:text; background-clip:text; color:transparent;
  }
  .hero p.lead{
    font-size: 17px;
    line-height: 1.6;
    color: #fff;
    width: 70%;
    margin: 0 auto 25px;
  }
  .hero-actions{
    margin-bottom:50px; 
  }




  /* hero visual - editor mock */



  .editor-mock img{
    width: 100%;
    border-radius: 15px;
  }
  .editor-bar{
    background:var(--navy);
    padding:13px 16px;
    display:flex; align-items:center; gap:8px;
  }
  .editor-bar .c{width:11px;height:11px;border-radius:50%;}
  .editor-bar .c1{background:var(--purple);}
  .editor-bar .c2{background:var(--teal);}
  .editor-bar .c3{background:var(--amber);}
  .editor-bar .url{
    margin-left:10px; background:rgba(255,255,255,.08); color:rgba(255,255,255,.55);
    font-size:12px; padding:5px 12px; border-radius:6px; flex:1; max-width:220px;
  }
  .editor-body{padding:22px; display:grid; grid-template-columns:1fr 1fr; gap:16px;}
  .panel-img{
    background:linear-gradient(135deg, var(--purple), var(--blue));
    border-radius:12px; aspect-ratio:1/0.85;
    display:flex; align-items:center; justify-content:center;
    position:relative;
  }
  .panel-img svg{width:46px;height:46px; opacity:.92;}
  .panel-text{
    border:2px dashed #C9C7E8; border-radius:12px;
    display:flex; align-items:center; justify-content:center;
    color:#9C99C4; font-weight:700; font-size:13px; aspect-ratio:1/0.85;
    background:#FBFAFF;
  }
  .editor-body .full{grid-column:1/-1;}
  .bar-line{height:11px; border-radius:6px; margin-bottom:9px;}
  .bar-line.teal{background:var(--teal); width:42%;}
  .bar-line.gray{background:#E7E6F3; width:90%;}
  .bar-line.gray2{background:#E7E6F3; width:65%;}
  .swatches{display:flex; gap:8px; margin-top:10px;}
  .swatches span{width:16px;height:16px;border-radius:50%;}
  .sw1{background:var(--coral);} .sw2{background:var(--amber);} .sw3{background:var(--purple);}
  .cursor-badge{
    position:absolute; bottom:-16px; right:-14px;
    width:58px;height:58px;border-radius:16px;
    background:var(--grad);
    display:flex; align-items:center; justify-content:center;
    box-shadow:0 14px 26px -8px rgba(124,92,252,.55);
    animation: floaty 3.4s ease-in-out infinite;
  }
  .cursor-badge svg{width:24px;height:24px;}
  @keyframes floaty{
    0%,100%{transform:translateY(0);}
    50%{transform:translateY(-9px);}
  }
  .float-chip{
    position:absolute; background:#fff; border:1px solid var(--line);
    border-radius:12px; padding:10px 14px; font-size:13px; font-weight:600;
    box-shadow:0 14px 30px -12px rgba(11,15,46,.2);
    display:flex; align-items:center; gap:8px;
    animation: floaty 4s ease-in-out infinite;
  }
  .chip-published{top:-18px; left:-26px; animation-delay:.4s;}
  .chip-published .dotgreen{width:8px;height:8px;border-radius:50%; background:var(--teal);}

  @media(max-width:920px){
    .hero-grid{grid-template-columns:1fr;}
    .float-chip{display:none;}
    .wrap{
      padding: 0px 15px;
    }
    .nav{
      padding: 10px 15px;
    }
  }



  /* ---------- logos strip ---------- */


  .strip{
    border-top:1px solid var(--line); border-bottom:1px solid var(--line);
    padding:26px 0; background:#fff;
  }
  .strip .wrap{display:flex; align-items:center; justify-content:space-between; gap:30px; flex-wrap:wrap;}
  .strip-label{font-size:13px; color:var(--gray); font-weight:600; letter-spacing:.02em;}
  .strip-items{display:flex; gap:42px; flex-wrap:wrap; opacity:.55; font-weight:700; font-family:'VolteRounded',sans-serif; letter-spacing:-.02em; color:var(--navy);}

  /* ---------- section heading ---------- */

  .section{
    padding:100px 0;
  }
  .section-head{
    max-width:620px; 
    margin:0 auto 56px; 
    text-align:center;
  }
  .tag{
    display:inline-block; font-size:13px; font-weight:700; color:var(--purple);
    text-transform:uppercase; letter-spacing:.06em; margin-bottom:14px;
  }
  .section-head h2{
    font-size: 34px; font-weight:800; letter-spacing:-0.02em; margin-bottom:14px;
  }
  .section-head p{font-size:17px; color:var(--gray); line-height:1.6;}



  /* ---------- features ---------- */



  .features-grid{
    display:grid; grid-template-columns:repeat(3,1fr); gap:24px;
  }
  .feature-card{
    background:#fff; border:1px solid var(--line); border-radius:18px;
    padding:30px; transition:transform .2s, box-shadow .2s, border-color .2s;
  }
  .feature-card:hover{
    transform:translateY(-4px);
    box-shadow:0 22px 40px -18px rgba(11,15,46,.18);
    border-color:#D9D6F2;
  }
  .feature-icon{
    width:46px;height:46px;border-radius:12px;
    display:flex; align-items:center; justify-content:center;
    margin-bottom:18px;
  }
  .feature-icon svg{width:22px;height:22px;color:#fff;}
  .fi-1{background:linear-gradient(135deg,var(--purple),var(--blue));}
  .fi-2{background:var(--teal);}
  .fi-3{background:linear-gradient(135deg,var(--coral),var(--amber));}
  .fi-4{background:var(--navy);}
  .fi-5{background:linear-gradient(135deg,var(--blue),var(--teal));}
  .fi-6{background:var(--amber);}
  .feature-card h3{font-size:18.5px; font-weight:700; margin-bottom:9px;}
  .feature-card p{font-size:14.5px; color:var(--gray); line-height:1.6;}

  @media(max-width:920px){.features-grid{grid-template-columns:1fr 1fr;}}
  @media(max-width:620px){.features-grid{grid-template-columns:1fr;}}



  /* ---------- how it works ---------- */



  .how{
        background-color: rgb(0, 13, 53);
    color:#fff; 
    position:relative; 
    overflow:hidden;
  }
  .how::before{
    content:''; position:absolute; width:560px; height:560px; border-radius:50%;
    background:radial-gradient(circle, rgba(124,92,252,.35), transparent 70%);
    top:-220px; right:-160px;
  }
  .how .section-head p{color:rgba(255,255,255,.62);}
  .how .section-head h2{color:#fff;}
  .how .tag{color:var(--teal);}
  .steps{
    position:relative; display:grid; grid-template-columns:repeat(4,1fr); gap:0;
  }
  .step{
    padding:0 28px; position:relative;
  }
  .step-num{
    font-family:'VolteRounded',sans-serif; font-weight:800; font-size:14px;
    width:44px;height:44px;border-radius:50%;
    background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18);
    display:flex; align-items:center; justify-content:center; margin-bottom:22px;
    color:var(--teal);
  }
  .step h3{font-size:19px; margin-bottom:10px; font-weight:700;}
  .step p{font-size:14.5px; color:rgba(255,255,255,.62); line-height:1.6;}
  @media(max-width:820px){
    .steps{grid-template-columns:1fr; gap:36px;}
    .step:not(:last-child)::after{display:none;}
  }



  /* ---------- showcase / templates ---------- */



  .templates-grid{
    display:grid; grid-template-columns:repeat(4,1fr); gap:18px;
  }
  .template-card{
    border-radius:16px; overflow:hidden; aspect-ratio:3/4;
    position:relative; border:1px solid var(--line);
    display:flex; align-items:flex-end;
  }
  .template-card::before{
    content:''; position:absolute; inset:0;
    background: linear-gradient(180deg, transparent 40%, rgba(11,15,46,.7));
  }
  .t1{background:linear-gradient(160deg,#7C5CFC,#2EA8FF);}
  .t2{background:linear-gradient(160deg,#2DD4BF,#0B0F2E);}
  .t3{background:linear-gradient(160deg,#FBBF24,#FB6F92);}
  .t4{background:linear-gradient(160deg,#0B0F2E,#2EA8FF);}
  .template-card span{
    position:relative; z-index:1; color:#fff; font-weight:700; font-size:14px; padding:16px;
  }
  @media(max-width:820px){.templates-grid{grid-template-columns:repeat(2,1fr);}}



  /* ---------- testimonial ---------- */


  .testimonial-wrap{background:var(--bg-soft);}
  .testi-card{
    max-width:1180px; margin:0 auto; text-align:center;
  }
  .stars svg{width:18px;height:18px; color:var(--amber);}

  .testi-card p{
    font-family:'VolteRounded',sans-serif;
    font-size: 45px;
    font-weight:600;
    line-height:1.45;
    letter-spacing:-0.01em;
    margin-bottom:26px;
  }
  .testi-card p span{
        background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }

  .testi-card ul{
    list-style:none;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:12px;
    margin:0;
  }
  .testi-card ul li{
    display:inline-flex;
    align-items:center;
    gap:9px;
    padding:12px 24px;
    border-radius:40px;
    font-size:15px;
    font-weight:600;
    color:var(--navy);
    background:#fff;
    border:1px solid var(--line);
    box-shadow:0 4px 14px rgba(11,15,46,.05);
    transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease, background .2s ease;
  }
  .testi-card ul li .ico{font-size:17px; line-height:1;}
  .testi-card ul li:hover{
    border-color:var(--purple);
    color:var(--purple);
    box-shadow:0 10px 24px rgba(124,92,252,.18);
    transform:translateY(-2px);
  }
  .testi-card ul li.more{
    background:var(--grad);
    color:#fff;
    border:none;
    font-weight:700;
  }
  .testi-card ul li.more:hover{
    box-shadow:0 12px 26px rgba(124,92,252,.32);
    transform:translateY(-2px);
  }



  /* ---------- COMO FUNCIONA ---------- */

  .trial-panel{
    margin-top:64px; position:relative; z-index:1;
    background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.12);
    border-radius:24px; padding:40px 44px;
  }
  .trial-panel-top{
    display:flex; align-items:center; justify-content:center; gap:14px;
    margin-bottom:18px; flex-wrap:wrap;
  }
  .trial-chip{
    display:inline-flex; align-items:center; font-size:13px; font-weight:700;
    color:#fff; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.18);
    padding:8px 18px; border-radius:30px; letter-spacing:.02em;
  }
  .trial-chip--alt{ color:var(--navy); background:var(--teal); border-color:var(--teal); }
  .trial-arrow{ color:rgba(255,255,255,.4); font-size:16px; }
  .trial-panel-lead{
    text-align:center; max-width:580px; margin:0 auto 32px;
    font-size:15px; color:rgba(255,255,255,.62); line-height:1.6;
  }
  .trial-outcomes{ display:grid; grid-template-columns:1fr 1fr; gap:28px; }
  .trial-outcome{
    display:flex; gap:16px; align-items:flex-start;
    background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.08);
    border-radius:16px; padding:22px;
  }
  .trial-outcome-icon{
    width:38px; height:38px; border-radius:50%; flex-shrink:0;
    display:flex; align-items:center; justify-content:center;
  }
  .trial-outcome-icon svg{ width:18px; height:18px; }
  .trial-outcome-icon--yes{ background:var(--teal); }
  .trial-outcome-icon--yes svg{ stroke:var(--navy); }
  .trial-outcome-icon--no{ background:rgba(251,111,146,.15); border:1px solid rgba(251,111,146,.4); }
  .trial-outcome-icon--no svg{ stroke:var(--coral); }
  .trial-outcome h4{ font-size:16.5px; font-weight:700; margin-bottom:6px; color:#fff; }
  .trial-outcome p{ font-size:14px; color:rgba(255,255,255,.6); line-height:1.55; margin:0; }

  @media(max-width:820px){
    .trial-outcomes{ grid-template-columns:1fr; }
    .trial-panel{ padding:32px 24px; }
  }





  /* ---------- Nosso Propósito ---------- */



  .sobre{
    background-color: rgb(0, 13, 53);
    color:#fff; 
    position:relative; 
    overflow:hidden;
    padding: 80px 0 100px;
  }
  .sobre::before{
    content:''; position:absolute; width:520px; height:520px; border-radius:50%;
    background:radial-gradient(circle, rgba(46,168,255,.28), transparent 70%);
    bottom:-240px; left:-140px;
  }
  .mission-content{
    position:relative; 
    margin:0 auto; 
    text-align:center;
  }
  .mission-text{
        font-family: 'VolteRounded', sans-serif;
        font-size: 15px;
        font-weight: 200;
        line-height: 25px;
        letter-spacing: -0.01em;
        color: #fff;
        text-align: left;
        margin: 0 0 15px;
  }
  .mission-text strong{
    background:var(--grad); 
    -webkit-background-clip:text; 
    background-clip:text; 
    color:transparent;
  }


  .sobre .box-conteudo{
    width: 50%;
    float: left;
    padding: 0 50px 0 0px;
    text-align: left;
  }
  .sobre .box-conteudo h1{
    color: #fff;
    text-align: left;
    line-height: 48px;
    margin-top: 18px;
    font-size: 51px;
  }

  .sobre .box-conteudo h1 span{
        background: var(--grad);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .sobre .box-animacao{
    height: 100px;
    float: right;
    width: 50%;
  }


  .temify-stage {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    aspect-ratio: 560 / 460;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .temify-stage svg {
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  /* Ambient glow blob behind the browser card */
  .glow-blob {
    animation: blobPulse 6s ease-in-out infinite;
    transform-origin: center;
  }
  @keyframes blobPulse {
    0%, 100% { opacity: 0.35; transform: scale(1); }
    50%      { opacity: 0.55; transform: scale(1.08); }
  }

  /* Whole card gentle float */
  .browser-card {
    animation: cardFloat 5s ease-in-out infinite;
    transform-origin: center;
  }
  @keyframes cardFloat {
    0%, 100% { transform: translateY(0px); }
    50%      { transform: translateY(-8px); }
  }

  /* Particles representing "presença digital" */
  .particle {
    animation: floatUp 7s ease-in-out infinite;
  }
  .particle.p2 { animation-duration: 8.5s; animation-delay: -2s; }
  .particle.p3 { animation-duration: 6s;   animation-delay: -4s; }
  .particle.p4 { animation-duration: 9s;   animation-delay: -1s; }
  @keyframes floatUp {
    0%   { transform: translateY(0) translateX(0); opacity: 0.15; }
    50%  { transform: translateY(-18px) translateX(6px); opacity: 0.9; }
    100% { transform: translateY(0) translateX(0); opacity: 0.15; }
  }

  /* Cursor blink */
  .type-cursor {
    animation: blink 1s steps(1) infinite;
  }
  @keyframes blink {
    0%, 49%  { opacity: 1; }
    50%, 100% { opacity: 0; }
  }

  @media (prefers-reduced-motion: reduce) {
    .glow-blob, .browser-card, .particle, .type-cursor, .sweep-mask rect, .sweep-glow {
      animation: none !important;
    }
  }



   
  /* ---------- Tela Header ---------- */

  header .section{
    padding: 0 !important;
  }

  .section.tela img{
    width: 100%;
    border-radius: 20px;
  }

  .tela-slides{
    position: relative;
    aspect-ratio: 1477 / 618;
  }
  .tela-slide{
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .7s ease;
  }
  .tela-slide.active{
    opacity: 1;
    z-index: 1;
  }
  .tela-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .tela-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
  }
  .tela-dot{
    width: 8px;
    height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #d9d5f5;
    cursor: pointer;
    transition: background .25s ease, width .25s ease;
  }
  .tela-dot.active{
    width: 24px;
    border-radius: 5px;
    background: var(--grad);
  }


  /* ---------- pricing teaser ---------- */

  #pricing{
    border-bottom: 1px solid #e7e6f3;
  }
  .pricing-layout{
    display:grid; grid-template-columns:.85fr 1.15fr; gap:150px; align-items:center;
  }
  .pricing-info h3{
    font-size:41px;
    font-weight:800;
    letter-spacing:-0.01em;
    margin-bottom:14px;
    line-height: 36px;
  }
  .pricing-info p{font-size:14px; color:var(--gray); line-height:1.7; margin-bottom:26px;}
  .pricing-highlights{list-style:none; display:flex; flex-direction:column; gap:16px;}
  .pricing-highlights li{
    display:flex; gap:12px; align-items:flex-start; font-size:15px; font-weight:600; color:var(--navy);
  }
  .pricing-highlights .ico{
    width:26px;height:26px;border-radius:8px; background:var(--bg-soft); flex-shrink:0;
    display:flex; align-items:center; justify-content:center;
  }
  .pricing-highlights svg{width:14px;height:14px; color:var(--purple);}
  .price-card{
    background:#fff; border:1px solid var(--line); border-radius:22px; padding:40px;
    display:flex; flex-direction:column;
  }
  .price-card.featured{
    border:2px solid var(--purple);
    box-shadow:0 30px 60px -22px rgba(124,92,252,.35);
    position:relative;
  }
  .badge-pop{
    position:absolute; top:-14px; left:50%; transform:translateX(-50%);
    background:var(--grad); color:#fff; font-size:12.5px; font-weight:700;
    padding:6px 16px; border-radius:20px; white-space:nowrap;
    box-shadow:0 8px 18px -4px rgba(124,92,252,.5);
  }
  .price-card h3{font-family:'VolteRounded',sans-serif; font-size:45px; font-weight:800; margin-bottom:6px; text-align:center;}
  .price-card .price-sub{font-size:14px; color:var(--gray); margin-bottom:22px; text-align:center;}
  .price-val{font-family:'VolteRounded',sans-serif; font-size:50px; font-weight:800; margin-bottom:4px; text-align:center;}
  .price-val span{font-size:16px; font-weight:600; color:var(--gray);}
  .price-list{list-style:none; margin:26px 0 28px; flex:1;}
  .price-list li{
    font-size:16px; color:var(--navy); padding:10px 0; display:flex; gap:10px; align-items:flex-start;
    border-top:1px solid var(--line);
  }
  .price-list li:first-child{border-top:none;}
  .price-list svg{width:16px;height:16px; color:var(--teal); margin-top:2px; flex-shrink:0;}
  .price-note{
    text-align:center; font-size:12.5px; color:var(--gray); margin-top:14px;
  }
  @media(max-width:920px){.pricing-layout{grid-template-columns:1fr; gap:44px;} .pricing-info{text-align:center;} .pricing-highlights{align-items:center;} .pricing-highlights li{text-align:left;}}



  /* ---------- final CTA ---------- */


  .cta-final{
    background:var(--grad); border-radius:28px; padding:64px 50px;
    text-align:center; color:#fff; position:relative; overflow:hidden;
  }
  .cta-final::before{
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgb(0, 13, 53);
    background-image: radial-gradient(circle, rgba(0, 67, 168, 0.25) 0%, rgba(0, 67, 168, 0) 25%),
    radial-gradient(circle, rgb(0, 67, 168) 0%, rgba(0, 67, 168, 0) 70%);
  }
  .cta-final h2{font-size:clamp(28px,4vw,38px); font-weight:800; margin-bottom:14px; position:relative;}
  .cta-final p{font-size:17px; opacity:.92; margin-bottom:30px; position:relative;}
  .cta-final .hero-actions{justify-content:center; position:relative;}
  .btn-white{
    background: var(--grad);
    color: #fff;
    box-shadow: 0 6px 18px rgba(124, 92, 252, .30);
  }

    .cta-final .hero-actions a:nth-child(1){
    margin: 0 10px 0 0;
  }


  .btn-white:hover{
    box-shadow: 0 8px 22px rgba(46, 168, 255, .40);
    transform: translateY(-1px);
  }
  .btn-outline-white{
    background:transparent; 
    color:#fff; 
    border:1.5px solid rgba(255,255,255,.5);
  }
  .btn-outline-white:hover{
    box-shadow: 0 8px 22px rgba(46, 168, 255, .40);
    transform: translateY(-1px);
  }


  /* ---------- footer ---------- */


  footer{padding:60px 0 36px; border-top:1px solid var(--line);}
  .footer-top{
    display:flex; justify-content:space-between; gap:40px; flex-wrap:wrap;
    margin-bottom:46px;
  }
  .footer-logo{height:60px; width:auto;}
  .footer-brand p{
    font-size:14px; 
    color:var(--gray); 
    max-width:260px; 
    margin-top:14px; 
    line-height:1.6;
  }
  .footer-cols{
    display:flex; 
    gap:56px; 
    flex-wrap:wrap;
  }
  .footer-col h4{font-size:13.5px; font-weight:700; margin-bottom:16px;}
  .footer-col a{
    display:block; font-size:14px; color:var(--gray); margin-bottom:11px; transition:color .15s;
  }
  .footer-col a:hover{color:var(--purple);}
  .footer-bottom{
    display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:14px;
    padding-top:26px; border-top:1px solid var(--line);
    font-size:13px; color:var(--gray);
  }

  .footer-brand .insta a{
    float: left;
  }

  .footer-brand .insta path{
    fill: #4492fe;
  }


/*  WhatsApp Flutuante*/

.wpp-wrap{
    position:fixed;
    bottom:28px;
    right:28px;
    z-index:9999;
    display:flex;
    align-items:center;
    justify-content:center;
}
.wpp-pulse{
    position:absolute;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    opacity:.4;
    animation:wpp-ping 2s ease-out infinite
}
.wpp-pulse2{
    position:absolute;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    opacity:.2;
    animation:wpp-ping 2s ease-out infinite .6s
}
.wpp-btn{
    position:relative;
    width:60px;
    height:60px;
    border-radius:50%;
    background:#25D366;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 4px 20px rgba(37,211,102,.45);
    transition:transform .2s,box-shadow .2s;
    z-index:1;
    text-decoration:none
}
.wpp-btn:hover{
    transform:scale(1.1);
    box-shadow:0 8px 28px rgba(37,211,102,.6)
}
.wpp-tooltip{
  position:absolute;
  right:72px;
  background:#fff;
  border-radius:12px;
  padding:10px 24px 10px 10px;
  white-space:nowrap;
  font-size:13px;
  font-family:Inter,sans-serif;
  color:#0D1B2A;
  box-shadow:0 4px 16px rgba(0,0,0,.1);
  opacity:0;
  transform:translateX(8px);
  transition:opacity .25s,transform .25s;
  pointer-events:none
}
.wpp-wrap:hover .wpp-tooltip{
    opacity:1;
    transform:translateX(0)
}
@keyframes wpp-ping{
    0%{
        transform:scale(1);
        opacity:.4
    }
    70%,100%{
        transform:scale(1.9);
        opacity:0
    }
}
.wpp-btn svg{
  width: 27px;
}
@media screen and (max-width: 768px){



  header .hero-actions a:nth-child(1){
    margin: 0px;
  }



  .wpp-btn{
    width: 50px;
    height: 50px;
  }
  .wpp-tooltip{
    font-size: 12px;
    right: 57px !important;
  }

  .testi-card p{
    line-height: 45px;
  }

  .testi-card ul li{
        display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 10px 18px;
    border-radius: 38px;
    font-size: 13px;
    font-weight: 600;
    color: var(--navy);
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 4px 14px rgba(11, 15, 46, .05);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, color .2s ease, background .2s ease;
  }

  .section.tela{
    margin-top: -40px;
  }

  .mission-text{
        font-family: 'VolteRounded', sans-serif;
        font-size: 15px;
        font-weight: 200;
        line-height: 25px;
        letter-spacing: -0.01em;
        color: #fff;
        text-align: left;
  }

  .sobre .box-conteudo h1{
    color: #fff;
    text-align: left;
    line-height: 36px;
    margin-top: 18px;
    font-size: 35px;
  }

  .header-logo{
    height: 33px;
  }

  .editor-mock{
    margin-top: 90px;
  }

  .btn-lg{
        padding: 15px 15px;
        width: 100%;
        display: block;
        margin: 0 0 20px !important;
        text-align: center;
  }

  .wrap.hero-grid h1{
            line-height: 33px;
        width: 100%;
        font-size: 25px;
  }

  .hero p.lead{
    font-size: 15px;
    width: 100%;
  }



  .footer-cols{
    gap: 36px;
  }

  .footer-col a{
    font-size: 12px;
    margin-bottom: 10px;
  }

  .pricing-info h3{
    font-size: 33px;
  }

  .section-head{
    margin: 0 auto 25px;
  }

  .pricing-highlights{
    align-items: inherit;
  }

  .hero-actions{
     margin: 0;
  }

  .sobre .box-conteudo{
    width: 100%;
    padding: 0;
    float: none;
  }

  .sobre .box-animacao{
    width: 100%;
    height: auto;
    float: none;
  }

  #plano .pricing-info h3,
  #plano .pricing-info p{
    display: none;
  }

}






  @media(max-width:780px){
    .nav-links{display:none;}
    .features-grid{grid-template-columns:1fr;}
    .pricing-grid{grid-template-columns:1fr;}
    .cta-final{padding:48px 26px;}
    .section{padding:70px 0;}
  }

  @media (prefers-reduced-motion: reduce){
    .cursor-badge, .float-chip{animation:none;}
  }







.plan-tooltip{
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: help;
  border-bottom: 1px dashed currentColor;
}
.plan-tooltip .tooltip-bubble{
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: #14162b;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400;
  padding: 10px 14px;
  border-radius: 10px;
  white-space: normal;
  width: max-content;
  max-width: 260px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
  z-index: 20;
}
.plan-tooltip .tooltip-bubble::after{
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #14162b;
}
.plan-tooltip:hover .tooltip-bubble{
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}





.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #6b7280; /* cinza, ajuste pra combinar com o texto do rodapé */
  margin-top: 8px;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e; /* verde = operando */
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2);
  flex-shrink: 0;
  animation: status-pulse 2s infinite;
}

@keyframes status-pulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.2); }
  50% { box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.1); }
}