.hero-section{justify-content:center;align-items:center;min-height:85vh;padding:4rem 1.5rem;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-gradient{background:linear-gradient(#f8fafc 0%,#eef2ff 50%,#f8fafc 100%);position:absolute;inset:0}.hero-grid{background-image:linear-gradient(#6366f106 1px,#0000 1px),linear-gradient(90deg,#6366f106 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.hero-glow{filter:blur(80px);opacity:.5;border-radius:50%;position:absolute}.hero-glow-1{opacity:.12;background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);width:600px;height:600px;top:-200px;right:-100px}.hero-glow-2{opacity:.08;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);width:500px;height:500px;bottom:-150px;left:-100px}.floating-logos{z-index:1;pointer-events:none;position:absolute;inset:0}.floating-logo{opacity:0;background:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;transform:scale(.8)translateY(20px);box-shadow:0 4px 20px #00000014,0 0 0 1px #0000000a}.floating-logo.visible{opacity:1;animation:6s ease-in-out infinite float;transform:scale(1)translateY(0)}.floating-logo img{object-fit:contain;border-radius:4px;width:24px;height:24px}.floating-logo-1{top:15%;left:8%;animation-delay:0s!important}.floating-logo-2{top:25%;right:10%;animation-delay:.5s!important}.floating-logo-3{top:55%;left:5%;animation-delay:1s!important}.floating-logo-4{top:60%;right:8%;animation-delay:1.5s!important}.floating-logo-5{top:35%;left:15%;animation-delay:2s!important}.floating-logo-6{top:40%;right:15%;animation-delay:2.5s!important}.floating-logo-7{bottom:20%;left:12%;animation-delay:3s!important}.floating-logo-8{bottom:25%;right:12%;animation-delay:3.5s!important}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-15px)rotate(2deg)}}.hero-content{z-index:2;text-align:center;max-width:900px;position:relative}.hero-badge{color:#1e293b;background-color:#f0f6ff;border:1px solid #d6e4ff;border-radius:9999px;align-items:center;gap:6px;margin-bottom:40px;padding:5px 16px;font-size:.85rem;font-weight:500;display:inline-flex;box-shadow:0 4px 10px #007bff14}.hero-badge svg{stroke:#007bff}.hero-title{letter-spacing:-.02em;margin-bottom:25px;font-size:clamp(40px,7vw,64px);font-weight:700;line-height:1}.gradient-text{background:linear-gradient(90deg,#2563eb,#1e40af);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:#64748b;margin-bottom:2rem;font-size:clamp(1rem,2.5vw,1.15rem);line-height:1.6}.hero-search{z-index:10;max-width:500px;margin:0 auto 2rem;position:relative}.hero-search-input-wrapper{align-items:center;display:flex;position:relative}.hero-search-icon{color:#94a3b8;pointer-events:none;position:absolute;left:18px}.hero-search-input{color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:14px;outline:none;width:100%;padding:16px 20px 16px 52px;font-size:1rem;transition:all .2s;box-shadow:0 4px 20px #0000000f}.hero-search-input::placeholder{color:#94a3b8}.hero-search-input:focus{border-color:#2563eb;box-shadow:0 4px 20px #2563eb26}.hero-search-dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:14px;max-height:320px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden auto;box-shadow:0 10px 40px #0000001f}.hero-search-option{cursor:pointer;text-align:left;color:#1e293b;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:14px 18px;font-size:.95rem;transition:background-color .15s;display:flex}.hero-search-option:hover,.hero-search-option.highlighted{background-color:#f8fafc}.hero-search-option-logo{object-fit:contain;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;width:28px;height:28px}.hero-search-no-results{text-align:center;color:#64748b;padding:18px;font-size:.9rem}.hero-ctas{justify-content:center;align-items:center;gap:1rem;margin-bottom:3rem;display:flex}.hero-btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border-radius:12px;align-items:center;gap:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 14px #2563eb66}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2563eb80}.hero-btn-secondary{color:#1e293b;background:#fff;border:2px solid #e2e8f0;border-radius:12px;align-items:center;gap:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.hero-btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.hero-social-proof{justify-content:center;display:flex}.hero-stats{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:1px solid #0000000f;border-radius:16px;align-items:center;gap:2rem;padding:1rem 2rem;display:inline-flex}.hero-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.stat-number{color:#0f172a;font-size:1.25rem;font-weight:700}.stat-label{color:#64748b;font-size:.8rem}.hero-stat-divider{background:#e2e8f0;width:1px;height:36px}@media (max-width:900px){.floating-logos{display:none}.hero-section{min-height:auto;padding:3rem 1.5rem}.hero-gradient{background:linear-gradient(#fafbfd 0%,#f5f8ff 50%,#fafbfd 100%)}.hero-glow-1{opacity:.06}.hero-glow-2{opacity:.04}}@media (max-width:600px){.hero-title{font-size:clamp(32px,8vw,40px)}.hero-subtitle{font-size:1rem}.hero-search{max-width:100%}.hero-search-input{padding:14px 16px 14px 48px;font-size:.95rem}.hero-ctas{flex-direction:column;width:100%}.hero-btn-primary,.hero-btn-secondary{justify-content:center;width:100%}.hero-stats{flex-direction:column;gap:1rem;padding:1.5rem}.hero-stat-divider{width:60px;height:1px}.hero-badge{margin-bottom:25px;padding:5px 12px;font-size:.8rem}}
.home-cards-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.home-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;text-decoration:none;transition:all .2s;display:block}.home-card:hover{border-color:#3b82f6;box-shadow:0 4px 20px #3b82f61a}.home-card-icon{background:#eff6ff;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.25rem;display:flex}.home-card-title{color:#0f172a;margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.home-card-description{color:#64748b;margin-bottom:1.25rem;font-size:.9rem;line-height:1.6}.home-card-link{color:#3b82f6;align-items:center;gap:4px;font-size:.9rem;font-weight:500;display:inline-flex}.home-card:hover .home-card-link{gap:8px}@media (max-width:700px){.home-cards-grid{grid-template-columns:1fr}}
.home-about-section{background:#fff;padding:clamp(3rem,8vw,5rem) 1.5rem}.home-about-container{grid-template-columns:400px 1fr;align-items:start;gap:3rem;max-width:1100px;margin:0 auto;display:grid}.home-about-image{text-align:center;flex-direction:column;align-items:center;display:flex}.home-about-image img{max-width:100%;height:auto}.home-about-caption{color:#64748b;margin-top:1rem;font-size:.85rem;font-style:italic}.home-about-tagline{color:#0f172a;margin-bottom:1.25rem;font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;line-height:1.3}.home-about-description{color:#64748b;margin-bottom:2rem;font-size:1.05rem;line-height:1.7}.home-about-stats{gap:3rem;margin-bottom:1.5rem;display:flex}.home-about-stat{flex-direction:column;gap:4px;display:flex}.home-about-stat .stat-number{color:#1e3a8a;font-size:1.75rem;font-weight:700}.home-about-stat .stat-label{color:#64748b;font-size:.85rem}.home-about-link{color:#2563eb;margin-top:.5rem;margin-bottom:2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-block}.home-about-link:hover{color:#1d4ed8;text-decoration:underline}.home-about-divider{background:#e2e8f0;height:1px;margin-bottom:1.5rem}.home-about-social{align-items:center;gap:1rem;display:flex}.home-about-social .social-label{color:#64748b;font-size:.9rem}.home-about-social .social-icons{gap:.5rem;display:flex}.home-about-social .social-icons a{color:#334155;background:#f1f5f9;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.home-about-social .social-icons a:hover{color:#1e293b;background:#e2e8f0;transform:translateY(-2px)}@media (max-width:900px){.home-about-container{text-align:center;grid-template-columns:1fr;gap:2rem}.home-about-image{order:-1}.home-about-image img{max-width:350px}.home-about-stats{justify-content:center}.home-about-link{display:block}.home-about-social{flex-direction:column;gap:.75rem}}@media (max-width:500px){.home-about-image img{max-width:280px}.home-about-stats{gap:1.5rem}.home-about-stat .stat-number{font-size:1.5rem}.home-about-stat .stat-label{font-size:.75rem}}
