/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap');*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--ice:#A8D8EA;--frost:#CAF0F8;--navy:#0A1628;--mid:#112240;--glass:rgba(255,255,255,0.07);--border:1px solid rgba(255,255,255,0.22);--blur:blur(20px);--r:20px;--tl:rgba(255,255,255,0.8);--accent:#64B5D9}html{scroll-behavior:smooth}body{font-family:'Inter',sans-serif;background:linear-gradient(135deg,#0A1628 0%,#112240 50%,#0d2137 100%);color:#fff;min-height:100vh;overflow-x:hidden}body::before{content:'';position:fixed;top:-200px;right:-200px;width:650px;height:650px;background:radial-gradient(circle at 30% 30%,rgba(100,181,217,0.38),transparent 70%);border-radius:50%;pointer-events:none;z-index:0}body::after{content:'';position:fixed;bottom:-160px;left:-160px;width:520px;height:520px;background:radial-gradient(circle at 70% 70%,rgba(168,216,234,0.22),transparent 70%);border-radius:50%;pointer-events:none;z-index:0}.glass{background:var(--glass);backdrop-filter:var(--blur);-webkit-backdrop-filter:var(--blur);border:var(--border);border-radius:var(--r)}header{position:sticky;top:0;z-index:100;padding:1rem 2rem;background:rgba(10,22,40,0.68);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);border-bottom:1px solid rgba(255,255,255,0.08)}.header-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem}.logo{font-family:'Cormorant Garamond',serif;font-size:1.78rem;font-weight:700;color:#fff;text-decoration:none;letter-spacing:2.5px}nav{display:flex;gap:1.5rem;flex-wrap:wrap}nav a{color:var(--tl);text-decoration:none;font-size:.88rem;font-weight:500;transition:color .3s;letter-spacing:.3px}nav a:hover{color:var(--ice)}main{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:2rem 1.5rem}.hero{min-height:88vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:5rem 1rem;position:relative}.sphere{position:absolute;border-radius:50%;pointer-events:none}.s1{width:340px;height:340px;background:radial-gradient(circle at 35% 35%,rgba(100,181,217,0.42),transparent 65%);top:7%;right:2%}.s2{width:230px;height:230px;background:radial-gradient(circle at 40% 40%,rgba(168,216,234,0.28),transparent 65%);bottom:11%;left:1%}.hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2.8rem,6vw,5.6rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#A8D8EA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero p{font-size:clamp(1rem,2vw,1.2rem);color:var(--tl);max-width:590px;margin:0 auto 2.5rem;line-height:1.8}.btn{display:inline-block;padding:.88rem 2.5rem;background:linear-gradient(135deg,var(--accent),var(--ice));color:#0A1628;text-decoration:none;border-radius:50px;font-weight:700;font-size:.93rem;transition:transform .3s,box-shadow .3s;border:none;cursor:pointer;font-family:'Inter',sans-serif;letter-spacing:.3px}.btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(100,181,217,0.4)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin:2rem 0}.card{padding:2rem;transition:transform .3s,box-shadow .3s}.card:hover{transform:translateY(-5px);box-shadow:0 20px 60px rgba(100,181,217,0.12)}.tag{font-size:.72rem;text-transform:uppercase;letter-spacing:2px;color:var(--ice);margin-bottom:.8rem;font-weight:600;display:block}.card h3{font-family:'Cormorant Garamond',serif;font-size:1.5rem;margin-bottom:.8rem;color:#fff;line-height:1.3}.card p{color:var(--tl);font-size:.92rem;line-height:1.68;margin-bottom:1.2rem}.card a{color:var(--ice);text-decoration:none;font-weight:600;font-size:.88rem;transition:opacity .3s}.card a.sec-title{font-family:'Cormorant Garamond',serif;font-size:clamp(1.85rem,4vw,2.9rem);margin-bottom:1rem;background:linear-gradient(135deg,#fff,#A8D8EA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sec-sub{color:var(--tl);font-size:1rem;line-height:1.68;max-width:680px;margin-bottom:2rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:4rem 0}.abt-img{border-radius:var(--r);width:100%;height:370px;object-fit:cover;border:var(--border)}.form-wrap{padding:4rem 0;text-align:center}.sub-form{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:1rem;max-width:960px;margin:2rem auto 0}.inp{padding:.88rem 1.25rem;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.2);border-radius:50px;color:#fff;font-size:.92rem;outline:none;transition:border-color .3s;font-family:'Inter',sans-serif;width:100%}.inp::placeholder{color:rgba(255,255,255,0.38)}.inp:focus{border-color:var(--ice)}article.art{max-width:790px;margin:3rem auto}article.art h1{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,5vw,3.3rem);line-height:1.14;margin-bottom:.8rem;background:linear-gradient(135deg,#fff,#A8D8EA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.meta{font-size:.78rem;color:var(--ice);margin-bottom:2rem;text-transform:uppercase;letter-spacing:1.5px;display:block}article.art h2{font-family:'Cormorant Garamond',serif;font-size:1.72rem;margin:2.5rem 0 1rem;color:var(--ice)}article.art p{color:var(--tl);line-height:1.88;margin-bottom:1.25rem;font-size:1rem}article.art ul{list-style:none;margin:1rem 0 1.6rem;padding:0}article.art ul li{color:var(--tl);line-height:1.75;padding:.38rem 0 .38rem 1.6rem;position:relative;font-size:.97rem}article.art ul li::before{content:'›';position:absolute;left:0;color:var(--ice);font-size:1.3rem;line-height:1.4}.art-img{width:100%;height:350px;object-fit:cover;border-radius:var(--r);margin:2rem 0;border:var(--border)}.disc{background:rgba(100,181,217,0.06);border-left:3px solid var(--ice);border-radius:0 var(--r) var(--r) 0;padding:1.5rem 2rem;margin-top:3rem;color:rgba(255,255,255,0.62);font-size:.88rem;line-height:1.8}.disc strong{color:var(--ice)}.legal{max-width:830px;margin:3rem auto}.legal h1{font-family:'Cormorant Garamond',serif;font-size:2.4rem;margin-bottom:.4rem;background:linear-gradient(135deg,#fff,#A8D8EA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.upd{color:var(--ice);font-size:.78rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:2.5rem;display:block}.legal h2{font-family:'Cormorant Garamond',serif;font-size:1.45rem;color:var(--ice);margin:2rem 0 .8rem}.legal p{color:var(--tl);line-height:1.82;margin-bottom:1rem;font-size:.97rem}.legal ul{list-style:none;padding:0;margin:.5rem 0 1.2rem}.legal ul li{color:var(--tl);padding:.3rem 0 .3rem 1.5rem;position:relative;font-size:.93rem;line-height:1.68}.legal ul li::before{content:'—';position:absolute;left:0;color:var(--ice)}footer{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,0.07);padding:3rem 2rem 2rem;text-align:center}.fi{max-width:1100px;margin:0 auto}.fl{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.fl a{color:rgba(255,255,255,0.48);text-decoration:none;font-size:.82rem;transition:color .3s}.fl a:hover{color:var(--ice)}footer p{color:rgba(255,255,255,0.36);font-size:.82rem}.cookie-toggle{display:none}#cm{position:fixed;bottom:1.5rem;right:1.5rem;width:308px;z-index:9999;padding:1.5rem;background:rgba(8,18,36,0.94);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,0.18);border-radius:var(--r)}#cm p{font-size:.82rem;color:var(--tl);line-height:1.68;margin-bottom:1rem}.cookie-toggle:checked~#cm{display:none}.cm-btns{display:flex;gap:.8rem;align-items:center}.cm-lnk{color:rgba(255,255,255,0.52);font-size:.78rem;text-decoration:none;transition:color .3s}.cm-lnk:hover{color:var(--ice)}.success-wrap{min-height:82vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem}.success-icon{font-size:4rem;margin-bottom:1.5rem}.success-wrap h1{font-family:'Cormorant Garamond',serif;font-size:2.9rem;background:linear-gradient(135deg,#fff,#A8D8EA);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.success-wrap p{color:var(--tl);font-size:1.05rem;line-height:1.75;max-width:500px;margin:0 auto 2.2rem}.err-wrap{min-height:82vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem}.err-code{font-family:'Cormorant Garamond',serif;font-size:clamp(6rem,16vw,11rem);font-weight:700;line-height:1;background:linear-gradient(135deg,rgba(255,255,255,0.13),rgba(100,181,217,0.35));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.8rem}.err-wrap h2{font-family:'Cormorant Garamond',serif;font-size:1.85rem;margin-bottom:.8rem;color:#fff}.err-wrap p{color:var(--tl);font-size:1rem;margin-bottom:2rem}@media(max-width:768px){.about-grid{grid-template-columns:1fr}.sub-form{grid-template-columns:1fr}nav{gap:.75rem}header{padding:.75rem 1rem}.s1{width:180px;height:180px}.s2{width:130px;height:130px}#cm{width:calc(100vw - 2rem);right:1rem;bottom:1rem}}