/*
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,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,#F4E8E2 0%,#FAF3EE 100%);color:#3D2E22;line-height:1.8;min-height:100vh;overflow-x:hidden}h1,h2,h3,h4{font-family:'Cormorant Garamond','Playfair Display',Georgia,serif;font-weight:500;letter-spacing:-.02em;line-height:1.3;color:#5A4530}h1{font-size:clamp(2rem,5vw,3.5rem)}h2{font-size:clamp(1.6rem,3.5vw,2.4rem);margin-bottom:1.2rem}h3{font-size:clamp(1.2rem,2.5vw,1.5rem);margin-bottom:.8rem}p{margin-bottom:1.2rem;font-size:1.02rem}a{color:#8B6F47;text-decoration:none;transition:all .3s ease}a:hover{color:#6B5333}img{max-width:100%;height:auto;display:block;border-radius:20px}.container{max-width:1180px;margin:0 auto;padding:0 1.25rem}header.site-header{background:rgba(244,232,226,.85);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);position:sticky;top:0;z-index:100;padding:1.1rem 0;box-shadow:0 4px 20px rgba(139,111,71,.08)}.nav-wrap{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.logo{font-family:'Cormorant Garamond',Georgia,serif;font-size:1.7rem;font-weight:600;color:#8B6F47;letter-spacing:.02em}nav ul{display:flex;list-style:none;gap:1.7rem;flex-wrap:wrap}nav a{font-size:.95rem;font-weight:500;color:#5A4530;position:relative;padding:.3rem 0}nav a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background:#8B6F47;transition:width .3s ease}nav a:hover::after{width:100%}main{padding:2.5rem 0 4rem}.hero{position:relative;border-radius:32px;overflow:hidden;margin-bottom:3.5rem;background:linear-gradient(135deg,#E8D1C9 0%,#F4E8E2 60%,#FAF3EE 100%);padding:4.5rem 2rem;box-shadow:0 20px 60px rgba(139,111,71,.15)}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(232,209,201,.4) 0%,transparent 70%);pointer-events:none}.hero-content{position:relative;z-index:2;max-width:680px}.hero h1{margin-bottom:1.5rem}.hero p.lead{font-size:1.18rem;color:#5A4530;margin-bottom:2rem}.btn{display:inline-block;padding:.95rem 2.2rem;background:#8B6F47;color:#FAF3EE;border-radius:50px;font-weight:500;font-size:1rem;border:none;cursor:pointer;box-shadow:0 8px 24px rgba(139,111,71,.25);transition:all .3s ease}.btn:hover{background:#6B5333;color:#FAF3EE;transform:translateY(-2px);box-shadow:0 12px 30px rgba(139,111,71,.35)}.btn-outline{background:transparent;color:#8B6F47;border:2px solid #8B6F47;box-shadow:none}.btn-outline:hover{background:#8B6F47;color:#FAF3EE}.section-block{background:rgba(255,253,251,.65);backdrop-filter:saturate(180%) blur(8px);border-radius:20px;padding:2.2rem;margin-bottom:2.5rem;box-shadow:0 10px 35px rgba(139,111,71,.1)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.8rem;margin:2rem 0}.card{background:linear-gradient(160deg,#FAF3EE 0%,#F4E8E2 100%);border-radius:20px;padding:1.8rem;box-shadow:0 8px 28px rgba(139,111,71,.12);transition:transform .35s ease,box-shadow .35s ease}.card:hover{transform:translateY(-4px);box-shadow:0 14px 38px rgba(139,111,71,.2)}.card h3{color:#8B6F47;margin-bottom:.7rem}.card .meta{font-size:.85rem;color:#A08868;margin-bottom:.8rem;font-style:italic}.card p{font-size:.97rem;margin-bottom:1.1rem}.card a.read-more{font-weight:600;font-size:.92rem;color:#8B6F47}.card a.read-more::after{content:' →';transition:margin .25s ease}.card a.read-more:hover::after{margin-left:.4rem}.about-section{display:grid;grid-template-columns:1fr;gap:2rem;margin:3rem 0;align-items:center}@media(min-width:780px){.about-section{grid-template-columns:1.2fr .8fr}}.subscribe{background:linear-gradient(135deg,#E8D1C9 0%,#F4E8E2 100%);border-radius:24px;padding:2.8rem 2rem;margin:3rem 0;box-shadow:0 14px 40px rgba(139,111,71,.15)}.subscribe h2{text-align:center}.subscribe p.sub-lead{text-align:center;max-width:560px;margin:0 auto 2rem}.form-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:560px;margin:0 auto}@media(min-width:640px){.form-grid{grid-template-columns:1fr 1fr}.form-grid input[type=email]{grid-column:1/-1}.form-grid .submit-row{grid-column:1/-1}}.form-grid input{padding:.95rem 1.2rem;border:1.5px solid #E8D1C9;border-radius:50px;background:rgba(255,253,251,.8);font-family:inherit;font-size:.98rem;color:#3D2E22;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.form-grid input:focus{border-color:#8B6F47;box-shadow:0 0 0 4px rgba(139,111,71,.1)}.submit-row{display:flex;justify-content:center}article.post{background:rgba(255,253,251,.7);backdrop-filter:saturate(180%) blur(8px);border-radius:24px;padding:2.5rem;box-shadow:0 12px 40px rgba(139,111,71,.12);margin-bottom:2.5rem}article.post .post-meta{font-size:.9rem;color:#A08868;font-style:italic;margin-bottom:1.2rem}article.post h1,article.post h2{margin-top:1.8rem}article.post h2:first-of-type{margin-top:1rem}article.post ul{list-style:none;padding:0;margin:1.2rem 0}article.post ul li{padding:.6rem 0 .6rem 1.6rem;position:relative}article.post ul li::before{content:'◦';position:absolute;left:.4rem;color:#8B6F47;font-size:1.3rem;line-height:1}.facts-grid{display:grid;grid-template-columns:1fr;gap:1.2rem;margin:1.8rem 0}@media(min-width:680px){.facts-grid{grid-template-columns:repeat(2,1fr)}}.fact-cell{background:linear-gradient(150deg,#F4E8E2 0%,#FAF3EE 100%);border-radius:18px;padding:1.4rem;box-shadow:0 6px 22px rgba(139,111,71,.1)}.fact-cell strong{color:#8B6F47;display:block;margin-bottom:.5rem;font-family:'Cormorant Garamond',serif;font-size:1.15rem}.disclaimer{background:linear-gradient(135deg,#F4E8E2 0%,#E8D1C9 100%);border-left:4px solid #8B6F47;border-radius:16px;padding:1.4rem 1.6rem;margin:2rem 0;font-size:.94rem;color:#5A4530;font-style:italic;box-shadow:0 6px 20px rgba(139,111,71,.1)}.aside-block{background:rgba(255,253,251,.6);border-radius:20px;padding:1.6rem;box-shadow:0 8px 26px rgba(139,111,71,.1)}.aside-block h3{font-size:1.2rem;margin-bottom:1rem;color:#8B6F47}.aside-list{display:flex;flex-direction:column;gap:1rem}.aside-item{padding-bottom:1rem;border-bottom:1px solid rgba(139,111,71,.15)}.aside-item:last-child{border-bottom:none;padding-bottom:0}.aside-item h4{font-size:1.02rem;margin-bottom:.4rem;font-family:inherit;font-weight:600;color:#5A4530}.aside-item p{font-size:.88rem;margin-bottom:.4rem;color:#6B5333}.legal-content{background:rgba(255,253,251,.7);backdrop-filter:saturate(180%) blur(8px);border-radius:20px;padding:2.2rem;box-shadow:0 10px 32px rgba(139,111,71,.1)}.legal-content h2{margin-top:2rem;color:#8B6F47}.legal-content h2:first-child{margin-top:0}.success-block{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#E8D1C9 0%,#F4E8E2 100%);border-radius:24px;box-shadow:0 14px 40px rgba(139,111,71,.15);max-width:680px;margin:3rem auto}.success-block .check-icon{width:88px;height:88px;border-radius:50%;background:#8B6F47;color:#FAF3EE;display:flex;align-items:center;justify-content:center;font-size:2.6rem;margin:0 auto 1.6rem;box-shadow:0 10px 30px rgba(139,111,71,.3)}.error-block{text-align:center;padding:4rem 2rem}.error-block .big-num{font-family:'Cormorant Garamond',serif;font-size:clamp(5rem,15vw,9rem);color:#8B6F47;line-height:1;margin-bottom:1rem}footer.site-footer{background:linear-gradient(180deg,#E8D1C9 0%,#D9BAA9 100%);padding:3rem 0 1.5rem;margin-top:4rem;color:#5A4530}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:680px){.footer-grid{grid-template-columns:repeat(3,1fr)}}.footer-grid h4{font-family:inherit;font-size:1.05rem;font-weight:600;margin-bottom:1rem;color:#5A4530}.footer-grid ul{list-style:none}.footer-grid ul li{margin-bottom:.55rem}.footer-grid a{color:#5A4530;font-size:.93rem}.footer-grid a:hover{color:#3D2E22}.footer-bottom{text-align:center;padding-top:1.5rem;border-top:1px solid rgba(139,111,71,.25);font-size:.86rem;color:#6B5333}#cookie-toggle{display:none}.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;max-width:340px;background:linear-gradient(135deg,#FAF3EE 0%,#F4E8E2 100%);border-radius:20px;padding:1.4rem 1.5rem;box-shadow:0 18px 50px rgba(139,111,71,.25);z-index:999;font-size:.9rem;color:#5A4530;transition:opacity .4s ease,transform .4s ease}.cookie-banner h4{font-family:inherit;font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#8B6F47}.cookie-banner p{font-size:.86rem;margin-bottom:.9rem;line-height:1.6}.cookie-actions{display:flex;gap:.6rem;flex-wrap:wrap}.cookie-btn{padding:.55rem 1.2rem;background:#8B6F47;color:#FAF3EE;border-radius:50px;font-size:.84rem;cursor:pointer;border:none;font-weight:500;text-align:center}.cookie-btn.outline{background:transparent;color:#8B6F47;border:1.5px solid #8B6F47}#cookie-toggle:checked ~ .cookie-banner{opacity:0;transform:translateY(20px) scale(.95);pointer-events:none}@media(max-width:540px){.cookie-banner{right:1rem;left:1rem;max-width:none;bottom:1rem}nav ul{gap:1rem}.hero{padding:3rem 1.4rem}article.post{padding:1.8rem}}