:root{--amber:#e8872a;--amber-light:#fdf3e7;--amber-dark:#c06a15;--slate:#2d3748;--slate-mid:#4a5568;--slate-light:#718096;--cream:#fffaf4;--cream-dark:#f5efe6;--white:#fff;--green:#276749;--green-light:#ebf4ef;--blue:#2b6cb0;--blue-light:#ebf4ff;--teal:#2c7a7b;--teal-light:#e6fffa;--border:#00000014;--shadow-sm:0 2px 8px #0000000f;--shadow-md:0 4px 20px #00000017;--radius:16px;--radius-sm:10px}.hero{background:var(--slate);text-align:center;padding:80px 24px 70px;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(80% 60% at 50% 0,#e8872a2e 0%,#0000 70%);position:absolute;inset:0}.hero-badge{color:#f5a855;letter-spacing:.06em;text-transform:uppercase;background:#e8872a26;border:1px solid #e8872a4d;border-radius:100px;align-items:center;gap:6px;margin-bottom:24px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex}.hero h1{color:#fff;max-width:780px;margin:0 auto 20px;font-family:Lora,serif;font-size:clamp(28px,5vw,52px);font-weight:600;line-height:1.25}.hero h1 em{color:#f5a855;font-style:italic}.hero p{color:#ffffffb8;max-width:560px;margin:0 auto 36px;font-size:17px;line-height:1.65}.hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.btn-primary{background:var(--amber);color:var(--white);border-radius:12px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary:hover{background:var(--amber-dark);transform:translateY(-1px)}.btn-outline{color:#ffffffe6;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;padding:14px 28px;font-size:15px;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.trust-bar{background:var(--white);border-bottom:1px solid var(--border);padding:14px 24px}.trust-bar-inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;max-width:1100px;margin:auto;display:flex}.trust-item{color:var(--slate-mid);align-items:center;gap:7px;font-size:13px;font-weight:500;display:flex}.trust-dot{background:var(--amber);border-radius:50%;width:7px;height:7px}.container{max-width:1100px;margin:auto;padding:0 24px}.section-header{flex-direction:column;justify-content:space-between;margin:52px 0 22px;display:flex}.section-title{color:var(--slate);font-family:Lora,serif;font-size:26px;font-weight:600}.section-link{color:var(--amber);font-size:14px;font-weight:500;text-decoration:none}.cat-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;display:grid}.cat-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);color:var(--slate);padding:24px;text-decoration:none;transition:all .25s;display:block}.cat-card:hover{box-shadow:var(--shadow-md);border-color:var(--amber);transform:translateY(-3px)}.cat-icon{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:14px;font-size:22px;display:flex}.cat-icon.amber{background:var(--amber-light)}.cat-icon.green{background:var(--green-light)}.cat-icon.blue{background:var(--blue-light)}.cat-icon.purple{background:#f3eeff}.cat-card h3{margin-bottom:6px;font-size:15px;font-weight:600}.cat-card p{color:var(--slate-light);margin-bottom:10px;font-size:13px;line-height:1.6}.cat-count{color:var(--amber-dark);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:600}.stats-strip{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:repeat(4,1fr);margin:48px 0 0;padding:28px 36px;display:grid}.stat-item{text-align:center;border-right:1px solid var(--border);padding:0 20px}.stat-item:last-child{border-right:none}.stat-num{color:var(--amber);margin-bottom:6px;font-family:Lora,serif;font-size:28px;font-weight:600;line-height:1}.stat-label{color:var(--slate-light);font-size:12.5px;line-height:1.5}.featured-article{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);color:var(--slate);grid-template-columns:1fr 1.1fr;text-decoration:none;transition:box-shadow .25s;display:grid;overflow:hidden}.featured-visual{background:var(--slate);flex-direction:column;justify-content:space-between;min-height:250px;padding:36px 32px;display:flex;position:relative;overflow:hidden}.featured-visual:before{content:"🚗";opacity:.06;pointer-events:none;font-size:130px;position:absolute;bottom:-10px;right:-12px}.featured-label{color:var(--amber);background:#e8872a26;border:1px solid #e8872a4d;border-radius:100px;margin-bottom:16px;padding:4px 12px;font-size:10px;font-weight:600;display:inline-block}.featured-visual h2{color:var(--white);font-family:Lora,serif;font-size:clamp(17px,2.2vw,24px);font-weight:600;line-height:1.35}.featured-date{color:#ffffff73;margin-top:18px;font-size:12px}.featured-body{flex-direction:column;justify-content:center;padding:32px;display:flex}.featured-chips{flex-wrap:wrap;gap:8px;margin-bottom:18px;display:flex}.chip{border-radius:100px;padding:4px 12px;font-size:12px;font-weight:600}.chip-red{color:#c53030;background:#fff5f5;border:1px solid #fed7d7}.chip-blue{background:var(--blue-light);color:var(--blue);border:1px solid #bee3f8}.chip-green{background:var(--green-light);color:var(--green);border:1px solid #9ae6b4}.read-btn{background:var(--amber);color:var(--white);border-radius:10px;width:fit-content;padding:12px 22px;font-weight:600}.two-col{grid-template-columns:1fr 1fr;gap:28px;display:grid}.cat-section-header{border-bottom:2px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:14px;padding-bottom:12px;display:flex}.cat-section-title{align-items:center;gap:10px;display:flex}.cat-section-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:15px;display:flex}.icon-amber{background:var(--amber-light)}.icon-teal{background:var(--teal-light)}.cat-section-name{font-family:Lora,serif;font-size:18px;font-weight:600}.cat-section-link{color:var(--amber);font-size:13px;font-weight:500;text-decoration:none}.article-list{flex-direction:column;gap:10px;display:flex}.article-list-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--slate);justify-content:space-between;gap:12px;padding:15px 16px;text-decoration:none;transition:all .2s;display:flex}.article-list-sub-card{gap:10px;display:flex}.article-list-card:hover{border-color:var(--amber);box-shadow:var(--shadow-sm);transform:translate(3px)}.alc-icon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;display:flex}.alc-tag{text-transform:uppercase;color:var(--amber-dark);margin-bottom:3px;font-size:10px;font-weight:600}.alc-title{font-family:Lora,serif;font-size:14px;font-weight:600;line-height:1.4}.alc-meta{color:var(--slate-light);font-size:11.5px}.alc-arrow{color:var(--slate-light);align-self:center;text-decoration:none;font-weight:700!important}.coming-soon{background:var(--cream-dark);border-radius:var(--radius-sm);color:var(--slate-light);border:1px dashed #0000001a;align-items:center;gap:10px;padding:14px 16px;font-size:13px;display:flex}.cs-dot{background:var(--amber);opacity:.5;border-radius:50%;width:6px;height:6px}.trust-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.trust-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:24px}.trust-card h4{margin-bottom:8px;font-family:Lora,serif;font-size:16px}.featured-strip{background:var(--slate);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;margin:52px 0;padding:40px 48px;display:flex}.featured-strip h3{color:var(--white);font-family:Lora,serif;font-size:22px}.featured-strip p{color:#ffffffa6;max-width:420px;font-size:14px}.home-faq-section{background:var(--cream);border-top:1px solid var(--border);padding:80px 24px}.section-header.center{text-align:center;max-width:600px;margin:0 auto 40px}.home-faq-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;display:grid}.home-faq-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);padding:32px;transition:transform .2s,box-shadow .2s}.home-faq-card:hover{box-shadow:var(--shadow-md);border-color:var(--amber);transform:translateY(-3px)}.home-faq-card h3{color:var(--slate);margin-bottom:12px;font-family:Lora,serif;font-size:18px;line-height:1.4}.home-faq-card p{color:var(--slate-mid);margin:0;font-size:14.5px;line-height:1.6}@media (max-width:800px){.featured-article,.two-col{grid-template-columns:1fr}.stats-strip{grid-template-columns:1fr 1fr;gap:16px;padding:24px}.stat-item{border-right:none;border-bottom:1px solid var(--border);padding:10px 0}.stat-item:last-child{border-bottom:none}.trust-grid{grid-template-columns:1fr}}@media (max-width:480px){.stats-strip{grid-template-columns:1fr;padding:16px}}.legal-disclaimer{background:var(--cream-dark);border-left:4px solid var(--slate-mid);border-radius:var(--radius-sm);margin:40px auto;padding:20px}.legal-disclaimer p{color:var(--slate-mid);font-size:12px;line-height:1.5}.source-tag{text-transform:uppercase;opacity:.7;margin-top:4px;font-size:10px;display:block}
