/* Auto-generated layout utilities (replaces Tailwind CDN) */
.py-20{padding-top:5rem;padding-bottom:5rem}
.px-6{padding-left:1.5rem;padding-right:1.5rem}
.max-w-6xl{max-width:72rem}
.mx-auto{margin-left:auto;margin-right:auto}
.grid{display:grid}
.gap-12{gap:3rem}
.items-center{align-items:center}
.text-3xl{font-size:1.875rem;line-height:2.25rem}
.font-bold{font-weight:700}
.mb-6{margin-bottom:1.5rem}
.leading-tight{line-height:1.25}
.text-white/60{color:rgba(255,255,255,.6)}
.text-base{font-size:1rem;line-height:1.5rem}
.leading-relaxed{line-height:1.625}
.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}
.gap-4{gap:1rem}
.flex{display:flex}
.flex-col{flex-direction:column}
.gap-6{gap:1.5rem}
.mb-12{margin-bottom:3rem}
.mb-4{margin-bottom:1rem}
.text-white/50{color:rgba(255,255,255,.5)}
.max-w-2xl{max-width:42rem}
.shrink-0{flex-shrink:0}
.text-xs{font-size:.75rem;line-height:1rem}
.mt-10{margin-top:2.5rem}
.flex-wrap{flex-wrap:wrap}
.gap-3{gap:.75rem}
.max-w-4xl{max-width:56rem}
.text-center{text-align:center}
.relative{position:relative}
.z-10{z-index:10}
.mb-10{margin-bottom:2.5rem}
.max-w-xl{max-width:36rem}
.text-sm{font-size:.875rem;line-height:1.25rem}
.text-lg{font-size:1.125rem;line-height:1.75rem}
.font-semibold{font-weight:600}
.mb-2{margin-bottom:.5rem}
.text-white/45{color:rgba(255,255,255,.45)}
.mb-3{margin-bottom:.75rem}
.text-white/40{color:rgba(255,255,255,.4)}
.transition-colors{transition:color .15s,background-color .15s,border-color .15s}
.inline-flex{display:inline-flex}
.gap-1{gap:.25rem}
.text-[10px]{font-size:10px}
.overflow-hidden{overflow:hidden}
.pt-28{padding-top:7rem}
.pb-20{padding-bottom:5rem}
.max-w-3xl{max-width:48rem}
.text-xl{font-size:1.25rem;line-height:1.75rem}
.text-2xl{font-size:1.5rem;line-height:2rem}
.text-white/55{color:rgba(255,255,255,.55)}
.bg-black{background-color:#000}
.text-white{color:#fff}
.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.overflow-x-hidden{overflow-x:hidden}
.scroll-smooth{scroll-behavior:smooth}
.fixed{position:fixed}
.inset-x-0{left:0;right:0}
.top-0{top:0}
.z-50{z-index:50}
.w-9{width:2.25rem}
.h-9{height:2.25rem}
.max-w-7xl{max-width:80rem}
.py-4{padding-top:1rem;padding-bottom:1rem}
.gap-8{gap:2rem}
.hidden{display:none}
@media(min-width:640px){.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:768px){
  .md\:hidden{display:none}
  .md\:flex{display:flex}
  .md\:flex-row{flex-direction:row}
  .md\:items-end{align-items:flex-end}
  .md\:justify-between{justify-content:space-between}
  .md\:mb-16{margin-bottom:4rem}
  .md\:py-28{padding-top:7rem;padding-bottom:7rem}
  .md\:text-lg{font-size:1.125rem;line-height:1.75rem}
  .md\:text-4xl{font-size:2.25rem;line-height:2.5rem}
  .md\:text-5xl{font-size:3rem;line-height:1}
}
@media(min-width:1024px){
  .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lg\:gap-16{gap:4rem}
  .lg\:text-5xl{font-size:3rem;line-height:1}
}
.opacity-0{opacity:0}
.opacity-100{opacity:1}
.scale-95{transform:scale(.95)}
.scale-100{transform:scale(1)}
.hover\:text-white:hover{color:#fff}
