@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Satisfy&display=swap');

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

body {
    background-color: #fff;
}

h1 {
    font-family: 'Playfair', serif;
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 1000;
}

h2 {
    font-size: clamp(26px, 4vw, 45px)
}

#first-span {
    font-family: 'Dancing Script', cursive;
}

p {
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    font-size: clamp(15px, 3vw, 16px);
}

a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

#hero {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: top;
    height: 100dvh;
    background-image: url('../assets/fundo2.webp');
    background-size: cover;
    background-position: bottom right;
    padding: 40px;
}

#logo {
    width: clamp(100px, 20vw, 250px);
    margin-top: 20px;
    margin-bottom: -50px;
    position: relative;
}

.hero-copy {
    width: 1180px;
    gap: clamp(10px 2vw 30px);
    margin: 0 auto ;
}

.hero-text {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: top;
    margin-top: 100px;
    padding: 20px;
    width: 100%;
    max-width: 590px;
}

.hero-title {
    color: #d43777;
}

.hero-subtitle {
    font-weight: bold;
    color: #d43777;
    margin-top: 50px;
    width: 100%;
    max-width: 600px;
}

#cta-button {
    display: inline-block;
    margin-top: 50px;
    margin-left: 25px;
    padding: 12px 24px;
    background-color: #d43777;
    color: #fff;
    width: clamp(180px, 30vw, 350px);
    text-align: center;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}

#services {
    display: flex;
    flex-direction: column;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(254, 169, 198, 0.4));
    padding: 70px 0;
    gap: 60px;
}

.services-title {
    padding-left: 100px;
    color: #d43777;
    margin-top: -65px;
}

.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0px 50px;
    gap: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(10px, 2vw, 18px);
    max-width: 240px;
    padding: 22px;
    margin: 10px;
    border: 1px solid #fea9c6;
    border-radius: 10px;
    background-color: #fea9c6;
    color: #f5f5f5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.card h2 {
    font-size: clamp(18px, 3vw, 20px);
    text-align: center;
}

.card p {
    font-size: clamp(14px, 2vw, 14px);
    text-align: center;
}

#about {
    color: #fff;
    background: linear-gradient(to bottom, rgba(254, 169, 198, 0.4), rgba(202, 77, 122, 0.7));
    min-height: 100vh;
}

.about-title {
    color: #d43777;
    padding-left: 100px;
    font-size: clamp(26px, 4vw, 40px);
    line-height: 1;
}

.about-wrapper {
    width: min(1180px, 100%);
    margin: 50px auto;
}

.about-container {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    align-items: center;
    gap: clamp(45px, 7vw, 100px);
}

.about-text {
    max-width: 650px;
    padding: 40px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    box-shadow: 0 24px 70px rgba(117, 29, 62, 0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.about-text h2 {
    max-width: 540px;
    margin: 0 0 24px;
    line-height: 1.12;
}

.about-text p {
    margin: 0 0 16px;
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

.about-image {
    position: relative;
}

.about-image::before {
    content: "";
    position: absolute;
    inset: 28px -18px -18px 28px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 28px;
    z-index: 0;
}

.about-image img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-height: 610px;
    object-fit: cover;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(93, 18, 47, 0.22);
}

#contacts {
    background: linear-gradient(rgba(202, 77, 122, 0.7), rgba(202, 77, 122, 1));
    color: #fff;
}

.contact-title {
    padding-left: 50px;
    margin-bottom: 70px;
}

.contact-wrapper {
    display: flex;
    flex-direction: column;
    width: min(1180px, 100%);
    min-height: calc(100vh - 100px);
    margin: -100px auto 0;
}

.contact-container {
    display: grid;
    flex: 1;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: clamp(50px, 8vw, 120px);
    margin: 0 auto;
}

.contact-copy {
    max-width: 590px;
}

.contact-label {
    display: inline-block;
    margin-bottom: 50px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.contact-copy h2 {
    margin: 0 0 25px;
    line-height: 1.06;
}

.contact-copy p {
    max-width: 540px;
    margin: 0 0 35px;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.82);
}


.contact-info {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    padding: 22px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 20px;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 20px 45px rgba(90, 21, 50, 0.12);
    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.contact-card img {
    width: 50px;
    border-radius: 100px;
}

.contact-card:hover {
    transform: translateX(7px);
    background: rgba(255, 255, 255, 0.19);
}

.contact-card div:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-card div:nth-child(2) span {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.68);
}

.contact-card strong {
    font-size: 17px;
}

.contact-arrow {
    font-size: 22px;
    color: rgba(255, 255, 255, 0.75);
}

@media (max-width: 768px) {
    header {
        display: none;
    }

    #hero {
        height: 100dvh;
        background-image: 
            linear-gradient(rgba(254, 169, 198, 0.8), rgba(254, 169, 198, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2)),
            url('../assets/fundo2.webp');
        background-size: cover;
        background-position: top right 14%;
        align-items: center;
        margin: 10px;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .hero-copy {
        margin: 0;
        padding: 0 auto 30px;
        width: 100%;
    }

    .hero-text {
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: top;
        margin-top: 100px;
        padding: 0;
        width: 100%;
        max-width: 900px;
    }

    .hero-subtitle {
        margin-top: 70px;
        margin-bottom: 10px;
        width: 50%;
    }

    #logo {
        margin-top: 5px;
    }

    #cta-button {
        margin-top: 80px 0;
        border-radius: 12px;
    }

    .services-title {
        padding-left: 35px;
    }

    #about {
        min-height: auto;
        padding: 70px 24px;
    }

    .about-title {
        padding-left: 10px;
    }

    .about-container {
        margin-top: 40px;
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .about-text {
        padding: 28px 24px;
        border-radius: 20px;
    }

    .about-text p {
        font-size: 16px;
        line-height: 1.65;
    }

    .about-image {
        display: none;
    }

    #contacts {
        padding: 65px 24px 25px;
    }

    .contact-title {
        padding-left: 10px;
    }

    .contact-wrapper {
        min-height: auto;
        margin: 0 auto ;
    }

    .contact-header {
        margin-bottom: 45px;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .contact-copy h2 {
        font-size: 28px;
    }

    .contact-copy p {
        font-size: 16px;
        line-height: 1.65;
    }

    .contact-button {
        width: 100%;
    }

    .contact-card {
        padding: 18px;
        gap: 14px;
    }

    .contact-icon {
        width: 46px;
        height: 46px;
    }

    .contact-card strong {
        font-size: 15px;
    }

    .contact-footer {
        flex-direction: column;
        margin-top: 50px;
    }
}
