:root {
    --pm-surface: rgba(255, 255, 255, 0.9);
    --pm-surface-strong: rgba(255, 255, 255, 0.96);
    --pm-border: rgba(148, 163, 184, 0.18);
    --pm-shadow: 0 24px 56px rgba(15, 23, 42, 0.08);
}

body.pm-public-page {
    background:
        radial-gradient(circle at top left, rgba(14, 165, 233, 0.14), transparent 28%),
        radial-gradient(circle at top right, rgba(249, 115, 22, 0.08), transparent 20%),
        linear-gradient(180deg, #f8fbff 0%, #eef5ff 46%, #f8fafc 100%) !important;
}

.pm-page-main {
    padding-bottom: 5rem;
}

.pm-breadcrumb {
    width: fit-content;
    max-width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(226, 232, 240, 0.92);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.pm-page-hero {
    padding-top: 1.25rem !important;
    padding-bottom: 1rem !important;
}

.pm-hero-shell,
.pm-section-panel,
.pm-cta-shell,
.pm-package-hero {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.88)),
        linear-gradient(120deg, rgba(14, 165, 233, 0.1), rgba(34, 197, 94, 0.05));
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 2rem;
    box-shadow: 0 30px 72px rgba(15, 23, 42, 0.1);
}

.pm-hero-shell {
    padding: clamp(1.5rem, 3vw, 2.4rem);
}

.pm-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(300px, 0.88fr);
    gap: 1.8rem;
    align-items: center;
}

.pm-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.9rem;
    border-radius: 9999px;
    background: rgba(14, 165, 233, 0.12);
    color: #0369a1;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pm-page-title {
    font-size: clamp(2.4rem, 4vw, 4.5rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    font-weight: 800;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-wrap: balance;
}

.pm-page-lead {
    max-width: 60ch;
    color: #475569 !important;
    font-size: 1.05rem;
    line-height: 1.85 !important;
}

.pm-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.4rem;
}

.pm-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.82rem 1.35rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.24);
    color: #0f172a;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pm-btn-secondary:hover {
    transform: translateY(-2px);
    border-color: rgba(14, 165, 233, 0.4);
    box-shadow: 0 14px 28px rgba(14, 165, 233, 0.1);
}

.pm-hero-side {
    display: grid;
    gap: 1rem;
}

.pm-hero-stat,
.pm-highlight-card,
.pm-quote-side-card,
.pm-package-note {
    background: var(--pm-surface);
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 1.35rem;
    padding: 1.1rem 1.15rem;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.pm-hero-stat strong,
.pm-highlight-card strong,
.pm-quote-side-card strong,
.pm-package-note strong {
    display: block;
    color: #0f172a;
    font-size: 1.02rem;
    margin-bottom: 0.25rem;
}

.pm-hero-stat span,
.pm-highlight-card span,
.pm-quote-side-card span,
.pm-package-note span {
    color: #64748b;
    line-height: 1.7;
}

.pm-highlight-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.pm-card-grid {
    gap: 1.4rem !important;
}

.pm-card {
    background: var(--pm-surface) !important;
    border: 1px solid var(--pm-border) !important;
    border-radius: 1.55rem !important;
    box-shadow: var(--pm-shadow) !important;
}

body.pm-catalog-page .feature-card.pm-card,
body.pm-services-page .service-card.pm-card {
    padding: 1.5rem !important;
}

.pm-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 62px rgba(14, 165, 233, 0.12) !important;
}

.pm-card-icon,
.pm-card .category-icon,
.pm-card .service-icon {
    width: 62px;
    height: 62px;
    border-radius: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.14), rgba(34, 197, 94, 0.12));
    color: #0369a1 !important;
    box-shadow: inset 0 0 0 1px rgba(14, 165, 233, 0.1);
}

.pm-card .product-count {
    background: rgba(14, 165, 233, 0.12) !important;
    color: #0369a1 !important;
    font-weight: 800;
}

.pm-section-panel {
    padding: clamp(1.45rem, 3vw, 2.4rem);
}

.pm-cta-shell {
    padding: clamp(1.5rem, 3vw, 2.6rem);
}

.pm-process-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.pm-process-card {
    background: var(--pm-surface);
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 1.4rem;
    padding: 1.2rem;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.pm-process-badge {
    width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(14, 165, 233, 0.14), rgba(34, 197, 94, 0.14));
    color: #0369a1;
    font-weight: 800;
    margin-bottom: 0.8rem;
}

.pm-process-card h3 {
    font-size: 1.05rem !important;
    font-weight: 800 !important;
    color: #0f172a;
    margin-bottom: 0.5rem !important;
}

.pm-process-card p {
    color: #64748b !important;
    line-height: 1.7;
}

.pm-quote-page .hero-shell {
    border-radius: 2rem;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.1);
}

.pm-quote-page .hero-shell > div:first-child {
    background:
        linear-gradient(180deg, rgba(15, 23, 42, 0.97), rgba(15, 23, 42, 0.9)),
        radial-gradient(circle at top left, rgba(14, 165, 233, 0.3), transparent 28%);
}

.pm-quote-page .quote-card,
.pm-quote-page .info-card {
    background: var(--pm-surface-strong) !important;
    border: 1px solid rgba(226, 232, 240, 0.92) !important;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.pm-quote-inline-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.25rem;
}

.pm-footer {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid rgba(226, 232, 240, 0.92);
    box-shadow: 0 -6px 24px rgba(15, 23, 42, 0.03);
}

.pm-city-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: 1.5rem;
    align-items: start;
}

.pm-check-list {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.pm-check-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: #475569;
    line-height: 1.7;
}

.pm-check-item i {
    color: #0ea5e9;
    margin-top: 0.25rem;
}

.pm-city-note {
    display: grid;
    gap: 1rem;
}

.pm-city-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.9rem;
    border-radius: 9999px;
    background: rgba(14, 165, 233, 0.12);
    color: #0369a1;
    font-weight: 700;
    width: fit-content;
}

.pm-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.pm-faq-card {
    background: var(--pm-surface);
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 1.35rem;
    padding: 1.25rem;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
}

.pm-faq-card h3 {
    font-size: 1.08rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 0.6rem;
}

.pm-faq-card p {
    color: #64748b;
    line-height: 1.75;
}

.pm-onpage-intro {
    width: min(1200px, calc(100% - 2rem));
    margin: 0 auto 2rem;
}

.pm-onpage-intro-inner {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(226, 232, 240, 0.92);
    border-radius: 1.5rem;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    padding: clamp(1.2rem, 2.8vw, 1.8rem);
}

.pm-onpage-intro h2 {
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    line-height: 1.2;
    margin-bottom: 0.65rem;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.pm-onpage-intro p {
    margin: 0;
    color: #475569;
    line-height: 1.8;
}

.pm-public-page .whatsapp-button,
.pm-public-page .whatsapp-float {
    width: 64px;
    height: 64px;
    right: 22px;
    bottom: 22px;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.22);
}

@media (max-width: 1024px) {
    .pm-hero-layout,
    .pm-highlight-grid,
    .pm-quote-inline-grid,
    .pm-process-grid,
    .pm-city-grid,
    .pm-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .pm-hero-shell,
    .pm-section-panel,
    .pm-cta-shell,
    .pm-package-hero {
        border-radius: 1.5rem;
        padding: 1.3rem;
    }

    .pm-page-title {
        font-size: 2.3rem;
    }

    .pm-actions {
        flex-direction: column;
    }
}
