:root {
    --primary: #1a2a40; /* Azul Marinho Profissional */
    --gold: #c5a059;    /* Detalhe em Dourado/Bronze */
    --text: #333;
    --light-bg: #f8f9fa;
    --white: #ffffff;
}



body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    line-height: 1.6;
}

/* Navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 1.5rem 5%;*/
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navTop {display: grid;
    height: 10em;
    width: auto;
    justify-content: space-between;
    align-items: center;
    /*padding: 1.5rem 5%;*/
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    position: sticky;
    top: 0;
    z-index: 1000;}

.navTop img {height: 15em;
width: 25em;
margin-top: -45px;}

.logo {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--primary);
    letter-spacing: 1px;
}


.logo span { font-weight: 300; }

nav a {
    text-decoration: none;
    color: var(--text);
    margin-left: 2rem;
    font-size: 0.9rem;
    font-weight: 600;
    transition: 0.3s;
}

.btn-nav {
    background: var(--primary);
    color: var(--white) !important;
    padding: 0.6rem 1.2rem;
    border-radius: 4px;
}

/* login Section */
.hero_log {
    height: 80vh;
    background: linear-gradient(rgba(26, 42, 64, 0.9), rgba(26, 42, 64, 0.9)), 
                url('https://unsplash.com');
    background-size: cover;
    display: flex;
    align-items: left;
    justify-content: center;
    text-align: left;
    color: var(--white);
    /*padding: 0 10%;*/
    background-image: url('../img/imglltech.jpg'); position: relative; /*top: 50px;*/
    background-size: cover; /* Fills the div and crops edges */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
    

}






/* Hero Section */
.hero {
    height: 80vh;
    background: linear-gradient(rgba(26, 42, 64, 0.9), rgba(26, 42, 64, 0.9)), 
                url('https://unsplash.com');
    background-size: cover;
    display: flex;
    align-items: left;
    justify-content: center;
    text-align: left;
    color: var(--white);
    /*padding: 0 10%;*/
    background-image: url('../img/imglltech.jpg'); position: relative; /*top: 50px;*/
    background-size: cover; /* Fills the div and crops edges */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
    

}



.hero_process {
    height: auto;
    background: linear-gradient(rgba(26, 42, 64, 0.9), rgba(26, 42, 64, 0.9)), 
                url('https://unsplash.com');
    background-size: cover;
    /*display: flex;*/
    align-items: left;
    justify-content: center;
    text-align: left;
    color: var(--white);
    /*padding: 0 10%;*/
    /*background-image: url('../img/imglltech.jpg'); position: relative; /*top: 50px;*/
    background-size: cover; /* Fills the div and crops edges */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
    

}


.hero_process input {
    /*margin-top: 10px;*/
    height: 2em;
  width: 350px;
  border-radius: 1em;
  font-size: 18px;
  /*margin-left: 150px;*/


}  


.hero_process input[type=submit] {max-width: 100px;
margin-left: 5px;}
.hero_process input[type=submit]:hover{background: #981A26;}
                                       



/*começa aqui TABELA */ 



.movimentos table {border-collapse: collapse;
  width: 30%;
  margin: 1em;
  padding: 5px;
  border: 1px solid black;
  height: 2em;
  font-size: 10px;
   
  }

.movimentos td button {margin: auto;}

  .movimentos table input[type=button]{
     
    height: 1em; width: 1em; background: #b83434;
    color:#ffffff;
    cursor: pointer;
    border: double;
    border-radius: 10px;
    margin: 2em;
    
    
    } table input[type=button]:hover{background: #981A26;}
  
.centralized {align-items: center;}   

.hero_process td {align-items: center;}

.movimentos tr {
    text-align: center;
    padding: 1px;
    height: 100px;
    font-size: 18px;
    
    
  }

  .movimentos td {text-align: center;}

  .movimentos th {background-color: #981A26;
  color: #b2d4ed;}
  
.movimentos tr:nth-child(even) {background-color: #4850ae;}



.tribgrau {display: grid;
  align-content: left;
  text-align: left;

}









.hero_pub {
    height: 80vh;
    background: linear-gradient(rgba(26, 42, 64, 0.9), rgba(26, 42, 64, 0.9)), 
                url('https://unsplash.com');
    background-size: cover;
    /*display: flex;*/
    align-items: left;
    justify-content: center;
    text-align: left;
    color: var(--white);
    /*padding: 0 10%;*/
    background-image: url('../img/imglltech.jpg'); position: relative; /*top: 50px;*/
    background-size: cover; /* Fills the div and crops edges */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat;
    

}


.hero_pub input {
    height: 2em;
  width: 150px;
  border-radius: 1em;
  font-size: 18px;
  /*margin-left: 150px;*/


}



.hero_pub select {
    height: 2em;
  width: 150px;
  border-radius: 1em;
  font-size: 18px;
  /*margin-left: 150px;*/


}


/* Define a animação */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px); /* Começa um pouco abaixo */
  }
  to {
    opacity: 1;
    transform: translateY(0); /* Termina na posição original */
  }
}


.bulletsGold {display: block;

    font-family: 'Playfair Display', arial;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    color: black;
    margin-top: 90px;
    margin-left: -90px;

     /* Transição suave para o efeito dinâmico */
    transition: all 0.3s ease-in-out;
    
    /* Efeito de sombra */
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);

    animation: fadeIn 1.8s ease-in-out forwards; /* 1.5s de duração */
    
   



}







/*.lawyers img {
    
max-width: 100%;
  height: auto;
  display: block;

    /*height: auto;
width: auto;
object-fit: cover;*/

.hero img {height: auto;
width: auto;
object-fit: cover;

}



.hero h1 {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    color: black;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.9;
    color: rgb(113, 113, 119);
}




/*chamada*/

.hero-chamada {margin-right: 50%;
    margin-left: 10%;
    
    margin-top: 100px;

    
    animation: fadeIn 2.8s ease-in-out forwards; /* 1.5s de duração */

    
    
    
    
               
               }

.hero-chamada-in {display: grid;
/*border: 1px solid;*/
/*border-color: #757168;*/
/*background: rgb(18, 26, 70);*/
color: (--white);
border-radius: 4px;
padding: 5px;
text-decoration: none;
margin-top: 10px;}

.hero-chamada-in h2 {color: rgb(243, 239, 237);}

.hero-chamada-in :hover {cursor: pointer;}


.logintoRavi {display: grid;
  gap:3em;
  width: 50em;
  height: 10em;
  text-align: center;
  align-content: flex-start;
  margin-top: 0px;
  margin-right: 30px;
  font-size: 22px;
   

  
}

.logintoRavi input {height: 2.70em;
  width: 350px;
  border-radius: 1em;
  font-size: 18px;
  /*margin-left: 150px;*/
  
  
  }


.logintoRavi input[type=submit]{background: #f7f7f8;
    width: 20em;
    color:#cc1711;
    cursor: pointer;
    border: double;
    border-radius: 12px;
    height: 2em;
    } input[type=submit]:hover{background: #981A26;}



  

.logRavi {display: grid;
  gap:3em;
  width: 50em;
  height: 10em;
  text-align: center;
  align-content: flex-start;
  margin-top: 20px;
  margin-left: 100px;
  font-size: 22px;
   





}


.logRavi input {height: 2.70em;
  width: 350px;
  border-radius: 1em;
  font-size: 18px;
  margin-left: 150px;
  margin-right: 200px;
  
  
}



.logRavi input[type=submit]{background: #f7f7f8;
    width: 20em;
    color:#cc1711;
    cursor: pointer;
    border: double;
    border-radius: 12px;
    height: 2em;
    } input[type=submit]:hover{background: #981A26;}



  


.btn-cprime, .btn-csecond {
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 1px;
    font-weight: bold;
    transition: 0.5s;
    display: block;
    /*margin: 0.5rem;*/
    
    
    

}

.border-call {border: 2px solid;
    border-radius: 1px;
    padding: 1px;
    border-color: #c5a059;
    font-weight: bold;
    text-decoration: none;
    



}


/*.btn-cprime { background: var(--gold); color: var(--white); }*/
/*.btn-csecond { border: 1px solid var(--white); color: var(--white); }*/





/* Botões */
.btn-primary, .btn-secondary {
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
    margin: 0.5rem;
    margin-top: 350px;

}

.btn-primary { background: var(--gold); color: var(--white); }
.btn-secondary { border: 1px solid var(--white); color: var(--white); }

.btn-primary:hover { filter: brightness(1.1); }
.btn-secondary:hover { background: var(--white); color: var(--primary); }

/* Features Section */
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 5rem 10%;
    background: var(--light-bg);
}

.card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-top: 4px solid var(--gold);
}

.card .icon { font-size: 2.5rem; margin-bottom: 1rem; }

footer {
    text-align: center;
    padding: 2rem;
    font-size: 0.8rem;
    color: #888;
}

.whats img {height:85px;
    width: 85px; 
    position:fixed; 
    top:100px;
    right:35px;
    z-index:99999;
}




.pubs_table td {width: 200px;}






/* Responsividade */
@media (max-width: 768px) {
    .hero h1 { font-size: 2.2rem; }
    /*nav { display: none; } /* Idealmente aqui entraria um menu hamburguer */


    
    .bulletsGold {display: block;

        
        margin-left: -50px;       

    }
    
  
}

/* ===== LLTech header (similar to inileadPage) ===== */
* { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

body {
    font-family: Arial, sans-serif;
    background: #f0f2f5;
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.ll-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    flex-wrap: wrap;
    gap: 8px;
}

.ll-header-logo h1 {
    margin: 0;
    font-size: 1.6em;
    color: #1a237e;
    font-weight: 700;
}

.ll-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ll-nav a {
    text-decoration: none;
    color: #333;
    font-size: 0.9em;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 6px;
    transition: 0.2s;
}

.ll-nav a:hover {
    background: #e8eaf6;
    color: #1a237e;
}

.ll-btn-wpp {
    background: #25d366 !important;
    color: #fff !important;
    padding: 6px 14px !important;
    border-radius: 8px !important;
}

.ll-btn-wpp:hover {
    background: #1da851 !important;
}

/* ===== LLTech main grid (similar to inileadPage) ===== */
.ll-main {
    flex: 1;
    padding: 24px 16px;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
}

.ll-grid {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ll-card {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    padding: 18px 20px;
    background: #fff;
    border: none;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    cursor: pointer;
    font-size: 1.05em;
    font-weight: 600;
    color: #333;
    text-align: left;
    transition: transform 0.15s, box-shadow 0.15s;
    font-family: inherit;
    line-height: 1.3;
}

.ll-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.ll-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #e8eaf6;
    color: #1a237e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4em;
    flex-shrink: 0;
}

.ll-card-text {
    display: flex;
    flex-direction: column;
}

.ll-card-label {
    font-size: 1em;
    font-weight: 700;
    color: #1a237e;
}

.ll-card-sub {
    font-size: 0.78em;
    font-weight: 400;
    color: #777;
    margin-top: 2px;
}

/* ===== LLTech features section ===== */
.ll-features {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin-top: 28px;
}

.ll-feat-card {
    background: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-align: center;
}

.ll-feat-icon {
    font-size: 2em;
    margin-bottom: 8px;
}

.ll-feat-card h3 {
    margin: 0 0 4px;
    font-size: 1.1em;
    color: #1a237e;
}

.ll-feat-card p {
    margin: 0;
    font-size: 0.85em;
    color: #666;
}

.ll-footer {
    text-align: center;
    padding: 20px;
    font-size: 0.8em;
    color: #888;
}

.ll-footer a {
    color: #888;
    text-decoration: none;
}

/* ===== LLTech responsive ===== */
@media (min-width: 600px) {
    .ll-main {
        max-width: 640px;
        padding: 32px 24px;
    }
    .ll-features {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

/* ===== Auth card (login, cadastro) ===== */
.auth-card {
    max-width: 440px;
    margin: 40px auto;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding: 32px 24px;
}
.auth-title {
    font-size: 1.4em;
    font-weight: 700;
    color: #1a237e;
    margin: 0 0 6px;
    text-align: center;
}
.auth-sub {
    font-size: 0.85em;
    color: #666;
    text-align: center;
    margin: 0 0 24px;
    line-height: 1.4;
}
.auth-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.auth-field input {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.92em;
    font-family: inherit;
    box-sizing: border-box;
    transition: border-color 0.2s;
}
.auth-field input:focus {
    border-color: #1a237e;
    outline: none;
}
.auth-btn {
    width: 100%;
    padding: 12px;
    background: #1a237e;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 700;
    cursor: pointer;
    transition: 0.2s;
    font-family: inherit;
}
.auth-btn:hover {
    background: #283593;
}
.auth-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
}
.auth-link-btn {
    width: 100%;
    padding: 10px;
    background: none;
    color: #1565c0;
    border: 1px solid #1565c0;
    border-radius: 8px;
    font-size: 0.88em;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
    font-family: inherit;
}
.auth-link-btn:hover {
    background: #1565c0;
    color: #fff;
}

/* ===== Card principal RAVI ===== */
.ll-card-main {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 24px 24px;
    background: linear-gradient(90deg, #1a237e 0%, rgba(26,35,126,0.85) 50%, rgba(40,53,147,0.6) 100%);
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(26,35,126,0.18);
    cursor: pointer;
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    text-align: left;
    transition: transform 0.2s, box-shadow 0.2s;
    font-family: inherit;
    line-height: 1.3;
    margin-bottom: 20px;
}
.ll-card-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(26,35,126,0.35);
}
.ll-icon-main {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    flex-shrink: 0;
}
.ll-card-main .ll-card-label {
    color: #fff;
    font-size: 1.15em;
}
.ll-card-main .ll-card-sub {
    color: #c5c6e0;
    font-size: 0.78em;
}

/* ===== Sub-cards grid ===== */
.ll-subgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
@media (min-width: 768px) {
    .ll-main { max-width: 960px; }
    .ll-subgrid { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 900px) {
    .ll-subgrid { grid-template-columns: repeat(2, 1fr); }
    .ll-main { max-width: 1100px; }
    .ll-card-main { padding: 40px 36px; }
    .ll-icon-main { width: 90px; height: 90px; font-size: 2.4em; }
    .ll-card-sub-wrap { gap: 10px; }
    .ll-card-sub { padding: 22px 28px; }
    .ll-icon-sub { width: 52px; height: 52px; font-size: 1.3em; }
    .ll-card-label-s { font-size: 1.1em; }
}
@media (min-width: 1200px) {
    .ll-main { max-width: 1200px; }
    .ll-card-sub-wrap { gap: 12px; }
    .ll-card-sub { padding: 26px 32px; }
    .ll-icon-sub { width: 60px; height: 60px; font-size: 1.5em; }
    .ll-card-main { padding: 48px 40px; }
    .ll-icon-main { width: 100px; height: 100px; font-size: 2.8em; }
}
@media (min-width: 768px) {
    .ll-card-sub-wrap { gap: 8px; }
    .ll-card-sub { padding: 16px 20px; }
    .ll-icon-sub { width: 42px; height: 42px; font-size: 1.1em; }
    .ll-card-label-s { font-size: 1em; }
    .ll-card-sub .ll-tooltip { font-size: 0.85em; }
}

.ll-card-sub-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.ll-card-sub {
    position: relative;
    width: 100%;
    padding: 14px 16px;
    background: #fff;
    border: none;
    border-radius: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    cursor: pointer;
    font-size: 0.85em;
    font-weight: 500;
    color: #333;
    text-align: center;
    transition: transform 0.15s, box-shadow 0.15s, z-index 0s;
    font-family: inherit;
    line-height: 1.3;
    z-index: 1;
}
.ll-card-sub:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    z-index: 10;
}
.ll-icon-sub {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e8eaf6;
    color: #1a237e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    flex-shrink: 0;
}
.ll-card-label-s {
    font-weight: 600;
    color: #1a237e;
    font-size: 0.92em;
}

/* ===== Tooltip nos sub-cards ===== */
.ll-card-sub .ll-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: calc(100% + 4px);
    left: 12px;
    background: #1a237e;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 0.82em;
    font-weight: 400;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 100;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
}
.ll-card-sub .ll-tooltip::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 18px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #1a237e transparent;
}
.ll-card-sub:hover .ll-tooltip {
    visibility: visible;
    opacity: 1;
}
