/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */.container{width:100%}.min-h-screen{min-height:100vh}:root{--primary:#2563eb;--primary-hover:#1e40af;--bg:#f8fafc;--text:#1e293b;--section-bg:#fff}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}ul{list-style:none}nav{z-index:100;background:#fff;padding:1rem 2%;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #0000000d}nav .container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}nav h1{font-size:1.5rem;font-weight:700}nav ul{gap:2rem;display:flex}nav a{color:var(--text);font-weight:500;transition:color .2s}nav a:hover{color:var(--primary)}.hero{background:linear-gradient(135deg,var(--primary) 0%,#8b5cf6 100%);color:#fff;text-align:center;padding:8rem 2% 4rem}.hero h2{margin-bottom:1rem;font-size:3rem}.hero p{max-width:600px;margin:0 auto 2rem;font-size:1.25rem}.hero .btn{color:var(--primary);background:#fff;border-radius:4px;padding:.75rem 1.5rem;font-weight:500;transition:background .2s;display:inline-block}.hero .btn:hover{background:var(--primary-hover);color:#fff}.section{max-width:1200px;margin:0 auto;padding:4rem 2%}.section h2{text-align:center;margin-bottom:2rem;font-size:2rem}.tarjetas{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.tarjeta{background:var(--section-bg);border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.tarjeta h3{margin-bottom:.5rem}.tarjeta p{color:#64748b;font-size:.9rem}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group textarea,.form-group select{border:1px solid #cbd5e1;border-radius:4px;width:100%;padding:.5rem;font-family:inherit}.form-group button{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:4px;width:100%;margin-top:1rem;padding:.75rem;font-weight:500;transition:background .2s}.form-group button:hover{background:var(--primary-hover)}@media (max-width:768px){.nav ul{display:none}.hero h2{font-size:2rem}}
