:root {
    --primary: #242C4C;
    --primary-strong: #171B38;
    --secondary: #3D466B;
    --accent: #50BC5F;
    --accent-strong: #2DCE43;
    --muted: #5F647E;
    --card-shadow: 0 18px 45px rgba(22, 31, 55, 0.18);
    --card-radius: 32px;
    --shell-width: min(1200px, calc(100% - 3rem));
    color-scheme: light;
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("wp-content/uploads/omgf/google-fonts-1-mod-hkquj/poppins-latin-400.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("wp-content/uploads/omgf/google-fonts-1-mod-hkquj/poppins-latin-500.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("wp-content/uploads/omgf/google-fonts-1-mod-hkquj/poppins-latin-600.woff2") format("woff2");
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("wp-content/uploads/omgf/google-fonts-1-mod-hkquj/poppins-latin-700.woff2") format("woff2");
}

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Poppins", Arial, sans-serif;
    color: var(--primary-strong);
    background-color: #ffffff;
    line-height: 1.6;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: #1c1c24;
    text-decoration: none;
}

.shell {
    width: var(--shell-width);
    margin: 0 auto;
}

.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background: radial-gradient(53.85% 100% at 50% 0%, rgb(12 255 57) 0%, rgb(12 157 30) 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 12px;
    padding: 0.95rem 1.75rem;
    transition: background 0.2s ease, transform 0.2s ease;
    box-shadow: 0 12px 28px -22px rgb(4 253 39);
    z-index: 2;
    overflow: hidden;
}

.btn svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.btn:hover {
    background: transparent;
    color: var(--accent-strong);
    transform: unset;
}

.hero {
    position: relative;
    isolation: isolate;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 1;
    overflow: hidden;
    background: url(/imagens/bg-slide.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.hero__inner {
    text-align: center;
    padding: clamp(3rem, 8vw, 6rem) 0;
}

.hero__logo {
    position: relative;
    width: min(280px, 60%);
    margin: 0 auto 1.5rem;
    border-radius: 22px;
    z-index: 2;
    filter: contrast(0) brightness(11);
}

.hero__eyebrow {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: 600;
    color: #897243;
    margin-bottom: 1rem;
    z-index: 1;
}

.hero__title {
    position: relative;
    font-size: clamp(2.4rem, 4.8vw, 3.1rem);
    margin: 0 auto;
    max-width: 720px;
    z-index: 2;
    color: #f2f2f2;
    line-height: 1.1;
}

.hero__lead {
    position: relative;
    margin: 1.6rem auto 2.8rem;
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    color: #f2f2f2;
    max-width: 660px;
    z-index: 2;
}

.hero__meta {
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    font-size: 0.95rem;
    color: #d3d9ff;
}

.hero__meta span {
    padding-inline: 0.85rem;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

h1,
h2,
h3,
h4 {
    font-family: "Baskervville", serif;
}

section {
    padding: clamp(3rem, 10vw, 5rem) 0;
}

.section-title {
    text-align: center;
    margin-bottom: 0;
}

.section-title h2 {
    font-size: clamp(2rem, 3vw, 2.75rem);
    margin: 0 0 0.75rem;
    color: #000000;
}

.section-title p {
    margin: 0 auto;
    max-width: 720px;
    color: #777777;
    font-size: 21px;
}

#diferenciais .section-title p {
    color: #494949;
    margin-bottom: 50px;
}

#diferenciais .section-title h2 {
    color: #000000;
}

.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.75rem;
}

#atuacao .cards,
.differentials .cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
    position: relative;
    background: #ffffff8a;
    border-radius: var(--card-radius);
    padding: 2rem;
    box-shadow: 0 18px 46px -35px rgb(0 0 0 / 28%);
    min-height: 100%;
    border: 2px solid;
    border-color: #ccbd9959;
    z-index: 1;
    overflow: hidden;
    backdrop-filter: blur(4px);
}

.card__icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: #ffffff9c;
    display: grid;
    place-items: center;
    margin-bottom: 1.2rem;
    box-shadow: 0 13px 21px -12px #00000026;
}

.card__icon svg {
    width: 38px;
    height: 34px;
    fill: #897243;
}

.card h3 {
    margin: 0 0 0.6rem;
    font-size: 23px;
    color: #000000;
}

.card p {
    margin: 0;
    color: #000000ab;
    font-size: 0.95rem;
}

.cta-center {
    text-align: center;
    margin-top: 3rem;
    color: #897243;
    font-size: 19px;
}

.about {
    position: relative;
    background: #000000;
    overflow: hidden;
    z-index: 1;
    padding: 7em 0;
}

.about__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
    align-items: center;
}

.about__media {
    position: relative;
    border-radius: 36px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about__text h2 {
    font-size: clamp(2rem, 3vw, 2.6rem);
    margin-top: 0;
    line-height: 1.2;
    color: #897243;
}

.about__text p {
    color: #f2f2f2;
    margin-bottom: 1rem;
}

.faq {
    background: linear-gradient(180deg, #000000, transparent);
    border-radius: 80px;
    margin: 20px;
}

details {
    border: 1px solid #ccbd99;
    border-radius: 18px;
    padding: 1rem 1.25rem;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.06);
}

details summary {
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    color: #000000;
    font-size: 1.2em;
}

details summary::-webkit-details-marker {
    display: none;
}

details[open] {
    border-color: #a1967b;
}

details+details {
    margin-top: 1rem;
}

details p {
    margin-bottom: 0;
    margin-top: 0.75rem;
    color: #1c1c24b3;
}

.reviews {
    background: #ffffff;
    padding: 3em;
    border-radius: 60px;
    margin: 40px 90px;
    border: 2px solid;
    border-color: #897243;
    box-shadow: 0 14px 47px -24px #00000033;
}

.reviews__header {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    padding: 0.75rem 1.25rem;
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(36, 44, 76, 0.08);
    margin: 0 auto 2.5rem;
}

.reviews__badge {
    font-weight: 600;
    color: #202124;
}

.reviews__rating {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    color: #202124;
}

.reviews__rating svg {
    width: 18px;
    height: 18px;
    fill: #fbbc05;
}

.reviews__carousel {
    position: relative;
}

.reviews__viewport {
    overflow: hidden;
    border-radius: 28px;
}

.reviews__track {
    display: flex;
    transition: transform 0.45s ease;
}

.review-card {
    flex: 0 0 100%;
    background: #fff;
    border-radius: 24px;
    padding: 2.25rem;
    box-shadow: var(--card-shadow);
    min-height: 260px;
}

.review-card__head {
    display: flex;
    align-items: center;
    gap: 0.95rem;
}

.review-card__avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e8ebf7;
    display: grid;
    place-items: center;
    font-weight: 600;
    color: var(--primary);
}

.review-card__meta strong {
    display: block;
    font-size: 1.05rem;
    color: var(--primary);
}

.review-card__meta span {
    color: var(--muted);
    font-size: 0.9rem;
}

.review-card__rating {
    display: flex;
    gap: 0.25rem;
    margin-top: 0.5rem;
}

.review-card__rating svg {
    width: 18px;
    height: 18px;
    fill: #fbbc05;
}

.review-card p {
    margin-top: 1.25rem;
    color: var(--primary-strong);
    font-size: 0.98rem;
}

.reviews__controls {
    position: absolute;
    inset: auto 0 -2rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.reviews__control {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(36, 44, 76, 0.2);
    background: #fff;
    display: grid;
    place-items: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.reviews__control svg {
    width: 18px;
    height: 18px;
    fill: var(--primary);
}

.reviews__control:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.differentials {
    position: relative;
    color: #fff;
    background-image: linear-gradient(125deg, #ffffff, #ffffff, #ccbd9973), url(/imagens/bg-diferencial.webp);
    background-size: cover;
    background-position: center;
}

.differentials .card {
    color: #fff;
    box-shadow: none;
}

.differentials .card p {
    color: #494949;
}

.contact {
    background: linear-gradient(0deg, #d9d9d9, transparent);
    padding-top: 10px;
}

.contact__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.contact__map iframe {
    width: 100%;
    min-height: 320px;
    border: 0;
    border-radius: 28px;
    box-shadow: var(--card-shadow);
}

.contact__info {
    padding: 2rem;
    border-radius: 30px;
    box-shadow: var(--card-shadow);
    width: 60%;
    margin: auto;
    text-align: center;
    background: #f2f2f2;
    color: #897243;
    font-size: 20px;
    margin-top: 30px;
}

.contact__info ul {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
    display: grid;
    gap: 1rem;
    justify-items: center;
}

.contact__info li {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--muted);
}

.contact__info svg {
    width: 20px;
    height: 20px;
    fill: var(--accent);
}

footer {
    background: #272727;
    color: #fff;
    padding: 2rem 0 3rem;
    text-align: center;
}

footer p {
    margin: 0.4rem auto;
    max-width: 880px;
}

.floating-whatsapp {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    width: 64px;
    height: 64px;
    border-radius: 999px;
    background: #01e200;
    display: grid;
    place-items: center;
    box-shadow: 0 20px 40px rgba(1, 226, 0, 0.45);
    z-index: 10;
    transition: transform 0.2s ease;
}

.floating-whatsapp:hover {
    transform: translateY(-4px) scale(1.02);
}

.floating-whatsapp svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.floating-whatsapp img {
    max-width: 65%;
    display: block;
}

/* sec-headline */
header#inicio:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000cf;
    z-index: 1;
}

.img-slide {
    position: absolute;
    bottom: 0;
    right: -170px;
    filter: grayscale(1);
    opacity: .3;
    z-index: 1;
    -webkit-mask-image: linear-gradient(to top, transparent 5%, black 100%);
    width: 100%;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    visibility: hidden;
}

span.title-destaque {
    color: #897243;
}

.img-slide-1 {
    display: none;
}

.shadow-slide {
    position: absolute;
    background: #ffffff;
    width: 27vw;
    right: -111px;
    height: 50vh;
    z-index: 1;
    top: -199px;
    border-radius: 180px;
    filter: blur(101px);
    visibility: hidden;
}

/* <---------> */
/* sec-atuacao */
#atuacao {
    position: relative;
    background: #fff;
}

#atuacao:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(80deg, #ffffff00, #bcac7e, #ffffff00);
}

article.card:before {
    position: absolute;
    content: "";
    top: -28px;
    bottom: 0;
    left: -21px;
    right: 0;
    background: #897243;
    z-index: -1;
    border-radius: 140px;
    width: 45%;
    height: 60%;
    filter: blur(84px);
}

#atuacao:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(#2d2d2d00 -50%, #ffffffeb 62%);
    z-index: -1;
}

#atuacao .section-title p {
    margin-bottom: 40px;
}

/* <---------> */

/* sec-sobre */
.about__media img {
    position: relative;
    width: 100%;
    left: 0;
    border-radius: 40px;
}

#especialista:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(80deg, #ffffff00, #bfb084, #ffffff00);
}

/* <---------> */
/* sobre-empresa */
.logo-escritorio img {
    width: 30%;
    margin: auto;
}

.text-sobre-empresa {
    font-size: 18px;
    color: #000000c7;
    margin-top: 40px;
}

/* <----------> */
/* sec-diferenciais */
.differentials .card:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 40px;
    right: 0;
    background: linear-gradient(90deg, #3ebefb00, #000000, #3ebefb00);
    z-index: -1;
    height: 3px;
    width: 20%;
}

.differentials article.card:before {
    background: unset;
}

/* <--------> */
/* faq */
#faq .section-title p {
    margin-bottom: 40px;
    color: #f2f2f2;
}

/* <-----------> */
.contact__info li {
    color: #000000;
}

.btn:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: radial-gradient(53.85% 100% at 50% 0%, rgb(255 255 255) 0%, rgb(242 242 242) 100%);
    z-index: -1;
    opacity: 0;
    transition: .3s ease-in-out;
}

.btn:hover:before {
    opacity: 1;
    transition: .3s ease-in-out;
}

#faq h2 {
    color: #f2f2f2;
}

@media (max-width: 1024px) {

    #atuacao .cards,
    .differentials .cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .hero__meta {
        flex-direction: column;
        gap: 0.75rem;
    }

    .hero__meta span {
        border: 0;
        padding-inline: 0;
    }

    #atuacao .cards,
    .differentials .cards {
        grid-template-columns: 1fr;
    }

    .contact__info {
        padding: 1.5rem;
    }

    .contact__info .btn {
        margin-left: 15px;
    }

    .hero__title {
        font-size: 1.7rem !important;
    }

    .img-slide {
        height: auto;
    }

    .img-slide-1 {
        height: auto;
        left: -180px;
    }

    #especialista:before {
        left: -110px;
        visibility: hidden;
    }

    .about {
        padding-top: 10px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .reviews {
        padding: 1em;
        margin: 40px 0px;
    }

    #faq .section-title p {
        font-size: 16px;
        padding: 0 10px;
    }

    .contact__info {
        width: 100%;
        overflow: hidden;
    }

    .contact__info ul {
        display: flex;
        justify-items: center;
        flex-direction: column;
        align-items: center;
    }

    .shell {
        width: auto;
    }

    #atuacao {
        padding: 40px 10px;
    }

    .differentials {
        padding: 40px 10px;
    }

    .about__media {
        width: 100%;
    }

    .about__media img {
        width: 100%;
        position: relative;
        left: 0;
        top: 26px;
    }

    .faq {
        margin-left: 0;
        margin-right: 0;
    }

}