.ct-page{--ct-blue:#537de3;--ct-cta-blue:#0289f8;--ct-navy:#243151;--ct-teal:#3bbec5;--ct-black:#040404;--ct-light-bg:#f3f4f6;--ct-section-bg:#d5e4f5;--ct-card-bg:#f0f6fd;--ct-divider:#c3c5cf;--ct-white:#fff;--ct-container:1200px;--ct-radius:16px;--ct-radius-sm:12px;--ct-radius-badge:30px;color:var(--ct-black);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}.ct-page *,.ct-page :before,.ct-page :after{box-sizing:border-box;margin:0;padding:0}.ct-page img{max-width:100%;height:auto;display:block}.ct-page section{padding:80px 0}.ct-container{max-width:var(--ct-container);margin:0 auto;padding:0 24px}.ct-section-title{letter-spacing:.8px;text-align:center;color:var(--ct-black);margin-bottom:48px;font-size:40px;font-weight:700;line-height:1.2}.ct-btn{letter-spacing:.4px;color:var(--ct-white);background-color:var(--ct-cta-blue);border-radius:var(--ct-radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;padding:18px 36px;font-size:20px;font-weight:600;line-height:1.2;text-decoration:none;transition:background-color .2s,transform .15s;display:inline-flex}.ct-btn:hover{color:var(--ct-white);background-color:#0270d1;text-decoration:none;transform:translateY(-1px)}.ct-btn:active{transform:translateY(0)}.ct-btn--secondary{color:var(--ct-cta-blue);border:2px solid var(--ct-cta-blue);background-color:#0000}.ct-btn--secondary:hover{background-color:var(--ct-cta-blue);color:var(--ct-white);text-decoration:none;transform:translateY(-1px)}.ct-cta .ct-btn--secondary{color:var(--ct-white);border-color:var(--ct-white)}.ct-cta .ct-btn--secondary:hover{background-color:var(--ct-white);color:var(--ct-navy)}.ct-badge{border-radius:var(--ct-radius-badge);letter-spacing:.6px;color:var(--ct-white);padding:12px 24px;font-size:30px;font-weight:700;line-height:1.2;display:inline-block}.ct-badge--problem{background-color:var(--ct-blue)}.ct-badge--solution{background-color:var(--ct-teal)}.ct-badge--specs{background-color:var(--ct-blue);font-size:26px}.ct-divider{background-color:var(--ct-divider);width:100%;height:1px;margin:20px 0}.ct-hero{background-color:var(--ct-light-bg);padding:80px 0 60px}.ct-hero__inner{align-items:center;gap:48px;display:flex}.ct-hero__text{flex:1;max-width:627px}.ct-hero__title{letter-spacing:1px;color:var(--ct-black);margin-bottom:20px;font-size:50px;font-weight:900;line-height:1.21}.ct-hero__subtitle{letter-spacing:2px;color:var(--ct-black);margin-bottom:32px;font-size:25px;font-weight:400;line-height:1.21}.ct-hero__buttons{flex-wrap:wrap;gap:16px;display:flex}.ct-hero__image{flex:none;max-width:554px}.ct-hero__image img{border-radius:var(--ct-radius);box-shadow:0 8px 32px #0000001f}.ct-comparison{background-color:var(--ct-white);padding:80px 0}.ct-comparison__columns{grid-template-columns:1fr 1fr;gap:32px;display:grid}.ct-comparison__card{background-color:var(--ct-card-bg);border-radius:var(--ct-radius);padding:36px}.ct-comparison__list{flex-direction:column;gap:24px;display:flex}.ct-comparison__item{align-items:flex-start;gap:16px;display:flex}.ct-comparison__icon{flex-shrink:0;justify-content:center;align-items:center;width:25px;height:25px;margin-top:4px;display:flex}.ct-comparison__item strong{letter-spacing:.5px;margin-bottom:6px;font-size:22px;font-weight:700;line-height:1.3;display:block}.ct-comparison__item p{letter-spacing:.36px;color:#333;font-size:17px;font-weight:400;line-height:1.4}.ct-features{background-color:var(--ct-section-bg);padding:80px 0}.ct-features__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.ct-feature-card{background-color:var(--ct-blue);border-radius:var(--ct-radius);color:var(--ct-white);padding:32px;transition:transform .2s,box-shadow .2s}.ct-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px #537de34d}.ct-page .ct-feature-card h3{letter-spacing:.5px;margin-bottom:12px;font-size:25px;font-weight:700;line-height:1.2}.ct-feature-card p{letter-spacing:.36px;opacity:.92;font-size:18px;font-weight:400;line-height:1.4}.ct-workflow{background-color:var(--ct-white);padding:80px 0}.ct-workflow__steps{justify-content:space-between;gap:24px;display:flex;position:relative}.ct-workflow__steps:before{content:"";background:linear-gradient(90deg, var(--ct-cta-blue) 0%, var(--ct-teal) 100%);z-index:0;height:2px;position:absolute;top:20px;left:calc(10% + 20px);right:calc(10% + 20px)}.ct-step{text-align:center;z-index:1;flex:1;min-width:0;position:relative}.ct-step__circle{background-color:var(--ct-cta-blue);width:40px;height:40px;color:var(--ct-white);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:18px;font-weight:800;display:flex}.ct-page .ct-step__title{letter-spacing:.5px;margin-bottom:8px;font-size:22px;font-weight:700}.ct-step__desc{letter-spacing:.36px;color:#333;font-size:18px;font-weight:400;line-height:1.4}.ct-desktop{background-color:var(--ct-light-bg);padding:80px 0}.ct-desktop__cards{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.ct-desktop-card{background-color:var(--ct-white);border-radius:var(--ct-radius);text-align:center;padding:24px;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 12px #0000000f}.ct-desktop-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.ct-desktop-card__img{border-radius:var(--ct-radius-sm);margin-bottom:16px;overflow:hidden}.ct-desktop-card__img img{aspect-ratio:16/9;object-fit:cover;width:100%}.ct-page .ct-desktop-card h3{letter-spacing:.5px;margin-bottom:6px;font-size:25px;font-weight:700}.ct-desktop-card p{letter-spacing:.36px;color:#333;font-size:18px;font-weight:400;line-height:1.4}.ct-specs{background-color:var(--ct-white);padding:80px 0}.ct-specs__columns{grid-template-columns:1fr 1fr;gap:32px;display:grid}.ct-specs__card{background-color:var(--ct-card-bg);border-radius:var(--ct-radius);padding:36px}.ct-specs__list{flex-direction:column;gap:16px;list-style:none;display:flex}.ct-specs__list li{color:#333;padding-left:32px;font-size:18px;line-height:1.5;position:relative}.ct-specs__list li:before{content:"";background-color:var(--ct-blue);border-radius:50%;width:16px;height:16px;position:absolute;top:6px;left:0}.ct-ecosystem{background-color:var(--ct-light-bg);padding:80px 0}.ct-ecosystem__subtitle{text-align:center;color:#333;max-width:900px;margin:-24px auto 48px;font-size:25px;font-weight:400;line-height:1.4}.ct-ecosystem__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;display:flex}.ct-ecosystem__item img{object-fit:contain;width:150px;height:150px}.ct-ecosystem__arrow{color:var(--ct-blue);font-size:32px;font-weight:700}.ct-cta{background:linear-gradient(135deg, var(--ct-navy) 0%, #1a2740 100%);padding:80px 0}.ct-cta__inner{justify-content:space-between;align-items:center;gap:48px;display:flex}.ct-cta__text.ct-cta__text h2{color:var(--ct-white);margin-bottom:12px;font-family:inherit;font-size:40px;font-weight:700}.ct-cta__text p{color:#ffffffd9;font-size:25px;font-weight:700;line-height:1.3}.ct-cta__buttons{flex-shrink:0;gap:16px;display:flex}@media (max-width:1024px){.ct-hero__inner{text-align:center;flex-direction:column}.ct-hero__text{max-width:100%}.ct-hero__buttons{justify-content:center}.ct-hero__image{max-width:100%}.ct-comparison__columns,.ct-specs__columns{grid-template-columns:1fr}.ct-features__grid,.ct-desktop__cards{grid-template-columns:repeat(2,1fr)}.ct-cta__inner{text-align:center;flex-direction:column}.ct-cta__buttons{justify-content:center}}@media (max-width:640px){.ct-page section{padding:48px 0}.ct-section-title{margin-bottom:32px;font-size:28px}.ct-hero__title{font-size:32px}.ct-hero__subtitle{letter-spacing:.5px;font-size:18px}.ct-btn{text-align:center;width:100%;padding:14px 24px;font-size:16px}.ct-hero__buttons{flex-direction:column}.ct-features__grid,.ct-desktop__cards{grid-template-columns:1fr}.ct-workflow__steps{flex-direction:column;align-items:center}.ct-workflow__steps:before{display:none}.ct-step{max-width:100%}.ct-badge{font-size:22px}.ct-badge--specs{font-size:20px}.ct-comparison__item strong{font-size:18px}.ct-comparison__item p,.ct-feature-card p,.ct-step__desc,.ct-desktop-card p,.ct-specs__list li{font-size:16px}.ct-page .ct-feature-card h3,.ct-page .ct-step__title,.ct-page .ct-desktop-card h3{font-size:20px}.ct-ecosystem__logos{gap:16px}.ct-ecosystem__item img{width:100px;height:100px}.ct-ecosystem__arrow{font-size:24px}.ct-ecosystem__subtitle{font-size:18px}.ct-cta__text.ct-cta__text h2{font-family:inherit;font-size:28px}.ct-cta__text p{font-size:18px}.ct-cta__buttons{flex-direction:column;width:100%}}@keyframes ct-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.ct-feature-card,.ct-step,.ct-desktop-card,.ct-comparison__card,.ct-specs__card,.ct-ecosystem__item{opacity:0;transform:translateY(24px)}.ct-feature-card.ct-visible,.ct-step.ct-visible,.ct-desktop-card.ct-visible,.ct-comparison__card.ct-visible,.ct-specs__card.ct-visible,.ct-ecosystem__item.ct-visible{animation:.5s ease-out forwards ct-fade-up}.ct-feature-card:nth-child(2).ct-visible,.ct-step:nth-child(2).ct-visible,.ct-desktop-card:nth-child(2).ct-visible{animation-delay:.1s}.ct-feature-card:nth-child(3).ct-visible,.ct-step:nth-child(3).ct-visible,.ct-desktop-card:nth-child(3).ct-visible{animation-delay:.2s}.ct-feature-card:nth-child(4).ct-visible{animation-delay:.15s}.ct-feature-card:nth-child(5).ct-visible{animation-delay:.25s}.ct-feature-card:nth-child(6).ct-visible,.ct-step:nth-child(4).ct-visible{animation-delay:.3s}.ct-step:nth-child(5).ct-visible{animation-delay:.4s}.ct-comparison__card:nth-child(2).ct-visible,.ct-specs__card:nth-child(2).ct-visible{animation-delay:.15s}@media (prefers-reduced-motion:reduce){.ct-feature-card,.ct-step,.ct-desktop-card,.ct-comparison__card,.ct-specs__card,.ct-ecosystem__item{opacity:1;transform:none}.ct-feature-card.ct-visible,.ct-step.ct-visible,.ct-desktop-card.ct-visible,.ct-comparison__card.ct-visible,.ct-specs__card.ct-visible,.ct-ecosystem__item.ct-visible{animation:none}}.ct-page--stereology{--ct-blue:#2e8b57;--ct-cta-blue:#2e8b57;--ct-teal:#20b2aa;--ct-section-bg:#edf5f0;--ct-card-bg:#f0f7f3}.ct-page--stereology .ct-btn:hover{background-color:#257048}.ct-page--stereology .ct-feature-card{background-color:#2a7e50}.ct-page--stereology .ct-feature-card:hover{box-shadow:0 12px 36px #2e8b574d}.ct-page--stereology .ct-cta{background:linear-gradient(135deg,#1a3a2a 0%,#0d2018 100%)}.ct-features__grid--2col{grid-template-columns:repeat(2,1fr)}@media (max-width:640px){.ct-features__grid--2col{grid-template-columns:1fr}}.ct-page--vessel{--ct-blue:#c33;--ct-cta-blue:#c33;--ct-teal:#36f;--ct-black:#fff;--ct-light-bg:#0a0e1a;--ct-section-bg:#0f1424;--ct-card-bg:#ffffff0a;--ct-divider:#ffffff1a;--ct-white:#fff;--ct-navy:#0a0e1a;--cv-bg-deep:#0a0e1a;--cv-bg-mid:#0f1424;--cv-bg-lift:#111827;--cv-card:#ffffff0a;--cv-border:#ffffff14;--cv-text:#fff;--cv-text-dim:#ffffffb8;--cv-text-muted:#ffffff80;--cv-red:#c33;--cv-red-dark:#a82828;--cv-red-glow:#cc333326;--cv-blue:#36f;background-color:var(--cv-bg-deep);color:var(--cv-text-dim)}.ct-page--vessel .ct-hero{background:radial-gradient(ellipse 60% 50% at 72% 30%, #cc33330f, transparent 55%), radial-gradient(ellipse 40% 60% at 15% 75%, #3366ff08, transparent 55%), var(--cv-bg-deep);padding:100px 0 80px;position:relative;overflow:hidden}.ct-page--vessel .ct-hero:before{content:"";pointer-events:none;background:radial-gradient(#ffffff06,#0000 70%);width:50%;height:70%;position:absolute;top:-30%;left:25%}.ct-page--vessel .ct-hero__title{color:var(--cv-text);font-weight:800}.ct-page--vessel .ct-hero__subtitle{color:var(--cv-text-dim);letter-spacing:.4px}.ct-hero__benefits{flex-direction:column;gap:10px;margin:0 0 32px;padding:0;list-style:none;display:flex}.ct-hero__benefits li{color:var(--cv-text-dim);padding-left:24px;font-size:17px;line-height:1.45;position:relative}.ct-hero__benefits li:before{content:"";background:var(--cv-red);width:10px;height:10px;box-shadow:0 0 10px var(--cv-red-glow);border-radius:50%;position:absolute;top:7px;left:0}.ct-page--vessel .ct-hero__image{position:relative}.ct-page--vessel .ct-hero__image:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle,#cc33331a 0%,#3366ff0a 40%,#0000 65%);border-radius:50%;width:125%;height:125%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ct-page--vessel .ct-hero__image:after{content:"";pointer-events:none;z-index:0;border:1px solid #ffffff0f;border-radius:50%;width:115%;height:115%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ct-page--vessel .ct-hero__image img{z-index:1;border-radius:16px;position:relative;box-shadow:0 12px 48px #00000080}.ct-page--vessel .ct-btn{border-radius:30px;text-transform:uppercase!important;letter-spacing:1px!important;height:auto!important;padding:16px 32px!important;font-size:15px!important;font-weight:700!important}.ct-page--vessel .ct-btn--primary{background:var(--cv-red);border:2px solid var(--cv-red);color:#fff}.ct-page--vessel .ct-btn--primary:hover{background:var(--cv-red-dark);border-color:var(--cv-red-dark);color:#fff;text-decoration:none}.ct-page--vessel .ct-btn--ghost{color:#fff;background:0 0;border:1px solid #ffffff4d}.ct-page--vessel .ct-btn--ghost:hover{color:#fff;background:#ffffff14;border-color:#ffffff80;text-decoration:none}.ct-page--vessel .ct-cta .ct-btn--ghost{border-color:#ffffff40}.ct-page--vessel .ct-cta .ct-btn--ghost:hover{color:#fff;background:#ffffff1a;border-color:#ffffff80}.ct-page--vessel .ct-section-title{color:var(--cv-text)}.ct-page--vessel .ct-features{background:var(--cv-bg-mid)}.ct-page--vessel .ct-features+.ct-features{background:var(--cv-bg-lift)}.ct-page--vessel .ct-feature-card{background:var(--cv-card);border:1px solid var(--cv-border);color:var(--cv-text);-webkit-backdrop-filter:blur(12px);transition:transform .25s,box-shadow .25s,border-color .25s,background .25s}.ct-page--vessel .ct-feature-card:hover{box-shadow:0 16px 48px #0000004d, 0 0 24px var(--cv-red-glow);background:#ffffff0f;border-color:#cc333340;transform:translateY(-4px)}.ct-page--vessel .ct-page .ct-feature-card h3,.ct-page--vessel .ct-feature-card h3{color:var(--cv-text)}.ct-page--vessel .ct-feature-card p{color:var(--cv-text-dim);opacity:1}.ct-page--vessel .ct-usecases{background:var(--cv-bg-deep);padding:80px 0}.ct-page--vessel .ct-usecases__tabs{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:40px;display:flex}.ct-page--vessel .ct-usecases__tab{color:var(--cv-text-dim);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;padding:12px 28px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;transition:all .2s}.ct-page--vessel .ct-usecases__tab:hover{color:var(--cv-text);background:#ffffff1a}.ct-page--vessel .ct-usecases__tab--active{background:var(--cv-red);border-color:var(--cv-red);color:#fff}.ct-page--vessel .ct-usecases__panel{max-width:720px;margin:0 auto;display:none}.ct-page--vessel .ct-usecases__panel--active{display:block}.ct-page--vessel .ct-usecases__panel ul{padding:0;list-style:none}.ct-page--vessel .ct-usecases__panel li{color:var(--cv-text-dim);margin-bottom:16px;padding-left:28px;font-size:18px;line-height:1.6;position:relative}.ct-page--vessel .ct-usecases__panel li:before{content:"";background:var(--cv-red);border-radius:50%;width:10px;height:10px;position:absolute;top:9px;left:0}.ct-page--vessel .ct-workflow{background:var(--cv-bg-lift)}.ct-page--vessel .ct-step__title{color:var(--cv-text)}.ct-page--vessel .ct-step__desc{color:var(--cv-text-dim)}.ct-page--vessel .ct-step__circle{background:var(--cv-red);box-shadow:0 0 16px var(--cv-red-glow), 0 0 40px #cc333314}.ct-page--vessel .ct-workflow__steps:before{background:linear-gradient(90deg, var(--cv-red), var(--cv-blue));opacity:.4}.ct-page--vessel .ct-specs{background:var(--cv-bg-deep)}.ct-page--vessel .ct-specs__card{background:var(--cv-card);border:1px solid var(--cv-border)}.ct-page--vessel .ct-badge--specs{background:var(--cv-red)}.ct-page--vessel .ct-divider{background:var(--cv-border)}.ct-page--vessel .ct-specs__list li{color:var(--cv-text-dim)}.ct-page--vessel .ct-specs__list li:before{background:var(--cv-red)}.ct-page--vessel .ct-specs__list li strong{color:var(--cv-text)}.ct-page--vessel .ct-ecosystem{background:var(--cv-bg-mid)}.ct-page--vessel .ct-ecosystem__subtitle{color:var(--cv-text-dim)}.ct-page--vessel .ct-ecosystem__arrow{color:var(--cv-red)}.ct-page--vessel .ct-ecosystem__item img{filter:brightness(.9)contrast(1.1)}.ct-page--vessel .ct-cta{background:linear-gradient(135deg, #2a0808 0%, #1a0505 40%, var(--cv-bg-deep) 100%)}.ct-page--vessel .ct-cta__text h2{color:var(--cv-text)}.ct-page--vessel .ct-cta__text p{color:var(--cv-text-dim)}.ct-page--vessel .ct-feature-card,.ct-page--vessel .ct-step,.ct-page--vessel .ct-specs__card,.ct-page--vessel .ct-ecosystem__item{opacity:0;transform:translateY(24px)}.ct-page--vessel .ct-feature-card.ct-visible,.ct-page--vessel .ct-step.ct-visible,.ct-page--vessel .ct-specs__card.ct-visible,.ct-page--vessel .ct-ecosystem__item.ct-visible{animation:.5s ease-out forwards ct-fade-up}@media (max-width:1024px){.ct-page--vessel .ct-hero__image:before,.ct-page--vessel .ct-hero__image:after{width:110%;height:110%}}@media (max-width:640px){.ct-page--vessel .ct-hero{padding:64px 0 48px}.ct-hero__benefits li{font-size:15px}.ct-page--vessel .ct-btn{padding:14px 24px!important;font-size:14px!important}.ct-page--vessel .ct-usecases__tab{padding:10px 20px;font-size:14px}.ct-page--vessel .ct-usecases__panel li{font-size:16px}.ct-page--vessel .ct-hero__image:before,.ct-page--vessel .ct-hero__image:after{display:none}}@media (prefers-reduced-motion:reduce){.ct-page--vessel .ct-feature-card,.ct-page--vessel .ct-step,.ct-page--vessel .ct-specs__card,.ct-page--vessel .ct-ecosystem__item{opacity:1;transform:none}}
