:root {
    --home-primary: #ff6a3d;
    --home-primary-hover: #e85a30;
    --home-primary-dark: #d94f24;
    --home-primary-soft: rgba(255, 106, 61, 0.12);
    --home-primary-soft-strong: rgba(255, 106, 61, 0.18);
    --home-primary-border: rgba(255, 106, 61, 0.35);
    --home-primary-shadow: rgba(255, 106, 61, 0.25);
    --home-primary-shadow-strong: rgba(255, 106, 61, 0.35);

    --home-bg: #fcf8f9;
    --home-bg-alt: #fafafc;
    --home-surface: #ffffff;
    --home-surface-soft: #f7f7fa;
    --home-surface-muted: #f1eded;
    --home-border: #e8e8ef;
    --home-text: #1c1b1c;
    --home-text-strong: #000000;
    --home-text-muted: #68687a;
    --home-text-body: #47464b;
    --home-text-soft: #8a8a9b;

    --home-badge-bg: var(--home-primary-soft);
    --home-badge-color: var(--home-primary);
}

.home-section-badge {
    display: inline-block;
    background: var(--home-badge-bg);
    color: var(--home-badge-color);
    font-size: 14px;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 16px;
    letter-spacing: 0.02em;
    line-height: 1.2;
}

.home-section-badge--icon {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.home-section-badge--icon .material-symbols-outlined {
    font-size: 16px;
    line-height: 1;
}
