/* /Components/Landing/LandingBackground.razor.rz.scp.css */
.landing-bg[b-3k8pev0k3a] {
    position: fixed;
    inset: 0;
    background: transparent;
    z-index: -1;
}

.landing-bg-shapes[b-3k8pev0k3a] {
    position: absolute;
    inset: 0;
}

.landing-shape[b-3k8pev0k3a] {
    position: absolute;
    border-radius: 999px;
    opacity: 0.08;
    background: rgba(229, 57, 53, 0.08);
    animation: lp-float-b-3k8pev0k3a 14s ease-in-out infinite;
}

.landing-shape:nth-child(1)[b-3k8pev0k3a] {
    width: 120px;
    height: 120px;
    left: 8%;
    top: 20%;
    animation-delay: 0s;
}

.landing-shape:nth-child(2)[b-3k8pev0k3a] {
    width: 160px;
    height: 160px;
    left: 75%;
    top: 12%;
    background: rgba(245, 124, 0, 0.08);
    animation-delay: 3s;
}

.landing-shape:nth-child(3)[b-3k8pev0k3a] {
    width: 90px;
    height: 90px;
    left: 15%;
    top: 70%;
    background: rgba(229, 57, 53, 0.06);
    animation-delay: 5s;
}

.landing-shape:nth-child(4)[b-3k8pev0k3a] {
    width: 140px;
    height: 140px;
    left: 78%;
    top: 70%;
    background: rgba(245, 124, 0, 0.06);
    animation-delay: 2s;
}

@keyframes lp-float-b-3k8pev0k3a {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-18px);
    }
}
/* /Components/Landing/LandingContact.razor.rz.scp.css */
.lp-contact-card[b-7w2oukedk9] {
    background: #ffffff !important;
    border: 1px solid rgba(31, 31, 31, 0.08) !important;
    border-radius: 24px !important;
    box-shadow: 0 18px 36px rgba(31, 31, 31, 0.08) !important;
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.lp-contact-card[b-7w2oukedk9]::before,
.lp-contact-card[b-7w2oukedk9]::after {
    content: none !important;
}

.lp-contact-icon[b-7w2oukedk9] {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 124, 0, 0.12);
}

.lp-contact-details[b-7w2oukedk9] {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(31, 31, 31, 0.08);
    width: 100%;
}

.lp-btn-warm[b-7w2oukedk9] {
    background: #f57c00;
    box-shadow: 0 12px 24px rgba(245, 124, 0, 0.2);
}

.lp-btn-warm:hover[b-7w2oukedk9] {
    box-shadow: 0 16px 28px rgba(245, 124, 0, 0.28);
}

@media (max-width: 600px) {
.lp-contact-section[b-7w2oukedk9] {
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.lp-contact-card[b-7w2oukedk9] {
        padding: 2.5rem 1.5rem;
    }
}
/* /Components/Landing/LandingFeatures.razor.rz.scp.css */
.lp-feature-card[b-yb4c8i8c47] {
    background: #ffffff !important;
    border: 1px solid rgba(31, 31, 31, 0.08) !important;
    border-radius: 22px !important;
    box-shadow: 0 18px 36px rgba(31, 31, 31, 0.06) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 260px;
    width: 100%;
    padding: 2rem 2rem 2.25rem;
}

.lp-feature-head[b-yb4c8i8c47] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    justify-content: flex-start;
}

.lp-feature-icon[b-yb4c8i8c47] {
    background: linear-gradient(135deg, rgba(198, 40, 40, 0.12), rgba(245, 124, 0, 0.12));
    border-radius: 14px;
    padding: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    color: var(--lp-accent) !important;
}

.lp-feature-icon .mud-icon-root[b-yb4c8i8c47],
.lp-feature-icon .mud-svg-icon[b-yb4c8i8c47],
.lp-feature-icon svg[b-yb4c8i8c47],
.lp-feature-icon svg path[b-yb4c8i8c47] {
    color: inherit !important;
    fill: currentColor !important;
}

.lp-feature-title[b-yb4c8i8c47] {
    color: #1f1f1f !important;
    font-weight: 600;
}

.lp-feature-card:hover[b-yb4c8i8c47] {
    transform: translateY(-4px);
    border-color: rgba(198, 40, 40, 0.2) !important;
    box-shadow: 0 22px 44px rgba(31, 31, 31, 0.08) !important;
}

.lp-feature-card .lp-body-text[b-yb4c8i8c47] {
    color: #4b5563;
}

.lp-features-grid[b-yb4c8i8c47] {
    display: grid;
    grid-template-columns: repeat(3, minmax(240px, 1fr));
    grid-auto-rows: 1fr;
    gap: 1.75rem;
    align-items: stretch;
    margin-top: 2rem;
    width: 100%;
    position: relative;
    z-index: 1;
}

.lp-feature-item[b-yb4c8i8c47] {
    display: flex;
}

@media (max-width: 900px) {
    .lp-features-grid[b-yb4c8i8c47] {
        grid-template-columns: repeat(2, minmax(220px, 1fr));
    }

    .lp-feature-head[b-yb4c8i8c47] {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 600px) {
    .lp-features-grid[b-yb4c8i8c47] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Landing/LandingHero.razor.rz.scp.css */
.lp-hero[b-jrqhfah250] {
    padding: 5.5rem 0 5rem;
    background: #ffffff !important;
    min-height: calc(100vh - 90px);
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    position: relative;
    z-index: 1;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: hidden;
}

.lp-hero[b-jrqhfah250]::before,
.lp-hero[b-jrqhfah250]::after {
    content: none !important;
}

.lp-hero-grid[b-jrqhfah250] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.2rem;
    position: relative;
    z-index: 1;
    max-width: 980px;
    width: 100%;
}

.lp-hero-copy[b-jrqhfah250] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    position: static !important;
    padding: 0 !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
    width: 100%;
}

.lp-hero-title[b-jrqhfah250] {
    font-weight: 700;
    color: #1f1f1f;
    line-height: 1.08;
    letter-spacing: -0.015em;
    font-size: clamp(2.4rem, 2.8vw + 1.3rem, 3.9rem) !important;
    text-wrap: balance;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
    max-width: min(820px, 92vw);
    margin: 0 auto;
}

.lp-hero-subtitle[b-jrqhfah250] {
    color: #5f6368;
    max-width: 720px;
    font-size: clamp(1.1rem, 1.4vw + 0.85rem, 1.45rem);
    line-height: 1.55;
}

.lp-hero-cta[b-jrqhfah250] {
    margin-top: 0.5rem;
}

.hero-content-text[b-jrqhfah250] {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
}

.hero-main-btn[b-jrqhfah250] {
    padding: 1.1rem 2.4rem !important;
    border-radius: 999px !important;
}

@media (min-width: 1100px) {
    .lp-hero[b-jrqhfah250] {
        padding: 5.5rem 0 5rem;
        min-height: calc(100vh - 110px);
        align-items: flex-start;
    }

    .lp-hero-grid[b-jrqhfah250] {
        margin-top: 2.5rem;
        max-width: 1200px;
        gap: 2.6rem;
    }

    .lp-hero-title[b-jrqhfah250] {
        font-size: clamp(3.2rem, 2.6vw + 2rem, 4.8rem) !important;
        max-width: min(980px, 90vw);
    }

    .lp-hero-subtitle[b-jrqhfah250] {
        font-size: clamp(1.35rem, 1.4vw + 1rem, 1.75rem);
        max-width: 860px;
    }

    .hero-main-btn[b-jrqhfah250] {
        padding: 1.3rem 3.1rem !important;
        font-size: 1.1rem;
    }
}

@media (min-width: 1400px) {
    .lp-hero-grid[b-jrqhfah250] {
        margin-top: 3.2rem;
        max-width: 1280px;
    }

    .lp-hero-title[b-jrqhfah250] {
        font-size: clamp(3.6rem, 2.4vw + 2.4rem, 5.2rem) !important;
    }
}

@media (max-width: 900px) {
    .lp-hero[b-jrqhfah250] {
        padding: 4.25rem 0 4rem;
        min-height: calc(100vh - 86px);
    }

    .lp-hero-title[b-jrqhfah250] {
        font-size: 1.35rem !important;
        line-height: 1.22;
    }
}

@media (max-width: 600px) {
    .lp-hero[b-jrqhfah250] {
        padding: 3.5rem 0 3.75rem;
        min-height: calc(100vh - 84px);
    }

    .lp-hero-grid[b-jrqhfah250] {
        padding: 0 0.5rem;
        gap: 1.4rem;
    }

    .lp-hero-title[b-jrqhfah250] {
        font-size: 1.1rem !important;
        line-height: 1.22;
    }

    .lp-hero-subtitle[b-jrqhfah250] {
        font-size: 0.98rem;
    }

    .lp-hero-cta[b-jrqhfah250] {
        margin-top: 0.25rem;
    }
}

@media (max-width: 430px) {
    .lp-hero-title[b-jrqhfah250] {
        font-size: 1rem !important;
        line-height: 1.25;
        max-width: 100%;
    }
}
/* /Components/Landing/LandingNav.razor.rz.scp.css */
.lp-nav[b-f723xh4p55] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 0 2rem;
    background: #ffffff !important;
    border-bottom: 1px solid rgba(31, 31, 31, 0.08) !important;
    box-shadow: 0 10px 30px rgba(31, 31, 31, 0.06) !important;
    backdrop-filter: none !important;
    z-index: 1000;
}

.lp-nav.scrolled[b-f723xh4p55] {
    height: 64px;
    background: #ffffff !important;
    box-shadow: 0 8px 20px rgba(31, 31, 31, 0.08) !important;
    border-bottom: 1px solid rgba(31, 31, 31, 0.08) !important;
}

.lp-nav .nav-logo[b-f723xh4p55] {
    height: 44px;
    width: 44px;
    border-radius: 10px;
}

.lp-nav .nav-logo-link[b-f723xh4p55] {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.lp-nav.scrolled .nav-logo[b-f723xh4p55] {
    height: 36px;
    width: 36px;
}

.lp-nav .nav-link[b-f723xh4p55] {
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.7rem 1.2rem;
    border-radius: 999px;
    transition: all 0.2s ease;
    background: transparent !important;
}

.lp-nav .nav-link[b-f723xh4p55]::before {
    content: none !important;
}

.lp-nav .nav-link:hover[b-f723xh4p55],
.lp-nav .nav-link:focus[b-f723xh4p55] {
    color: #c62828;
    background: rgba(229, 57, 53, 0.08) !important;
    box-shadow: none !important;
}

.lp-nav .nav-link:focus-visible[b-f723xh4p55] {
    outline: 2px solid rgba(198, 40, 40, 0.35);
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(245, 124, 0, 0.2);
}

.lp-nav .nav-link:focus[b-f723xh4p55] {
    outline: none;
    box-shadow: none;
}

.lp-nav .nav-link.active[b-f723xh4p55] {
    color: #ffffff;
    background: #c62828 !important;
}

.nav-toggle[b-f723xh4p55] {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    cursor: pointer;
    margin-left: auto;
}

.nav-toggle-bar[b-f723xh4p55] {
    width: 24px;
    height: 3px;
    background: #c62828;
    border-radius: 999px;
    margin: 3px 0;
    transition: all 0.2s ease;
}

.nav-toggle.active .nav-toggle-bar:nth-child(1)[b-f723xh4p55] {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.active .nav-toggle-bar:nth-child(2)[b-f723xh4p55] {
    opacity: 0;
    transform: translateX(-10px);
}

.nav-toggle.active .nav-toggle-bar:nth-child(3)[b-f723xh4p55] {
    transform: rotate(-45deg) translate(6px, -6px);
}

.nav-links[b-f723xh4p55] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

@media (max-width: 900px) {
    .lp-nav[b-f723xh4p55] {
        justify-content: flex-start;
        padding: 0 1rem;
    }

    .nav-toggle[b-f723xh4p55] {
        display: flex;
    }

    .nav-links[b-f723xh4p55] {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        background: #ffffff !important;
        flex-direction: column;
        gap: 0;
        align-items: stretch;
        padding: 0.75rem 1rem 1.5rem;
        box-shadow: 0 12px 30px rgba(31, 31, 31, 0.08) !important;
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        transition: all 0.2s ease;
    }

    .nav-links.open[b-f723xh4p55] {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto;
    }

    .nav-link[b-f723xh4p55] {
        width: 100%;
        padding: 0.9rem 1rem;
        border-radius: 16px;
        text-align: left;
    }
}
/* /Components/Landing/LandingPricing.razor.rz.scp.css */
.lp-pricing-carousel[b-apdcmh8c4t] {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 72px;
    align-items: center;
    gap: 1.75rem;
    margin-top: 2.5rem;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.lp-carousel-btn[b-apdcmh8c4t] {
    width: 58px;
    height: 58px;
    border-radius: 999px;
    border: 2px solid rgba(198, 40, 40, 0.35);
    background: linear-gradient(135deg, #ffffff, rgba(245, 124, 0, 0.08));
    color: var(--lp-ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 16px 30px rgba(31, 31, 31, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, border-color 0.2s ease;
}

.lp-carousel-btn:disabled[b-apdcmh8c4t] {
    opacity: 0.5;
    box-shadow: none;
    cursor: not-allowed;
}

.lp-carousel-btn:not(:disabled):hover[b-apdcmh8c4t] {
    transform: translateY(-3px) scale(1.03);
    border-color: rgba(198, 40, 40, 0.55);
    box-shadow: 0 20px 34px rgba(198, 40, 40, 0.16);
}

.lp-carousel-btn:not(:disabled):focus-visible[b-apdcmh8c4t] {
    outline: 3px solid rgba(198, 40, 40, 0.25);
    outline-offset: 3px;
}

.lp-carousel-btn .mud-icon-root[b-apdcmh8c4t] {
    font-size: 1.8rem;
}

.lp-pricing-viewport[b-apdcmh8c4t] {
    overflow: hidden;
    width: 100%;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding-bottom: 4.5rem;
    margin-bottom: -4.5rem;
    box-sizing: border-box;
}

.lp-pricing-track[b-apdcmh8c4t] {
    display: flex;
    width: 100%;
    transition: transform 0.35s ease;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.lp-pricing-slide[b-apdcmh8c4t] {
    flex: 0 0 100%;
    width: 100%;
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 1.75rem;
    align-items: stretch;
    padding: 0.5rem;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.lp-pricing-slide-hidden[b-apdcmh8c4t] {
    display: none;
}

.lp-pricing-card[b-apdcmh8c4t] {
    background: #ffffff !important;
    border: 1px solid rgba(31, 31, 31, 0.08) !important;
    border-radius: 26px !important;
    padding: 2.2rem 2rem 2.4rem;
    box-shadow: none !important;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lp-pricing-card-accent[b-apdcmh8c4t] {
    border-color: rgba(198, 40, 40, 0.35) !important;
    box-shadow: none !important;
}

.lp-pricing-card-highlight[b-apdcmh8c4t] {
    border-color: rgba(198, 40, 40, 0.28) !important;
    box-shadow: none !important;
    background: #ffffff !important;
}

.lp-pricing-card-cta[b-apdcmh8c4t] {
    background: linear-gradient(160deg, rgba(245, 124, 0, 0.08), rgba(198, 40, 40, 0.06)) !important;
    border-color: rgba(245, 124, 0, 0.4) !important;
}

.lp-plan-header[b-apdcmh8c4t] {
    border-bottom: 1px solid rgba(31, 31, 31, 0.08);
    padding-bottom: 1rem;
    display: grid;
    gap: 0.35rem;
}

.lp-plan-name[b-apdcmh8c4t] {
    color: #1f1f1f;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.lp-plan-price[b-apdcmh8c4t] {
    color: #c62828;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.lp-plan-price-note[b-apdcmh8c4t] {
    color: #6b7280;
    font-weight: 600;
}

.lp-plan-description[b-apdcmh8c4t] {
    color: #5f6368;
    line-height: 1.6;
}

.lp-plan-list[b-apdcmh8c4t] {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
    display: grid;
    gap: 0.75rem;
    color: #4b5563;
}

.lp-plan-list li[b-apdcmh8c4t] {
    position: relative;
    padding-left: 1.1rem;
    transition: transform 0.2s ease, color 0.2s ease;
}

.lp-plan-list li[b-apdcmh8c4t]::before {
    content: '-';
    position: absolute;
    left: 0;
    color: var(--lp-accent);
    font-weight: 700;
}

.lp-pricing-card[b-apdcmh8c4t]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, rgba(198, 40, 40, 0.9), rgba(245, 124, 0, 0.9));
    opacity: 0.8;
}

.lp-pricing-card:hover[b-apdcmh8c4t] {
    transform: translateY(-6px);
    border-color: rgba(198, 40, 40, 0.28) !important;
    box-shadow: none !important;
}

.lp-pricing-card:hover .lp-plan-price[b-apdcmh8c4t] {
    color: #b71c1c;
}

.lp-plan-list li:hover[b-apdcmh8c4t] {
    transform: translateX(4px);
    color: #1f1f1f;
}

.lp-pricing-card-cta[b-apdcmh8c4t]::before {
    background: linear-gradient(90deg, rgba(245, 124, 0, 0.95), rgba(198, 40, 40, 0.85));
}

.lp-pricing-card-accent[b-apdcmh8c4t]::after {
    content: "";
}

.lp-pricing-card-recommended[b-apdcmh8c4t]::after {
    content: "Recomendado";
    position: absolute;
    top: 16px;
    right: 16px;
    background: #fff5f5;
    color: #c62828;
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: 1px solid rgba(198, 40, 40, 0.2);
}

.lp-pricing-card-highlight[b-apdcmh8c4t]::before {
    background: linear-gradient(90deg, rgba(198, 40, 40, 0.95), rgba(245, 124, 0, 0.95));
}

.lp-pricing-card-highlight:hover[b-apdcmh8c4t] {
    box-shadow: none !important;
}

.lp-btn-cta[b-apdcmh8c4t] {
    margin-top: auto;
    width: 100%;
    justify-content: center;
    background: linear-gradient(135deg, #c62828, #f57c00);
    box-shadow: 0 12px 26px rgba(198, 40, 40, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.lp-btn-cta:hover[b-apdcmh8c4t] {
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(198, 40, 40, 0.28);
    filter: brightness(1.02);
}

.lp-pricing-card:hover .lp-btn-cta[b-apdcmh8c4t] {
    filter: brightness(1.03);
}

.lp-btn-outline[b-apdcmh8c4t] {
    background: #ffffff;
    color: var(--lp-accent);
    border: 1px solid rgba(198, 40, 40, 0.35);
    box-shadow: none;
}

.lp-btn-outline:hover[b-apdcmh8c4t] {
    box-shadow: 0 10px 22px rgba(198, 40, 40, 0.16);
    transform: translateY(-2px);
}

.lp-carousel-actions[b-apdcmh8c4t] {
    display: flex;
    justify-content: center;
    margin-top: 1.5rem;
}

.lp-carousel-toggle[b-apdcmh8c4t] {
    border: 1px solid rgba(31, 31, 31, 0.12);
    background: #ffffff;
    color: #1f1f1f;
    border-radius: 999px;
    padding: 0.65rem 1.6rem;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(31, 31, 31, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-carousel-toggle:hover[b-apdcmh8c4t] {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(31, 31, 31, 0.12);
}

@media (max-width: 900px) {
    .lp-pricing-carousel[b-apdcmh8c4t] {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .lp-carousel-btn[b-apdcmh8c4t] {
        display: none;
    }

    .lp-pricing-slide[b-apdcmh8c4t] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .lp-pricing-card[b-apdcmh8c4t] {
        padding: 2rem 1.5rem;
    }
}
/* /Components/Landing/LandingProducts.razor.rz.scp.css */
.lp-products-grid[b-p1p3f35q76] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2.5rem;
}

.lp-product-card[b-p1p3f35q76] {
    background: #ffffff !important;
    border: 1px solid rgba(31, 31, 31, 0.08) !important;
    border-radius: 24px !important;
    padding: 2.5rem 2.25rem;
    box-shadow: 0 18px 36px rgba(31, 31, 31, 0.08) !important;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
}

.lp-product-card[b-p1p3f35q76]::before {
    content: none !important;
}

.lp-product-icon[b-p1p3f35q76] {
    text-align: center;
    margin-bottom: 1.5rem;
}

.lp-icon[b-p1p3f35q76] {
    border-radius: 50%;
    padding: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lp-icon-primary[b-p1p3f35q76] {
    background: rgba(229, 57, 53, 0.12);
}

.lp-icon-warm[b-p1p3f35q76] {
    background: rgba(245, 124, 0, 0.12);
}

.lp-icon-primary .mud-icon-root[b-p1p3f35q76] {
    color: #c62828 !important;
}

.lp-icon-warm .mud-icon-root[b-p1p3f35q76] {
    color: #f57c00 !important;
}

.lp-product-title[b-p1p3f35q76] {
    font-weight: 700;
    color: #1f1f1f;
}

.lp-product-list[b-p1p3f35q76] {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 2rem;
    display: grid;
    gap: 0.75rem;
    color: #4b5563;
}

.lp-product-list li[b-p1p3f35q76] {
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.5;
}

.lp-product-list li[b-p1p3f35q76]::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #c62828;
    font-size: 1.2rem;
}

.lp-product-cta[b-p1p3f35q76] {
    text-align: center;
    margin-top: auto;
}

@media (max-width: 600px) {
    .lp-product-card[b-p1p3f35q76] {
        padding: 2rem 1.5rem;
    }

    .lp-btn[b-p1p3f35q76] {
        width: 100%;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.lp-page[b-lt3l0ahx7v] {
    background: transparent;
}
