@import"https://fonts.googleapis.com/css2?family=Jost:wght@400;500;700;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-family:Jost,sans-serif}html{font-size:20px;background:#fff;color:#111827}.container{width:100%;max-width:1100px;margin:0 auto;padding:0 1.5rem}.page{min-height:100vh;display:flex;flex-direction:column}nav{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e5e7eb}nav .container{height:64px;display:flex;align-items:center}.logo{font-size:1.1rem;font-weight:900;letter-spacing:-.03em;color:#111827;text-decoration:none}.hero{padding:5rem 0 4rem;flex:1}.hero .container{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.hero-text{max-width:520px}.eyebrow{display:block;font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:#6b7280;margin-bottom:1.25rem}h1{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;line-height:1.08;letter-spacing:-.03em;color:#111827;margin-bottom:1.25rem}.sub{font-size:.9rem;color:#6b7280;line-height:1.7;margin-bottom:.5rem}.form-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:20px;padding:2rem}h2{font-size:1.1rem;font-weight:700;color:#111827;letter-spacing:-.02em;margin-bottom:.35rem}.form-hint{font-size:.7rem;color:#6b7280;margin-bottom:1.5rem}label[for]{display:block;font-size:.7rem;font-weight:500;color:#374151;margin-bottom:.3rem}input[type=text],input[type=email]{width:100%;border:1px solid #d1d5db;border-radius:12px;padding:.6rem 1rem;font-size:.8rem;color:#111827;background:#fff;outline:none;margin-bottom:.85rem;transition:border-color .15s}input[type=text]:focus,input[type=email]:focus{border-color:#111827}input.invalid{border-color:#dc2626;margin-bottom:.25rem}.err{display:block;font-size:.65rem;color:#dc2626;margin-bottom:.75rem}.check-row{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:.25rem}input[type=checkbox]{width:16px;height:16px;margin-top:2px;flex-shrink:0;accent-color:#111827;cursor:pointer}.consent-txt{font-size:.68rem;color:#4b5563;line-height:1.6;cursor:pointer}.btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;background:#111827;color:#fff;border:none;border-radius:9999px;padding:.65rem 2rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s}.btn:hover:not(:disabled){background:#1f2937}.btn:disabled{background:#9ca3af;cursor:not-allowed}.spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}@keyframes spin{to{transform:rotate(360deg)}}.success{display:flex;flex-direction:column;gap:.5rem}.success-icon{width:48px;height:48px;background:#f0fdf4;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;color:#16a34a}.success-icon svg{width:22px;height:22px}.success p{font-size:.85rem;color:#6b7280;line-height:1.7}.strip{background:#f9fafb;border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.strip .container{padding-top:1.25rem;padding-bottom:1.25rem;display:flex;gap:2.5rem;flex-wrap:wrap}.stat-val{display:block;font-size:1.3rem;font-weight:900;color:#111827}.stat-lbl{font-size:.62rem;color:#6b7280}footer{border-top:1px solid #e5e7eb}footer .container{padding-top:1.25rem;padding-bottom:1.25rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.copy{font-size:.62rem;color:#6b7280}.footer-nav{display:flex;gap:1rem}.footer-link{font-size:.62rem;color:#6b7280;text-decoration:none;transition:color .15s}.footer-link:hover{color:#111827}.policy-main{flex:1;padding:3rem 0 4rem}.policy-wrap{max-width:760px}.policy-title{font-size:clamp(1.6rem,4vw,2.2rem);font-weight:900;letter-spacing:-.03em;color:#111827;margin-bottom:.4rem}.policy-updated{font-size:.65rem;color:#9ca3af;margin-bottom:2.5rem}.policy-wrap section{margin-bottom:2.25rem}.policy-wrap h2{font-size:.9rem;font-weight:700;color:#111827;letter-spacing:-.01em;margin-bottom:.75rem;margin-top:0}.policy-wrap p{font-size:.78rem;color:#374151;line-height:1.75;margin-bottom:.65rem}.policy-wrap ul{list-style:disc;padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem;margin-bottom:.65rem}.policy-wrap li{font-size:.78rem;color:#374151;line-height:1.7}.policy-wrap a{color:#111827;text-underline-offset:3px}.policy-wrap a:hover{color:#4b5563}.policy-table{width:100%;border-collapse:collapse;font-size:.72rem;margin-bottom:.5rem}.policy-table th,.policy-table td{border:1px solid #e5e7eb;padding:.6rem .85rem;text-align:left;color:#374151;line-height:1.6}.policy-table th{background:#f9fafb;font-weight:600;color:#111827}.footer-link--btn{background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.cookie-bar{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fff;border-top:1px solid #e5e7eb;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;box-shadow:0 -4px 24px #0000000f}.cookie-bar-text{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:200px}.cookie-bar-text strong{font-size:.75rem;font-weight:700;color:#111827}.cookie-bar-text span{font-size:.65rem;color:#6b7280;line-height:1.6}.cookie-bar-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;flex-wrap:wrap}.cookie-btn{border-radius:9999px;padding:.5rem 1.1rem;font-size:.68rem;font-weight:600;cursor:pointer;border:none;transition:background .15s,color .15s;white-space:nowrap}.cookie-btn--primary{background:#111827;color:#fff}.cookie-btn--primary:hover{background:#1f2937}.cookie-btn--outline{background:#fff;color:#111827;border:1px solid #d1d5db}.cookie-btn--outline:hover{border-color:#111827}.cookie-btn--ghost{background:none;color:#6b7280}.cookie-btn--ghost:hover{color:#111827}.cookie-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#00000059;display:flex;align-items:flex-end;justify-content:center;padding:1rem}@media (min-width: 600px){.cookie-overlay{align-items:center}}.cookie-modal{background:#fff;border-radius:20px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;box-shadow:0 20px 60px #00000026}.cookie-modal-header{display:flex;align-items:center;justify-content:space-between}.cookie-modal-title{font-size:.9rem;font-weight:700;color:#111827;letter-spacing:-.02em}.cookie-modal-close{width:28px;height:28px;background:#f3f4f6;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.cookie-modal-close:hover{background:#e5e7eb}.cookie-modal-close svg{width:14px;height:14px;color:#374151}.cookie-modal-intro{font-size:.72rem;color:#6b7280;line-height:1.7;margin:0}.cookie-cat-list{display:flex;flex-direction:column;gap:0;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.cookie-cat-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-bottom:1px solid #f3f4f6}.cookie-cat-row:last-child{border-bottom:none}.cookie-cat-info{flex:1}.cookie-cat-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.2rem}.cookie-cat-label{font-size:.72rem;font-weight:600;color:#111827}.cookie-cat-badge{font-size:.55rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;background:#f3f4f6;color:#6b7280;border-radius:999px;padding:.15rem .5rem}.cookie-cat-desc{font-size:.65rem;color:#6b7280;line-height:1.6;margin:0 0 .15rem}.cookie-cat-services{font-size:.6rem;color:#9ca3af;margin:0}.cookie-switch{width:36px;height:20px;border-radius:999px;background:#d1d5db;border:none;cursor:pointer;padding:2px;display:flex;align-items:center;flex-shrink:0;transition:background .2s;position:relative}.cookie-switch--on{background:#111827}.cookie-switch--disabled{background:#111827;opacity:.4;cursor:not-allowed}.cookie-switch-thumb{width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s;display:block;box-shadow:0 1px 3px #0003}.cookie-switch--on .cookie-switch-thumb,.cookie-switch--disabled .cookie-switch-thumb{transform:translate(16px)}.cookie-modal-footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap;padding-top:.25rem}.cookie-modal-footer-right{display:flex;gap:.5rem}@media (max-width: 768px){html{font-size:17px}.hero{padding:2.5rem 0 2rem}.hero .container{grid-template-columns:1fr;gap:2rem}.strip .container{gap:1.5rem}.cookie-bar{flex-direction:column;align-items:stretch;gap:.85rem;padding:1rem}.cookie-bar-actions{justify-content:flex-end}.cookie-modal{padding:1.25rem;border-radius:16px 16px 0 0;max-height:85vh}.cookie-modal-footer{flex-direction:column;align-items:stretch}.cookie-modal-footer-right{flex-direction:column}.cookie-modal-footer .cookie-btn,.cookie-modal-footer-right .cookie-btn{width:100%;justify-content:center;text-align:center}}
