.hero-container{background-color:white;padding:4rem 1.5rem}@media (min-width:768px){.hero-container{padding:4rem 2rem}}@media (min-width:1024px){.hero-container{padding:4rem 3rem}}.hero-content{max-width:80rem;margin:0 auto;display:grid;grid-gap:3rem;gap:3rem;align-items:center}@media (min-width:1024px){.hero-content{grid-template-columns:1fr 1fr}}.hero-text-column{text-align:center}@media (min-width:1024px){.hero-text-column{text-align:left}}.hero-badge{display:inline-flex;align-items:center;background-color:#eff6ff;color:#1d4ed8;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:700;margin-bottom:1.5rem;border:2px solid #bfdbfe}.hero-badge-icon{margin-right:.5rem}.hero-headline{font-size:2.25rem;font-weight:900;color:#111827;margin-bottom:1.5rem;line-height:1.1}@media (min-width:768px){.hero-headline{font-size:3rem}}@media (min-width:1024px){.hero-headline{font-size:3.75rem}}.hero-highlight{color:#2e95e8;position:relative;display:inline-block}.hero-underline{position:absolute;bottom:-.5rem;left:0;width:100%;height:1rem}.hero-subtitle{font-size:1.25rem;color:#4b5563;margin-bottom:2rem;max-width:32rem;margin-left:auto;margin-right:auto}@media (min-width:1024px){.hero-subtitle{margin-left:0;margin-right:0}}.hero-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center;margin-bottom:3rem}@media (min-width:640px){.hero-buttons{flex-direction:row}}@media (min-width:1024px){.hero-buttons{justify-content:flex-start}}.hero-button{padding:1rem 2rem;border-radius:.75rem;font-weight:700;font-size:1.125rem;transition:all .2s ease-in-out;cursor:pointer;border:none;text-decoration:none;display:inline-block;text-align:center}.hero-button-secondary{background-color:white;color:#374151;border:2px solid #d1d5db;box-shadow:0 3px 0 0 rgba(0,0,0,.1)}.hero-button-secondary:hover{background-color:#f9fafb;border-color:#9ca3af;box-shadow:0 1px 0 0 rgba(0,0,0,.1);transform:translateY(2px)}.hero-stats{display:flex;justify-content:center;gap:2rem}@media (min-width:1024px){.hero-stats{justify-content:flex-start}}.hero-stat{text-align:center}.hero-stat-number{font-size:1.5rem;font-weight:700;color:#111827}.hero-stat-label{font-size:.875rem;color:#6b7280}.hero-animation-column{display:flex;justify-content:center}@media (min-width:1024px){.hero-animation-column{justify-content:flex-end}}.hero-animation-wrapper{position:relative}.hero-animation{width:24rem;height:24rem;border-radius:.75rem}@media (min-width:1024px){.hero-animation{width:31.25rem;height:31.25rem}}.hero-button-skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.75rem;height:3.5rem;min-width:12rem}.hero-button-skeleton.secondary{min-width:8rem}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}