.app-shell{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#f8fafc,#fff);color:#1f2937}.hero-section{position:relative;overflow:hidden;display:grid;grid-template-columns:1.5fr 1fr;gap:2rem;align-items:center;padding:4rem 2rem 2rem;max-width:1200px;margin:0 auto;background:linear-gradient(180deg,#eff6ff,#fff);background-image:url(/hero-bg.svg);background-repeat:no-repeat;background-position:right center;background-size:52%}.hero-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 25%);pointer-events:none}.hero-copy{position:relative;z-index:1;max-width:620px}.logo{width:200px;height:auto;margin-bottom:1rem}.eyebrow{display:inline-block;margin-bottom:1rem;font-weight:700;color:#2563eb;text-transform:uppercase;letter-spacing:.14em;font-size:.8rem}.hero-section h1{font-size:clamp(2.7rem,3vw,4rem);line-height:1.05;margin-bottom:1rem;color:#0f172a;text-shadow:0 4px 16px rgba(15,23,42,.06)}.hero-section p{font-size:1.05rem;line-height:1.8;color:#4b5563}.hero-button{display:inline-flex;align-items:center;justify-content:center;margin-top:2rem;padding:1rem 1.75rem;background:#2563eb;color:#fff;border-radius:999px;text-decoration:none;font-weight:600;box-shadow:0 16px 40px #2563eb2e}.hero-card{background:#fff;border:1px solid #e2e8f0;border-radius:28px;padding:2rem;box-shadow:0 20px 60px #0f172a14}.hero-card h2{margin-bottom:1rem;font-size:1.55rem}.content{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem 3rem}.section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;margin-top:2.5rem}.section-grid h2,.card-section h3{margin-bottom:1rem}.section-grid ul{list-style:none;padding:0;margin:0}.section-grid li{margin-bottom:.85rem;padding-left:1.35rem;position:relative;color:#374151}.section-grid li:before{content:"•";position:absolute;left:0;color:#2563eb;font-size:1.2rem;line-height:1}.card-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem;margin-top:2.5rem}.card-section article{padding:2rem;border-radius:24px;border:1px solid #e5e7eb;background:#fff}.card-section a{color:#2563eb;text-decoration:none;font-weight:600}.contact-panel{gap:3rem;margin-top:3rem}.contact-form{display:grid;gap:1rem}.contact-form label{display:grid;gap:.55rem;font-weight:600;color:#111827}.contact-form input,.contact-form textarea{width:100%;border-radius:16px;border:1px solid #cbd5e1;padding:.95rem 1rem;font-size:1rem;color:#111827;background:#fff}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.contact-form button{width:fit-content;padding:1rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:999px;font-weight:700;cursor:pointer}.contact-card{padding:2rem;border-radius:24px;border:1px solid #e5e7eb;background:#fff}.contact-card h3{margin-bottom:1rem;font-size:1.25rem}.contact-card p{margin-bottom:.5rem}.whatsapp-button{display:inline-block;margin-top:1rem;padding:.75rem 1rem;background:#2563eb;color:#fff;border-radius:12px;text-decoration:none;font-weight:600;font-size:.9rem;box-shadow:0 10px 25px #2563eb2e}.whatsapp-button:hover{background:#1d4ed8;text-decoration:none}.chat-bubble{position:fixed;right:1rem;bottom:1rem;display:inline-flex;align-items:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;background:#2563eb;color:#fff;border-radius:50%;box-shadow:0 0 #2563eb00,0 18px 40px #2563eb40;text-decoration:none;z-index:50;animation:glowPulse 2.5s ease-in-out infinite}.chat-bubble svg{width:1.4rem;height:1.4rem}.chat-bubble:hover{background:#1d4ed8}@keyframes glowPulse{0%,to{box-shadow:0 0 #2563eb00,0 18px 40px #2563eb40;transform:translateY(0)}50%{box-shadow:0 0 18px #2563eb59,0 18px 40px #2563eb59;transform:translateY(-2px)}}.footer{margin-top:auto;padding:2rem 2rem 3rem;text-align:center;color:#6b7280}.footer-meta{display:flex;flex-direction:column;align-items:center;margin-top:1rem}@media (max-width: 900px){.hero-section,.section-grid,.card-section,.contact-panel{grid-template-columns:1fr}.hero-section{padding-top:3rem}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f8fafc;color:#111827}button,input,textarea{font:inherit}a{color:inherit}
