.hero-section *{margin:0;padding:0;box-sizing:border-box}.hero-section{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8rem 1.5rem 5rem;background:linear-gradient(180deg,#fff,#f8f4ff,#ede4ff,#f3e8ff,#ede4ff)}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(120px);opacity:.4;animation:floatOrb 20s infinite ease-in-out}.orb-1{width:800px;height:800px;background:linear-gradient(135deg,#e4ccff,#d4bfff);top:-300px;right:-200px;animation-duration:25s}.orb-2{width:600px;height:600px;background:linear-gradient(135deg,#ffe4ec,#ffccd5);bottom:-200px;left:-150px;animation-duration:30s;animation-direction:reverse}.orb-3{width:500px;height:500px;background:linear-gradient(135deg,#c7f0db,#a7e9c1);top:40%;left:50%;transform:translate(-50%,-50%);animation-duration:35s}@keyframes floatOrb{0%,to{transform:translateY(0) scale(1)}25%{transform:translateY(-30px) scale(1.05)}50%{transform:translateY(20px) scale(.95)}75%{transform:translateY(-20px) scale(1.02)}}.hero-container{position:relative;width:100%;max-width:1400px;margin:0 auto;z-index:1}.hero-center{position:relative;width:100%;margin:0 auto;text-align:center;padding:0 4rem}.hero-tagline{display:inline-block;padding:.375rem 1rem;background:#8b5cf614;color:#8b5cf6;font-size:.8125rem;font-weight:600;letter-spacing:.03em;border-radius:2rem;margin-bottom:1.25rem;animation:fadeInUp .6s ease-out}.hero-heading{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.15;color:#1f2937;margin-bottom:1.5rem;letter-spacing:-.03em;animation:fadeInUp .8s ease-out}.text-purple-gradient{background:linear-gradient(135deg,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-subheading{font-size:1.125rem;line-height:1.7;color:#6b7280;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp .9s ease-out}.button-group{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem;flex-wrap:wrap;animation:fadeInUp 1s ease-out}.supporting-text{font-size:.875rem;font-weight:500;color:#4b5563;margin-bottom:1.5rem;opacity:.95;animation:fadeIn 1.1s ease-out}.platform-icons{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2.5rem;animation:fadeIn 1.2s ease-out}.platform-label{font-size:.8125rem;color:#9ca3af;font-weight:500}.platform-row{display:flex;align-items:center;gap:.625rem}.platform-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:#6b7280;opacity:.7;transition:all .2s}.platform-icon:hover{opacity:1;color:#8b5cf6;transform:translateY(-2px)}.primary-button,.secondary-button{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:.625rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.primary-button{background:linear-gradient(135deg,#8b5cf6,#a78bfa);color:#fff;box-shadow:0 4px 14px #8b5cf64d}.primary-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #8b5cf666}.secondary-button{background:#fff;color:#6b7280;border:1.5px solid #e5e7eb;box-shadow:0 2px 8px #0000000a}.secondary-button:hover{border-color:#8b5cf6;color:#8b5cf6;transform:translateY(-2px)}.stats-container{display:flex;justify-content:center;gap:3rem;margin-bottom:2.5rem;flex-wrap:wrap;animation:fadeIn 1.2s ease-out}.stat-box{display:flex;align-items:center;gap:.5rem}.stat-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#8b5cf6,#a78bfa);border-radius:.625rem;color:#fff}.stat-icon svg{width:1.25rem;height:1.25rem}.stat-info{text-align:left}.stat-number{font-size:1rem;font-weight:700;color:#1f2937;line-height:1.2}.stat-text{font-size:.75rem;color:#6b7280}.video-section{margin-top:3rem;animation:fadeInUp 1.4s ease-out;perspective:1200px}.browser-window{background:#fff;border-radius:.75rem;box-shadow:0 10px 40px #0000001a;overflow:hidden;max-width:900px;margin:0 auto;transition:all .6s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d;transform:rotateX(0)}.browser-window:hover{box-shadow:0 15px 50px #00000026}.browser-window.tilt-effect{transform:rotateX(-5deg) rotateY(2deg)}.browser-header{background:linear-gradient(180deg,#f9fafb,#f3f4f6);padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e7eb}.browser-dots{display:flex;gap:.5rem}.dot{width:.75rem;height:.75rem;border-radius:50%;opacity:.8}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.browser-url{display:flex;align-items:center;gap:.5rem;padding:.25rem .75rem;background:#fff;border-radius:.375rem;font-size:.75rem;color:#6b7280;border:1px solid #e5e7eb}.browser-url svg{width:.75rem;height:.75rem;color:#9ca3af}.video-container{position:relative;background:#000;overflow:hidden}.video-container video{display:block;width:100%;height:auto;cursor:pointer}.video-play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:0 0;border:0;cursor:pointer;z-index:2;transition:transform .2s,opacity .2s}.video-play-btn:hover{transform:translate(-50%,-50%) scale(1.1)}.video-play-btn.hidden{opacity:0;pointer-events:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero-section{padding:6rem 1rem 3rem}.hero-center{padding:0 1.5rem}.hero-heading{font-size:2.5rem}.hero-subheading{font-size:1rem}.video-section{margin-top:2rem}.browser-header{padding:.5rem}.browser-url{font-size:.625rem;padding:.125rem .5rem}.button-group{flex-direction:column;align-items:center}.primary-button,.secondary-button{width:100%;max-width:250px;justify-content:center}.stats-container{gap:1.5rem}}@media (max-width:480px){.hero-heading{font-size:2rem}.stats-container{flex-direction:column;gap:1rem}}.audience-strip[data-astro-cid-lrt7q3sm]{padding:2rem 0;background:0 0;position:relative}.audience-content[data-astro-cid-lrt7q3sm]{display:flex;flex-direction:column;align-items:center;gap:1rem}.audience-label[data-astro-cid-lrt7q3sm]{font-size:.6875rem;font-weight:700;letter-spacing:.12em;color:#9ca3af;text-transform:uppercase}.audience-pills[data-astro-cid-lrt7q3sm]{display:flex;flex-wrap:wrap;justify-content:center;gap:.625rem}.audience-pill[data-astro-cid-lrt7q3sm]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:2rem;font-size:.8125rem;font-weight:500;color:#374151;transition:all .2s}.audience-pill[data-astro-cid-lrt7q3sm] svg[data-astro-cid-lrt7q3sm]{color:#8b5cf6;flex-shrink:0}.audience-pill[data-astro-cid-lrt7q3sm]:hover{border-color:#8b5cf6;background:#fafbff;transform:translateY(-1px);box-shadow:0 2px 8px #8b5cf614}@media (max-width:640px){.audience-pills[data-astro-cid-lrt7q3sm]{gap:.5rem}.audience-pill[data-astro-cid-lrt7q3sm]{font-size:.75rem;padding:.375rem .75rem}}.pain-section[data-astro-cid-xtz7s3md]{position:relative;padding:6rem 0;background:#1e1145;color:#e5e7eb;overflow:hidden}.pain-background[data-astro-cid-xtz7s3md]{position:absolute;inset:0;pointer-events:none;z-index:0}.pain-orb[data-astro-cid-xtz7s3md]{position:absolute;border-radius:50%;filter:blur(120px);opacity:.15}.pain-orb[data-astro-cid-xtz7s3md].orb-1{width:500px;height:500px;background:#a78bfa;top:-200px;right:-100px}.pain-orb[data-astro-cid-xtz7s3md].orb-2{width:400px;height:400px;background:#7c3aed;bottom:-150px;left:-100px}.container[data-astro-cid-xtz7s3md]{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:0 1.5rem}.pain-content[data-astro-cid-xtz7s3md]{text-align:center;max-width:750px;margin:0 auto}.pain-label[data-astro-cid-xtz7s3md]{display:inline-block;padding:.375rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#c4b5fd;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border-radius:2rem;margin-bottom:1.25rem}.pain-title[data-astro-cid-xtz7s3md]{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:800;color:#fff;line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em}.text-red[data-astro-cid-xtz7s3md]{background:linear-gradient(135deg,#c4b5fd,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pain-story[data-astro-cid-xtz7s3md]{text-align:left;margin-top:2rem}.pain-story[data-astro-cid-xtz7s3md] p[data-astro-cid-xtz7s3md]{font-size:1.0625rem;color:#d1d5db;line-height:1.8;margin-bottom:1.5rem}.pain-story[data-astro-cid-xtz7s3md] p[data-astro-cid-xtz7s3md]:last-child{margin-bottom:0}.pain-signature[data-astro-cid-xtz7s3md]{text-align:right;font-size:.9375rem;font-weight:600;color:#a78bfa;margin-top:1.5rem;font-style:italic}@media (max-width:768px){.pain-section[data-astro-cid-xtz7s3md]{padding:4rem 0}.pain-title[data-astro-cid-xtz7s3md]{font-size:1.75rem}}.feature-showcase[data-astro-cid-lqpb7ypm]{padding:5rem 0 1rem;background:#fff}.showcase-header[data-astro-cid-lqpb7ypm]{text-align:center;margin-bottom:4rem}.showcase-badge[data-astro-cid-lqpb7ypm]{display:inline-block;padding:.375rem 1rem;background:linear-gradient(135deg,#8b5cf61a,#7c3aed1a);color:#8b5cf6;font-size:.75rem;font-weight:700;letter-spacing:.1em;border-radius:2rem;margin-bottom:1rem}.showcase-title[data-astro-cid-lqpb7ypm]{font-size:2.5rem;font-weight:800;color:#111827;line-height:1.2;margin-bottom:1rem}.text-gradient[data-astro-cid-lqpb7ypm]{background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.showcase-subtitle[data-astro-cid-lqpb7ypm]{font-size:1.125rem;color:#6b7280;max-width:500px;margin:0 auto}.showcase-row[data-astro-cid-lqpb7ypm]{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem;align-items:center;padding:4rem 0;margin-bottom:2rem}.showcase-row[data-astro-cid-lqpb7ypm].row-tinted{background:#f3f0ff;padding:4rem calc((100vw - 1200px)/2 + 1.5rem);margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);width:100vw}.showcase-row[data-astro-cid-lqpb7ypm].row-reverse{grid-template-columns:1.5fr 1fr}.showcase-row[data-astro-cid-lqpb7ypm].row-reverse .showcase-text[data-astro-cid-lqpb7ypm]{order:2}.showcase-row[data-astro-cid-lqpb7ypm].row-reverse .showcase-image[data-astro-cid-lqpb7ypm]{order:1}.row-badge[data-astro-cid-lqpb7ypm]{display:inline-block;padding:.25rem .75rem;background:#f3f4f6;color:#8b5cf6;font-size:.6875rem;font-weight:700;letter-spacing:.08em;border-radius:.25rem;margin-bottom:1rem}.row-badge[data-astro-cid-lqpb7ypm].badge-blue{background:#eff6ff;color:#3b82f6}.row-badge[data-astro-cid-lqpb7ypm].badge-green{background:#ecfdf5;color:#10b981}.row-badge[data-astro-cid-lqpb7ypm].badge-orange{background:#fff7ed;color:#f59e0b}.no-login-pill[data-astro-cid-lqpb7ypm]{display:inline-block;padding:.375rem .875rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.03em;border-radius:2rem;margin-bottom:1rem;box-shadow:0 2px 8px #10b98140}.row-title[data-astro-cid-lqpb7ypm]{font-size:1.75rem;font-weight:700;color:#111827;line-height:1.3;margin-bottom:1rem}.row-description[data-astro-cid-lqpb7ypm]{font-size:1rem;color:#4b5563;line-height:1.7;margin-bottom:1.5rem}.row-actions[data-astro-cid-lqpb7ypm]{display:flex;align-items:center;gap:1.25rem}.row-cta-primary[data-astro-cid-lqpb7ypm]{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;font-weight:600;font-size:.875rem;border-radius:.5rem;text-decoration:none;transition:all .2s;box-shadow:0 2px 8px #8b5cf640}.row-cta-primary[data-astro-cid-lqpb7ypm]:hover{transform:translateY(-1px);box-shadow:0 4px 16px #8b5cf659}.row-cta-secondary[data-astro-cid-lqpb7ypm]{color:#6b7280;font-weight:500;font-size:.875rem;text-decoration:none;transition:color .2s}.row-cta-secondary[data-astro-cid-lqpb7ypm]:hover{color:#8b5cf6}.showcase-testimonial[data-astro-cid-lqpb7ypm]{max-width:700px;margin:0 auto 3rem;text-align:center;padding:2.5rem 2rem}.showcase-testimonial[data-astro-cid-lqpb7ypm] blockquote[data-astro-cid-lqpb7ypm]{margin:0}.showcase-testimonial[data-astro-cid-lqpb7ypm] p[data-astro-cid-lqpb7ypm]{font-size:1.25rem;font-weight:500;color:#111827;line-height:1.6;font-style:italic;margin-bottom:1.25rem}.showcase-testimonial[data-astro-cid-lqpb7ypm] footer[data-astro-cid-lqpb7ypm]{display:flex;flex-direction:column;gap:.25rem}.showcase-testimonial[data-astro-cid-lqpb7ypm] footer[data-astro-cid-lqpb7ypm] strong[data-astro-cid-lqpb7ypm]{font-size:.9375rem;color:#111827}.showcase-testimonial[data-astro-cid-lqpb7ypm] footer[data-astro-cid-lqpb7ypm] span[data-astro-cid-lqpb7ypm]{font-size:.8125rem;color:#9ca3af}.image-composite[data-astro-cid-lqpb7ypm]{position:relative}.image-frame[data-astro-cid-lqpb7ypm]{border-radius:.75rem;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a;transition:box-shadow .3s,transform .3s;background:#fff}.image-frame[data-astro-cid-lqpb7ypm]:hover{box-shadow:0 12px 48px #8b5cf61f,0 4px 12px #0000000f;transform:translateY(-3px)}.image-frame[data-astro-cid-lqpb7ypm] img[data-astro-cid-lqpb7ypm]{display:block;width:100%;height:auto}.floating-ui[data-astro-cid-lqpb7ypm]{position:absolute;border-radius:.75rem;overflow:hidden;box-shadow:0 12px 40px #00000026,0 4px 12px #00000014;border:2px solid #fff;background:#fff;transition:transform .3s}.floating-ui[data-astro-cid-lqpb7ypm] img[data-astro-cid-lqpb7ypm]{display:block;width:100%;height:auto}.floating-ui[data-astro-cid-lqpb7ypm].client-switcher{width:180px;top:12%;right:-60px;z-index:2}.image-composite[data-astro-cid-lqpb7ypm]:hover .floating-ui[data-astro-cid-lqpb7ypm].client-switcher{transform:translate(4px,-4px)}.showcase-footer[data-astro-cid-lqpb7ypm]{text-align:center;padding:2.5rem;margin:2rem auto 0;max-width:700px;background:linear-gradient(135deg,#f5f3ff,#ede9fe);border:1px solid #ddd6fe;border-radius:1rem}.footer-title[data-astro-cid-lqpb7ypm]{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.footer-text[data-astro-cid-lqpb7ypm]{font-size:.9375rem;color:#6b7280;margin-bottom:1.5rem}.footer-actions[data-astro-cid-lqpb7ypm]{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem}.footer-cta-primary[data-astro-cid-lqpb7ypm]{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;font-weight:600;font-size:1rem;border-radius:.5rem;text-decoration:none;transition:all .2s;box-shadow:0 4px 16px #8b5cf64d}.footer-cta-primary[data-astro-cid-lqpb7ypm]:hover{transform:translateY(-2px);box-shadow:0 6px 24px #8b5cf666}.footer-cta-secondary[data-astro-cid-lqpb7ypm]{color:#6b7280;font-weight:500;font-size:.9375rem;text-decoration:none;transition:color .2s}.footer-cta-secondary[data-astro-cid-lqpb7ypm]:hover{color:#8b5cf6}.footer-trust[data-astro-cid-lqpb7ypm]{font-size:.8125rem;color:#9ca3af}@media (max-width:768px){.showcase-title[data-astro-cid-lqpb7ypm]{font-size:1.75rem}.showcase-row[data-astro-cid-lqpb7ypm],.showcase-row[data-astro-cid-lqpb7ypm].row-reverse{grid-template-columns:1fr;gap:1.5rem;padding:2rem 0;margin-bottom:1rem}.showcase-row[data-astro-cid-lqpb7ypm].row-tinted{padding:2rem 1.5rem;margin-left:-1rem;margin-right:-1rem;width:auto;border-radius:1rem}.floating-ui[data-astro-cid-lqpb7ypm].client-switcher{width:120px;right:-20px;top:5%}.showcase-row[data-astro-cid-lqpb7ypm] .showcase-image[data-astro-cid-lqpb7ypm],.showcase-row[data-astro-cid-lqpb7ypm].row-reverse .showcase-image[data-astro-cid-lqpb7ypm]{order:1}.showcase-row[data-astro-cid-lqpb7ypm] .showcase-text[data-astro-cid-lqpb7ypm],.showcase-row[data-astro-cid-lqpb7ypm].row-reverse .showcase-text[data-astro-cid-lqpb7ypm]{order:2}.row-title[data-astro-cid-lqpb7ypm]{font-size:1.375rem}}.beyond-approvals[data-astro-cid-mxu4dm53]{padding:3rem 0;background:#fff}.container[data-astro-cid-mxu4dm53]{max-width:1200px;margin:0 auto;padding:0 1.5rem}.section-header[data-astro-cid-mxu4dm53]{text-align:center;margin-bottom:3.5rem;max-width:700px;margin-left:auto;margin-right:auto}.section-badge[data-astro-cid-mxu4dm53]{display:inline-block;padding:.375rem 1rem;background:#8b5cf614;color:#8b5cf6;font-size:.75rem;font-weight:700;letter-spacing:.1em;border-radius:2rem;margin-bottom:1rem}.section-title[data-astro-cid-mxu4dm53]{font-size:2.25rem;font-weight:800;color:#111827;line-height:1.2;margin-bottom:.75rem}.text-gradient[data-astro-cid-mxu4dm53]{background:linear-gradient(135deg,#8b5cf6,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-subtitle[data-astro-cid-mxu4dm53]{font-size:1.0625rem;color:#6b7280;line-height:1.6}.features-grid[data-astro-cid-mxu4dm53]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card[data-astro-cid-mxu4dm53]{padding:2rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;transition:all .3s}.feature-card[data-astro-cid-mxu4dm53]:hover{border-color:#8b5cf6;box-shadow:0 8px 32px #8b5cf614;transform:translateY(-4px)}.feature-icon[data-astro-cid-mxu4dm53]{width:42px;height:42px;border-radius:.625rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.feature-icon[data-astro-cid-mxu4dm53].calendar{background:#eff6ff;color:#3b82f6}.feature-icon[data-astro-cid-mxu4dm53].campaign{background:#f3e8ff;color:#8b5cf6}.feature-icon[data-astro-cid-mxu4dm53].analytics{background:#fff7ed;color:#f59e0b}.feature-icon[data-astro-cid-mxu4dm53].tasks{background:#ecfdf5;color:#10b981}.feature-icon[data-astro-cid-mxu4dm53].ai{background:#fef3f2;color:#ec4899}.feature-icon[data-astro-cid-mxu4dm53].ads{background:#eef2ff;color:#6366f1}.feature-title[data-astro-cid-mxu4dm53]{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.625rem}.feature-description[data-astro-cid-mxu4dm53]{font-size:.9375rem;color:#6b7280;line-height:1.6}.integrations-strip[data-astro-cid-mxu4dm53]{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid #f3f4f6}.integrations-label[data-astro-cid-mxu4dm53]{font-size:.75rem;font-weight:600;letter-spacing:.08em;color:#9ca3af;text-transform:uppercase}.integrations-logos[data-astro-cid-mxu4dm53]{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.integration[data-astro-cid-mxu4dm53]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.8125rem;font-weight:500;color:#374151;transition:all .2s}.integration[data-astro-cid-mxu4dm53] svg[data-astro-cid-mxu4dm53]{color:#6b7280;flex-shrink:0;opacity:.7}.integration[data-astro-cid-mxu4dm53]:hover{border-color:#d1d5db;background:#fff;box-shadow:0 2px 8px #0000000a;transform:translateY(-1px)}@media (max-width:968px){.features-grid[data-astro-cid-mxu4dm53]{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.beyond-approvals[data-astro-cid-mxu4dm53]{padding:3.5rem 0}.section-title[data-astro-cid-mxu4dm53]{font-size:1.75rem}.features-grid[data-astro-cid-mxu4dm53]{grid-template-columns:1fr}.integrations-logos[data-astro-cid-mxu4dm53]{gap:.5rem}.integration[data-astro-cid-mxu4dm53]{font-size:.75rem;padding:.375rem .75rem}}.founder-note[data-astro-cid-5ew5ghso]{padding:5rem 0;background:#fafbff}.note-content[data-astro-cid-5ew5ghso]{max-width:680px;margin:0 auto;text-align:center}.note-badge[data-astro-cid-5ew5ghso]{display:inline-block;padding:.375rem 1rem;background:#8b5cf614;color:#8b5cf6;font-size:.75rem;font-weight:700;letter-spacing:.1em;border-radius:2rem;margin-bottom:1.25rem}.note-title[data-astro-cid-5ew5ghso]{font-size:2rem;font-weight:800;color:#111827;line-height:1.3;margin-bottom:2rem}.note-body[data-astro-cid-5ew5ghso]{text-align:left}.note-body[data-astro-cid-5ew5ghso] p[data-astro-cid-5ew5ghso]{font-size:1.0625rem;color:#4b5563;line-height:1.8;margin-bottom:1.25rem}.note-body[data-astro-cid-5ew5ghso] a[data-astro-cid-5ew5ghso]{color:#8b5cf6;text-decoration:none;font-weight:600}.note-body[data-astro-cid-5ew5ghso] a[data-astro-cid-5ew5ghso]:hover{text-decoration:underline}.note-signature[data-astro-cid-5ew5ghso]{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.signature-text[data-astro-cid-5ew5ghso]{display:flex;flex-direction:column;text-align:right}.signature-text[data-astro-cid-5ew5ghso] strong[data-astro-cid-5ew5ghso]{font-size:1rem;color:#111827}.signature-text[data-astro-cid-5ew5ghso] span[data-astro-cid-5ew5ghso]{font-size:.8125rem;color:#9ca3af}@media (max-width:768px){.note-title[data-astro-cid-5ew5ghso]{font-size:1.5rem}}