:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18201b;background:#f6f5ef;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f6f5ef;--surface: #ffffff;--surface-soft: #eef3ec;--text: #18201b;--muted: #5d675f;--border: #d8ded5;--primary: #176b4c;--primary-strong: #0e4d36;--accent: #d47b35;--danger: #a33a32;--success: #176b4c;--shadow: 0 18px 45px rgba(24, 32, 27, .1);--button-shadow: 0 12px 24px rgba(23, 107, 76, .18);--focus-ring: 0 0 0 4px rgba(212, 123, 53, .28)}:root[data-theme=dark]{color-scheme:dark;color:#eef6f0;background:#111612;--bg: #111612;--surface: #19211b;--surface-soft: #203126;--text: #eef6f0;--muted: #b8c7bd;--border: #33443a;--primary: #69c39b;--primary-strong: #9fe0c0;--accent: #e4a15f;--danger: #ff9b91;--success: #9fe0c0;--shadow: 0 18px 45px rgba(0, 0, 0, .28);--button-shadow: 0 12px 26px rgba(105, 195, 155, .18);--focus-ring: 0 0 0 4px rgba(228, 161, 95, .26)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,rgba(212,123,53,.12),transparent 28rem),linear-gradient(180deg,#fbfaf6 0%,var(--bg) 42rem)}main{overflow-x:clip}:root[data-theme=dark] body{background:radial-gradient(circle at top left,rgba(105,195,155,.12),transparent 28rem),linear-gradient(180deg,#151d18 0%,var(--bg) 42rem)}a{color:inherit}button,input,textarea,select{font:inherit}button,select,summary,a{-webkit-tap-highlight-color:rgba(212,123,53,.18)}:where(a,button,input,textarea,select,summary):focus-visible{outline:0;box-shadow:var(--focus-ring)}.site-shell{min-height:100vh}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem clamp(1rem,4vw,3rem);border-bottom:1px solid rgba(216,222,213,.86);background:#fbfaf6f0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}:root[data-theme=dark] .site-header{background:#111612eb}.brand{display:inline-flex;align-items:center;gap:.65rem;color:var(--text);font-size:1.08rem;font-weight:800;text-decoration:none}.brand-mark{display:inline-flex;width:3.55rem;height:2.35rem;align-items:center;justify-content:center;gap:.22rem;border-radius:8px;background:var(--primary);color:#fff;font-size:1.35rem;line-height:1}.brand-mark small{font-size:.72rem;font-weight:950;line-height:1}:root[data-theme=dark] .brand-mark{color:#0d1510}.main-nav{display:flex;align-items:center;gap:.25rem}.main-nav a,.site-footer a{border-radius:8px;color:var(--muted);font-weight:700;padding:.55rem .75rem;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease}.main-nav a.active,.main-nav a:hover,.site-footer a:hover{color:var(--primary-strong);background:var(--surface-soft)}.main-nav a:hover,.site-footer a:hover{transform:translateY(-1px)}.header-call,.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:2.85rem;border-radius:8px;border:1px solid transparent;padding:.72rem 1rem;font-weight:800;text-decoration:none;cursor:pointer;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .16s ease}.header-call,.button.primary{background:var(--primary);color:#fff}:root[data-theme=dark] .header-call,:root[data-theme=dark] .button.primary{color:#0d1510}.button.primary:hover{background:var(--primary-strong);box-shadow:var(--button-shadow);transform:translateY(-2px)}.button.secondary{border-color:var(--border);background:var(--surface);color:var(--text)}.button.danger{border-color:#a33a3252;background:var(--surface);color:var(--danger)}.header-call:hover,.button.secondary:hover{border-color:var(--primary);color:var(--primary-strong);box-shadow:0 10px 22px #18201b1a;transform:translateY(-2px)}.button.danger:hover{border-color:var(--danger);box-shadow:0 10px 22px #a33a321f;transform:translateY(-2px)}.button:active,.header-call:active,.main-nav a:active,.site-footer a:active{box-shadow:none;transform:translateY(1px) scale(.99)}.button:disabled{cursor:wait;opacity:.72;transform:none}.icon-button{display:inline-grid;width:2.65rem;height:2.65rem;place-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .16s ease}.icon-button:hover{border-color:var(--primary);color:var(--primary-strong);box-shadow:0 8px 18px #18201b17;transform:translateY(-1px)}.icon-button:active{box-shadow:none;transform:translateY(1px) scale(.98)}.mobile-only{display:none}.hero-section{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(17rem,.7fr);gap:clamp(1.5rem,5vw,4rem);align-items:center;max-width:1180px;margin:0 auto;padding:clamp(3rem,9vw,6.5rem) clamp(1rem,4vw,3rem) 2rem}.hero-copy h1,.page-header h1,.not-found h1{max-width:13ch;margin:0;color:var(--text);font-size:clamp(2.45rem,7vw,5.2rem);letter-spacing:0;line-height:.98}.hero-copy p,.page-header p{max-width:44rem;color:var(--muted);font-size:clamp(1.08rem,2vw,1.3rem);line-height:1.6}.eyebrow{margin:0 0 .8rem;color:var(--primary-strong);font-size:.88rem;font-weight:900;letter-spacing:0;text-transform:uppercase}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.6rem}.support-panel{min-height:24rem;border:1px solid var(--border);border-radius:8px;padding:clamp(1.25rem,4vw,2rem);background:linear-gradient(155deg,#176b4c17,#d47b3524),var(--surface);box-shadow:var(--shadow);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.support-panel:hover{border-color:#176b4c5c;transform:translateY(-2px)}:root[data-theme=dark] .support-panel{background:linear-gradient(155deg,#69c39b1c,#e4a15f1a),var(--surface)}.support-panel h2{margin:2.2rem 0 1rem;font-size:clamp(1.8rem,4vw,3rem);line-height:1.04}.support-panel p{color:var(--muted);line-height:1.65}.panel-badge{display:inline-flex;align-items:center;gap:.4rem;border-radius:999px;background:#fff;color:var(--primary-strong);font-weight:900;padding:.45rem .75rem}:root[data-theme=dark] .panel-badge{background:#111612}.panel-steps{display:grid;gap:.65rem;margin:1.5rem 0 0;padding:0;list-style:none;counter-reset:steps}.panel-steps li{display:flex;align-items:center;gap:.65rem;color:var(--text);font-weight:800;counter-increment:steps}.panel-steps li:before{display:grid;width:1.8rem;height:1.8rem;place-items:center;border-radius:999px;background:var(--primary);color:#fff;content:counter(steps);font-size:.85rem}:root[data-theme=dark] .panel-steps li:before{color:#0d1510}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:.8rem;max-width:1180px;margin:0 auto;padding:1rem clamp(1rem,4vw,3rem) 3rem}.trust-strip span{display:flex;align-items:center;gap:.5rem;border:1px solid var(--border);border-radius:8px;background:#ffffffb8;color:var(--primary-strong);font-weight:800;padding:.8rem;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.trust-strip span:hover{border-color:var(--primary);box-shadow:0 10px 22px #18201b14;transform:translateY(-2px)}:root[data-theme=dark] .trust-strip span{background:#19211bd1}.home-section,.callback-banner{max-width:1180px;margin:0 auto;padding:0 clamp(1rem,4vw,3rem) 3rem}.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1rem}.home-section-heading h2{max-width:16ch;margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.02}.quick-help-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.quick-help-grid article{display:grid;align-content:space-between;min-height:8rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:1.05rem;font-weight:850;padding:1rem;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.quick-help-grid article:hover{border-color:var(--primary);box-shadow:0 12px 24px #18201b17;transform:translateY(-2px)}.quick-help-grid svg{color:var(--primary)}.callback-banner{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;margin-bottom:2rem}.callback-banner>div{display:grid;grid-template-columns:auto 1fr;gap:.25rem .9rem;align-items:start;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:1.2rem}.callback-banner svg{color:var(--primary)}.callback-banner h2{margin:0}.callback-banner p{grid-column:2;margin:.25rem 0 0;color:var(--muted);line-height:1.6}.content-section{max-width:1180px;margin:0 auto;padding:clamp(2.5rem,6vw,5rem) clamp(1rem,4vw,3rem)}.content-section.narrow{max-width:820px}.page-header{margin-bottom:2rem}.page-header h1{max-width:15ch}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.service-card,.form-card,.request-card,.legal-block,.text-block,.empty-state{border:1px solid var(--border);border-radius:8px;background:#ffffffd6;padding:1.2rem;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.service-card:hover,.request-card:hover{border-color:var(--primary);box-shadow:0 12px 24px #18201b17;transform:translateY(-2px)}:root[data-theme=dark] .service-card,:root[data-theme=dark] .form-card,:root[data-theme=dark] .request-card,:root[data-theme=dark] .legal-block,:root[data-theme=dark] .text-block,:root[data-theme=dark] .empty-state{background:#19211be6}.service-card h2,.legal-block h2,.request-card h2{margin:.75rem 0 .45rem;font-size:1.2rem}.service-icon{display:grid;width:3rem;height:3rem;place-items:center;border-radius:8px;background:var(--surface-soft);color:var(--primary-strong)}.service-card p,.text-block p,.legal-block p,.request-card p{color:var(--muted);line-height:1.65}.legal-disclosure{margin:1rem 0;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:.85rem 1rem}.legal-disclosure summary{color:var(--primary-strong);cursor:pointer;font-weight:900}.legal-disclosure p{margin-bottom:0}.service-card small{display:block;margin-top:1rem;color:var(--primary-strong);font-weight:850;line-height:1.45}.service-note{max-width:52rem;margin:1.2rem 0 0;border-left:4px solid var(--accent);color:var(--muted);line-height:1.6;padding-left:1rem}.payment-info-section{max-width:56rem;margin-top:1.4rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:1.2rem}.payment-info-section h2{margin:0 0 .6rem}.payment-info-section p{margin:0;color:var(--muted);line-height:1.65}.text-block h2,.profile-panel h2,.profile-projects h2{margin:1.5rem 0 .6rem}.about-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(17rem,.48fr);gap:1rem;align-items:start}.profile-panel{border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:1.2rem}.profile-panel ul{margin:0;padding-left:1.1rem;color:var(--muted);line-height:1.55}.profile-panel li+li{margin-top:.45rem}.profile-projects{margin-top:1rem}.form-card{display:grid;gap:1rem}.callback-page .page-header{max-width:820px}.callback-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,.48fr);gap:1rem;align-items:start}.callback-form label:not(.checkbox-row)>span{color:var(--muted);font-size:.93rem;font-weight:600;line-height:1.45}.success-card{display:grid;gap:.35rem;border:1px solid rgba(23,107,76,.28);border-radius:8px;background:var(--surface-soft);color:var(--success);padding:1rem}.success-card h2,.success-card p{margin:0}.success-card p{color:var(--muted);line-height:1.55}.callback-helper{position:sticky;top:6rem;display:grid;gap:1.2rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:1.2rem}.callback-helper h2,.callback-helper p{margin:0}.callback-helper p{color:var(--muted);line-height:1.6}.callback-helper svg{color:var(--primary)}.callback-helper ol{display:grid;gap:.7rem;margin:0;padding-left:1.3rem;color:var(--text);font-weight:800;line-height:1.45}.callback-helper ul{display:grid;gap:.6rem;margin:0;padding:0;list-style:none}.callback-helper li{color:var(--muted)}.callback-helper ul li{display:flex;align-items:center;gap:.5rem;color:var(--primary-strong);font-weight:850}.remote-help-page .page-header{max-width:900px}.remote-safety-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem;margin-bottom:1rem}.remote-safety-card,.remote-warning-card,.remote-consent,.remote-future-note,.locked-instructions{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:1.2rem}.remote-safety-card h2,.remote-warning-card h2{margin:.7rem 0}.remote-safety-card ul,.remote-warning-card ul{display:grid;gap:.65rem;margin:0;padding-left:1.1rem;color:var(--muted);line-height:1.55}.remote-warning-card{background:var(--surface-soft)}.remote-warning-card p,.remote-future-note,.locked-instructions{color:var(--muted);line-height:1.6}.remote-consent{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;margin-bottom:1rem;color:var(--text);cursor:pointer;font-weight:750;line-height:1.55;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.remote-consent:hover,.remote-consent:has(input:focus-visible){border-color:var(--primary);box-shadow:0 10px 22px #18201b14}.remote-consent input{width:1.25rem;height:1.25rem;margin-top:.15rem}.remote-device-section,.remote-request-section{margin-top:1.4rem}.remote-section-heading,.remote-request-section{display:flex;justify-content:space-between;gap:1rem;align-items:start}.remote-section-heading h2,.remote-request-section h2{margin:0;font-size:clamp(1.7rem,3vw,2.6rem)}.remote-request-section>div{max-width:28rem}.remote-request-section p{color:var(--muted);line-height:1.6}.remote-phone-first{margin:0;color:var(--muted);font-weight:850}.remote-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1rem}.remote-tool-card{display:grid;gap:1rem;align-content:space-between;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:1.2rem}.remote-tool-card.primary-tool{border-color:#176b4c47;background:linear-gradient(155deg,#176b4c14,#d47b3514),var(--surface)}:root[data-theme=dark] .remote-tool-card.primary-tool{background:linear-gradient(155deg,#69c39b1a,#e4a15f14),var(--surface)}.remote-tool-card h3{margin:.7rem 0 .45rem;font-size:1.25rem}.remote-tool-card p,.remote-tool-card ol{color:var(--muted);line-height:1.55}.remote-tool-card p{margin:0}.remote-tool-card ol{display:grid;gap:.55rem;margin:0;padding-left:1.2rem}.remote-tool-card .button[aria-disabled=true]{pointer-events:none;opacity:.68}.remote-device-guidance{margin-top:1.4rem}.remote-device-guidance h2{margin:0;font-size:clamp(1.35rem,2vw,1.8rem)}.device-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.8rem;margin-top:1rem}.compact-device-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.compact-device-grid .device-help-card.active{grid-column:span 2}.device-help-card{border:1px solid var(--border);border-radius:8px;background:var(--surface);overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.device-help-card.active{grid-column:span 2;border-color:var(--primary);box-shadow:var(--shadow)}.device-help-card:hover{border-color:var(--primary);box-shadow:0 12px 24px #18201b17;transform:translateY(-2px)}.device-selector{display:grid;width:100%;min-height:7rem;place-items:center;gap:.5rem;border:0;background:transparent;color:var(--text);cursor:pointer;font-weight:900;padding:1rem;text-align:center;transition:background .18s ease,color .18s ease,transform .16s ease}.device-selector svg{color:var(--primary);transition:color .18s ease,transform .18s ease}.device-selector:hover,.device-selector[aria-pressed=true]{background:var(--surface-soft);color:var(--primary-strong)}.device-selector:hover svg,.device-selector[aria-pressed=true] svg{transform:scale(1.08)}.device-selector:active{transform:scale(.99)}.device-instructions{border-top:1px solid var(--border);padding:1rem}.device-instructions ol{display:grid;gap:.65rem;margin:0 0 1rem;padding-left:1.2rem;color:var(--muted);line-height:1.55}.download-actions{display:grid;gap:.7rem}.download-actions .button{width:100%}.download-alternatives{display:flex;flex-wrap:wrap;gap:.45rem}.download-alternatives a,.download-fallback-link{color:var(--primary-strong);font-size:.92rem;font-weight:850;line-height:1.45;text-decoration:none}.download-alternatives a{border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);padding:.4rem .65rem;transition:border-color .18s ease,color .18s ease,transform .16s ease}.download-alternatives a:hover,.download-fallback-link:hover{color:var(--accent)}.download-alternatives a:hover{border-color:var(--primary);transform:translateY(-1px)}.download-fallback-link{display:inline-flex;justify-self:start}.remote-request-form{flex:1;max-width:680px}.form-card label,.admin-heading label,.request-card label{display:grid;gap:.4rem;color:var(--text);font-weight:800}.form-card input,.form-card textarea,.form-card select,.admin-heading select,.request-card select,.request-card input{width:100%;border:1px solid var(--border);border-radius:8px;background:#fff;color:var(--text);padding:.8rem .9rem;transition:background .18s ease,border-color .18s ease,box-shadow .18s ease}:root[data-theme=dark] .form-card input,:root[data-theme=dark] .form-card textarea,:root[data-theme=dark] .form-card select,:root[data-theme=dark] .admin-heading select,:root[data-theme=dark] .request-card select,:root[data-theme=dark] .request-card input{background:#111612}.form-card input:focus,.form-card textarea:focus,.form-card select:focus{outline:3px solid rgba(23,107,76,.18);border-color:var(--primary)}.form-card input:hover,.form-card textarea:hover,.form-card select:hover,.admin-heading select:hover,.request-card select:hover,.request-card input:hover{border-color:var(--primary)}.payment-section,.invoice-fields{display:grid;gap:1rem}.payment-section{border-top:1px solid var(--border);padding-top:1rem}.payment-section h2{margin:0;font-size:1.15rem}.payment-section p,.invoice-fields p{margin:0;color:var(--muted);line-height:1.55}.field-help{color:var(--muted);font-size:.9rem;font-weight:650;line-height:1.4}.invoice-fields{border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:1rem}.checkbox-row{grid-template-columns:auto 1fr;align-items:start;font-weight:600}.checkbox-row input{width:1.2rem;height:1.2rem;margin-top:.15rem}.honeypot-field{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.form-success{color:var(--success);font-weight:800}.form-error{color:var(--danger);font-weight:800}.faq-list{display:grid;gap:.7rem}.faq-list details{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:1rem;transition:border-color .18s ease,box-shadow .18s ease}.faq-list details:hover,.faq-list details[open]{border-color:var(--primary);box-shadow:0 10px 22px #18201b14}.faq-list summary{cursor:pointer;font-weight:900;transition:color .18s ease}.faq-list summary:hover{color:var(--primary-strong)}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.blog-card{color:inherit;text-decoration:none}.blog-card article{height:100%;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--surface);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.blog-card:hover article{border-color:var(--primary);box-shadow:0 14px 28px #18201b1a;transform:translateY(-2px)}.blog-card:active article{box-shadow:none;transform:translateY(1px) scale(.99)}.blog-card-image,.article-hero{display:grid;aspect-ratio:5 / 2;place-items:center;overflow:hidden;background:linear-gradient(135deg,#176b4c24,#d47b3529),var(--surface-soft);color:var(--primary-strong);font-weight:900}.blog-card-image img,.article-hero img{width:100%;height:100%;object-fit:cover}.blog-card-copy{display:grid;gap:.65rem;padding:1rem}.blog-card-copy h2{margin:0;font-size:1.25rem;line-height:1.18}.blog-card-copy p{margin:0;color:var(--muted);line-height:1.55}.blog-tags{display:flex;flex-wrap:wrap;gap:.4rem}.blog-tags span{border:1px solid var(--border);border-radius:999px;background:var(--surface-soft);color:var(--primary-strong);font-size:.82rem;font-weight:850;padding:.35rem .55rem}.back-link{display:inline-flex;align-items:center;gap:.4rem;justify-self:start;margin-bottom:1.4rem;color:var(--primary-strong);font-weight:900;text-decoration:none}.article-layout{max-width:920px}.article-header{margin-bottom:1.4rem}.article-header h1{max-width:15ch;margin:0;color:var(--text);font-size:clamp(2.2rem,6vw,4.6rem);line-height:1}.article-header>p:not(.eyebrow){max-width:48rem;color:var(--muted);font-size:1.18rem;line-height:1.6}.article-hero{margin-bottom:2rem;border:1px solid var(--border);border-radius:8px}.article-body{max-width:760px;color:var(--text);font-size:1.08rem;line-height:1.72}.article-body h2,.article-body h3{margin:2rem 0 .7rem;line-height:1.18}.article-body p,.article-body ul,.article-body ol,.article-body blockquote{margin:0 0 1.1rem}.article-body ul,.article-body ol{padding-left:1.35rem}.article-body li+li{margin-top:.45rem}.article-body blockquote{border-left:4px solid var(--accent);color:var(--muted);padding-left:1rem}.article-body a{color:var(--primary-strong);font-weight:850}.admin-blog-layout{display:grid;grid-template-columns:minmax(15rem,.32fr) minmax(0,1fr);gap:1rem;align-items:start}.admin-blog-list{position:sticky;top:1rem;display:grid;gap:.75rem}.admin-blog-list article{display:grid;gap:.55rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:.75rem}.admin-blog-list article.active{border-color:var(--primary);box-shadow:0 10px 22px #18201b14}.admin-blog-list article>button{display:grid;grid-template-columns:auto 1fr;gap:.55rem;align-items:start;border:0;background:transparent;color:var(--text);cursor:pointer;padding:0;text-align:left}.admin-blog-list small{display:block;margin-top:.25rem;color:var(--muted);font-weight:750}.admin-blog-list .status-pill{justify-self:start}.admin-blog-list select,.blog-editor input,.blog-editor textarea,.blog-editor select{width:100%;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:.75rem .85rem}.blog-editor textarea{resize:vertical}.editor-toolbar{display:flex;justify-content:space-between;gap:1rem;align-items:start}.editor-toolbar h2{margin:0}.editor-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.editor-grid,.language-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.editor-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-grid.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-editor fieldset{display:grid;gap:1rem;min-width:0;margin:0;border:1px solid var(--border);border-radius:8px;padding:1rem}.blog-editor legend{color:var(--primary-strong);font-weight:950;padding:0 .35rem}.editor-image-preview{margin:0}.blog-live-preview{display:grid;gap:1rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:1rem}.preview-language-toggle{display:inline-flex;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:.2rem}.preview-language-toggle button{border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font-weight:950;padding:.5rem .7rem}.preview-language-toggle button.active{background:var(--primary);color:#fff}:root[data-theme=dark] .preview-language-toggle button.active{color:#0d1510}.article-preview-shell{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:clamp(1rem,3vw,1.5rem)}.article-preview-shell .article-header h1{font-size:clamp(2rem,5vw,3.6rem)}.file-upload-control{display:grid;gap:.5rem}.file-upload-control input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.file-upload-control .button{justify-self:start}.site-footer{display:flex;justify-content:space-between;gap:1rem;padding:2rem clamp(1rem,4vw,3rem);border-top:1px solid var(--border);background:#fff}:root[data-theme=dark] .site-footer{background:#151d18}.site-footer p{color:var(--muted)}.site-footer nav{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.privacy-notice{position:fixed;right:clamp(1rem,4vw,2rem);bottom:clamp(1rem,4vw,2rem);z-index:30;display:flex;max-width:min(44rem,calc(100vw - 2rem));gap:1rem;align-items:center;border:1px solid var(--border);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);padding:1rem}.privacy-notice strong,.privacy-notice p{margin:0}.privacy-notice p{margin-top:.25rem;color:var(--muted);line-height:1.45}.privacy-notice a{color:var(--primary-strong);font-weight:850}.privacy-notice-actions{display:flex;flex-shrink:0;gap:.55rem}.language-switcher{display:inline-flex;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:.2rem}.language-switcher button{border:0;border-radius:6px;background:transparent;color:var(--muted);cursor:pointer;font-weight:900;padding:.42rem .55rem;transition:background .18s ease,color .18s ease,transform .16s ease}.language-switcher button.active{background:var(--primary);color:#fff}.language-switcher button:hover{color:var(--primary-strong);transform:translateY(-1px)}.language-switcher button.active:hover{color:#fff}.language-switcher button:active{transform:translateY(1px) scale(.98)}:root[data-theme=dark] .language-switcher button.active{color:#0d1510}.theme-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.45rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);cursor:pointer;font-weight:900;padding:.45rem .65rem;transition:border-color .18s ease,box-shadow .18s ease,color .18s ease,transform .16s ease}.theme-toggle:hover{border-color:var(--primary);color:var(--primary-strong);box-shadow:0 8px 18px #18201b17;transform:translateY(-1px)}.theme-toggle:active{box-shadow:none;transform:translateY(1px) scale(.98)}.admin-shell{display:grid;grid-template-columns:17rem 1fr;min-height:100vh}.admin-sidebar{display:flex;flex-direction:column;gap:1rem;border-right:1px solid var(--border);background:var(--surface);padding:1.2rem}.admin-nav{display:grid;gap:.45rem}.admin-nav a{border-radius:8px;color:var(--muted);font-weight:850;padding:.7rem .8rem;text-decoration:none;transition:background .18s ease,color .18s ease,transform .16s ease}.admin-nav a.active,.admin-nav a:hover{background:var(--surface-soft);color:var(--primary-strong)}.admin-nav a:hover{transform:translate(2px)}.admin-preference-controls{display:grid;gap:.65rem}.admin-preference-controls .language-switcher,.admin-preference-controls .theme-toggle{width:100%}.admin-preference-controls .language-switcher{display:grid;grid-template-columns:1fr 1fr}.admin-main{padding:clamp(1rem,4vw,2rem)}.admin-heading,.request-card{display:flex;justify-content:space-between;gap:1rem;align-items:start}.admin-heading-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:end;justify-content:flex-end}.admin-heading{margin-bottom:1rem}.admin-heading h1{margin:0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.04}.admin-heading p{color:var(--muted)}.trash-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem;border:1px solid rgba(163,58,50,.32);border-radius:8px;background:var(--surface-soft);padding:1rem}.trash-toolbar p{margin:.2rem 0 0;color:var(--muted);line-height:1.5}.status-tabs{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1rem}.admin-filter-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1rem}.admin-filter-row label{display:grid;gap:.35rem;color:var(--text);font-weight:850}.admin-filter-row select,.admin-filter-row input{min-width:12rem;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:.65rem .8rem;transition:border-color .18s ease,box-shadow .18s ease}.admin-filter-row select:hover,.admin-filter-row input:hover{border-color:var(--primary)}.status-tabs button{border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--muted);cursor:pointer;font-weight:900;padding:.55rem .85rem;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .16s ease}.status-tabs button.active,.status-tabs button:hover{border-color:var(--primary);background:var(--surface-soft);color:var(--primary-strong)}.status-tabs button:hover{transform:translateY(-1px)}.status-tabs button:active{transform:translateY(1px) scale(.98)}.request-list{display:grid;gap:1rem}.analytics-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem;margin-bottom:1rem}.analytics-summary-grid article,.analytics-panel,.analytics-table-section{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:1rem}.analytics-summary-grid article{display:grid;gap:.4rem}.analytics-summary-grid svg{color:var(--primary)}.analytics-summary-grid span,.analytics-panel p{color:var(--muted);font-weight:750}.analytics-summary-grid strong{font-size:2rem;line-height:1}.analytics-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.compact-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1rem}.consent-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.consent-summary-grid article{display:grid;gap:.35rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:.9rem}.consent-summary-grid span{color:var(--muted);font-weight:800}.consent-summary-grid strong{font-size:1.7rem;line-height:1}.analytics-panel h2,.analytics-table-section h2{margin:0 0 .8rem;font-size:1.15rem}.analytics-panel ul{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.analytics-panel li{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--border);padding-bottom:.5rem}.analytics-table-section{margin-top:1rem}.analytics-table-wrap{overflow-x:auto}.analytics-table{width:100%;border-collapse:collapse;min-width:48rem}.analytics-table th,.analytics-table td{border-bottom:1px solid var(--border);padding:.7rem;text-align:left}.analytics-table th{color:var(--muted);font-size:.82rem;text-transform:uppercase}.request-card{align-items:stretch;padding:0;overflow:hidden}.request-card-main{flex:1;padding:1.2rem}.request-card-header{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1rem}.request-card-header h2{margin-top:.55rem;font-size:1.45rem}.request-card-header small{color:var(--muted);white-space:nowrap}.status-pill{display:inline-flex;border-radius:999px;font-size:.78rem;font-weight:950;padding:.35rem .6rem}.request-type-pill{display:inline-flex;margin-left:.35rem;border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:.78rem;font-weight:950;padding:.35rem .6rem}.status-new{background:#d47b3529;color:var(--accent)}.status-contacted{background:#176b4c1f;color:var(--primary-strong)}.status-resolved{background:#176b4c2e;color:var(--success)}.status-archived,.status-draft{background:var(--surface-soft);color:var(--muted)}.status-published{background:#176b4c2e;color:var(--success)}.request-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin:0 0 1rem}.request-meta div{border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:.8rem}.request-meta dt{color:var(--muted);font-size:.8rem;font-weight:900;margin-bottom:.35rem;text-transform:uppercase}.request-meta dd{display:grid;gap:.35rem;margin:0;color:var(--text);font-weight:800}.request-meta a{display:inline-flex;align-items:center;gap:.4rem;color:var(--primary-strong);text-decoration:none}.inline-icon-value{display:inline-flex;align-items:center;gap:.4rem}.invoice-details-panel{margin:1rem 0;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:1rem}.invoice-details-panel>strong{display:block;margin-bottom:.7rem}.invoice-details-panel dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:0}.invoice-details-panel dt{color:var(--muted);font-size:.8rem;font-weight:900;margin-bottom:.25rem;text-transform:uppercase}.invoice-details-panel dd{margin:0;color:var(--text);font-weight:750;line-height:1.45}.invoice-details-panel a{color:var(--primary-strong);text-decoration:none}.request-message{border-top:1px solid var(--border);padding-top:1rem}.request-message strong{color:var(--text)}.request-message p{margin-bottom:0;white-space:pre-wrap}.request-note{display:grid;gap:.65rem;margin-top:1rem;border-top:1px solid var(--border);padding-top:1rem}.request-note textarea{width:100%;resize:vertical;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:.8rem .9rem}.request-note .button{justify-self:start}.request-actions{display:grid;align-content:start;gap:.65rem;width:min(18rem,100%);border-left:1px solid var(--border);background:var(--surface-soft);padding:1.2rem}.request-actions>span{color:var(--muted);font-size:.85rem;font-weight:900;text-transform:uppercase}.request-actions .button{justify-content:flex-start;min-height:2.55rem;width:100%}.admin-checkbox-row{grid-template-columns:auto 1fr;align-items:center}.admin-checkbox-row input{width:1.1rem;height:1.1rem}.setup-note{color:var(--muted);font-size:.95rem;line-height:1.55}@media(max-width:900px){.desktop-only{display:none}.mobile-only{display:inline-grid}.main-nav{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;align-items:stretch;padding:.8rem;border-bottom:1px solid var(--border);background:var(--surface)}.main-nav.is-open{display:flex}.main-nav a{padding:.9rem}.hero-section,.card-grid,.blog-grid,.trust-strip,.quick-help-grid,.about-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-section,.about-layout,.callback-layout,.remote-safety-grid,.remote-tool-grid,.remote-request-section,.admin-shell,.admin-blog-layout,.editor-grid,.language-editor-grid,.analytics-summary-grid,.consent-summary-grid,.analytics-grid{grid-template-columns:1fr}.admin-blog-list{position:static}.remote-section-heading,.remote-request-section{flex-direction:column}.device-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.device-help-card.active,.compact-device-grid .device-help-card.active{grid-column:span 2}.callback-helper{position:static}.support-panel{min-height:auto}.callback-banner{align-items:stretch;flex-direction:column}.callback-banner .button{width:100%}.site-footer,.privacy-notice,.admin-heading,.request-card{flex-direction:column}.privacy-notice{align-items:stretch;left:1rem;right:1rem}.privacy-notice-actions{flex-direction:column}.request-card-header,.request-meta{grid-template-columns:1fr}.request-card-header{flex-direction:column}.request-card-header small{white-space:normal}.request-actions{width:100%;border-left:0;border-top:1px solid var(--border)}.admin-sidebar{border-right:0;border-bottom:1px solid var(--border)}}@media(min-width:1280px){.site-header{padding-right:max(3rem,calc((100vw - 1180px)/2));padding-left:max(3rem,calc((100vw - 1180px)/2))}.hero-section{padding-top:5.5rem}}@media(max-width:560px){.hero-copy h1,.page-header h1,.not-found h1{font-size:2.3rem}.hero-actions,.button,.quick-help-grid,.trust-strip,.blog-grid,.card-grid{width:100%;grid-template-columns:1fr}.home-section-heading{align-items:start;flex-direction:column}.callback-banner>div{grid-template-columns:1fr}.callback-banner p{grid-column:1}.device-grid{grid-template-columns:1fr}.device-help-card.active,.compact-device-grid .device-help-card.active{grid-column:span 1}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}}
