.home-container{min-height:100vh;padding:4rem 1rem;background:#f3f4f6;display:flex;flex-direction:column;align-items:center}.hero{text-align:center;margin-bottom:4rem}.hero h1{font-size:3rem;font-weight:700;margin-bottom:1rem}.hero p{color:#6b7280;font-size:1.125rem;max-width:600px;margin:0 auto}.pricing-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem;width:100%;max-width:1100px}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 4px 12px rgba(0,0,0,.05);transition:transform .3s ease}.card:hover{transform:translateY(-4px)}.highlight{border:2px solid #2563eb;transform:scale(1.05)}.highlight .price,.highlight h3{color:#2563eb}.card h3{font-size:1.5rem;margin-bottom:.5rem}.price{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.price span{font-size:1rem;margin-left:.25rem}.card ul{font-size:.875rem;color:#374151;margin-bottom:1.5rem;list-style:none;padding-left:0}.card ul li{margin-bottom:.5rem}.card button{padding:.75rem;background:#111827;color:#fff;border:none;border-radius:.375rem;font-weight:600;cursor:pointer;transition:background .3s ease}.card button:hover{background:#000}.highlight button{background:#2563eb}.highlight button:hover{background:#1d4ed8}