:root{--orange: #F05A22;--orange-dark: #d44d18;--orange-light: #fff3ee;--black: #0d0d0d;--white: #ffffff;--gray-50: #f9f9f9;--gray-100: #f2f2f2;--gray-200: #e5e5e5;--gray-400: #aaaaaa;--gray-600: #666666;--gray-800: #222222;--font: "Inter Tight", -apple-system, BlinkMacSystemFont, sans-serif;--max-w: 1120px;--nav-h: 96px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:var(--font);cursor:pointer;border:none;background:none}.nav{position:fixed;top:0;left:0;right:0;height:var(--nav-h);display:flex;align-items:center;justify-content:space-between;padding:0 8rem;z-index:100;background:var(--white);transition:background .3s,backdrop-filter .3s}.nav.nav-transparent{background:transparent}.nav.scrolled{background:#ffffffe0!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.nav-logo{display:flex;align-items:center;gap:13px;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--black);text-decoration:none}.nav-logo img{width:52px;height:52px;object-fit:contain}.nav-links{display:flex;align-items:center;gap:2rem;list-style:none}.nav-links a{font-size:.9375rem;font-weight:500;color:var(--gray-800);transition:color .12s}.nav-links a:hover{color:var(--orange)}.nav-cta{display:inline-flex;align-items:center;padding:8px 18px;background:var(--black);color:var(--white)!important;border-radius:999px;font-size:.875rem;font-weight:600;transition:background .13s,transform .1s}.nav-cta:hover{background:var(--orange)!important;transform:translateY(-1px);color:var(--white)!important}.nav-hamburger{display:flex;align-items:center;justify-content:center;padding:8px;cursor:pointer;background:none;border:none;color:var(--black)}.nav-hamburger .material-symbols-outlined{font-size:44px;font-variation-settings:"wght" 400}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--orange);z-index:200;display:flex;flex-direction:column;padding:0 8rem 2rem;transform:translate(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);overflow-y:auto}.nav-overlay.open{transform:translate(0)}.nav-overlay-top{display:flex;align-items:center;justify-content:space-between;height:var(--nav-h);flex-shrink:0;margin-bottom:2rem}.nav-overlay-logo{display:flex;align-items:center;gap:12px;font-size:1.375rem;font-weight:700;color:var(--white)}.nav-overlay-logo img{width:42px;height:42px;object-fit:contain;filter:brightness(0) invert(1)}.nav-overlay-close{width:46px;height:46px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background:none;color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .12s}.nav-overlay-close .material-symbols-outlined{font-size:24px}.nav-overlay-close:hover{border-color:var(--white)}.nav-overlay-links{list-style:none;display:flex;flex-direction:column;gap:0;flex:1}.nav-overlay-links li a{display:block;font-size:clamp(2rem,8vw,3.5rem);font-weight:700;color:var(--white);letter-spacing:-.02em;padding:.5rem 0;transition:opacity .12s;line-height:1.1}.nav-overlay-links li a:hover{opacity:.7}.nav-overlay-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.25);display:flex;gap:1.5rem}.nav-overlay-bottom a{font-size:.875rem;color:#ffffffb3;font-weight:500;transition:color .12s}.nav-overlay-bottom a:hover{color:var(--white)}.page{padding-top:var(--nav-h)}.container{max-width:var(--max-w);margin:0 auto;padding:0 2rem}.page-home:before{content:"";position:fixed;top:0;left:0;right:0;height:calc(var(--nav-h) + 5rem);background:linear-gradient(to bottom,#fff,#fff calc(var(--nav-h) * .85),#fff0);pointer-events:none;z-index:90}.hero{min-height:calc(100svh - var(--nav-h));display:flex;flex-direction:column;justify-content:center;padding:5rem 2rem 4rem;max-width:var(--max-w);margin:0 auto;position:relative;overflow:hidden}.hero-eyebrow{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--orange);margin-bottom:1.25rem}.hero-title{font-size:clamp(3rem,8vw,6.5rem);font-weight:800;letter-spacing:-.035em;line-height:.95;color:var(--black);max-width:14ch;margin-bottom:1.75rem}.hero-title em{font-style:normal;color:var(--orange)}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);font-weight:400;color:var(--gray-600);max-width:44ch;line-height:1.6;margin-bottom:1rem}.hero-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hero-bear{position:absolute;right:0;top:50%;transform:translateY(-50%);height:85vh;max-height:720px;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none}.btn-store{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border-radius:12px;font-size:.8125rem;font-weight:600;line-height:1.2;transition:transform .12s,box-shadow .12s;text-decoration:none}.btn-store-apple,.btn-store-google{background:var(--black);color:var(--white)}.btn-store svg{flex-shrink:0}.btn-store-text{display:flex;flex-direction:column;align-items:flex-start}.btn-store-sub{font-size:.6875rem;font-weight:400;opacity:.7}.btn-store-name{font-size:.9375rem;font-weight:700}.btn-store-lg{padding:16px 28px;gap:14px;border-radius:14px}.btn-store-lg .btn-store-sub{font-size:.75rem}.btn-store-lg .btn-store-name{font-size:1.125rem}.btn-store-outline{background:transparent!important;border:2px solid var(--orange);color:var(--white)!important;border-radius:999px}.btn-primary{display:inline-flex;align-items:center;gap:6px;padding:12px 26px;background:var(--orange);color:var(--white);border-radius:999px;font-size:.9375rem;font-weight:700;transition:background .13s,transform .1s}.btn-primary:hover{background:var(--orange-dark);transform:translateY(-1px)}.btn-outline{display:inline-flex;align-items:center;gap:6px;padding:12px 26px;border:2px solid var(--black);color:var(--black);border-radius:999px;font-size:.9375rem;font-weight:700;transition:all .13s}.btn-outline:hover{background:var(--black);color:var(--white)}.section{padding:6rem 0}.section-alt{background:var(--gray-50)}.section-dark{background:var(--black);color:var(--white)}.section-orange{background:var(--orange);color:var(--white)}.section-label{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--orange);margin-bottom:1rem}.section-dark .section-label{color:#ffffff80}.section-orange .section-label{color:#ffffffb3}.section-title{font-size:clamp(1.75rem,4vw,3rem);font-weight:600;letter-spacing:-.02em;line-height:1.05;margin-bottom:1.25rem}.section-body{font-size:1.0625rem;color:var(--gray-600);line-height:1.7;max-width:56ch}.section-dark .section-body{color:#fff9}.section-orange .section-body{color:#fffc}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.phone-frame{position:relative;margin:0 auto;max-width:300px}.phone-frame-inner{background:var(--black);border-radius:44px;padding:14px;box-shadow:0 32px 80px #0000002e,0 0 0 1px #ffffff0f}.phone-screen{background:var(--white);border-radius:32px;overflow:hidden;aspect-ratio:9/19.5;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;position:relative}.phone-screen-checkin{background:linear-gradient(160deg,#0d0d0d,#1a1a1a)}.phone-screen-circle{background:linear-gradient(160deg,#fff8f5,#fff)}.phone-mock-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#ffffff59;margin-bottom:1.5rem;align-self:flex-start}.checkin-scale{display:flex;align-items:center;gap:0;width:100%;position:relative;margin:1rem 0}.checkin-track{flex:1;height:6px;background:#ffffff26;border-radius:3px;position:relative;overflow:visible}.checkin-fill{width:65%;height:100%;background:var(--orange);border-radius:3px}.checkin-thumb{position:absolute;left:63%;top:50%;transform:translate(-50%,-50%);width:22px;height:22px;background:var(--white);border-radius:50%;box-shadow:0 2px 8px #0006}.checkin-emoji{font-size:2.5rem;margin-bottom:.5rem}.checkin-question{font-size:.8125rem;font-weight:600;color:#ffffffe6;text-align:center;margin-bottom:1rem;line-height:1.4}.circle-avatars{display:flex;flex-direction:column;gap:8px;width:100%}.circle-avatar{display:flex;align-items:center;gap:10px;background:var(--gray-50);border-radius:10px;padding:8px 10px}.circle-avatar-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:var(--white);flex-shrink:0}.circle-avatar-info{flex:1}.circle-avatar-name{font-size:.75rem;font-weight:600;color:var(--black)}.circle-avatar-sub{font-size:.625rem;color:var(--gray-400);margin-top:1px}.circle-avatar-status{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0}.feature-bullets{list-style:none;display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.feature-bullets li{display:flex;gap:1rem;align-items:flex-start}.bullet-icon{width:36px;height:36px;border-radius:10px;background:var(--orange-light);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.bullet-icon svg{color:var(--orange)}.bullet-text strong{display:block;font-size:.9375rem;font-weight:700;margin-bottom:2px}.bullet-text p{font-size:.875rem;color:var(--gray-600);line-height:1.5}.download-section{text-align:center;padding:6rem 2rem}.download-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.03em;margin-bottom:2rem;line-height:1.05}.store-buttons{display:flex;gap:0;justify-content:flex-start;flex-wrap:wrap}.download-section .store-buttons{justify-content:center}.faq-list{width:100%}.faq-item{border-top:1px solid var(--gray-200)}.faq-item:last-child{border-bottom:1px solid var(--gray-200)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.75rem 0;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font);font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:600;color:var(--black);transition:color .12s;letter-spacing:-.01em}.faq-question:hover{color:var(--black)}.faq-icon{flex-shrink:0;font-size:28px!important;color:var(--black)}.faq-item.open .faq-icon{color:var(--black)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s cubic-bezier(.4,0,.2,1)}.faq-answer-inner{padding:0 0 1.75rem;font-size:clamp(1.25rem,1.75vw,1.5rem);color:var(--gray-600);line-height:1.75;max-width:70ch}.morris-grid{display:grid;grid-template-columns:1fr 1fr;min-height:100svh}.morris-bear{background:var(--white);display:flex;align-items:center;justify-content:center;padding:4rem}.morris-bear-img{height:clamp(500px,79vh,790px);object-fit:contain;object-position:bottom;max-width:100%}.morris-text{background:var(--white);display:flex;flex-direction:column;justify-content:center;padding:5rem 5rem 5rem 6rem}@media(max-width:768px){.morris-grid{grid-template-columns:1fr;min-height:auto}.morris-bear{padding:3rem 2rem 1rem}.morris-bear-img{height:clamp(240px,55vw,380px)}.morris-text{padding:2rem 1.5rem 3rem}}.story-hero{padding:5rem 0 4rem}.story-lead{font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:700;letter-spacing:-.025em;line-height:1.25;max-width:28ch;margin-bottom:2rem}.story-lead-full{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;letter-spacing:-.035em;line-height:1.05;max-width:100%;margin-bottom:3rem;color:var(--black)}.story-body-cols{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem}@media(max-width:768px){.story-body-cols{grid-template-columns:1fr;gap:1.5rem}.story-lead-full{font-size:clamp(2rem,6vw,3rem)}}.story-body{font-size:clamp(1.25rem,1.75vw,1.5rem);color:var(--gray-600);line-height:1.7;margin-bottom:1.5rem}.story-bear{display:flex;justify-content:center;padding:4rem 0}.story-bear img{max-height:420px;object-fit:contain}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem}.values-list{display:flex;flex-direction:column}.values-list-item{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;padding:3rem 0;border-top:1px solid var(--gray-200)}.values-list-item:last-child{border-bottom:1px solid var(--gray-200)}.values-list-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:500;letter-spacing:-.015em;line-height:1.1;color:var(--black)}.values-list-body{font-size:clamp(1.125rem,1.5vw,1.25rem);color:var(--gray-600);line-height:1.7}@media(max-width:768px){.values-list-item{grid-template-columns:1fr;gap:1rem}}.value-card{padding:1.75rem;background:var(--gray-50);border-radius:16px}.value-card-icon{width:44px;height:44px;border-radius:12px;background:var(--orange);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.value-card-title{font-size:1.0625rem;font-weight:700;margin-bottom:.5rem}.value-card-body{font-size:.9rem;color:var(--gray-600);line-height:1.6}.orgs-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:5rem 0 4rem}.orgs-hero-bear{display:flex;justify-content:center}.orgs-hero-bear img{max-height:480px;object-fit:contain}.orgs-checklist{list-style:none;display:flex;flex-direction:column;gap:.875rem;margin:2rem 0}.orgs-checklist li{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;font-weight:500}.orgs-checklist-dot{width:20px;height:20px;border-radius:50%;background:var(--orange);display:flex;align-items:center;justify-content:center;flex-shrink:0}.orgs-checklist-dot svg{color:var(--white)}.orgs-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.orgs-carousel{position:relative;display:grid;grid-template-columns:50% 50%;min-height:100svh;width:100%}.orgs-carousel-panel{position:relative;overflow:hidden;min-height:100svh}.orgs-carousel-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.orgs-carousel-text{display:flex;flex-direction:column;justify-content:center;padding:6rem 8rem;background:var(--white)}.orgs-feature-title{font-size:clamp(2.25rem,4vw,3.5rem);font-weight:600;letter-spacing:-.03em;color:var(--black);line-height:1.05}.orgs-feature-body{font-size:clamp(1.25rem,1.75vw,1.5rem);color:var(--gray-600);line-height:1.7;max-width:36ch}.orgs-carousel-flip{direction:rtl}.orgs-carousel-flip>*{direction:ltr}@media(max-width:768px){.orgs-carousel{grid-template-columns:1fr}.orgs-carousel-flip{direction:ltr}.orgs-carousel-panel{min-height:320px}.orgs-carousel-text{padding:3rem 2rem}}.orgs-steps-list{display:flex;flex-direction:column}.orgs-steps-item{display:grid;grid-template-columns:6rem 1fr 1fr;gap:2rem;align-items:start;padding:2.5rem 0;border-top:1px solid rgba(255,255,255,.12)}.orgs-steps-item:last-child{border-bottom:1px solid rgba(255,255,255,.12)}.orgs-steps-num{font-size:1rem;font-weight:600;color:var(--orange);letter-spacing:.05em}.orgs-steps-title{font-size:clamp(1.25rem,2vw,1.75rem);font-weight:600;letter-spacing:-.02em;color:var(--white);line-height:1.2}.orgs-steps-body{font-size:clamp(1rem,1.25vw,1.125rem);color:#fff9;line-height:1.7}@media(max-width:768px){.orgs-steps-item{grid-template-columns:3rem 1fr;grid-template-rows:auto auto}.orgs-steps-body{grid-column:2}}.orgs-step{text-align:left}.orgs-step-num{font-size:3rem;font-weight:800;letter-spacing:-.04em;color:var(--orange);line-height:1;margin-bottom:1rem}.orgs-step-title{font-size:1.0625rem;font-weight:700;margin-bottom:.5rem}.orgs-step-body{font-size:.9rem;color:var(--gray-600);line-height:1.6}.contact-box{background:var(--orange-light);border-radius:20px;padding:2.5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.contact-box-text strong{display:block;font-size:1.25rem;font-weight:700;margin-bottom:.375rem}.contact-box-text p{font-size:.9375rem;color:var(--gray-600)}.footer{border-top:1px solid var(--gray-200);padding:4rem 0 3rem}.footer-nav{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1.5rem}.footer-nav-links{display:flex;gap:3rem;flex-wrap:wrap}.footer-social{display:flex;gap:1rem;align-items:center}.footer-social-link{color:var(--black);display:flex;align-items:center;transition:color .12s}.footer-social-link:hover{color:var(--orange)}.footer-nav-link{font-size:1.375rem;font-weight:600;color:var(--black);letter-spacing:-.01em;transition:color .12s}.footer-nav-link:hover{color:var(--orange)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.footer-legal{display:flex;gap:1.5rem}.footer-legal a{font-size:.8125rem;color:var(--gray-400);transition:color .12s}.footer-legal a:hover{color:var(--black)}.footer-copy{font-size:.8125rem;color:var(--gray-400)}.orgs-subnav{display:flex;justify-content:center;gap:4rem;padding:1.25rem 2rem;border-bottom:1px solid var(--gray-200);background:var(--white);overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.orgs-subnav::-webkit-scrollbar{display:none}.orgs-subnav-link{font-size:1.25rem;font-weight:500;color:var(--gray-400);background:none;border:none;cursor:pointer;padding:0;font-family:var(--font);letter-spacing:-.01em;transition:color .15s;white-space:nowrap}.orgs-subnav-link:hover{color:var(--black)}.orgs-subnav-link.active{color:var(--black);font-weight:600}.orgs-subnav-sticky{position:fixed;top:var(--nav-h);left:0;right:0;z-index:99;background-color:#fff!important;border-bottom:1px solid var(--gray-200);isolation:isolate}.orgs-subnav-sticky .orgs-subnav{border-bottom:none;padding:1rem 2rem}.text-gradient{background:linear-gradient(90deg,#00c3d0,#08f);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.anim-fade-up{animation:fadeUp .5s cubic-bezier(.4,0,.2,1) both}.anim-delay-1{animation-delay:.1s}.anim-delay-2{animation-delay:.2s}.anim-delay-3{animation-delay:.3s}.anim-delay-4{animation-delay:.4s}@media(max-width:899px){.page-home .faq-section{padding:4rem 0}}@media(max-width:900px){.feature-row{grid-template-columns:1fr;gap:3rem}.feature-row.reverse{direction:ltr}.phone-frame{max-width:260px}.orgs-hero-grid{grid-template-columns:1fr}.orgs-hero-bear{order:-1}.orgs-hero-bear img{max-height:320px}.orgs-how-grid{grid-template-columns:1fr;gap:2rem}.hero-bear{display:none}}@media(max-width:768px){.nav{padding:0 1.25rem}.orgs-subnav{gap:1.75rem;padding:.875rem 1.25rem;justify-content:flex-start}.orgs-subnav-link{font-size:.9375rem}.orgs-subnav-sticky .orgs-subnav{padding:.75rem 1.25rem}.nav-overlay{padding:0 1.75rem 2rem}.nav-overlay-top{margin-bottom:1.5rem}.nav-overlay-links{justify-content:flex-start;gap:.25rem}.nav-overlay-links li a{font-size:clamp(2rem,10vw,2.75rem);padding:.4rem 0}.nav-overlay-bottom a{white-space:nowrap}.hero{padding:3rem 1.5rem;text-align:left}.section{padding:4rem 0}.container{padding:0 1.25rem}.footer-inner{flex-direction:column;align-items:flex-start;gap:1.25rem}.contact-box{flex-direction:column}.values-grid{grid-template-columns:1fr}.download-section{padding:4rem 1.25rem}}@media(max-width:480px){.hero-title{font-size:2.75rem}}
