/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400&family=DM+Sans:wght@300;400;500&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#F3F0FF;--bg2:#E0E7FF;--accent:#7C3AED;--accent2:#A78BFA;--accent3:#10B981;--text:#1E1B4B;--text2:#4C4787;--white:#FFFFFF;--radius:40px;--radius-sm:20px;--shadow:0 8px 40px rgba(124,58,237,.12);--shadow2:0 2px 16px rgba(124,58,237,.08)}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text);min-height:100vh;line-height:1.7}
h1,h2,h3,h4{font-family:'Cormorant Garamond',serif;color:var(--text);line-height:1.25}
a{color:var(--accent);text-decoration:none;transition:opacity .2s}
a:hover{opacity:.75}
img{max-width:100%;border-radius:var(--radius-sm);display:block}
header{background:var(--white);position:sticky;top:0;z-index:100;box-shadow:var(--shadow2)}
.header-inner{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
.logo{font-family:'Cormorant Garamond',serif;font-size:1.9rem;font-weight:600;color:var(--accent);letter-spacing:-.5px}
nav{display:flex;gap:1.5rem;flex-wrap:wrap}
nav a{font-size:.95rem;font-weight:500;color:var(--text2)}
.hero{background:linear-gradient(135deg,var(--accent) 0%,var(--accent2) 55%,var(--accent3) 100%);border-radius:0 0 var(--radius) var(--radius);padding:5rem 1.5rem 4rem;text-align:center;color:var(--white);position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(255,255,255,.18) 0%,transparent 65%)}
.hero-inner{position:relative;max-width:740px;margin:0 auto}
.hero h1{font-size:clamp(2rem,6vw,3.8rem);color:var(--white);margin-bottom:1rem}
.hero p{font-size:1.1rem;opacity:.92;margin-bottom:2rem;max-width:580px;margin-left:auto;margin-right:auto}
.hero-badge{display:inline-block;background:rgba(255,255,255,.22);border-radius:30px;padding:.35rem 1.1rem;font-size:.82rem;margin-bottom:1.5rem;backdrop-filter:blur(8px)}
.btn{display:inline-block;background:var(--white);color:var(--accent);padding:.85rem 2.2rem;border-radius:30px;font-weight:600;font-size:1rem;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:transform .2s,box-shadow .2s}
.btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgba(0,0,0,.2);opacity:1}
.btn-outline{background:transparent;border:2px solid rgba(255,255,255,.7);color:var(--white);margin-left:1rem}
main{max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem}
.home-grid{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}
.featured-article{background:var(--white);border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow2)}
.featured-article .art-tag{display:inline-block;background:var(--bg2);color:var(--accent);border-radius:20px;padding:.2rem .9rem;font-size:.8rem;font-weight:500;margin-bottom:1rem}
.featured-article h2{font-size:2rem;margin-bottom:.5rem}
.featured-article .meta{color:var(--text2);font-size:.82rem;margin-bottom:1.2rem}
.featured-article p{color:var(--text2);margin-bottom:1rem;line-height:1.8}
.featured-article h3{font-size:1.4rem;margin:1.5rem 0 .5rem;color:var(--text)}
.read-more{display:inline-flex;align-items:center;gap:.4rem;color:var(--accent);font-weight:600;font-size:.95rem;margin-top:.5rem}
.sidebar{display:flex;flex-direction:column;gap:1.5rem}
.sidebar-title{font-family:'Cormorant Garamond',serif;font-size:1.3rem;color:var(--text2);margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--bg2)}
.card{background:var(--white);border-radius:var(--radius);padding:1.8rem;box-shadow:var(--shadow2);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column;gap:.6rem}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.card-emoji{font-size:2.2rem}
.card-tag{display:inline-block;background:var(--bg2);color:var(--accent);border-radius:20px;padding:.15rem .75rem;font-size:.78rem;font-weight:500;width:fit-content}
.card h3{font-size:1.25rem}
.card p{color:var(--text2);font-size:.9rem;flex:1}
.card a.card-link{color:var(--accent);font-weight:500;font-size:.9rem}
.about-section{background:linear-gradient(135deg,var(--bg2),var(--bg));border-radius:var(--radius);padding:3rem 2rem;margin:3rem 0;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}
.about-section img{border-radius:var(--radius);width:100%;aspect-ratio:4/3;object-fit:cover}
.about-text h2{font-size:2.2rem;margin-bottom:1rem}
.about-text p{color:var(--text2);margin-bottom:1rem}
.about-text .emoji-row{font-size:1.5rem;margin-bottom:1rem;letter-spacing:.3rem}
.subscribe-section{background:linear-gradient(135deg,var(--accent),var(--accent2));border-radius:var(--radius);padding:3.5rem 2rem;margin:3rem 0;text-align:center;color:var(--white)}
.subscribe-section h2{color:var(--white);font-size:2.2rem;margin-bottom:.5rem}
.subscribe-section p{opacity:.9;margin-bottom:2rem}
.sub-form{display:flex;flex-direction:column;gap:1rem;max-width:480px;margin:0 auto}
.sub-form input{padding:.9rem 1.4rem;border-radius:20px;border:none;font-size:1rem;background:rgba(255,255,255,.95);color:var(--text);outline:none;transition:box-shadow .2s;font-family:'DM Sans',sans-serif}
.sub-form input:focus{box-shadow:0 0 0 3px rgba(255,255,255,.5)}
.sub-form button{padding:1rem;border-radius:20px;border:none;cursor:pointer;background:var(--white);color:var(--accent);font-weight:700;font-size:1rem;transition:transform .2s;font-family:'DM Sans',sans-serif}
.sub-form button:hover{transform:scale(1.02)}
.disclaimer{background:var(--bg2);border-left:4px solid var(--accent2);border-radius:var(--radius-sm);padding:1.2rem 1.5rem;margin:2rem 0;font-size:.88rem;color:var(--text2);line-height:1.6}
.disclaimer strong{color:var(--accent)}
.article-page{max-width:800px;margin:0 auto;padding:2rem 1.5rem}
.article-page h1{font-size:clamp(1.8rem,5vw,3rem);margin-bottom:.5rem}
.article-meta{color:var(--text2);font-size:.82rem;margin-bottom:2rem;display:flex;gap:1rem;flex-wrap:wrap}
.article-meta span{background:var(--bg2);border-radius:20px;padding:.15rem .75rem}
.article-img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:var(--radius);margin-bottom:2.5rem}
.article-page h2{font-size:1.75rem;margin:2rem 0 .75rem}
.article-page h3{font-size:1.35rem;margin:1.5rem 0 .5rem}
.article-page p{color:var(--text2);margin-bottom:1rem;line-height:1.85}
.article-page ul{padding-left:1.5rem;margin-bottom:1rem}
.article-page li{color:var(--text2);margin-bottom:.5rem;line-height:1.75}
.fact-box{background:var(--white);border-radius:var(--radius-sm);padding:1.5rem;margin:1.5rem 0;box-shadow:var(--shadow2);border-left:4px solid var(--accent)}
.fact-box .fact-label{font-size:.78rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem}
.fact-box p{color:var(--text);font-size:.95rem;margin:0}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}
.step-box{background:var(--white);border-radius:var(--radius-sm);padding:1.5rem;box-shadow:var(--shadow2);text-align:center}
.step-box .step-num{font-size:2rem;margin-bottom:.5rem}
.step-box h4{font-family:'Cormorant Garamond',serif;font-size:1.1rem;margin-bottom:.4rem}
.step-box p{font-size:.88rem;color:var(--text2);margin:0}
footer{background:var(--text);color:rgba(255,255,255,.7);padding:3rem 1.5rem 2rem;margin-top:4rem;border-radius:var(--radius) var(--radius) 0 0}
.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:2rem}
.footer-logo{font-family:'Cormorant Garamond',serif;font-size:1.7rem;color:var(--white);margin-bottom:.5rem}
.footer-inner h4{color:var(--white);margin-bottom:.75rem;font-size:1rem}
.footer-inner a{color:rgba(255,255,255,.6);display:block;margin-bottom:.4rem;font-size:.9rem}
.footer-inner a:hover{color:var(--white);opacity:1}
.footer-inner p{font-size:.88rem;margin-bottom:.5rem}
.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);font-size:.82rem;text-align:center;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem}
.footer-bottom a{color:rgba(255,255,255,.5);font-size:.82rem}
#cookie-toggle{display:none}
.cookie-modal{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;background:var(--white);border-radius:var(--radius-sm);padding:1.5rem;max-width:320px;box-shadow:0 8px 40px rgba(0,0,0,.18)}
#cookie-toggle:checked~.cookie-modal{display:none}
.cookie-modal p{font-size:.85rem;color:var(--text2);margin-bottom:1rem;line-height:1.5}
.cookie-modal p a{font-size:.85rem}
.cookie-btn{display:inline-block;background:var(--accent);color:var(--white);padding:.55rem 1.4rem;border-radius:20px;cursor:pointer;font-size:.88rem;font-weight:500;transition:opacity .2s}
.cookie-btn:hover{opacity:.85}
.cookie-modal-title{font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--text)}
.success-page{text-align:center;padding:5rem 1.5rem;max-width:600px;margin:0 auto}
.success-emoji{font-size:5rem;margin-bottom:1rem}
.success-page h1{font-size:2.5rem;margin-bottom:1rem}
.success-page p{color:var(--text2);margin-bottom:2rem}
.error-page{text-align:center;padding:5rem 1.5rem}
.big-num{font-size:8rem;font-family:'Cormorant Garamond',serif;color:var(--accent2);line-height:1;display:block}
.policy-page{max-width:800px;margin:0 auto;padding:3rem 1.5rem}
.policy-page h1{font-size:2.5rem;margin-bottom:.5rem}
.policy-page .updated{color:var(--text2);font-size:.82rem;margin-bottom:2rem}
.policy-page h2{font-size:1.5rem;margin:2rem 0 .75rem}
.policy-page p{color:var(--text2);margin-bottom:1rem;line-height:1.75}
.policy-page ul{padding-left:1.5rem;margin-bottom:1rem}
.policy-page li{color:var(--text2);margin-bottom:.4rem;line-height:1.65}
@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
.hero-inner{animation:fadeUp .7s ease both}
.card{animation:fadeUp .6s ease both}
.card:nth-child(2){animation-delay:.12s}
.featured-article{animation:fadeUp .6s ease both}
@media(max-width:900px){.home-grid{grid-template-columns:1fr}.about-section{grid-template-columns:1fr}}
@media(max-width:680px){.footer-inner{grid-template-columns:1fr}.hero{padding:3.5rem 1rem 3rem}.btn-outline{display:none}}
