/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Source+Sans+3:wght@300;400;500;600;700&display=swap');*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#FAF9F6;--bg-alt:#F2EFEA;--border:#E5E5E5;--green:#556B2F;--green-light:#6B8A3E;--green-dark:#3E5020;--text:#2C2C2C;--text-light:#5A5A5A;--text-muted:#8A8A80;--white:#FFFFFF;--shadow:0 2px 16px rgba(85,107,47,0.08);--shadow-lg:0 8px 32px rgba(85,107,47,0.12);--radius:8px;--radius-lg:14px;--font-heading:'Lora',Georgia,serif;--font-body:'Source Sans 3','Segoe UI',sans-serif;--max-w:1120px;--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;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block;border-radius:var(--radius-lg)}a{color:var(--green);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--green-dark)}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--text);line-height:1.3;font-weight:600}h1{font-size:clamp(1.9rem,4vw,2.8rem)}h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:1rem}h3{font-size:clamp(1.1rem,2.5vw,1.5rem);margin-bottom:0.75rem}.site-header{background:var(--white);border-bottom:1px solid var(--border);padding:1rem 1.5rem;position:sticky;top:0;z-index:100}.site-header .inner{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.75rem}.site-header .logo{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--green);letter-spacing:-0.02em}.site-header nav{display:flex;gap:1.25rem;flex-wrap:wrap}.site-header nav a{font-size:0.95rem;font-weight:500;color:var(--text-light);transition:color var(--transition)}.site-header nav a:hover{color:var(--green)}.hero{position:relative;min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;background:linear-gradient(160deg,#556B2F 0%,#6B8A3E 40%,#8BA85C 100%)}.hero::after{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='%23ffffff' opacity='0.07'/%3E%3C/svg%3E") repeat}.hero .hero-content{position:relative;z-index:2;max-width:720px;padding:3rem 1.5rem;color:var(--white)}.hero h1{color:var(--white);margin-bottom:1rem;text-shadow:0 2px 12px rgba(0,0,0,0.15)}.hero p{font-size:1.15rem;opacity:0.92;margin-bottom:2rem;line-height:1.8}.btn{display:inline-block;padding:0.85rem 2.2rem;border-radius:var(--radius);font-family:var(--font-body);font-weight:600;font-size:0.95rem;cursor:pointer;transition:all var(--transition);border:none;text-align:center}.btn-primary{background:var(--white);color:var(--green);box-shadow:0 4px 16px rgba(0,0,0,0.1)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(0,0,0,0.15);color:var(--green-dark)}.btn-green{background:var(--green);color:var(--white)}.btn-green:hover{background:var(--green-dark);transform:translateY(-2px)}.wrap{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}section{padding:4rem 0}.section-title{text-align:center;margin-bottom:2.5rem}.section-title h2{position:relative;display:inline-block}.section-title h2::after{content:'';display:block;width:50px;height:3px;background:var(--green);margin:0.75rem auto 0;border-radius:2px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:all var(--transition)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.card .card-body{padding:1.5rem 1.75rem}.card .card-body h3 a{color:var(--text)}.card .card-body h3 a:hover{color:var(--green)}.card .card-meta{font-size:0.85rem;color:var(--text-muted);margin-bottom:0.5rem}.card .card-body p{color:var(--text-light);font-size:0.97rem;margin-bottom:1rem}.card .card-body .read-more{font-weight:600;font-size:0.9rem;color:var(--green)}.about-section{background:var(--bg-alt);border-radius:var(--radius-lg);padding:3rem 2rem;margin:2rem 0}.about-section .about-inner{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}@media(max-width:768px){.about-section .about-inner{grid-template-columns:1fr}}.subscribe-section{background:linear-gradient(135deg,#556B2F,#6B8A3E);border-radius:var(--radius-lg);padding:3rem 2rem;color:var(--white);text-align:center;margin:2rem 0}.subscribe-section h2{color:var(--white)}.subscribe-section h2::after{background:rgba(255,255,255,0.5)}.subscribe-section p{opacity:0.9;margin-bottom:1.5rem;max-width:540px;margin-left:auto;margin-right:auto}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:640px;margin:0 auto 1.25rem}.form-grid input{padding:0.8rem 1rem;border:2px solid rgba(255,255,255,0.3);border-radius:var(--radius);background:rgba(255,255,255,0.15);color:var(--white);font-family:var(--font-body);font-size:0.95rem;transition:border var(--transition)}.form-grid input::placeholder{color:rgba(255,255,255,0.6)}.form-grid input:focus{outline:none;border-color:rgba(255,255,255,0.7);background:rgba(255,255,255,0.2)}.article-page{max-width:780px;margin:0 auto;padding:3rem 1.5rem}.article-page .article-meta{font-size:0.9rem;color:var(--text-muted);margin-bottom:1.5rem;display:flex;gap:1.5rem;flex-wrap:wrap}.article-page .article-content p{margin-bottom:1.25rem;font-size:1.05rem}.article-page .article-content h2{margin-top:2.5rem;margin-bottom:1rem}.article-page .article-content h3{margin-top:2rem}.article-page .article-img{margin:2rem 0;border-radius:var(--radius-lg);overflow:hidden}.disclaimer{background:#FFF8F0;border-left:4px solid #D4A054;padding:1.25rem 1.5rem;border-radius:0 var(--radius) var(--radius) 0;margin:2.5rem 0;font-size:0.93rem;color:var(--text-light);line-height:1.7}.disclaimer strong{color:var(--text);display:block;margin-bottom:0.35rem}.site-footer{background:var(--white);border-top:1px solid var(--border);padding:2.5rem 1.5rem;margin-top:4rem}.site-footer .footer-inner{max-width:var(--max-w);margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;align-items:start}@media(max-width:768px){.site-footer .footer-inner{grid-template-columns:1fr}}.site-footer .footer-brand{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--green);margin-bottom:0.5rem}.site-footer p{font-size:0.9rem;color:var(--text-muted)}.site-footer .footer-links{display:flex;flex-direction:column;gap:0.5rem}.site-footer .footer-links a{font-size:0.9rem;color:var(--text-light)}.site-footer .footer-links a:hover{color:var(--green)}.site-footer .footer-copy{grid-column:1/-1;text-align:center;padding-top:1.5rem;border-top:1px solid var(--border);font-size:0.85rem;color:var(--text-muted)}.legal-page{max-width:780px;margin:0 auto;padding:3rem 1.5rem}.legal-page h1{margin-bottom:0.5rem}.legal-page .legal-date{font-size:0.9rem;color:var(--text-muted);margin-bottom:2rem}.legal-page h2{margin-top:2rem;font-size:1.3rem}.legal-page p{margin-bottom:1rem;font-size:1rem;color:var(--text-light)}.success-page{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem}.success-page .check-icon{width:80px;height:80px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.success-page .check-icon svg{width:40px;height:40px;stroke:var(--white);stroke-width:3;fill:none}.success-page p{color:var(--text-light);margin-bottom:2rem;max-width:420px}.error-page{min-height:70vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem}.error-page .error-code{font-family:var(--font-heading);font-size:clamp(5rem,12vw,9rem);font-weight:700;color:var(--border);line-height:1}.error-page p{color:var(--text-light);margin:1rem 0 2rem}.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;z-index:999;max-width:360px}#cookie-toggle{display:none}.cookie-box{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:1.5rem;border:1px solid var(--border);font-size:0.88rem;color:var(--text-light);line-height:1.6;transition:all 0.4s ease;transform:translateY(0);opacity:1}#cookie-toggle:checked~.cookie-box{transform:translateY(150%);opacity:0;pointer-events:none}.cookie-box p{margin-bottom:1rem}.cookie-actions{display:flex;gap:0.75rem;align-items:center;flex-wrap:wrap}.cookie-actions label{display:inline-block;padding:0.55rem 1.4rem;border-radius:var(--radius);font-weight:600;font-size:0.85rem;cursor:pointer;transition:all var(--transition)}.cookie-accept{background:var(--green);color:var(--white)}.cookie-accept:hover{background:var(--green-dark)}.cookie-more{color:var(--green);text-decoration:underline;font-size:0.85rem;font-weight:500}.main-article{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem 2rem;box-shadow:var(--shadow);margin:2rem 0}.main-article h2{margin-bottom:0.5rem}.main-article .article-meta{font-size:0.88rem;color:var(--text-muted);margin-bottom:1.5rem}.main-article p{margin-bottom:1rem;color:var(--text-light);font-size:1.02rem}@media(max-width:600px){.form-grid{grid-template-columns:1fr}.hero{min-height:55vh}.card-grid{grid-template-columns:1fr}section{padding:2.5rem 0}}