/*
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=Inter:wght@300;400;500;600&display=swap');
:root{--bg:#F0F4FF;--card:#DBEAFE;--accent:#6366F1;--accent-dark:#4F46E5;--text:#1e1b4b;--muted:#6b7280;--white:#ffffff;--radius:20px;--shadow:0 4px 24px rgba(99,102,241,.10);}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;font-size:16px;}
body{font-family:'Inter',sans-serif;background:var(--bg);color:var(--text);line-height:1.7;}
h1,h2,h3,h4{font-family:'Playfair Display',serif;line-height:1.25;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;}
header{background:var(--white);box-shadow:0 2px 12px rgba(99,102,241,.08);position:sticky;top:0;z-index:100;}
.header-inner{max-width:1100px;margin:0 auto;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;}
.logo{font-family:'Playfair Display',serif;font-size:1.6rem;font-weight:700;color:var(--accent);text-decoration:none;}
nav ul{list-style:none;display:flex;gap:1.25rem;flex-wrap:wrap;}
nav a{text-decoration:none;color:var(--text);font-size:.9rem;font-weight:500;transition:color .2s;}
nav a:hover{color:var(--accent);}
.btn{display:inline-block;padding:.8rem 1.8rem;border-radius:50px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;cursor:pointer;border:none;font-family:'Inter',sans-serif;font-size:.95rem;}
.btn-white{background:var(--white);color:var(--accent);}
.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15);}
.btn-accent{background:var(--accent);color:var(--white);}
.btn-accent:hover{background:var(--accent-dark);transform:translateY(-2px);}
.hero{position:relative;min-height:520px;display:flex;align-items:center;overflow:hidden;background:linear-gradient(135deg,#6366F1 0%,#818CF8 100%);clip-path:polygon(0 0,100% 0,100% 88%,0 100%);padding-bottom:80px;}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.18;}
.hero-content{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:4rem 1.5rem 2rem;color:var(--white);width:100%;}
.hero-tag{display:inline-block;background:rgba(255,255,255,.2);border-radius:50px;padding:.3rem 1rem;font-size:.84rem;margin-bottom:1rem;letter-spacing:.04em;}
.hero-content h1{font-size:clamp(1.8rem,5vw,3rem);margin-bottom:1rem;max-width:660px;}
.hero-content p{font-size:1.05rem;max-width:540px;opacity:.92;margin-bottom:2rem;}
.main-wrap{max-width:1100px;margin:0 auto;padding:3rem 1.5rem;display:grid;grid-template-columns:1fr 320px;gap:2rem;align-items:start;}
@media(max-width:820px){.main-wrap{grid-template-columns:1fr;}}
.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform .2s;text-decoration:none;color:inherit;display:block;}
.card:hover{transform:translateY(-4px);}
.card-body{padding:1.5rem;}
.card-tag{display:inline-block;background:var(--card);color:var(--accent);border-radius:50px;padding:.2rem .85rem;font-size:.78rem;font-weight:600;margin-bottom:.75rem;}
.card h3{font-size:1.05rem;margin-bottom:.5rem;}
.card p{font-size:.87rem;color:var(--muted);margin-bottom:1rem;}
.card-link{color:var(--accent);font-weight:600;text-decoration:none;font-size:.87rem;}
.main-article{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem;}
.main-article h2{font-size:1.5rem;margin-bottom:.75rem;}
.main-article p{margin-bottom:1rem;font-size:.96rem;}
.article-meta{display:flex;gap:1rem;font-size:.82rem;color:var(--muted);margin-bottom:1.5rem;flex-wrap:wrap;}
aside{display:flex;flex-direction:column;gap:1.5rem;}
.aside-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;}
.aside-card h3{font-size:1rem;margin-bottom:1rem;color:var(--accent);font-family:'Playfair Display',serif;}
.aside-list{list-style:none;display:flex;flex-direction:column;gap:.85rem;}
.aside-list li a{text-decoration:none;color:var(--text);font-size:.87rem;display:flex;align-items:flex-start;gap:.5rem;line-height:1.45;}
.aside-list li a::before{content:'→';color:var(--accent);flex-shrink:0;}
.about-section{background:var(--card);clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);padding:5rem 1.5rem;margin:1rem 0;}
.about-inner{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:start;}
@media(max-width:700px){.about-inner{grid-template-columns:1fr;}}
.about-inner h2{font-size:1.7rem;margin-bottom:1rem;}
.about-inner p{color:var(--text);margin-bottom:.8rem;font-size:.95rem;}
.check-list{list-style:none;display:flex;flex-direction:column;gap:.65rem;}
.check-list li{display:flex;align-items:flex-start;gap:.6rem;font-size:.93rem;}
.check-list li::before{content:'✓';color:var(--accent);font-weight:700;flex-shrink:0;margin-top:.1em;}
.subscribe-section{background:linear-gradient(135deg,#6366F1,#818CF8);padding:4.5rem 1.5rem;clip-path:polygon(0 0,100% 5%,100% 100%,0 95%);margin:1rem 0;}
.subscribe-inner{max-width:600px;margin:0 auto;text-align:center;color:var(--white);}
.subscribe-inner h2{font-size:1.8rem;margin-bottom:.75rem;}
.subscribe-inner p{opacity:.9;margin-bottom:2rem;font-size:.97rem;}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
@media(max-width:580px){.form-grid{grid-template-columns:1fr;}}
.form-group{display:flex;flex-direction:column;gap:.4rem;text-align:left;}
.form-group.full{grid-column:1/-1;}
.form-group label{font-size:.83rem;font-weight:500;color:rgba(255,255,255,.9);}
.form-group input{border:none;border-radius:12px;padding:.8rem 1.1rem;font-size:.93rem;background:rgba(255,255,255,.15);color:var(--white);outline:none;font-family:'Inter',sans-serif;width:100%;}
.form-group input::placeholder{color:rgba(255,255,255,.6);}
.form-group input:focus{background:rgba(255,255,255,.25);}
.form-submit{grid-column:1/-1;text-align:center;margin-top:.5rem;}
footer{background:#1e1b4b;color:rgba(255,255,255,.8);padding:3rem 1.5rem 1.5rem;}
.footer-inner{max-width:1100px;margin:0 auto;}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;margin-bottom:2rem;}
@media(max-width:700px){.footer-grid{grid-template-columns:1fr;gap:1.5rem;}}
.footer-logo{font-family:'Playfair Display',serif;font-size:1.4rem;font-weight:700;color:var(--white);margin-bottom:.75rem;}
.footer-desc{font-size:.87rem;opacity:.7;line-height:1.65;}
.footer-col h4{color:var(--white);margin-bottom:.75rem;font-size:.8rem;letter-spacing:.07em;text-transform:uppercase;font-family:'Inter',sans-serif;}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.5rem;}
.footer-col a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.87rem;transition:color .2s;}
.footer-col a:hover{color:var(--white);}
.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.81rem;opacity:.6;}
.article-hero{background:linear-gradient(135deg,#6366F1,#818CF8);color:var(--white);padding:4rem 1.5rem 5rem;clip-path:polygon(0 0,100% 0,100% 88%,0 100%);}
.article-hero-inner{max-width:820px;margin:0 auto;}
.article-hero h1{font-size:clamp(1.5rem,4vw,2.5rem);margin-bottom:.75rem;}
.article-hero .article-meta{margin-top:.75rem;opacity:.85;}
.article-wrap{max-width:820px;margin:-1.5rem auto 0;position:relative;z-index:2;padding:0 1.5rem 4rem;}
.article-body{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.5rem;}
.article-body h2{font-size:1.35rem;margin:2rem 0 .75rem;color:var(--accent);}
.article-body h3{font-size:1.1rem;margin:1.5rem 0 .5rem;}
.article-body p{margin-bottom:1rem;font-size:.96rem;}
.article-img{width:100%;border-radius:16px;margin:1.5rem 0;object-fit:cover;max-height:380px;}
.fact-block{background:var(--card);border-left:4px solid var(--accent);border-radius:0 12px 12px 0;padding:1.2rem 1.5rem;margin:1.5rem 0;}
.fact-block p{margin:0;font-size:.93rem;}
.disclaimer{background:#fef9c3;border:1px solid #fde047;border-radius:12px;padding:1.2rem 1.5rem;margin-top:2rem;font-size:.87rem;line-height:1.65;}
.disclaimer strong{color:#92400e;}
.steps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem;margin:1.5rem 0;}
.step-item{background:var(--card);border-radius:16px;padding:1.2rem;}
.step-num{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:var(--accent);color:var(--white);border-radius:50%;font-weight:700;font-size:.82rem;margin-bottom:.75rem;}
.step-item h4{font-size:.92rem;margin-bottom:.35rem;font-family:'Playfair Display',serif;}
.step-item p{font-size:.83rem;color:var(--muted);margin:0;}
.exercise-list{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin:1rem 0 1.5rem;}
.exercise-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.94rem;padding:.85rem 1rem;background:var(--bg);border-radius:12px;line-height:1.6;}
.exercise-list li::before{content:'✓';color:var(--accent);font-weight:700;flex-shrink:0;margin-top:.1em;}
.page-hero{background:linear-gradient(135deg,#6366F1,#818CF8);color:var(--white);padding:3rem 1.5rem 4rem;clip-path:polygon(0 0,100% 0,100% 85%,0 100%);}
.page-hero-inner{max-width:820px;margin:0 auto;}
.page-hero h1{font-size:clamp(1.4rem,4vw,2.2rem);margin-bottom:.5rem;}
.page-hero p{opacity:.85;font-size:.93rem;}
.legal-wrap{max-width:820px;margin:-1rem auto 0;position:relative;z-index:2;padding:0 1.5rem 4rem;}
.legal-body{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:2.5rem;}
.legal-body .updated{font-size:.82rem;color:var(--muted);margin-bottom:1.5rem;}
.legal-body h2{font-size:1.2rem;margin:1.8rem 0 .6rem;color:var(--accent);}
.legal-body p{margin-bottom:.9rem;font-size:.93rem;}
.legal-body ul{list-style:none;margin:.75rem 0 1rem;display:flex;flex-direction:column;gap:.4rem;}
.legal-body ul li{display:flex;gap:.6rem;font-size:.92rem;line-height:1.55;}
.legal-body ul li::before{content:'•';color:var(--accent);flex-shrink:0;margin-top:.1em;}
.success-wrap{min-height:65vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;}
.success-box{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);padding:3rem 2.5rem;text-align:center;max-width:460px;width:100%;}
.success-icon{font-size:3.5rem;margin-bottom:1rem;}
.success-box h1{font-size:1.8rem;margin-bottom:.75rem;}
.success-box p{color:var(--muted);margin-bottom:2rem;font-size:.95rem;}
.notfound-wrap{min-height:65vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;flex-direction:column;}
.notfound-num{font-size:clamp(6rem,20vw,10rem);font-weight:700;color:var(--card);line-height:1;font-family:'Playfair Display',serif;}
.notfound-wrap h2{font-size:1.6rem;margin-bottom:.75rem;}
.notfound-wrap p{color:var(--muted);margin-bottom:2rem;}
.back-link{display:inline-flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.85);text-decoration:none;font-size:.87rem;margin-bottom:1.5rem;transition:color .2s;}
.back-link:hover{color:var(--white);}
#cookie-toggle{display:none;}
.cookie-modal{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1000;max-width:340px;background:var(--white);border-radius:var(--radius);box-shadow:0 8px 40px rgba(0,0,0,.16);padding:1.5rem;transition:opacity .3s,transform .3s;}
#cookie-toggle:checked~.cookie-modal{opacity:0;pointer-events:none;transform:translateY(20px);}
.cookie-modal h4{font-family:'Playfair Display',serif;font-size:1rem;margin-bottom:.6rem;}
.cookie-modal p{font-size:.84rem;color:var(--muted);margin-bottom:1rem;line-height:1.55;}
.cookie-btns{display:flex;gap:.75rem;flex-wrap:wrap;}
.cookie-accept{display:inline-block;padding:.55rem 1.2rem;background:var(--accent);color:var(--white);border-radius:50px;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .2s;text-decoration:none;}
.cookie-accept:hover{background:var(--accent-dark);}
.cookie-decline{display:inline-block;padding:.55rem 1.2rem;background:transparent;color:var(--muted);border-radius:50px;font-size:.82rem;text-decoration:none;cursor:pointer;}
@media(max-width:600px){.header-inner{flex-direction:column;align-items:flex-start;}.cookie-modal{right:1rem;left:1rem;max-width:none;bottom:1rem;}.article-body,.legal-body,.main-article,.success-box{padding:1.5rem;}}