html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html body{
    height: 100%;
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0 !important;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

main{
    flex: 1 0 auto;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.page-wrapper {
   min-height: 100vh;
   display: flex;
   flex-direction: column;
}

/*Fonte Guimo*/
.guimo-font-nav {
    font-family: "Kdam Thmor Pro";
    background: linear-gradient(180deg, #C5C5C5 7.28%, #3A3A3A 112.87%);
    font-size: 18px;
    font-weight: 400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.guimo-font-footer {
    font-family: "Kdam Thmor Pro";
    background: linear-gradient(180deg, #C5C5C5 7.28%, #3A3A3A 112.87%);
    font-size: 26px;
    font-weight: 400;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.titlePoppins {
    font-family: Poppins;
}

/*NavBar*/
.guimoNav .navbar-nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-left: 205px;
}

    .guimoNav .navbar-nav .nav-item:not(:last-child):not(.interactiveBtn) {
        margin-right: 60px;
    }

    .guimoNav .navbar-nav .nav-item:nth-last-child(3) {
        margin-right: 185px !important; /* Espaçamento entre Privacy e os botões */
    }
    

    .guimoNav img{
        width: 27px;
        height: 33px;
        aspect-ratio: 9/11;
    }

    .guimoNav a {
        color: #293241;
        font-family: 'Roboto', sans-serif !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        white-space: nowrap;
    }

.interactiveBtn {
    margin-right: 20px;
}

    .interactiveBtn:last-child{
        margin-right: 0;
    }

    .interactiveBtn a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 107px;
        height: 30px;
        padding: 5px 22px;
        border-radius: 10px;
        background: var(--destaque-color, #BFA437);
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
        color: white !important;
        text-align: center;
        text-decoration: none;
        font-size: 16px;
        white-space: nowrap;
    }

        .interactiveBtn a:hover {
            transform: translateY(-2px);
            transition: 0.2s;
            box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
        }

    .interactiveBtn img {
        width: 19px;
        height: 19px;
        flex-shrink: 0;
        aspect-ratio: 1/1;
    }

.landingMessages h1 {
    /*color: #FFF;*/
    text-shadow: 0 7px 4px rgba(0, 0, 0, 0.40);
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.landingMessages span {
    color: var(--destaque-color, #BFA437);
    text-shadow: 0 7px 4px rgba(0, 0, 0, 0.40);
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/*.fullLandingImage{
    width: 100%;
}

.landingPageImage {
    width: 100%;
    height: auto;
    object-fit: cover;
}*/

   /*Footer*/
   footer {
       position: static !important;
       bottom: auto !important;
       margin-top: auto;
   }

   footer .footer-top{
       padding-top: 20px;
       padding-bottom: 12px;
   }

   .footerLogoImg{
       width: 38px;
       height: 45px;
       aspect-ratio: 38/45;
   }

   footer h5{
       color: white;
       font-size: 18px;
       font-style: normal;
       font-weight: 600;
   }

footer p {
    color: white;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Roboto', sans-serif !important;
}

    footer .footer-item img{
        width: 24px;
        height: 24px;
    }

footer h5 {
    margin: 0 0 10px 0;
}

footer p.footer-item {
    margin: 0;
    padding: 5px 0 0 0;
    line-height: 1.25;
}

.services-container{
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
}

.services-header {
    text-align: center;
    margin-bottom: 40px;
}

.services-title{
    color: #293241;
    margin: 0;
    font-weight: 600;
}

.services-subtitle{
    color: #3D5A80;
    margin: 10px 0 0 0;
}

.services-grid {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: nowrap;
}

.service-card {
    flex: 1 1 0;
    max-width: 339px;
    min-width: 0;
    display: flex;
    width: 339px;
    height: 478px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 0 0 12px 0;
    box-sizing: border-box;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(41, 50, 65, 0.15);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
}

.service-image{
    width: 100%;
    height: 308px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

    .service-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.service-card-title{
    color: #293241;
    text-align: center;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.service-card-text {
    color: #3D5A80;
    text-align: center;
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
}

.service-card-btn {
    margin-top: auto;
    border-radius: 10px;
    background: #BFA437;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    text-decoration: none;
    padding: 8px 20px;
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 110px;
}

    .service-card-btn:hover {
        transform: translateY(-2px);
        transition: 0.2s;
        box-shadow: 0 6px 6px rgba(0, 0, 0, 0.30);
    }


/*FAQ*/
.faq-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
}

.faq-list {
    max-width: 820px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-summary{
    list-style: none;
}

    .faq-summary::-webkit-details-marker {
        display: none;
    }

    .faq-summary::marker {
        content: "";
    }

.faq-item{
    border-radius: 12px;
}

.faq-summary {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 22px;
    border-radius: 12px;
    border: 3px solid rgba(217, 247, 250, 0.43);
    background: linear-gradient( 127deg, rgba(255, 255, 255, 0.02) 6.63%, rgba(255, 255, 255, 0.06) 91.75% );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    color: #293241;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faq-question {
    /* herda o que está no summary, mas fica explícito se quiseres mexer depois */
    color: inherit;
}

.faq-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 999px;
}

    .faq-icon::before {
        content: "+";
        font-size: 28px;
        line-height: 1;
        color: inherit;
    }

/* Resposta (só aparece quando aberto) */
.faq-answer {
    display: none;
    padding: 0 22px 18px 22px;
    /* subtítulo */
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    color: #FFF;
}

/* Estado aberto: o gradient e a sombra ficam no PAI (details) */
.faq-item[open] {
    border-radius: 12px;
    overflow: hidden;
    background: var(--gradient-3, linear-gradient(180deg, #D9F7FA -30%, #3D5A80 111.67%));
    box-shadow: 0 1px 12px 0 rgba(255, 215, 0, 0.10);
}

    /* No aberto, o summary deixa de ter background próprio */
    .faq-item[open] > .faq-summary {
        background: transparent !important;
        background-image: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: #FFF;
    }

    /* No aberto, a answer também fica transparente (o pai pinta tudo) */
    .faq-item[open] > .faq-answer {
        display: block;
        background: transparent !important;
        background-image: none !important;
        border-radius: 0 !important;
        color: #FFF;
    }

    /* Trocar + por X (simples e sem símbolos esquisitos) */
    .faq-item[open] > .faq-summary .faq-icon::before {
        content: "x";
        font-size: 26px;
        line-height: 1;
        font-family: Roboto, sans-serif;
        font-weight: 700;
    }

/*Mobile Version*/
@media (max-width: 767px) {
    .guimoNav .navbar-collapse {
        flex-basis: 100% !important;
        flex-grow: 0 !important;
        transition: none !important;
        width: 100% !important;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .guimoNav .navbar-collapse.show {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        width: 100%;
        padding-left: 10px;
        position: static !important;
        margin-left: 0 !important;
        margin-top: 20px;
    }

    /* Quando o menu está aberto */
    .guimoNav .navbar-collapse.show {
        display: flex !important;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        width: 100%;
        padding-left: 10px;
        margin-left: 0 !important;
    }

    /* Garante que os itens do menu sigam o mesmo alinhamento */
    .guimoNav .navbar-nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

        /* Cada item ocupa toda a largura e fica alinhado à esquerda */
        .guimoNav .navbar-nav .nav-item {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            margin: 5px 0;
        }

        /* Links normais */
        .guimoNav .navbar-nav .nav-link {
            text-align: left;
            display: inline-block;
            min-width: 107px;
            height: 30px;
            padding-left: 0;
            background: var(--destaque-color, #BFA437);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
            color: white !important;
            text-align: center;
            text-decoration: none;
            white-space: nowrap;
            border-radius: 10px;
            margin-bottom: 5px;
        }

    /* Botões "Login" e "Let's Talk" */
    .navbar-nav .interactiveBtn {
        display: flex;
        justify-content: flex-start;
        width: 100%;
        margin: 5px 0;
    }

    .interactiveBtn a {
        font-size: 15px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 5px;
        min-width: 107px;
        height: 30px;
        padding: 5px 15px;
        text-align: center;
    }


    .guimoNav .navbar-nav .nav-link:hover,
    .navbar-nav .interactiveBtn a:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 6px rgba(0, 0, 0, 0.3);
    }

    .services-grid {
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-card {
        flex: 0 0 339px;
        max-width: 339px;
    }
}