:root{--color-bg-primary: 15 15 15;--color-bg-secondary: 26 26 26;--color-bg-tertiary: 23 23 23;--color-border: 58 58 58;--color-border-light: 42 42 42;--color-surface: 26 26 26;--color-text-primary: 245 245 245;--color-text-secondary: 212 212 212;--color-accent: #7da3cc;--color-primary: #002c50}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,sans-serif;background:rgb(var(--color-bg-secondary));color:rgb(var(--color-text-primary));min-height:100vh;-webkit-font-smoothing:antialiased}header{background:rgb(var(--color-surface));border-bottom:1px solid rgb(var(--color-border-light));padding:.875rem 2rem;display:flex;align-items:center;gap:.75rem}.header-logo{height:2.5rem;width:auto}.tagline{font-size:.875rem;color:rgb(var(--color-text-secondary));border-left:1px solid rgb(var(--color-border));padding-left:.75rem;margin-left:.25rem}main{max-width:860px;margin:3rem auto;padding:0 1.5rem}h1{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:rgb(var(--color-text-primary))}h2{font-size:1.25rem;font-weight:600;margin-bottom:1.25rem;color:rgb(var(--color-text-primary))}.subtitle{color:rgb(var(--color-text-secondary));margin-bottom:3rem;font-size:1.05rem}section{margin-bottom:3rem}.faq-list{display:flex;flex-direction:column;gap:.75rem}details{background:rgb(var(--color-surface));border:1px solid rgb(var(--color-border-light));border-radius:8px;overflow:hidden}summary{padding:1rem 1.25rem;font-weight:500;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;-webkit-user-select:none;user-select:none;color:rgb(var(--color-text-primary))}summary::-webkit-details-marker{display:none}summary:after{content:"+";font-size:1.25rem;color:var(--color-accent);line-height:1}details[open] summary:after{content:"\2212"}details p{padding:0 1.25rem 1rem;color:rgb(var(--color-text-secondary));line-height:1.65}.card{background:rgb(var(--color-surface));border:1px solid rgb(var(--color-border-light));border-radius:10px;padding:2rem}.form-row{margin-bottom:1.25rem}label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.4rem;color:rgb(var(--color-text-primary))}input,textarea,select{width:100%;padding:.65rem .9rem;border:1px solid rgb(var(--color-border));border-radius:6px;font-size:.95rem;font-family:inherit;color:rgb(var(--color-text-primary));background:rgb(var(--color-bg-tertiary));outline:none}input:focus,textarea:focus,select:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #7da3cc26}textarea{resize:vertical;min-height:130px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media(max-width:520px){.two-col{grid-template-columns:1fr}}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%239ca3af' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}button[type=submit]{background:var(--color-primary);color:#fff;border:none;padding:.75rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}button[type=submit]:hover{background:#00365f}#form-status{margin-top:1rem;font-size:.9rem;min-height:1.2rem}.status-ok{color:#4ade80}.privacy-main{max-width:760px;margin:3rem auto;padding:0 1.5rem 4rem}.meta{font-size:.85rem;color:rgb(var(--color-text-secondary));margin-bottom:2.5rem}.privacy-main h2{font-size:1.1rem;margin-top:2.25rem;padding-bottom:.4rem;border-bottom:1px solid rgb(var(--color-border-light))}p{line-height:1.7;color:rgb(var(--color-text-secondary));margin-bottom:.75rem}ul{margin:.5rem 0 .75rem 1.5rem;line-height:1.7;color:rgb(var(--color-text-secondary))}ul li{margin-bottom:.25rem}address{font-style:normal;line-height:1.8;color:rgb(var(--color-text-secondary));margin-bottom:.75rem}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}.contact-block{background:rgb(var(--color-bg-tertiary));border:1px solid rgb(var(--color-border-light));border-radius:8px;padding:1.25rem 1.5rem;margin-top:.75rem}footer{text-align:center;padding:2rem;font-size:.8rem;color:rgb(var(--color-text-secondary));border-top:1px solid rgb(var(--color-border-light));margin-top:2rem}footer a{color:rgb(var(--color-text-secondary))}footer a:hover{color:var(--color-accent);text-decoration:underline}*{scrollbar-width:thin;scrollbar-color:rgb(var(--color-border)) rgb(var(--color-bg-secondary))}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:rgb(var(--color-bg-secondary))}*::-webkit-scrollbar-thumb{background:rgb(var(--color-border));border-radius:4px}*::-webkit-scrollbar-thumb:hover{background:rgb(var(--color-text-secondary))}
