/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Inter',-apple-system,sans-serif;background:#F0F8FF;color:#1a2332;line-height:1.7;overflow-x:hidden;position:relative;min-height:100vh}body::before{content:'';position:fixed;top:-200px;left:-150px;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(74,144,226,0.25),transparent 70%);filter:blur(60px);z-index:-1;pointer-events:none;animation:floatA 18s ease-in-out infinite}body::after{content:'';position:fixed;bottom:-200px;right:-150px;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(135,206,250,0.3),transparent 70%);filter:blur(80px);z-index:-1;pointer-events:none;animation:floatB 22s ease-in-out infinite}@keyframes floatA{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(80px,60px) scale(1.15)}}@keyframes floatB{0%,100%{transform:translate(0,0) scale(1)}50%{transform:translate(-60px,-80px) scale(1.1)}}h1,h2,h3,h4{font-family:'Cormorant Garamond','Playfair Display',Georgia,serif;font-weight:500;letter-spacing:-0.02em;color:#0d2847;line-height:1.2}h1{font-size:clamp(2.2rem,5.5vw,4rem)}h2{font-size:clamp(1.7rem,3.8vw,2.6rem);margin-bottom:1.2rem}h3{font-size:clamp(1.25rem,2.4vw,1.6rem);margin-bottom:0.8rem}p{margin-bottom:1.1rem;color:#2a3a52}a{color:#4A90E2;text-decoration:none;transition:all 0.3s ease}a:hover{color:#2a6dc7}img{max-width:100%;height:auto;display:block;border-radius:20px}.container{width:92%;max-width:1200px;margin:0 auto}.glass{background:rgba(255,255,255,0.55);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.8);border-radius:20px;box-shadow:0 8px 32px rgba(74,144,226,0.08)}.site-header{position:sticky;top:0;z-index:100;background:rgba(240,248,255,0.7);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,0.6);padding:1rem 0}.nav-wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.brand{font-family:'Cormorant Garamond',serif;font-size:1.7rem;font-weight:600;color:#0d2847;letter-spacing:0.5px}.brand span{color:#4A90E2}.main-nav ul{display:flex;list-style:none;gap:2rem;flex-wrap:wrap}.main-nav a{font-size:0.95rem;font-weight:500;color:#1a2332;position:relative;padding:0.3rem 0}.main-nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:#4A90E2;transition:width 0.3s}.main-nav a:hover::after{width:100%}.hero{padding:5rem 0 4rem;position:relative}.hero-inner{display:grid;gap:2.5rem;align-items:center;grid-template-columns:1fr}.hero-content .eyebrow{display:inline-block;padding:0.4rem 1rem;background:rgba(74,144,226,0.1);border:1px solid rgba(74,144,226,0.25);border-radius:30px;font-size:0.85rem;color:#2a6dc7;margin-bottom:1.5rem;letter-spacing:0.5px}.hero h1{margin-bottom:1.3rem}.hero p.lead{font-size:1.15rem;color:#3a4a62;margin-bottom:2rem;max-width:560px}.btn{display:inline-block;padding:0.95rem 2.2rem;background:#4A90E2;color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:500;cursor:pointer;transition:all 0.3s;letter-spacing:0.3px}.btn:hover{background:#2a6dc7;transform:translateY(-2px);box-shadow:0 10px 25px rgba(74,144,226,0.3);color:#fff}.btn-ghost{background:transparent;color:#4A90E2;border:1px solid rgba(74,144,226,0.4)}.btn-ghost:hover{background:rgba(74,144,226,0.08);color:#2a6dc7}.hero-visual{padding:1.5rem;border-radius:24px}.hero-visual img{border-radius:18px}section{padding:4rem 0}.section-title{margin-bottom:2.5rem;text-align:left}.section-title .label{display:block;font-size:0.85rem;color:#4A90E2;letter-spacing:2px;text-transform:uppercase;margin-bottom:0.6rem;font-family:'Inter',sans-serif;font-weight:500}.cards-grid{display:grid;grid-template-columns:1fr;gap:1.8rem}.card{padding:2rem;transition:transform 0.4s,box-shadow 0.4s}.card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(74,144,226,0.15)}.card .meta{font-size:0.8rem;color:#4A90E2;letter-spacing:1px;text-transform:uppercase;margin-bottom:0.8rem;font-weight:500}.card h3{margin-bottom:0.7rem}.card p{font-size:0.97rem;color:#3a4a62;margin-bottom:1.2rem}.card a.read-more{font-size:0.9rem;font-weight:500;display:inline-flex;align-items:center;gap:0.4rem}.card a.read-more::after{content:'\2192';transition:transform 0.3s}.card a.read-more:hover::after{transform:translateX(4px)}.feature-article{padding:3rem;margin-top:2rem}.feature-article h2{margin-bottom:1.5rem}.feature-article .article-body p{font-size:1.02rem;color:#2a3a52}.feature-article blockquote{border-left:3px solid #4A90E2;padding:1rem 1.5rem;margin:1.8rem 0;background:rgba(240,248,255,0.6);border-radius:0 12px 12px 0;font-style:italic;color:#1a2332}.feature-article ul{padding-left:1.5rem;margin-bottom:1.3rem}.feature-article li{margin-bottom:0.6rem;color:#2a3a52}.about-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:start}.about-card{padding:2.2rem}.about-card .icon{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,rgba(74,144,226,0.18),rgba(135,206,250,0.25));display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.2rem;color:#2a6dc7}.subscribe-section{padding:5rem 0}.subscribe-wrap{padding:3rem 2.5rem;text-align:center}.subscribe-wrap h2{margin-bottom:0.8rem}.subscribe-wrap p.intro{max-width:560px;margin:0 auto 2rem;color:#3a4a62}.subscribe-form{display:grid;gap:1rem;max-width:560px;margin:0 auto;grid-template-columns:1fr}.subscribe-form input{padding:0.95rem 1.2rem;border:1px solid rgba(74,144,226,0.25);background:rgba(255,255,255,0.7);backdrop-filter:blur(8px);border-radius:14px;font-size:0.97rem;font-family:inherit;color:#1a2332;transition:all 0.3s}.subscribe-form input:focus{outline:none;border-color:#4A90E2;background:rgba(255,255,255,0.9);box-shadow:0 0 0 3px rgba(74,144,226,0.12)}.subscribe-form button{padding:0.95rem 2rem}.disclaimer{padding:1.8rem 2rem;border-left:3px solid #4A90E2;background:rgba(240,248,255,0.5);border-radius:0 16px 16px 0;margin:2.5rem 0;font-size:0.93rem;color:#2a3a52;backdrop-filter:blur(8px)}.disclaimer strong{color:#0d2847;display:block;margin-bottom:0.4rem;font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-weight:600}.article-page{padding:3rem 0 4rem}.article-page article{padding:2.5rem 2rem}.article-page .article-meta{font-size:0.85rem;color:#4A90E2;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:1rem;font-weight:500}.article-page h1{margin-bottom:1.3rem}.article-page h2{margin:2rem 0 1rem;font-size:clamp(1.4rem,3vw,2rem)}.article-page p{font-size:1.02rem;color:#2a3a52}.article-page ul,.article-page ol{padding-left:1.5rem;margin-bottom:1.2rem}.article-page li{margin-bottom:0.5rem;color:#2a3a52}.article-page blockquote{border-left:3px solid #4A90E2;padding:1rem 1.5rem;margin:1.8rem 0;background:rgba(240,248,255,0.6);border-radius:0 12px 12px 0;font-style:italic}.legal-page{padding:3rem 0 4rem}.legal-page article{padding:2.5rem 2rem}.legal-page h1{margin-bottom:1.5rem}.legal-page h2{margin:1.8rem 0 0.9rem;font-size:1.35rem}.legal-page p,.legal-page li{font-size:0.97rem;color:#2a3a52}.legal-page ul{padding-left:1.5rem;margin-bottom:1.2rem}.success-page{min-height:70vh;display:flex;align-items:center;padding:4rem 0}.success-card{padding:3.5rem 2.5rem;text-align:center;max-width:560px;margin:0 auto}.success-card .check{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#4A90E2,#87CEFA);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;font-size:2rem}.success-card h1{margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.6rem)}.success-card p{margin-bottom:2rem;color:#3a4a62}.error-page{min-height:70vh;display:flex;align-items:center;padding:4rem 0;text-align:center}.error-page .num{font-family:'Cormorant Garamond',serif;font-size:clamp(5rem,15vw,9rem);color:#4A90E2;line-height:1;margin-bottom:1rem;font-weight:500}.error-page h1{margin-bottom:1rem}.error-page p{margin-bottom:2rem;color:#3a4a62}.site-footer{margin-top:3rem;padding:3rem 0 1.5rem;background:rgba(255,255,255,0.4);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,0.6)}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-col h4{font-size:1.1rem;margin-bottom:1rem;font-family:'Cormorant Garamond',serif}.footer-col ul{list-style:none}.footer-col li{margin-bottom:0.5rem}.footer-col a{font-size:0.93rem;color:#3a4a62}.footer-col a:hover{color:#4A90E2}.footer-col p{font-size:0.93rem;color:#3a4a62}.footer-bottom{padding-top:1.5rem;border-top:1px solid rgba(74,144,226,0.15);font-size:0.85rem;color:#3a4a62;text-align:center}#cookie-toggle{display:none}.cookie-modal{position:fixed;bottom:24px;right:24px;max-width:360px;padding:1.5rem;background:rgba(255,255,255,0.85);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,0.9);border-radius:20px;box-shadow:0 12px 40px rgba(74,144,226,0.18);z-index:200;transition:all 0.4s ease}#cookie-toggle:checked ~ .cookie-modal{transform:translateY(150%);opacity:0;pointer-events:none}.cookie-modal h4{font-size:1.15rem;margin-bottom:0.5rem;font-family:'Cormorant Garamond',serif}.cookie-modal p{font-size:0.88rem;margin-bottom:1rem;color:#2a3a52}.cookie-actions{display:flex;gap:0.6rem;flex-wrap:wrap}.cookie-actions label{padding:0.55rem 1.2rem;border-radius:30px;font-size:0.85rem;cursor:pointer;transition:all 0.3s;font-weight:500}.cookie-accept{background:#4A90E2;color:#fff}.cookie-accept:hover{background:#2a6dc7}.cookie-decline{background:transparent;color:#4A90E2;border:1px solid rgba(74,144,226,0.35)}.cookie-decline:hover{background:rgba(74,144,226,0.08)}@media(min-width:640px){.subscribe-form{grid-template-columns:1fr 1fr}.subscribe-form button,.subscribe-form .full{grid-column:1 / -1}.cards-grid{grid-template-columns:1fr 1fr}}@media(min-width:900px){.hero-inner{grid-template-columns:1.1fr 0.9fr;gap:4rem}.about-grid{grid-template-columns:1fr 1fr 1fr}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}.section-title{text-align:left}}