.cyp-site,.cyp-site *{hyphens:none!important;-webkit-hyphens:none!important;-ms-hyphens:none!important;word-break:normal!important;overflow-wrap:normal}:root{--cyp-gray-50: #f8faf9;--cyp-gray-200: #e5ebe8;--cyp-gray-400: #9aa8a2;--cyp-gray-600: #4b5954;--cyp-gray-900: #0a1e18;--cyp-mint-deep: #c7ebdd;--cyp-coral-soft: #fce6dc;--cyp-shadow-sm: 0 2px 8px rgba(4, 52, 44, .05);--cyp-shadow-md: 0 10px 30px -12px rgba(4, 52, 44, .18);--cyp-shadow-lg: 0 30px 60px -20px rgba(4, 52, 44, .25);--cyp-shadow-card: 0 4px 16px rgba(4, 52, 44, .08);--cyp-ease: cubic-bezier(.22, 1, .36, 1);--cyp-section-pad: clamp(3rem, 6vw, 5rem);--cyp-container: 1200px}.cyp-site{font-family:Inter,system-ui,-apple-system,sans-serif;color:var(--cyp-dark);background:var(--cyp-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"cv11","ss01","ss03";line-height:1.6}.cyp-site main{overflow-x:clip}.cyp-site h1,.cyp-site h2,.cyp-site h3,.cyp-site h4{font-family:Inter,system-ui,sans-serif;color:var(--cyp-gray-900);letter-spacing:-.022em;line-height:1.08}.cyp-site h1{font-weight:900;font-size:clamp(2.4rem,5.8vw,4.4rem);letter-spacing:-.03em}.cyp-site h2{font-weight:900;font-size:clamp(1.9rem,4vw,3rem);letter-spacing:-.025em}.cyp-site h3{font-weight:800;font-size:clamp(1.1rem,1.6vw,1.35rem)}.cyp-site em{font-style:normal;color:var(--cyp-teal-dark)}.cyp-site p{color:var(--cyp-gray-600);font-size:1rem}.cyp-site a{color:inherit;text-decoration:none}.cyp-divider{max-width:var(--cyp-container);margin:0 auto;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(93,202,165,.3) 30%,rgba(93,202,165,.4) 50%,rgba(93,202,165,.3) 70%,transparent 100%)}.cyp-section{padding:var(--cyp-section-pad) 1.25rem;position:relative}.cyp-section__inner{max-width:var(--cyp-container);margin:0 auto}.cyp-section__inner--narrow{max-width:820px}.cyp-section__head{text-align:center;max-width:720px;margin:0 auto clamp(1.5rem,3vw,2.5rem)}.cyp-section__title{margin:.6rem 0 .75rem;text-wrap:balance}.cyp-section__sub{font-size:clamp(1rem,1.2vw,1.1rem);color:var(--cyp-gray-600);line-height:1.65}.cyp-eyebrow{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .85rem;background:var(--cyp-mint);color:var(--cyp-teal-dark);border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cyp-eyebrow--on-dark{background:#e1f5ee1f;color:var(--cyp-mint)}.cyp-eyebrow__dot{width:.45rem;height:.45rem;border-radius:50%;background:var(--cyp-teal-dark);box-shadow:0 0 0 3px #1d9e752e;animation:cyp-pulse 2.4s infinite ease-in-out}.cyp-eyebrow--on-dark .cyp-eyebrow__dot{background:var(--cyp-teal);box-shadow:0 0 0 3px #5dcaa540}@keyframes cyp-pulse{0%,to{box-shadow:0 0 0 3px #1d9e752e}50%{box-shadow:0 0 0 6px #1d9e7514}}.cyp-fade{opacity:0;transform:translateY(18px);transition:opacity .9s var(--cyp-ease),transform .9s var(--cyp-ease)}.cyp-fade.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.cyp-fade{opacity:1;transform:none;transition:none}}.cyp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:.85rem 1.4rem;border-radius:999px;border:none;font-family:inherit;font-weight:700;font-size:.95rem;cursor:pointer;text-decoration:none;transition:transform .25s var(--cyp-ease),box-shadow .25s var(--cyp-ease),background .25s var(--cyp-ease),color .25s var(--cyp-ease);white-space:nowrap}.cyp-btn--primary{background:var(--cyp-teal-dark);color:var(--cyp-white);box-shadow:0 6px 18px -6px #1d9e758c}.cyp-btn--primary:hover{background:var(--cyp-dark);transform:translateY(-1px);box-shadow:0 10px 24px -8px #04342c80}.cyp-btn--ghost{background:transparent;color:var(--cyp-dark);border:2px solid var(--cyp-gray-200)}.cyp-btn--ghost:hover{border-color:var(--cyp-teal-dark);color:var(--cyp-teal-dark);background:var(--cyp-mint)}.cyp-btn--lg{padding:1.05rem 1.8rem;font-size:1rem}.cyp-btn--xl{padding:1.2rem 2.2rem;font-size:1.05rem;border-radius:999px}.cyp-btn--on-dark.cyp-btn--primary{background:var(--cyp-white);color:var(--cyp-dark);box-shadow:0 10px 30px -10px #00000080}.cyp-btn--on-dark.cyp-btn--primary:hover{background:var(--cyp-mint);color:var(--cyp-dark)}.cyp-btn--on-dark.cyp-btn--ghost{border-color:#ffffff40;color:var(--cyp-mint)}.cyp-btn--on-dark.cyp-btn--ghost:hover{border-color:var(--cyp-mint);background:#e1f5ee14;color:var(--cyp-mint)}.cyp-nav{position:sticky;top:0;z-index:50;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;transition:background .3s var(--cyp-ease),box-shadow .3s var(--cyp-ease),border-color .3s var(--cyp-ease);border-bottom:1px solid transparent}.cyp-nav--scrolled{background:#ffffffd9;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);box-shadow:0 1px #04342c0a,0 10px 30px -20px #04342c26;border-bottom-color:#04342c0f}.cyp-nav__inner{max-width:var(--cyp-container);margin:0 auto;padding:1rem 1.25rem;display:flex;align-items:center;gap:2rem}.cyp-nav__logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.cyp-nav__logo-icon{height:56px;width:auto;display:block}.cyp-nav__logo-full{height:40px;width:auto;display:block}.cyp-nav__links{display:none;gap:1.8rem;flex:1;justify-content:center}.cyp-nav__links a{font-weight:600;font-size:.9rem;color:var(--cyp-gray-600);transition:color .2s}.cyp-nav__links a:hover{color:var(--cyp-teal-dark)}.cyp-nav__cta{padding:.65rem 1.2rem;font-size:.88rem;box-shadow:0 4px 14px -4px #1d9e7580}@media(min-width:840px){.cyp-nav__links{display:flex}}.cyp-hero{position:relative;padding:clamp(1.5rem,3vw,2.5rem) 1.25rem clamp(2rem,4vw,3rem);overflow:visible;overflow-x:clip}.cyp-hero__inner{max-width:var(--cyp-container);margin:0 auto;display:grid;grid-template-columns:1fr;gap:clamp(1.5rem,3vw,2.5rem);align-items:center;position:relative;z-index:2}@media(min-width:900px){.cyp-hero__inner{grid-template-columns:1.1fr .9fr}}.cyp-hero__copy{max-width:560px}.cyp-hero__title{margin:.8rem 0 1rem;text-wrap:balance}.cyp-hero__title-accent{color:var(--cyp-teal-dark)}.cyp-hero__sub{font-size:clamp(1.05rem,1.3vw,1.2rem);color:var(--cyp-gray-600);line-height:1.65;margin-bottom:1.5rem;max-width:520px}.cyp-hero__actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem}.cyp-hero__trust{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap;padding-top:1.2rem;border-top:none}.cyp-trust-item{display:flex;align-items:center;gap:.65rem}.cyp-trust-item__stars{color:#f5b400;font-size:.85rem;letter-spacing:-1px}.cyp-trust-item__icon{width:1.6rem;height:1.6rem;display:flex;align-items:center;justify-content:center;background:var(--cyp-mint);color:var(--cyp-teal-dark);border-radius:50%;font-weight:900;font-size:.9rem}.cyp-trust-item__body{display:flex;flex-direction:column;line-height:1.2}.cyp-trust-item__body strong{font-size:.85rem;color:var(--cyp-dark);font-weight:800}.cyp-trust-item__body span{font-size:.72rem;color:var(--cyp-gray-500)}.cyp-trust-divider{width:1px;height:28px;background:var(--cyp-gray-200)}.cyp-hero__visual{position:relative;justify-self:center;width:100%;max-width:520px}.cyp-hero__image{position:relative;width:100%;aspect-ratio:4 / 5;border-radius:28px;overflow:hidden;margin:0;box-shadow:var(--cyp-shadow-lg);background:linear-gradient(140deg,var(--cyp-mint) 0%,var(--cyp-mint-deep) 100%)}.cyp-hero__image img,.cyp-hero__image video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.cyp-image-placeholder{position:relative;width:100%;border-radius:28px;background:linear-gradient(140deg,var(--cyp-mint) 0%,var(--cyp-mint-deep) 100%);box-shadow:var(--cyp-shadow-lg);overflow:hidden;isolation:isolate}.cyp-image-placeholder:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 20%,rgba(255,255,255,.5) 0%,transparent 50%);pointer-events:none}.cyp-image-placeholder__inner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.cyp-image-placeholder__label{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);font-size:.65rem;font-weight:700;color:var(--cyp-teal-dark);background:#ffffffb3;padding:.3rem .7rem;border-radius:999px;letter-spacing:.08em;text-transform:uppercase;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1}.cyp-placeholder-racket{width:60%;max-width:260px;height:auto;filter:drop-shadow(0 20px 30px rgba(4,52,44,.3));z-index:1}.cyp-placeholder-racket--sm{width:55%}.cyp-hero__float{position:absolute;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--cyp-white);border-radius:14px;box-shadow:var(--cyp-shadow-md);font-size:.78rem;z-index:3;animation:cyp-float 6s ease-in-out infinite}.cyp-hero__float strong{display:block;color:var(--cyp-dark);font-weight:800}.cyp-hero__float span{color:var(--cyp-gray-500);font-size:.7rem}.cyp-hero__float-icon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:var(--cyp-mint);border-radius:10px;font-size:1.1rem}.cyp-hero__float--a{top:8%;left:-8%;animation-delay:-2s}.cyp-hero__float--b{bottom:14%;right:-10%;animation-delay:-4s}@keyframes cyp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.cyp-hero__blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;z-index:0;pointer-events:none}.cyp-hero__blob--a{width:500px;height:500px;background:var(--cyp-teal);top:-10%;right:-15%}.cyp-hero__blob--b{width:420px;height:420px;background:var(--cyp-coral-soft);bottom:-15%;left:-10%}.cyp-social{padding:2.5rem 1.25rem;background:var(--cyp-white);border-top:none;border-bottom:none}.cyp-social__inner{max-width:var(--cyp-container);margin:0 auto;text-align:center}.cyp-social__label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--cyp-gray-500);margin-bottom:1.5rem}.cyp-social__logos{display:flex;justify-content:center;align-items:center;gap:clamp(1.5rem,4vw,3rem);flex-wrap:wrap}.cyp-social__logo{display:flex;align-items:center;gap:.5rem;color:var(--cyp-gray-400);font-weight:800;font-size:.85rem;letter-spacing:.04em;transition:color .2s;filter:grayscale(100%);opacity:.75}.cyp-social__logo:hover{color:var(--cyp-teal-dark);filter:none;opacity:1}.cyp-how{background:radial-gradient(ellipse at 30% 20%,rgba(93,202,165,.07) 0%,transparent 50%),radial-gradient(ellipse at 70% 80%,rgba(93,202,165,.05) 0%,transparent 50%),var(--cyp-bg)}.cyp-how__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;position:relative}@media(min-width:600px){.cyp-how__grid{grid-template-columns:1fr 1fr}}@media(min-width:1000px){.cyp-how__grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:1000px){.cyp-how__grid:before{content:"";position:absolute;top:46px;left:calc(12.5% + 26px);right:calc(12.5% + 26px);height:2px;background:linear-gradient(90deg,#5dcaa526,#5dcaa559,#5dcaa526);z-index:0;border-radius:1px}}.cyp-how__step{position:relative;padding:2rem 1.75rem 1.75rem;border-radius:1.25rem;border:1px solid rgba(93,202,165,.15);background:linear-gradient(165deg,#ffffffe6,#f0faf599,#ffffffd9);backdrop-filter:blur(16px) saturate(150%);-webkit-backdrop-filter:blur(16px) saturate(150%);box-shadow:0 1px #ffffffe6 inset,0 6px 24px -4px #04342c14,0 2px 6px #04342c08;transition:transform .5s var(--cyp-ease),box-shadow .5s var(--cyp-ease),border-color .5s var(--cyp-ease);z-index:1;overflow:hidden}.cyp-how__step:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.4) 0%,rgba(255,255,255,.05) 40%,transparent 60%);pointer-events:none;z-index:1}.cyp-how__step:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 1px #fff inset,0 16px 44px -8px #04342c29,0 6px 16px -4px #04342c0f;border-color:#5dcaa559}.cyp-how__step-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem;position:relative;z-index:2}.cyp-how__step-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5dcaa533,#5dcaa514);color:var(--cyp-teal-dark);border-radius:1rem;border:1px solid rgba(93,202,165,.15);box-shadow:0 2px 8px #5dcaa51f;transition:transform .4s var(--cyp-ease),box-shadow .4s var(--cyp-ease)}.cyp-how__step:hover .cyp-how__step-icon{transform:scale(1.08);box-shadow:0 4px 16px #5dcaa533}.cyp-how__step-num{font-family:ui-monospace,SF Mono,monospace;font-size:.82rem;font-weight:800;color:var(--cyp-white);background:var(--cyp-teal-dark);width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;letter-spacing:0;box-shadow:0 2px 8px #04342c33}.cyp-how__step-title{margin-bottom:.5rem;position:relative;z-index:2}.cyp-how__step-body{font-size:.88rem;line-height:1.6;color:var(--cyp-gray-600);position:relative;z-index:2}.cyp-how__cta{display:flex;flex-direction:column;align-items:center;gap:.85rem;text-align:center}.cyp-how__cta-note{font-size:.82rem;color:var(--cyp-gray-500)}.cyp-showcase{background:linear-gradient(180deg,var(--cyp-white) 0%,var(--cyp-bg) 100%)}.cyp-showcase__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media(min-width:640px){.cyp-showcase__grid{grid-template-columns:1fr 1fr}}@media(min-width:980px){.cyp-showcase__grid{grid-template-columns:repeat(3,1fr)}}.cyp-showcase__card{background:var(--cyp-white);border-radius:var(--cyp-radius-card);overflow:hidden;box-shadow:var(--cyp-shadow-card);transition:transform .4s var(--cyp-ease),box-shadow .4s var(--cyp-ease)}.cyp-showcase__card:hover{transform:translateY(-6px);box-shadow:var(--cyp-shadow-lg)}.cyp-showcase__visual{position:relative;aspect-ratio:4 / 3;display:flex;align-items:center;justify-content:center;overflow:hidden}.cyp-showcase__visual--photo{aspect-ratio:4 / 5;background:linear-gradient(180deg,#f2ede3,#1a1612)}.cyp-showcase__visual--photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .8s var(--cyp-ease)}.cyp-showcase__card:hover .cyp-showcase__visual--photo img{transform:scale(1.04)}.cyp-showcase__visual--photo:before{background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.15) 0%,transparent 55%);z-index:1}.cyp-showcase__visual--photo .cyp-showcase__tag{top:1rem;left:1rem;background:#fffffff2;box-shadow:0 4px 16px #00000040}.cyp-showcase__visual-inner{position:relative;z-index:1}.cyp-showcase__visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.2) 0%,transparent 60%);pointer-events:none}.cyp-showcase__tag{position:absolute;top:1rem;left:1rem;padding:.35rem .75rem;background:#ffffffeb;color:var(--cyp-dark);border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.02em;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:2}.cyp-showcase__meta{padding:1.25rem 1.5rem 1.5rem}.cyp-showcase__kind{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--cyp-teal-dark);margin-bottom:.3rem}.cyp-showcase__club{font-size:1.1rem;font-weight:800;color:var(--cyp-gray-900)}.cyp-showcase__cta{display:flex;justify-content:center}.cyp-features{background:var(--cyp-mint)}.cyp-features__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:620px){.cyp-features__grid{grid-template-columns:1fr 1fr}}@media(min-width:980px){.cyp-features__grid{grid-template-columns:repeat(3,1fr)}}.cyp-feature{padding:1.75rem;background:var(--cyp-white);border-radius:var(--cyp-radius-card);border:1px solid rgba(29,158,117,.1);transition:all .35s var(--cyp-ease)}.cyp-feature:hover{transform:translateY(-3px);border-color:var(--cyp-teal-dark);box-shadow:var(--cyp-shadow-md)}.cyp-feature__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--cyp-mint);color:var(--cyp-teal-dark);border-radius:12px;margin-bottom:1.1rem}.cyp-feature__title{margin-bottom:.45rem}.cyp-feature__body{font-size:.87rem;line-height:1.6;color:var(--cyp-gray-600)}.cyp-use-cases{background:radial-gradient(ellipse at 25% 40%,rgba(93,202,165,.12) 0%,transparent 55%),radial-gradient(ellipse at 75% 60%,rgba(93,202,165,.08) 0%,transparent 55%),linear-gradient(180deg,#f0faf5,#f8fcfa,#fff);perspective:1200px}.cyp-use-cases__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:620px){.cyp-use-cases__grid{grid-template-columns:1fr 1fr}}@media(min-width:1040px){.cyp-use-cases__grid{grid-template-columns:repeat(4,1fr)}}.cyp-use-case{position:relative;padding:2rem 1.75rem 1.85rem;border-radius:1.25rem;border:1px solid rgba(93,202,165,.2);background:linear-gradient(165deg,#ffffffd9,#f0faf5b3,#fffc);backdrop-filter:blur(20px) saturate(160%);-webkit-backdrop-filter:blur(20px) saturate(160%);box-shadow:0 1px #ffffffe6 inset,0 -1px #5dcaa50f inset,0 8px 32px -4px #04342c1a,0 2px 8px #04342c0a;transform:translateY(0) rotateX(0);transform-style:preserve-3d;transition:transform .5s var(--cyp-ease),box-shadow .5s var(--cyp-ease),border-color .5s var(--cyp-ease);display:flex;flex-direction:column;overflow:hidden}.cyp-use-case:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,.5) 0%,rgba(255,255,255,.1) 40%,transparent 60%,rgba(93,202,165,.06) 100%);pointer-events:none;z-index:1}.cyp-use-case:after{content:"";position:absolute;bottom:-30%;left:10%;width:80%;height:60%;border-radius:50%;background:radial-gradient(ellipse,rgba(93,202,165,.15) 0%,transparent 70%);filter:blur(20px);opacity:0;transition:opacity .5s var(--cyp-ease);pointer-events:none}.cyp-use-case:hover{transform:translateY(-10px) rotateX(2deg);box-shadow:0 1px #fff inset,0 -1px #5dcaa51a inset,0 20px 50px -8px #04342c2e,0 8px 20px -4px #04342c14;border-color:#5dcaa559}.cyp-use-case:hover:after{opacity:1}@keyframes cyp-float-card{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.cyp-use-case:nth-child(1){animation:cyp-float-card 6s ease-in-out infinite}.cyp-use-case:nth-child(2){animation:cyp-float-card 6s ease-in-out 1.5s infinite}.cyp-use-case:nth-child(3){animation:cyp-float-card 6s ease-in-out 3s infinite}.cyp-use-case:nth-child(4){animation:cyp-float-card 6s ease-in-out 4.5s infinite}@media(prefers-reduced-motion:reduce){.cyp-use-case{animation:none!important}}.cyp-use-case__icon{font-size:1.6rem;margin-bottom:1.2rem;line-height:1;width:3.2rem;height:3.2rem;display:flex;align-items:center;justify-content:center;border-radius:1rem;background:linear-gradient(135deg,#5dcaa52e,#5dcaa514);border:1px solid rgba(93,202,165,.15);box-shadow:0 2px 8px #5dcaa51a;position:relative;z-index:2}.cyp-use-case__title{margin-bottom:.6rem;font-size:1.2rem;font-weight:800;color:var(--cyp-gray-900);position:relative;z-index:2;text-transform:none}.cyp-use-case__desc{font-size:.88rem;line-height:1.6;color:var(--cyp-gray-600);margin-bottom:1.1rem;position:relative;z-index:2}.cyp-use-case__features{list-style:none;padding:.85rem 0 0;margin:0 0 1.25rem;border-top:1px solid rgba(93,202,165,.12);display:flex;flex-direction:column;gap:.5rem;position:relative;z-index:2}.cyp-use-case__features li{font-size:.82rem;font-weight:500;color:var(--cyp-gray-600);display:flex;align-items:center;gap:.5rem}.cyp-use-case__features li span{color:var(--cyp-teal-dark);font-weight:900;font-size:.9rem}.cyp-use-case__cta{margin-top:auto;font-weight:700;font-size:.85rem;color:var(--cyp-teal-dark);display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:.65rem;background:#5dcaa51a;border:1px solid rgba(93,202,165,.15);transition:gap .3s var(--cyp-ease),background .3s var(--cyp-ease),color .3s var(--cyp-ease),border-color .3s var(--cyp-ease);position:relative;z-index:2}.cyp-use-case:hover .cyp-use-case__cta{gap:.7rem;background:var(--cyp-teal-dark);color:var(--cyp-white);border-color:var(--cyp-teal-dark)}.cyp-testimonials{background:var(--cyp-white)}.cyp-testimonials__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:820px){.cyp-testimonials__grid{grid-template-columns:repeat(3,1fr)}}.cyp-testimonial{padding:2rem 1.85rem;background:var(--cyp-gray-50);border-radius:var(--cyp-radius-card);border:1px solid var(--cyp-gray-200);display:flex;flex-direction:column;gap:1rem;transition:all .35s var(--cyp-ease)}.cyp-testimonial:hover{background:var(--cyp-white);box-shadow:var(--cyp-shadow-md);border-color:var(--cyp-mint-deep)}.cyp-testimonial__stars{color:#f5b400;font-size:1rem;letter-spacing:-1px}.cyp-testimonial__quote{font-size:.95rem;line-height:1.65;color:var(--cyp-dark);font-weight:500;margin:0;flex:1}.cyp-testimonial__author{display:flex;align-items:center;gap:.85rem;padding-top:1rem;border-top:1px solid var(--cyp-gray-200)}.cyp-testimonial__avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--cyp-white);font-weight:800;font-size:.85rem;flex-shrink:0}.cyp-testimonial__author strong{display:block;font-size:.88rem;color:var(--cyp-dark)}.cyp-testimonial__author span{font-size:.76rem;color:var(--cyp-gray-500)}.cyp-pricing{background:linear-gradient(180deg,var(--cyp-bg) 0%,var(--cyp-mint) 100%)}.cyp-pricing__card{max-width:640px;margin:0 auto;background:var(--cyp-white);border-radius:28px;box-shadow:var(--cyp-shadow-lg);overflow:hidden;border:1px solid var(--cyp-mint-deep)}.cyp-pricing__header{padding:2.5rem 2rem 2rem;text-align:center;background:linear-gradient(135deg,var(--cyp-dark) 0%,var(--cyp-teal-dark) 100%);color:var(--cyp-white);position:relative}.cyp-pricing__header:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 70% 0%,rgba(93,202,165,.35) 0%,transparent 60%);pointer-events:none}.cyp-pricing__eyebrow{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--cyp-mint);margin-bottom:.5rem;position:relative}.cyp-pricing__price{display:flex;justify-content:center;align-items:flex-start;gap:.3rem;margin-bottom:.25rem;position:relative}.cyp-pricing__currency{font-size:1.8rem;font-weight:800;margin-top:.9rem}.cyp-pricing__amount{font-size:5rem;font-weight:900;line-height:.9;letter-spacing:-.04em}.cyp-pricing__meta{font-size:.8rem;opacity:.85;position:relative}.cyp-pricing__rows{padding:1.5rem 2rem;border-bottom:1px solid var(--cyp-gray-200)}.cyp-pricing__row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 0;border-bottom:1px dashed var(--cyp-gray-200)}.cyp-pricing__row:last-child{border-bottom:none}.cyp-pricing__row-label strong{display:block;font-size:.95rem;color:var(--cyp-dark);font-weight:700}.cyp-pricing__row-label span{font-size:.78rem;color:var(--cyp-gray-500)}.cyp-pricing__row-amount{font-size:1.05rem;font-weight:800;color:var(--cyp-dark);font-variant-numeric:tabular-nums;white-space:nowrap}.cyp-pricing__row-amount--add{color:var(--cyp-teal-dark)}.cyp-pricing__includes{padding:1.5rem 2rem;background:var(--cyp-mint)}.cyp-pricing__includes h4{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--cyp-teal-dark);margin-bottom:.8rem}.cyp-pricing__includes ul{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr;gap:.5rem}@media(min-width:560px){.cyp-pricing__includes ul{grid-template-columns:1fr 1fr}}.cyp-pricing__includes li{font-size:.82rem;color:var(--cyp-dark);display:flex;align-items:center;gap:.5rem}.cyp-pricing__includes li span{color:var(--cyp-teal-dark);font-weight:900}.cyp-pricing__cta{padding:1.75rem 2rem 2rem;text-align:center}.cyp-pricing__cta .cyp-btn{width:100%;max-width:360px}.cyp-pricing__bulk{margin-top:1rem;font-size:.8rem;color:var(--cyp-gray-500)}.cyp-pricing__bulk a{color:var(--cyp-teal-dark);font-weight:700;text-decoration:underline;text-underline-offset:2px}.cyp-faq__list{display:flex;flex-direction:column;gap:.75rem}.cyp-faq__item{border:1px solid var(--cyp-gray-200);border-radius:16px;background:var(--cyp-white);overflow:hidden;transition:all .3s var(--cyp-ease)}.cyp-faq__item:hover{border-color:var(--cyp-mint-deep)}.cyp-faq__item--open{border-color:var(--cyp-teal-dark);box-shadow:0 8px 20px -12px #1d9e7540}.cyp-faq__q{width:100%;padding:1.2rem 1.5rem;background:none;border:none;font-family:inherit;font-size:.98rem;font-weight:700;color:var(--cyp-dark);cursor:pointer;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cyp-faq__icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--cyp-mint);color:var(--cyp-teal-dark);border-radius:50%;font-size:1.25rem;font-weight:700;flex-shrink:0;transition:all .3s var(--cyp-ease)}.cyp-faq__item--open .cyp-faq__icon{background:var(--cyp-teal-dark);color:var(--cyp-white);transform:rotate(180deg)}.cyp-faq__a{padding:0 1.5rem 1.4rem;font-size:.9rem;color:var(--cyp-gray-600);line-height:1.65}.cyp-final-cta{position:relative;padding:clamp(5rem,10vw,8rem) 1.25rem;background:var(--cyp-dark);color:var(--cyp-white);text-align:center;overflow:hidden;isolation:isolate}.cyp-final-cta__inner{max-width:820px;margin:0 auto;position:relative;z-index:1}.cyp-final-cta__glow{position:absolute;top:-20%;right:-20%;bottom:-20%;left:-20%;background:radial-gradient(circle at 50% 20%,rgba(93,202,165,.35) 0%,transparent 55%);z-index:0;animation:cyp-glow 6s ease-in-out infinite alternate}@keyframes cyp-glow{0%{opacity:.6}to{opacity:1}}.cyp-final-cta__title{color:var(--cyp-white);margin:.85rem 0 1rem;font-size:clamp(2.2rem,5vw,3.6rem);text-wrap:balance}.cyp-final-cta__title em{color:var(--cyp-mint)}.cyp-final-cta__sub{font-size:clamp(1rem,1.3vw,1.15rem);color:#e1f5eed9;max-width:560px;margin:0 auto 2.25rem;line-height:1.65}.cyp-final-cta__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.85rem;margin-bottom:3rem}.cyp-final-cta__trust{display:inline-flex;align-items:center;gap:1.25rem;flex-wrap:wrap;justify-content:center;padding:1.25rem 2rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:999px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.cyp-trust-item--on-dark .cyp-trust-item__icon{background:#ffffff1f;color:var(--cyp-mint)}.cyp-trust-item--on-dark .cyp-trust-item__body strong{color:var(--cyp-white)}.cyp-trust-item--on-dark .cyp-trust-item__body span{color:#e1f5eeb3}.cyp-trust-divider--on-dark{background:#ffffff26}.cyp-footer{background:linear-gradient(180deg,#e8f7f0,#d4f0e3 30%,#c0e8d6 70%,#b4e2cd);color:var(--cyp-gray-900);padding-top:4rem}.cyp-footer__inner{max-width:var(--cyp-container);margin:0 auto;padding:0 1.25rem 3rem;display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:780px){.cyp-footer__inner{grid-template-columns:1.2fr 2fr;gap:4rem}}.cyp-footer__brand{max-width:320px}.cyp-footer__logo{display:inline-block;margin-bottom:1.25rem}.cyp-footer__logo img{width:280px;height:auto;display:block}.cyp-footer__tag{font-size:.88rem;color:var(--cyp-gray-600);line-height:1.6}.cyp-footer__cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem}@media(max-width:540px){.cyp-footer__cols{grid-template-columns:1fr 1fr}}.cyp-footer__col{display:flex;flex-direction:column;gap:.65rem}.cyp-footer__col h4{color:var(--cyp-gray-900);font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.4rem}.cyp-footer__col a{color:var(--cyp-gray-600);font-size:.86rem;transition:color .2s}.cyp-footer__col a:hover{color:var(--cyp-teal-dark)}.cyp-footer__bottom{border-top:1px solid rgba(4,52,44,.1);padding:1.4rem 0}.cyp-footer__bottom-inner{max-width:var(--cyp-container);margin:0 auto;padding:0 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.78rem;color:var(--cyp-gray-400)}.cyp-footer__social{display:flex;gap:.6rem}.cyp-footer__social a{width:36px;height:36px;border-radius:50%;border:1px solid rgba(4,52,44,.15);display:flex;align-items:center;justify-content:center;color:var(--cyp-gray-600);transition:all .25s}.cyp-footer__social a:hover{color:var(--cyp-teal-dark);border-color:var(--cyp-teal-dark);background:#04342c0f;transform:translateY(-1px)}.cyp-designer-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:80vh;color:var(--cyp-gray-500);font-size:.88rem}.cyp-spinner{width:40px;height:40px;border-radius:50%;border:3px solid var(--cyp-mint);border-top-color:var(--cyp-teal-dark);animation:cyp-spin .9s linear infinite}@keyframes cyp-spin{to{transform:rotate(360deg)}}.cyp-logo-lab{min-height:100vh;background:var(--cyp-gray-50, #fafaf7);padding:64px 32px 96px;color:var(--cyp-dark, #04342c);font-family:Inter,system-ui,-apple-system,sans-serif}.cyp-logo-lab__head{max-width:960px;margin:0 auto 56px;text-align:center}.cyp-logo-lab__back{display:inline-block;margin-bottom:24px;padding:8px 16px;border-radius:999px;background:#fff;color:var(--cyp-dark, #04342c);text-decoration:none;font-size:14px;font-weight:500;box-shadow:0 1px 2px #0000000a;transition:transform .2s ease,box-shadow .2s ease}.cyp-logo-lab__back:hover{transform:translate(-2px);box-shadow:0 4px 12px #00000014}.cyp-logo-lab__head h1{font-size:clamp(40px,6vw,72px);font-weight:900;letter-spacing:-2px;margin:0 0 16px;line-height:1}.cyp-logo-lab__head p{font-size:18px;line-height:1.6;color:var(--cyp-gray-600, #555);max-width:640px;margin:0 auto}.cyp-logo-lab__head p strong{color:var(--cyp-dark, #04342c);font-weight:700}.cyp-logo-lab__grid{display:flex;flex-direction:column;gap:32px;max-width:1200px;margin:0 auto}.cyp-logo-card{background:#fff;border-radius:24px;padding:40px;box-shadow:0 1px 3px #0000000a,0 20px 40px -20px #0000001a;border:1px solid rgba(0,0,0,.04)}.cyp-logo-card.is-baseline{background:#f4f4f1;box-shadow:none;border:1px dashed rgba(0,0,0,.15)}.cyp-logo-card__label{display:flex;align-items:center;gap:20px;margin-bottom:32px}.cyp-logo-card__id{flex:0 0 auto;width:56px;height:56px;border-radius:16px;background:var(--cyp-dark, #04342c);color:var(--cyp-mint, #5dcaa5);display:grid;place-items:center;font-size:22px;font-weight:900;letter-spacing:-1px}.cyp-logo-card.is-baseline .cyp-logo-card__id{background:#d8d8d3;color:#555;font-size:12px;letter-spacing:.5px}.cyp-logo-card__label h2{margin:0;font-size:24px;font-weight:800;letter-spacing:-.5px;line-height:1.2}.cyp-logo-card__subtitle{margin:4px 0 0;color:var(--cyp-gray-600, #666);font-size:14px;font-weight:500}.cyp-logo-card__stage{display:grid;grid-template-columns:2fr 2fr 1fr 1fr;gap:16px;margin-bottom:24px}@media(max-width:900px){.cyp-logo-card__stage{grid-template-columns:1fr 1fr}}.cyp-logo-frame{position:relative;border-radius:16px;padding:32px 24px 36px;display:grid;place-items:center;min-height:180px}.cyp-logo-frame svg{max-width:100%;max-height:100%;height:auto}.cyp-logo-frame--light{background:var(--cyp-mint-soft, #e1f5ee)}.cyp-logo-frame--dark{background:var(--cyp-dark, #04342c)}.cyp-logo-frame--icon{background:#fff;border:1px solid rgba(0,0,0,.08);min-height:140px}.cyp-logo-frame--icon svg{width:64px;height:64px}.cyp-logo-frame--icon-sm svg{width:32px;height:32px}.cyp-logo-frame__tag{position:absolute;bottom:10px;left:50%;transform:translate(-50%);font-size:10px;text-transform:uppercase;letter-spacing:1px;color:#00000059;font-weight:600;white-space:nowrap}.cyp-logo-frame--dark .cyp-logo-frame__tag{color:#fff6}.cyp-logo-card__pitch{margin:0;color:var(--cyp-gray-600, #555);font-size:15px;line-height:1.6;padding:20px 24px;background:var(--cyp-gray-50, #fafaf7);border-radius:12px;border-left:3px solid var(--cyp-teal, #1d9e75)}.cyp-logo-card.is-baseline .cyp-logo-card__pitch{border-left-color:#999}.cyp-logo-lab__foot{max-width:720px;margin:56px auto 0;text-align:center;padding:32px;background:var(--cyp-dark, #04342c);border-radius:24px;color:var(--cyp-mint-soft, #e1f5ee)}.cyp-logo-lab__foot p{margin:0;font-size:16px;line-height:1.6}.cyp-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cyp-hero{isolation:isolate;background:radial-gradient(ellipse at top,rgba(93,202,165,.12) 0%,transparent 55%),linear-gradient(180deg,#f4fbf7,#fff 40%,#f8fcfa)}.cyp-hero__mesh{position:absolute;top:-10%;right:-10%;bottom:-10%;left:-10%;z-index:0;pointer-events:none;overflow:hidden;filter:blur(70px) saturate(140%);opacity:.85}.cyp-hero__mesh-layer{position:absolute;border-radius:50%;mix-blend-mode:screen;will-change:transform}.cyp-hero__mesh-layer--a{width:55vw;height:55vw;background:radial-gradient(circle at 30% 30%,#5dcaa5,#5dcaa500 70%);top:-10%;left:-5%;animation:cyp-mesh-a 18s ease-in-out infinite}.cyp-hero__mesh-layer--b{width:45vw;height:45vw;background:radial-gradient(circle at 70% 40%,#a5e3cd,#a5e3cd00 70%);top:20%;right:-10%;animation:cyp-mesh-b 22s ease-in-out infinite}.cyp-hero__mesh-layer--c{width:38vw;height:38vw;background:radial-gradient(circle at 50% 50%,#fce6dc,#fce6dc00 70%);bottom:-20%;left:30%;animation:cyp-mesh-c 26s ease-in-out infinite}@keyframes cyp-mesh-a{0%,to{transform:translate(0) scale(1)}33%{transform:translate(8%,6%) scale(1.08)}66%{transform:translate(-4%,10%) scale(.95)}}@keyframes cyp-mesh-b{0%,to{transform:translate(0) scale(1)}40%{transform:translate(-10%,4%) scale(1.12)}75%{transform:translate(6%,-5%) scale(.92)}}@keyframes cyp-mesh-c{0%,to{transform:translate(0) scale(1)}50%{transform:translate(6%,-8%) scale(1.1)}}.cyp-hero__inner{--mx: 50%;--my: 40%}.cyp-hero__spotlight{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:radial-gradient(circle 600px at var(--mx) var(--my),rgba(93,202,165,.18) 0%,rgba(93,202,165,.08) 25%,transparent 55%);transition:opacity .4s var(--cyp-ease)}.cyp-eyebrow--glass{background:#ffffffb3;backdrop-filter:blur(10px) saturate(140%);-webkit-backdrop-filter:blur(10px) saturate(140%);box-shadow:0 1px #fffc inset,0 4px 14px #04342c14;border:1px solid rgba(255,255,255,.6)}.cyp-hero__image--parallax{--parallax-y: 0px;transform:translateY(var(--parallax-y));will-change:transform;transition:box-shadow .4s var(--cyp-ease)}.cyp-hero__image--parallax:hover{box-shadow:0 40px 80px -24px #04342c59,0 0 0 1px #5dcaa54d}.cyp-hero__image-sheen{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(105deg,transparent 40%,rgba(255,255,255,.28) 50%,transparent 60%);transform:translate(-100%);animation:cyp-sheen 7s ease-in-out infinite;mix-blend-mode:overlay}@keyframes cyp-sheen{0%,60%{transform:translate(-100%)}80%{transform:translate(100%)}to{transform:translate(100%)}}.cyp-hero__float--glass{background:#ffffffb8;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%);border:1px solid rgba(255,255,255,.7);box-shadow:0 1px #ffffffe6 inset,0 20px 40px -16px #04342c40,0 0 0 1px #5dcaa526}.cyp-hero__float--glass .cyp-hero__float-icon{background:linear-gradient(135deg,var(--cyp-mint) 0%,#a5e3cd 100%);box-shadow:0 4px 12px #5dcaa559}.cyp-btn--magnetic{--mag-x: 0px;--mag-y: 0px;position:relative;overflow:hidden;transform:translate(var(--mag-x),var(--mag-y));transition:transform .35s var(--cyp-ease),box-shadow .35s var(--cyp-ease);background:linear-gradient(135deg,#1d9e75,#04342c);box-shadow:0 8px 24px -8px #04342c80,0 0 0 1px #ffffff26 inset;isolation:isolate}.cyp-btn--magnetic:hover{box-shadow:0 16px 36px -8px #04342c8c,0 0 0 1px #ffffff40 inset,0 0 30px #5dcaa559}.cyp-btn__label{position:relative;z-index:2;display:inline-flex;align-items:center;gap:.55rem;color:#fff;-webkit-text-fill-color:#ffffff;font-weight:700}.cyp-btn__shine{position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(110deg,transparent 30%,rgba(255,255,255,.35) 50%,transparent 70%);transform:skew(-18deg);pointer-events:none;animation:cyp-shine 4s ease-in-out infinite;z-index:1}@keyframes cyp-shine{0%,70%{left:-60%}to{left:160%}}.cyp-social{background:linear-gradient(180deg,var(--cyp-white) 0%,#f8fcfa 100%)}.cyp-social__marquee{position:relative;overflow:hidden;mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,#000 10%,#000 90%,transparent 100%)}.cyp-social__track{display:flex;align-items:center;gap:clamp(2.5rem,5vw,4rem);width:max-content;animation:cyp-marquee 38s linear infinite}.cyp-social__marquee:hover .cyp-social__track{animation-play-state:paused}@keyframes cyp-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.cyp-social__track{animation:none}}.cyp-social__marquee .cyp-social__logo{flex:0 0 auto;color:var(--cyp-gray-600);filter:none;opacity:.6;transition:opacity .3s var(--cyp-ease),color .3s var(--cyp-ease)}.cyp-social__marquee .cyp-social__logo:hover{opacity:1;color:var(--cyp-teal-dark)}.cyp-tilt{--tilt-x: 0deg;--tilt-y: 0deg;--mx: 50%;--my: 50%;perspective:1200px;background:transparent!important;box-shadow:none!important;overflow:visible!important}.cyp-tilt__inner{position:relative;background:var(--cyp-white);border-radius:var(--cyp-radius-card);overflow:hidden;box-shadow:var(--cyp-shadow-card);transform:rotateX(var(--tilt-x)) rotateY(var(--tilt-y));transform-style:preserve-3d;transition:transform .4s var(--cyp-ease),box-shadow .4s var(--cyp-ease);will-change:transform}.cyp-tilt:hover .cyp-tilt__inner{box-shadow:0 30px 60px -20px #04342c59,0 0 0 1px #5dcaa540}.cyp-tilt__sheen{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;background:radial-gradient(circle 300px at var(--mx) var(--my),rgba(255,255,255,.4) 0%,transparent 60%);transition:opacity .3s var(--cyp-ease);mix-blend-mode:overlay;z-index:3}.cyp-tilt:hover .cyp-tilt__sheen{opacity:1}.cyp-tilt:before{content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:calc(var(--cyp-radius-card) + 1px);background:linear-gradient(135deg,#5dcaa599,#d85a3066,#5dcaa599);opacity:0;z-index:-1;filter:blur(18px);transition:opacity .4s var(--cyp-ease)}.cyp-tilt:hover:before{opacity:.75}@media(prefers-reduced-motion:reduce){.cyp-hero__mesh,.cyp-hero__image-sheen,.cyp-btn__shine{animation:none}.cyp-hero__image--parallax,.cyp-tilt__inner{transform:none}}
