/*
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,700;1,400&family=Inter:wght@300;400;500;600&display=swap');
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--bg:#FFFBEB;--yellow:#FEF08A;--amber:#D97706;--amber-dark:#B45309;--text:#1C1917;--text-muted:#78716C;--white:#fff;--r:20px;--sh:0 8px 32px rgba(217,119,6,.15)}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);line-height:1.7;font-size:1rem}
h1,h2,h3,h4{font-family:'Playfair Display',serif;line-height:1.25}
a{color:var(--amber);text-decoration:none}
a:hover{color:var(--amber-dark);text-decoration:underline}
img{display:block;max-width:100%}
.container{max-width:1100px;margin:0 auto;padding:0 1.25rem}
.site-header{background:#fff;border-bottom:3px solid var(--yellow);position:sticky;top:0;z-index:100;box-shadow:0 2px 16px rgba(217,119,6,.1)}
.site-header .container{display:flex;align-items:center;justify-content:space-between;padding-top:.85rem;padding-bottom:.85rem;gap:1rem}
.logo{font-family:'Playfair Display',serif;font-size:1.8rem;font-weight:700;color:var(--amber);letter-spacing:-.5px;text-decoration:none}
.logo:hover{color:var(--amber-dark);text-decoration:none}
.site-nav ul{list-style:none;display:flex;gap:1.2rem;flex-wrap:wrap}
.site-nav a{font-size:.9rem;font-weight:500;color:var(--text);padding:.3rem .7rem;border-radius:8px;transition:background .2s,color .2s;text-decoration:none}
.site-nav a:hover{background:var(--yellow);color:var(--text);text-decoration:none}
.hero{position:relative;min-height:92vh;display:flex;align-items:center;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 92%,0 100%)}
.hero-bg{position:absolute;inset:0}
.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(217,119,6,.86) 0%,rgba(254,240,138,.55) 100%)}
.hero-content{position:relative;z-index:2;padding:6rem 1.25rem 8rem}
.hero-content h1{font-size:clamp(2rem,5vw,3.6rem);color:#fff;max-width:750px;text-shadow:0 2px 16px rgba(0,0,0,.2);margin-bottom:1.2rem}
.hero-content p{font-size:1.15rem;color:#fff8dc;max-width:580px;margin-bottom:2.2rem}
@keyframes pulse-grad{0%,100%{background-position:0% 50%;box-shadow:0 4px 20px rgba(217,119,6,.45)}50%{background-position:100% 50%;box-shadow:0 8px 48px rgba(217,119,6,.85)}}
.btn-pulse{display:inline-block;padding:.88rem 2.2rem;border-radius:50px;background:linear-gradient(135deg,#D97706,#FEF08A,#F59E0B,#D97706);background-size:300% 300%;animation:pulse-grad 2.5s ease infinite;color:#1C1917;font-weight:700;font-size:1.05rem;border:none;cursor:pointer;text-decoration:none;transition:transform .2s}
.btn-pulse:hover{transform:scale(1.05);color:#1C1917;text-decoration:none}
.btn-secondary{display:inline-block;padding:.6rem 1.5rem;border-radius:50px;border:2px solid var(--amber);color:var(--amber);font-weight:600;font-size:.92rem;background:transparent;cursor:pointer;text-decoration:none;transition:background .2s,color .2s}
.btn-secondary:hover{background:var(--amber);color:#fff;text-decoration:none}
.section-tag{display:inline-block;background:var(--yellow);color:var(--amber-dark);font-size:.78rem;font-weight:700;padding:.28rem .9rem;border-radius:50px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.8rem}
.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}
.card{background:#fff;border-radius:var(--r);box-shadow:var(--sh);padding:1.6rem;border-top:4px solid var(--yellow);transition:transform .25s,box-shadow .25s}
.card:hover{transform:translateY(-6px);box-shadow:0 16px 52px rgba(217,119,6,.22)}
.card-meta{font-size:.8rem;color:var(--text-muted);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.06em}
.card h3{font-size:1.2rem;margin-bottom:.7rem;color:var(--text)}
.card p{font-size:.92rem;color:var(--text-muted);margin-bottom:1.2rem}
section{padding:4rem 0}
.section-title{font-size:clamp(1.6rem,3.5vw,2.6rem);margin-bottom:1rem}
.section-lead{font-size:1.05rem;color:var(--text-muted);max-width:640px;margin-bottom:2rem}
.content-with-aside{display:grid;grid-template-columns:1fr 340px;gap:2.5rem;align-items:start}
.sidebar .card{margin-bottom:1.2rem}
.article-wrap{max-width:780px}
.article-wrap h1{font-size:clamp(2rem,4vw,3rem);margin:1rem 0 .5rem}
.article-wrap h2{font-size:clamp(1.4rem,3vw,2.1rem);margin:2.2rem 0 .8rem;color:var(--text)}
.article-wrap h3{font-size:1.2rem;margin:1.8rem 0 .6rem;color:var(--amber-dark)}
.article-wrap p{margin-bottom:1.2rem;font-size:1.02rem;line-height:1.8}
.article-wrap ul,.article-wrap ol{margin:.8rem 0 1.2rem 1.5rem}
.article-wrap li{margin-bottom:.5rem;font-size:1rem;line-height:1.7}
.article-meta{font-size:.85rem;color:var(--text-muted);margin-bottom:2rem;display:flex;gap:1rem;flex-wrap:wrap}
.article-img{width:100%;border-radius:var(--r);margin:1.5rem 0;object-fit:cover;max-height:440px}
.highlight-box{background:linear-gradient(135deg,#fffbeb,#fef9c3);border-left:4px solid var(--amber);border-radius:12px;padding:1.3rem 1.5rem;margin:1.2rem 0}
.highlight-box p{margin-bottom:0}
.about-section{background:linear-gradient(135deg,#FEF08A 0%,#FFFBEB 60%,#fff7ed 100%);clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);padding:7rem 0}
.about-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.about-text p{font-size:1rem;margin-bottom:1rem}
.subscribe-section{background:#fff;border-radius:var(--r);box-shadow:var(--sh);padding:2.5rem;max-width:560px;margin:0 auto}
.subscribe-section h2{margin-bottom:1.4rem;font-size:1.8rem}
.form-group{margin-bottom:1.1rem}
.form-group label{display:block;font-size:.88rem;font-weight:600;margin-bottom:.32rem;color:var(--text)}
.form-group input{width:100%;padding:.85rem 1rem;border:1.5px solid #e5e7eb;border-radius:12px;font-family:inherit;font-size:.97rem;background:#fffbeb;transition:border .2s,box-shadow .2s}
.form-group input:focus{outline:none;border-color:var(--amber);box-shadow:0 0 0 3px rgba(217,119,6,.15)}
.disclaimer-box{background:#fff7ed;border:1.5px solid #fcd34d;border-radius:var(--r);padding:1.4rem 1.6rem;margin-top:2rem}
.disclaimer-box strong{color:var(--amber-dark);display:block;margin-bottom:.4rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}
.disclaimer-box p{font-size:.9rem;color:var(--text-muted);margin-bottom:0}
.site-footer{background:#1C1917;color:#d6d3d1;padding:3.5rem 0 1.5rem;margin-top:2rem}
.footer-inner{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-bottom:2rem}
.footer-brand .logo{color:var(--yellow)}
.footer-brand p{font-size:.87rem;margin-top:.6rem;color:#a8a29e;line-height:1.6}
.footer-links h4{font-family:'Playfair Display',serif;color:var(--yellow);margin-bottom:.75rem;font-size:1rem}
.footer-links ul{list-style:none}
.footer-links li{margin-bottom:.4rem}
.footer-links a{color:#a8a29e;font-size:.87rem;transition:color .2s;text-decoration:none}
.footer-links a:hover{color:var(--yellow)}
.footer-bottom{border-top:1px solid #292524;padding-top:1.2rem;text-align:center;font-size:.82rem;color:#78716C}
#cookie-close{display:none;position:absolute}
.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;background:#fff;border-radius:var(--r);box-shadow:0 8px 48px rgba(0,0,0,.18);padding:1.3rem 1.5rem;max-width:340px;border-top:3px solid var(--amber);display:flex;flex-direction:column;gap:.9rem}
.cookie-banner p{font-size:.88rem;color:var(--text);line-height:1.5}
.cookie-banner a{color:var(--amber);font-weight:600}
.cookie-btn{display:inline-block;background:var(--amber);color:#fff;padding:.55rem 1.4rem;border-radius:50px;font-size:.88rem;font-weight:700;cursor:pointer;text-align:center;transition:background .2s;text-decoration:none;align-self:flex-start}
.cookie-btn:hover{background:var(--amber-dark)}
#cookie-close:checked~.cookie-banner{display:none}
.centered-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 1.25rem;flex-direction:column}
.centered-page h1{font-size:clamp(2rem,5vw,3.2rem);margin-bottom:1rem}
.centered-page p{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem;max-width:500px}
.big-error{font-size:9rem;font-family:'Playfair Display',serif;color:var(--yellow);line-height:1;display:block;text-shadow:0 4px 24px rgba(217,119,6,.3)}
.policy-content{max-width:800px;margin:0 auto;padding:3rem 1.25rem 5rem}
.policy-content h1{font-size:2.2rem;margin-bottom:.5rem}
.policy-meta{color:var(--text-muted);font-size:.88rem;margin-bottom:2.5rem;padding-bottom:1.2rem;border-bottom:2px solid var(--yellow)}
.policy-content h2{font-size:1.35rem;margin:2rem 0 .6rem;color:var(--amber-dark)}
.policy-content p{margin-bottom:1rem;font-size:.97rem;line-height:1.75}
.policy-content ul{margin:.5rem 0 1rem 1.4rem}
.policy-content li{margin-bottom:.4rem;font-size:.95rem}
.success-icon{font-size:5rem;margin-bottom:1rem;display:block}
@media(max-width:900px){.content-with-aside{grid-template-columns:1fr}.about-inner{grid-template-columns:1fr}}
@media(max-width:768px){.site-header .container{flex-direction:column;gap:.8rem;text-align:center}.site-nav ul{justify-content:center}section{padding:2.5rem 0}.hero{clip-path:none;min-height:80vh}.hero-content{padding:4rem 1.25rem 5rem}.about-section{clip-path:none;padding:3rem 0}.cookie-banner{max-width:calc(100vw - 2rem)}}
@media(max-width:480px){.cookie-banner{left:1rem;right:1rem}}
