@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@500;700;800&display=swap");.posta-home{--primary:#000;--primary-gradient:linear-gradient(135deg,#05f,#03c);--primary-light:rgba(0,85,255,.08);--bg-body:#fafafa;--bg-surface:#fff;--bg-glass:hsla(0,0%,100%,.7);--text-main:#0f172a;--text-secondary:#475569;--text-tertiary:#94a3b8;--border-light:rgba(0,0,0,.06);--border-hover:rgba(0,85,255,.2);--radius-lg:24px;--radius-xl:32px;--radius-pill:9999px;--shadow-sm:0 2px 8px rgba(0,0,0,.04);--shadow-lg:0 12px 32px rgba(0,0,0,.06),0 4px 12px rgba(0,0,0,.04);--shadow-glow:0 0 0 4px rgba(0,85,255,.15);--grid-dot-color:rgba(0,0,0,.08);--grid-dot-size:1px;--grid-cell-size:24px;--container-width:1100px;font-family:Inter,sans-serif;background-color:var(--bg-body);background-image:radial-gradient(circle,var(--grid-dot-color) var(--grid-dot-size),transparent var(--grid-dot-size));background-size:var(--grid-cell-size) var(--grid-cell-size);background-position:0 0;color:var(--text-main);line-height:1.6;overflow-x:hidden;min-height:100vh;width:100%;position:relative}.posta-home,.posta-home *{margin:0;padding:0;box-sizing:border-box;-webkit-font-smoothing:antialiased}.posta-home h1,.posta-home h2,.posta-home h3,.posta-home h4{font-family:Outfit,sans-serif;letter-spacing:-.02em;color:var(--text-main)}.posta-home a{text-decoration:none;color:inherit;transition:all .3s cubic-bezier(.25,.8,.25,1)}.posta-home .bg-mesh{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:-1;overflow:hidden;pointer-events:none}.posta-home .blob{position:absolute;filter:blur(80px);opacity:.6;animation:float 20s ease-in-out infinite}.posta-home .blob-1{top:-10%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,#e0e7ff 0,hsla(0,0%,100%,0) 70%);animation-delay:0s}.posta-home .blob-2{bottom:-10%;right:-5%;width:500px;height:500px;background:radial-gradient(circle,#dbeafe 0,hsla(0,0%,100%,0) 70%);animation-delay:-5s}.posta-home .container{max-width:var(--container-width);margin:0 auto;padding:0 24px}.posta-home .nav-wrapper{position:fixed;top:24px;left:0;right:0;z-index:100;display:flex;justify-content:center}.posta-home .navbar{background:hsla(0,0%,100%,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid hsla(0,0%,100%,.5);padding:12px 24px;border-radius:var(--radius-pill);box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:40px;max-width:90%}.posta-home .logo{display:flex;align-items:center;gap:10px;font-family:Outfit,sans-serif;font-weight:700;font-size:20px}.posta-home .logo-img{width:32px;height:32px;background-image:url(/logo.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.posta-home .nav-links{display:flex;gap:32px}.posta-home .nav-links a{font-size:14px;font-weight:500;color:var(--text-secondary)}.posta-home .nav-links a:hover{color:var(--primary)}.posta-home .nav-actions{display:flex;gap:12px;align-items:center}.posta-home .nav-btn{background:var(--text-main);color:#fff!important;padding:8px 20px;border-radius:var(--radius-pill);font-size:14px;font-weight:600;transition:transform .2s ease}.posta-home .nav-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.posta-home .nav-btn-secondary{background:hsla(0,0%,100%,.6);color:var(--text-main)!important;border:1px solid var(--border-light)}.posta-home .nav-btn-secondary:hover{border-color:var(--border-hover)}.posta-home .hero{padding-top:180px;padding-bottom:120px;text-align:center;position:relative}.posta-home .hero-badge{display:inline-block;padding:6px 16px;background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-pill);font-size:13px;font-weight:600;color:var(--primary);margin-bottom:32px;box-shadow:var(--shadow-sm);animation:fadeUp .8s ease-out}.posta-home .hero h1{font-size:72px;line-height:1.05;font-weight:800;margin-bottom:24px;background:linear-gradient(180deg,#3cdfff,#fff 180%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:fadeUp .8s ease-out .1s backwards}.posta-home .hero p{font-size:20px;color:var(--text-secondary);max-width:580px;margin:0 auto 48px;animation:fadeUp .8s ease-out .2s backwards}.posta-home .hero-actions{display:flex;justify-content:center;gap:16px;animation:fadeUp .8s ease-out .3s backwards}.posta-home .primary-cta,.posta-home .secondary-cta{display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:var(--radius-pill);font-size:14px;font-weight:700;box-shadow:var(--shadow-sm)}.posta-home .primary-cta{background:var(--text-main);color:#fff}.posta-home .secondary-cta{background:hsla(0,0%,100%,.75);color:var(--text-main);border:1px solid var(--border-light)}.posta-home .primary-cta:hover,.posta-home .secondary-cta:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.posta-home .app-store-btn{transition:transform .2s ease}.posta-home .app-store-btn:hover{transform:translateY(-3px) scale(1.02)}.posta-home .app-store-btn img{height:56px;width:auto;display:block}.posta-home .features-section{padding:80px 0 120px}.posta-home .section-header{text-align:center;margin-bottom:64px}.posta-home .section-header h2{font-size:40px;margin-bottom:16px}.posta-home .section-header p{color:var(--text-secondary);font-size:18px}.posta-home .bento-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,minmax(280px,auto));gap:24px}.posta-home .bento-card{background:var(--bg-surface);border-radius:var(--radius-lg);padding:40px;border:1px solid var(--border-light);box-shadow:var(--shadow-sm);transition:all .4s ease;position:relative;overflow:hidden;display:flex;flex-direction:column}.posta-home .bento-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);border-color:var(--border-hover)}.posta-home .card-large{grid-column:span 2}.posta-home .card-tall{grid-row:span 2;background:linear-gradient(160deg,#fff,#f0f9ff)}.posta-home .icon-box{width:56px;height:56px;background:var(--primary-light);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:24px;color:var(--primary)}.posta-home .bento-card h3{font-size:24px;margin-bottom:12px}.posta-home .bento-card p{color:var(--text-secondary);font-size:16px;line-height:1.5}.posta-home .visual-mockup{margin-top:auto;background:#fff;border-radius:12px 12px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.08);height:120px;width:100%;position:relative;border:1px solid var(--border-light);display:flex;align-items:center;justify-content:center;font-size:12px;color:var(--text-tertiary)}.posta-home .visual-mockup.visual-media{height:auto;background:transparent;border:0;box-shadow:none}.posta-home .visual-mockup:not(.visual-media):after{content:"";position:absolute;bottom:10px;left:10px;right:10px;top:10px;background:#f1f5f9;border-radius:8px}.posta-home .timeline-visual{margin-top:30px;align-self:center}.posta-home .audio-visual{margin-top:auto;align-self:center}.posta-home .audio-visual video,.posta-home .timeline-visual video{display:block;height:clamp(220px,28vw,340px);aspect-ratio:886/1920;width:auto;max-width:100%;border-radius:18px;border:1px solid var(--border-light);box-shadow:var(--shadow-lg);background:#000;object-fit:cover}.posta-home .timeline-visual img{width:100%;height:auto;max-height:clamp(220px,28vw,340px)}.posta-home .publishing-visual img,.posta-home .timeline-visual img{display:block;border-radius:18px;border:1px solid var(--border-light);box-shadow:var(--shadow-lg);background:#fff;object-fit:contain}.posta-home .publishing-visual img{height:clamp(220px,28vw,340px);width:auto;max-width:100%}.posta-home .legal-page{background-color:transparent;min-height:100vh}.posta-home .legal-container{max-width:760px;margin:140px auto 80px;padding:0 24px}.posta-home .legal-title{font-size:48px;margin-bottom:8px}.posta-home .legal-meta{color:var(--text-tertiary);font-size:14px;margin-bottom:64px;display:block;padding-bottom:24px;border-bottom:1px solid var(--border-light)}.posta-home .legal-content h2{font-size:24px;margin-top:48px;margin-bottom:20px}.posta-home .legal-content h3{font-size:18px;margin-top:32px;margin-bottom:12px}.posta-home .legal-content li,.posta-home .legal-content p{font-size:17px;color:var(--text-secondary);margin-bottom:16px;line-height:1.7}.posta-home .legal-content ul{margin-left:20px;margin-bottom:24px}.posta-home .legal-content a{color:var(--primary);text-decoration:underline;text-decoration-color:rgba(0,85,255,.3)}.posta-home .legal-content a:hover{text-decoration-color:var(--primary)}.posta-home .site-footer{border-top:1px solid var(--border-light);background:#fff;padding:80px 0 40px}.posta-home .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:48px;margin-bottom:64px}.posta-home .footer-brand p{margin-top:16px;color:var(--text-secondary);font-size:15px;max-width:300px}.posta-home .footer-col h4{font-size:14px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-tertiary);margin-bottom:24px}.posta-home .footer-links{display:flex;flex-direction:column;gap:16px}.posta-home .footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:40px;border-top:1px solid var(--border-light);color:var(--text-tertiary);font-size:14px}@keyframes float{0%,to{transform:translate(0)}50%{transform:translate(30px,-30px)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.posta-home .bento-grid{grid-template-columns:1fr;grid-template-rows:auto}.posta-home .card-large,.posta-home .card-tall{grid-column:auto;grid-row:auto}.posta-home .hero h1{font-size:48px}.posta-home .footer-grid{grid-template-columns:1fr;gap:40px}.posta-home .navbar{gap:20px;padding:12px 16px}.posta-home .nav-links{display:none}.posta-home .audio-visual,.posta-home .timeline-visual{width:100%}.posta-home .audio-visual video,.posta-home .timeline-visual video{width:min(280px,82vw);height:auto;max-height:520px;margin-left:auto;margin-right:auto}}