:root{
    --c1:#ff6a00;
    --c2:#0e375f;
    --c3:#22c55e
}

*{
    box-sizing:border-box;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body{
    margin:0;
    line-height:1.5;
    scroll-behavior: smooth;
}

.container{
    max-width: 1260px;
    margin:0 auto;
    padding:0 16px
}

.section{
    padding:56px 0;
}

.grid{
    display:grid;
    gap:20px
}

.grid-3{
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr))
}

.btn {
    display:inline-block;
    padding: 10px 32px;
    border-radius: 10px;
    text-decoration:none;
    font-weight:600
}

.btn-primary {
    background:var(--c1);
    color:#fff
}

.btn-outline{
    border:2px solid var(--c1);
    color:var(--c1);
    background:#fff
}

.btn-hero {
    border: none;
    color: #0e375f;
    background-color: #fff;
}

.badge{
    background-color: rgba(255, 106, 0, 0.233);
    color: var(--c1);
    border:1px solid;
    border-color: hsl(var(--c1) / .2);
    padding:6px 10px;
    border-radius:999px;
    font-weight:600;
    backdrop-filter: blur(4px);
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hero{
    padding:96px 0;
    background: #0e375f;
    height: 95dvh;
    padding-top: 130px;
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20fill%3D%22%23ffffff%22%20fill-opacity%3D%220.05%22%3E%3Cpath%20d%3D%22M36%2034v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6%2034v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6%204V0H4v4H0v2h4v4h2V6h4V4H6z%22/%3E%3C/g%3E%3C/g%3E%3C/svg%3E);
}

.hero .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.hero h1 {
    font-size: 5rem;
    margin:12px 0;
    color: #fff;
    text-align: center;
    line-height: 80px;
}

.hero h1 span{
    color:var(--c1)
}

.hero > .container > p {
    margin: 12px 0;
    color: #fff;
    text-align: center;
    font-size: 24px;
    width: 768px;
    margin-bottom: 30px;
}

.card{
    border:1px solid #e5e7eb;
    border-radius:16px;
    padding: 20px 5px 0 5px;
    background:#fff
}

.card h3{
    margin-top:0;
    color:var(--c2);
    text-align: center;
}

.card p{
    color:#475569;
    text-align: center;
}

.menu-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

section {
    scroll-margin-top: 77px;
}

.section-title {
    text-align: center;
    margin: 5px;
}

.section-description {
    text-align: center;
    margin-bottom: 45px;
    color: #475569;
    font-size: 18px;
}

h2 {
    font-size: 48px;
    color: var(--c2);
}

footer{
    padding:32px 0;
    background:var(--c2);
    color:#fff;
    padding-bottom: 0;
    text-align: center;
}

footer .info {
    padding-bottom: 2px;
    text-align: center;
}

footer .info a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

footer hr {
    border-color: var(--c2);
}

footer nav.link-footer {
    margin: 60px 0 20px 0;
}

footer nav.link-footer  ul {
    justify-content: center;
}

footer nav.link-footer a {
    color: #fff;
}

footer .logo-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

nav a{
    color:#0f172a;
    text-decoration:none;
    margin:0 12px;
    font-weight:600;
    transition: color 0.3s ease;
}

nav a:hover{
    color: var(--c1);
}

nav a.active {
    color: var(--c1);
}

nav.menu-principal {
    display: block;
}

nav.menu-mobile {
    display: none;
}

nav.menu-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

button.btn-mobile {
    background: transparent;
    border: none;
    display: none;
    flex-direction: column;
    gap: 4px;
}

button.btn-mobile span {
    width: 30px;
    height: 3px;
    background: var(--c2);
}

.faq summary{
    cursor:pointer;
    font-weight:700
}

.small{
    font-size:14px;
    opacity:.8
}

.sticky-cta{
    position:fixed;
    right:16px;
    bottom:16px;
    z-index:50
}

#menu-topo {
    display: flex;
    list-style: none;
    gap: 16px;
}

#sobre {
    display: flex;
    padding-top: 0;
}

#sobre .container h2 {
    line-height: 50px;
    margin-bottom: 5px;
}

#sobre .container p {
    text-align: left;
}

.image-about {
    position: relative;
}

.image-about::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #f8fafc 0%, transparent 100%);
}

.sobre-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sobre-list h3 {
    font-size: 16px;
    color: var(--c2);
}

.sobre-list p {
    font-size: 14px;
    color: #475569;
}

.sobre-list h3,
.sobre-list p {
    margin: 0;
}

.sobre-list li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.sobre-list li svg {
    margin-right: 12px;
}

#process {
    padding-bottom: 100px;
}

#process .section-description {
   text-align: center;
}

#process p {
    text-align: left;
    margin-top: 0;
}

#process .card {
    padding: 30px;
}

#diagnosis {
    background-color: var(--c1);
    color: #fff;
    padding: 40px 20px;
    border-radius: 30px;
    width: 95vw;
    margin: 0 auto;
}

#diagnosis .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#diagnosis h2,
#diagnosis p {
    color: #fff;
    margin: 0;
}

#diagnosis a.btn {
    border: none;
    background-color: #fff;
    color: var(--c1);
    padding: 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

#faq .faq-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

#faq .faq-list details {
    margin-bottom: 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 16px;
    background: #fff;
}

#faq .faq-list details summary {
    font-size: 18px;
    font-weight: 600;
    color: var(--c2);
}

#contato h2 {
    margin-bottom: 5px;
}

#contato p {
    margin-top: 0;
}

#contato .contact-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#contato .contact-cards .contact-list {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 20px;
    flex: 1;
}

#contato .contact-cards .contact-list .icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: rgba(255, 106, 0, 0.342);
    display: flex;
    justify-content: center;
    align-items: center;
}

#contato .contact-cards .contact-list h3 {
    margin: 0;
    font-size: 16px;
    color: var(--c2);
    text-align: left;
}

#contato .contact-cards .contact-list p,
#contato .contact-cards .contact-list a {
    margin: 0;
    font-size: 14px;
    color: #475569;
    text-align: left;
}

#servicos ul {
    list-style: none;
    padding: 0;
}

@media screen and (max-width: 768px){
    .hero {
        height: auto;
    }

    .hero h1{
        font-size:36px;
        line-height:40px
    }

    .hero > .container > p{
        font-size:18px;
        width:100%
    }

    .grid-3{
        grid-template-columns:1fr
    }

    .menu nav{
        display:none
    }

    #servicos-btn {
        display: none;
    }

    #whatsapp-fixed-btn {
        opacity: 0;
        transform: scale(0);
        transition: opacity 0.3s ease, transform 0.3s ease;
    }

    #whatsapp-fixed-btn.scrolled {
        opacity: 1;
        transform: scale(1);
    }

    .image-about {
        display: none;
    }

    #diagnosis h2 {
        font-size: 30px;
    }

    #contato .contact-cards .contact-list {
        width: 100%;
    }

    footer nav.link-footer {
        display: none;
    }

    nav.menu-principal {
        display: none;
    }

    nav.menu-mobile.active {
        display: block;
    }

    button.btn-mobile {
        display: flex;
    }
}