/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700;800&display=swap');*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}body{font-family:'Work Sans',sans-serif;color:#1e293b;line-height:1.6;}a{text-decoration:none;color:inherit;}img{max-width:100%;height:auto;display:block;}#cookie-check{position:fixed;top:-9999px;opacity:0;pointer-events:none;}#cookie-check:checked~#cookie-bar{display:none!important;}#cookie-bar{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:#1e3a5f;color:#fff;padding:1rem 1.5rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;justify-content:space-between;box-shadow:0 -4px 20px rgba(0,0,0,.25);}.cookie-accept{background:#2563eb;color:#fff;padding:.5rem 1.5rem;border-radius:.375rem;font-weight:700;cursor:pointer;font-size:.875rem;border:none;display:inline-block;}.cookie-more{color:#93c5fd;font-size:.875rem;}details{border:1px solid #e2e8f0;border-radius:.75rem;margin-bottom:.75rem;overflow:hidden;}details summary{padding:1.25rem 1.5rem;font-weight:600;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;background:#fff;font-size:1rem;}details summary::-webkit-details-marker{display:none;}details[open]>summary{background:#e8f0fe;color:#1e3a5f;}.faq-answer{padding:1rem 1.5rem 1.5rem;color:#475569;line-height:1.7;}.arrow-icon{transition:transform .3s;display:flex;align-items:center;}details[open] .arrow-icon{transform:rotate(180deg);}.btn-navy{display:inline-block;background:#1e3a5f;color:#fff;padding:.875rem 2rem;border-radius:.5rem;font-weight:700;font-size:1rem;border:none;cursor:pointer;transition:background .2s;text-align:center;}.btn-navy:hover{background:#152d4a;}.badge{display:inline-block;background:#e8f0fe;color:#1e3a5f;padding:.375rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1rem;}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:.5rem;font-size:1rem;font-family:'Work Sans',sans-serif;transition:border-color .2s;outline:none;background:#fff;}.form-input:focus{border-color:#1e3a5f;}.site-logo{font-weight:800;font-size:1.5rem;color:#1e3a5f;letter-spacing:-.5px;}.nav-link{font-weight:500;color:#475569;transition:color .2s;}.nav-link:hover{color:#1e3a5f;}.price-old{text-decoration:line-through;color:#94a3b8;font-size:1.125rem;margin-right:.25rem;}.price-new{color:#1e3a5f;font-size:2rem;font-weight:800;margin-right:.25rem;}.badge-discount{background:#ef4444;color:#fff;padding:.25rem .625rem;border-radius:.375rem;font-size:.8125rem;font-weight:700;vertical-align:middle;}.info-bar-footer{background:#0f172a;color:#93c5fd;text-align:center;padding:.75rem 1rem;font-size:.8125rem;line-height:1.5;}.disclaimer-not-med{background:#fef3c7;border:1px solid #f59e0b;color:#92400e;padding:.875rem 1rem;border-radius:.5rem;font-size:.8125rem;margin:.75rem 0;line-height:1.5;}html{scroll-behavior:smooth;}