.theme-toggle{display:inline-grid;place-items:center;width:44px;height:44px;min-width:44px;padding:0;border:1px solid var(--line);border-radius:6px;background:transparent;color:var(--text);font:24px/1 Arial,sans-serif;cursor:pointer;flex-shrink:0}
.theme-toggle:focus-visible{outline:3px solid currentColor;outline-offset:3px}

html[data-theme="light"]{--bg:#ffffff;--panel:#f8f7f3;--panel2:#f2efe7;--gold:#80600e;--gold2:#76550b;--text:#272219;--muted:#645c4d;--line:#d8d1c2;--soft:#f5f0e4;--ok:#315b27}
html[data-theme="light"] .top{background:#f4eedf;color:#625024;border-color:var(--line)}
html[data-theme="light"] nav{background:rgba(255,255,255,.97);border-color:var(--line)}
html[data-theme="light"] .links{background:#fff;border-color:var(--line)}
html[data-theme="light"] .lang-toggle{background:#fff;color:var(--gold2);border-color:#aa9464}
html[data-theme="light"] .menu-btn{color:var(--gold2);border-color:#aa9464}
html[data-theme="light"] .btn-gold,html[data-theme="light"] .step:before{background:linear-gradient(135deg,#f1d984,#d5b45c);color:#211b0d}
html[data-theme="light"] .btn-dark{background:#fff;color:#76550b;border-color:#aa9464}
html[data-theme="light"] .hero-card{background:linear-gradient(145deg,#f9f3e5,#f4f1e9);border-color:#c9b786}
html[data-theme="light"] .band{background:linear-gradient(180deg,#f6f2e8,#fff);border-color:var(--line)}
html[data-theme="light"] .stat,html[data-theme="light"] .rate{background:#f8f7f3;border-color:var(--line)}
html[data-theme="light"] .badge{border-color:#bda777}
html[data-theme="light"] .notice{background:#f5edda;color:#584523;border-color:#c5af7f}
html[data-theme="light"] .trust span,html[data-theme="light"] label{color:#645c4d}
html[data-theme="light"] .contact-item{border-color:var(--line)}
html[data-theme="light"] input,html[data-theme="light"] textarea,html[data-theme="light"] select{background:#fff;color:#272219;border-color:#a99f8b}
html[data-theme="light"] .note,html[data-theme="light"] footer{color:#645c4d}
html[data-theme="light"] .form-status.error{color:#a52323}
html[data-theme="light"] .mobile-cta{background:#fff;border-color:var(--line)}
@media(max-width:620px){.nav{gap:9px}.brand{gap:8px;flex:1}.brand small{max-width:180px}.theme-toggle{width:40px;height:44px;min-width:40px}.menu-btn{padding:9px}.brand b{font-size:13px}}
@media(max-width:360px){.brand small{font-size:10px}.brand b{font-size:11px}.brand img{width:35px;height:35px}.nav.wrap{padding-left:12px;padding-right:12px}}

