/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:'Inter','Helvetica Neue',Arial,sans-serif;font-weight:300;background:#F0F4F8;color:#102A43;line-height:1.7;font-size:16px;letter-spacing:0.01em}h1,h2,h3,h4{font-family:'Inter','Helvetica Neue',sans-serif;font-weight:600;letter-spacing:-0.02em;color:#102A43;line-height:1.2}h1{font-size:clamp(2rem,5vw,3.5rem);text-transform:uppercase;letter-spacing:0.05em}h2{font-size:clamp(1.5rem,3.5vw,2.25rem);text-transform:uppercase;letter-spacing:0.04em;margin-bottom:1.5rem}h3{font-size:1.25rem;text-transform:uppercase;letter-spacing:0.03em;margin-bottom:1rem}p{margin-bottom:1rem;color:#334E68}a{color:#102A43;text-decoration:none;border-bottom:1px solid #D9E2EC;transition:all .3s ease}a:hover{border-bottom-color:#102A43}.container{max-width:1240px;margin:0 auto;padding:0 1.25rem}header.site-header{background:#fff;border-bottom:2px solid #102A43;position:sticky;top:0;z-index:100}.nav-wrap{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 0;gap:2rem;flex-wrap:wrap}.logo{font-size:1.5rem;font-weight:700;letter-spacing:0.15em;text-transform:uppercase;border-bottom:none;color:#102A43}.logo::before{content:"+";margin-right:.5rem;color:#102A43}nav ul{display:flex;gap:1.75rem;list-style:none;flex-wrap:wrap}nav a{font-size:.82rem;text-transform:uppercase;letter-spacing:0.12em;font-weight:500;border-bottom:none;padding:.25rem 0;position:relative}nav a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#102A43;transition:width .3s}nav a:hover::after{width:100%}.hero{background:linear-gradient(135deg,#F0F4F8 0%,#D9E2EC 100%);padding:5rem 0;border-bottom:1px solid #D9E2EC;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;top:0;left:50%;width:1px;height:100%;background:#D9E2EC}.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;position:relative;z-index:2}@media(min-width:900px){.hero-grid{grid-template-columns:1.2fr 1fr}}.hero-label{display:inline-block;padding:.4rem 1rem;background:#102A43;color:#F0F4F8;font-size:.75rem;letter-spacing:0.2em;text-transform:uppercase;margin-bottom:1.5rem}.hero p.lead{font-size:1.1rem;color:#334E68;margin:1.5rem 0 2rem;max-width:520px}.btn{display:inline-block;padding:1rem 2.5rem;background:#102A43;color:#F0F4F8;border:2px solid #102A43;font-size:.8rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;cursor:pointer;transition:all .3s ease;border-radius:0}.btn:hover{background:transparent;color:#102A43}.btn-outline{background:transparent;color:#102A43}.btn-outline:hover{background:#102A43;color:#F0F4F8}.hero-img{border:1px solid #D9E2EC;background:#fff;padding:1rem;position:relative}.hero-img::before{content:"01";position:absolute;top:-12px;left:1rem;background:#F0F4F8;padding:0 .5rem;font-size:.75rem;letter-spacing:0.15em;color:#829AB1}.hero-img img{width:100%;height:auto;display:block;filter:grayscale(20%)}section{padding:4rem 0;border-bottom:1px solid #D9E2EC}.section-head{display:flex;align-items:baseline;gap:1rem;margin-bottom:2.5rem;padding-bottom:1rem;border-bottom:2px solid #102A43}.section-head .num{font-size:.75rem;letter-spacing:0.2em;color:#829AB1;font-weight:500}.section-head h2{margin:0}.cards-grid{display:grid;grid-template-columns:1fr;gap:0}@media(min-width:768px){.cards-grid{grid-template-columns:1fr 1fr}}.card{background:#fff;padding:2rem;border:1px solid #D9E2EC;transition:all .3s ease;position:relative}.card:first-child{border-right:1px solid #D9E2EC}@media(min-width:768px){.card:first-child{border-right:none}.card+.card{border-left:none}}.card:hover{background:#F0F4F8;transform:translateY(-2px)}.card-meta{display:flex;gap:1rem;font-size:.72rem;letter-spacing:0.15em;color:#829AB1;text-transform:uppercase;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #D9E2EC}.card h3{margin-bottom:.75rem}.card p{font-size:.95rem;margin-bottom:1.25rem}.card a.more{font-size:.78rem;letter-spacing:0.15em;text-transform:uppercase;font-weight:600;border-bottom:1px solid #102A43}.main-layout{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:900px){.main-layout{grid-template-columns:2fr 1fr}}aside.side{border-left:1px solid #D9E2EC;padding-left:2rem}@media(max-width:899px){aside.side{border-left:none;border-top:1px solid #D9E2EC;padding-left:0;padding-top:2rem}}.side h3{margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #102A43}.side ul{list-style:none}.side li{padding:1rem 0;border-bottom:1px solid #D9E2EC}.side li:last-child{border-bottom:none}.side li span{display:block;font-size:.7rem;letter-spacing:0.15em;color:#829AB1;margin-bottom:.35rem;text-transform:uppercase}.side li a{font-weight:500;border-bottom:none;font-size:.95rem}.article-body{background:#fff;padding:2.5rem;border:1px solid #D9E2EC}.article-body .meta{font-size:.72rem;letter-spacing:0.2em;color:#829AB1;text-transform:uppercase;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #D9E2EC}.article-body h2{margin-top:2rem;padding-left:1rem;border-left:4px solid #102A43}.article-body h2:first-child{margin-top:0}.article-body ul{margin:1rem 0 1.5rem 1.5rem}.article-body li{margin-bottom:.5rem}.fact-grid{display:grid;grid-template-columns:1fr;gap:0;margin:2rem 0;border:1px solid #D9E2EC}@media(min-width:600px){.fact-grid{grid-template-columns:repeat(3,1fr)}}.fact{padding:1.5rem;border-bottom:1px solid #D9E2EC;position:relative}@media(min-width:600px){.fact{border-bottom:none;border-right:1px solid #D9E2EC}.fact:last-child{border-right:none}}.fact:last-child{border-bottom:none}.fact .num{font-size:2rem;font-weight:600;color:#102A43;display:block;margin-bottom:.5rem;letter-spacing:-0.02em}.fact .lbl{font-size:.7rem;letter-spacing:0.15em;text-transform:uppercase;color:#829AB1}.disclaimer{background:#F0F4F8;border-left:4px solid #102A43;padding:1.5rem;margin-top:2rem;font-size:.9rem;color:#334E68}.disclaimer strong{display:block;text-transform:uppercase;letter-spacing:0.1em;font-size:.78rem;margin-bottom:.5rem;color:#102A43}.about{background:#fff;border:1px solid #D9E2EC;padding:2.5rem;display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media(min-width:768px){.about{grid-template-columns:1fr 1.5fr}}.about-img{border:1px solid #D9E2EC;padding:1rem;background:#F0F4F8}.about-img img{width:100%;height:auto;display:block;filter:grayscale(20%)}.subscribe{background:#102A43;color:#F0F4F8;padding:4rem 0}.subscribe h2{color:#F0F4F8}.subscribe .section-head{border-bottom-color:#F0F4F8}.subscribe .section-head .num{color:#829AB1}.subscribe p{color:#D9E2EC;margin-bottom:2rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:720px}@media(min-width:600px){.form-grid{grid-template-columns:1fr 1fr}.form-grid .full{grid-column:1 / -1}}.form-grid label{display:block;font-size:.7rem;letter-spacing:0.2em;text-transform:uppercase;color:#829AB1;margin-bottom:.5rem;font-weight:500}.form-grid input{width:100%;padding:1rem;background:transparent;border:none;border-bottom:1px solid #D9E2EC;color:#F0F4F8;font-size:1rem;font-family:inherit;border-radius:0}.form-grid input:focus{outline:none;border-bottom-color:#F0F4F8}.form-grid input::placeholder{color:#486581}.form-grid button{grid-column:1/-1;padding:1.1rem 2rem;background:#F0F4F8;color:#102A43;border:2px solid #F0F4F8;font-size:.8rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;cursor:pointer;transition:all .3s;margin-top:1rem}.form-grid button:hover{background:transparent;color:#F0F4F8}footer.site-footer{background:#102A43;color:#D9E2EC;padding:3rem 0 1.5rem;border-top:4px solid #102A43}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:768px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}footer h4{font-size:.8rem;text-transform:uppercase;letter-spacing:0.15em;color:#F0F4F8;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #486581}footer ul{list-style:none}footer li{margin-bottom:.5rem}footer a{color:#D9E2EC;border-bottom:none;font-size:.9rem}footer a:hover{color:#F0F4F8}.footer-bottom{border-top:1px solid #486581;padding-top:1.5rem;font-size:.8rem;color:#829AB1;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.page-hero{background:#D9E2EC;padding:3.5rem 0;border-bottom:2px solid #102A43}.page-hero .label{font-size:.72rem;letter-spacing:0.2em;text-transform:uppercase;color:#486581;margin-bottom:.75rem;display:block}.legal-content{padding:3rem 0}.legal-content article{background:#fff;border:1px solid #D9E2EC;padding:2.5rem}.legal-content h2{margin-top:2rem;padding-left:1rem;border-left:4px solid #102A43;font-size:1.25rem}.legal-content h2:first-child{margin-top:0}.legal-content p{font-size:.95rem;margin-bottom:1rem}.legal-content ul{margin:1rem 0 1.5rem 1.5rem}.success-wrap{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 0;background:linear-gradient(135deg,#F0F4F8 0%,#D9E2EC 100%)}.success-box{background:#fff;border:1px solid #D9E2EC;padding:3.5rem;max-width:640px;text-align:center;position:relative}.success-box::before{content:"✓";display:block;width:64px;height:64px;line-height:60px;margin:0 auto 1.5rem;background:#102A43;color:#F0F4F8;font-size:1.75rem;border-radius:50%}.success-box h1{font-size:1.75rem;margin-bottom:1rem}.success-box p{margin-bottom:2rem}.err-wrap{min-height:75vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem;background:#F0F4F8}.err-wrap .big{font-size:clamp(5rem,15vw,9rem);font-weight:700;letter-spacing:-0.04em;color:#102A43;line-height:1;margin-bottom:1rem}.cookie-toggle{display:none}.cookie-modal{position:fixed;bottom:1.25rem;right:1.25rem;max-width:360px;background:#fff;border:1px solid #102A43;border-left:4px solid #102A43;padding:1.5rem;box-shadow:0 8px 32px rgba(16,42,67,.15);z-index:1000;transition:all .3s ease}.cookie-modal h4{font-size:.8rem;letter-spacing:0.15em;text-transform:uppercase;margin-bottom:.75rem;color:#102A43}.cookie-modal p{font-size:.85rem;margin-bottom:1rem;color:#334E68}.cookie-actions{display:flex;gap:.5rem;flex-wrap:wrap}.cookie-actions label{flex:1;min-width:110px;text-align:center;padding:.7rem 1rem;font-size:.72rem;letter-spacing:0.12em;text-transform:uppercase;font-weight:600;cursor:pointer;transition:all .2s}.cookie-accept{background:#102A43;color:#F0F4F8;border:2px solid #102A43}.cookie-accept:hover{background:transparent;color:#102A43}.cookie-decline{background:transparent;color:#102A43;border:2px solid #102A43}.cookie-decline:hover{background:#102A43;color:#F0F4F8}.cookie-toggle:checked ~ .cookie-modal{transform:translateX(calc(100% + 2rem));opacity:0;pointer-events:none}@media(max-width:480px){.cookie-modal{left:1rem;right:1rem;max-width:none}}