/* Moodz4U — landing premium (tema claro, visual limpo) */
.home-premium {
    --pm-bg: #f7f9fc;
    --pm-surface: #ffffff;
    --pm-surface-alt: #f1f5f9;
    --pm-card: #ffffff;
    --pm-border: #e2e8f0;
    --pm-text: #0f172a;
    --pm-muted: #64748b;
    --pm-accent: #6a11cb;
    --pm-accent-soft: #eef2ff;
    --pm-grad: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
    --pm-grad-soft: #eef2ff;
    --pm-shadow: 0 1px 3px rgba(15, 23, 42, 0.06), 0 4px 16px rgba(15, 23, 42, 0.04);
    --pm-radius: 10px;
    --pm-header-h: 64px;
    background: var(--pm-bg);
    color: var(--pm-text);
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
    -webkit-font-smoothing: antialiased;
}

.home-premium::before {
    background:
        radial-gradient(circle at 20% 0%, rgba(106, 17, 203, 0.04), transparent 45%),
        radial-gradient(circle at 80% 100%, rgba(37, 117, 252, 0.04), transparent 40%);
}

.home-premium .site-wrap--sales {
    max-width: none;
    padding: 0;
}

/* Top bar — discreta */
.pm-top-bar {
    position: relative;
    z-index: 110;
    background: var(--pm-accent-soft);
    color: #4338ca;
    font-size: 0.74rem;
    font-weight: 600;
    text-align: center;
    padding: 7px 14px;
    border-bottom: 1px solid #e0e7ff;
}

.pm-top-bar-inner {
    max-width: 1080px;
    margin: 0 auto;
}

.pm-top-bar-short { display: none; }

/* Header */
.home-premium .site-header--sales {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid var(--pm-border);
    backdrop-filter: blur(12px);
}

.home-premium .site-brand span {
    background: var(--pm-grad);
    -webkit-background-clip: text;
    background-clip: text;
}

.home-premium .site-header--sales .site-nav--sales a {
    color: var(--pm-muted);
}

.home-premium .site-header--sales .site-nav--sales a:hover {
    color: var(--pm-text);
}

.home-premium .lang-btn {
    background: #fff;
    border-color: var(--pm-border);
    color: var(--pm-muted);
}

.home-premium .lang-btn.active {
    background: var(--pm-grad);
    color: #fff;
    border-color: transparent;
}

.home-premium .menu-toggle {
    background: #fff;
    border-color: var(--pm-border);
}

.home-premium .menu-toggle span { background: var(--pm-text); }

body.home-premium {
    overflow-x: clip;
}

@media (max-width: 1024px) {
    .home-premium .site-header--sales .site-nav--sales,
    .home-premium .site-header--sales .site-nav--sales.is-open {
        background: #fff;
        border-bottom-color: var(--pm-border);
        box-shadow: var(--pm-shadow);
    }
}

.pm-accent-text {
    color: var(--pm-accent);
}

.pm-gradient-text {
    color: var(--pm-accent);
    background: none;
    -webkit-text-fill-color: currentColor;
}

.pm-glow-orb { display: none !important; }

/* Layout */
.pm-container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 max(20px, env(safe-area-inset-left)) 0 max(20px, env(safe-area-inset-right));
}

.pm-container-narrow { max-width: 720px; }

.pm-section {
    padding: 64px 0;
    position: relative;
}

.pm-section--dark {
    background: var(--pm-surface);
    border-top: 1px solid var(--pm-border);
    border-bottom: 1px solid var(--pm-border);
}

.pm-section--alt {
    background: var(--pm-surface-alt);
}

.pm-section-tag {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #a78bfa;
    margin-bottom: 10px;
}

.pm-section-title {
    font-size: clamp(1.35rem, 4vw, 2rem);
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    text-align: center;
    color: var(--pm-text);
}

.pm-section-subtitle {
    font-size: 0.95rem;
    color: #475569;
    text-align: center;
    max-width: 52ch;
    margin: 0 auto 32px;
    line-height: 1.6;
}

.pm-gradient-text {
    background: var(--pm-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: var(--pm-accent);
}

/* Evita herança de texto transparente fora de spans com gradiente */
.home-premium .pm-section-title:not(.pm-gradient-text),
.home-premium .pm-steps li,
.home-premium .pm-pain-item p,
.home-premium .pm-transform-card li,
.home-premium .pm-feature-card h3,
.home-premium .pm-feature-card p,
.home-premium .pm-area-card h3,
.home-premium .pm-area-card p,
.home-premium .pm-areas-also__title,
.home-premium .pm-areas-also__item,
.home-premium .pm-testimonial-quote,
.home-premium .pm-price-includes li,
.home-premium .pm-why-card h3,
.home-premium .pm-why-card p,
.home-premium .pm-how-note,
.home-premium .faq-item summary,
.home-premium .faq-item p {
    -webkit-text-fill-color: currentColor;
}

.pm-text-muted { color: var(--pm-muted); }
.pm-text-strike { text-decoration: line-through; color: #64748b; opacity: 0.75; }

/* Glow orbs */
.pm-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}

.pm-glow-orb--purple {
    width: 420px;
    height: 420px;
    background: var(--pm-glow-purple);
    top: -120px;
    left: -80px;
    opacity: 0.5;
}

.pm-glow-orb--blue {
    width: 360px;
    height: 360px;
    background: var(--pm-glow-blue);
    top: 40px;
    right: -60px;
    opacity: 0.45;
}

.pm-glow-orb--mel {
    width: 280px;
    height: 280px;
    background: rgba(139, 92, 246, 0.25);
    bottom: 20%;
    left: 30%;
    opacity: 0.35;
}

/* Hero — primeiro corte responsivo */
.pm-hero {
    position: relative;
    padding: clamp(20px, 4vw, 40px) 0 clamp(32px, 5vw, 56px);
    overflow: hidden;
}

.pm-hero-content {
    position: relative;
    z-index: 1;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 max(16px, env(safe-area-inset-left)) 0 max(16px, env(safe-area-inset-right));
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(20px, 3vw, 36px);
    align-items: start;
}

.pm-hero-fold {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.pm-hero-trust {
    text-align: center;
    font-size: clamp(0.75rem, 2.5vw, 0.84rem);
    font-weight: 600;
    color: var(--pm-muted);
    margin-bottom: 12px;
}

.pm-hero-title {
    font-size: clamp(1.45rem, 5.5vw, 2.5rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.03em;
    text-align: center;
    margin-bottom: 12px;
    max-width: none;
}

.pm-hero-title span,
.pm-hero-title .pm-gradient-text {
    display: inline;
}

.home-premium--light .pm-hero-title__line {
    display: block;
}

.pm-hero-lead {
    text-align: center;
    font-size: clamp(0.88rem, 2.8vw, 1rem);
    color: #334155;
    max-width: 42ch;
    margin: 0 auto;
    line-height: 1.45;
    font-weight: 600;
}

.pm-hero-lead-group {
    margin: 0 auto 18px;
    max-width: 42ch;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.pm-hero-lead-sub {
    text-align: center;
    font-size: clamp(0.82rem, 2.5vw, 0.92rem);
    color: var(--pm-muted);
    margin: 0 auto;
    line-height: 1.5;
}

.pm-hero-price-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin: 0 auto 16px;
    text-align: center;
}

.pm-hero-price-row__value {
    font-size: clamp(1.75rem, 5vw, 2.1rem);
    font-weight: 800;
    line-height: 1.1;
    color: #0f172a;
}

.pm-hero-price-row__note {
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    line-height: 1.3;
}

.pm-hero-price-row__note-sub {
    font-size: 0.72rem;
    font-weight: 500;
    color: #94a3b8;
    line-height: 1.3;
}

.pm-hero-price-chip {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    margin: 0 auto 16px;
    padding: 12px 20px;
    background: var(--pm-grad-soft);
    border: 1px solid rgba(106, 17, 203, 0.35);
    border-radius: var(--pm-radius);
    text-align: center;
    width: 100%;
    max-width: 320px;
}

.pm-hero-price-chip__label {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--pm-muted);
}

.pm-hero-price-chip__value {
    font-size: clamp(1.75rem, 6vw, 2.25rem);
    font-weight: 800;
    line-height: 1.1;
    background: var(--pm-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pm-hero-price-chip__note {
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--pm-muted);
}

.pm-hero-benefits {
    list-style: none;
    margin: 0 auto 14px;
    padding: 0;
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pm-hero-benefits li {
    position: relative;
    padding-left: 20px;
    font-size: clamp(0.78rem, 2.5vw, 0.88rem);
    font-weight: 600;
    color: #475569;
    line-height: 1.4;
}

.pm-hero-benefits li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--pm-accent);
    font-weight: 800;
}

.pm-hero-cta-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.pm-hero-cta-main {
    width: 100%;
}

.pm-hero-panel {
    background: var(--pm-card);
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius);
    padding: clamp(14px, 3vw, 20px);
    backdrop-filter: blur(8px);
}

.pm-hero-preview-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--pm-muted);
    margin-bottom: 12px;
    text-align: center;
}

.pm-temp-chart {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: clamp(72px, 18vw, 110px);
    margin-bottom: 10px;
}

.pm-temp-bar {
    flex: 1;
    border-radius: 6px 6px 2px 2px;
    min-height: 20%;
    position: relative;
}

.pm-temp-bar--col { height: 78%; background: linear-gradient(180deg, #f87171, var(--colerico)); }
.pm-temp-bar--san { height: 52%; background: linear-gradient(180deg, #fbbf24, var(--sanguineo)); }
.pm-temp-bar--mel { height: 34%; background: linear-gradient(180deg, #a78bfa, var(--melancolico)); }
.pm-temp-bar--fle { height: 61%; background: linear-gradient(180deg, #34d399, var(--fleumatico)); }

.pm-temp-labels {
    display: flex;
    gap: 8px;
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--pm-muted);
    text-align: center;
    margin-bottom: 12px;
}

.pm-temp-labels span { flex: 1; }

.pm-hero-profile-result {
    padding: 10px 12px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    border: 1px solid var(--pm-border);
    margin-bottom: 12px;
    text-align: center;
}

.pm-hero-profile-result strong {
    display: block;
    font-size: 0.95rem;
    margin-bottom: 2px;
    color: var(--pm-text);
}

.pm-hero-profile-result span {
    font-size: 0.74rem;
    color: var(--pm-muted);
}

.pm-hero-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.pm-hero-pills span {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--pm-accent-soft);
    border: 1px solid #e0e7ff;
    color: #4338ca;
}

.pm-hero-subtitle {
    grid-column: 1 / -1;
    text-align: center;
    font-size: clamp(0.72rem, 2.4vw, 0.84rem);
    color: var(--pm-muted);
    max-width: 58ch;
    margin: 8px auto 0;
    line-height: 1.5;
}

.pm-hero-free-link {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 10px;
    font-size: 0.78rem;
}

.pm-hero-free-link .link-free-test {
    color: #8b9cb3;
}

.pm-hero-cta-row .sales-cta-price {
    display: none;
}

.pm-hero-cta-row .pm-cta-note {
    margin: 0;
    font-size: 0.72rem;
}

/* Buttons */
.home-premium .btn-cta-paid,
.home-premium .pm-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--pm-grad) !important;
    color: #fff !important;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 28px rgba(106, 17, 203, 0.35);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}

.home-premium .btn-cta-paid:hover,
.home-premium .pm-btn-primary:hover {
    filter: brightness(1.06);
    box-shadow: 0 12px 32px rgba(106, 17, 203, 0.45);
    transform: translateY(-2px);
}

.home-premium .btn-cta-paid:active,
.home-premium .pm-btn-primary:active {
    transform: translateY(0) scale(0.98);
}

.home-premium .pm-cta-animate .pm-icon {
    transition: transform 0.25s ease;
}

.home-premium .pm-cta-animate:hover .pm-icon {
    transform: translateX(4px);
}

.home-premium .pm-btn-lg {
    padding: clamp(13px, 3vw, 16px) clamp(18px, 4vw, 28px);
    font-size: clamp(0.86rem, 2.8vw, 0.95rem);
    min-height: 48px;
}

.home-premium .pm-btn-sm {
    padding: 10px 18px;
    font-size: 0.82rem;
}

.home-premium .pm-btn-block { width: 100%; max-width: 420px; }

.home-premium .pm-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.home-premium .sales-cta-price,
.home-premium .pm-cta-note {
    font-size: 0.78rem;
    color: var(--pm-muted);
    font-weight: 600;
    margin: 8px 0 0;
    text-align: center;
}

.home-premium .link-free-test {
    color: #64748b;
    font-size: 0.78rem;
}

.home-premium .link-free-test:hover { color: #94a3b8; }

/* Pain */
.pm-pain-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 24px;
}

.pm-pain-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    background: var(--pm-card);
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius);
}

.pm-pain-x {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    font-size: 0.75rem;
    font-weight: 800;
}

.pm-pain-item p {
    margin: 0;
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.55;
}

.pm-pain-closer {
    text-align: center;
    font-size: 0.95rem;
    font-weight: 600;
    color: #334155;
    max-width: 48ch;
    margin: 0 auto;
}

/* Transform */
.pm-transform-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: stretch;
}

.pm-transform-card {
    padding: 22px 20px;
    border-radius: var(--pm-radius);
    border: 1px solid var(--pm-border);
}

.pm-transform-before {
    background: rgba(239, 68, 68, 0.06);
    border-color: rgba(239, 68, 68, 0.15);
}

.pm-transform-after {
    background: rgba(37, 117, 252, 0.08);
    border-color: rgba(37, 117, 252, 0.2);
}

.pm-transform-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 14px;
    color: var(--pm-muted);
}

.pm-transform-after .pm-transform-label { color: var(--pm-accent); }

.pm-transform-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pm-transform-card li {
    font-size: 0.84rem;
    color: #475569;
    padding-left: 18px;
    position: relative;
    line-height: 1.45;
}

.pm-transform-before li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: #f87171;
}

.pm-transform-after li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #60a5fa;
    font-weight: 800;
}

.pm-transform-arrow {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    color: var(--pm-accent);
    font-weight: 700;
}

/* Preview grid */
.pm-preview-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.pm-preview-card {
    background: #fff;
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius);
    overflow: hidden;
    box-shadow: var(--pm-shadow);
    display: flex;
    flex-direction: column;
}

.pm-preview-card__title {
    font-size: 0.82rem;
    font-weight: 800;
    padding: 12px 14px 8px;
    margin: 0;
    color: #0f172a;
    line-height: 1.3;
    border-bottom: 1px solid #f1f5f9;
}

.pm-preview-card__body {
    padding: 12px 14px 14px;
    flex: 1;
    min-height: 72px;
}

.pm-preview-card__body--profile {
    padding-top: 4px;
}

.pm-preview-snippet {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.55;
    color: #475569;
}

.pm-preview-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pm-preview-steps li {
    position: relative;
    padding-left: 20px;
    font-size: 0.76rem;
    font-weight: 600;
    color: #475569;
    line-height: 1.45;
}

.pm-preview-steps li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: 800;
}

.pm-preview-compat-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.pm-compat-pill {
    display: block;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 6px 10px;
    border-radius: 6px;
    text-align: center;
}

.pm-compat-pill--high {
    background: #ecfdf5;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.pm-compat-pill--mid {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

.pm-compat-pill--low {
    background: #fff7ed;
    color: #c2410c;
    border: 1px solid #fed7aa;
}

.pm-preview-card__media {
    padding: 16px;
    min-height: 100px;
    background: #f8fafc;
}

.pm-preview-card__tag {
    display: none;
}

.home-premium .preview-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 56px;
    margin-bottom: 8px;
}

.home-premium .preview-bars span {
    flex: 1;
    height: var(--h, 50%);
    border-radius: 4px 4px 0 0;
    opacity: 0.9;
}

.home-premium .preview-bars span:nth-child(1) { background: linear-gradient(180deg, #f87171, var(--colerico)); }
.home-premium .preview-bars span:nth-child(2) { background: linear-gradient(180deg, #fbbf24, var(--sanguineo)); }
.home-premium .preview-bars span:nth-child(3) { background: linear-gradient(180deg, #a78bfa, var(--melancolico)); }
.home-premium .preview-bars span:nth-child(4) { background: linear-gradient(180deg, #34d399, var(--fleumatico)); }

.home-premium .preview-labels {
    display: flex;
    gap: 8px;
    font-size: 0.6rem;
    font-weight: 700;
    color: var(--pm-muted);
    text-align: center;
}

.home-premium .preview-labels span { flex: 1; }

.home-premium .preview-profile-main {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--pm-text);
    margin-bottom: 4px;
}

.home-premium .preview-profile-sub {
    font-size: 0.72rem;
    color: var(--pm-muted);
    font-weight: 600;
}

.home-premium .preview-lines {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.home-premium .preview-lines span {
    display: block;
    height: 8px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 2px;
}

.home-premium .preview-lines span:nth-child(1) { width: 92%; }
.home-premium .preview-lines span:nth-child(2) { width: 78%; }
.home-premium .preview-lines span:nth-child(3) { width: 65%; }

.home-premium .preview-checklist {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.85rem;
    font-weight: 700;
    color: #34d399;
}

.home-premium .preview-compat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}

.home-premium .preview-compat span {
    height: 28px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 4px;
}

/* Feature cards */
.pm-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.pm-feature-card {
    padding: 22px 18px;
    background: var(--pm-card);
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius);
    transition: border-color 0.2s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.pm-feature-card:hover { border-color: rgba(106, 17, 203, 0.3); }

.pm-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--pm-grad-soft);
    border: 1px solid rgba(106, 17, 203, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    color: #a78bfa;
}

.pm-feature-icon svg {
    width: 20px;
    height: 20px;
}

.pm-feature-card h3 {
    font-size: 0.92rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--pm-text);
    line-height: 1.3;
}

.pm-feature-card p {
    font-size: 0.8rem;
    color: #475569;
    margin: 0;
    line-height: 1.55;
}

/* Stack */
.pm-stack-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}

.pm-stack-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    background: var(--pm-card);
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius);
}

.pm-stack-check {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--pm-grad-soft);
    border: 1px solid rgba(106, 17, 203, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a78bfa;
    font-weight: 800;
    font-size: 0.85rem;
}

.pm-stack-item strong {
    display: block;
    font-size: 0.9rem;
    color: var(--pm-text);
    margin-bottom: 2px;
}

.pm-stack-item span {
    font-size: 0.78rem;
    color: var(--pm-muted);
}

.pm-stack-total {
    text-align: center;
    padding: 20px;
    background: var(--pm-grad-soft);
    border: 1px solid rgba(106, 17, 203, 0.25);
    border-radius: var(--pm-radius);
}

.pm-stack-total p {
    margin: 0;
    font-size: 0.88rem;
    color: var(--pm-muted);
}

.pm-stack-total-now {
    margin-top: 6px !important;
    font-size: 1.05rem !important;
    color: var(--pm-text) !important;
}

.pm-stack-total-now strong {
    background: var(--pm-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.25rem;
}

/* Testimonials premium */
.pm-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.pm-testimonial-card {
    padding: 20px 18px;
    background: var(--pm-card);
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pm-testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pm-testimonial-card .testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(106, 17, 203, 0.3);
}

.pm-testimonial-name {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--pm-text);
}

.pm-testimonial-temp-badge {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 999px;
    margin-top: 4px;
    background: color-mix(in srgb, var(--temp-color) 15%, transparent);
    color: var(--temp-color);
    border: 1px solid color-mix(in srgb, var(--temp-color) 30%, transparent);
}

.pm-testimonial-quote {
    font-size: 0.84rem;
    color: #334155;
    line-height: 1.6;
    margin: 0;
}

/* Why grid — 4 cards em 2×2 */
.pm-why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.pm-why-card {
    text-align: center;
    padding: 24px 18px;
    background: var(--pm-card);
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius);
}

.pm-why-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    border-radius: 12px;
    background: var(--pm-grad-soft);
    border: 1px solid rgba(106, 17, 203, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #a78bfa;
}

.pm-why-icon svg { width: 22px; height: 22px; }

.pm-why-card h3 {
    font-size: 0.92rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: var(--pm-text);
}

.pm-why-card p {
    font-size: 0.8rem;
    color: #475569;
    margin: 0;
    line-height: 1.55;
}

/* Áreas da vida */
.pm-areas-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}

.pm-area-card {
    padding: 18px 16px;
    background: var(--pm-card);
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius);
    text-align: center;
}

.pm-area-icon {
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 10px;
}

.pm-area-card h3 {
    font-size: 0.86rem;
    font-weight: 800;
    margin: 0 0 6px;
    color: #0f172a;
}

.pm-area-card p {
    font-size: 0.76rem;
    color: #475569;
    margin: 0;
    line-height: 1.5;
}

.pm-areas-also {
    padding: 22px 20px;
    background: var(--pm-grad-soft);
    border: 1px solid rgba(106, 17, 203, 0.18);
    border-radius: var(--pm-radius);
    margin-bottom: 8px;
}

.pm-areas-also__title {
    font-size: 0.92rem;
    font-weight: 800;
    text-align: center;
    margin: 0 0 14px;
    color: #0f172a;
}

.pm-areas-also__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 16px;
}

.pm-areas-also__item {
    font-size: 0.82rem;
    color: #334155;
    padding-left: 1.4em;
    position: relative;
    line-height: 1.45;
}

.pm-areas-also__item::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #7c3aed;
    font-weight: 700;
}

.pm-mid-cta--compact {
    margin-top: 24px;
    padding-top: 0;
    border-top: none;
}

/* Steps */
.pm-steps {
    max-width: 520px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    counter-reset: pm-step;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pm-steps li {
    counter-increment: pm-step;
    position: relative;
    padding: 16px 18px 16px 52px;
    background: var(--pm-card);
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius);
    font-size: 0.88rem;
    font-weight: 600;
    color: #0f172a;
    -webkit-text-fill-color: #0f172a;
    line-height: 1.55;
}

.pm-steps li::before {
    content: counter(pm-step);
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--pm-grad);
    color: #fff;
    -webkit-text-fill-color: #fff;
    font-size: 0.75rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pm-how-note {
    text-align: center;
    font-size: 0.76rem;
    color: #64748b;
    max-width: 48ch;
    margin: 20px auto 0;
    line-height: 1.5;
}

/* Guarantee */
.pm-guarantee-card {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 28px 24px;
    background: var(--pm-card);
    border: 1px solid rgba(16, 185, 129, 0.25);
    border-radius: var(--pm-radius);
}

.pm-guarantee-badge {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.12);
    border: 2px solid rgba(16, 185, 129, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #34d399;
    line-height: 1;
}

.pm-guarantee-badge span {
    font-size: 1.5rem;
    font-weight: 800;
}

.pm-guarantee-badge small {
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
}

.pm-guarantee-card h2 {
    font-size: 1.1rem;
    margin-bottom: 8px;
    color: var(--pm-text);
}

.pm-guarantee-card p {
    font-size: 0.86rem;
    color: #475569;
    margin: 0;
    line-height: 1.55;
}

/* FAQ premium */
.home-premium .faq-list.site-card {
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.home-premium .faq-item {
    background: var(--pm-card);
    border: 1px solid var(--pm-border);
    border-radius: var(--pm-radius);
    overflow: hidden;
}

.home-premium .faq-item summary {
    padding: 16px 18px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--pm-text);
    cursor: pointer;
    list-style: none;
}

.home-premium .faq-item summary::-webkit-details-marker { display: none; }

.home-premium .faq-item p {
    padding: 0 18px 16px;
    font-size: 0.84rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

/* Pricing final */
.pm-pricing {
    position: relative;
    padding: 72px 20px;
    overflow: hidden;
    text-align: center;
    background: var(--pm-surface);
    border-top: 1px solid var(--pm-border);
}

.pm-pricing-content {
    position: relative;
    z-index: 1;
    max-width: 480px;
    margin: 0 auto;
}

.pm-pricing h2 {
    font-size: clamp(1.35rem, 4vw, 1.85rem);
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--pm-text);
}

.pm-price-card {
    margin: 28px 0 24px;
    padding: 28px 24px;
    background: var(--pm-card);
    border: 2px solid rgba(106, 17, 203, 0.35);
    border-radius: 16px;
    position: relative;
}

.pm-price-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.65rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 5px 14px;
    border-radius: 999px;
    background: var(--pm-grad);
    color: #fff;
    white-space: nowrap;
}

.pm-price-label {
    font-size: 0.78rem;
    color: #475569;
    font-weight: 600;
    margin-bottom: 12px;
}

.pm-price-value {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 4px;
    margin-bottom: 8px;
    line-height: 1;
}

.pm-price-currency {
    font-size: 1.25rem;
    font-weight: 700;
    color: #a78bfa;
    margin-top: 8px;
}

.pm-price-amount {
    font-size: 3.5rem;
    font-weight: 800;
    background: var(--pm-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pm-price-cents {
    font-size: 1.25rem;
    font-weight: 700;
    color: #a78bfa;
    margin-top: 8px;
}

.pm-price-note {
    font-size: 0.78rem;
    color: #475569;
    margin-bottom: 18px;
}

.pm-price-includes {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pm-price-includes li {
    font-size: 0.82rem;
    color: #475569;
    font-weight: 600;
}

.pm-trust-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
    margin-top: 20px;
    font-size: 0.72rem;
    color: var(--pm-muted);
    font-weight: 600;
}

.pm-mid-cta {
    text-align: center;
    margin-top: 36px;
    padding-top: 28px;
    border-top: 1px solid var(--pm-border);
}

.pm-mid-cta p {
    font-size: 0.92rem;
    color: var(--pm-muted);
    margin-bottom: 16px;
}

/* Footer premium */
.home-premium .site-footer {
    background: var(--pm-bg);
    border-top: 1px solid var(--pm-border);
    padding: 32px 20px;
    text-align: center;
}

.home-premium .site-footer-articles,
.home-premium .site-footer-links a,
.home-premium .site-footer-publisher,
.home-premium .site-footer-copy {
    color: var(--pm-muted);
}

.home-premium .site-footer-links a:hover { color: var(--pm-text); }

/* Sticky CTA premium */
.home-premium .home-sticky-cta {
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--pm-border);
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.06);
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px));
}

.home-premium .pm-sticky-inner {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.home-premium .pm-sticky-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1px;
    flex: 0 0 auto;
    min-width: 0;
}

.home-premium .pm-sticky-price__value {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--pm-text);
    white-space: nowrap;
}

.home-premium .pm-sticky-price__line {
    display: block;
    font-size: 0.66rem;
    font-weight: 600;
    line-height: 1.25;
    color: #64748b;
    white-space: nowrap;
}

.home-premium .pm-sticky-price__line--sub {
    color: #94a3b8;
    font-weight: 500;
}

.home-premium .home-sticky-cta .pm-sticky-btn {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    min-height: 44px;
    padding: 10px 18px;
    white-space: nowrap;
    text-align: center;
    justify-content: center;
}

/* legado */
.home-premium .pm-sticky-text strong {
    display: block;
    font-size: 1rem;
    color: var(--pm-text);
}

.home-premium .pm-sticky-text span {
    font-size: 0.68rem;
    color: var(--pm-muted);
    font-weight: 600;
}

.home-premium .site-disclaimer {
    color: #64748b;
    font-size: 0.72rem;
    margin-top: 20px;
}

/* Reveal + motion (premium) */
.home-premium .reveal:not(.is-animated) {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: no-preference) {
    @keyframes pm-fade-up {
        from {
            opacity: 0;
            transform: translateY(14px);
        }
        to {
            opacity: 1;
            transform: none;
        }
    }

    @keyframes pm-cta-glow {
        0%, 100% {
            box-shadow: 0 8px 28px rgba(106, 17, 203, 0.32);
        }
        50% {
            box-shadow: 0 12px 36px rgba(106, 17, 203, 0.5);
        }
    }

    @keyframes pm-sticky-up {
        from {
            opacity: 0;
            transform: translateY(100%);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .home-premium.is-motion-ready .pm-hero-content--simple > * {
        animation: pm-fade-up 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: var(--pm-enter-delay, 0s);
    }

    .home-premium .reveal.is-animated {
        opacity: 0;
        transform: translateY(18px);
        transition:
            opacity 0.55s cubic-bezier(0.22, 1, 0.36, 1),
            transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
        transition-delay: var(--reveal-delay, 0s);
    }

    .home-premium .reveal.is-animated.is-visible {
        opacity: 1;
        transform: none;
    }

    .home-premium .pm-cta-animate {
        background-size: 200% 200%;
        animation: pm-cta-glow 2.8s ease-in-out infinite;
    }

    .home-premium .pm-cta-animate:hover,
    .home-premium .pm-cta-animate:focus-visible {
        animation: none;
    }

    .home-premium .home-sticky-cta.pm-sticky-animate {
        animation: pm-sticky-up 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;
        animation-delay: 0.35s;
    }

    .home-premium .pm-feature-card.is-visible,
    .home-premium .pm-area-card.is-visible,
    .home-premium .pm-testimonial-card.is-visible,
    .home-premium .pm-preview-card.is-visible {
        transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    }

    .home-premium .pm-feature-card.is-visible:hover,
    .home-premium .pm-area-card.is-visible:hover,
    .home-premium .pm-testimonial-card.is-visible:hover,
    .home-premium .pm-preview-card.is-visible:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    }
}

/* Responsive */
@media (max-width: 900px) {
    .pm-hero-content {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pm-hero-panel {
        order: 3;
        max-width: 420px;
        margin: 0 auto;
        width: 100%;
    }

    .pm-hero-fold {
        order: 1;
    }

    .pm-hero-subtitle {
        order: 4;
    }

    .pm-hero-free-link {
        order: 5;
    }

    .pm-features-grid,
    .pm-preview-grid,
    .pm-testimonials-grid,
    .pm-why-grid,
    .pm-areas-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pm-areas-also__list {
        grid-template-columns: 1fr;
    }

    .pm-transform-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .pm-transform-arrow {
        justify-content: center;
        transform: rotate(90deg);
    }
}

@media (max-width: 640px) {
    .pm-top-bar {
        padding: 6px 12px;
        font-size: 0.72rem;
    }

    .pm-top-bar-full { display: none; }
    .pm-top-bar-short { display: inline; }

    .pm-preview-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    #preview .pm-mid-cta {
        margin-top: 20px;
        padding-top: 0;
        border-top: none;
    }

    .pm-hero {
        padding-top: 16px;
        padding-bottom: 28px;
    }

    .pm-hero-content {
        gap: 16px;
    }

    .pm-hero-lead {
        margin-bottom: 12px;
    }

    .pm-hero-benefits {
        grid-template-columns: 1fr;
        max-width: none;
        gap: 6px;
        margin-bottom: 12px;
    }

    .pm-hero-price-chip {
        margin-bottom: 12px;
        padding: 10px 16px;
    }

    .pm-hero-panel {
        padding: 12px;
    }

    .pm-temp-chart {
        height: 64px;
    }

    .pm-hero-pills span {
        font-size: 0.6rem;
        padding: 3px 7px;
    }

    .pm-section {
        padding: clamp(36px, 8vw, 48px) 0;
    }

    .pm-section-title {
        font-size: clamp(1.2rem, 5vw, 1.5rem);
        padding: 0 4px;
    }

    .pm-section-subtitle {
        font-size: 0.88rem;
        margin-bottom: 24px;
    }

    .pm-features-grid,
    .pm-preview-grid,
    .pm-testimonials-grid,
    .pm-why-grid,
    .pm-areas-grid {
        grid-template-columns: 1fr;
    }

    .pm-guarantee-card {
        flex-direction: column;
        text-align: center;
    }

    .home-premium .pm-btn-primary,
    .home-premium .btn-cta-paid {
        width: 100%;
        max-width: none;
    }

    .pm-pricing {
        padding: 48px 16px;
    }

    .pm-price-amount {
        font-size: clamp(2.5rem, 12vw, 3.5rem);
    }

    .home-premium .pm-sticky-inner {
        max-width: none;
        width: 100%;
        gap: 12px;
    }

    .home-premium .pm-sticky-price__value {
        font-size: 1rem;
    }

    .home-premium .home-sticky-cta .pm-sticky-btn {
        padding: 10px 14px;
        font-size: 0.82rem;
    }
}

@media (max-width: 380px) {
    .pm-hero-title {
        font-size: 1.35rem;
    }

    .pm-hero-benefits li {
        font-size: 0.76rem;
    }
}

@media (min-width: 901px) {
    .pm-hero-fold {
        padding-top: 8px;
    }

    .pm-hero-content:not(.pm-hero-content--simple) .pm-hero-trust,
    .pm-hero-content:not(.pm-hero-content--simple) .pm-hero-title,
    .pm-hero-content:not(.pm-hero-content--simple) .pm-hero-lead,
    .pm-hero-content:not(.pm-hero-content--simple) .pm-hero-lead-sub {
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .pm-hero-content:not(.pm-hero-content--simple) .pm-hero-lead-group {
        margin-left: 0;
        max-width: 48ch;
        align-items: flex-start;
    }

    .pm-hero-content:not(.pm-hero-content--simple) .pm-hero-price-row {
        margin-left: 0;
        align-items: flex-start;
        text-align: left;
    }

    .pm-hero-price-chip {
        margin-left: 0;
        align-items: flex-start;
        text-align: left;
    }

    .pm-hero-benefits {
        margin-left: 0;
        max-width: none;
        grid-template-columns: 1fr;
    }

    .pm-hero-content:not(.pm-hero-content--simple) .pm-hero-cta-row {
        margin-left: 0;
        align-items: flex-start;
    }

    .pm-hero-cta-main {
        width: auto;
        min-width: min(100%, 340px);
    }
}

@media (min-width: 769px) {
    .home-premium { padding-bottom: 0; }
    .home-premium .home-sticky-cta { display: none; }
}

/* ── Tema claro + hero enxuto (override) ── */
.home-premium--light .pm-hero {
    padding: 28px 0 32px;
    background: #fff;
    border-bottom: 1px solid var(--pm-border);
    overflow: visible;
}

.home-premium--light .pm-hero-content--simple {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.home-premium--light .pm-hero-content--simple > * {
    width: 100%;
    text-align: center;
}

.home-premium--light .pm-hero-title {
    font-size: clamp(1.38rem, 5vw, 2rem);
    margin-bottom: 8px;
    line-height: 1.28;
    text-align: center;
}

.home-premium--light .pm-hero-title__line {
    display: block;
    text-align: center;
}

.home-premium--light .pm-hero-trust {
    text-align: center;
    width: 100%;
}

.home-premium--light .pm-hero-lead-group {
    margin-bottom: 16px;
    gap: 6px;
    align-items: center;
    width: 100%;
}

.home-premium--light .pm-hero-lead,
.home-premium--light .pm-hero-lead-sub {
    text-align: center;
    width: 100%;
}

.home-premium--light .pm-hero-price-row {
    margin-bottom: 14px;
    align-items: center;
    text-align: center;
    width: 100%;
}

.home-premium--light .pm-hero-cta-row {
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.home-premium--light .pm-hero-free-link {
    grid-column: auto;
    margin-top: 12px;
    text-align: center;
    width: 100%;
}

.home-premium--light .pm-hero-price-row__value {
    font-size: clamp(1.5rem, 4.5vw, 1.85rem);
    color: #0f172a;
}

.home-premium--light .pm-hero-price-row__note {
    font-size: 0.76rem;
    color: #64748b;
}

.home-premium--light .pm-hero-price-row__note-sub {
    font-size: 0.72rem;
    color: #94a3b8;
}

.home-premium--light .pm-hero-subtitle {
    font-size: 0.7rem;
    max-width: none;
    grid-column: auto;
    text-align: center;
}

.home-premium--light .btn-cta-paid,
.home-premium--light .pm-btn-primary {
    box-shadow: 0 4px 14px rgba(106, 17, 203, 0.22);
}

.home-premium--light .pm-section--dark {
    background: var(--pm-surface-alt);
    border-color: var(--pm-border);
}

.home-premium--light .pm-section--alt {
    background: #fff;
}

.home-premium--light .pm-pain-item,
.home-premium--light .pm-feature-card,
.home-premium--light .pm-area-card,
.home-premium--light .pm-preview-card,
.home-premium--light .pm-testimonial-card,
.home-premium--light .pm-stack-item,
.home-premium--light .pm-why-card,
.home-premium--light .pm-transform-card,
.home-premium--light .pm-guarantee-card,
.home-premium--light .pm-price-card,
.home-premium--light .faq-item,
.home-premium--light .pm-steps li {
    background: #fff;
    box-shadow: var(--pm-shadow);
    color: #0f172a;
    -webkit-text-fill-color: #0f172a;
}

.home-premium--light .pm-how-note {
    color: #64748b;
    -webkit-text-fill-color: #64748b;
}

.home-premium--light .pm-pain-item p,
.home-premium--light .pm-pain-closer {
    color: #334155;
}

.home-premium--light .pm-transform-after .pm-transform-label {
    color: var(--pm-accent);
}

.home-premium--light .pm-transform-card li {
    color: #475569;
}

.home-premium--light .pm-transform-arrow {
    color: var(--pm-accent);
}

.home-premium--light .pm-preview-card__media {
    background: #f8fafc;
}

.home-premium--light .pm-testimonial-quote {
    color: #334155;
}

.home-premium--light .pm-pricing {
    background: var(--pm-surface-alt);
    border-top: 1px solid var(--pm-border);
}

.home-premium--light .pm-price-card {
    border-color: #c7d2fe;
    box-shadow: var(--pm-shadow);
}

.home-premium--light .pm-price-amount {
    background: var(--pm-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-premium--light .home-sticky-cta {
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--pm-border);
    box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.06);
}

.home-premium--light .pm-sticky-text strong {
    color: #0f172a;
}

.home-premium--light .pm-sticky-price__value {
    color: #0f172a;
    -webkit-text-fill-color: #0f172a;
}

.home-premium--light .pm-sticky-price__line {
    -webkit-text-fill-color: currentColor;
}

.home-premium--light .site-footer {
    background: #fff;
    border-top: 1px solid var(--pm-border);
}

.home-premium--light .pm-section-tag {
    color: var(--pm-accent);
}

.home-premium--light .pm-stack-total {
    background: var(--pm-accent-soft);
    border-color: #c7d2fe;
}

.home-premium--light .pm-stack-total-now strong {
    background: var(--pm-grad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.home-premium--light .nav-link-free {
    color: #64748b !important;
}

@media (max-width: 900px) {
    .home-premium--light .pm-hero-content {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 901px) {
    .home-premium--light .pm-hero-content--simple {
        max-width: 560px;
    }
}
