@import "https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;700;800&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500&display=swap";
#landing-page{--paper:#f4f2ed;--paper-raised:#fff;--ink:#14231f;--ink-soft:#4b5a55;--muted:#8a8880;--coral:#ff6a5c;--coral-tint:#ffede9;--teal:#bdb76b;--teal-deep:#2b6f5c;--teal-tint:#e6fbf6;--border:#14231f1a;--radius:20px;background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,sans-serif;line-height:1.6}#landing-page *{box-sizing:border-box}#landing-page h1,#landing-page h2,#landing-page h3{letter-spacing:-.02em;font-family:Bricolage Grotesque,sans-serif;font-weight:800;line-height:1.1}#landing-page .mono{letter-spacing:.02em;font-family:IBM Plex Mono,monospace}#landing-page .wrap{max-width:1200px;margin:0 auto;padding:0 24px}#landing-page a{color:inherit;text-decoration:none}#landing-page img,#landing-page svg{max-width:100%;display:block}#landing-page header{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:.5px solid var(--border);background:#f4f2edd9;position:sticky;top:0}#landing-page .nav{justify-content:space-between;align-items:center;padding:16px 24px;display:flex}#landing-page nav.links{align-items:center;gap:28px;font-size:15px;font-weight:500;display:flex}#landing-page nav.links a{color:var(--ink-soft);transition:color .15s}#landing-page nav .links a:hover{color:var(--ink)}#landing-page .btn{white-space:nowrap;cursor:pointer;border-radius:100px;justify-content:center;align-items:center;gap:8px;padding:10px 22px;font-size:14px;font-weight:600;transition:transform .15s,opacity .15s,background-color .15s;display:inline-flex}#landing-page .btn-primary{background:var(--ink);color:var(--paper)}#landing-page .btn-primary:hover{background:#1e332f;transform:translateY(-1px)}#landing-page .btn-ghost{border:.5px solid var(--border);color:var(--ink);background:0 0}#landing-page .btn-ghost:hover{border-color:var(--ink);background:#14231f08}#landing-page .btn-coral{background:var(--coral);color:#fff}#landing-page .btn-coral:hover{opacity:.95;transform:translateY(-1px)}#landing-page .hero{padding:60px 0;position:relative;overflow:hidden}#landing-page .hero:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#ff6a5c0f 0%,#38f9d708 50%,#f4f2ed00 80%);width:900px;height:600px;position:absolute;top:-150px;left:50%;transform:translate(-50%)}#landing-page .hero-badge{color:var(--coral);margin-bottom:20px;font-size:15px;font-weight:700;display:inline-block}#landing-page .hero-input-container{border:.5px solid var(--border);background:#fff;border-radius:100px;align-items:center;width:100%;max-width:480px;padding:6px 6px 6px 20px;display:flex;box-shadow:0 10px 25px -5px #14231f08}#landing-page .hero-input-prefix{color:var(--muted);-webkit-user-select:none;user-select:none;margin-right:2px;font-family:IBM Plex Mono,monospace;font-size:15px}#landing-page .hero-input{color:var(--ink);background:0 0;border:none;outline:none;width:100%;font-family:Inter,sans-serif;font-size:15px;font-weight:500}#landing-page .hero-input::placeholder{color:var(--muted);opacity:.7}#landing-page .phone-container{flex-direction:row;justify-content:center;align-items:flex-start;gap:24px;width:100%;max-width:660px;margin:0 auto;display:flex;position:relative}#landing-page .phone-mockup{background:var(--ink);border-radius:44px;flex-shrink:0;width:100%;max-width:310px;padding:10px;box-shadow:0 30px 60px -15px #14231f40,0 0 0 1px #14231f0d}#landing-page .phone-screen-inner{background:var(--paper);border:1px solid #ffffff1a;border-radius:36px;flex-direction:column;height:580px;padding:12px 14px;display:flex;position:relative;overflow:hidden}#landing-page .phone-notch{z-index:10;background:#000;border-radius:100px;justify-content:space-around;align-items:center;width:100px;height:22px;margin:-12px auto 14px;padding:0 15px;display:flex;position:relative}#landing-page .phone-notch:before{content:"";background:#111;border-radius:50%;width:10px;height:10px}#landing-page .phone-profile{text-align:center;flex-direction:column;align-items:center;margin-bottom:20px;display:flex}#landing-page .phone-avatar{background-image:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 100 100\" fill=\"%23FF6A5C\"><circle cx=\"50\" cy=\"35\" r=\"20\"/><path d=\"M50 60c-25 0-35 15-35 25h70c0-10-10-25-35-25z\"/></svg>");background-size:cover;background-color:var(--coral-tint);border:1.5px solid #fff;border-radius:50%;width:64px;height:64px;margin-bottom:8px;box-shadow:0 4px 10px #0000000d}#landing-page .phone-title{color:var(--ink);margin-bottom:2px;font-size:14px;font-weight:700}#landing-page .phone-subtitle{color:var(--ink-soft);font-size:11px;font-weight:500}#landing-page .phone-socials{gap:8px;margin-top:6px;display:flex}#landing-page .phone-social-icon{opacity:.6;width:16px;height:16px}#landing-page .phone-blocks{flex-direction:column;flex-grow:1;gap:8px;padding-bottom:10px;display:flex;overflow-y:auto}#landing-page .phone-block-btn{border:.5px solid var(--border);text-align:left;color:var(--ink);background:#fff;border-radius:12px;padding:10px;font-size:12px;font-weight:600;transition:transform .2s,border-color .2s;box-shadow:0 2px 4px #14231f05}#landing-page .phone-block-btn:hover{border-color:#14231f33;transform:translateY(-1px)}#landing-page .floating-widget{z-index:10;animation:6s ease-in-out infinite alternate floatAnim;position:absolute}#landing-page .widget-1{animation-delay:0s;top:15%;right:-90px}#landing-page .widget-2{animation-delay:1.5s;top:26%;right:-130px}#landing-page .widget-3{animation-delay:.7s;bottom:22%;right:-90px}#landing-page .widget-4{animation-delay:2.2s;bottom:11%;right:-130px}@keyframes floatAnim{0%{transform:translateY(0)scale(1)}to{transform:translateY(-8px)scale(1.01)}}#landing-page .q-bubble{background:var(--paper-raised);border:.5px solid var(--border);color:var(--ink-soft);border-radius:100px;align-items:center;gap:6px;padding:8px 16px;font-size:11px;font-weight:600;display:flex;box-shadow:0 10px 25px -5px #14231f0a}#landing-page .q-bubble:before{content:"";background:var(--teal);border-radius:50%;width:6px;height:6px;display:block}#landing-page .a-card{border:.5px solid var(--border);background:#fff;border-radius:14px;width:170px;padding:12px;box-shadow:0 15px 35px -8px #14231f14}#landing-page .a-card-title{color:var(--ink);margin-bottom:6px;font-size:11px;font-weight:700}#landing-page .a-card-item{color:var(--ink-soft);border-bottom:.5px solid #14231f0d;justify-content:space-between;padding:4px 0;font-size:9px;font-weight:500;display:flex}#landing-page .a-card-item:last-child{border-bottom:none}#landing-page .a-card-btn{color:#fff;text-align:center;background:#e85b4e;border-radius:100px;width:100%;margin-top:8px;padding:6px;font-size:10px;font-weight:600;display:block;box-shadow:0 4px 10px #e85b4e33}#landing-page .interaction-section{padding:40px 0}#landing-page .dark-card{background:var(--ink);color:#fff;border-radius:28px;padding:48px;box-shadow:0 20px 50px -10px #14231f26}#landing-page .dark-card h2{color:#fff;font-size:clamp(28px,4vw,44px);line-height:1.15}#landing-page .dark-card p.sub{color:#f4f2edb3;max-width:420px;margin-top:18px;margin-bottom:28px;font-size:16px}#landing-page .coral-link{color:var(--coral);align-items:center;gap:6px;font-size:15px;font-weight:700;transition:transform .2s;display:inline-flex}#landing-page .coral-link:hover{transform:translate(4px)}#landing-page .bubble-grid{flex-direction:column;gap:16px;display:flex}#landing-page .bubble-item{cursor:default;background:#ffffff0a;border:1px solid #ffffff14;border-radius:20px;padding:16px 20px;transition:background-color .2s,transform .2s}#landing-page .bubble-item:hover{background:#ffffff12;transform:translateY(-1px)}#landing-page .bubble-q{color:#fff;margin-bottom:4px;font-size:14px;font-weight:700}#landing-page .bubble-a{color:#f4f2ed73;align-items:center;gap:6px;font-family:IBM Plex Mono,monospace;font-size:12px;display:flex}#landing-page .bubble-a:before{content:"●";color:var(--teal);font-size:8px}#landing-page .features-section{padding:60px 0}#landing-page .feature-card{border:.5px solid var(--border);border-radius:var(--radius);background:#fff;flex-direction:column;height:100%;padding:28px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex}#landing-page .feature-card:hover{transform:translateY(-4px);box-shadow:0 15px 30px -10px #14231f0d}#landing-page .feature-card-icon{background:var(--paper);border:.5px solid var(--border);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:24px;display:flex}#landing-page .feature-card h3{color:var(--ink);margin-bottom:12px;font-size:18px;font-weight:800}#landing-page .feature-card p{color:var(--ink-soft);flex-grow:1;margin-bottom:20px;font-size:14px;line-height:1.6}#landing-page .feature-card .arrow-link{color:var(--coral);align-items:center;gap:4px;font-size:13px;font-weight:700;display:inline-flex}@media (min-width:1024px){#landing-page .feature-card:not(:last-child):after{content:"";border-top:2px solid var(--teal);border-right:2px solid var(--teal);opacity:.55;pointer-events:none;background:0 0;border-radius:0 4px 0 0;width:20px;height:20px;position:absolute;top:38px;right:-22px;transform:rotate(45deg)}}#landing-page .apps-section{padding:60px 0}#landing-page .apps-section h2{margin-bottom:20px;font-size:clamp(28px,4.2vw,46px);line-height:1.1}#landing-page .apps-section p.sub{color:var(--ink-soft);max-width:320px;margin-bottom:28px;font-size:16px}#landing-page .app-card-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (min-width:600px){#landing-page .app-card-grid{grid-template-columns:repeat(3,1fr)}}#landing-page .app-item-card{border:.5px solid var(--border);border-radius:var(--radius);background:#fff;flex-direction:column;height:100%;padding:24px 20px;transition:transform .2s,box-shadow .2s;display:flex}#landing-page .app-item-card:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #14231f0a}#landing-page .app-icon-box{border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:16px;display:flex}#landing-page .app-item-card h4{color:var(--ink);margin-bottom:6px;font-family:Bricolage Grotesque,sans-serif;font-size:15px;font-weight:800}#landing-page .app-item-card p{color:var(--ink-soft);flex-grow:1;margin-bottom:14px;font-size:12px;line-height:1.5}#landing-page .app-item-card .tiny-link{color:var(--coral);align-items:center;gap:2px;font-size:11px;font-weight:700;display:inline-flex}#landing-page .bg-app-pencil{color:#dcac04;background-color:#fef7dc}#landing-page .bg-app-calendar{color:#ea5e3e;background-color:#ffece6}#landing-page .bg-app-survey{color:#4f83ea;background-color:#edf3fe}#landing-page .bg-app-waitlist{color:#23a470;background-color:#e8f8f2}#landing-page .bg-app-mailing{color:#9a66ec;background-color:#f6eefe}#landing-page .bg-app-integrations{color:#e75480;background-color:#fff0f5}#landing-page .split-row-section{padding:30px 0}#landing-page .split-container{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:900px){#landing-page .split-container{grid-template-columns:1fr 1fr}}#landing-page .split-card{border:.5px solid var(--border);background:#fff;border-radius:24px;flex-direction:column;justify-content:space-between;min-height:380px;padding:36px;display:flex;position:relative;overflow:hidden}#landing-page .split-card h2{color:var(--ink);margin-bottom:14px;font-size:clamp(24px,3.2vw,32px);line-height:1.15}#landing-page .split-card p.card-desc{color:var(--ink-soft);max-width:320px;margin-bottom:24px;font-size:14px;line-height:1.6}#landing-page .stats-mockup-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0;display:grid}#landing-page .stat-box{background:var(--paper);border:.5px solid var(--border);border-radius:14px;padding:12px 14px;position:relative}#landing-page .stat-box-title{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:600}#landing-page .stat-box-val-row{align-items:baseline;gap:6px;margin-top:4px;display:flex}#landing-page .stat-box-val{color:var(--ink);font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:800}#landing-page .stat-box-badge{border-radius:100px;padding:1px 5px;font-size:9px;font-weight:700}#landing-page .badge-green{color:#15803d;background:#dcfce7}#landing-page .badge-red{color:#b91c1c;background:#fee2e2}#landing-page .sparkline-path{fill:none;stroke-width:1.5px;stroke-linecap:round}#landing-page .checkmark-list{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}#landing-page .checkmark-item{color:var(--ink);align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}#landing-page .checkmark-icon{color:#23a470;width:16px;height:16px}#landing-page .faq-section{padding:60px 0}#landing-page .faq-section h2{text-align:center;margin-bottom:36px;font-size:clamp(28px,4vw,42px)}#landing-page .faq-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (min-width:800px){#landing-page .faq-grid{grid-template-columns:1fr 1fr;align-items:start}}#landing-page .faq-item{border:.5px solid var(--border);background:#fff;border-radius:16px;transition:border-color .2s;overflow:hidden}#landing-page .faq-item:hover{border-color:#14231f33}#landing-page .faq-trigger{text-align:left;width:100%;color:var(--ink);cursor:pointer;background:0 0;border:none;outline:none;justify-content:space-between;align-items:center;padding:18px 24px;font-family:Inter,sans-serif;font-size:14.5px;font-weight:700;display:flex}#landing-page .faq-chevron{width:18px;height:18px;color:var(--muted);transition:transform .2s}#landing-page .faq-item.open .faq-chevron{transform:rotate(180deg)}#landing-page .faq-content{max-height:0;padding:0 24px;transition:max-height .25s cubic-bezier(.4,0,.2,1),padding .25s;overflow:hidden}#landing-page .faq-item.open .faq-content{max-height:200px;padding-bottom:20px}#landing-page .faq-answer{color:var(--ink-soft);font-size:13.5px;line-height:1.6}#landing-page footer{background:var(--ink);color:#fff;border-top:none;padding:64px 0 40px}#landing-page .footer-grid{grid-template-columns:1fr;gap:40px;margin-bottom:48px;display:grid}@media (min-width:900px){#landing-page .footer-grid{grid-template-columns:1.2fr repeat(4,.8fr) 1.4fr}}#landing-page .footer-brand-col p{color:#f4f2ed80;max-width:240px;margin-top:14px;margin-bottom:20px;font-size:13.5px;line-height:1.5}#landing-page .footer-social-row{gap:12px;display:flex}#landing-page .footer-social-link{color:#f4f2ed99;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:background-color .15s,color .15s;display:flex}#landing-page .footer-social-link:hover{color:#fff;background:#ffffff1a}#landing-page .footer-col-title{color:#f4f2ed4d;text-transform:uppercase;letter-spacing:.03em;margin-bottom:16px;font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:700}#landing-page .footer-links-list{flex-direction:column;gap:10px;display:flex}#landing-page .footer-links-list a{color:#f4f2edb3;font-size:13.5px;transition:color .15s}#landing-page .footer-links-list a:hover{color:#fff}#landing-page .newsletter-col h5{color:#fff;margin-bottom:12px;font-family:Bricolage Grotesque,sans-serif;font-size:14px;font-weight:700}#landing-page .newsletter-form{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:100px;align-items:center;margin-top:12px;padding:4px 4px 4px 16px;display:flex}#landing-page .newsletter-input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-family:Inter,sans-serif;font-size:13.5px}#landing-page .newsletter-input::placeholder{color:#f4f2ed59}#landing-page .newsletter-btn{background:var(--paper-raised);width:28px;height:28px;color:var(--ink);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s;display:flex}#landing-page .newsletter-btn:hover{transform:scale(1.05)}#landing-page .footer-bottom-row{text-align:center;border-top:1px solid #ffffff0d;flex-direction:column;align-items:center;gap:12px;padding-top:24px;display:flex}@media (min-width:760px){#landing-page .footer-bottom-row{text-align:left;flex-direction:row;justify-content:space-between}}#landing-page .footer-copy{color:#f4f2ed66;font-size:12.5px}.animate-fade-up{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeUp}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}#landing-page .interactive-details-card{border:.5px solid var(--border);background:#fff;border-radius:20px;flex-direction:column;flex-shrink:0;width:310px;height:580px;padding:24px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 25px 50px -12px #14231f14}#landing-page .interactive-card-body{flex-grow:1}#landing-page .animate-fade-in-quick{animation:.25s cubic-bezier(.16,1,.3,1) forwards fadeInQuick}@keyframes fadeInQuick{0%{opacity:0;transform:scale(.97)translateY(4px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes bounceHorizontal{0%,to{transform:translateY(-50%)translate(0)}50%{transform:translateY(-50%)translate(-4px)}}#landing-page .animate-bounce-horizontal{animation:2s ease-in-out infinite bounceHorizontal}@media (max-width:767px){#landing-page .phone-container{flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;gap:0!important;max-width:340px!important;height:600px!important;position:relative!important}#landing-page .phone-mockup{z-index:1!important;margin:0 auto!important;position:relative!important}#landing-page .interactive-details-card{z-index:2!important;border-bottom:none!important;border-radius:24px 24px 0 0!important;width:100%!important;max-width:100%!important;height:260px!important;max-height:260px!important;padding:16px 18px 18px!important;animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUp!important;position:absolute!important;inset:70% 0 auto!important;box-shadow:0 -10px 40px #14231f26!important}#landing-page .interactive-card-body{overflow-y:auto!important}}@media (prefers-reduced-motion:reduce){#landing-page *{transition:none!important;animation:none!important}}
