@keyframes h-ticker-slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.section-title::after{display:none}.home-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.home-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem}.home-section-title{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .25rem;line-height:var(--line-height-tight)}.home-section-title--light{color:#fff}.home-section-sub{font-size:.9375rem;color:var(--text-secondary);margin:0}.home-section-sub--light{color:rgba(255,255,255,.72)}.home-see-all{flex-shrink:0;font-size:.875rem;font-weight:600;color:var(--primary-600);text-decoration:none;white-space:nowrap}.home-see-all:hover{color:var(--primary-700);text-decoration:underline}.home-hero{background:linear-gradient(135deg,var(--secondary-500) 0%,#1a1d27 100%);padding:4.5rem 1.5rem 4rem}.home-hero-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.home-hero-eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;color:var(--primary-400);margin-bottom:.875rem}.home-hero-title{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;color:#fff;line-height:var(--line-height-tight);margin:0 0 1rem;letter-spacing:var(--letter-spacing-tight)}.home-hero-sub{font-size:1.0625rem;color:rgba(255,255,255,.72);line-height:var(--line-height-relaxed);margin:0 0 2rem;max-width:480px}.home-hero-actions{display:flex;gap:.875rem;flex-wrap:wrap;margin-bottom:1.75rem}.home-hero-btn{display:inline-flex;align-items:center;padding:.75rem 1.5rem;border-radius:var(--radius-lg);font-size:.9375rem;font-weight:600;text-decoration:none;transition:var(--transition-fast)}.home-hero-btn--primary{background:var(--primary-500);color:#fff}.home-hero-btn--primary:hover{background:var(--primary-600);transform:translateY(-1px)}.home-hero-btn--secondary{background:rgba(255,255,255,.1);color:#fff;border:1px solid rgba(255,255,255,.2)}.home-hero-btn--secondary:hover{background:rgba(255,255,255,.18);transform:translateY(-1px)}.home-hero-tags{display:flex;flex-wrap:wrap;gap:.5rem}.hero-tag{display:inline-block;padding:.3125rem .75rem;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius-xl);font-size:.8125rem;font-weight:500;color:rgba(255,255,255,.82);text-decoration:none;transition:var(--transition-fast)}.hero-tag:hover{background:rgba(255,255,255,.15);color:#fff}.home-hero-right{display:flex;flex-direction:column;gap:1.25rem}.home-hero-mock{background:#fff;border-radius:var(--radius-xl);padding:1.5rem;box-shadow:var(--shadow-xl)}.home-hero-mock-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.875rem;border-bottom:1px solid var(--border)}.home-hero-mock-title{font-size:.875rem;font-weight:700;color:var(--text-primary)}.home-hero-mock-badge{font-size:.75rem;font-weight:600;color:var(--primary-600);background:var(--primary-50);padding:.25rem .625rem;border-radius:var(--radius-xl)}.home-hero-mock-q{font-size:.9375rem;font-weight:500;color:var(--text-primary);line-height:var(--line-height-snug);margin-bottom:1rem}.home-hero-mock-options{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.home-hero-mock-opt{padding:.5625rem .875rem;border-radius:var(--radius-md);font-size:.875rem;color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border)}.home-hero-mock-opt--correct{background:#fef9c3;border-color:#6ee7b7;color:#065f46;font-weight:600}.home-hero-mock-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.875rem;border-top:1px solid var(--border)}.home-hero-mock-progress{display:flex;align-items:center;gap:.625rem;font-size:.8125rem;color:var(--text-muted)}.home-hero-mock-bar{width:80px;height:6px;background:var(--gray-200);border-radius:99px;overflow:hidden}.home-hero-mock-bar span{display:block;height:100%;background:var(--primary-500);border-radius:99px}.home-hero-mock-score{font-size:1.125rem;font-weight:700;color:var(--primary-600)}.home-hero-mock-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.home-hero-mock-stat{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:.875rem;text-align:center}.home-hero-mock-stat-n{display:block;font-size:1.25rem;font-weight:800;color:#fff;line-height:1;margin-bottom:.25rem}.home-hero-mock-stat-l{display:block;font-size:.75rem;color:rgba(255,255,255,.6)}.home-certs-section{padding:4rem 0;background:var(--bg-secondary)}.home-cert-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.home-cert-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.375rem 1.25rem;text-decoration:none;display:flex;flex-direction:column;gap:.375rem;transition:var(--transition-fast)}.home-article-card:hover,.home-cert-card:hover{border-color:var(--primary-300);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.home-cert-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.home-cert-badge{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:var(--radius-lg);font-size:.75rem;font-weight:800;letter-spacing:-.02em;color:#fff}.home-cert-badge--aws{background:#f90}.home-cert-badge--azure{background:#0078d4}.home-cert-badge--comptia{background:#c00}.home-cert-badge--gcp{background:#4285f4}.home-cert-badge--cisco{background:#1ba0d7;font-size:.625rem}.home-cert-badge--pmp{background:#4a1d96}.home-cert-count{font-size:.75rem;color:var(--text-muted);font-weight:500}.home-cert-name{font-size:.9375rem;font-weight:700;color:var(--text-primary)}.home-cert-cta,.home-cert-exams{font-size:.8125rem;color:var(--text-muted)}.home-cert-cta{display:flex;align-items:center;gap:.25rem;font-weight:600;color:var(--primary-600);margin-top:.5rem}.home-guides-section{padding:4rem 0}.home-articles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.home-article-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden;display:flex;flex-direction:column;transition:var(--transition-fast)}.home-article-card:hover{border-color:var(--primary-200)}.home-article-img-wrap{display:block;overflow:hidden;aspect-ratio:16/9}.home-article-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.home-article-card:hover .home-article-img{transform:scale(1.04)}.home-article-body{padding:1.125rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.5rem;flex:1}.home-article-tag{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:var(--letter-spacing-wide);color:var(--primary-600)}.home-article-title{font-size:1rem;font-weight:700;line-height:var(--line-height-snug);margin:0;flex:1}.home-article-title a{color:var(--text-primary);text-decoration:none}.home-article-title a:hover{color:var(--primary-600)}.home-article-excerpt{font-size:.875rem;color:var(--text-secondary);line-height:var(--line-height-normal);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-article-meta{font-size:.8125rem;color:var(--text-muted);margin-top:auto;padding-top:.5rem}.home-why-section{padding:4rem 0;background:var(--bg-secondary)}.home-why-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.home-why-eyebrow{font-size:.8125rem;font-weight:600;letter-spacing:var(--letter-spacing-wider);text-transform:uppercase;color:var(--primary-600);margin-bottom:1.25rem}.home-why-heading{font-size:1.1875rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;line-height:var(--line-height-snug)}.home-why-text{font-size:.9375rem;color:var(--text-secondary);line-height:var(--line-height-relaxed);margin:0 0 1.75rem}.home-why-right{display:flex;flex-direction:column;gap:1rem}.home-why-stat-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.25rem 1.5rem}.home-why-stat-num{font-size:2rem;font-weight:800;color:var(--primary-600);line-height:1;margin-bottom:.25rem;letter-spacing:var(--letter-spacing-tight)}.home-why-stat-label{font-size:.9375rem;color:var(--text-secondary)}.home-tools-section{padding:4rem 0;background:var(--secondary-500)}.home-section-head--dark{justify-content:flex-start;flex-direction:column;align-items:flex-start;gap:.25rem;margin-bottom:2rem}.home-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.home-tool-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.375rem;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);text-decoration:none;transition:var(--transition-fast);position:relative}.home-tool-card:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.2);transform:translateY(-2px)}.home-tool-icon{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background:rgba(255,255,255,.1);border-radius:var(--radius-lg);flex-shrink:0;color:#fff}.home-tool-body{flex:1;min-width:0}.home-tool-title{font-size:.9375rem;font-weight:700;color:#fff;margin-bottom:.2rem}.home-tool-sub{font-size:.8125rem;color:rgba(255,255,255,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-tool-badge{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--success-500);background:rgba(5,150,105,.15);border:1px solid rgba(5,150,105,.3);border-radius:var(--radius-xl);padding:.2rem .5rem;position:absolute;top:.875rem;right:.875rem}.home-faq-section{padding:4rem 0}.home-faq-section .home-section-title{margin-bottom:2rem}.home-faq-list{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius-xl);overflow:hidden}.home-faq-item{padding:1.375rem 1.5rem;border-bottom:1px solid var(--border)}.home-faq-item:last-child{border-bottom:none}.home-faq-q{font-size:1rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;line-height:var(--line-height-snug)}.home-faq-a{font-size:.9375rem;color:var(--text-secondary);line-height:var(--line-height-relaxed);margin:0}@media (max-width:1024px){.home-hero-inner{grid-template-columns:1fr;gap:2.5rem}.home-hero-right{display:none}.home-articles-grid,.home-cert-grid{grid-template-columns:repeat(2,1fr)}.home-why-inner{grid-template-columns:1fr;gap:2.5rem}}@media (max-width:768px){.home-hero{padding:3rem 1.25rem}.home-certs-section,.home-faq-section,.home-guides-section,.home-tools-section,.home-why-section{padding:2.5rem 0}.home-section-head{flex-direction:column;align-items:flex-start;gap:.5rem}.home-cert-grid{grid-template-columns:1fr 1fr;gap:.75rem}.home-articles-grid,.home-tools-grid{grid-template-columns:1fr}}@media (max-width:480px){.home-cert-grid{grid-template-columns:1fr}.home-hero-title{font-size:1.75rem}.home-hero-actions{flex-direction:column}.home-hero-btn{text-align:center;justify-content:center}}.home-topics-section{padding:3.5rem 0;background:#f8f9fc;border-top:1px solid #eee;border-bottom:1px solid #eee}.home-topics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1.75rem}.home-topic-card{display:flex;flex-direction:column;gap:.5rem;background:#fff;border:1px solid #e8eaef;border-radius:12px;padding:1.25rem 1.5rem;text-decoration:none;color:inherit;transition:box-shadow .18s,transform .18s,border-color .18s;position:relative;overflow:hidden}.home-topic-card::before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background:#eab308;opacity:0;transition:opacity .18s}.home-topic-card:hover{box-shadow:0 6px 24px rgba(0,0,0,.08);transform:translateY(-3px);border-color:rgba(225,29,72,.2)}.home-topic-card:hover::before{opacity:1}.home-topic-label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#eab308;background:rgba(225,29,72,.07);padding:.2rem .6rem;border-radius:4px;align-self:flex-start}.home-topic-title{font-size:.9375rem;font-weight:600;color:#141c2e;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex:1}.home-topic-card:hover .home-topic-title{color:#eab308}.home-topic-cta{display:inline-flex;align-items:center;gap:.3rem;font-size:.8125rem;font-weight:600;color:#eab308;margin-top:.25rem}@media (max-width:768px){.home-topics-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.home-topics-grid{grid-template-columns:1fr}}.h-container{max-width:1200px;margin:0 auto;padding:0 24px}.h-section-head{margin-bottom:40px}.h-section-head .h-section-title{font-size:2rem;font-weight:800;color:#141c2e;margin:0 0 8px}.h-section-head .h-section-sub{font-size:1.05rem;color:#6b7280;margin:0}.h-section-title--light{color:#fff!important}.h-section-sub--light{color:rgba(255,255,255,.65)!important}.h-see-all{display:inline-flex;align-items:center;gap:6px;font-size:.95rem;font-weight:600;color:#eab308;text-decoration:none;transition:gap .2s}.h-featured-card .h-featured-cta:hover,.h-see-all:hover{gap:10px}.h-hero{position:relative;background:#141c2e;color:#fff;overflow:hidden;padding:120px 0 80px}.h-hero-bg{position:absolute;inset:0;background:linear-gradient(160deg,rgba(225,29,72,.12)0,transparent 50%);pointer-events:none}.h-hero-inner{position:relative;max-width:820px;margin:0 auto;text-align:center;padding:0 24px}.h-hero-label{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:#eab308;margin-bottom:20px}.h-hero-title{font-size:3.8rem;font-weight:900;line-height:1.08;margin:0 0 20px;letter-spacing:-1px}.h-hero-sub{font-size:1.2rem;color:rgba(255,255,255,.7);line-height:1.6;max-width:600px;margin:0 auto 36px}.h-hero-ctas{display:flex;justify-content:center;gap:16px;margin-bottom:48px}.h-hero-btn--outline,.h-hero-btn--primary{display:inline-flex;align-items:center;gap:8px;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:700;text-decoration:none;cursor:pointer;transition:transform .15s,box-shadow .2s}.h-hero-btn--primary{background:#eab308;color:#111827;border:2px solid #eab308}.h-hero-btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(225,29,72,.35)}.h-hero-btn--outline{background:0 0;color:#fff;border:2px solid rgba(255,255,255,.3)}.h-hero-btn--outline:hover{border-color:#fff;transform:translateY(-2px)}.h-hero-ticker{display:flex;justify-content:center;align-items:center;gap:16px;font-size:.85rem;color:rgba(255,255,255,.45);overflow:hidden;white-space:nowrap}.h-hero-ticker span{animation:h-ticker-slide 20s linear infinite}.h-hero-ticker .h-ticker-dot{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.25);flex-shrink:0}.h-explore{padding:72px 0}.h-explore-scroll{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.h-explore-card{background:#fff;border:1px solid #e5e7eb;padding:24px 16px;flex-direction:column;gap:10px;text-align:center;text-decoration:none;color:#141c2e;transition:transform .2s,box-shadow .2s,border-color .2s;cursor:pointer}.h-explore-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.08)}.h-explore-card,.h-explore-card .h-explore-icon{display:flex;align-items:center;border-radius:14px}.h-explore-card .h-explore-icon{justify-content:center;width:52px;height:52px;color:#fff}.h-explore-card .h-explore-name{font-size:.92rem;font-weight:700;color:#141c2e}.h-explore-card .h-explore-count{font-size:.75rem;font-weight:600;color:#9ca3af}.h-explore-card--mammals .h-explore-icon{background:#eab308}.h-explore-card--reptiles .h-explore-icon{background:#22c55e}.h-explore-card--birds .h-explore-icon{background:#3b82f6}.h-explore-card--marine .h-explore-icon{background:#06b6d4}.h-explore-card--insects .h-explore-icon{background:#f59e0b}.h-explore-card--extinct .h-explore-icon{background:#a855f7}.h-explore-card--mammals:hover{border-color:#eab308}.h-explore-card--reptiles:hover{border-color:#22c55e}.h-explore-card--birds:hover{border-color:#3b82f6}.h-explore-card--marine:hover{border-color:#06b6d4}.h-explore-card--insects:hover{border-color:#f59e0b}.h-explore-card--extinct:hover{border-color:#a855f7}@media (max-width:768px){.h-explore-scroll{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.h-explore-scroll{grid-template-columns:repeat(2,1fr)}}.h-spotlight{padding:72px 0;background:#f8f9fa}.h-spotlight-card{display:flex;gap:48px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.06)}.h-spotlight-card .h-spotlight-img{flex:0 0 45%;min-height:380px;background:#1a1d27 url(/img/animals/spotlight-mantis-shrimp.jpg)center/cover no-repeat;position:relative}.h-spotlight-card .h-spotlight-body{flex:1;padding:40px 40px 40px 0;display:flex;flex-direction:column;justify-content:center}.h-spotlight-badge{position:absolute;top:16px;left:16px;background:#eab308;color:#111827;font-size:.68rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;padding:5px 14px;border-radius:20px;z-index:1}.h-spotlight-label{display:block;font-size:.78rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#eab308;margin-bottom:8px}.h-spotlight-name{font-size:2.4rem;font-weight:900;color:#141c2e;margin:0 0 4px;line-height:1.15}.h-spotlight-sci{font-size:.95rem;font-style:italic;color:#9ca3af;margin:0 0 20px}.h-spotlight-desc{font-size:.95rem;color:#4b5563;line-height:1.7;margin:0 0 24px}.h-spotlight-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}.h-spotlight-stat{display:flex;flex-direction:column;gap:2px}.h-spotlight-stat-val{display:block;font-size:1.1rem;font-weight:800;color:#141c2e}.h-spotlight-stat-key{display:block;font-size:.7rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.8px}.h-spotlight-cta{display:inline-flex;align-items:center;gap:8px;background:#141c2e;color:#fff;padding:12px 28px;border-radius:8px;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;width:fit-content}.h-spotlight-cta:hover{background:#eab308;color:#111827;transform:translateY(-1px)}.h-latest{padding:72px 0}.h-latest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.h-article-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,.06);transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.h-article-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,.1)}.h-article-card .h-article-img{width:100%;aspect-ratio:16/10;background:#e5e7eb;object-fit:cover}.h-article-card .h-article-body{padding:20px;flex:1;display:flex;flex-direction:column}.h-article-card .h-article-tag{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#eab308;margin-bottom:10px}.h-article-card .h-article-title{font-size:1.1rem;font-weight:800;color:#141c2e;margin:0 0 10px;line-height:1.35}.h-article-card .h-article-excerpt{font-size:.9rem;color:#6b7280;line-height:1.6;margin:0 0 16px;flex:1}.h-article-card .h-article-meta{font-size:.78rem;color:#9ca3af}.h-featured{padding:72px 0;background:#f8f9fa}.h-featured-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.h-featured-card{background:#fff;border-radius:14px;padding:32px 28px;box-shadow:0 2px 12px rgba(0,0,0,.06);display:flex;flex-direction:column;gap:14px;transition:transform .2s,box-shadow .2s}.h-featured-card:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(0,0,0,.1)}.h-featured-card .h-featured-label{font-size:.72rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:#eab308}.h-featured-card .h-featured-title{font-size:1.2rem;font-weight:800;color:#141c2e;line-height:1.35;margin:0}.h-featured-card .h-featured-cta{font-size:.9rem;font-weight:600;color:#eab308;text-decoration:none;margin-top:auto;transition:gap .2s;display:inline-flex;align-items:center;gap:6px}.h-tools{padding:72px 0;background:#141c2e;color:#fff}.h-tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.h-tool-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:28px 24px;display:flex;flex-direction:column;gap:16px;text-decoration:none;color:#fff;transition:background .2s,border-color .2s,transform .2s;position:relative}.h-tool-card:hover{background:rgba(255,255,255,.08);border-color:#eab308;transform:translateY(-3px)}.h-tool-card .h-tool-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(234,179,8,.12);border-radius:12px;color:#eab308}.h-tool-card .h-tool-body{display:flex;flex-direction:column;gap:6px;flex:1}.h-tool-card .h-tool-title{display:block;font-size:1.05rem;font-weight:700;margin:0;color:#fff}.h-tool-card .h-tool-desc{display:block;font-size:.85rem;color:rgba(255,255,255,.5);line-height:1.55;margin:0}.h-tool-card .h-tool-badge{display:inline-block;background:rgba(234,179,8,.15);color:#eab308;font-size:.65rem;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;padding:3px 10px;border-radius:20px;border:1px solid rgba(234,179,8,.25);width:fit-content;position:absolute;top:16px;right:16px}.h-records{padding:72px 0}.h-records-scroll{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.h-records-scroll::-webkit-scrollbar{height:4px}.h-records-scroll::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.h-record-card{flex:1 1 0;min-width:180px;background:#fff;border:2px solid #f0f0f0;border-radius:14px;padding:32px 24px;text-align:center;scroll-snap-align:start;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:center;gap:4px}.h-record-card:hover{border-color:#eab308;transform:translateY(-4px);box-shadow:0 8px 24px rgba(234,179,8,.12)}.h-record-card .h-record-label{display:block;font-size:.68rem;font-weight:800;letter-spacing:1.5px;text-transform:uppercase;color:#9ca3af;margin-bottom:6px}.h-record-card .h-record-value{display:block;font-size:2.5rem;font-weight:900;color:#eab308;line-height:1;margin-bottom:4px}.h-record-card .h-record-animal{display:block;font-size:.88rem;font-weight:600;color:#6b7280}.h-endangered{padding:72px 0;background:#14171e;color:#fff}.h-endangered-inner{display:flex;align-items:center;justify-content:space-between;gap:48px}.h-endangered-inner .h-endangered-content{flex:1}.h-endangered-inner .h-endangered-title{font-size:2rem;font-weight:800;margin:0 0 12px}.h-endangered-inner .h-endangered-text{font-size:1rem;color:rgba(255,255,255,.6);line-height:1.7;margin:0 0 24px;max-width:560px}.h-endangered-inner .h-endangered-cta{display:inline-flex;align-items:center;gap:8px;background:#eab308;color:#111827;padding:12px 28px;border-radius:8px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .15s,box-shadow .2s}.h-endangered-inner .h-endangered-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(225,29,72,.3)}.h-endangered-inner .h-endangered-stat{flex-shrink:0;text-align:center}.h-endangered-inner .h-endangered-stat-value{display:block;font-size:4.5rem;font-weight:900;color:#eab308;line-height:1}.h-endangered-inner .h-endangered-stat-label{font-size:.85rem;color:rgba(255,255,255,.5);margin-top:8px}.h-newsletter{padding:56px 0;background:#fef3e2}.h-newsletter-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.h-newsletter-inner .h-newsletter-text{flex:1}.h-newsletter-inner .h-newsletter-title{font-size:1.5rem;font-weight:800;color:#141c2e;margin:0 0 6px}.h-newsletter-inner .h-newsletter-sub{font-size:.95rem;color:#6b7280;margin:0}.h-newsletter-inner .h-newsletter-form{display:flex;gap:10px;flex-shrink:0}.h-newsletter-inner .h-newsletter-form input[type=email]{padding:12px 18px;border:2px solid #e5e7eb;border-radius:8px;font-size:.95rem;min-width:260px;outline:0;transition:border-color .2s}.h-newsletter-inner .h-newsletter-form input[type=email]:focus{border-color:#eab308}.h-newsletter-inner .h-newsletter-form button{background:#eab308;color:#111827;border:0;padding:12px 28px;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:background .2s}.h-newsletter-inner .h-newsletter-form button:hover{background:#ca8a04}.h-faq{padding:72px 0}.h-faq .h-section-title{margin-bottom:32px}.h-faq-list{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.h-faq-item{padding:24px 28px;border-bottom:1px solid #e5e7eb}.h-faq-item:last-child{border-bottom:none}.h-faq-q{font-size:1.02rem;font-weight:700;color:#141c2e;margin:0 0 8px;line-height:1.4}.h-faq-a{font-size:.92rem;color:#6b7280;line-height:1.7;margin:0}@media (max-width:768px){.h-hero{padding:80px 0 56px}.h-hero-title{font-size:2.6rem}.h-hero-sub{font-size:1.05rem}.h-hero-ctas{align-items:center}.h-hero-ctas,.h-spotlight-card{flex-direction:column}.h-spotlight-card .h-spotlight-img{flex:none;min-height:260px}.h-spotlight-card .h-spotlight-content{padding:32px}.h-spotlight-name{font-size:2rem}.h-featured-grid,.h-latest-grid,.h-tools-grid{grid-template-columns:repeat(2,1fr)}.h-endangered-inner,.h-newsletter-inner{flex-direction:column;text-align:center}.h-endangered-inner .h-endangered-text{max-width:none}.h-newsletter-inner .h-newsletter-form{flex-direction:column;width:100%}.h-newsletter-inner .h-newsletter-form input[type=email]{min-width:0;width:100%}}@media (max-width:480px){.h-container{padding:0 16px}.h-hero{padding:64px 0 44px}.h-hero-title{font-size:2rem}.h-hero-sub{font-size:.95rem}.h-hero-btn--outline,.h-hero-btn--primary{width:100%;justify-content:center;padding:12px 24px}.h-explore-card{flex:0 0 150px;min-height:190px}.h-section-head .h-section-title,.h-spotlight-name{font-size:1.6rem}.h-spotlight-stats{flex-wrap:wrap;gap:20px}.h-featured-grid,.h-latest-grid,.h-tools-grid{grid-template-columns:1fr}.h-record-card{flex:0 0 200px}.h-endangered-inner .h-endangered-stat-value{font-size:3.2rem}.h-newsletter-inner .h-newsletter-form button{width:100%}}