@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap";:root{--coheus-blue: #0033A0;--coheus-green: #00A651;--coheus-blue-soft: rgba(0, 51, 160, .08);--coheus-green-soft: rgba(0, 166, 81, .08);--glass-bg: rgba(255, 255, 255, .18);--glass-border: rgba(255, 255, 255, .35);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .06);--nav-active-bg: #e8e0f0;--nav-active-text: #1a1a2e;--overlay-bg: rgba(0, 0, 0, .4);--text-primary: #1a1a2e;--text-secondary: #4a4a5e;--text-muted: #6b6b7b;--bg-page: #ffffff;--bg-section: #f8f9fb;--border-light: #e8eaef;--moneyball-warm: #f5f0e6;--moneyball-grass: #e3ebe3;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:var(--text-primary);background-color:var(--bg-page);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark]{--glass-bg: rgba(18, 18, 26, .55);--glass-border: rgba(255, 255, 255, .08);--glass-shadow: 0 8px 32px rgba(0, 0, 0, .25);--text-primary: #f0f0f5;--text-secondary: #c0c0d0;--text-muted: #9090a0;--bg-page: #12121a;--bg-section: #1a1a24;--border-light: #2a2a38;--nav-active-bg: #2a2540;--nav-active-text: #e8e0f0;--moneyball-warm: #141a22;--moneyball-grass: #161c26}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}body.drawer-open{overflow:hidden}a{color:var(--coheus-blue);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--coheus-blue);outline-offset:2px}button:focus-visible,a:focus-visible{outline:2px solid var(--coheus-blue);outline-offset:2px}.app{height:100vh;overflow:hidden;display:flex;flex-direction:column}.main{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scroll-snap-type:y mandatory;scroll-behavior:smooth}.snap-section{min-height:100vh;min-height:100dvh;scroll-snap-align:start;scroll-snap-stop:normal;display:flex;align-items:center;justify-content:center;padding:0;box-sizing:border-box}@media(max-width:480px){.snap-section{padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom)}}#hero.snap-section{background:linear-gradient(180deg,var(--bg-section) 0%,var(--bg-page) 100%)}.snap-section>*{width:100%}.section{padding:2.5rem 1rem;width:100%;max-width:none}@media(min-width:600px){.section{padding:clamp(3rem,6vw,5rem) 1.5rem}}@media(min-width:1024px){.section{padding:clamp(4rem,10vw,8rem) clamp(1.5rem,5vw,3rem)}}.section__content{max-width:1400px;margin:0 auto;width:100%;padding:0 .25rem}@media(min-width:480px){.section__content{padding:0}}.section--alt{background-color:var(--bg-section)}.section__title{font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800;color:var(--text-primary);margin:0 0 1rem;letter-spacing:-.03em;line-height:1.2}@media(min-width:480px){.section__title{font-size:clamp(1.75rem,4vw,2.5rem)}}.section__subtitle{font-size:clamp(1rem,1.2vw,1.125rem);color:var(--text-secondary);margin:0 0 2rem;line-height:1.65;max-width:52em;letter-spacing:.01em}.section__lead{font-size:clamp(1.0625rem,1.1vw,1.25rem);color:var(--text-secondary);margin:0 auto 2rem;line-height:1.65;max-width:42em;text-align:center;letter-spacing:.01em}.cta{display:inline-block;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background-color:var(--coheus-blue);border:none;border-radius:8px;cursor:pointer;transition:background-color .2s,transform .1s}.cta:hover{background-color:#002a80;text-decoration:none}.cta:active{transform:scale(.98)}.cta--secondary{background:transparent;color:var(--coheus-blue);border:2px solid var(--coheus-blue)}.cta--secondary:hover{background:var(--coheus-blue-soft);color:var(--coheus-blue)}.section__small-title{font-size:1rem;font-weight:700;color:var(--text-primary);margin:1.5rem 0 .5rem}.section__link{color:var(--coheus-blue);font-weight:500}.section__link:hover{text-decoration:underline}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:none;padding-top:env(safe-area-inset-top,0)}[data-theme=dark] .header{background:transparent;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:none}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.25rem 1rem;min-height:44px}.header__logo{display:flex;align-items:center;flex-shrink:0}.header__logo img{height:48px;width:auto}.header__nav{flex:1}.header__nav-list{display:flex;gap:2rem;list-style:none;padding:0;margin:0}.header__nav-link--btn{background:none;border:none;font-size:1rem;font-weight:600;color:var(--text-secondary);cursor:pointer;padding:.5rem;transition:color .2s}.header__nav-link--btn:hover{color:var(--coheus-blue)}.header__theme-toggle{background:none;border:none;cursor:pointer;padding:.5rem 0;display:flex;align-items:center;margin-top:auto}.header__theme-toggle-track{width:56px;height:30px;background-color:#e2e8f0;border-radius:15px;position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 6px;transition:background-color .3s ease;box-shadow:inset 0 2px 4px #0000001a}[data-theme=dark] .header__theme-toggle-track{background-color:#334155}.header__theme-toggle-thumb{position:absolute;left:3px;top:3px;width:24px;height:24px;background-color:#fff;border-radius:50%;box-shadow:0 2px 5px #0003;transition:transform .3s cubic-bezier(.4,0,.2,1)}[data-theme=dark] .header__theme-toggle-thumb{transform:translate(26px);background-color:#0f172a}.header__theme-icon{font-size:14px;line-height:1;pointer-events:none;z-index:1;-webkit-user-select:none;user-select:none}.header__theme-icon.sun{color:#f59e0b}.header__theme-icon.moon{color:#94a3b8}[data-theme=dark] .header__theme-icon.moon{color:#fbbf24}.header__menu-btn{display:flex;align-items:center;justify-content:center;width:52px;height:52px;padding:0;background:#ffffff40;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.3);cursor:pointer;border-radius:12px;color:var(--text-primary);flex-shrink:0;font-size:1.5rem;transition:background .2s ease}[data-theme=dark] .header__menu-btn{background:#ffffff14;border-color:#ffffff1f}.header__menu-btn:hover{background:#fff6}.header__overlay{position:fixed;inset:0;background:var(--overlay-bg);z-index:105;cursor:pointer}.header__drawer{position:fixed;top:0;left:0;width:min(300px,85vw);height:100vh;background:#ffffff26;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);z-index:106;padding:4rem 1.25rem 1.5rem;box-shadow:8px 0 32px #0000000f;transform:translate(-100%);transition:transform .25s ease-out;display:flex;flex-direction:column;gap:1.5rem;border-right:1px solid rgba(255,255,255,.2)}[data-theme=dark] .header__drawer{background:transparent;box-shadow:none;border-right-color:transparent}.header__drawer--open{transform:translate(0)}.header__nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.header__nav-list li{margin:0}.header__nav-link{display:block;padding:.75rem 1rem;color:var(--text-primary);font-weight:500;border-radius:8px;margin-bottom:2px}.header__nav-link:hover{background:var(--coheus-blue-soft);text-decoration:none}.header__nav-link--btn{background:none;border:none;font:inherit;cursor:pointer;width:100%;text-align:left}.header__nav-link--btn:hover{text-decoration:none}.header__nav-link--active{background:var(--nav-active-bg);color:var(--nav-active-text)}@media(min-width:768px){.header__inner{padding:.75rem 1.5rem;max-width:1200px;margin:0 auto}.header__logo img{height:56px}@media(min-width:1024px){.header__logo img{height:80px}}.header__menu-btn{display:none}.header__drawer{position:static;width:auto;height:auto;padding:0;box-shadow:none;transform:none;background:transparent;flex:1;flex-direction:row;align-items:center;justify-content:center;gap:1rem;margin-right:.5rem;border-right:none}.header__drawer--open{transform:none}.header__nav{flex:none}.header__nav-list{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.25rem}.header__nav-link{padding:.5rem 1rem;margin-bottom:0;font-size:1.0625rem;font-weight:600}.header__theme-toggle{margin-top:0}}.section-legal__body{font-size:.9375rem;color:var(--text-secondary);line-height:1.7}.section-legal__body p{margin:0 0 1rem}.section-legal__body p:last-child{margin-bottom:0}:root{--hero-title-font: clamp(2.5rem, 5.5vw, 4.2rem);--hero-title-weight: 800;--hero-glow-primary: rgba(255, 255, 255, .8);--hero-glow-secondary: rgba(255, 255, 255, .5);--hero-perspective: 2500px;--hero-transition: .3s ease}.hero{width:100vw;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:6rem 1rem 1.5rem;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#fff;box-sizing:border-box;position:relative;overflow:visible}@media(min-width:600px){.hero{padding:6.5rem 1.5rem 2rem}}.hero--image-bg{background-image:url(/ugc/moneyball-ball-in-glove-left.png);background-size:cover;background-position:center}.hero__background-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(239,246,255,.3),transparent 50%);z-index:0}.hero__grid{width:100%;max-width:1400px;position:relative;z-index:2;display:flex;flex-direction:column;gap:1rem}.hero__header-group{text-align:center;margin-top:.5rem;margin-bottom:0;position:relative;z-index:10}.hero__title{font-size:clamp(1.5rem,5vw,3rem);font-weight:800;line-height:1.15;color:#0f172a;letter-spacing:-.03em;text-shadow:0 2px 40px rgba(255,255,255,.8),0 0 20px rgba(255,255,255,.5);margin:0 auto;max-width:900px}@media(min-width:640px){.hero__title{white-space:nowrap;font-size:clamp(2rem,4vw,3rem)}}.hero__title--typing{min-height:1.2em}.cohi-headline-ticker{min-width:1ch}.hero__scene-container{position:relative;width:100%;min-height:clamp(600px,68vw,860px);display:flex;perspective:var(--hero-perspective);transform-style:preserve-3d;margin-top:-2.5rem;z-index:5}.hero__glow-lines{position:absolute;inset:0;z-index:1;pointer-events:none}.path-glow{stroke-dasharray:10,10;animation:dashMove 30s linear infinite}@keyframes dashMove{0%{stroke-dashoffset:200}to{stroke-dashoffset:0}}.hero__side-cards--left{position:absolute;left:5%;top:12%;transform:rotateY(25deg);display:flex;flex-direction:column;gap:1.25rem;z-index:10}.hero__floating-card{width:380px;padding:1.5rem 1.4rem;border-radius:16px;animation:floatLeft 8s ease-in-out infinite;display:flex;flex-direction:column;gap:.5rem;min-height:120px}.hero__floating-card--urgent{border-left:5px solid #22c55e;animation-delay:-1s}.hero__floating-card--attention{border-left:5px solid #ffcd4b;animation-delay:-3s}.hero__floating-card--working{border-left:5px solid #4ade80;animation-delay:-5s}@keyframes floatLeft{0%,to{transform:translate(0)}50%{transform:translate(10px,-15px)}}.hero__card-label{display:flex;align-items:center;gap:.75rem;font-size:1.1rem;font-weight:700;color:#000}.hero__status-dot{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#fff}.hero__status-dot--red{background:#ff4b4b}.hero__status-dot--green{background:#22c55e}.hero__status-dot--orange{background:#ffcd4b}.hero__status-dot--blue{background:#3b82f6}.hero__card-controls{margin-left:auto;font-size:.9rem;display:flex;gap:.5rem;color:#475569}.hero__card-main-text{font-size:.875rem;line-height:1.45;color:#0f172a;margin:0;font-weight:500}.hero__card-detail-text{font-size:.8rem;line-height:1.4;color:#111;margin:.4rem 0 0;font-weight:400}.hero__card-bar-container{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.hero__card-bar{flex:1;height:14px;background:#f1f5f9;border-radius:7px;overflow:hidden;border:1px solid #e2e8f0}.hero__card-bar-fill{height:100%;background:linear-gradient(90deg,#4ade80,#22c55e)}.hero__card-bar-label{font-size:.9rem;font-weight:600;color:#64748b}.hero__inline-tag{font-size:.85rem;padding:4px 12px;border-radius:6px;font-weight:600}.hero__inline-tag.yellow{background:#fffbe6;color:#b78103;border:1px solid #ffe58f}.hero__card-tag-row{display:flex;flex-direction:column;gap:.6rem}.hero__mini-stats{display:flex;gap:2rem;font-size:.8rem;color:#94a3b8}.hero__main-assets{flex:1;position:relative;perspective:2000px;transform-style:preserve-3d;transform:rotateY(-15deg) translateZ(50px)}.hero__info-card{position:absolute;top:20px;right:5%;width:380px;padding:1.1rem;border-radius:16px;z-index:50;animation:floatRight 10s ease-in-out infinite;display:none}@keyframes floatRight{0%,to{transform:translate(0)}50%{transform:translate(-15px,15px)}}.hero__info-card-content{display:flex;gap:1rem;margin-bottom:.75rem}.hero__info-icon{font-size:1.5rem}.hero__info-card-content p{font-size:.95rem;line-height:1.4;color:#334155;margin:0}.hero__info-tag-row{display:flex;align-items:center;justify-content:space-between}.hero__compact-tag{background:#ffcd4b;color:#451a03;padding:4px 10px;border-radius:4px;font-size:.8rem;font-weight:700;display:flex;align-items:center;gap:.5rem}.hero__check-group{display:flex;gap:.4rem}.check{width:18px;height:18px;background:#e2e8f0;color:#94a3b8;border-radius:50%;font-size:.65rem;display:flex;align-items:center;justify-content:center}.check.orange{background:#fbbf24;color:#fff}.check.highlighted{background:#ffbe0f;color:#fff;box-shadow:0 0 10px #fbbf2466}.hero__laptop-wrap{position:absolute;bottom:clamp(120px,12vw,240px);right:-5%;width:clamp(700px,70vw,900px);z-index:20}.hero__device-laptop{position:relative;width:100%;aspect-ratio:16/10;background:#000;border-radius:20px 20px 0 0;padding:12px 12px 24px;box-shadow:inset 0 0 0 1px #ffffff1a,0 25px 50px -12px #00000080;transform:rotateY(-6deg) rotateX(3deg)}.hero__device-laptop:before{content:"";position:absolute;top:8px;left:50%;transform:translate(-50%);width:6px;height:6px;background:#1a1a1a;border-radius:50%;box-shadow:0 0 0 1px #0d0d0d;z-index:20}.hero__laptop-base{position:absolute;bottom:-12px;left:0;width:100%;height:12px;background:#e3e4e5;background-image:linear-gradient(to bottom,#e3e4e5,#d1d1d6);border-radius:0 0 16px 16px;box-shadow:inset 0 1px #fffc,0 10px 20px #0003}.hero__laptop-base:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:16%;height:4px;background:#0000001a;border-radius:0 0 5px 5px}.hero__laptop-screen{position:relative;width:100%;height:100%;background:#fcfdfe;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;box-shadow:inset 0 0 0 1px #00000080}[data-theme=dark] .hero__laptop-screen{background:#0f1218}.hero__laptop-image{width:100%;height:100%;object-fit:cover;object-position:top left}.hero__internal-app{display:flex;flex-direction:column;height:100%}.hero__app-bar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.hero__app-logo-box{display:flex;align-items:center;gap:.5rem}.hero__app-logo-box img{width:22px}.hero__app-logo-box span{font-weight:700;font-size:.9rem;color:#1e3a8a}.hero__app-actions{display:flex;gap:1rem;font-size:.75rem;color:#64748b;align-items:center}.hero__app-dashboard{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.hero__dash-row{display:flex;gap:1rem;padding:1rem;border-radius:12px;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border)}.dash-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.8rem}.hero__dash-row.red{background:#fff1f259}.hero__dash-row.red .dash-icon{background:#ff4b4b;color:#fff}.hero__dash-row.orange{background:#fffbeb59}.hero__dash-row.orange .dash-icon{background:#fbbf24;color:#fff}.hero__dash-row.blue{background:#eff6ff59}.hero__dash-row.blue .dash-icon{background:#3b82f6;color:#fff}.dash-content strong{display:block;font-size:.85rem;margin-bottom:.2rem}.dash-content p{font-size:.8rem;margin:0;color:#64748b}@keyframes floatPhone{0%,to{transform:translateZ(120px) rotateY(-8deg) translateY(0)}50%{transform:translateZ(120px) rotateY(-8deg) translateY(-12px)}}.hero__phone-wrap{position:absolute;bottom:clamp(60px,8vw,140px);right:2%;width:clamp(180px,17vw,240px);z-index:40;animation:floatPhone 6s ease-in-out infinite;animation-delay:1s;transition:transform var(--hero-transition)}.hero__phone-image{width:100%;height:auto;border-radius:42px;mix-blend-mode:multiply;display:block;background:transparent}.hero__gauge-card{position:absolute;bottom:-40px;right:-60px;width:240px;padding:1.25rem;border-radius:20px;z-index:60;display:none}.hero__gauge-header{font-size:.85rem;margin-bottom:1rem;color:#1e293b}.hero__gauge-header strong{font-weight:800}.hero__gauge-body{display:flex;justify-content:space-between;align-items:center}.label-item{display:flex;align-items:center;gap:.5rem;font-size:.7rem;color:#64748b;margin-bottom:.4rem}.dot{width:8px;height:8px;border-radius:50%}.dot.blue{background:#3b82f6}.dot.gray{background:#e2e8f0}.gauge-circle{width:70px;height:70px;border-radius:50%;border:6px solid #e2e8f0;border-top-color:#3b82f6;display:flex;align-items:center;justify-content:center;transform:rotate(-45deg)}.gauge-val{font-size:.85rem;font-weight:800;color:#1e3a8a;transform:rotate(45deg)}.hero__gauge-footer{margin-top:1rem;font-size:.65rem;color:#94a3b8;border-top:1px solid #f1f5f9;padding-top:.5rem}.glass-panel{background:#ffffffd9;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow)}[data-theme=dark] .glass-panel{background:#ffffffbf;backdrop-filter:blur(32px);-webkit-backdrop-filter:blur(32px);border-color:#ffffff4d}[data-theme=dark] .hero__card-main-text{color:#1a1a1a}[data-theme=dark] .hero__card-detail-text{color:#333}[data-theme=dark] .hero__info-card-content p{color:#1a1a1a}@media(max-width:1200px){.hero__side-cards--left{left:0;transform:rotateY(15deg) scale(.9)}.hero__laptop-wrap{right:5%;width:600px}.hero__phone-wrap{left:300px}.hero__info-card{width:350px}}@media(max-width:768px){.hero__scene-container{height:auto;min-height:0;flex-direction:column;perspective:none;transform-style:flat;margin-top:-.5rem}.hero__header-group{margin-bottom:1.25rem}.hero__side-cards--left{position:relative;inset:auto;transform:none;width:100%;order:1;gap:.75rem}.hero__main-assets{display:none}.hero__floating-card{width:100%;max-width:340px;margin:0 auto;padding:1rem;font-size:.9375rem;position:relative;inset:auto;transform:none!important;animation:none!important}.hero__card-main-text{font-size:.9375rem}.hero__glow-lines{display:none}}.hero__scroll-hint{position:absolute;bottom:calc(1rem + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--text-muted);font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;transition:color .2s;z-index:2}@media(min-width:640px){.hero__scroll-hint{bottom:1.5rem}}.hero__scroll-hint:hover{color:var(--coheus-blue)}.hero__scroll-hint:focus-visible{outline:2px solid var(--coheus-blue);outline-offset:4px;border-radius:4px}.hero__scroll-hint-icon{display:block;width:24px;height:24px;border:2px solid currentColor;border-radius:50%;position:relative}.hero__scroll-hint-icon:after{content:"";position:absolute;top:5px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid currentColor}.section__title--center,.section__subtitle--center{text-align:center}.section-why__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:960px;margin:0 auto 2rem}@media(min-width:640px){.section-why__grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.75rem}}.section-why__card{padding:1.5rem;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);transition:border-color .2s,box-shadow .2s}.section-why__card:hover{border-color:#0033a026;box-shadow:0 4px 20px #0033a00f}.section-why__card-title{font-size:1rem;font-weight:600;color:var(--coheus-blue);margin:0 0 .5rem;letter-spacing:-.01em}.section-why__card-text{font-size:.9375rem;color:var(--text-secondary);line-height:1.55;margin:0}.section-why__cta-wrap{text-align:center;margin:0}.section-why__cta{margin:0}.section-cta__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.section-cta__btn{margin:0}.section--with-pattern{position:relative}.section--with-pattern:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg' opacity='0.03'%3E%3Cpath d='M0 20 L40 20 M20 0 L20 40' stroke='%230033A0' stroke-width='0.5'/%3E%3C/svg%3E");background-repeat:repeat;pointer-events:none}.section--with-pattern .section__title,.section--with-pattern .section__subtitle,.section--with-pattern .one-view__list{position:relative;z-index:1}.one-view__list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;max-width:960px;margin:0 auto}.one-view__item{padding:1.5rem;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);transition:border-color .2s,box-shadow .2s}.one-view__item:hover{border-color:#0033a01f;box-shadow:0 4px 16px #0033a00d}.one-view__item-title{font-size:1rem;font-weight:600;color:var(--coheus-blue);margin:0 0 .4rem}.one-view__item-text{font-size:.9375rem;color:var(--text-secondary);line-height:1.5;margin:0}.section-outcomes{position:relative;overflow:hidden}.section-outcomes:before{content:"";position:absolute;inset:0;background-image:url(/ugc/philosophy-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.14;pointer-events:none;z-index:0}[data-theme=dark] .section-outcomes:before{opacity:.11}.section-outcomes .section__title,.section-outcomes .section__subtitle,.section-outcomes .outcomes__grid{position:relative;z-index:1}.outcomes__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:1400px;margin:0 auto}@media(min-width:600px){.outcomes__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:900px){.outcomes__grid{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.outcome-card{padding:1.25rem;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid var(--glass-border);border-left:4px solid var(--coheus-blue);box-shadow:var(--glass-shadow);transition:border-color .2s,box-shadow .25s,transform .2s ease}@media(min-width:600px){.outcome-card{padding:1.75rem}}.outcome-card:hover{border-color:#0033a040;box-shadow:0 8px 24px #0000000f,0 12px 40px #0033a01f;transform:translateY(-2px)}@media(prefers-reduced-motion:reduce){.outcome-card:hover{transform:none}}[data-theme=dark] .outcome-card{border-color:var(--glass-border)}[data-theme=dark] .outcome-card:hover{box-shadow:0 8px 28px #0006,0 12px 40px #0033a026}.outcome-card__title{font-size:1.0625rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;letter-spacing:-.015em}.outcome-card__quote{font-size:1rem;font-weight:600;color:var(--coheus-blue);margin:0 0 .5rem;line-height:1.45;letter-spacing:.01em}.outcome-card__text{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin:0;letter-spacing:.01em}.ugc-section .section__title,.ugc-section .section__subtitle,.ugc-section__grid{max-width:1400px;margin-left:auto;margin-right:auto}.ugc-section__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;width:100%}@media(min-width:700px){.ugc-section__grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.ugc-section__card{margin:0;text-align:center}.ugc-section__card{display:flex;flex-direction:column}.ugc-section__frame{border-radius:16px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000f;transition:box-shadow .25s,transform .25s;padding:1.5rem 1.25rem 0;flex:1;display:flex;flex-direction:column}[data-theme=dark] .ugc-section__frame{background:var(--glass-bg);border-color:var(--glass-border)}.ugc-section__card:hover .ugc-section__frame{box-shadow:0 8px 32px #0033a01a;transform:translateY(-2px)}.ugc-section__frame-header{padding:.5rem 0 1rem}.ugc-section__frame-headline{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:800;color:var(--text-primary);margin:0;line-height:1.25;letter-spacing:-.02em}.ugc-section__frame-headline-sub{font-size:clamp(1rem,1.8vw,1.35rem);font-weight:700;color:var(--coheus-green, #00A651);margin:.15rem 0 0;line-height:1.3}.ugc-section__img{width:100%;flex:1;display:block;vertical-align:top;object-fit:contain;object-position:center bottom;border-radius:8px 8px 0 0;min-height:0}.ugc-section__caption{display:block;margin-top:.75rem;padding:0 .25rem}@media(min-width:480px){.ugc-section__caption{margin-top:1rem;padding:0 .5rem}}.ugc-section__caption-title{display:block;font-weight:700;font-size:1rem;color:var(--coheus-blue);margin-bottom:.25rem;letter-spacing:-.01em}@media(min-width:480px){.ugc-section__caption-title{font-size:1.0625rem}}.ugc-section__caption-text{font-size:.875rem;color:var(--text-secondary);line-height:1.5;letter-spacing:.01em}@media(min-width:480px){.ugc-section__caption-text{font-size:.9375rem}}.masonry-section{background:linear-gradient(180deg,var(--bg-page) 0%,var(--bg-section) 50%,var(--bg-page) 100%);padding-left:1rem;padding-right:1rem}.masonry-section__header{text-align:center;margin-bottom:3rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.masonry-section__header--visible{opacity:1;transform:translateY(0)}.masonry-section__header .section__title{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.03em}.masonry-section__lead{font-size:clamp(.9375rem,1.2vw,1.0625rem);color:var(--text-secondary);margin:.75rem auto 0;max-width:34em;line-height:1.65}.masonry-grid{columns:1;column-gap:1.25rem;width:100%;max-width:1400px;margin:0 auto}@media(min-width:640px){.masonry-grid{columns:2}}@media(min-width:1024px){.masonry-grid{columns:3;column-gap:1.5rem}}.masonry-card{break-inside:avoid;margin-bottom:1.25rem;background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 12px #0000000a,0 4px 24px #00000005;overflow:hidden;opacity:0;transform:translateY(30px) scale(.97);transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .3s ease}.masonry-card--visible{opacity:1;transform:translateY(0) scale(1)}.masonry-card:hover{box-shadow:0 8px 24px #00000014,0 16px 48px #0033a00f;transform:translateY(-3px) scale(1)}[data-theme=dark] .masonry-card{background:#ffffff0d;border-color:#ffffff14;box-shadow:0 2px 12px #0003}[data-theme=dark] .masonry-card:hover{box-shadow:0 8px 32px #0000004d}.masonry-card__media{position:relative;overflow:hidden;background:#00000005}[data-theme=dark] .masonry-card__media{background:#ffffff08}.masonry-card__img{width:100%;height:auto;display:block;object-fit:contain;transition:transform .5s cubic-bezier(.16,1,.3,1)}.masonry-card:hover .masonry-card__img{transform:scale(1.03)}.masonry-card__body{padding:1.25rem 1.5rem 1.5rem}.masonry-card__title{font-size:clamp(1rem,1.4vw,1.2rem);font-weight:800;color:var(--text-primary);margin:0 0 .35rem;letter-spacing:-.02em;line-height:1.2}.masonry-card__tagline{font-size:clamp(.75rem,.9vw,.8125rem);font-weight:500;color:var(--coheus-green, #00A651);margin:0 0 .75rem;font-style:italic;letter-spacing:.005em}.masonry-card__copy{font-size:clamp(.8rem,.95vw,.875rem);color:var(--text-secondary);line-height:1.7;margin:0}.masonry-section__quote{max-width:42em;margin:3rem auto;padding:2rem 2.5rem;text-align:center;font-size:clamp(1rem,1.3vw,1.1875rem);font-weight:600;color:var(--coheus-blue);font-style:italic;line-height:1.6;border-left:none;background:#0033a008;border-radius:20px;border:1px solid rgba(0,51,160,.08);opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.masonry-section__quote--visible{opacity:1;transform:translateY(0)}.masonry-section__quote cite{display:block;margin-top:.75rem;font-size:.8125rem;font-weight:500;font-style:normal;color:var(--text-muted);letter-spacing:.02em}.masonry-section__cta-wrap{text-align:center;margin:1.5rem 0 0}.masonry-section__cta{margin:0;font-size:.9375rem;font-weight:700;padding:.875rem 2.25rem;border-radius:12px;letter-spacing:.01em}@media(prefers-reduced-motion:reduce){.masonry-section__header,.masonry-section__header--visible,.masonry-card,.masonry-card--visible,.masonry-section__quote,.masonry-section__quote--visible{opacity:1!important;transform:none!important;transition:none!important}.masonry-card:hover .masonry-card__img{transform:none}.masonry-card:hover{box-shadow:0 2px 12px #0000000a}}.section-contact{text-align:center}.section-contact__lead{font-size:clamp(1rem,1.2vw,1.125rem);color:var(--text-secondary);margin:0 auto .75rem;max-width:28em;line-height:1.6}.section-contact__company{font-size:.9375rem;font-weight:600;color:var(--coheus-blue);margin:0 auto 1.5rem;letter-spacing:.02em;padding:0 .5rem;text-align:center}@media(min-width:480px){.section-contact__company{font-size:1rem;margin-bottom:2rem}}.section-contact__grid{display:grid;grid-template-columns:1fr;gap:.75rem;max-width:480px;margin:0 auto}@media(min-width:480px){.section-contact__grid{gap:1rem}}@media(min-width:640px){.section-contact__grid{grid-template-columns:repeat(3,1fr);max-width:900px;gap:1.5rem}}.section-contact__card{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-height:88px;padding:1.25rem 1rem;justify-content:center;background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:12px;box-shadow:var(--glass-shadow);text-decoration:none;color:inherit;transition:border-color .25s,box-shadow .25s,transform .2s}a.section-contact__card:hover{border-color:#0033a033;box-shadow:0 8px 24px #0033a014;transform:translateY(-2px)}.section-contact__card--address .section-contact__value{color:var(--text-secondary)}a.section-contact__card--address:hover .section-contact__value{color:var(--coheus-blue)}.section-contact__icon{font-size:1.5rem;opacity:.9}a.section-contact__card .section-contact__icon{color:var(--coheus-blue)}.section-contact__label{font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted)}.section-contact__value{font-size:1rem;font-weight:600;color:var(--text-primary)}a.section-contact__card .section-contact__value{color:var(--coheus-blue)}a.section-contact__card:hover .section-contact__value{color:#002a80}.section-contact__address{font-style:normal;font-weight:500;line-height:1.5;color:var(--text-secondary)}.footer{margin-top:4rem;padding:2rem 1.5rem;background:var(--bg-section);border-top:1px solid var(--border-light)}.footer__inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.25rem;text-align:center}.footer__disclaimer{max-width:42rem;font-size:.75rem;line-height:1.6;color:var(--text-muted);margin:0}.footer__bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem 2rem}.footer__legal{font-size:.75rem;color:var(--text-muted);margin:0}.footer__nav{display:flex;align-items:center;flex-wrap:wrap;justify-content:center;gap:0 1.5rem}.footer__link{font-size:.75rem;color:var(--text-muted);text-decoration:none;transition:color .15s ease}.footer__link:hover{color:var(--coheus-blue)}@media(min-width:768px){.footer{padding:2.5rem 2rem}.footer__bottom{flex-direction:row;gap:2rem}}.accessibility-tool{position:fixed;bottom:calc(1rem + env(safe-area-inset-bottom,0px));right:calc(1rem + env(safe-area-inset-right,0px));z-index:90}@media(min-width:640px){.accessibility-tool{bottom:1.5rem;right:1.5rem}}.accessibility-tool__trigger{width:48px;height:48px;border-radius:50%;background:var(--coheus-blue);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0033a059;transition:transform .2s,box-shadow .2s}.accessibility-tool__trigger:hover{transform:scale(1.05);box-shadow:0 6px 20px #0033a066}.accessibility-tool__panel{position:absolute;bottom:100%;right:0;margin-bottom:.5rem;padding:1rem;background:var(--bg-page);border:1px solid var(--border-light);border-radius:12px;box-shadow:0 8px 32px #00000026;min-width:180px;max-width:calc(100vw - 2rem)}.accessibility-tool__btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.6rem 1rem;background:var(--coheus-blue);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:background-color .2s}.accessibility-tool__btn:hover:not(:disabled){background:#002a80}.accessibility-tool__btn:disabled{opacity:.7;cursor:wait}.accessibility-tool__error{margin:.5rem 0 0;font-size:.75rem;color:#b91c1c;line-height:1.3}.accessibility-tool__hint{margin:.5rem 0 0;font-size:.75rem;color:var(--text-muted);line-height:1.4}.accessibility-tool__icon{font-size:.8rem}.page{padding-bottom:2rem}.page__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--text-primary);margin:0 0 1rem;letter-spacing:-.02em}.page__list{margin:0 0 1.5rem;padding-left:1.5rem;color:var(--text-secondary);line-height:1.7}.page__list li{margin-bottom:.5rem}.page__links{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.page__visual{margin:1.25rem 0 1.5rem;border-radius:14px;overflow:hidden;border:1px solid var(--border-light);background:var(--bg-section);box-shadow:0 8px 28px #00000014}.page__visual--mobile{max-width:420px;margin-left:auto;margin-right:auto}.page__visual-img{width:100%;height:auto;display:block;object-fit:cover}.page__link{color:var(--coheus-blue);font-weight:500}.page__link:hover{text-decoration:underline}.demo-placeholder{padding:2rem;background:var(--bg-section);border-radius:12px;border:1px dashed var(--border-light)}.demo-placeholder__text{margin:0 0 1rem;color:var(--text-secondary)}.demo-placeholder__disclaimer{font-size:.875rem;color:var(--text-muted);margin:0 0 1.5rem}.how-it-works__steps{list-style:none;margin:0 0 1.5rem;padding:0}.how-it-works__step{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.how-it-works__num{flex-shrink:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:var(--coheus-blue);color:#fff;font-weight:700;font-size:.875rem;border-radius:50%}.how-it-works__step-title{font-size:1.125rem;font-weight:700;margin:0 0 .25rem}.how-it-works__step-text{margin:0;color:var(--text-secondary);font-size:1rem}.exec-value__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1rem}.exec-value__card{padding:1.5rem;background:var(--bg-section);border-radius:10px;border:1px solid var(--border-light)}.exec-value__card p{margin:0 0 .75rem;font-size:.9375rem;color:var(--text-secondary);line-height:1.5}.exec-value__card p:last-child{margin-bottom:0}.exec-value__card-title{font-size:1.125rem;font-weight:700;color:var(--coheus-blue);margin:0 0 1rem}.pricing-placeholder,.sign-in-placeholder{padding:2rem 0}.sign-in-page .sign-in-placeholder{max-width:480px}
