.gc-home .benefits-hero{border-bottom:1px solid var(--border);background:linear-gradient(135deg,#fff0f7 0%,#fce8f3 50%,#e0f4fd 100%);padding:60px 0}.gc-home .benefits-hero h1{letter-spacing:-.02em;font-weight:900}.gc-home .benefits-tabs{border-bottom:2px solid var(--border);gap:12px;margin-bottom:48px;padding-bottom:0;display:flex}.gc-home .tab-btn{cursor:pointer;color:var(--muted);background:0 0;border:none;border-bottom:3px solid #0000;border-radius:0;align-items:center;gap:8px;margin-bottom:-2px;padding:12px 28px;font-size:1rem;font-weight:700;transition:all .2s;display:flex}.gc-home .tab-btn:hover{color:var(--brand)}.gc-home .tab-btn.active{color:var(--brand);border-bottom-color:var(--brand)}.gc-home .tab-content{display:none}.gc-home .tab-content.active{display:block}.gc-home .scheme-banner{border-radius:16px;grid-template-columns:1fr auto;align-items:center;gap:24px;margin-bottom:40px;padding:32px 36px;display:grid}.gc-home .scheme-banner.pink{background:linear-gradient(135deg,#fff0f7,#fce8f3);border:1.5px solid #f9c0da}.gc-home .scheme-banner.blue{background:linear-gradient(135deg,#e0f4fd,#f0f9ff);border:1.5px solid #bae6fd}.gc-home .scheme-banner h2{letter-spacing:-.01em;margin-bottom:8px;font-size:1.5rem;font-weight:900}.gc-home .scheme-banner p{max-width:560px;font-size:.9625rem}.gc-home .scheme-badge{text-align:center;background:#fff;border-radius:14px;min-width:140px;padding:16px 24px;box-shadow:0 2px 12px #00000014}.gc-home .scheme-badge .big{color:var(--brand);font-size:1.75rem;font-weight:900}.gc-home .scheme-badge .sm{color:var(--muted);margin-top:4px;font-size:.8rem}.gc-home .scheme-badge.blue .big{color:var(--accent)}.gc-home .benefit-cards{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px;display:grid}.gc-home .benefit-card{border:1.5px solid var(--border);background:#fff;border-radius:16px;padding:28px 24px;transition:all .2s;position:relative;overflow:hidden}.gc-home .benefit-card:after{content:"";background:linear-gradient(90deg, var(--brand), var(--accent));opacity:0;height:4px;transition:opacity .2s;position:absolute;top:0;left:0;right:0}.gc-home .benefit-card:hover{transform:translateY(-2px);box-shadow:0 8px 28px #e8408c1f}.gc-home .benefit-card:hover:after{opacity:1}.gc-home .benefit-icon{border-radius:13px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:16px;display:flex}.gc-home .benefit-icon.pink{background:#fff0f7}.gc-home .benefit-icon.blue{background:#e0f4fd}.gc-home .benefit-card h3{margin-bottom:10px;font-size:1.05rem;font-weight:800}.gc-home .benefit-card p{font-size:.9rem;line-height:1.65}.gc-home .benefit-highlight{color:var(--brand);background:#fff0f7;border:1px solid #f9c0da;border-radius:100px;margin-top:12px;padding:3px 10px;font-size:.8rem;font-weight:700;display:inline-block}.gc-home .benefit-highlight.blue{color:var(--accent);background:#e0f4fd;border-color:#bae6fd}.gc-home .eligibility-box{background:var(--surface);border:1.5px solid var(--border);border-radius:16px;margin-bottom:40px;padding:32px}.gc-home .eligibility-box h3{margin-bottom:20px;font-size:1.125rem;font-weight:800}.gc-home .eligibility-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.gc-home .elig-item{border:1px solid var(--border);background:#fff;border-radius:10px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.gc-home .elig-dot{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;font-weight:800;display:flex}.gc-home .elig-dot.pink{background:var(--brand)}.gc-home .elig-dot.blue{background:var(--accent)}.gc-home .elig-item h4{margin-bottom:2px;font-size:.9rem}.gc-home .elig-item p{font-size:.8125rem}.gc-home .contrib-table{border-collapse:collapse;border-radius:12px;width:100%;margin-bottom:40px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.gc-home .contrib-table th{background:var(--brand);color:#fff;text-align:left;padding:14px 18px;font-size:.875rem;font-weight:700}.gc-home .contrib-table th.blue-head{background:var(--accent)}.gc-home .contrib-table td{border-bottom:1px solid var(--border);background:#fff;padding:12px 18px;font-size:.9rem}.gc-home .contrib-table tr:last-child td{border-bottom:none}.gc-home .contrib-table tr:nth-child(2n) td{background:var(--surface)}.gc-home .contrib-table td:first-child{color:var(--text);font-weight:600}.gc-home .claim-steps{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:40px;display:grid}.gc-home .claim-step{border:1.5px solid var(--border);text-align:center;background:#fff;border-radius:14px;padding:22px 18px;position:relative}.gc-home .claim-step:after{content:"→";color:var(--brand);z-index:1;font-size:1.25rem;font-weight:700;position:absolute;top:50%;right:-13px;transform:translateY(-50%)}.gc-home .claim-step:last-child:after{display:none}.gc-home .step-num{background:var(--brand);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto 12px;font-size:.9rem;font-weight:800;display:flex}.gc-home .step-num.blue{background:var(--accent)}.gc-home .claim-step h4{margin-bottom:6px;font-size:.9rem}.gc-home .claim-step p{font-size:.8rem}@media (max-width:1024px){.gc-home .benefit-cards,.gc-home .claim-steps{grid-template-columns:repeat(2,1fr)}.gc-home .claim-step:after{display:none}}@media (max-width:768px){.gc-home .scheme-banner{grid-template-columns:1fr}.gc-home .scheme-badge{display:none}.gc-home .benefit-cards,.gc-home .eligibility-grid{grid-template-columns:1fr}.gc-home .claim-steps{grid-template-columns:1fr 1fr}.gc-home .benefits-tabs{white-space:nowrap;overflow-x:auto}.gc-home .tab-btn{padding:10px 18px;font-size:.9rem}}@media (max-width:480px){.gc-home .claim-steps{grid-template-columns:1fr}}
