:root {
    --primary: #635bff;
    --primary-dark: #4f46d9;
    --dark: #111827;
    --text: #4b5563;
    --light: #f8fafc;
    --white: #ffffff;
    --border: #e5e7eb;
}

* {
    margin: 0;
    padding: 0;

}
*, 
*::before, 
*::after {
  box-sizing: inherit;
}
html {
    box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: var(--dark);
    background: var(--white);
    line-height: 1.6;
    font-size: 1rem;
     margin: 0;
  min-height: 100vh;
  color: #222;
  background-color: #fff;
  overflow-x: hidden;
  /* Melhora leitura em telas */
  text-rendering: optimizeLegibility;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: min(1120px, 92%);
    margin: 0 auto;
     
}
.herovv{
    padding: 0 10vw;
}

/* HEADER */

.header {
    width: 100%;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--border);
    position: sticky;
    top: 0;
    z-index: 1000;
        box-shadow: 0 0 20px #0000001a;
}

.nav {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.logo {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -1px;
}

.logo span {
    color: var(--primary);
}

.menu {
    display: flex;
    gap: 28px;
}

.menu a {
    font-size: 15px;
    font-weight: 600;
    color: #374151;
    transition: .2s;
}

.menu a:hover {
    color: var(--primary);
}


/* BUTTONS */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: white;
    padding: 15px 24px;
    border-radius: 9px;
    font-weight: 700;
    border: 2px solid var(--primary);
    transition: .25s;
    cursor: pointer;
}

.btn:hover {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    transform: translateY(-2px);
}

.btn-small {
    padding: 11px 18px;
    font-size: 14px;
}

.btn-outline {
    background: transparent;
    color: var(--primary);
}

.btn-outline:hover {
    color: white;
}

.btn-white {
    background: white;
    color: var(--primary);
    border-color: white;
}

.btn-white:hover {
    background: #f1f1f1;
    color: var(--primary-dark);
}


/* HERO */

.hero {
    padding: 100px 0;
    background:
    radial-gradient(circle at top right, #e9e7ff, transparent 35%),
    #ffffff;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    align-items: center;
    gap: 70px;
}

.badge,
.eyebrow {
    display: inline-block;
    color: var(--primary);
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 18px;
}

.hero h1 {
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.05;
    letter-spacing: -3px;
    margin-bottom: 25px;
}

.hero h1 strong {
    color: var(--primary);
}

.hero p {
    font-size: 19px;
    color: var(--text);
    max-width: 650px;
    margin-bottom: 30px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.trust {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px;
    color: #6b7280;
    font-size: 13px;
}

.trust div {
    display: flex;
    align-items: center;
    gap: 7px;
}


/* DASHBOARD */

.hero-card {
    background: linear-gradient(135deg, #635bff, #8b5cf6);
    border-radius: 25px;
    padding: 25px;
    box-shadow: 0 30px 80px rgba(99,91,255,.25);
}

.dashboard {
    background: white;
    border-radius: 18px;
    padding: 25px;
}

.dashboard-top {
    display: flex;
    justify-content: space-between;
    font-weight: 700;
    margin-bottom: 35px;
}

.status {
    color: #16a34a;
    font-size: 13px;
}

.metric span {
    color: #6b7280;
    font-size: 14px;
}

.metric strong {
    display: block;
    font-size: 45px;
    margin-top: 5px;
}

.chart {
    height: 170px;
    display: flex;
    align-items: end;
    gap: 12px;
    margin: 25px 0;
    border-bottom: 1px solid #eee;
}

.bar {
    flex: 1;
    background: linear-gradient(to top, #635bff, #a78bfa);
    border-radius: 6px 6px 0 0;
}

.bar-1 { height: 30%; }
.bar-2 { height: 42%; }
.bar-3 { height: 50%; }
.bar-4 { height: 63%; }
.bar-5 { height: 78%; }
.bar-6 { height: 95%; }

.dashboard-footer {
    display: flex;
    justify-content: space-between;
    color: #6b7280;
    font-size: 12px;
}


/* SECTIONS */

.section {
    padding: 100px 0;
}

.light,
.problem {
    background: var(--light);
}

.section-title {
    max-width: 720px;
    margin-bottom: 55px;
}

.section-title h2 {
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.section-title p {
    color: var(--text);
    font-size: 17px;
}


/* CARDS */

.cards {
    display: grid;
    gap: 25px;
}

.cards.three {
    grid-template-columns: repeat(3, 1fr);
}

.card,
.service-card {
    padding: 35px;
    background: white;
    border: 1px solid var(--border);
    border-radius: 16px;
    transition: .3s;
}

.card:hover,
.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

.icon {
    font-size: 35px;
    margin-bottom: 20px;
}

.card h3,
.service-card h3 {
    font-size: 22px;
    margin-bottom: 12px;
}

.card p,
.service-card p {
    color: var(--text);
}

.service-card a {
    display: inline-block;
    color: var(--primary);
    font-weight: 700;
    margin-top: 20px;
}


/* PROCESS */

.process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.process-item {
    border-top: 2px solid var(--primary);
    padding-top: 25px;
}

.process-item span {
    color: var(--primary);
    font-size: 14px;
    font-weight: 800;
}

.process-item h3 {
    margin: 15px 0 10px;
    font-size: 21px;
}

.process-item p {
    color: var(--text);
}


/* CTA */

.cta {
    padding: 100px 0;
    background: linear-gradient(135deg, #635bff, #7c3aed);
    color: white;
    text-align: center;
}

.cta-content {
    max-width: 750px;
}

.cta h2 {
    font-size: clamp(34px, 5vw, 55px);
    line-height: 1.1;
    letter-spacing: -2px;
    margin-bottom: 20px;
}

.cta p {
    font-size: 18px;
    margin-bottom: 30px;
}


/* PAGE HERO */

.page-hero {
    padding: 90px 0;
    background: var(--light);
      display: flex;
    align-items: center;
    justify-content: center;
  
}
.perfil {
    width:50%;
     padding: 0 5vw;
}
.page-hero img {
  width: 100%;
}
.page-hero h1 {
    max-width: 800px;
    font-size: clamp(40px, 5vw, 62px);
    line-height: 1.05;
    letter-spacing: -3px;
    margin-bottom: 25px;
}

.page-hero p {
    max-width: 700px;
    color: var(--text);
    font-size: 19px;
}


/* SERVICES */

.service-detail {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 50px;
    padding: 60px 0;
    border-bottom: 1px solid var(--border);
}

.service-number {
    font-size: 50px;
    font-weight: 800;
    color: var(--primary);
}

.service-detail h2 {
    font-size: 40px;
    margin-bottom: 20px;
}

.service-detail p {
    max-width: 750px;
    color: var(--text);
    margin-bottom: 18px;
}


/* ABOUT */

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
}

.about-grid h2 {
    font-size: 42px;
    line-height: 1.1;
}

.about-grid p {
    color: var(--text);
    margin-bottom: 20px;
}


/* CONTACT */

.contact-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 80px;
}

.contact-info h2,
.contact-form h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.contact-info > p {
    color: var(--text);
    margin-bottom: 40px;
}

.contact-item {
    padding: 25px 0;
    border-bottom: 1px solid var(--border);
}

.contact-item strong {
    font-size: 18px;
}

.contact-item p {
    color: var(--text);
    margin: 5px 0;
}

.contact-item a {
    color: var(--primary);
    font-weight: 700;
}

.contact-form {
    background: var(--light);
    padding: 40px;
    border-radius: 18px;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form label {
    font-weight: 700;
    font-size: 14px;
    margin-top: 10px;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 8px;
    font: inherit;
    background: white;
}

.contact-form textarea {
    resize: vertical;
}


/* LEGAL */

.legal {
    padding: 90px 0;
}

.legal .container {
    max-width: 850px;
}

.legal h1 {
    font-size: 48px;
    margin-bottom: 40px;
}

.legal h2 {
    margin-top: 35px;
    margin-bottom: 10px;
}

.legal p {
    color: var(--text);
}


/* FOOTER */

.footer {
    background: #111827;
    color: white;
    padding-top: 70px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 60px;
}

.footer p {
    color: #9ca3af;
    margin-top: 15px;
    max-width: 300px;
}

.footer h4 {
    margin-bottom: 15px;
}

.footer a:not(.logo) {
    display: block;
    color: #9ca3af;
    margin: 8px 0;
    font-size: 14px;
}

.footer a:hover {
    color: white;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding: 25px 5%;
    text-align: center;
    color: #9ca3af;
    font-size: 13px;
}


/* RESPONSIVE */

@media (max-width: 900px) {
.page-hero{
    flex-direction: column;
}
.perfil {
    width: 100%;
    padding: 0 5vw;
}
    .menu {
        display: none;
    }

    .hero-grid,
    .about-grid,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero {
        padding: 70px 0;
    }

    .hero-card {
        max-width: 600px;
    }

    .cards.three {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .service-detail {
        grid-template-columns: 1fr;
        gap: 10px;
    }

}


@media (max-width: 600px) {

    .nav {
        min-height: 65px;
    }

    .nav .btn {
        display: none;
    }

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

    .hero p {
        font-size: 17px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .trust {
        flex-direction: column;
    }

    .section {
        padding: 70px 0;
    }

    .process-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .contact-form {
        padding: 25px;
    }

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

}
.service-card .icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #f1f0ff;
    color: #635bff;
    font-size: 25px;
    margin-bottom: 25px;
}

.service-card .icon i {
    font-size: 25px;
}

.service-card > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.service-card > a i {
    font-size: 13px;
    transition: transform .2s ease;
}

.service-card > a:hover i {
    transform: translateX(4px);
}
i {
    font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');







/* LOGIN */

.login{
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}


.login img{
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit:cover;
    border:3px solid var(--gold);
    box-shadow:0 0 40px rgba(212,175,55,.4);
}


.lo{
    width:400px;
    background:rgba(20,20,20,.9);
    padding:45px;
    margin-top:25px;
    border-radius:25px;
    border:1px solid var(--border);
    box-shadow:0 25px 80px #000;
}




/* CAMPOS */

input,
select,
textarea{

    width:100%;
    background:#090909;
    border:1px solid #333;
    color:white;
    padding:15px;
    border-radius:12px;
    outline:none;
    transition:.3s;
}


input:focus,
select:focus,
textarea:focus{

    border-color:var(--gold);
    box-shadow:0 0 15px rgba(212,175,55,.3);
}


textarea{
    min-height:200px;
}


/* BOTÕES */

button,
input[type="submit"]{

    width:100%;
    margin-top:25px;
    padding:16px;

    border:none;
    border-radius:30px;

    background:
    linear-gradient(135deg,var(--gold),#8c6b10);

    color:#000;
    font-weight:700;
    letter-spacing:2px;

    cursor:pointer;
    transition:.3s;
}


button:hover,
input[type="submit"]:hover{

    transform:translateY(-3px);
    box-shadow:0 15px 30px rgba(212,175,55,.35);

}


/* DASHBOARD */

.form_post,
.todosposts{

    display:flex;
    min-height:100vh;

}


/* MENU */

.menulateral{

    width:260px;
    background:
    linear-gradient(180deg,#111,#050505);

    border-right:1px solid var(--border);

    padding-top:40px;

}


.menulateral ul{

    list-style:none;
    padding:0;
}


.menulateral li{

    margin:15px;

}


.menulateral a{

    display:block;

    padding:18px 25px;

    color:#ccc;

    text-decoration:none;

    border-radius:15px;

    transition:.3s;

}


.menulateral a:hover{

    background:
    linear-gradient(90deg,#d4af37,#8b6b16);

    color:#000;

}



/* FORMULARIO */

.fomtcont{

    width:700px;
    margin:50px auto;

    background:
    rgba(20,20,20,.85);

    padding:45px;

    border-radius:25px;

    border:1px solid var(--border);

    box-shadow:
    0 30px 80px #000;

}


/* TABELA */

.tdf{

    flex:1;
    padding:50px;
}


table{

    width:100%;
    border-collapse:collapse;

    background:#111;

    border-radius:20px;
    overflow:hidden;

    box-shadow:0 20px 60px #000;

}


thead{

    background:
    linear-gradient(90deg,#d4af37,#8b6b16);

    color:#000;

}


th{

    padding:20px;
    text-align:left;

}


td{

    padding:18px;
    border-bottom:1px solid #222;

    color:#ddd;

}


tr:hover{

    background:#191919;

}


/* LINKS */

td a{

    color:var(--gold2);
    text-decoration:none;
    font-weight:600;

}


td a:hover{

    color:white;

}



/* MENSAGENS */

.vv{

    position:fixed;

    top:20px;
    right:20px;

    background:#111;

    color:var(--gold2);

    padding:20px 35px;

    border-radius:15px;

    border:1px solid var(--gold);

    box-shadow:0 20px 50px #000;

}



/* IMAGEM EDITAR */

.fomtcont img{

    border-radius:20px;

    border:2px solid var(--gold);

    box-shadow:0 15px 40px #000;

}


/* RESPONSIVO */

@media(max-width:900px){

.form_post,
.todosposts{

    flex-direction:column;

}


.menulateral{

    width:100%;

}


.fomtcont{

    width:90%;

}


.lo{

    width:90%;

}

}
header img{
    width: 8vw;
    color: transparent;
}
