.hero-section{background-color:hsl(var(--card));border-bottom:1px solid hsl(var(--border));text-align:center;padding:6rem 0;position:relative;overflow:hidden}.hero-section:before{content:"";background:linear-gradient(90deg, hsl(var(--primary)), hsl(var(--secondary)));height:4px;position:absolute;top:0;left:0;right:0}.hero-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.hero-content{max-width:800px}.hero-title{margin-bottom:1.5rem;font-size:2.5rem;font-weight:800;line-height:1.2}@media (min-width:768px){.hero-title{font-size:3.5rem}}.text-primary{color:hsl(var(--primary))}.hero-subtitle{color:hsl(var(--muted-foreground));margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}@media (min-width:768px){.hero-subtitle{font-size:1.25rem}}.hero-actions{flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:640px){.hero-actions{flex-direction:row}}.btn-lg{width:100%;padding:.75rem 1.5rem;font-size:1.1rem}@media (min-width:640px){.btn-lg{width:auto}}.btn-icon{width:20px;height:20px;margin-left:.5rem}.btn-verify{background-color:hsl(var(--muted));border-color:#0000}.btn-verify:hover{background-color:hsl(var(--border))}.services-section{background-color:hsl(var(--background));padding:5rem 0}.section-title{text-align:center;color:hsl(var(--foreground));margin-bottom:3rem;font-size:2rem;font-weight:700}.services-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.services-grid{grid-template-columns:repeat(4,1fr)}}.service-card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);text-align:center;flex-direction:column;align-items:center;padding:2rem;transition:all .3s;display:flex;box-shadow:0 4px 6px -1px #0000000d}.service-card:hover{border-color:hsl(var(--primary));transform:translateY(-5px);box-shadow:0 10px 15px -3px #0000001a}.service-icon-wrapper{background-color:hsl(var(--primary) / .1);width:64px;height:64px;color:hsl(var(--primary));border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-icon{width:32px;height:32px}.service-title{color:hsl(var(--card-foreground));margin-bottom:1rem;font-size:1.25rem;font-weight:700}.service-desc{color:hsl(var(--muted-foreground));font-size:.95rem;line-height:1.5}
