*{box-sizing:border-box;font-family:Inter,sans-serif}img{height:auto;max-width:100%}.finHero{box-sizing:border-box;margin:0 auto;max-width:1400px;overflow-x:hidden;padding:80px 40px;width:100%}.finHeroWrap{align-items:center;display:flex;gap:70px;justify-content:space-between;max-width:100%;width:100%}.finHeroContent{flex:1 1 48%;min-width:0}.finHeroTag{align-items:center;background:#fff;border:1px solid #3b82f6;border-radius:999px;box-shadow:0 4px 12px rgba(59,130,246,.15);color:#334155;display:inline-flex;flex-wrap:wrap;font-size:14px;font-weight:500;gap:10px;margin-bottom:30px;max-width:100%;padding:8px 18px}.finHeroTag i{color:#2563eb;flex-shrink:0;font-size:12px}.finHeroTitle{color:#0b132b;font-size:clamp(44px,5vw,78px);font-weight:800;letter-spacing:-.04em;line-height:.95;margin:0 0 28px;word-break:break-word}.finHeroTitle span{color:#2f5cff;display:block}.finHeroDesc{color:#5b6475;font-size:19px;line-height:1.8;margin:0 0 42px;max-width:620px}.finHeroBtns{display:flex;flex-wrap:wrap;gap:18px}.finBtn{align-items:center;border-radius:14px;display:inline-flex;font-size:18px;font-weight:700;gap:10px;justify-content:center;max-width:100%;min-width:210px;padding:18px 34px;text-align:center;text-decoration:none;transition:all .35s ease;white-space:nowrap}.finBtnPrimary{background:linear-gradient(#00bb5c,#008d60);box-shadow:0 10px 30px rgba(5,181,63,.25);color:#fff}.finBtnPrimary:hover{background:linear-gradient(#008d60,#00bb5c);box-shadow:0 20px 40px rgba(5,181,63,.35);transform:translateY(-4px)}.finBtnSecondary{background:#fff;border:2px solid #dce1ea;color:#475569}.finBtnSecondary:hover{border-color:#2f5cff;box-shadow:0 15px 35px rgba(47,92,255,.12);color:#2f5cff;transform:translateY(-4px)}.finHeroVisual{flex:1 1 52%;min-width:0;position:relative}.finDashboard{backdrop-filter:blur(10px);background:hsla(0,0%,100%,.94);border:1px solid #e5e9f2;border-radius:30px;box-shadow:0 22px 55px rgba(15,23,42,.12);max-width:100%;overflow:visible;padding:26px 22px 22px;position:relative;width:100%}.finBadge{animation:floatBadge 4s ease-in-out infinite;background:#fff;border:1px solid #edf2ff;border-radius:18px;box-shadow:0 18px 35px rgba(37,99,235,.15);box-sizing:border-box;gap:12px;max-width:min(320px,calc(100% - 20px));padding:14px 18px;position:absolute;right:-25px;top:-20px;z-index:5}.finBadge,.finBadgeIcon{align-items:center;display:flex}.finBadgeIcon{background:linear-gradient(135deg,#5b7cff,#2f5cff);border-radius:12px;box-shadow:0 8px 18px rgba(47,92,255,.25);color:#fff;flex-shrink:0;font-size:16px;height:38px;justify-content:center;width:38px}.finBadgeText{min-width:0}.finBadgeText small{color:#94a3b8;display:block;font-size:11px;font-weight:600;letter-spacing:.04em}.finBadgeText strong{color:#1e293b;display:block;font-size:15px;font-weight:700}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.finDots{display:flex;gap:8px;margin-bottom:24px}.finDots span{border-radius:50%;flex-shrink:0;height:10px;width:10px}.finDots span:first-child{background:#fb7185}.finDots span:nth-child(2){background:#facc15}.finDots span:nth-child(3){background:#4ade80}.finTopLabel{color:#94a3b8;font-size:13px;font-weight:600;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.finTopStats{align-items:center;display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}.finTopValue{color:#2f5cff;font-size:clamp(38px,4vw,62px);font-weight:800;line-height:1}.finGrowth{background:#dcfce7;border-radius:999px;color:#16a34a;font-size:13px;font-weight:700;padding:6px 10px;white-space:nowrap}.finChart{align-items:flex-end;display:flex;gap:10px;height:160px;margin-bottom:28px;width:100%}.finBar{animation:growBar 1.2s ease forwards;background:linear-gradient(0deg,rgba(47,92,255,.18),#4f7dff);border-radius:10px 10px 0 0;flex:1;min-width:0;opacity:0;transform:scaleY(0);transform-origin:bottom}.finBar:first-child{animation-delay:.1s;height:38%}.finBar:nth-child(2){animation-delay:.2s;height:62%}.finBar:nth-child(3){animation-delay:.3s;height:48%}.finBar:nth-child(4){animation-delay:.4s;height:76%}.finBar:nth-child(5){animation-delay:.5s;height:58%}.finBar:nth-child(6){animation-delay:.6s;height:88%}.finBar:nth-child(7){animation-delay:.7s;height:70%}.finBar:nth-child(8){animation-delay:.8s;height:96%}.finBar:nth-child(9){animation-delay:.9s;height:78%}.finBar:nth-child(10){animation-delay:1s;height:94%}@keyframes growBar{to{opacity:1;transform:scaleY(1)}}.finCards{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.finCard{background:#fff;border:1px solid #e7ebf3;border-radius:16px;padding:18px}.finCardLabel{color:#94a3b8;font-size:12px;font-weight:600;margin-bottom:8px;text-transform:uppercase}.finCardValue{color:#0f172a;font-size:26px;font-weight:800;line-height:1.2}.finCardNote{color:#22c55e;font-size:13px;font-weight:600;margin-top:5px}.finCardNote.blue{color:#3b82f6}@media (max-width:1024px){.finHero{padding:60px 30px}.finHeroWrap{flex-direction:column;gap:50px}.finHeroContent,.finHeroVisual{flex:1 1 100%;width:100%}.finHeroDesc{max-width:100%}.finBadge{right:10px;top:-18px}}@media (max-width:768px){.finHero{padding:50px 20px}.finHeroTitle{font-size:clamp(38px,9vw,58px);line-height:1}.finHeroDesc{font-size:17px}.finHeroBtns{flex-direction:column}.finBtn{min-width:auto;padding:16px 24px;white-space:normal;width:100%}.finDashboard{border-radius:24px;padding:22px 16px 18px}.finBadge{gap:10px;max-width:calc(100% - 16px);padding:10px 14px;position:absolute;right:8px;top:-18px}.finBadgeIcon{font-size:14px;height:32px;width:32px}.finBadgeText small{font-size:10px}.finBadgeText strong{font-size:13px}.finChart{gap:6px;height:110px}.finCards{grid-template-columns:1fr}}@media (max-width:480px){.finHero{padding:40px 15px}.finHeroTag{font-size:12px;gap:8px;padding:7px 14px}.finHeroTag span{white-space:normal}.finHeroDesc{font-size:16px;line-height:1.7}.finTopStats{align-items:flex-start;flex-direction:column;gap:8px}.finTopValue{font-size:34px}.finGrowth{font-size:12px;padding:5px 9px}.finChart{gap:4px;height:90px}.finCard{padding:16px}.finCardValue{font-size:22px}.finBadge{animation:none;left:auto;margin:-8px 0 20px;max-width:100%;position:relative;right:auto;top:auto;width:100%}}.finHeroTagImg{display:block;height:22px;width:22px}.finBtn img,.finHeroTagImg{flex-shrink:0;object-fit:contain}.finBtn img{height:20px;width:20px}.finBtn i{flex-shrink:0;font-size:16px;line-height:1}@media (max-width:480px){.finBtn img,.finHeroTagImg{height:18px;width:18px}.finBtn i{font-size:14px}}