@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');

:root {
    --cream: #FFF9F6;
    --cream-dark: #FDF0EC;
    --white: #FFFFFF;

    --pink: #E98993;
    --pink-dark: #D86F7A;
    --pink-light: #F8D9D9;
    --pink-pale: #FCEBE8;

    --lavender: #B99BCB;
    --lavender-light: #EDE2F1;

    --teal: #159EB0;
    --teal-light: #DDF1F3;

    --text: #3F3A3A;
    --text-light: #766D6D;

    --line: #F0D9D6;
}


/* =========================
   RESET
========================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--text);
    line-height: 1.7;
    overflow-x: hidden;
}

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

img {
    max-width: 100%;
    display: block;
}

.container {
    width: min(1160px, 90%);
    margin: 0 auto;
}


/* =========================
   TIPOGRAFIA
========================= */

h1,
h2,
h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    line-height: 1.15;
}

h1 {
    font-size: clamp(3rem, 6vw, 5.4rem);
    letter-spacing: -2px;
}

h1 strong {
    display: block;
    color: var(--pink);
    font-weight: 500;
}

h2 {
    font-size: clamp(2.2rem, 4vw, 3.7rem);
    letter-spacing: -1px;
}

h3 {
    font-size: 1.25rem;
}

p {
    color: var(--text-light);
}

.eyebrow {
    display: inline-block;
    color: var(--pink-dark);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 2.3px;
    margin-bottom: 18px;
}


/* =========================
   BOTÕES
========================= */

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 600;
    transition: all 0.25s ease;
}

.button-primary {
    background: var(--pink);
    color: white;
    box-shadow: 0 8px 20px rgba(217, 111, 122, 0.18);
}

.button-primary:hover {
    background: var(--pink-dark);
    transform: translateY(-2px);
}

.button-outline {
    border: 1px solid var(--pink);
    color: var(--pink-dark);
    background: transparent;
}

.button-outline:hover {
    background: var(--pink-pale);
    transform: translateY(-2px);
}


/* =========================
   HEADER
========================= */

.header {
    background: rgba(255, 249, 246, 0.96);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(240, 217, 214, 0.6);
}

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

.logo-link img {
    width: 190px;
    height: auto;
}

.navigation {
    display: flex;
    align-items: center;
    gap: 27px;
    font-size: 0.78rem;
    color: #5D5555;
}

.navigation a:hover {
    color: var(--pink);
}

.header-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--pink);
    color: white;
    padding: 11px 19px;
    border-radius: 30px;
    font-size: 0.78rem;
    font-weight: 600;
}


/* =========================
   HERO
========================= */

.hero {
    position: relative;
    padding: 90px 0 100px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 0% 80%,
            rgba(237, 226, 241, 0.9),
            transparent 25%
        ),
        radial-gradient(
            circle at 100% 20%,
            rgba(248, 217, 217, 0.75),
            transparent 28%
        ),
        var(--cream);
}

.hero-content {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 70px;
    align-items: center;
}

.hero-text {
    max-width: 620px;
}

.hero-description {
    max-width: 560px;
    font-size: 1.02rem;
    margin: 28px 0 30px;
}

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

.hero-location {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 23px;
    color: var(--lavender);
    font-size: 0.78rem;
    font-weight: 600;
}

.location-icon {
    color: var(--pink);
    font-size: 1.2rem;
}

.hero-photo {
    position: relative;
}

.photo-frame {
    background: white;
    padding: 9px;

    border-radius:
        50% 50% 48% 52% /
        48% 48% 52% 52%;

    box-shadow: 0 25px 60px rgba(99, 67, 67, 0.10);
}

.hero-photo img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    object-position: center 25%;

    border-radius:
        48% 52% 48% 52% /
        48% 48% 52% 52%;
}

.decorative-dot {
    position: absolute;
    border-radius: 50%;
}

.dot-one {
    width: 13px;
    height: 13px;
    background: var(--pink);
    right: -25px;
    top: 30%;
}

.dot-two {
    width: 8px;
    height: 8px;
    background: var(--lavender);
    right: -45px;
    top: 34%;
}

.organic-shape {
    position: absolute;
    border-radius: 50%;
}

.shape-one {
    width: 190px;
    height: 190px;
    background: rgba(248, 217, 217, 0.45);
    left: -90px;
    bottom: 20px;
}

.shape-two {
    width: 150px;
    height: 150px;
    background: rgba(237, 226, 241, 0.55);
    right: -70px;
    top: 30px;
}


/* =========================
   TÍTULOS CENTRAIS
========================= */

.center-heading {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 55px;
}

.center-heading h2 {
    max-width: 720px;
    margin: auto;
}

.little-heart {
    color: var(--pink);
    font-size: 1.4rem;
    margin-top: 10px;
}


/* =========================
   SINAIS
========================= */

.signs {
    background: white;
    padding: 95px 0;
}

.signs-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.sign-card {
    text-align: center;
    padding: 10px;
}

.icon-circle {
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--pink-pale);
    color: var(--pink);

    font-size: 1.5rem;
}

.sign-card:nth-child(2) .icon-circle,
.sign-card:nth-child(5) .icon-circle {
    background: var(--lavender-light);
    color: var(--lavender);
}

.sign-card:nth-child(3) .icon-circle {
    background: var(--teal-light);
    color: var(--teal);
}

.sign-card h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 9px;
}

.sign-card p {
    font-size: 0.73rem;
    line-height: 1.5;
}


/* =========================
   SERVIÇOS
========================= */

.services {
    padding: 105px 0;
    background: var(--cream);
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    align-items: end;
    margin-bottom: 50px;
}

.section-heading > div {
    max-width: 600px;
}

.section-heading > p {
    max-width: 390px;
    font-size: 0.9rem;
}

.services-layout {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 28px;
    align-items: stretch;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
}

.service-card {
    position: relative;

    padding: 27px;

    background: white;

    border: 1px solid var(--line);
    border-radius: 18px;

    min-height: 235px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 35px rgba(100, 70, 70, 0.08);
}

.service-number {
    position: absolute;
    top: 22px;
    right: 25px;

    color: var(--pink);

    font-size: 0.68rem;
    font-weight: 700;
}

.service-icon {
    width: 43px;
    height: 43px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--pink-pale);
    color: var(--pink);

    font-size: 1.25rem;

    margin-bottom: 18px;
}

.service-card:nth-child(2) .service-icon,
.service-card:nth-child(5) .service-icon {
    background: var(--lavender-light);
    color: var(--lavender);
}

.service-card:nth-child(3) .service-icon,
.service-card:nth-child(6) .service-icon {
    background: var(--teal-light);
    color: var(--teal);
}

.service-card h3 {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.96rem;
    font-weight: 700;

    margin-bottom: 9px;

    max-width: 230px;
}

.service-card p {
    font-size: 0.75rem;
    line-height: 1.55;
}

.service-photo {
    position: relative;

    min-height: 100%;

    background: white;

    border-radius: 20px;

    overflow: hidden;
}

.service-photo img {
    width: 100%;
    height: 100%;
    min-height: 480px;

    object-fit: cover;
    object-position: center;
}

.home-badge {
    position: absolute;

    bottom: 25px;
    left: 25px;
    right: 25px;

    background: rgba(185, 155, 203, 0.95);

    color: white;

    padding: 14px 18px;

    border-radius: 15px;

    display: flex;
    gap: 12px;
    align-items: center;

    box-shadow: 0 10px 25px rgba(80, 60, 80, 0.12);
}

.home-badge > span {
    font-size: 1.4rem;
}

.home-badge strong {
    display: block;
    font-size: 0.8rem;
}

.home-badge small {
    display: block;
    font-size: 0.68rem;
    opacity: 0.9;
}


/* =========================
   SOBRE MIM
========================= */

.about {
    padding: 100px 0;

    background:
        linear-gradient(
            90deg,
            #FCECEA 0%,
            #FCECEA 58%,
            #FDF8F6 58%,
            #FDF8F6 100%
        );
}

.about-content {
    display: grid;

    grid-template-columns:
        0.65fr
        1fr
        0.45fr;

    gap: 45px;

    align-items: center;
}

.about-photo {
    position: relative;
}

.about-photo img {
    width: 100%;
    height: 390px;

    object-fit: cover;
    object-position: center top;

    border-radius: 24px;
}

.about-decoration {
    position: absolute;

    width: 100px;
    height: 100px;

    border-radius: 50%;

    border: 2px solid rgba(233, 137, 147, 0.35);

    left: -25px;
    bottom: -25px;

    z-index: 0;
}

.about-text {
    position: relative;
    z-index: 2;
}

.about-text h2 {
    margin-bottom: 25px;
}

.about-text h2 strong {
    color: var(--pink);
    font-weight: 500;
}

.about-text p {
    max-width: 600px;

    font-size: 0.86rem;

    margin-bottom: 15px;
}

.about-text p strong {
    color: var(--text);
    font-weight: 700;
}

.about-highlight {
    display: flex;

    align-items: center;

    gap: 15px;

    margin: 28px 0;

    padding: 20px 22px;

    background: rgba(255, 255, 255, 0.75);

    border-left: 3px solid var(--pink);

    border-radius: 0 15px 15px 0;
}

.about-highlight > span {
    flex-shrink: 0;

    color: var(--pink);

    font-size: 1.4rem;
}

.about-highlight p {
    margin: 0;

    color: var(--text);

    font-family: 'Playfair Display', serif;

    font-size: 1.02rem;

    line-height: 1.5;
}


/* =========================
   FRASE LATERAL
========================= */

.about-quote {
    text-align: center;
    padding: 20px;
}

.quote-mark {
    display: block;

    font-family: Georgia, serif;

    color: var(--pink);

    font-size: 4rem;

    line-height: 0.7;
}

.about-quote p {
    font-family: 'Playfair Display', serif;

    color: var(--text);

    font-size: 1.2rem;

    line-height: 1.5;
}

.quote-heart {
    color: var(--pink);

    display: block;

    margin-top: 12px;
}


/* =========================
   FORMAÇÃO
========================= */

.formation {
    grid-column: 1 / -1;

    margin-top: 35px;

    padding-top: 55px;

    border-top:
        1px solid
        rgba(233, 137, 147, 0.22);
}

.formation-heading {
    text-align: center;

    margin-bottom: 28px;
}

.formation-heading .eyebrow {
    margin-bottom: 0;
}

.formation-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 14px;
}

.formation-card {
    position: relative;

    min-height: 155px;

    padding: 25px 22px;

    background:
        rgba(255, 255, 255, 0.75);

    border:
        1px solid
        rgba(233, 137, 147, 0.18);

    border-radius: 18px;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.formation-card:hover {
    transform: translateY(-4px);

    box-shadow:
        0 12px 28px
        rgba(100, 70, 70, 0.07);
}

.formation-number {
    display: block;

    margin-bottom: 18px;

    color: var(--pink);

    font-size: 0.62rem;

    font-weight: 700;

    letter-spacing: 1px;
}

.formation-card h3 {
    font-family: 'DM Sans', sans-serif;

    font-size: 0.9rem;

    font-weight: 700;

    line-height: 1.35;

    margin-bottom: 8px;
}

.formation-card p {
    font-size: 0.7rem;

    line-height: 1.5;
}


/* =========================
   PROCESSO
========================= */

.process {
    padding: 95px 0;

    background: white;
}

.process-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    position: relative;
}

.process-grid::before {
    content: "";

    position: absolute;

    top: 38px;

    left: 12%;
    right: 12%;

    border-top:
        1px dashed
        #E8B9BA;

    z-index: 0;
}

.process-item {
    position: relative;

    text-align: center;

    padding: 0 25px;

    z-index: 1;
}

.process-number {
    width: 29px;
    height: 29px;

    margin: 0 auto 12px;

    background: var(--pink);

    color: white;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 0.65rem;

    font-weight: 700;
}

.process-icon {
    width: 60px;
    height: 60px;

    margin: 0 auto 20px;

    border-radius: 50%;

    background: white;

    border:
        1px solid
        #F1CDCD;

    display: flex;

    align-items: center;
    justify-content: center;

    color: var(--pink);

    font-size: 1.25rem;
}

.process-item h3 {
    font-family: 'DM Sans', sans-serif;

    font-size: 0.95rem;

    font-weight: 700;

    margin-bottom: 8px;
}

.process-item p {
    font-size: 0.73rem;

    line-height: 1.55;
}


/* =========================
   FAQ
========================= */

.faq {
    padding: 95px 0;

    background: var(--cream-dark);
}

.faq-content {
    display: grid;

    grid-template-columns:
        0.7fr
        1.3fr;

    gap: 90px;

    align-items: start;
}

.faq-title h2 {
    max-width: 400px;
}

.faq-flower {
    color: var(--lavender);

    font-size: 2rem;

    margin-top: 35px;
}

.faq-list {
    background: white;

    border-radius: 20px;

    padding: 10px 28px;
}

details {
    border-bottom:
        1px solid
        var(--line);

    padding: 20px 0;
}

details:last-child {
    border-bottom: none;
}

summary {
    cursor: pointer;

    list-style: none;

    display: flex;

    justify-content: space-between;

    gap: 20px;

    font-size: 0.9rem;

    font-weight: 600;
}

summary::-webkit-details-marker {
    display: none;
}

summary span {
    color: var(--pink);

    font-size: 1.2rem;
}

details p {
    font-size: 0.8rem;

    margin-top: 12px;

    max-width: 700px;
}


/* =========================
   INSTAGRAM
========================= */

.instagram {
    position: relative;

    overflow: hidden;

    padding: 90px 0;

    text-align: center;

    background:
        radial-gradient(
            circle at 15% 50%,
            rgba(248, 217, 217, 0.8),
            transparent 20%
        ),
        radial-gradient(
            circle at 85% 50%,
            rgba(237, 226, 241, 0.9),
            transparent 22%
        ),
        white;
}

.instagram-content {
    max-width: 650px;

    margin: auto;

    position: relative;

    z-index: 2;
}

.instagram-content h2 {
    margin-bottom: 15px;
}

.instagram-content p {
    font-size: 0.9rem;

    max-width: 520px;

    margin: 0 auto 28px;
}

.instagram-button {
    display: inline-flex;

    padding: 12px 24px;

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

    border-radius: 30px;

    color: var(--pink-dark);

    font-size: 0.8rem;

    font-weight: 600;
}

.instagram-decoration {
    position: absolute;

    width: 170px;
    height: 170px;

    border-radius: 50%;

    border:
        1px solid
        rgba(233, 137, 147, 0.25);
}

.decoration-left {
    left: -70px;
    top: 20px;
}

.decoration-right {
    right: -70px;
    bottom: 20px;

    border-color:
        rgba(185, 155, 203, 0.35);
}


/* =========================
   CTA FINAL
========================= */

.final-cta {
    background: #FCE7E4;

    padding: 65px 0;
}

.final-cta-content {
    display: grid;

    grid-template-columns:
        1fr
        1fr;

    gap: 70px;

    align-items: center;
}

.final-cta h2 {
    max-width: 600px;
}

.final-cta p {
    max-width: 480px;

    font-size: 0.86rem;

    margin-bottom: 22px;
}

.final-cta small {
    display: block;

    margin-top: 14px;

    color: var(--lavender);

    font-size: 0.72rem;

    font-weight: 600;
}


/* =========================
   FOOTER
========================= */

.footer {
    background: white;

    padding: 40px 0 20px;

    border-top:
        1px solid
        var(--line);
}

.footer-content {
    display: grid;

    grid-template-columns:
        1fr
        1fr
        1fr;

    gap: 40px;

    align-items: center;
}

.footer-brand img {
    width: 155px;
}

.footer-info {
    display: flex;

    flex-direction: column;

    gap: 5px;

    font-size: 0.72rem;

    color: var(--text-light);
}

.footer-contact {
    display: flex;

    flex-direction: column;

    gap: 8px;

    align-items: flex-end;

    font-size: 0.75rem;

    color: var(--pink-dark);
}

.footer-bottom {
    margin-top: 30px;

    padding-top: 18px;

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

    text-align: center;

    font-size: 0.65rem;

    color: #9B9090;
}


/* =========================
   TABLET
========================= */

@media (max-width: 1000px) {

    .navigation {
        display: none;
    }

    .header-content {
        justify-content: space-between;
    }

    .signs-grid {
        grid-template-columns:
            repeat(3, 1fr);

        row-gap: 35px;
    }

    .services-layout {
        grid-template-columns: 1fr;
    }

    .service-photo {
        min-height: 400px;
    }

    .service-photo img {
        min-height: 400px;
    }

    .about-content {
        grid-template-columns:
            0.7fr
            1fr;
    }

    .about-quote {
        grid-column: 1 / -1;

        max-width: 450px;

        margin: auto;
    }

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

    .faq-content {
        grid-template-columns: 1fr;

        gap: 40px;
    }
}


/* =========================
   CELULAR
========================= */

@media (max-width: 700px) {

    .container {
        width: min(92%, 540px);
    }

    .header-content {
        min-height: 75px;
    }

    .logo-link img {
        width: 155px;
    }

    .header-button {
        padding: 9px 13px;

        font-size: 0.7rem;
    }

    .hero {
        padding: 55px 0 70px;
    }

    .hero-content {
        grid-template-columns: 1fr;

        gap: 45px;
    }

    .hero-photo {
        order: -1;
    }

    .hero-photo img {
        height: 390px;
    }

    .hero-buttons {
        flex-direction: column;

        align-items: stretch;
    }

    .button {
        width: 100%;
    }

    h1 {
        font-size: 3.2rem;
    }

    h2 {
        font-size: 2.35rem;
    }

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

        gap: 30px 10px;
    }

    .section-heading {
        display: block;
    }

    .section-heading > p {
        margin-top: 20px;
    }

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

    .service-card {
        min-height: auto;
    }

    .service-photo {
        min-height: 360px;
    }

    .service-photo img {
        min-height: 360px;
    }

    .about {
        background: #FCECEA;
    }

    .about-content {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    .about-photo {
        order: -1;
    }

    .about-photo img {
        height: 400px;
    }

    .about-quote {
        grid-column: auto;
    }

    .formation {
        grid-column: auto;

        margin-top: 10px;

        padding-top: 40px;
    }

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

    .formation-card {
        min-height: auto;
    }

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

        gap: 35px 10px;
    }

    .process-grid::before {
        display: none;
    }

    .process-item {
        padding: 0 10px;
    }

    .final-cta-content {
        grid-template-columns: 1fr;

        gap: 25px;
    }

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

        gap: 20px;
    }

    .footer-contact {
        align-items: flex-start;
    }
}


/* =========================
   CELULAR PEQUENO
========================= */

@media (max-width: 420px) {

    .header-button {
        display: none;
    }

    .logo-link img {
        width: 145px;
    }

    h1 {
        font-size: 2.8rem;
    }

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

    .sign-card p {
        font-size: 0.68rem;
    }

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

}