/*
Theme Name: Custom Auto Theme
Author: System
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');
:root{--wp-blue:#1D4ED8;--wp-blue-dark:#1e40af;--wp-blue-light:#EFF6FF;--wp-blue-medium:#DBEAFE;--wp-bg:#ffffff;--wp-bg-alt:#F0F7FF;--wp-text:#111827;--wp-text-muted:#6b7280;--wp-border:#e5e7eb;--wp-shadow:0 1px 3px rgba(0,0,0,0.1);--wp-radius:8px;--wp-max:1200px;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
body{font-family:'Work Sans',system-ui,sans-serif;color:var(--wp-text);background:var(--wp-bg);line-height:1.6;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;}
.wp-progress-bar{position:fixed;top:0;left:0;height:3px;width:0%;background:var(--wp-blue);z-index:9999;transition:width 0.1s linear;}
.wp-cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#1e293b;color:#f1f5f9;padding:1rem 1.5rem;z-index:9998;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}
.wp-cookie-text{font-size:0.85rem;max-width:600px;line-height:1.5;}
.wp-cookie-text a{color:#93c5fd;text-decoration:underline;}
.wp-cookie-btns{display:flex;gap:0.5rem;flex-shrink:0;}
.wp-cookie-accept{background:var(--wp-blue);color:#fff;border:none;padding:0.5rem 1.25rem;border-radius:6px;cursor:pointer;font-family:inherit;font-size:0.875rem;font-weight:600;}
.wp-cookie-decline{background:#475569;color:#fff;border:none;padding:0.5rem 1rem;border-radius:6px;cursor:pointer;font-family:inherit;font-size:0.875rem;}
.wp-header{background:#fff;box-shadow:var(--wp-shadow);position:sticky;top:0;z-index:50;}
.wp-header-inner{display:flex;align-items:center;justify-content:space-between;height:64px;}
.wp-logo{font-size:1.5rem;font-weight:700;color:var(--wp-blue);text-decoration:none;letter-spacing:-0.5px;}
.wp-logo span{color:#0f172a;}
.wp-nav{display:flex;align-items:center;gap:1.5rem;}
.wp-nav-link{color:#374151;text-decoration:none;font-weight:500;font-size:0.95rem;transition:color 0.2s;padding:0.25rem 0;}
.wp-nav-link:hover{color:var(--wp-blue);}
.wp-nav-cta{background:var(--wp-blue);color:#fff!important;padding:0.4rem 1rem;border-radius:6px;font-size:0.875rem;}
.wp-burger{display:none;background:none;border:none;cursor:pointer;padding:0.5rem;color:var(--wp-text);}
.wp-mobile-menu{background:#fff;border-top:1px solid var(--wp-border);padding:0.5rem 0;}
.wp-mobile-link{display:block;padding:0.75rem 1rem;color:#374151;text-decoration:none;font-weight:500;border-bottom:1px solid #f3f4f6;}
.wp-hidden{display:none;}
.wp-container{max-width:var(--wp-max);margin:0 auto;padding:0 1rem;}
.wp-hero{background:linear-gradient(135deg,#EFF6FF 0%,#DBEAFE 50%,#EFF6FF 100%);padding:4rem 0;}
.wp-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}
.wp-hero-badge{display:inline-block;background:var(--wp-blue);color:#fff;padding:0.25rem 0.75rem;border-radius:999px;font-size:0.75rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:0.5px;}
.wp-hero-title{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--wp-text);margin-bottom:1rem;}
.wp-hero-title span{color:var(--wp-blue);}
.wp-hero-desc{font-size:1.1rem;color:#4b5563;margin-bottom:1.5rem;line-height:1.7;}
.wp-hero-buttons{display:flex;gap:12px;flex-wrap:wrap;}
.wp-hero-img{border-radius:16px;box-shadow:0 20px 40px rgba(29,78,216,0.15);width:100%;aspect-ratio:4/3;object-fit:cover;}
.wp-breadcrumbs{padding:0.75rem 0;font-size:0.85rem;color:var(--wp-text-muted);}
.wp-breadcrumbs a{color:var(--wp-blue);text-decoration:none;}
.wp-breadcrumbs a:hover{text-decoration:underline;}
.wp-breadcrumbs-sep{margin:0 0.5rem;color:#9ca3af;}
.wp-layout{display:grid;grid-template-columns:1fr 300px;gap:2rem;padding:2rem 0;}
.wp-article-meta{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--wp-border);font-size:0.875rem;color:var(--wp-text-muted);}
.wp-author-avatar{width:36px;height:36px;border-radius:50%;background:var(--wp-blue-medium);display:flex;align-items:center;justify-content:center;color:var(--wp-blue);font-weight:700;font-size:0.875rem;}
.wp-share-btn{display:inline-flex;align-items:center;gap:0.25rem;padding:0.375rem 0.75rem;border-radius:6px;font-size:0.8rem;font-weight:500;text-decoration:none;border:none;cursor:pointer;font-family:inherit;}
.wp-share-fb{background:#1877F2;color:#fff;}
.wp-share-tw{background:#000;color:#fff;}
.wp-article-body{font-size:1rem;line-height:1.8;color:#374151;}
.wp-article-body h2{font-size:1.5rem;font-weight:700;color:var(--wp-text);margin:2rem 0 0.75rem;padding-bottom:0.5rem;border-bottom:2px solid var(--wp-blue-medium);}
.wp-article-body h3{font-size:1.2rem;font-weight:600;color:var(--wp-text);margin:1.5rem 0 0.5rem;}
.wp-article-body p{margin-bottom:1rem;}
.wp-article-body blockquote{border-left:4px solid var(--wp-blue);padding:1rem 1.5rem;margin:1.5rem 0;background:var(--wp-blue-light);border-radius:0 8px 8px 0;font-style:italic;color:#1e40af;font-size:1.05rem;}
.wp-article-body ul{margin:0.75rem 0 1rem 1.5rem;}
.wp-article-body ul li{margin-bottom:0.5rem;}
.wp-highlight-box{background:var(--wp-bg-alt);border-radius:var(--wp-radius);padding:1.25rem 1.5rem;margin:1.5rem 0;border:1px solid var(--wp-blue-medium);}
.wp-highlight-box strong{color:var(--wp-blue);}
.wp-disclaimer{background:#fefce8;border-left:4px solid #eab308;padding:1rem 1.25rem;border-radius:0 8px 8px 0;font-size:0.85rem;color:#713f12;margin:1.5rem 0;line-height:1.6;}
.wp-tags{margin:1.5rem 0;}
.wp-tags-title{font-weight:600;margin-bottom:0.75rem;font-size:0.9rem;}
.wp-tag{display:inline-block;background:var(--wp-blue-light);color:var(--wp-blue);padding:0.25rem 0.875rem;border-radius:999px;font-size:0.8rem;margin:0.2rem;text-decoration:none;font-weight:500;border:1px solid var(--wp-blue-medium);transition:background 0.2s;}
.wp-tag:hover{background:var(--wp-blue-medium);}
.wp-related{margin:2rem 0;}
.wp-related-title{font-size:1.3rem;font-weight:700;margin-bottom:1.25rem;padding-bottom:0.5rem;border-bottom:2px solid var(--wp-blue);}
.wp-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;}
.wp-related-card{background:var(--wp-bg-alt);border-radius:var(--wp-radius);padding:1.25rem;text-decoration:none;color:var(--wp-text);border:1px solid var(--wp-border);transition:box-shadow 0.2s;display:block;}
.wp-related-card:hover{box-shadow:0 4px 12px rgba(0,0,0,0.1);}
.wp-related-category{font-size:0.75rem;font-weight:600;color:var(--wp-blue);text-transform:uppercase;letter-spacing:0.5px;margin-bottom:0.5rem;}
.wp-related-card-title{font-weight:600;font-size:0.95rem;line-height:1.4;margin-bottom:0.5rem;}
.wp-related-card-date{font-size:0.8rem;color:var(--wp-text-muted);}
.wp-comments{margin:2rem 0;}
.wp-comments-title{font-size:1.2rem;font-weight:700;margin-bottom:1rem;}
.wp-comments-placeholder{background:var(--wp-bg-alt);border-radius:var(--wp-radius);padding:2rem;text-align:center;color:var(--wp-text-muted);border:2px dashed var(--wp-border);}
.wp-sidebar{position:sticky;top:80px;}
.wp-sidebar-widget{background:var(--wp-bg-alt);border-radius:var(--wp-radius);padding:1.25rem;margin-bottom:1.5rem;border:1px solid var(--wp-border);}
.wp-sidebar-title{font-weight:700;font-size:1rem;margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:2px solid var(--wp-blue);color:var(--wp-text);}
.wp-popular-item{display:flex;align-items:flex-start;gap:0.75rem;padding:0.75rem 0;border-bottom:1px solid var(--wp-border);text-decoration:none;color:var(--wp-text);}
.wp-popular-item:last-child{border-bottom:none;}
.wp-popular-num{font-size:1.2rem;font-weight:700;color:var(--wp-blue-medium);min-width:24px;line-height:1;}
.wp-popular-text{font-size:0.875rem;font-weight:500;line-height:1.4;}
.wp-sidebar-form input{width:100%;padding:0.625rem 0.875rem;border:1px solid var(--wp-border);border-radius:6px;font-family:inherit;font-size:0.9rem;margin-bottom:0.5rem;outline:none;}
.wp-sidebar-form input:focus{border-color:var(--wp-blue);}
.wp-faq-section{padding:3rem 0;background:var(--wp-bg-alt);}
.wp-faq-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2rem;}
.wp-faq-item{background:#fff;border-radius:var(--wp-radius);margin-bottom:0.75rem;border:1px solid var(--wp-border);overflow:hidden;}
.wp-faq-question{width:100%;text-align:left;padding:1.125rem 1.25rem;font-weight:600;font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;background:none;border:none;font-family:inherit;color:var(--wp-text);}
.wp-faq-question:hover{color:var(--wp-blue);}
.wp-faq-icon{color:var(--wp-blue);transition:transform 0.3s;flex-shrink:0;}
.wp-faq-icon.wp-rotated{transform:rotate(180deg);}
.wp-faq-answer{display:none;padding:0 1.25rem 1.25rem;color:#4b5563;line-height:1.7;font-size:0.95rem;}
.wp-faq-answer.wp-open{display:block;}
.wp-features{padding:3rem 0;}
.wp-features-title{font-size:2rem;font-weight:700;text-align:center;margin-bottom:0.75rem;}
.wp-features-sub{text-align:center;color:var(--wp-text-muted);margin-bottom:2rem;}
.wp-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
.wp-feature-card{background:var(--wp-bg-alt);border-radius:12px;padding:1.5rem;text-align:center;border:1px solid var(--wp-blue-medium);transition:transform 0.2s;}
.wp-feature-card:hover{transform:translateY(-4px);}
.wp-feature-icon{width:56px;height:56px;background:var(--wp-blue);border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff;}
.wp-feature-title{font-weight:700;margin-bottom:0.5rem;}
.wp-feature-text{font-size:0.9rem;color:var(--wp-text-muted);line-height:1.6;}
.wp-contact-section{background:var(--wp-blue);padding:4rem 0;}
.wp-contact-box{max-width:600px;margin:0 auto;text-align:center;}
.wp-contact-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:0.75rem;}
.wp-contact-desc{color:#bfdbfe;margin-bottom:1.5rem;}
.wp-subscribe-form{display:flex;gap:0.75rem;}
.wp-form-input{flex:1;padding:0.75rem 1rem;border:none;border-radius:8px;font-family:inherit;font-size:1rem;outline:none;}
.wp-form-note{font-size:0.8rem;color:#bfdbfe;margin-top:0.75rem;}
.wp-btn{background:var(--wp-blue);color:#fff!important;padding:0.75rem 1.75rem;border-radius:8px;border:none;font-family:inherit;font-weight:600;font-size:1rem;cursor:pointer;text-decoration:none;display:inline-block;transition:background 0.2s,transform 0.1s;white-space:nowrap;}
.wp-btn:hover{background:var(--wp-blue-dark);transform:translateY(-1px);}
.wp-btn-white{background:#fff!important;color:var(--wp-blue)!important;}
.wp-btn-white:hover{background:var(--wp-blue-light)!important;}
.wp-stats{padding:2rem 0;background:var(--wp-blue);}
.wp-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;text-align:center;}
.wp-stat-number{font-size:2.5rem;font-weight:700;color:#fff;}
.wp-stat-label{font-size:0.875rem;color:#bfdbfe;}
.wp-intro{padding:3rem 0;}
.wp-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;}
.wp-section-label{display:inline-block;color:var(--wp-blue);font-weight:600;font-size:0.85rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:0.75rem;}
.wp-section-title{font-size:1.75rem;font-weight:700;margin-bottom:1rem;}
.wp-policy-hero{background:var(--wp-blue-light);padding:3rem 0;margin-bottom:2rem;}
.wp-policy-title{font-size:2rem;font-weight:700;}
.wp-policy-content{max-width:800px;margin:0 auto;padding:0 1rem 3rem;}
.wp-policy-content h2{font-size:1.3rem;font-weight:700;margin:2rem 0 0.75rem;color:var(--wp-blue);}
.wp-policy-content p{margin-bottom:1rem;line-height:1.8;color:#374151;}
.wp-policy-content ul{margin:0.5rem 0 1rem 1.5rem;}
.wp-policy-content ul li{margin-bottom:0.5rem;color:#374151;}
.wp-success-page{min-height:70vh;display:flex;align-items:center;justify-content:center;background:var(--wp-blue-light);}
.wp-success-box{background:#fff;border-radius:16px;padding:3rem;text-align:center;max-width:500px;box-shadow:0 10px 30px rgba(0,0,0,0.1);}
.wp-success-icon{width:80px;height:80px;background:var(--wp-blue);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff;}
.wp-success-title{font-size:2rem;font-weight:700;color:var(--wp-text);margin-bottom:0.75rem;}
.wp-success-text{color:var(--wp-text-muted);margin-bottom:1.5rem;line-height:1.7;}
.wp-footer{background:#0f172a;color:#f1f5f9;padding:3rem 0 0;}
.wp-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2rem;padding-bottom:2rem;}
.wp-footer-logo{font-size:1.5rem;font-weight:700;color:#60a5fa;margin-bottom:0.75rem;}
.wp-footer-tagline{color:#9ca3af;font-size:0.875rem;line-height:1.6;margin-bottom:0.75rem;}
.wp-footer-contact{color:#6b7280;font-size:0.8rem;margin-bottom:0.75rem;}
.wp-payment-methods{font-size:0.8rem;color:#6b7280;}
.wp-footer-heading{font-weight:600;margin-bottom:1rem;color:#e5e7eb;font-size:0.95rem;}
.wp-footer-list{list-style:none;}
.wp-footer-list li{margin-bottom:0.5rem;}
.wp-footer-link{color:#9ca3af;text-decoration:none;font-size:0.875rem;transition:color 0.2s;}
.wp-footer-link:hover{color:#60a5fa;}
.wp-footer-bottom{border-top:1px solid #1e293b;padding:1.5rem 0;text-align:center;}
.wp-footer-legal{font-size:0.75rem;color:#6b7280;margin-bottom:0.5rem;}
.wp-footer-copy{font-size:0.8rem;color:#4b5563;margin-top:0.5rem;}
.wp-article-lead{font-size:1.2rem;color:#374151;line-height:1.8;font-weight:400;border-left:4px solid var(--wp-blue);padding-left:1rem;margin-bottom:1.5rem;font-style:italic;}
@media(max-width:768px){
  .wp-nav{display:none;}
  .wp-burger{display:block;}
  .wp-hero-inner{grid-template-columns:1fr;}
  .wp-hero-title{font-size:1.75rem;}
  .wp-features-grid{grid-template-columns:1fr;}
  .wp-layout{grid-template-columns:1fr;}
  .wp-sidebar{position:static;}
  .wp-related-grid{grid-template-columns:1fr;}
  .wp-footer-grid{grid-template-columns:1fr;}
  .wp-stats-grid{grid-template-columns:repeat(2,1fr);}
  .wp-intro-grid{grid-template-columns:1fr;}
  .wp-subscribe-form{flex-direction:column;}
}
