:root {
    --bg: #0a0a0a;
    --bg-soft: #111111;
    --bg-elevated: rgba(20, 20, 20, 0.92);
    --panel: rgba(24, 24, 24, 0.78);
    --panel-strong: rgba(28, 28, 28, 0.95);
    --accent: #22c55e;
    --accent-soft: #4ade80;
    --accent-strong: #ef4444;
    --apple-blue: #22c55e;
    --apple-teal: #ef4444;
    --danger: #ef4444;
}

.site-theme-frod .brand-mark {
    background: linear-gradient(135deg, #22c55e 0%, #ef4444 100%);
    box-shadow:
        0 0 0 8px rgba(34, 197, 94, 0.12),
        0 0 30px rgba(239, 68, 68, 0.28);
}

.site-theme-frod .home-page::before {
    background:
        radial-gradient(ellipse 42% 28% at 8% -2%, rgba(34, 197, 94, 0.1), transparent 68%),
        radial-gradient(ellipse 36% 24% at 92% 4%, rgba(239, 68, 68, 0.08), transparent 70%);
}

.site-theme-frod .home-page .landing-hero-main {
    overflow: hidden;
    background:
        radial-gradient(circle at 100% 0%, rgba(34, 197, 94, 0.12), transparent 34%),
        var(--home-glass);
}

.site-theme-frod .home-page .landing-chip-accent {
    background: rgba(34, 197, 94, 0.14);
    color: #bbf7d0;
    box-shadow: inset 0 0 0 1px rgba(34, 197, 94, 0.24);
}

.site-theme-frod .button.primary {
    background: linear-gradient(180deg, #3ecf8e 0%, #16a34a 46%, #14532d 100%);
    border-color: rgba(134, 239, 172, 0.42);
    color: #f0fdf4;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 14px 28px rgba(34, 197, 94, 0.24);
}

.site-theme-frod .button.primary:hover {
    background: linear-gradient(180deg, #4ade80 0%, #22c55e 48%, #166534 100%);
    border-color: rgba(187, 247, 208, 0.5);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 18px 34px rgba(34, 197, 94, 0.3);
}

.site-theme-frod .button.secondary {
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.16) 0%, rgba(239, 68, 68, 0.06) 100%);
    border-color: rgba(248, 113, 113, 0.38);
    color: #ffe4e6;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 10px 24px rgba(239, 68, 68, 0.12);
}

.site-theme-frod .button.secondary:hover {
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.24) 0%, rgba(239, 68, 68, 0.1) 100%);
    border-color: rgba(252, 165, 165, 0.52);
    color: #fff1f2;
}

.site-theme-frod .button.ghost {
    border-color: rgba(134, 239, 172, 0.24);
    color: #bbf7d0;
    background: rgba(255, 255, 255, 0.03);
}

.site-theme-frod .button.ghost:hover {
    border-color: rgba(134, 239, 172, 0.42);
    background: rgba(34, 197, 94, 0.08);
    color: #dcfce7;
}

.site-theme-frod .button:focus-visible {
    outline-color: rgba(74, 222, 128, 0.72);
}

.site-theme-frod .home-page .landing-action-row .button.primary,
.site-theme-frod .home-page .landing-plan-actions .button.primary,
.site-theme-frod .home-page .landing-final-actions .button.primary {
    background: linear-gradient(180deg, #3ecf8e 0%, #16a34a 46%, #14532d 100%);
    color: #f0fdf4;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.24),
        0 14px 28px rgba(34, 197, 94, 0.24);
}

.site-theme-frod .home-page .button.primary:hover,
.site-theme-frod .home-page .landing-action-row .button.primary:hover,
.site-theme-frod .home-page .landing-plan-actions .button.primary:hover,
.site-theme-frod .home-page .landing-final-actions .button.primary:hover {
    background: linear-gradient(180deg, #4ade80 0%, #22c55e 48%, #166534 100%);
    color: #ffffff;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        0 18px 34px rgba(34, 197, 94, 0.3);
}

.site-theme-frod .home-page .landing-action-row .button.secondary,
.site-theme-frod .home-page .landing-plan-actions .button.secondary,
.site-theme-frod .home-page .landing-final-actions .button.secondary,
.site-theme-frod .home-page .home-faq-side-actions .button.secondary {
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.16) 0%, rgba(239, 68, 68, 0.06) 100%);
    border-color: rgba(248, 113, 113, 0.38);
    color: #ffe4e6;
}

.site-theme-frod .home-page .landing-action-row .button.ghost,
.site-theme-frod .home-page .landing-plan-actions .button.ghost,
.site-theme-frod .home-page .landing-final-actions .button.ghost,
.site-theme-frod .home-page .home-faq-side-actions .button.ghost {
    border-color: rgba(134, 239, 172, 0.24);
    color: #bbf7d0;
    background: rgba(255, 255, 255, 0.03);
}

.site-theme-frod .landing-plan-card-featured {
    border-color: rgba(34, 197, 94, 0.45);
    box-shadow:
        inset 0 1px 0 rgba(34, 197, 94, 0.12),
        0 18px 40px rgba(34, 197, 94, 0.12);
}

.site-theme-frod .landing-final-card {
    background:
        radial-gradient(circle at top left, rgba(34, 197, 94, 0.14), transparent 32%),
        radial-gradient(circle at bottom right, rgba(239, 68, 68, 0.12), transparent 28%),
        linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(10, 10, 10, 0.92));
}
