:root {
    --green: #1f4c27;
    --green2: #456c38;
    --cream: #f7efe4;
    --cream2: #fffaf1;
    --text: #223024;
    --muted: #6b6b5f;
    --border: rgba(31, 76, 39, .22);
    --shadow: 0 20px 60px rgba(31, 76, 39, .14)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    color: var(--text);
    background: radial-gradient(circle at top left, rgba(69, 108, 56, .12), transparent 30%), linear-gradient(180deg, var(--cream2), var(--cream))
}

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

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

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px clamp(18px, 5vw, 70px);
    background: rgba(255, 250, 241, .86);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--border)
}

.brand {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 700;
    color: var(--green)
}

nav {
    display: flex;
    gap: 24px;
    font-weight: 700;
    font-size: 14px;
    color: var(--green)
}

.hero {
    min-height: calc(100vh - 78px);
    display: grid;
    grid-template-columns: 1fr minmax(300px, 460px);
    align-items: center;
    gap: clamp(28px, 6vw, 80px);
    padding: 54px clamp(18px, 6vw, 90px)
}

.eyebrow {
    display: inline-flex;
    padding: 10px 16px;
    border: 1px solid var(--border);
    border-radius: 999px;
    color: var(--green);
    font-weight: 800;
    background: rgba(255, 255, 255, .55)
}

h1,
h2,
h3,
p {
    margin-top: 0
}

h1 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(48px, 7vw, 96px);
    line-height: .92;
    color: var(--green);
    margin: 24px 0
}

.hero p {
    font-size: clamp(18px, 2.2vw, 25px);
    line-height: 1.6;
    color: var(--muted);
    max-width: 680px
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 15px 24px;
    border-radius: 999px;
    font-weight: 800;
    transition: .2s
}

.btn:hover {
    transform: translateY(-2px)
}

.btn-primary {
    color: white;
    background: linear-gradient(135deg, var(--green), var(--green2));
    box-shadow: 0 12px 32px rgba(31, 76, 39, .25)
}

.btn-secondary {
    color: var(--green);
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, .58)
}

.hero-card {
    border: 1px solid var(--border);
    border-radius: 26px;
    padding: 12px;
    background: rgba(255, 255, 255, .54);
    box-shadow: var(--shadow);
    width: 100%;
    height: auto;
}

.hero-card img {
    border-radius: 26px;
    aspect-ratio: 9/16;
    object-fit: cover
}

.section {
    padding: 80px clamp(18px, 6vw, 90px)
}

.section-soft {
    background: rgba(255, 255, 255, .38);
    border-block: 1px solid var(--border)
}

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

.section-title span {
    display: inline-flex;
    padding: 10px 22px;
    border-radius: 999px;
    background: var(--green);
    color: white;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 800
}

.section-title h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(38px, 5vw, 68px);
    color: var(--green);
    margin: 16px 0 0
}

.cards {
    display: grid;
    gap: 26px;
    max-width: 1120px;
    margin: 0 auto
}

.two-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.three-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.card,
.tech-card,
.contact-box {
    border: 1px solid var(--border);
    border-radius: 28px;
    background: rgba(255, 250, 241, .8);
    box-shadow: 0 12px 36px rgba(31, 76, 39, .08)
}

.card {
    padding: clamp(26px, 4vw, 42px)
}

.icon {
    width: 64px;
    height: 64px;
    border: 2px solid var(--green);
    color: var(--green);
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 28px;
    margin-bottom: 20px
}

.card h3,
.tech-card h3 {
    color: var(--green);
    font-size: clamp(25px, 3vw, 30px);
    line-height: 1.05;
    text-transform: uppercase;
    margin-bottom: 16px
}

.card p {
    font-size: clamp(18px, 2vw, 24px);
    line-height: 1.55;
    color: #2e302d
}

.tech-card {
    overflow: hidden;
    text-align: center
}

.tech-image {
    height: 210px;
    background-image: url('arte-massoterapia.png');
    background-size: 300%;
    border-bottom: 1px solid var(--border)
}

.cups {
    background-image: url(assets/ventosa.png);
    background-position: center;
    background-size: cover;
}

.mocha {
    background-image: url(assets/mocha.png);
    background-position: center;
    background-size: cover;
}

.infrared {
    background-image: url(assets/infrared.png);
    background-position: center;
    background-size: cover;
}

.tech-card h3 {
    margin: 0;
    padding: 22px 12px;
    font-size: clamp(24px, 3vw, 34px)
}

.benefits {
    margin: 80px clamp(18px, 6vw, 90px);
    padding: clamp(28px, 5vw, 52px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-radius: 34px;
    color: white;
    background: linear-gradient(135deg, var(--green), var(--green2));
    box-shadow: var(--shadow)
}

.benefits h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(36px, 5vw, 62px);
    margin-bottom: 8px
}

.benefits p {
    font-size: clamp(17px, 2vw, 22px);
    margin: 0;
    color: rgba(255, 255, 255, .86)
}

.benefits .btn-primary {
    background: white;
    color: var(--green);
    box-shadow: none
}

.contact {
    padding: 40px clamp(18px, 6vw, 90px) 90px
}

.contact-box {
    max-width: 900px;
    margin: 0 auto;
    padding: clamp(28px, 5vw, 54px);
    text-align: center
}

.contact-box h2 {
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(42px, 6vw, 72px);
    color: var(--green);
    margin-bottom: 12px
}

.contact-box>p {
    color: var(--muted);
    font-size: 20px;
    line-height: 1.5
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 32px 0
}

.contact-grid div {
    padding: 22px;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: rgba(255, 255, 255, .55)
}

.contact-grid span {
    display: block;
    color: var(--muted);
    font-weight: 700;
    margin-bottom: 8px
}

.contact-grid strong {
    display: block;
    color: var(--green);
    font-size: clamp(20px, 3vw, 30px)
}

.full {
    width: 100%
}

.floating-whatsapp {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 30;
    padding: 14px 18px;
    border-radius: 999px;
    background: #1f7a34;
    color: white;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .18)
}

footer {
    padding: 26px;
    text-align: center;
    color: rgba(255, 255, 255, .86);
    background: var(--green)
}

footer p {
    margin: 0
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: .65s
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0)
}

@media(max-width:900px) {
    nav {
        display: none
    }

    .hero {
        grid-template-columns: 1fr;
        padding-top: 32px
    }

    .hero-card {
        max-width: 420px;
        margin: 0 auto
    }

    .two-columns,
    .three-columns,
    .contact-grid {
        grid-template-columns: 1fr
    }

    .benefits {
        flex-direction: column;
        align-items: flex-start
    }

    .benefits .btn {
        width: 100%
    }
}

@media(max-width:520px) {
    .topbar {
        padding: 14px 18px
    }

    .hero,
    .section,
    .contact {
        padding-inline: 16px
    }

    .btn {
        width: 100%
    }

    .tech-image {
        height: 180px
    }

    .floating-whatsapp {
        left: 18px;
        right: 18px;
        text-align: center
    }
}