/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Source+Sans+3:wght@300;400;500;600&display=swap');:root{--clr-bg:#F4E8E2;--clr-bg-alt:#E8D1C9;--clr-accent:#8B6F47;--clr-accent-light:#A8905E;--clr-text:#4A3728;--clr-text-light:#6B5744;--clr-white:#FFFAF7;--clr-shadow:rgba(139,111,71,.12);--clr-shadow-deep:rgba(139,111,71,.22);--radius:20px;--font-heading:'Playfair Display',Georgia,'Times New Roman',serif;--font-body:'Source Sans 3','Segoe UI',sans-serif;--transition:all .35s cubic-bezier(.4,0,.2,1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);color:var(--clr-text);background:var(--clr-bg);line-height:1.8;min-height:100vh;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:600;line-height:1.3;color:var(--clr-accent)}h1{font-size:clamp(2rem,5vw,3.2rem)}h2{font-size:clamp(1.5rem,3.5vw,2.2rem)}h3{font-size:clamp(1.2rem,2.5vw,1.6rem)}p{margin-bottom:1rem;color:var(--clr-text-light)}a{color:var(--clr-accent);text-decoration:none;transition:var(--transition)}a:hover{color:var(--clr-accent-light);text-decoration:underline}img{max-width:100%;height:auto;border-radius:var(--radius);display:block}.container{width:min(92%,1140px);margin:0 auto}.site-header{background:linear-gradient(135deg,var(--clr-white) 0%,var(--clr-bg) 100%);padding:1.2rem 0;position:sticky;top:0;z-index:100;backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid rgba(139,111,71,.08);box-shadow:0 2px 20px var(--clr-shadow)}.site-header .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.8rem}.site-logo{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--clr-accent);letter-spacing:.5px}.site-nav{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.site-nav a{font-size:.95rem;font-weight:500;color:var(--clr-text-light);position:relative;padding-bottom:2px}.site-nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--clr-accent);transition:var(--transition)}.site-nav a:hover::after{width:100%}.site-nav a:hover{text-decoration:none;color:var(--clr-accent)}.hero{position:relative;min-height:75vh;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(160deg,var(--clr-bg-alt) 0%,var(--clr-bg) 40%,var(--clr-white) 100%);overflow:hidden;padding:4rem 1rem}.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 20%,rgba(232,209,201,.6) 0%,transparent 60%),radial-gradient(ellipse at 70% 80%,rgba(139,111,71,.07) 0%,transparent 50%);pointer-events:none}.hero-content{position:relative;z-index:2;max-width:720px}.hero h1{margin-bottom:1.2rem;animation:fadeUp .8s ease-out both}.hero p{font-size:1.15rem;margin-bottom:2rem;animation:fadeUp .8s ease-out .15s both}.hero .btn{animation:fadeUp .8s ease-out .3s both}.btn{display:inline-block;padding:.9rem 2.4rem;background:var(--clr-accent);color:var(--clr-white);border-radius:50px;font-family:var(--font-body);font-weight:600;font-size:1rem;border:none;cursor:pointer;transition:var(--transition);box-shadow:0 4px 18px var(--clr-shadow-deep)}.btn:hover{background:var(--clr-accent-light);color:var(--clr-white);text-decoration:none;transform:translateY(-2px);box-shadow:0 8px 28px var(--clr-shadow-deep)}.card{background:linear-gradient(145deg,var(--clr-white) 0%,var(--clr-bg) 100%);border-radius:var(--radius);padding:2rem;box-shadow:0 8px 32px var(--clr-shadow),0 2px 8px var(--clr-shadow);transition:var(--transition);backdrop-filter:saturate(180%)}.card:hover{transform:translateY(-4px);box-shadow:0 16px 48px var(--clr-shadow-deep),0 4px 12px var(--clr-shadow)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:2rem}.section{padding:4rem 0}.section-title{text-align:center;margin-bottom:2.5rem}.section-title h2{margin-bottom:.6rem}.section-title p{max-width:600px;margin:0 auto;font-size:1.05rem}.article-full{max-width:780px;margin:0 auto;padding:3rem 0}.article-full h1{margin-bottom:.5rem}.article-meta{font-size:.9rem;color:var(--clr-accent-light);margin-bottom:2rem;font-style:italic}.article-full h2{margin-top:2.5rem;margin-bottom:1rem}.article-full h3{margin-top:2rem;margin-bottom:.8rem}.article-full p{text-align:justify;hyphens:auto}.article-full blockquote{border-left:4px solid var(--clr-accent);padding:1rem 1.5rem;margin:1.5rem 0;background:linear-gradient(90deg,rgba(232,209,201,.3),transparent);border-radius:0 var(--radius) var(--radius) 0;font-style:italic}.disclaimer{background:linear-gradient(135deg,var(--clr-bg-alt),var(--clr-bg));border:1px solid rgba(139,111,71,.15);border-radius:var(--radius);padding:1.8rem;margin:2.5rem 0;font-size:.92rem;line-height:1.7}.disclaimer strong{color:var(--clr-accent);display:block;margin-bottom:.5rem;font-family:var(--font-heading);font-size:1.05rem}.subscribe-section{background:linear-gradient(160deg,var(--clr-bg-alt) 0%,var(--clr-white) 100%);border-radius:var(--radius);padding:3rem 2rem;text-align:center;max-width:600px;margin:0 auto;box-shadow:0 12px 40px var(--clr-shadow)}.subscribe-section h2{margin-bottom:.5rem}.subscribe-section p{margin-bottom:1.5rem}.form-group{margin-bottom:1rem;text-align:left}.form-group label{display:block;font-weight:500;margin-bottom:.3rem;font-size:.9rem;color:var(--clr-accent)}.form-group input{width:100%;padding:.85rem 1.2rem;border:1px solid rgba(139,111,71,.2);border-radius:12px;font-family:var(--font-body);font-size:1rem;background:var(--clr-white);color:var(--clr-text);transition:var(--transition)}.form-group input:focus{outline:none;border-color:var(--clr-accent);box-shadow:0 0 0 3px rgba(139,111,71,.12)}.form-submit{margin-top:1.2rem}.about-block{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}@media(max-width:768px){.about-block{grid-template-columns:1fr}}.about-block .about-text h2{margin-bottom:1rem}.about-block .about-img img{box-shadow:0 12px 40px var(--clr-shadow-deep)}.site-footer{background:linear-gradient(135deg,var(--clr-bg-alt) 0%,#d4b8a8 100%);padding:3rem 0 1.5rem;margin-top:4rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}.footer-grid h4{margin-bottom:.8rem;font-size:1rem}.footer-grid a{display:block;color:var(--clr-text-light);font-size:.9rem;padding:.2rem 0}.footer-grid a:hover{color:var(--clr-accent)}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(139,111,71,.15);font-size:.85rem;color:var(--clr-text-light)}.success-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.success-box{background:linear-gradient(145deg,var(--clr-white),var(--clr-bg));border-radius:var(--radius);padding:3rem 2.5rem;box-shadow:0 16px 48px var(--clr-shadow-deep);max-width:520px}.success-box h1{margin-bottom:1rem;font-size:2rem}.success-box p{margin-bottom:1.5rem}.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.error-box{max-width:480px}.error-box h1{font-size:6rem;color:var(--clr-accent);line-height:1}.error-box h2{margin-bottom:1rem}.error-box p{margin-bottom:2rem}.legal-page{max-width:780px;margin:0 auto;padding:3rem 0}.legal-page h1{margin-bottom:2rem}.legal-page h2{margin-top:2rem;margin-bottom:.8rem;font-size:1.4rem}.legal-page p{margin-bottom:1rem}.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;max-width:360px;width:90%}#cookie-toggle{display:none}.cookie-box{background:linear-gradient(145deg,var(--clr-white),var(--clr-bg));border-radius:var(--radius);padding:1.5rem;box-shadow:0 8px 32px var(--clr-shadow-deep);border:1px solid rgba(139,111,71,.1);transform:translateY(200%);opacity:0;transition:transform .5s ease,opacity .5s ease;pointer-events:none}#cookie-toggle:checked~.cookie-box{transform:translateY(0);opacity:1;pointer-events:auto}.cookie-box p{font-size:.85rem;margin-bottom:1rem;line-height:1.6}.cookie-box .cookie-actions{display:flex;gap:.8rem;flex-wrap:wrap}.cookie-accept{padding:.6rem 1.4rem;background:var(--clr-accent);color:var(--clr-white);border-radius:50px;font-size:.85rem;font-weight:600;cursor:pointer;transition:var(--transition);display:inline-block;text-align:center}.cookie-accept:hover{background:var(--clr-accent-light);text-decoration:none;color:var(--clr-white)}.cookie-link{padding:.6rem 1rem;font-size:.85rem;color:var(--clr-accent)}.cookie-trigger{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9998;padding:.7rem 1.2rem;background:var(--clr-accent);color:var(--clr-white);border-radius:50px;font-size:.8rem;font-weight:600;cursor:pointer;box-shadow:0 4px 16px var(--clr-shadow-deep);transition:var(--transition)}#cookie-toggle:checked~.cookie-trigger{display:none}.sidebar-list{display:flex;flex-direction:column;gap:1rem}.sidebar-list .card{padding:1.2rem 1.5rem}.sidebar-list .card h4{margin-bottom:.3rem}.sidebar-list .card p{font-size:.88rem;margin-bottom:.5rem}.sidebar-list .card a{font-size:.88rem;font-weight:600}.home-layout{display:grid;grid-template-columns:1fr 320px;gap:2.5rem;align-items:start}@media(max-width:900px){.home-layout{grid-template-columns:1fr}}.tag{display:inline-block;padding:.25rem .8rem;background:rgba(139,111,71,.1);color:var(--clr-accent);border-radius:50px;font-size:.78rem;font-weight:600;margin-bottom:.8rem}@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .6s ease-out both}.checklist{display:flex;flex-direction:column;gap:.6rem;margin:1.2rem 0}.checklist-item{display:flex;align-items:flex-start;gap:.7rem;padding:.6rem .8rem;background:rgba(255,250,247,.6);border-radius:12px}.checklist-item .check-icon{flex-shrink:0;width:22px;height:22px;background:var(--clr-accent);color:var(--clr-white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;margin-top:2px}.checklist-item span{font-size:.95rem;line-height:1.5}