/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/
:root{--white:#ffffff;--bg:#f7fbfd;--blue:#d4eef8;--blue-dark:#5bafcf;--blue-accent:#3a95b8;--gray:#f0f2f4;--gray-text:#6b7280;--text:#1e293b;--text-light:#475569;--radius:12px;--shadow:0 2px 16px rgba(91,175,207,.1)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--text);background:var(--white);line-height:1.75}img{max-width:100%;height:auto;display:block;border-radius:var(--radius)}a{color:var(--blue-accent);text-decoration:none;transition:color .3s}a:hover{color:var(--text)}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.85);backdrop-filter:blur(12px);border-bottom:1px solid var(--blue);padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.site-header .logo{font-size:1.6rem;font-weight:700;color:var(--blue-accent);letter-spacing:-.02em}.site-header nav{display:flex;gap:1.5rem;align-items:center}.site-header nav a{color:var(--text-light);font-size:.9rem;font-weight:500;position:relative}.site-header nav a::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--blue-accent);transition:width .3s}.site-header nav a:hover::after{width:100%}.burger{display:none;background:none;border:none;cursor:pointer;width:44px;height:44px;flex-direction:column;justify-content:center;align-items:center;gap:5px}.burger span{display:block;width:22px;height:2px;background:var(--text);transition:transform .3s}.mobile-nav{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.97);z-index:200;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.mobile-nav.open{display:flex}.mobile-nav a{font-size:1.3rem;color:var(--text);font-weight:600}.close-btn{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;font-size:1.8rem;cursor:pointer;width:44px;height:44px;display:flex;align-items:center;justify-content:center}main{max-width:1120px;margin:0 auto;padding:2rem 1.5rem}.layout-with-sidebar{display:grid;grid-template-columns:1fr 320px;gap:3rem;align-items:start}.sidebar{position:sticky;top:5rem}.sidebar-section{background:var(--bg);border-radius:var(--radius);padding:1.5rem;margin-bottom:1.5rem}.sidebar-section h3{font-weight:700;margin-bottom:1rem;color:var(--blue-accent);text-transform:uppercase;letter-spacing:.06em;font-size:.8rem}.sidebar-section ul{list-style:none}.sidebar-section li{padding:.7rem 0;border-bottom:1px solid var(--blue);font-size:.9rem}.sidebar-section li:last-child{border-bottom:none}.sidebar-section li a{color:var(--text);font-weight:500}.sidebar-section li a:hover{color:var(--blue-accent)}.sidebar-section li .meta{display:block;font-size:.75rem;color:var(--gray-text);margin-top:.2rem}.hero-article{margin-bottom:3rem}.hero-article .tag{display:inline-block;background:var(--blue);color:var(--blue-accent);font-size:.75rem;font-weight:600;padding:.3rem .8rem;border-radius:20px;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.hero-article h1{font-size:2.6rem;font-weight:800;line-height:1.15;margin-bottom:1rem;color:var(--text);letter-spacing:-.03em}.hero-article .article-meta{font-size:.85rem;color:var(--gray-text);margin-bottom:2rem;display:flex;gap:1.5rem;align-items:center;flex-wrap:wrap}.article-body p{margin-bottom:1.5rem;font-size:1.05rem;color:var(--text-light)}.article-body h2{font-size:1.5rem;font-weight:700;margin:2.5rem 0 1rem;color:var(--text);position:relative;padding-left:1rem;border-left:3px solid var(--blue-accent)}.article-body blockquote{border-left:4px solid var(--blue-accent);background:var(--bg);padding:1.5rem 2rem;margin:2rem 0;border-radius:0 var(--radius) var(--radius) 0;font-style:italic;color:var(--text);font-size:1.08rem;line-height:1.7}.tip-box{background:var(--blue);border-radius:var(--radius);padding:1.2rem 1.5rem;margin:1.5rem 0;display:flex;gap:.8rem;align-items:flex-start}.tip-box::before{content:'💡';font-size:1.2rem;flex-shrink:0;margin-top:.1rem}.tip-box p{margin:0;font-size:.95rem;color:var(--text)}.section-features{padding:3rem 0}.section-features h2{text-align:center;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.section-features .subtitle{text-align:center;color:var(--gray-text);margin-bottom:2.5rem}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:var(--bg);border-radius:var(--radius);padding:2rem;text-align:center;transition:transform .3s,box-shadow .3s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.feature-card .icon{font-size:2rem;margin-bottom:1rem}.feature-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.feature-card p{font-size:.9rem;color:var(--gray-text)}.section-articles{padding:3rem 0}.section-articles h2{font-size:1.8rem;font-weight:700;margin-bottom:2rem}.articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.article-card{background:var(--bg);border-radius:var(--radius);overflow:hidden;transition:transform .3s,box-shadow .3s}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.article-card .card-body{padding:1.5rem}.article-card h3{font-size:1.05rem;font-weight:700;margin-bottom:.5rem}.article-card p{font-size:.85rem;color:var(--gray-text);margin-bottom:1rem}.article-card .read-more{font-size:.85rem;font-weight:600;color:var(--blue-accent)}.section-subscribe{background:var(--bg);border-radius:var(--radius);padding:3rem;text-align:center;margin:3rem 0}.section-subscribe h2{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.section-subscribe p{color:var(--gray-text);margin-bottom:1.5rem}.subscribe-form{display:flex;gap:.8rem;max-width:440px;margin:0 auto}.subscribe-form input[type="email"]{flex:1;padding:.8rem 1rem;border:2px solid var(--blue);border-radius:var(--radius);font-size:.95rem;outline:none;transition:border-color .3s;background:var(--white)}.subscribe-form input[type="email"]:focus{border-color:var(--blue-accent)}.subscribe-form button{padding:.8rem 1.8rem;background:var(--blue-accent);color:var(--white);border:none;border-radius:var(--radius);font-weight:600;cursor:pointer;font-size:.95rem;min-width:44px;min-height:44px;transition:background .3s}.subscribe-form button:hover{background:var(--text)}.cta-btn{display:inline-block;padding:.8rem 2rem;background:var(--blue-accent);color:var(--white);border-radius:var(--radius);font-weight:600;transition:background .3s;min-height:44px}.cta-btn:hover{background:var(--text);color:var(--white)}.site-footer{background:var(--bg);padding:2.5rem 2rem;margin-top:4rem;text-align:center;font-size:.85rem;color:var(--gray-text)}.site-footer .footer-links{display:flex;justify-content:center;gap:1.5rem;margin:.8rem 0;flex-wrap:wrap}.site-footer .footer-links a{color:var(--gray-text);font-size:.8rem}.site-footer .footer-links a:hover{color:var(--blue-accent)}.site-footer .disclaimer{max-width:640px;margin:1rem auto 0;font-size:.75rem;line-height:1.6}.article-disclaimer{background:var(--gray);border-radius:var(--radius);padding:1.2rem 1.5rem;margin-top:2.5rem;font-size:.8rem;color:var(--gray-text);line-height:1.6}.success-page,.error-page{text-align:center;padding:6rem 2rem}.success-page h1,.error-page h1{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.success-page p,.error-page p{color:var(--gray-text);margin-bottom:2rem}.legal-page{max-width:720px;margin:0 auto;padding:3rem 1.5rem}.legal-page h1{font-size:2rem;font-weight:700;margin-bottom:2rem}.legal-page h2{font-size:1.3rem;font-weight:600;margin:2rem 0 .8rem;color:var(--text)}.legal-page p{margin-bottom:1rem;color:var(--text-light);font-size:.95rem}.cookie-banner{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--white);border-radius:var(--radius);box-shadow:0 4px 24px rgba(0,0,0,.12);padding:1.5rem;max-width:360px;z-index:300;font-size:.85rem}.cookie-banner p{margin-bottom:1rem;color:var(--text-light)}.cookie-banner .cb-actions{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.cookie-banner .cb-actions .cb-accept{padding:.5rem 1.2rem;background:var(--blue-accent);color:var(--white);border-radius:8px;font-weight:600;font-size:.8rem;min-height:44px;display:inline-flex;align-items:center;cursor:pointer}.cookie-banner .cb-actions .cb-decline{padding:.5rem 1.2rem;background:var(--gray);color:var(--text);border-radius:8px;font-size:.8rem;min-height:44px;display:inline-flex;align-items:center;cursor:pointer}.cookie-banner .cb-actions .cb-link{font-size:.78rem;color:var(--gray-text)}#cookie-close:checked~.cookie-banner{display:none}.img-float{margin:1.5rem 0;border-radius:var(--radius)}.about-section{padding:3rem 0;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.about-section .about-text h2{font-size:1.6rem;font-weight:700;margin-bottom:1rem}.about-section .about-text p{color:var(--text-light);font-size:.95rem;margin-bottom:1rem}.extra-block{padding:2.5rem 0}.extra-block h2{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.extra-block p{color:var(--text-light);margin-bottom:1rem}@media(max-width:900px){.layout-with-sidebar{grid-template-columns:1fr}.sidebar{position:static}.features-grid,.articles-grid{grid-template-columns:1fr}.hero-article h1{font-size:1.8rem}.about-section{grid-template-columns:1fr}.site-header nav{display:none}.burger{display:flex}}@keyframes fadeUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .6s ease both}
.text-section { padding: 3rem 2rem; max-width: 740px; }
.text-section.alt { background: #f8f9fa; border-radius: 8px; margin: 1rem 0; padding: 2.5rem 2rem; }
.text-section-inner { max-width: 660px; }
.text-section h2 { font-size: 1.4rem; font-weight: 700; margin-bottom: 1rem; color: #1a1a1a; }
.text-section p { font-size: 0.95rem; line-height: 1.85; color: #555; margin-bottom: 0.9rem; }
.text-section p:last-child { margin-bottom: 0; }