
html[data-theme="light"] body{
    background:var(--bg) !important;
    color:var(--text) !important;
}
html[data-theme="light"] .section,
html[data-theme="light"] .container{
    color:var(--text);
}
html[data-theme="light"] .hero p,
html[data-theme="light"] .statement p,
html[data-theme="light"] .kicker,
html[data-theme="light"] .info p,
html[data-theme="light"] p,
html[data-theme="light"] .subtitle{
    color:var(--muted) !important;
}
html[data-theme="light"] .card,
html[data-theme="light"] .info,
html[data-theme="light"] input,
html[data-theme="light"] textarea{
    background:var(--surface) !important;
    color:var(--text) !important;
    border-color:var(--border) !important;
}
html[data-theme="light"] .card-title,
html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3{
    color:var(--text) !important;
}
html[data-theme="light"] .cta a,
html[data-theme="light"] .back-link{
    background:rgba(255,255,255,.88) !important;
    color:#111 !important;
    border-color:rgba(17,17,17,.14) !important;
}
