@import"https://fonts.googleapis.com/css2?family=Agdasima:wght@400;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--primary-purple: #bcc7d0;--primary-blue: #4c6a9b;--text-dark: #1a1a1a;--text-gray: #666;--bg-light: #fafafa}body{font-family:Agdasima,sans-serif;font-size:18px;background-color:#fff;color:var(--text-dark);line-height:1.6;overflow-x:hidden}#app{width:100%;max-width:100%;margin:0;padding:0}.header{display:flex;justify-content:space-between;align-items:center;padding:.1rem 2rem;position:relative}.logo{padding:10px;width:320px;height:320px}.logo_text{width:280px;height:auto}.cta-button{background-color:var(--primary-purple);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;font-size:.875rem;cursor:pointer;transition:transform .2s,box-shadow .2s;letter-spacing:.05em}.cta-button:hover{position:relative;top:-10px;transform:translateY(-2px);box-shadow:0 4px 12px #4338ca4d}.hero{text-align:center;padding:1rem 2rem;position:relative;max-width:800px;margin:0 auto}.hero-badge{display:inline-block;background-color:var(--primary-purple);color:#fff;padding:.75rem 1.5rem;border-radius:25px;font-size:.875rem;font-weight:600;margin-bottom:3rem;line-height:1.4}.hero-title{font-size:2.5rem;font-weight:400;margin-bottom:2rem;color:var(--text-dark)}.hero-text{font-size:1.25rem;line-height:1.8;margin-bottom:1.5rem;color:var(--text-dark)}.content-section{text-align:center;padding:4rem 2rem;max-width:800px;margin:0 auto}.section-title{font-size:3rem;font-weight:800;margin-bottom:2rem;color:var(--text-dark);line-height:1.2}.section-text{font-size:1.25rem;line-height:1.8;margin-bottom:2rem;color:var(--text-dark)}.illustration{width:150px;height:auto;margin:3rem auto;display:block}.illustration-large{width:200px;height:auto;margin:3rem auto;display:block}.cta-button-large{background-color:var(--primary-purple);color:#fff;border:none;padding:1rem 2.5rem;border-radius:30px;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .2s,box-shadow .2s;margin:2rem 0}.cta-button-large:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4338ca4d}.small-text{font-size:.875rem;color:var(--text-gray);margin-top:1rem}.features-section{padding:4rem 2rem;max-width:1200px;margin:0 auto;text-align:center}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0;max-width:900px;margin-left:auto;margin-right:auto}.feature-card{padding:2rem;text-align:center}.feature-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.feature-card p{font-size:1.15rem;line-height:1.6;color:var(--text-gray)}.email-screenshots{position:relative;margin:5rem 0;padding:3rem 0;min-height:600px}.blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6;z-index:0}.blob-purple{width:400px;height:400px;background:linear-gradient(135deg,#a0a0a0,#d9d8d9);top:0;left:5%}.blob-blue{width:450px;height:450px;background:linear-gradient(135deg,#b3b9c3,#bcbcbe);bottom:0;right:5%}.screenshot-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1000px;margin:0 auto;padding:0 2rem}.email-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #00000014;text-align:left;transition:transform .2s,box-shadow .2s}.email-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.email-header{display:flex;gap:1rem;margin-bottom:1rem}.avatar{width:40px;height:40px;border-radius:50%;background:var(--primary-purple);flex-shrink:0}.email-meta{flex:1}.email-meta strong{display:block;font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:var(--text-dark)}.email-meta p{font-size:1rem;color:var(--text-gray);margin:0}.email-content{font-size:1rem;line-height:1.6;color:var(--text-gray);margin-bottom:1rem}.email-content p{margin:0}.action-bar{height:32px;background:var(--primary-purple);border-radius:6px;margin-top:1rem}.footer{text-align:center;padding:4rem 2rem;background-color:var(--bg-light);margin-top:4rem}.footer-illustration{width:200px;height:auto;margin:0 auto 2rem;display:block}.footer-logo{font-size:2rem;font-weight:800;color:var(--primary-purple);margin-bottom:2rem;letter-spacing:.05em}.footer h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.footer-text{font-size:1.25rem;line-height:1.8;color:var(--text-dark);max-width:600px;margin:0 auto}.faq-section{padding:4rem 2rem;max-width:900px;margin:0 auto;text-align:center}.faq-container{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.faq-item{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 2px 8px #0000001a}.faq-question{width:100%;padding:1.5rem;text-align:left;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:Agdasima,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-dark);transition:background-color .2s}.faq-question:hover{background-color:#f5f5f5}.faq-question span:first-child{flex:1;text-align:left}.faq-icon{font-size:1.5rem;font-weight:400;color:var(--primary-purple);transition:transform .3s;margin-left:1rem;flex-shrink:0}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out,padding .3s ease-out;padding:0 1.5rem}.faq-item.active .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{font-size:1.1rem;line-height:1.8;color:var(--text-gray);margin:0;padding-top:1rem}@media(max-width:768px){.header{padding:1rem 1.5rem}.logo{font-size:1.25rem}.hero-title{font-size:1.5rem}.section-title{font-size:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.screenshot-grid{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.blob-purple,.blob-blue{width:250px;height:250px}.email-screenshots{min-height:auto}}.agdasima-regular{font-family:Agdasima,sans-serif;font-weight:400;font-style:normal}.agdasima-bold{font-family:Agdasima,sans-serif;font-weight:700;font-style:normal}@media(max-width:480px){.hero,.content-section{padding:2rem 1rem}.section-title{font-size:1.75rem}.cta-button-large{padding:.875rem 2rem;font-size:.95rem}}
