:root{--color-primary: #05846D;--color-primary-dark: #046b58;--color-primary-light: #06a589;--teal-50: #effefa;--teal-100: #d0f5ec;--teal-200: #a1ebd9;--teal-300: #6adac2;--teal-400: #38c2a7;--teal-500: #1ea88e;--teal-600: #13876f;--teal-700: #05846D;--teal-800: #046b58;--teal-900: #03584a;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--amber-100: #fef3c7;--amber-500: #f59e0b;--amber-600: #d97706;--amber-700: #b45309;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--radius-2xl: 1.5rem;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;line-height:1.6;color:var(--gray-700);background:#fff;-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}ul{list-style:none}h1,h2,h3,h4,h5,h6{font-family:Funnel Display,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:700;color:var(--gray-900);line-height:1.2}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{font-size:1.125rem;line-height:1.7;color:var(--gray-600)}.section-label{display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--color-primary);margin-bottom:var(--space-3)}.section-heading{font-size:2.25rem;margin-bottom:var(--space-4)}.section-subheading{font-size:1.125rem;color:var(--gray-500);max-width:640px}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-6)}.section{padding:var(--space-10) 0}.section-gray{background:var(--gray-50)}.section-teal-light{background:var(--teal-50)}.text-center{text-align:center}.mx-auto{margin-left:auto;margin-right:auto}.grid-2,.grid-3{display:grid;grid-template-columns:1fr;gap:var(--space-8)}.grid-4{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-8)}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:Funnel Display,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1rem;font-weight:600;padding:.75rem 1.75rem;border-radius:var(--radius-full);border:2px solid transparent;cursor:pointer;transition:all .2s ease;text-decoration:none;line-height:1.4}.btn:hover{text-decoration:none}.btn-primary{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.btn-primary:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}.btn-secondary{background:transparent;color:var(--color-primary);border-color:var(--color-primary)}.btn-secondary:hover{background:var(--teal-50)}.btn-white{background:#fff;color:var(--color-primary);border-color:#fff}.btn-white:hover{background:var(--teal-50);border-color:var(--teal-50)}.btn-white-outline{background:transparent;color:#fff;border-color:#fff}.btn-white-outline:hover{background:#ffffff1a}.btn-group{display:flex;flex-wrap:wrap;gap:var(--space-4)}.site-header{position:sticky;top:0;z-index:100;background:#fff;transition:box-shadow .3s ease}.site-header.scrolled{box-shadow:var(--shadow-md)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.header-brand{display:flex;align-items:center;gap:var(--space-3);text-decoration:none}.header-brand:hover{text-decoration:none}.header-brand img{width:36px;height:36px;border-radius:var(--radius-md)}.header-brand span{font-family:Funnel Display,sans-serif;font-weight:700;font-size:1.375rem;color:var(--gray-900)}.nav-links{display:none;align-items:center;gap:var(--space-8)}.nav-links a{font-size:.9375rem;font-weight:500;color:var(--gray-600);transition:color .2s}.nav-links a:hover{color:var(--color-primary);text-decoration:none}.nav-cta{display:none}.hamburger{display:flex;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:var(--space-2)}.hamburger span{display:block;width:24px;height:2px;background:var(--gray-700);border-radius:2px;transition:all .3s ease}.mobile-menu{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;box-shadow:var(--shadow-lg);padding:var(--space-6);z-index:99}.mobile-menu.open{display:flex;flex-direction:column;gap:var(--space-4)}.mobile-menu a{font-size:1.0625rem;font-weight:500;color:var(--gray-700);padding:var(--space-2) 0}.mobile-menu .btn{margin-top:var(--space-2);text-align:center}.hero{padding:var(--space-16) 0 var(--space-20);background:radial-gradient(ellipse at 70% 50%,var(--teal-50) 0%,transparent 70%)}.hero-grid{display:grid;grid-template-columns:1fr;gap:var(--space-12);align-items:center}.hero-content{max-width:560px}.hero-badge{display:inline-flex;align-items:center;gap:var(--space-2);background:var(--teal-100);color:var(--color-primary);font-size:.8125rem;font-weight:600;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);margin-bottom:var(--space-6)}.hero-badge svg{width:16px;height:16px;flex-shrink:0}.hero h1{font-size:2.75rem;margin-bottom:var(--space-6);line-height:1.15}.hero p{font-size:1.1875rem;margin-bottom:var(--space-8)}.hero-note{display:flex;align-items:center;gap:var(--space-2);margin-top:var(--space-6);font-size:.875rem;color:var(--gray-500)}.hero-note svg{width:18px;height:18px;flex-shrink:0}.hero-image{display:flex;justify-content:center}.hero-image img{max-width:320px;width:100%;filter:drop-shadow(0 20px 40px rgba(0,0,0,.15))}.trust-bar{background:var(--gray-50);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:var(--space-6) 0}.trust-items{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-6)}.trust-item{display:flex;align-items:center;gap:var(--space-3)}.trust-item svg{width:28px;height:28px;color:var(--color-primary);flex-shrink:0}.trust-item span{font-size:.9375rem;font-weight:600;color:var(--gray-700)}.trust-item-icons{display:flex;align-items:center;justify-content:center;gap:0}.audience-tabs{display:flex;justify-content:center;gap:var(--space-2);margin-bottom:var(--space-12)}.tab-btn{font-family:Funnel Display,sans-serif;font-size:1rem;font-weight:600;padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);border:2px solid var(--gray-200);background:#fff;color:var(--gray-600);cursor:pointer;transition:all .2s ease}.tab-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.tab-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.tab-panel{display:none}.tab-panel.active{display:grid;grid-template-columns:1fr;gap:var(--space-6)}.feature-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:var(--space-8);transition:box-shadow .2s ease,border-color .2s ease;-webkit-user-select:none;user-select:none}.feature-card:hover{box-shadow:var(--shadow-md);border-color:var(--teal-200)}.feature-card-icon{width:50px;height:50px;background:var(--teal-50);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-4)}.feature-card-icon svg{width:28px;height:28px;color:var(--color-primary)}.feature-card h3{font-size:1.125rem;margin-bottom:var(--space-2)}.feature-card p{font-size:.9375rem;color:var(--gray-500);line-height:1.6}.screenshot-tabs{display:flex;justify-content:center;gap:var(--space-2);margin-bottom:var(--space-8)}.screenshot-tab-btn{font-family:Funnel Display,sans-serif;font-size:1rem;font-weight:600;padding:var(--space-3) var(--space-6);border-radius:var(--radius-full);border:2px solid var(--gray-200);background:#fff;color:var(--gray-600);cursor:pointer;transition:all .2s ease}.screenshot-tab-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.screenshot-tab-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.screenshots-scroll{display:none;gap:var(--space-8);overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:var(--space-4) var(--space-2);scrollbar-width:none}.screenshots-scroll.active{display:flex;justify-content:center}.screenshots-scroll::-webkit-scrollbar{display:none}.screenshot-item{flex-shrink:0;scroll-snap-align:center;text-align:center}.phone-frame{position:relative;width:220px;height:440px;background:var(--gray-900);border-radius:32px;padding:10px;box-shadow:var(--shadow-xl)}.phone-frame.no-before:before{display:none}.phone-frame img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:24px}.desktop-item{display:flex;flex-direction:column;gap:26px;align-items:center}.desktop-frame{position:relative;width:486px;max-width:fit-content;max-height:fit-content;height:200px;background:var(--gray-900);border-radius:12px;padding:8px;box-shadow:var(--shadow-xl)}.desktop-frame:before{content:"";position:absolute;bottom:-20px;left:50%;transform:translate(-50%);width:12px;height:21px;background:var(--gray-800);border-radius:2px;z-index:2}.desktop-frame:after{content:"";position:absolute;bottom:-28px;left:50%;transform:translate(-50%);width:60px;height:8px;background:var(--gray-700);border-radius:4px;z-index:1}.desktop-frame img{width:100%;height:100%;object-fit:fill;object-position:fill;border-radius:6px}.screenshot-caption{margin-top:var(--space-4);font-size:.875rem;font-weight:600;color:var(--gray-600)}.feature-row{display:grid;grid-template-columns:1fr;gap:var(--space-12);align-items:center}.feature-row+.feature-row{margin-top:var(--space-20)}.feature-row-image{display:flex;justify-content:center}.feature-row-image .phone-frame{width:240px;height:480px}.feature-row-text h3{font-size:1.75rem;margin-bottom:var(--space-4)}.feature-row-text p{font-size:1.0625rem;margin-bottom:var(--space-4)}.feature-row-text ul{list-style:none;display:flex;flex-direction:column;gap:var(--space-3)}.feature-row-text li{display:flex;align-items:flex-start;gap:var(--space-3);font-size:1rem;color:var(--gray-600)}.feature-row-text li svg{width:20px;height:20px;color:var(--color-primary);flex-shrink:0;margin-top:2px}.highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-8)}.highlight-item{text-align:center;padding:var(--space-6)}.highlight-item svg{width:40px;height:40px;color:var(--color-primary);margin-bottom:var(--space-4)}.highlight-item h3{font-size:1.0625rem;margin-bottom:var(--space-2)}.highlight-item p{font-size:.875rem;color:var(--gray-500)}.coming-soon-grid{display:grid;grid-template-columns:1fr;gap:var(--space-6)}.coming-soon-card{background:#fff;border:1px solid var(--gray-200);border-radius:var(--radius-xl);padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-3)}.coming-soon-badge{display:inline-flex;align-items:center;gap:var(--space-1);background:var(--amber-100);color:var(--amber-700);font-size:.75rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);width:fit-content}.coming-soon-card h3{font-size:1.125rem}.coming-soon-card p{font-size:.9375rem;color:var(--gray-500)}.early-adopter{padding:var(--space-20) 0}.early-adopter-content{max-width:800;margin:0 auto;text-align:center}.early-adopter-content p{max-width:700px;margin:0 auto}.stats-row{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-8);align-items:center;margin-top:var(--space-10)}.stat-item{text-align:center}.stat-value{font-family:Funnel Display,sans-serif;font-size:1.25rem;font-weight:700;color:var(--color-primary);display:block}.stat-label{font-size:.875rem;color:var(--gray-500);margin-top:var(--space-1);display:block}.cta-banner{background:linear-gradient(135deg,var(--color-primary) 0%,var(--teal-800) 100%);padding:var(--space-20) 0;text-align:center}.cta-banner h2{color:#fff;font-size:2rem;margin-bottom:var(--space-4)}.cta-banner p{color:#ffffffd9;font-size:1.125rem;margin-bottom:var(--space-8)}.cta-banner .btn-group{justify-content:center}.site-footer{background:var(--gray-900);color:var(--gray-400);padding:var(--space-16) 0 var(--space-8)}.footer-grid{display:grid;grid-template-columns:1fr;gap:var(--space-10);margin-bottom:var(--space-12)}.footer-brand{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4)}.footer-brand img{width:32px;height:32px;border-radius:var(--radius-md)}.footer-brand span{font-family:Funnel Display,sans-serif;font-weight:700;font-size:1.25rem;color:#fff}.footer-tagline{font-size:.9375rem;color:var(--gray-400);max-width:280px}.footer-col h4{font-family:Funnel Display,sans-serif;font-size:.875rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-4)}.footer-col ul{display:flex;flex-direction:column;gap:var(--space-3)}.footer-col a{font-size:.9375rem;color:var(--gray-400);transition:color .2s}.footer-col a:hover{color:#fff;text-decoration:none}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:var(--space-6);font-size:.8125rem;color:var(--gray-500);text-align:center}.prose{max-width:720px;margin:0 auto}.prose h1{font-size:2.25rem;margin-bottom:var(--space-4)}.prose h4{margin-top:var(--space-8);margin-bottom:var(--space-3)}.prose p{margin-bottom:var(--space-4)}.prose ul{list-style:disc;padding-left:var(--space-6);margin-bottom:var(--space-4)}.prose ul li{font-size:1.0625rem;color:var(--gray-600);line-height:1.7;margin-bottom:var(--space-2)}.prose a{color:var(--color-primary);text-decoration:underline}.breadcrumb{display:flex;align-items:center;gap:var(--space-2);font-size:.875rem;color:var(--gray-400);margin-bottom:var(--space-8)}.breadcrumb a{color:var(--gray-500)}.breadcrumb a:hover{color:var(--color-primary)}@media(max-width:640px){.hero-image{display:none}}@media(min-width:640px){.tab-panel.active,.coming-soon-grid{grid-template-columns:repeat(2,1fr)}.trust-items{grid-template-columns:repeat(4,1fr)}.section{padding:var(--space-16) 0}}@media(min-width:768px){h1{font-size:3.5rem}h2,.section-heading{font-size:2.5rem}.hero h1{font-size:3.25rem}.hero-grid{grid-template-columns:1.4fr 1fr}.hero-image{display:flex;justify-content:flex-end}.nav-links{display:flex}.nav-cta{display:inline-flex}.hamburger{display:none}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.feature-row{grid-template-columns:1fr 1fr}.feature-row.reversed .feature-row-image{order:2}.feature-row.reversed .feature-row-text{order:1}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}.highlights-grid{grid-template-columns:repeat(4,1fr)}.cta-banner h2{font-size:2.5rem}}@media(min-width:1024px){.tab-panel.active,.coming-soon-grid{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.phone-frame{width:240px;height:480px}.desktop-frame{width:736px;height:457px;max-width:736px;max-height:457px}.desktop-frame img{padding:12px;object-fit:fill;object-position:fill}.desktop-frame:before{content:"";position:absolute;bottom:-31px;left:50%;transform:translate(-50%);width:12px;height:35px;background:var(--gray-800);border-radius:2px;z-index:2}.desktop-frame:after{content:"";position:absolute;bottom:-40px;left:50%;transform:translate(-50%);width:180px;height:10px;background:var(--gray-700);border-radius:4px;z-index:1}.feature-row-image .phone-frame{width:280px;height:560px}}
