:root{color-scheme:light;--bg: #ffffff;--bg-soft: #fafafa;--bg-line: #f4f4f5;--border: #e4e4e7;--border-strong: #d4d4d8;--text: #18181b;--text-muted: #52525b;--text-soft: #71717a;--accent: #0f766e;--accent-soft: #ccfbf1;--star: #f59e0b;--shadow: 0 20px 60px rgba(24, 24, 27, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--text);scroll-behavior:smooth}body{margin:0;min-width:320px;font-size:16px;line-height:1.65}a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.2em}img,svg{max-width:100%}button,input,textarea,select{font:inherit}.skip-link{position:absolute;left:1rem;top:1rem;z-index:10;transform:translateY(-140%);border:1px solid var(--border);border-radius:8px;background:var(--bg);padding:.65rem .9rem}.skip-link:focus{transform:translateY(0)}.container{width:min(1120px,calc(100% - 32px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:5;border-bottom:1px solid var(--border);background:#ffffffeb;backdrop-filter:blur(12px)}.header-inner{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:1.5rem}.brand{display:inline-flex;align-items:center;gap:.65rem;color:var(--text);font-weight:700;text-decoration:none}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--border);border-radius:8px;background:var(--text);color:var(--bg);font-size:.95rem}.site-nav{display:flex;align-items:center;gap:.25rem;overflow-x:auto;padding-block:.35rem;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav a{border-radius:8px;color:var(--text-muted);padding:.55rem .75rem;text-decoration:none;white-space:nowrap}.site-nav a:hover,.site-nav a.is-active{background:var(--bg-line);color:var(--text)}.hero{padding:72px 0 42px}.hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:48px;align-items:center}.eyebrow{margin:0 0 1rem;color:var(--accent);font-size:.86rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:780px;margin-bottom:1rem;font-size:clamp(2.25rem,6vw,4.35rem);line-height:1.03;letter-spacing:0}h2{margin-bottom:.75rem;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.15;letter-spacing:0}h3{margin-bottom:.45rem;font-size:1.05rem;line-height:1.35}.lead{max-width:720px;color:var(--text-muted);font-size:1.12rem}.hero-actions,.button-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.4rem}.button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid var(--text);border-radius:8px;background:var(--text);color:var(--bg);font-weight:700;padding:.65rem 1rem;text-decoration:none}.button--secondary{border-color:var(--border-strong);background:var(--bg);color:var(--text)}.button:hover{transform:translateY(-1px)}.section{padding:56px 0}.section--soft{border-block:1px solid var(--border);background:var(--bg-soft)}.section-header{max-width:760px;margin-bottom:2rem}.section-header p,.muted{color:var(--text-muted)}.grid{display:grid;gap:1rem}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.plain-card,.review-card,.trust-item,.empty-state,.form-panel,.snapshot{border:1px solid var(--border);border-radius:8px;background:var(--bg)}.plain-card,.review-card,.trust-item,.empty-state,.form-panel{padding:1.25rem}.plain-card p,.trust-item p{color:var(--text-muted)}.trust-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.trust-item__icon{display:grid;width:40px;height:40px;margin-bottom:1rem;place-items:center;border-radius:8px;background:var(--accent-soft);color:var(--accent)}.trust-item__icon svg{width:22px;height:22px;fill:currentColor}.review-card{display:flex;min-height:250px;flex-direction:column;justify-content:space-between;gap:1rem}.review-card blockquote{margin:0}.review-card blockquote p{color:var(--text);font-size:1.05rem}.review-card__meta,.review-card__footer{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.review-card__footer{color:var(--text-soft);font-size:.92rem}.review-card__footer span:last-child{color:var(--star)}.verified-badge,.module-tag{display:inline-flex;min-height:30px;align-items:center;gap:.35rem;border-radius:8px;font-size:.84rem;font-weight:700;padding:.25rem .55rem}.verified-badge{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.verified-badge svg{width:16px;height:16px;fill:currentColor}.module-tag{border:1px solid #bae6fd;background:#f0f9ff;color:#075985}.empty-state{max-width:720px}.empty-state p{color:var(--text-muted)}.snapshot{box-shadow:var(--shadow);overflow:hidden}.snapshot__header,.snapshot__body,.snapshot__list{padding:1.25rem}.snapshot__header{display:flex;justify-content:space-between;border-bottom:1px solid var(--border);color:var(--text-muted);font-size:.88rem;font-weight:700}.snapshot__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;border-bottom:1px solid var(--border)}.snapshot__metric strong{display:block;font-size:clamp(1.75rem,4vw,2.3rem);line-height:1}.snapshot__metric span{color:var(--text-muted);font-size:.92rem}.snapshot__list{display:grid;gap:.65rem}.snapshot__list span{border:1px solid var(--border);border-radius:8px;background:var(--bg-soft);padding:.75rem}.content{max-width:820px}.content p,.content li{color:var(--text-muted)}.content a{color:var(--accent);font-weight:700}.content ul,.content ol{padding-left:1.2rem}.content li+li{margin-top:.5rem}.facts{display:grid;gap:.75rem;margin:1.5rem 0;padding:0;list-style:none}.facts li{border-left:3px solid var(--accent);background:var(--bg-soft);padding:.8rem 1rem}.filter-row{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.4rem}.filter-row a{border:1px solid var(--border);border-radius:8px;padding:.55rem .75rem;text-decoration:none}.filter-row a:hover{border-color:var(--text)}.form-panel form{display:grid;gap:1rem}.field{display:grid;gap:.35rem}.field label{font-weight:700}.field input,.field select,.field textarea{width:100%;border:1px solid var(--border-strong);border-radius:8px;background:var(--bg);padding:.75rem .85rem}.field textarea{min-height:140px;resize:vertical}.notice{border:1px solid #fed7aa;border-radius:8px;background:#fff7ed;color:#9a3412;padding:1rem}details{border:1px solid var(--border);border-radius:8px;background:var(--bg);padding:1rem 1.1rem}details+details{margin-top:.8rem}summary{cursor:pointer;font-weight:700}summary+p{margin-top:.85rem}.site-footer{border-top:1px solid var(--border);background:var(--bg-soft);padding:42px 0}.footer-grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:2rem}.site-footer h2{margin-bottom:.7rem;font-size:.95rem}.site-footer p,.site-footer a{color:var(--text-muted);font-size:.95rem}.site-footer a{display:block;margin-top:.4rem;text-decoration:none}.site-footer a:hover{color:var(--text);text-decoration:underline}.footer-brand{margin-bottom:.9rem}@media(max-width:900px){.header-inner{align-items:flex-start;flex-direction:column;gap:.6rem;padding:.9rem 0}.site-nav{width:100%}.hero-grid,.grid--2,.grid--3,.trust-grid,.footer-grid{grid-template-columns:1fr}.hero{padding-top:48px}}@media(max-width:520px){.container{width:min(100% - 24px,1120px)}.snapshot__body{grid-template-columns:1fr}.button,.button-row .button,.hero-actions .button{width:100%}}
