:root {
    --brand: #f6c1c8;
    --brand-dark: #e9aab3;
    --ink: #2f3540;
    --accent: #d4af37;
}

body {
    font-family: Raleway, system-ui, -apple-system, Segoe UI, Roboto;
    color: #565e66;
}

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

h1, h2, h3 {
    font-family: Playfair Display, serif;
    color: var(--ink);
}

.badge-soft {
    white-space: normal;
    text-align: center;
}

.btn-brand {
    background: var(--brand);
    border: none;
}

.btn-brand:hover {
    background: var(--brand-dark);
}

.hero {
    background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('/assets/roses-mobile.webp') 40%/cover no-repeat;
    color: #fff;
    padding: 4rem 0 2.5rem;
}

.hero .top {
    min-height: 75vh;
}

@media (min-width: 992px) {
    .hero {
        min-height: 88vh;
        display: flex;
        align-items: center;
        background: linear-gradient(rgba(0, 0, 0, .35), rgba(0, 0, 0, .35)), url('/assets/roses-desktop.webp') center/cover no-repeat;
    }

    .hero .top {
        min-height: unset;
    }
}

.hero .card {
    background: rgba(255, 255, 255, .95);
    border: 0;
}

.badge-soft {
    background: rgba(212, 175, 55, .12);
    color: #fff;
    border: 1px solid rgba(212, 175, 55, .35)
}

.feature {
    display: flex;
    align-items: center;
    gap: .25rem;
}

.feature i {
    font-size: 1.25rem;
    color: var(--brand-dark);
}


.description {
    background: linear-gradient(180deg, #fff 0%, #fff7f8 50%, #fff 100%);
}

.description p {
    line-height: 2rem;
}

.price-card {
    border: 1px solid #f1e9ea;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .05);
    background: #fff;
}

.price-card.recommended {
    border-color: var(--brand);
    transform: translateY(-2px);
}

.testimonial {
    border-left: 4px solid var(--brand);
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .05)
}

.section-soft {
    background: #fff7f8;
}

.guarantee {
    background: #fff;
    border: 1px dashed var(--brand-dark);
}

.text-accent {
    color: var(--accent);
}

.lead {
    font-size: 1.05rem;
}

@media (max-width: 575.98px) {
    .display-5 {
        font-size: 1.9rem;
    }

    .lead {
        font-size: 1rem;
    }

    .btn-lg {
        padding: .8rem 1rem;
        font-size: 1rem;
    }
}

.form-control {
    padding: .75rem .9rem;
}

textarea {
    resize: none;
}

.btn {
    min-height: 48px;
}

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

.icon-list li {
    display: flex;
    gap: .2rem;
    align-items: center;
}

.f-link a {
    color: var(--ink);
    font-size: 10.0pt;
    text-decoration: underline;
}

.f-link small {
    color: var(--ink);
    font-size: 10.0pt;
    text-decoration: underline;
    cursor: pointer;
}

.f-logo {
    margin: 0 auto;
}

.acuarela-swap {
    position: relative;
    overflow: hidden;
}

.acuarela-swap .swap {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acuarela-swap .top {
    opacity: 0;
}

.acuarela-swap.play .top {
    animation: crossfade 6s ease-in-out infinite;
}

@keyframes crossfade {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.accordion {
    --bs-accordion-active-color: var(--ink);
    --bs-accordion-active-bg: var(--brand);
    --bs-accordion-btn-focus-box-shadow: none;
}

.wdmb-ad-slot {
    position: relative;
    min-height: 280px;
    width: 95%;
    max-width: 728px;
    margin: 1.5rem auto;
    overflow: hidden;
    isolation:isolate;
}

.wdmb-ad-slot .icon {
    font-size: 1.25rem;
    color: var(--brand-dark);
}

.wdmb-ad-slot .wdmb-ad-placeholder {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #fff 0%, #fff7f8 50%, #fff 100%);
    border: 1px dashed #c9c2b8;
    border-radius: 10px;
    z-index: 1;
}

.wdmb-ad-slot .wdmb-ad-placeholder a {
    text-decoration: none;
    color: var(--text-main);
    text-align: center;
    padding: 0 1rem;
}

.wdmb-ad-slot ins.adsbygoogle {
    position: relative;
    z-index: 2;
}