
body{
    font-family:'Inter',sans-serif;
    color:#111827;
    overflow-x:hidden;
}

h1,h2,h3,h4,h5{
    font-family:'Poppins',sans-serif;
}

html{
    scroll-behavior:smooth;
}

/* SCROLL */

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#E5E7EB;
}

::-webkit-scrollbar-thumb{
    background:linear-gradient(
    180deg,
    #1E3A8A,
    #312E81
    );
    border-radius:20px;
}

/* NAVBAR */

.navbar{
    background:rgba(15,23,42,0.82);
    backdrop-filter:blur(14px);
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.navbar-brand{
    color:white !important;
    font-size:30px;
    font-weight:800;
}

.nav-link{
    color:white !important;
    font-weight:600;
    margin-left:18px;
    position:relative;
    transition:0.3s;
}

.nav-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-6px;
    width:0%;
    height:2px;
    background:#FACC15;
    transition:0.3s;
}

.nav-link:hover{
    color:#FACC15 !important;
}

.nav-link:hover::after{
    width:100%;
}

.btn-demo{
    background:#FACC15;
    color:#111827;
    border:none;
    border-radius:14px;
    padding:14px 28px;
    font-weight:700;
    transition:0.3s;
}

.btn-demo:hover{
    background:#FFD43B;
    transform:translateY(-2px);
}

.btn-whatsapp{
    border:2px solid white;
    color:white;
    padding:14px 28px;
    border-radius:14px;
    font-weight:700;
    transition:0.3s;
     background: green;
}

.btn-whatsapp:hover{
    background:white;
    color:#1E3A8A;
}

/* HERO */

.hero{
    position:relative;
    overflow:hidden;
    color:white;
    padding:140px 0 120px;

    background:
    radial-gradient(circle at top left, rgba(250,204,21,0.15), transparent 25%),
    radial-gradient(circle at bottom right, rgba(124,58,237,0.25), transparent 30%),
    linear-gradient(135deg, #0F172A 0%, #1E3A8A 45%, #312E81 100%);
}

.hero::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(124,58,237,0.25);
    border-radius:50%;
    filter:blur(120px);
    top:-150px;
    right:-100px;
}

.hero::after{
    content:'';
    position:absolute;
    width:400px;
    height:400px;
    background:rgba(250,204,21,0.15);
    border-radius:50%;
    filter:blur(100px);
    bottom:-150px;
    left:-100px;
}

.hero-badge{
    display:inline-block;
    background:#FACC15;
    color:#111827;
    padding:10px 20px;
    border-radius:50px;
    font-weight:700;
    margin-bottom:25px;
}

.hero h1{
    font-size:68px;
    font-weight:800;
    line-height:1.1;
    margin-bottom:25px;
}

.hero p{
    font-size:22px;
    color:rgba(255,255,255,0.9);
    margin-bottom:40px;
}

.hero-image img{
    border-radius:30px;
    box-shadow:0 25px 50px rgba(0,0,0,0.25);
}

/* SECTION */

.section{
    padding:110px 0;
}

.section-title{
    font-size:50px;
    font-weight:800;
    margin-bottom:20px;
}

.section-subtitle{
    font-size:20px;
    color:#6B7280;
    max-width:750px;
    margin:auto;
}

/* CARDS */

.feature-card{
    background:white;
    border-radius:30px;
    padding:40px;
    height:100%;
    transition:0.3s;
    box-shadow:0 15px 35px rgba(0,0,0,0.06);
}

.feature-card:hover{
    transform:translateY(-8px);
}

.feature-icon{
    width:80px;
    height:80px;
    border-radius:22px;
    background:#DBEAFE;
    color:#1E40AF;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:25px;
}

.feature-card h3{
    font-size:30px;
    margin-bottom:18px;
}

.feature-card p{
    color:#6B7280;
    line-height:1.8;
}

/* DASHBOARD */

.dashboard{
    background:#F9FAFB;
}

.dashboard img{
    border-radius:30px;
    box-shadow:0 20px 40px rgba(0,0,0,0.1);
}

.dashboard-item{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.dashboard-number{
    min-width:60px;
    height:60px;
    border-radius:18px;
    background:#DBEAFE;
    color:#1E40AF;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:800;
    font-size:22px;
}

/* SECURITY */

.security{
    background:white;
}

.security-box{
    background:#F9FAFB;
    border-radius:25px;
    padding:35px;
    height:100%;
}

/* PLAN */

.plan-section{
    background:#F3F4F6;
}

.plan-card{
    background:white;
    border-radius:35px;
    padding:50px;
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
    position:relative;
}

.plan-badge{
    position:absolute;
    top:25px;
    right:25px;
    background:#FACC15;
    color:#111827;
    padding:10px 18px;
    border-radius:40px;
    font-weight:700;
    font-size:14px;
}

.price{
    font-size:72px;
    font-weight:800;
    color:#1E40AF;
}

.plan-card ul{
    list-style:none;
    padding-left:0;
    margin-top:30px;
}

.plan-card ul li{
    margin-bottom:16px;
    font-size:18px;
}

/* TESTIMONIAL */

.testimonial{
    background:white;
    border-radius:30px;
    padding:40px;
    box-shadow:0 15px 35px rgba(0,0,0,0.06);
    height:100%;
}

.testimonial p{
    font-size:18px;
    line-height:1.8;
    color:#4B5563;
}

/* CTA */

.cta{
    background:#0F172A;
    color:white;
    text-align:center;
    padding:120px 0;
}

.cta h2{
    font-size:58px;
    margin-bottom:25px;
}

.cta p{
    font-size:22px;
    color:rgba(255,255,255,0.85);
    margin-bottom:40px;
}

/* FOOTER */

footer{
    background:#030712;
    color:#9CA3AF;
    padding:80px 0;
}

footer h4{
    color:white;
    margin-bottom:20px;
}

footer ul{
    list-style:none;
    padding-left:0;
}

footer ul li{
    margin-bottom:12px;
}

/* WHATSAPP */

.whatsapp-float{
    position:fixed;
    bottom:25px;
    right:25px;
    width:70px;
    height:70px;
    border-radius:50%;
    background:#22C55E;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:32px;
    text-decoration:none;
    z-index:999;
    box-shadow:0 10px 30px rgba(0,0,0,0.25);
}

/* RESPONSIVO */

@media(max-width:992px){

.hero{
    text-align:center;
}

.hero h1{
    font-size:44px;
}

.section-title{
    font-size:38px;
}

.cta h2{
    font-size:40px;
}

.price{
    font-size:56px;
}

}
footer {
      background: #030712;
      color: #9CA3AF;
      padding: 80px 0;
    }

    footer h4 {
      color: white;
      margin-bottom: 20px;
    }

    footer ul {
      list-style: none;
      padding-left: 0;
    }

    footer ul li {
      margin-bottom: 12px;
    }


/* SOCIAL ICONS */

.social-icons{
    display:flex;
    gap:15px;
}

.social-icon{
    width:52px;
    height:52px;
    border-radius:16px;

    background:linear-gradient(
    135deg,
    #1E3A8A,
    #312E81
    );

    color:white;
    display:flex;
    align-items:center;
    justify-content:center;

    text-decoration:none;
    font-size:20px;

    transition:0.3s;

    box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

.social-icon:hover{
    transform:translateY(-5px) scale(1.05);

    background:linear-gradient(
    135deg,
    #2563EB,
    #4F46E5
    );

    color:#FACC15;
}
/* POWERED BY */

.footer-powered{
    margin-top:30px;
    padding-top:25px;

    border-top:1px solid rgba(255,255,255,0.08);

    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    color:#9CA3AF;
    font-size:15px;
}

.footer-powered i{
    color:#60A5FA;
}

.footer-powered strong{

    background:linear-gradient(
    90deg,
    #60A5FA,
    #818CF8
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    font-weight:800;
}
.logo-iave{

    filter:drop-shadow(
    0 0 8px rgba(96,165,250,0.35)
    );

}
footer a{

    color:#D1D5DB;

    text-decoration:none;

    transition:0.3s;

    position:relative;
}

/* LINHA */

footer a::after{

    content:'';

    position:absolute;

    left:0;
    bottom:-4px;

    width:0%;
    height:2px;

    background:#FACC15;

    transition:0.3s;
}

footer a:hover{

    color:white;
}

footer a:hover::after{

    width:100%;
}

.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: rgba(0, 0, 0, .9);
  width: 100%;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 25px;
  color: #fff;
  font-size: 18px;
}

.box-cookies .btn-cookies {
  background: #1e88e5;
  cursor: pointer;
  align-self: normal;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}
