:root{
  --bg:#333333;
  --bg2:#242424;
  --card:#1f1f1f;
  --card2:#292929;
  --text:#ffffff;
  --muted:#d7d7d7;
  --soft:#a8a8a8;
  --line:rgba(255,255,255,.12);
  --orange:#ff5800;
  --orange2:#ff7a2f;
  --green:#20c970;
  --blue:#4da3ff;
  --radius:28px;
  --shadow:0 24px 70px rgba(0,0,0,.36);
}

*{box-sizing:border-box}

html{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  -webkit-text-size-adjust:100%;
}

body{
  margin:0;
  width:100%;
  max-width:100%;
  overflow-x:hidden;
  background:var(--bg);
  color:var(--text);
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Inter","Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}

a{
  color:inherit;
  text-decoration:none;
  -webkit-tap-highlight-color:transparent;
}

button,input,textarea,select{
  font:inherit;
}

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

.leads-page{
  min-height:100svh;
  background:
    radial-gradient(circle at 15% 0%, rgba(255,88,0,.28), transparent 32%),
    radial-gradient(circle at 85% 12%, rgba(77,163,255,.16), transparent 28%),
    linear-gradient(180deg,#333333 0%,#252525 58%,#1d1d1d 100%);
}

.leads-top{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(36,36,36,.9);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line);
}

.leads-top-inner{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding:14px 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}

.leads-brand{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}

.leads-logo{
  width:40px;
  height:40px;
  border-radius:15px;
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  display:grid;
  place-items:center;
  font-weight:950;
  color:#fff;
  box-shadow:0 12px 32px rgba(255,88,0,.34);
  flex:0 0 auto;
}

.leads-brand-title{
  font-size:17px;
  font-weight:950;
  letter-spacing:-.04em;
  line-height:1;
}

.leads-brand-sub{
  margin-top:4px;
  color:var(--muted);
  font-size:11px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.leads-container{
  width:100%;
  max-width:1120px;
  margin:0 auto;
  padding:0 16px;
}

.leads-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:46px;
  border:0;
  border-radius:999px;
  padding:13px 18px;
  font-size:14px;
  font-weight:950;
  line-height:1;
  cursor:pointer;
  text-align:center;
}

.leads-btn-orange{
  background:linear-gradient(135deg,var(--orange),var(--orange2));
  color:#fff;
  box-shadow:0 14px 34px rgba(255,88,0,.32);
}

.leads-btn-dark{
  background:rgba(255,255,255,.09);
  border:1px solid var(--line);
  color:#fff;
}

.leads-btn-white{
  background:#fff;
  color:#111;
}

.leads-btn-full{
  width:100%;
}

.leads-hero{
  padding:30px 0 18px;
}

.leads-badge{
  width:max-content;
  max-width:100%;
  display:flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.09);
  border:1px solid var(--line);
  font-size:13px;
  font-weight:850;
}

.leads-dot{
  width:9px;
  height:9px;
  border-radius:999px;
  background:var(--green);
  box-shadow:0 0 0 5px rgba(32,201,112,.14);
}

.leads-hero h1{
  margin:18px 0 12px;
  font-size:39px;
  line-height:.98;
  letter-spacing:-.065em;
  font-weight:950;
}

.leads-hero p{
  margin:0;
  color:var(--muted);
  font-size:16px;
  line-height:1.48;
  max-width:720px;
}

.leads-hero-actions{
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
  margin-top:18px;
}

.leads-panel{
  margin-top:18px;
  background:rgba(255,255,255,.075);
  border:1px solid var(--line);
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}

.leads-panel-head{
  padding:18px;
  border-bottom:1px solid var(--line);
}

.leads-panel-head strong{
  display:block;
  font-size:18px;
  letter-spacing:-.04em;
}

.leads-panel-head span{
  display:block;
  margin-top:5px;
  color:var(--muted);
  font-size:13px;
  line-height:1.35;
}

.leads-metrics{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:1px;
  background:var(--line);
}

.leads-metric{
  background:rgba(0,0,0,.18);
  padding:16px;
}

.leads-metric b{
  display:block;
  font-size:26px;
  letter-spacing:-.05em;
}

.leads-metric span{
  display:block;
  margin-top:4px;
  color:var(--muted);
  font-size:12px;
}

.leads-section{
  padding:18px 0;
}

.leads-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.leads-section h2{
  margin:0;
  font-size:26px;
  line-height:1.08;
  letter-spacing:-.045em;
}

.leads-section small{
  color:var(--soft);
  font-weight:800;
}

.leads-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.leads-card{
  background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.052));
  border:1px solid var(--line);
  border-radius:24px;
  padding:17px;
  overflow:hidden;
}

.leads-card-icon{
  width:42px;
  height:42px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:rgba(255,88,0,.16);
  font-size:22px;
  margin-bottom:12px;
}

.leads-card h3{
  margin:0 0 7px;
  font-size:20px;
  letter-spacing:-.04em;
}

.leads-card p{
  margin:0;
  color:var(--muted);
  font-size:14px;
  line-height:1.45;
}

.leads-plans{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.leads-plan{
  position:relative;
  background:linear-gradient(180deg,rgba(255,255,255,.105),rgba(255,255,255,.055));
  border:1px solid var(--line);
  border-radius:28px;
  padding:18px;
  overflow:hidden;
}

.leads-plan.hot{
  border-color:rgba(255,88,0,.74);
  box-shadow:0 22px 56px rgba(255,88,0,.18);
}

.leads-plan-label{
  display:inline-flex;
  padding:8px 10px;
  border-radius:999px;
  background:rgba(255,88,0,.16);
  font-size:12px;
  font-weight:950;
}

.leads-plan h3{
  margin:14px 0 5px;
  font-size:22px;
  letter-spacing:-.04em;
}

.leads-price{
  margin:9px 0;
  font-size:34px;
  font-weight:950;
  letter-spacing:-.07em;
}

.leads-price small{
  font-size:13px;
  color:var(--muted);
  letter-spacing:0;
}

.leads-plan p{
  margin:0 0 14px;
  color:var(--muted);
  font-size:14px;
  line-height:1.44;
}

.leads-checks{
  display:grid;
  gap:8px;
  margin:14px 0;
  color:#f3f3f3;
  font-size:13px;
  line-height:1.35;
}

.leads-checks div{
  display:flex;
  gap:8px;
}

.leads-demo{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}

.leads-demo-card{
  background:#1d1d1d;
  border:1px solid var(--line);
  border-radius:24px;
  padding:15px;
}

.leads-demo-card strong{
  display:block;
  font-size:17px;
  letter-spacing:-.03em;
}

.leads-demo-card span{
  display:block;
  margin-top:6px;
  color:var(--muted);
  font-size:13px;
  line-height:1.35;
}

.leads-demo-tag{
  margin-top:12px;
  width:max-content;
  padding:7px 9px;
  border-radius:999px;
  background:rgba(32,201,112,.14);
  color:#fff;
  font-size:12px;
  font-weight:900;
}

.leads-form-wrap{
  background:
    linear-gradient(135deg,rgba(255,88,0,.94),rgba(255,122,47,.78)),
    var(--orange);
  border-radius:30px;
  padding:20px;
  box-shadow:0 24px 70px rgba(255,88,0,.24);
}

.leads-form-wrap h2{
  color:#fff;
}

.leads-form-wrap p{
  color:rgba(255,255,255,.92);
}

.leads-form{
  display:grid;
  gap:10px;
  margin-top:14px;
}

.leads-input,
.leads-select,
.leads-textarea{
  width:100%;
  min-height:52px;
  border:1px solid rgba(255,255,255,.26);
  outline:0;
  border-radius:18px;
  padding:15px;
  background:rgba(0,0,0,.18);
  color:#fff;
  font-size:16px;
}

.leads-input::placeholder,
.leads-textarea::placeholder{
  color:rgba(255,255,255,.72);
}

.leads-textarea{
  min-height:100px;
  resize:vertical;
}

.leads-result{
  display:none;
  margin-top:12px;
  padding:14px;
  border-radius:20px;
  background:rgba(0,0,0,.2);
  border:1px solid rgba(255,255,255,.2);
  color:#fff;
  line-height:1.4;
}

.leads-footer{
  padding:28px 16px 92px;
  text-align:center;
  color:var(--soft);
  font-size:13px;
}

.leads-bottom{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:70;
  padding:10px 12px max(10px,env(safe-area-inset-bottom));
  background:rgba(36,36,36,.94);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border-top:1px solid var(--line);
}

.leads-bottom-inner{
  max-width:520px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

/* Banner usado dentro do Inova Local */
.inova-leads-banner{
  width:100%;
  margin:18px 0;
  border-radius:28px;
  overflow:hidden;
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.22), transparent 28%),
    linear-gradient(135deg,#ff5800,#ff7a2f);
  box-shadow:0 22px 58px rgba(255,88,0,.24);
  border:1px solid rgba(255,255,255,.16);
}

.inova-leads-banner-inner{
  padding:22px;
  display:grid;
  gap:14px;
}

.inova-leads-banner small{
  width:max-content;
  padding:7px 9px;
  border-radius:999px;
  background:rgba(0,0,0,.18);
  color:#fff;
  font-weight:950;
}

.inova-leads-banner h2{
  margin:0;
  color:#fff;
  font-size:25px;
  line-height:1.04;
  letter-spacing:-.045em;
}

.inova-leads-banner p{
  margin:0;
  color:rgba(255,255,255,.92);
  line-height:1.42;
}

.inova-leads-banner a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  max-width:100%;
  min-height:44px;
  border-radius:999px;
  padding:12px 16px;
  background:#fff;
  color:#111;
  font-weight:950;
}

@media (min-width:760px){
  .leads-hero{
    padding:60px 0 30px;
  }

  .leads-hero h1{
    max-width:850px;
    font-size:72px;
  }

  .leads-hero p{
    font-size:19px;
  }

  .leads-hero-actions{
    max-width:560px;
    grid-template-columns:1fr 1fr;
  }

  .leads-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .leads-plans{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .leads-demo{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .leads-metrics{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }

  .leads-bottom{
    display:none;
  }

  .leads-footer{
    padding-bottom:34px;
  }

  .inova-leads-banner-inner{
    grid-template-columns:1fr auto;
    align-items:center;
  }
}

@media (max-width:374px){
  .leads-hero h1{
    font-size:34px;
  }

  .leads-bottom-inner{
    grid-template-columns:1fr;
  }
}
