.hero-section{position:relative;overflow:hidden;min-height:650px;display:flex;align-items:center}.hero-bg{position:absolute;inset:0;background:linear-gradient(rgba(15,23,42,0.80),rgba(15,23,42,0.90)),url('/static/images/seo-checker-hero.webp');background-position:center;background-size:cover;background-repeat:no-repeat;z-index:0}.hero-section .container-lg{position:relative;z-index:2}.hero-section h1{color:#fff;max-width:900px;margin-left:auto;margin-right:auto}.hero-section .hero-text{max-width:720px;color:rgba(255,255,255,0.85) !important}.hero-section .badge{backdrop-filter:blur(8px);background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12)}.hero-section::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(37,99,235,0.20),transparent 40%);z-index:1;pointer-events:none}.hero-section .trust-badges .badge,.hero-section .hero-badge .badge{background:rgba(255,255,255,0.12);border:1px solid rgba(255,255,255,0.18);color:#fff;backdrop-filter:blur(8px);transition:all .2s ease}.hero-section .trust-badges .badge:hover,.hero-section .hero-badge .badge:hover{background:rgba(255,255,255,0.16);border-color:rgba(255,255,255,0.25);color:#fff;transform:translateY(-2px)}.hero-section .btn-outline{color:#fff;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.hero-section .btn-outline:hover{background:#fff;color:var(--primary);border-color:#fff}.hero-section .btn-outline:hover{color:var(--primary)}.checklists-header{text-align:center;margin-bottom:3rem}.intro-content{max-width:800px;margin:0 auto 2rem;font-size:1rem;line-height:1.7;color:var(--text-muted)}.intro-content p{margin-bottom:1rem}.intro-content a{color:var(--primary);text-decoration:underline;text-underline-offset:2px;font-weight:500}.intro-content a:hover{color:var(--text)}.intro-content strong{color:var(--text)}.checklist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.checklist-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.checklist-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,0.1);border-color:var(--primary)}.checklist-card-header{background:linear-gradient(135deg,rgba(var(--primary-rgb),0.08),rgba(var(--accent-rgb),0.05));padding:1.25rem;border-bottom:1px solid var(--border)}.checklist-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),var(--accent));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.checklist-icon svg{width:24px;height:24px;color:white}.checklist-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text);line-height:1.3}.checklist-title a{color:inherit;text-decoration:none;transition:color .2s ease}.checklist-title a:hover{color:var(--primary)}.checklist-description{font-size:.875rem;color:var(--text-muted);line-height:1.5;margin-bottom:1rem}.checklist-card-body{padding:1.25rem;flex:1}.checklist-stats{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--text-muted)}.stat-value{font-weight:600;color:var(--text)}.difficulty-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:999px;font-size:.7rem;font-weight:600}.difficulty-beginner{background:rgba(34,197,94,0.15);color:#16a34a}.difficulty-intermediate{background:rgba(245,158,11,0.15);color:#d97706}.difficulty-advanced{background:rgba(239,68,68,0.15);color:#dc2626}.checklist-footer{padding:1rem 1.25rem;border-top:1px solid var(--border);background:rgba(var(--text-rgb),0.02);display:flex;justify-content:space-between;align-items:center}.btn-start{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--radius-md);transition:all .2s ease}.btn-start:hover{transform:translateX(4px)}.progress-indicator{display:flex;align-items:center;gap:.5rem}.category-filter{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center;margin-bottom:2rem}.filter-btn{padding:.5rem 1.25rem;border-radius:999px;background:transparent;border:1px solid var(--border);color:var(--text-muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-btn:hover{background:rgba(var(--primary-rgb),0.08);border-color:var(--primary);color:var(--text)}.filter-btn.active{background:var(--primary);border-color:var(--primary);color:white}.search-box{max-width:400px;margin:0 auto 2rem}.no-results{text-align:center;padding:3rem;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg)}.faq-archive-item{border-bottom:1px solid var(--border);padding:1rem 0}.faq-archive-item:last-child{border-bottom:0}.faq-archive-question{font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem}.faq-archive-answer{margin-top:.5rem;padding-left:0;display:none;line-height:1.6;color:var(--text-muted);font-size:.9375rem}.faq-archive-answer.show{display:block}.faq-chevron{transition:transform .2s ease;flex-shrink:0}.faq-archive-question.open .faq-chevron{transform:rotate(180deg)}.trust-bar{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.trust-item{display:flex;align-items:center;gap:.75rem}.trust-item .label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.trust-item .value{font-size:.8rem;color:var(--text-muted)}.breadcrumb{background:transparent;padding:0;margin-bottom:1rem}.breadcrumb-item a{color:var(--text-muted);text-decoration:none}.breadcrumb-item a:hover{color:var(--primary)}.breadcrumb-item.active{color:var(--text)}.page-meta{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem;font-size:.85rem;color:var(--text-muted)}@media(max-width:1024px){.checklist-grid{grid-template-columns:repeat(2,1fr)}.intro-content{font-size:.9375rem}}@media(max-width:768px){.trust-bar{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.checklist-grid{grid-template-columns:1fr}.intro-content{font-size:.875rem;padding:0 .5rem}.page-meta{gap:.5rem}}