.home-portal{background:var(--bg);overflow:hidden}.home-hero{padding:72px 0 56px;background:linear-gradient(180deg,#f4f8f3 0%,var(--bg) 100%);border-bottom:1px solid var(--border)}.home-hero-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:48px;align-items:center}.home-kicker,.home-section-kicker,.home-panel-label{display:block;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:1.4px;color:var(--terra);margin-bottom:14px}.home-hero h1{font-family:'Poppins',sans-serif;font-size:clamp(38px,5vw,64px);line-height:1.06;letter-spacing:-2.2px;color:var(--ink);max-width:840px}.home-hero-copy>p{font-size:18px;line-height:1.75;color:var(--ink-soft);max-width:720px;margin-top:22px}.home-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.home-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:12px;text-decoration:none;font-weight:700;font-size:14px;transition:transform .2s,box-shadow .2s,background .2s}.home-btn:hover{transform:translateY(-2px)}.home-btn-primary{background:var(--terra);color:#fff;box-shadow:0 12px 28px rgba(45,106,79,.18)}.home-btn-secondary{background:#fff;color:var(--ink);border:1px solid var(--border)}.home-hero-panel{background:#17382a;color:#fff;border-radius:22px;padding:28px;box-shadow:0 20px 50px rgba(23,56,42,.16)}.home-panel-label{color:#b9d8c6}.home-hero-panel a{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:17px 0;border-top:1px solid rgba(255,255,255,.12);color:#fff;text-decoration:none;font-size:15px;font-weight:650}.home-hero-panel a:first-of-type{border-top:0}.home-hero-panel a span{color:#b9d8c6;font-size:20px}.home-categories-section,.home-latest-section,.home-trust-section{padding:64px 0}.home-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.home-section-head h2,.home-trust-section h2{font-family:'Poppins',sans-serif;font-size:clamp(28px,3vw,40px);line-height:1.15;letter-spacing:-1px;color:var(--ink);margin:0}.home-section-head>a,.home-trust-copy a{font-weight:700;color:var(--terra);text-decoration:none;white-space:nowrap}.home-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.home-category-card{display:flex;flex-direction:column;min-height:220px;padding:22px;border-radius:18px;background:#fff;border:1px solid var(--border);text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s}.home-category-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(23,56,42,.09);border-color:#bfd6c7}.home-category-title{font-family:'Poppins',sans-serif;font-size:17px;font-weight:750;color:var(--ink)}.home-category-card p{font-size:14px;line-height:1.65;color:var(--ink-soft);margin:12px 0 18px}.home-category-link{margin-top:auto;color:var(--terra);font-size:13px;font-weight:800}.home-latest-section{background:#f5f8f4;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.home-posts-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-empty-state{padding:34px;border:1px dashed #b8cdbf;border-radius:18px;background:rgba(255,255,255,.68)}.home-empty-state strong{display:block;font-family:'Poppins',sans-serif;font-size:20px;color:var(--ink);margin-bottom:8px}.home-empty-state p{color:var(--ink-soft);margin:0}.home-trust-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:60px;align-items:start}.home-trust-copy p{font-size:16px;line-height:1.8;color:var(--ink-soft);margin:0 0 18px}@media(max-width:1180px){.home-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.home-hero{padding:48px 0 40px}.home-hero-grid,.home-trust-grid{grid-template-columns:1fr;gap:28px}.home-hero-panel{max-width:none}.home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-posts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.home-hero{padding:34px 0 30px}.home-hero h1{font-size:36px;letter-spacing:-1.4px}.home-hero-copy>p{font-size:16px}.home-hero-actions{display:grid;grid-template-columns:1fr}.home-btn{width:100%}.home-hero-panel{padding:22px;border-radius:16px}.home-categories-section,.home-latest-section,.home-trust-section{padding:42px 0}.home-section-head{align-items:flex-start;flex-direction:column;margin-bottom:20px}.home-category-grid,.home-posts-grid{grid-template-columns:1fr}.home-category-card{min-height:0}.home-trust-grid{gap:20px}.home-trust-section h2{font-size:29px}}