.home-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem}
.home-content-card{height:100%;min-height:390px;display:flex;flex-direction:column;padding:1.75rem;border:1px solid var(--line);border-radius:26px;background:linear-gradient(145deg,#fff,#f8fbf9);box-shadow:var(--shadow-soft);position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}
.home-content-card:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-85px;top:-90px;background:rgba(111,142,135,.1);pointer-events:none}
.home-content-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.home-content-card__top{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.35rem;position:relative}
.home-content-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,var(--forest),var(--forest-2));color:#fff;font-size:1.2rem;font-weight:800;box-shadow:0 10px 24px rgba(23,51,47,.16)}
.home-score{width:57px;height:57px;display:grid;place-items:center;border-radius:50%;border:5px solid #dcebe4;background:#fff;color:var(--forest);font-weight:800;line-height:1}.home-score small{font-size:.55rem;margin-top:-13px;color:var(--muted)}
.home-content-chip{padding:.4rem .7rem;border-radius:999px;background:#edf3f1;color:var(--forest);font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.home-content-label{color:var(--sage);font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase;margin-bottom:.65rem}
.home-content-card h3{font-size:1.65rem;line-height:1.2;margin:0 0 .85rem}
.home-content-card>p,.home-guide-card__body>p{color:var(--muted);font-size:.92rem;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.home-content-meta{display:flex;gap:.6rem;align-items:flex-start;margin:1rem 0;color:#496158;font-size:.82rem}.home-content-meta i{color:var(--sage);margin-top:.1rem}.home-content-meta--winner{padding:.75rem;border-radius:13px;background:#fff7e9;color:#7a5729}.home-content-meta--winner i{color:#b98950}
.home-content-link{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:1.25rem;border-top:1px solid var(--line);color:var(--forest);font-weight:800}.home-content-link i{transition:transform .2s}.home-content-link:hover i{transform:translateX(4px)}
.home-guide-card{padding:0}.home-guide-card>img{width:100%;height:200px;object-fit:cover;border-bottom:1px solid var(--line)}.home-guide-card__body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.home-guide-card__body h3{margin-top:0}
@media(max-width:767px){.home-section-head{align-items:flex-start;flex-direction:column;margin-bottom:2rem}.home-content-card{min-height:350px;border-radius:22px}.home-section-head .btn{width:100%}}
