:root{--pj-black: #111111;--pj-charcoal: #1F2328;--pj-text-secondary: #6B7280;--pj-muted: #9CA3AF;--pj-bg: #FAFAF9;--pj-surface: #FFFFFF;--pj-border: #E6E8EC;--pj-green-soft: #EAF7EF;--pj-green: #16A34A;--font-sans: "Inter", system-ui, -apple-system, sans-serif}*{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--pj-bg);color:var(--pj-black);font-family:var(--font-sans);line-height:1.5;min-height:100vh;overflow-x:hidden}.container{display:flex;min-height:100vh;max-width:1440px;margin:0 auto;padding:2rem;gap:4rem}.content-left{flex:1;display:flex;flex-direction:column;justify-content:center;padding-left:4rem;max-width:650px;opacity:0;animation:fadeIn .8s ease-out forwards}.logo{display:flex;align-items:center;gap:.75rem;margin-bottom:3rem}.logo-text{font-size:1.75rem;font-weight:700;letter-spacing:-.02em}.badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:transparent;border:1px solid var(--pj-green);border-radius:999px;font-size:.75rem;font-weight:600;letter-spacing:.05em;color:var(--pj-black);margin-bottom:2rem;align-self:flex-start}.dot{width:8px;height:8px;background-color:var(--pj-green);border-radius:50%}.headline{font-size:clamp(3.5rem,5vw,5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}.dot-text{color:var(--pj-green)}.subtitle{font-size:1.125rem;color:var(--pj-text-secondary);margin-bottom:3rem;line-height:1.6;font-weight:400}.highlight{color:var(--pj-green);font-weight:500}.features{display:flex;align-items:center;gap:2rem;margin-bottom:4rem}.feature-item{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:var(--pj-charcoal);font-weight:500;line-height:1.4}.icon-circle{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:var(--pj-green-soft);color:var(--pj-green);flex-shrink:0;transition:transform .3s ease}.feature-item:hover .icon-circle{transform:scale(1.05)}.icon-circle i{width:20px;height:20px}.feature-divider{width:1px;height:40px;background-color:var(--pj-border)}.pre-register-section{margin-bottom:3rem;animation:fadeIn .8s ease-out forwards .3s;opacity:0}.pre-register-text{font-size:.875rem;color:var(--pj-text-secondary);margin-bottom:1.5rem;line-height:1.6;max-width:480px}.btn-primary{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background-color:var(--pj-surface);border:1px solid var(--pj-border);border-radius:12px;color:var(--pj-black);font-weight:600;font-size:1rem;text-decoration:none;box-shadow:0 1px 3px #0000000d;transition:all .2s ease}.btn-primary:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px);border-color:#d1d5db}.btn-icon{width:18px;height:18px}.btn-group{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.btn-secondary{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background-color:var(--pj-green-soft);border:1px solid var(--pj-green);border-radius:12px;color:var(--pj-green);font-weight:600;font-size:1rem;text-decoration:none;box-shadow:0 1px 3px #16a34a1a;transition:all .2s ease}.btn-secondary:hover{background-color:var(--pj-green);color:#fff;box-shadow:0 4px 6px -1px #16a34a33;transform:translateY(-2px)}.footer{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;color:var(--pj-text-secondary);font-size:.875rem;font-weight:500;margin-top:auto}.footer-status{display:flex;align-items:center;gap:.5rem}.footer-credits{font-size:.75rem;color:var(--pj-muted)}.footer-credits a{color:var(--pj-green);text-decoration:none;font-weight:600;transition:color .2s ease}.footer-credits a:hover{color:var(--pj-black);text-decoration:underline}.footer-icon{width:18px;height:18px;color:var(--pj-green)}.mobile-footer{display:none}.content-right{flex:1;display:flex;align-items:center;justify-content:center;position:relative;opacity:0;animation:fadeInRight 1s ease-out forwards .2s}.mockup-container{position:relative;width:100%;max-width:500px;display:flex;justify-content:center;align-items:center}.mockup-image{width:100%;height:auto;max-height:85vh;object-fit:contain;filter:drop-shadow(0 24px 48px rgba(17,17,17,.15));transition:transform .5s ease}.site-footer{background-color:var(--pj-surface);border-top:1px solid var(--pj-border);padding:2rem 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem;color:var(--pj-text-secondary);font-size:.875rem}.footer-cta{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:2rem;background-color:var(--pj-bg);border-radius:16px;width:100%}.cta-text{font-size:1.125rem;font-weight:600;color:var(--pj-charcoal)}.btn-instagram{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff;border:none;box-shadow:0 4px 15px #dc274333}.btn-instagram:hover{box-shadow:0 6px 20px #dc27434d;transform:translateY(-2px);border:none}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.footer-links{display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-link{color:var(--pj-text-secondary);text-decoration:none;transition:color .2s ease}.footer-link:hover{color:var(--pj-charcoal);text-decoration:underline}@media (min-width: 768px){.footer-container{flex-direction:column}.footer-cta{flex-direction:row;justify-content:space-between;text-align:left;padding:2.5rem 4rem}.footer-bottom{flex-direction:row;justify-content:space-between}.footer-links{flex-direction:row;gap:2rem}}.mockup-image:hover{transform:translateY(-10px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@media (max-width: 1024px){.container{gap:2rem;padding:2rem}.content-left{padding-left:0}.headline{font-size:3rem}}@media (max-width: 768px){.container{flex-direction:column;padding:1.5rem}.content-left{max-width:100%;padding-top:2rem;text-align:center;align-items:center}.btn-group{justify-content:center}.subtitle br{display:none}.badge{align-self:center}.features{flex-direction:column;align-items:flex-start;gap:1.5rem;text-align:left}.feature-divider{width:100%;height:1px}.desktop-footer{display:none}.mobile-footer{display:flex;align-items:center;margin-top:1rem;margin-bottom:2rem}.content-right{padding:2rem 0}.mockup-image{max-height:60vh}}
