*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Figtree,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth;background:#fafaf9}body{min-width:320px;min-height:100vh;background:#fafaf9;color:#141414}a{color:inherit}button,input,textarea,select{font:inherit}#root{min-height:100vh}::selection{background:#72ffd073;color:#141414}::-moz-selection{background:#72ffd073;color:#141414}:root{--paper: #fafaf9;--surface: #fffdf9;--ink: #141414;--text: #3a3a37;--muted: #5b5b57;--line: #e6e5e0;--mint: #72ffd0;--sky: #72e7ff;--pink: #f4aeff;--apricot: #ffbe81;--field: #12a37d;--violet: #5b2bd6;--violet-deep: #2a1259;--violet-soft: #ede6ff;--danger: #e0726f}.page-shell{position:relative;min-height:100vh;background:var(--paper);color:var(--ink);overflow:hidden}.background-orb{position:absolute;border-radius:50%;opacity:.55;pointer-events:none;z-index:0}.orb-mint{top:-10rem;right:-8rem;width:24rem;height:24rem;background:radial-gradient(circle,#72ffd0b8,#72ffd000 68%)}.orb-pink{top:16rem;left:-8rem;width:18rem;height:18rem;background:radial-gradient(circle,#f4aeff70,#f4aeff00 72%)}.orb-sky{bottom:9rem;right:14%;width:16rem;height:16rem;background:radial-gradient(circle,#72e7ff57,#72e7ff00 72%)}.page-content{position:relative;display:flex;flex-direction:column;z-index:1;max-width:1400px;margin:0 auto;padding:clamp(1.25rem,3vw,2.25rem) clamp(1.25rem,3vw,2rem) clamp(3rem,6vw,4.5rem)}.top-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.coming-soon-badge{display:inline-flex;align-items:center;gap:.625rem;flex-shrink:0;padding:.7rem 1rem;border:1px solid rgba(20,20,20,.08);border-radius:999px;background:#fffdf9eb;color:var(--ink);font-family:Space Mono,monospace;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 14px 30px #1414140d}.hero-badge-dot,.mockup-badge-dot{width:.625rem;height:.625rem;border-radius:50% 50% 50% 0;background:var(--mint)}.content-wrapper{display:grid;gap:clamp(2.75rem,6vw,5rem);align-items:center;margin-top:clamp(1.5rem,3vw,2.25rem)}.left-section,.right-section{animation:rise-in .7s cubic-bezier(.22,1,.36,1) both}.left-section{display:flex;flex-direction:column;gap:1.5rem;max-width:39rem}.form-kicker,.contact-label,.customers-label{font-family:Space Mono,monospace;font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.logo-header{display:flex;align-items:center;gap:.9rem;flex-shrink:0}.logo-icon{width:clamp(3rem,8vw,4.25rem);height:clamp(3rem,8vw,4.25rem);display:block;flex-shrink:0;margin-left:-.35rem;margin-right:-.1rem}.logo-text{font-family:Fredoka,sans-serif;font-size:clamp(1.75rem,4vw,3rem);font-weight:600;line-height:.95;letter-spacing:-.03em}.hero-copy{display:flex;flex-direction:column;gap:1.125rem}.hero-title{margin:0;font-family:Fredoka,sans-serif;font-size:clamp(2.95rem,7vw,5.75rem);font-weight:600;line-height:.95;letter-spacing:-.04em}.hero-description{margin:0;max-width:34rem;color:var(--text);font-size:1.0625rem;line-height:1.72}.audience-strip{display:flex;flex-wrap:wrap;gap:.75rem}.audience-chip{display:inline-flex;align-items:center;padding:.75rem 1rem;border:1px solid var(--line);border-radius:999px;background:#fffdf9e6;color:var(--ink);font-size:.95rem;font-weight:600;box-shadow:0 10px 24px #1414140a}.audience-chip-mint{background:#72ffd04d}.audience-chip-sky{background:#72e7ff47}.audience-chip-pink{background:#f4aeff47}.signup-form{position:relative;display:flex;flex-direction:column;gap:1rem;padding:clamp(1.35rem,2.4vw,1.85rem);border:1px solid rgba(250,250,249,.12);border-radius:1.75rem;background:linear-gradient(145deg,var(--violet-deep) 0%,var(--violet) 100%);box-shadow:0 24px 56px #2a12593d;overflow:hidden}.signup-form:after{content:"";position:absolute;inset:1rem;border-radius:1.05rem;pointer-events:none}.form-intro{display:flex;flex-direction:column;gap:.5rem}.form-kicker{color:var(--field)}.form-title{margin:0;font-family:Fredoka,sans-serif;font-size:clamp(1.35rem,2vw,1.75rem);font-weight:600;line-height:1.12;letter-spacing:-.02em;color:var(--paper)}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{color:#fafaf9f0;font-size:.9rem;font-weight:600}.form-input{width:100%;padding:.95rem 1rem;border:1.5px solid rgba(250,250,249,.16);border-radius:1rem;background:#fffdf9f0;color:var(--ink);font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.form-input::placeholder{color:#8b8b86}.form-input:focus{outline:none;border-color:var(--mint);box-shadow:0 0 0 4px #72ffd02e}.form-input:disabled{opacity:.66;cursor:not-allowed}.submit-button{display:inline-flex;justify-content:center;align-items:center;padding:1rem 1.5rem;border:none;border-radius:999px;background:var(--mint);color:var(--ink);font-family:Figtree,sans-serif;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 16px 34px #12a37d3d;transition:transform .18s cubic-bezier(.22,1,.36,1),box-shadow .18s ease,background-color .18s ease}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 20px 38px #12a37d47}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:focus-visible,.contact-link:focus-visible{outline:3px solid rgba(114,255,208,.28);outline-offset:3px}.submit-button:disabled{opacity:.72;cursor:not-allowed;box-shadow:none}.status-message{padding:.9rem 1rem;border-radius:1rem;font-size:.9rem;font-weight:600}.status-message.success{border:1px solid rgba(114,255,208,.34);background:#72ffd024;color:var(--paper)}.status-message.error{border:1px solid rgba(224,114,111,.34);background:#e0726f29;color:var(--paper)}.contact-section{display:flex;flex-direction:column;gap:.75rem}.contact-info{display:flex;flex-wrap:wrap;gap:.75rem}.contact-link{display:inline-flex;align-items:center;gap:.625rem;padding:.85rem 1rem;border:1px solid var(--line);border-radius:999px;background:#fffdf9e6;color:var(--ink);text-decoration:none;font-size:.95rem;font-weight:600;transition:transform .18s cubic-bezier(.22,1,.36,1),border-color .18s ease,background-color .18s ease}.contact-link:hover{transform:translateY(-2px);border-color:#14141424}.contact-icon{width:1rem;height:1rem;flex-shrink:0}.right-section{display:flex;justify-content:center}.mockup-shell{position:relative;display:flex;flex-direction:column;width:min(100%,34rem);min-height:0;padding:.5rem 0 2rem;overflow:visible}.mockup-confetti{position:absolute;z-index:1;animation:floaty 8s ease-in-out infinite}.confetti-mint{top:1.25rem;right:1.4rem;width:4.5rem;height:4.5rem;--r: -14deg;border-radius:62% 62% 62% 0;background:var(--mint)}.confetti-pink{top:7rem;right:5rem;width:2.8rem;height:2.8rem;border-radius:50%;background:var(--pink);animation-delay:.9s}.confetti-apricot{bottom:8.5rem;left:1.2rem;width:3.75rem;height:3.75rem;--r: 16deg;border-radius:62% 62% 62% 0;background:var(--apricot);animation-delay:1.4s}.confetti-sky{right:1.25rem;bottom:12.5rem;width:2.35rem;height:2.35rem;border-radius:50%;background:var(--sky);animation-delay:2.1s}.mockup-image{position:relative;z-index:2;display:block;width:min(100%,24rem);height:auto;margin:0 auto;filter:drop-shadow(0 22px 30px rgba(20,20,20,.22))}.character-wrapper{position:absolute;right:.9rem;bottom:1.1rem;width:42%;max-width:230px;z-index:3}.character-overlay{display:block;width:100%;height:auto}.floating-plus{position:absolute;z-index:4;color:var(--field);font-size:2rem;font-weight:700;text-shadow:0 0 18px rgba(18,163,125,.35);animation:floaty 4.5s ease-in-out infinite}.plus-1{top:-.5rem;left:.5rem}.plus-2{top:2rem;right:-1rem;font-size:1.75rem;animation-delay:1.2s}.plus-3{top:6rem;left:-1.2rem;font-size:1.35rem;animation-delay:2.4s}.customers-full-width-section{position:relative;z-index:1;border-top:1px solid var(--line);background:#fffdf9b8;padding:clamp(2.75rem,6vw,4rem) clamp(1.25rem,3vw,2rem) clamp(3rem,6vw,4.25rem)}.customers-container{max-width:1400px;margin:0 auto;display:grid;gap:1.5rem}.customers-section{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;border:1px solid var(--line);border-radius:1.5rem;background:#fffdf9a8}.customers-logos{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.35rem}.customer-logo{width:auto;max-width:118px;max-height:72px;object-fit:contain}@keyframes rise-in{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes floaty{0%,to{transform:translateY(0) rotate(var(--r, 0deg))}50%{transform:translateY(-12px) rotate(var(--r, 0deg))}}@media(min-width:1024px){.content-wrapper{grid-template-columns:minmax(0,1fr) minmax(23rem,33rem)}.customers-container{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1023px){.left-section{max-width:none}.hero-title{max-width:12ch}}@media(max-width:767px){.page-content{padding-top:1rem}.top-bar{gap:.75rem}.coming-soon-badge{font-size:.7rem;letter-spacing:.08em;padding:.65rem .9rem}.logo-header{gap:.7rem}.logo-icon{width:2.65rem;height:2.65rem;margin-left:-.3rem}.logo-text{font-size:1.6rem}.hero-title{max-width:10ch}.audience-strip,.contact-info{gap:.625rem}.signup-form,.customers-section{border-radius:1.35rem}.mockup-shell{padding:.25rem 0 1.5rem}.mockup-image{width:min(100%,18rem)}.character-wrapper{width:34%;right:.45rem;bottom:.5rem}.customer-logo{max-height:58px;max-width:100px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
