/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Source+Sans+3:wght@300;400;500;600&display=swap');*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#F8FAFB;--bg-alt:#E2E8F0;--accent:#059669;--accent-light:#d1fae5;--accent-dark:#047857;--text:#1e293b;--text-muted:#64748b;--text-light:#94a3b8;--white:#ffffff;--border:#cbd5e1;--radius:20px;--shadow:0 4px 24px rgba(0,0,0,0.06);--shadow-lg:0 12px 40px rgba(0,0,0,0.1);--font-heading:'Playfair Display',Georgia,serif;--font-body:'Source Sans 3','Segoe UI',sans-serif;--font-mono:'JetBrains Mono',monospace;--max-w:1140px;--transition:0.3s ease}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.7;min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-heading);line-height:1.25;color:var(--text)}h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:700}h2{font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:600}h3{font-size:clamp(1.2rem,2.5vw,1.5rem);font-weight:600}p{margin-bottom:1rem}a{color:var(--accent);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--accent-dark)}img{max-width:100%;height:auto;display:block;border-radius:var(--radius)}.wrap{max-width:var(--max-w);margin:0 auto;padding:0 1.25rem}header{background:var(--white);border-bottom:1px solid var(--bg-alt);position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);background:rgba(255,255,255,0.92)}header .wrap{display:flex;align-items:center;justify-content:space-between;height:64px}header .logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--text);letter-spacing:-0.02em}header nav{display:flex;gap:1.5rem;align-items:center}header nav a{font-size:0.9rem;font-weight:500;color:var(--text-muted);transition:color var(--transition)}header nav a:hover{color:var(--accent)}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,#059669 0%,#047857 40%,#065f46 100%);overflow:hidden}.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='rgba(255,255,255,0.07)'/%3E%3C/svg%3E");pointer-events:none}.hero-content{position:relative;z-index:2;text-align:center;padding:3rem 1.25rem;max-width:720px}.hero h1{color:var(--white);margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,0.15)}.hero p{color:rgba(255,255,255,0.88);font-size:1.15rem;margin-bottom:2rem}.btn{display:inline-block;padding:0.85rem 2.2rem;border-radius:var(--radius);font-weight:600;font-size:0.95rem;transition:all var(--transition);cursor:pointer;border:none;font-family:var(--font-body)}.btn-primary{background:var(--white);color:var(--accent-dark)}.btn-primary:hover{background:var(--accent-light);color:var(--accent-dark);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-accent{background:var(--accent);color:var(--white)}.btn-accent:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:var(--shadow)}section{padding:4.5rem 0}.section-title{text-align:center;margin-bottom:0.6rem}.section-sub{text-align:center;color:var(--text-muted);margin-bottom:3rem;max-width:560px;margin-left:auto;margin-right:auto}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.8rem}.card{background:var(--white);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card-body{padding:1.6rem}.card-body h3{margin-bottom:0.5rem}.card-body .meta{font-family:var(--font-mono);font-size:0.78rem;color:var(--text-light);margin-bottom:0.8rem;letter-spacing:0.03em;display:block}.card-body p{color:var(--text-muted);font-size:0.95rem}.card-body .read-more{display:inline-flex;align-items:center;gap:0.4rem;font-weight:600;font-size:0.9rem;margin-top:0.8rem;color:var(--accent)}.card-body .read-more:hover{gap:0.7rem}.main-article{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.5rem;margin-bottom:2rem}.main-article h2{margin-bottom:0.4rem}.main-article .meta{font-family:var(--font-mono);font-size:0.8rem;color:var(--text-light);margin-bottom:1.5rem;display:block}.main-article h3{margin-top:2rem;margin-bottom:0.6rem;color:var(--accent-dark)}.main-article blockquote{border-left:3px solid var(--accent);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--accent-light);border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:var(--text-muted)}.fact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0}.fact-card{background:var(--bg);border-radius:calc(var(--radius) - 4px);padding:1.2rem;text-align:center;border:1px solid var(--bg-alt)}.fact-card .num{font-family:var(--font-mono);font-size:1.8rem;font-weight:700;color:var(--accent);display:block;margin-bottom:0.3rem}.fact-card .label{font-size:0.85rem;color:var(--text-muted)}.disclaimer{background:var(--bg);border:1px solid var(--bg-alt);border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;padding:1.2rem 1.5rem;margin-top:2rem;font-size:0.88rem;color:var(--text-muted)}.disclaimer strong{color:var(--text)}.about-section{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.5rem;text-align:center}.about-section p{max-width:640px;margin:0 auto 1rem;color:var(--text-muted)}.subscribe{background:linear-gradient(135deg,var(--accent) 0%,var(--accent-dark) 100%);border-radius:var(--radius);padding:3rem 2rem;text-align:center;color:var(--white)}.subscribe h2{color:var(--white);margin-bottom:0.5rem}.subscribe p{color:rgba(255,255,255,0.85);margin-bottom:2rem}.subscribe-form{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:600px;margin:0 auto}.subscribe-form input{padding:0.85rem 1.2rem;border:none;border-radius:calc(var(--radius) - 4px);font-family:var(--font-body);font-size:0.95rem;background:rgba(255,255,255,0.95);color:var(--text);outline:none;transition:box-shadow var(--transition)}.subscribe-form input:focus{box-shadow:0 0 0 3px rgba(255,255,255,0.4)}.subscribe-form .full{grid-column:1/-1}.subscribe-form button{grid-column:1/-1;padding:0.9rem;background:var(--white);color:var(--accent-dark);font-weight:700;font-size:1rem;border:none;border-radius:calc(var(--radius) - 4px);cursor:pointer;font-family:var(--font-body);transition:all var(--transition)}.subscribe-form button:hover{background:var(--accent-light);transform:translateY(-2px)}footer{margin-top:auto;background:var(--white);border-top:1px solid var(--bg-alt);padding:2.5rem 0}footer .wrap{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;align-items:start}footer .footer-brand{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;margin-bottom:0.5rem}footer .footer-copy{font-size:0.82rem;color:var(--text-light)}footer .footer-links{display:flex;flex-direction:column;gap:0.5rem}footer .footer-links a{font-size:0.88rem;color:var(--text-muted)}footer .footer-links a:hover{color:var(--accent)}.article-hero{background:linear-gradient(160deg,#059669,#065f46);padding:4rem 0;text-align:center;color:var(--white)}.article-hero h1{color:var(--white);margin-bottom:0.5rem}.article-hero .meta{font-family:var(--font-mono);font-size:0.82rem;color:rgba(255,255,255,0.75)}.article-content{max-width:760px;margin:-2rem auto 0;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.5rem;position:relative;z-index:2}.article-content h2{margin-top:2.2rem;margin-bottom:0.6rem;color:var(--accent-dark)}.article-content h3{margin-top:1.5rem;margin-bottom:0.5rem}.article-content ul{list-style:none;padding:0;margin:1rem 0}.article-content ul li{padding:0.4rem 0 0.4rem 1.5rem;position:relative;color:var(--text-muted)}.article-content ul li::before{content:'\2713';position:absolute;left:0;color:var(--accent);font-weight:700}.source-ref{font-family:var(--font-mono);font-size:0.78rem;color:var(--text-light)}.legal{max-width:760px;margin:0 auto;padding:3rem 0}.legal h1{margin-bottom:2rem;text-align:center}.legal h2{margin-top:2rem;margin-bottom:0.8rem;font-size:1.3rem;color:var(--accent-dark)}.legal p{color:var(--text-muted);margin-bottom:1rem}.success-page{display:flex;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:2rem}.success-page .icon{width:80px;height:80px;background:var(--accent-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2.2rem;color:var(--accent)}.success-page h1{margin-bottom:0.8rem}.success-page p{color:var(--text-muted);margin-bottom:2rem}.error-page{display:flex;align-items:center;justify-content:center;min-height:80vh;text-align:center;padding:2rem}.error-page .code{font-family:var(--font-mono);font-size:clamp(5rem,15vw,10rem);font-weight:700;color:var(--bg-alt);line-height:1}.error-page h2{margin-bottom:0.8rem}.error-page p{color:var(--text-muted);margin-bottom:2rem}.cookie-checkbox{display:none}.cookie-banner{position:fixed;bottom:1.2rem;right:1.2rem;max-width:360px;background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow-lg);padding:1.5rem;z-index:999;border:1px solid var(--bg-alt);transition:transform 0.4s ease,opacity 0.4s ease}.cookie-checkbox:checked~.cookie-banner{transform:translateY(200%);opacity:0;pointer-events:none}.cookie-banner p{font-size:0.85rem;color:var(--text-muted);margin-bottom:1rem}.cookie-banner .cookie-link{color:var(--accent);font-weight:500}.cookie-close{display:inline-block;padding:0.55rem 1.5rem;background:var(--accent);color:var(--white);border-radius:calc(var(--radius) - 4px);font-weight:600;font-size:0.85rem;cursor:pointer;transition:background var(--transition)}.cookie-close:hover{background:var(--accent-dark)}@media(max-width:768px){header nav{gap:0.8rem}header nav a{font-size:0.8rem}.subscribe-form{grid-template-columns:1fr}footer .wrap{grid-template-columns:1fr;text-align:center}.hero{min-height:55vh}.cards-grid{grid-template-columns:1fr}.fact-grid{grid-template-columns:1fr 1fr}.cookie-banner{left:1rem;right:1rem;max-width:none;bottom:0.8rem}}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp 0.7s ease both}