*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #6366f1;--color-primary-hover: #818cf8;--color-bg: #0f0f17;--color-surface: #16161f;--color-surface-hover: #1e1e2a;--color-text: #e8e8ed;--color-text-muted: #8b8b9e;--color-border: #2a2a3a;--color-overlay: rgba(0, 0, 0, .7);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .5);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 16px;--max-width: 1080px;--header-height: 60px;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-hover)}img{max-width:100%;height:auto}.app-layout{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1;width:100%;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.header{height:var(--header-height);border-bottom:1px solid var(--color-border);background:#0f0f17d9;backdrop-filter:blur(12px);position:sticky;top:0;z-index:100}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;color:var(--color-text);text-decoration:none}.header-logo:hover{text-decoration:none}.logo-icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:var(--color-primary);color:#fff;border-radius:var(--radius-sm);font-size:.875rem;font-weight:800}.header-nav{display:flex;align-items:center;gap:1.5rem}.header-nav a{color:var(--color-text-muted);font-size:.875rem;font-weight:500;transition:color .15s ease}.header-nav a:hover{color:var(--color-text)}.footer{border-top:1px solid var(--color-border);padding:2.5rem 1.5rem;background:var(--color-surface)}.footer-inner{max-width:var(--max-width);margin:0 auto;display:flex;flex-direction:column;gap:1.25rem;font-size:.875rem;color:var(--color-text-muted)}.footer-brand{display:flex;flex-direction:column;gap:.25rem}.footer-logo{font-weight:700;color:var(--color-text);font-size:1rem}.footer-tagline{font-size:.8125rem;color:var(--color-primary);font-style:italic}.footer-links{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.footer-copy{font-size:.8125rem;color:var(--color-text-muted);opacity:.6}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;font-family:inherit;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:all .15s ease;line-height:1.4}.btn:hover{background:var(--color-surface-hover)}.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover{background:var(--color-primary-hover);border-color:var(--color-primary-hover)}.btn-ghost{background:transparent;border-color:var(--color-border);color:var(--color-text-muted)}.btn-ghost:hover{color:var(--color-text);border-color:var(--color-text-muted)}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn-lg{padding:.75rem 1.75rem;font-size:1rem}.form-group{display:flex;flex-direction:column;gap:.375rem}.form-label{font-size:.875rem;font-weight:500}.form-input,.form-textarea{padding:.625rem .875rem;font-size:.875rem;font-family:inherit;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-bg);color:var(--color-text);transition:border-color .15s ease}.form-input::placeholder,.form-textarea::placeholder{color:var(--color-text-muted);opacity:.5}.form-input:focus,.form-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #6366f126}.form-textarea{resize:vertical;min-height:120px}.modal-overlay{position:fixed;inset:0;background:var(--color-overlay);display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem;animation:fadeIn .15s ease}.modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:480px;max-height:90vh;overflow-y:auto;animation:slideUp .2s ease}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border)}.modal-title{font-size:1.125rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--color-text-muted);padding:.25rem;line-height:1}.modal-close:hover{color:var(--color-text)}.modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.modal-description{font-size:.875rem;color:var(--color-text-muted)}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;gap:.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.hero{text-align:center;padding:6rem 0 4rem}.hero-badge{display:inline-block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-primary);border:1px solid var(--color-border);border-radius:100px;padding:.375rem 1rem;margin-bottom:1.5rem}.hero h1{font-size:2.5rem;font-weight:800;line-height:1.15;margin-bottom:1.25rem;max-width:700px;margin-left:auto;margin-right:auto}.text-gradient{background:linear-gradient(135deg,var(--color-primary),#a78bfa);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.125rem;color:var(--color-text-muted);max-width:520px;margin:0 auto 2rem;line-height:1.7}.hero-actions{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap}.section{padding:5rem 0}.section-title{text-align:center;font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.section-subtitle{text-align:center;font-size:1rem;color:var(--color-text-muted);margin-bottom:3rem;max-width:480px;margin-left:auto;margin-right:auto}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:2rem;transition:border-color .2s ease,transform .2s ease}.card:hover{border-color:var(--color-primary);transform:translateY(-2px)}.card-icon{font-size:2rem;display:block;margin-bottom:1rem}.card-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.card-description{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.strengths-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.strength{padding:1.5rem;border-left:3px solid var(--color-primary)}.strength-title{font-size:1rem;font-weight:600;margin-bottom:.375rem}.strength-description{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.cta-section{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:4rem 2rem;margin-bottom:3rem}.privacy-page{padding:3rem 0}.privacy-page h1{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.privacy-page h2{font-size:1.25rem;font-weight:600;margin-top:2rem;margin-bottom:.5rem}.privacy-page p,.privacy-page ul{margin-bottom:1rem;color:var(--color-text-muted)}.privacy-page ul{padding-left:1.5rem}.privacy-page li{margin-bottom:.25rem}@media(min-width:640px){.hero{padding:8rem 0 5rem}.hero h1{font-size:3.25rem}.main-content{padding:0 2rem}.footer-inner{flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:center}}@media(max-width:639px){.header-nav a:not(.btn){display:none}}
