:root{--primary:#1d4ed8;--primary-dark:#1e3a8a;--primary-muted:#EEF5FF;--accent:#008000;--text:#1f2937;--text-muted:#4b5563;--bg:#ffffff;--bg-alt:#f9fafb;--border:#e5e7eb;--max-width:1200px;--brand-logo-height:56px;--scroll-progress:0;--scroll-y:0}*{box-sizing:border-box}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{scroll-behavior:smooth;scrollbar-gutter:stable}body{margin:0;font-family:'Segoe UI',system-ui,-apple-system,sans-serif;color:var(--text);line-height:1.6;background:var(--bg)}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,0.72);border-bottom:1px solid rgba(15,23,42,0.06);padding:0.65rem 1.25rem;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px)}.site-header .wrap{position:relative;max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1rem 1.5rem}.site-logo{display:flex;align-items:center;gap:0.5rem;text-decoration:none;color:var(--text);font-weight:700;font-size:1.2rem;flex-shrink:0;grid-column:1;z-index:1}.site-logo img{height:var(--brand-logo-height);width:auto}.header-ctas{display:flex;align-items:center;gap:0.5rem;flex-wrap:wrap;flex-shrink:0;grid-column:3;justify-self:end}.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.6rem 1.25rem;border-radius:8px;font-weight:600;text-decoration:none;border:2px solid transparent;cursor:pointer;font-size:0.95rem;font-family:inherit}.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary);color:white}.btn-primary{background:var(--primary);color:white;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-dark);border-color:var(--primary-dark);color:white}.btn-accent{background:var(--accent);color:white}.btn-accent:hover{filter:brightness(1.05);color:white}.header-ctas .btn-outline{color:#475569;border-color:rgba(15,23,42,0.14);border-width:1.5px;font-weight:600;font-size:0.875rem;padding:0.52rem 1.05rem;border-radius:10px}.header-ctas .btn-outline:hover{color:var(--primary);border-color:rgba(39,118,234,0.45);background:rgba(39,118,234,0.06)}.header-ctas .btn-primary{font-size:0.875rem;padding:0.52rem 1.15rem;border-radius:10px;font-weight:600;box-shadow:0 1px 0 rgba(255,255,255,0.12) inset,0 2px 8px rgba(39,118,234,0.22)}.header-ctas .btn-primary:hover{box-shadow:0 1px 0 rgba(255,255,255,0.1) inset,0 4px 14px rgba(39,118,234,0.35)}.site-nav{grid-column:2;justify-self:center;width:max-content;max-width:100%}.site-nav>ul{list-style:none;margin:0;padding:0;display:flex;gap:0.15rem;align-items:center}.site-nav>ul>li>a{color:#475569;text-decoration:none;font-weight:500;font-size:0.9375rem;letter-spacing:-0.01em;padding:0.5rem 0.95rem;border-radius:999px;white-space:nowrap}.site-nav>ul>li>a:hover{color:var(--primary);background-color:rgba(39,118,234,0.09)}.nav-item-has-dropdown{position:relative;padding-bottom:12px;margin-bottom:-12px}.nav-item-toggle{background:none;border:none;padding:0.5rem 0.95rem;margin:0;font:inherit;font-weight:500;font-size:0.9375rem;letter-spacing:-0.01em;color:#475569;cursor:pointer;display:inline-flex;align-items:center;gap:0.35rem;border-radius:999px;white-space:nowrap}.nav-item-toggle:hover{color:var(--primary);background-color:rgba(39,118,234,0.09)}.nav-item-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.nav-item-toggle::after{content:"";width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid currentColor;opacity:0.75;margin-top:2px;transition:transform 0.22s ease}.nav-item-has-dropdown:hover .nav-item-toggle::after{transform:rotate(-180deg)}.nav-dropdown{position:absolute;top:100%;left:50%;transform:translateX(-50%);min-width:260px;background:#ffffff;border:1px solid rgba(15,23,42,0.08);border-radius:16px;box-shadow:0 4px 6px -1px rgba(15,23,42,0.06),0 24px 48px -12px rgba(15,23,42,0.14);padding:0.65rem 0.85rem;list-style:none;margin:0;display:none;z-index:120}.nav-dropdown li{margin:0}.nav-dropdown a{display:block;padding:0.45rem 0.55rem;font-size:0.875rem;white-space:nowrap;color:#334155;font-weight:400;border-radius:8px;text-decoration:none}.nav-dropdown a:hover{background:var(--primary-muted);color:var(--primary)}@media (min-width:1025px){.nav-item-has-dropdown:hover .nav-dropdown{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));column-gap:1.25rem}}.nav-toggle{display:none;background:rgba(15,23,42,0.05);border:1px solid rgba(15,23,42,0.08);border-radius:10px;padding:0.55rem 0.65rem;cursor:pointer;color:var(--text);line-height:0}.nav-toggle:hover{background:rgba(39,118,234,0.08);border-color:rgba(39,118,234,0.2)}.nav-toggle::before{content:"";display:inline-block;width:22px;height:22px;vertical-align:middle;background:center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231e293b' d='M4 6h16v2H4V6zm0 5h16v2H4v-2zm0 5h16v2H4v-2z'/%3E%3C/svg%3E")}.nav-toggle[aria-expanded="true"]::before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%231e293b' d='M6.4 6L18 17.6 16.6 19 5 7.4 6.4 6zm11.2 0L6 17.6 7.4 19 19 7.4 17.6 6z'/%3E%3C/svg%3E")}@media (max-width:1024px){.site-header .wrap{display:flex;flex-wrap:nowrap;align-items:center;gap:0.5rem}.site-logo{grid-column:unset;margin-right:auto;min-width:0}.header-ctas{display:flex !important;flex-shrink:1;min-width:0;gap:0.35rem;order:2}.header-ctas .btn{font-size:0.8rem;padding:0.45rem 0.7rem;white-space:nowrap}.header-ctas .btn-outline{display:none}.nav-toggle{display:inline-flex;align-items:center;justify-content:center;order:3;flex-shrink:0}.site-nav{grid-column:unset;justify-self:stretch;width:100%;flex-basis:100%;order:4;display:none;position:absolute;top:100%;left:0;right:0;margin-top:0;background:rgba(255,255,255,0.96);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(15,23,42,0.08);box-shadow:0 18px 40px rgba(15,23,42,0.1);padding:1rem 1.25rem 1.25rem;z-index:99}.site-nav.open{display:block}.site-nav>ul{flex-direction:column;align-items:stretch;gap:0.35rem}.site-nav>ul>li>a{padding:0.65rem 0.85rem;border-radius:10px;white-space:normal}.nav-item-toggle{width:100%;justify-content:space-between;border-radius:10px;white-space:normal}.nav-item-has-dropdown{width:100%;padding-bottom:0;margin-bottom:0}.nav-dropdown{position:static;transform:none;left:auto;box-shadow:none;border:1px solid rgba(15,23,42,0.06);border-radius:12px;padding:0.5rem 0.65rem;margin-top:0.35rem;background:rgba(248,250,252,0.95)}.nav-item-has-dropdown.open .nav-dropdown{display:block}.nav-dropdown--mega .nav-dropdown-heading span{display:block;padding-top:0.35rem}}.hero{padding:3rem 1rem 4rem;text-align:center;background:linear-gradient(180deg,#eff6ff 0%,var(--bg) 100%)}.hero h1{font-size:clamp(1.75rem,4vw,2.5rem);margin:0 0 1rem;color:var(--text)}.hero .subtitle{font-size:1.1rem;color:var(--text-muted);max-width:600px;margin:0 auto 2rem}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.hero-ctas .btn{min-width:160px}.section{padding:3rem 1rem;max-width:var(--max-width);margin:0 auto}.section-title{text-align:center;font-size:clamp(1.5rem,3vw,2rem);margin:0 0 0.5rem}.section-desc{text-align:center;color:var(--text-muted);max-width:640px;margin:0 auto 2.5rem}.module-block{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:center;padding:2rem 0;border-bottom:1px solid var(--border)}.module-block:last-of-type{border-bottom:none}.module-img{border-radius:14px;overflow:hidden;background:var(--bg-alt);aspect-ratio:16 / 9;width:100%}.module-img picture{display:block;width:100%;height:100%}.module-img img{width:100%;height:100%;display:block;object-fit:cover;object-position:top left;vertical-align:middle}.module-content h2{font-size:clamp(1.2rem,2.5vw,1.5rem);margin:0 0 0.6rem;color:var(--text)}.module-content p{color:var(--text-muted);margin:0 0 1rem;font-size:0.97rem;line-height:1.65}.module-content .btn{margin-top:0.25rem}@media (min-width:768px){.module-block{grid-template-columns:1fr 1fr;gap:2.5rem;padding:3rem 0}.module-block:nth-child(even) .module-img{order:2}.module-block:nth-child(even) .module-content{order:1}}.cta-strip{background:var(--primary);color:white;padding:2.5rem 1rem;text-align:center}.cta-strip h2{margin:0 0 0.75rem;font-size:1.5rem;color:white}.cta-strip p{margin:0 0 1.5rem;color:rgba(255,255,255,0.9)}.cta-strip-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-strip .btn-outline{background:white;color:var(--primary);border-color:white}.cta-strip .btn-outline:hover{background:#e5efff;color:var(--primary-dark);border-color:#e5efff}.cta-strip .btn-primary{background:var(--primary);color:white;border-color:var(--primary)}.cta-strip .btn-primary:hover{background:var(--primary-dark);color:white;border-color:var(--primary-dark)}.site-footer{--footer-body:#e2e8f0;--footer-muted:#b8c9dc;--footer-heading-color:#a8bdd4;--footer-link:#c5d4e8;--footer-link-hover:#ffffff;background:#0b1120;color:var(--footer-body);margin-top:4rem;padding:3.5rem 1rem 0}.site-footer .wrap{max-width:var(--max-width);margin:0 auto}.footer-inner{display:grid;grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,0.08)}@media (min-width:768px){.footer-inner{grid-template-columns:minmax(0,1.1fr) minmax(0,2.8fr);gap:2rem 3rem}}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo-link{display:inline-block;text-decoration:none;transition:opacity 0.2s}.footer-logo-link:hover{opacity:0.8}.footer-logo-link img{height:var(--brand-logo-height);width:auto;filter:brightness(0) invert(1)}.footer-tagline{font-size:0.875rem;line-height:1.6;color:var(--footer-muted);margin:0;max-width:22rem}.footer-social{display:flex;gap:0.6rem;flex-wrap:wrap}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:8px;background:rgba(255,255,255,0.06);color:var(--footer-link);text-decoration:none}.footer-social-link:hover{background:rgba(255,255,255,0.12);color:var(--footer-link-hover)}.footer-social-link:focus-visible{outline:2px solid var(--footer-link-hover);outline-offset:2px}.footer-social-link svg{display:block;flex-shrink:0}.footer-ctas{display:flex;gap:0.6rem;flex-wrap:wrap;margin-top:0.25rem}.btn-sm{padding:0.45rem 1rem;font-size:0.875rem}.btn-outline-light{background:transparent;color:#e5e7eb;border:1.5px solid rgba(255,255,255,0.35)}.btn-outline-light:hover{background:rgba(255,255,255,0.1);color:#ffffff;border-color:rgba(255,255,255,0.5)}.footer-nav-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}@media (min-width:640px){.footer-nav-grid{grid-template-columns:repeat(4,1fr)}}.footer-heading{font-size:0.68rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:var(--footer-heading-color);margin:0 0 0.75rem}.footer-links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}.footer-links a{color:var(--footer-link);text-decoration:none;font-size:0.875rem}.footer-links a:hover{color:var(--footer-link-hover)}.footer-bottom{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.5rem 1rem;padding:1.25rem 0 1.5rem}.footer-copy,.footer-meta-text{margin:0;font-size:0.8rem;color:var(--footer-muted)}.footer-meta-text a{color:#ffffff;font-weight:600;text-decoration:underline;text-decoration-color:rgba(255,255,255,0.7);text-underline-offset:0.18em;text-decoration-thickness:1px}.footer-meta-text a:hover{color:#ffffff;text-decoration-color:#ffffff}.site-footer-extended{padding:3.5rem 1rem 0}.page-header{padding:2rem 1rem;background:var(--bg-alt);border-bottom:1px solid var(--border)}.breadcrumb{margin:0 0 0.5rem;font-size:0.9rem}.breadcrumb a{color:var(--primary);text-decoration:none}.breadcrumb span{color:var(--text-muted)}.module-page .content-wrap{max-width:860px;margin:0 auto;padding:2rem 1rem}.module-page h2{font-size:1.35rem;margin:1.5rem 0 0.75rem}.module-page h3{font-size:1.15rem;margin:1.25rem 0 0.5rem}.module-page p{margin:0 0 1rem;color:var(--text)}.module-page ul{margin:0 0 1rem;padding-left:1.5rem}.module-page .site-footer{color:var(--footer-body)}.module-page .site-footer p{color:var(--footer-body)}.module-page .site-footer .footer-tagline{color:var(--footer-muted)}.module-page .site-footer .footer-heading{color:var(--footer-heading-color)}.module-page .site-footer .footer-links a{color:var(--footer-link)}.module-page .site-footer .footer-links a:hover{color:var(--footer-link-hover)}.module-page .site-footer .footer-copy,.module-page .site-footer .footer-meta-text{color:var(--footer-muted)}.module-page .site-footer .footer-meta-text a{color:#ffffff;font-weight:600;text-decoration:underline;text-decoration-color:rgba(255,255,255,0.7);text-underline-offset:0.18em;text-decoration-thickness:1px}.module-page .site-footer .footer-meta-text a:hover{color:#ffffff;text-decoration-color:#ffffff}.module-page .site-footer .footer-social-link{color:var(--footer-link)}.module-page .site-footer .btn-outline-light{color:#e5e7eb}.module-page .lead-img-wrap{aspect-ratio:16 / 9;width:100%;overflow:hidden;border-radius:14px;margin-bottom:1.75rem;background:var(--bg-alt)}.module-page .lead-img{width:100%;height:100%;display:block;object-fit:cover;object-position:top left;border-radius:14px}.benefits-list{list-style:none;padding-left:0}.benefits-list li{position:relative;padding-left:1.5rem;margin-bottom:0.75rem}.benefits-list li::before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:bold}.page-ctas{margin-top:2rem;display:flex;gap:1rem;flex-wrap:wrap}.header-ctas button.btn,.hero-ctas button.btn,.cta-strip-btns button.btn{font-family:inherit;font-size:0.95rem}body.demo-modal-open{overflow:hidden}.demo-modal[hidden]{display:none !important}.demo-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center;padding:0}@media (min-width:600px){.demo-modal{align-items:center;padding:1rem}}.demo-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,0.55);cursor:pointer}.demo-modal__panel{position:relative;z-index:1;width:100%;max-width:440px;max-height:min(92vh,640px);overflow-y:auto;background:var(--bg);border-radius:16px 16px 0 0;box-shadow:0 -8px 40px rgba(0,0,0,0.18);padding:1.25rem 1.25rem 1.5rem}@media (min-width:600px){.demo-modal__panel{border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,0.2)}}.demo-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:0.75rem}.demo-modal__title{margin:0;font-size:1.2rem;color:var(--text)}.demo-modal__x{border:none;background:transparent;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--text-muted);padding:0 0.25rem}.demo-modal__x:hover{color:var(--text)}.demo-modal__intro{margin:0.75rem 0 1rem;font-size:0.88rem;color:var(--text-muted);line-height:1.5}.demo-form__row{margin-bottom:0.85rem}.demo-form__row label{display:block;font-size:0.78rem;font-weight:600;color:var(--text-muted);margin-bottom:0.35rem}.demo-form__row input,.demo-form__row select{width:100%;padding:0.55rem 0.65rem;border:1px solid var(--border);border-radius:8px;font-size:0.95rem;font-family:inherit;box-sizing:border-box}.demo-form__row input:focus,.demo-form__row select:focus{outline:2px solid rgba(11,107,252,0.35);outline-offset:1px}.demo-form__row--error label{color:#b91c1c}.demo-form__row--error input,.demo-form__row--error select{border-color:#b91c1c}.demo-form__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.demo-form__privacy{font-size:0.75rem;color:var(--text-muted);margin:0 0 0.75rem;line-height:1.45}.demo-form__privacy a{color:var(--primary)}.demo-form__msg{min-height:1.25rem;margin:0 0 0.75rem;font-size:0.85rem}.demo-form__msg--error{color:#b91c1c}.demo-form__msg--ok{color:#15803d}.demo-form__actions{display:flex;gap:0.6rem;justify-content:flex-end;flex-wrap:wrap}.demo-modal__panel--cal{max-width:900px;max-height:min(92vh,800px)}@media (min-width:600px){.demo-modal__panel--cal{max-height:85vh}}#cal-embed-container{background:#f8fafc;border-radius:8px;padding:0;min-height:500px}.cal-loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;z-index:10}.cal-loading p{margin:1rem 0 0;color:var(--text-muted);font-size:0.9rem}.cal-loading-spinner{width:40px;height:40px;border:3px solid rgba(11,107,252,0.1);border-top-color:var(--primary);border-radius:50%;animation:cal-spin 0.8s linear infinite}@keyframes cal-spin{to{transform:rotate(360deg)}}.hero--immersive{position:relative;overflow:clip;min-height:clamp(340px,60vh,560px);padding:clamp(2.5rem,6vw,4.5rem) 1rem clamp(1rem,4vw,2rem);background:linear-gradient(165deg,#e8f1ff 0%,#f8fafc 48%,#ffffff 100%);isolation:isolate}.hero--immersive.hero--no-webgl{background:linear-gradient(165deg,#dbeafe 0%,#f0f9ff 45%,#ffffff 100%)}.hero-webgl{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none;z-index:0}.hero-inner{position:relative;z-index:1;max-width:720px;margin:0 auto;text-align:center;contain:layout}section#modules{contain:layout}.hero-kicker{display:inline-block;font-size:0.78rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:var(--primary);margin-bottom:0.75rem;opacity:0.95;transform:translateY(calc(var(--scroll-progress,0) * -12px));transition:opacity 0.4s ease}.hero--immersive .hero-kicker{color:#1e40af}.hero--immersive h1{font-size:clamp(2rem,5vw,3rem);line-height:1.12;margin:0 0 1rem;letter-spacing:-0.02em;transform:translateY(calc(var(--scroll-progress,0) * -18px))}.hero--immersive .subtitle{font-size:clamp(1rem,2vw,1.15rem);max-width:560px;margin-left:auto;margin-right:auto;color:#374151}.hero-ctas .btn{transition:transform 0.22s cubic-bezier(0.2,0.85,0.2,1)}.hero-ctas .btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.hero--immersive .hero-ctas .btn-outline{color:#1e3a8a;border-color:#1d4ed8}.hero--immersive .hero-ctas .btn-outline:hover{color:#ffffff;background:var(--primary);border-color:var(--primary)}@media (hover:hover){.hero-ctas .btn-primary:hover{box-shadow:0 8px 22px rgba(39,118,234,0.32)}}.site-header--scrolled{background:rgba(255,255,255,0.88) !important;border-bottom-color:rgba(15,23,42,0.09);box-shadow:0 1px 0 rgba(255,255,255,0.65) inset,0 12px 40px -8px rgba(15,23,42,0.12);-webkit-backdrop-filter:saturate(180%) blur(16px);backdrop-filter:saturate(180%) blur(16px)}.nav-dropdown-heading{grid-column:1 / -1;list-style:none;margin:0;padding:0.65rem 0.5rem 0.2rem;pointer-events:none}.nav-dropdown-heading:first-child{padding-top:0.15rem}.nav-dropdown-heading span{font-size:0.62rem;font-weight:700;letter-spacing:0.14em;text-transform:uppercase;color:#94a3b8}@media (min-width:1025px){.nav-item-has-dropdown:hover .nav-dropdown--mega{display:grid;grid-template-columns:repeat(4,minmax(132px,1fr));column-gap:1.25rem;row-gap:0.1rem;min-width:min(720px,92vw);padding:0.85rem 1rem}}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity 0.65s cubic-bezier(0.22,1,0.36,1),transform 0.65s cubic-bezier(0.22,1,0.36,1)}[data-reveal].is-revealed{opacity:1;transform:translateY(0)}.module-block[data-reveal]{transition-delay:0.05s}.module-img{transition:transform 0.5s cubic-bezier(0.22,1,0.36,1)}@media (hover:hover){.module-block.is-revealed:hover .module-img{transform:translateY(-4px) scale(1.01);box-shadow:0 24px 48px rgba(15,23,42,0.1)}}.section-title,.section-desc{transition:opacity 0.5s ease}.cta-strip{position:relative;overflow:hidden}.cta-strip::before{content:"";position:absolute;inset:-40% -20%;background:radial-gradient(ellipse at 30% 30%,rgba(255,255,255,0.18),transparent 55%);pointer-events:none}.scroll-progress{position:fixed;top:0;left:0;right:0;height:3px;z-index:200;background:linear-gradient(90deg,#2776EA 0%,#008000 50%,#a855f7 100%);transform-origin:0 50%;transform:scaleX(0);pointer-events:none}[data-kinetic]{display:inline-block;white-space:normal}.kinetic-word{display:inline-block;overflow:hidden;vertical-align:baseline;line-height:1.05}.kinetic-word__inner{display:inline-block;transform:translateY(110%) rotate(6deg);opacity:0;transition:transform 0.85s cubic-bezier(0.2,0.85,0.2,1),opacity 0.5s ease}.is-kinetic .kinetic-word__inner{transform:translateY(0) rotate(0);opacity:1}.hero--immersive h1 .kinetic-word__inner{background:linear-gradient(95deg,#0b1d4f 0%,#2776EA 55%,#a855f7 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.kinetic-strip{position:relative;overflow:hidden;padding:1.6rem 0;background:#0b1220;color:#e5e7eb;border-top:1px solid rgba(255,255,255,0.05);border-bottom:1px solid rgba(255,255,255,0.05)}.kinetic-strip__track{display:flex;gap:3rem;width:max-content;animation:kinetic-scroll 38s linear infinite;font-family:"Segoe UI",system-ui,-apple-system,sans-serif;font-weight:800;font-size:clamp(1.4rem,3.4vw,2.1rem);letter-spacing:-0.01em;white-space:nowrap}.kinetic-strip__track>span{display:inline-flex;align-items:center;gap:1rem}.kinetic-strip__track .dot{width:8px;height:8px;border-radius:999px;background:linear-gradient(135deg,#2776EA,#008000);display:inline-block}.kinetic-strip__track em{font-style:normal;background:linear-gradient(95deg,#60a5fa,#c084fc 60%,#f472b6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.kinetic-strip:hover .kinetic-strip__track{animation-play-state:paused}@keyframes kinetic-scroll{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}.hero-ctas [data-magnetic]{transition:transform 0.3s cubic-bezier(0.2,0.85,0.2,1),box-shadow 0.3s ease,background-color 0.2s ease,color 0.2s ease,border-color 0.2s ease}[data-tilt] .module-img{transition:transform 0.45s cubic-bezier(0.2,0.85,0.2,1),box-shadow 0.45s ease}.hero--immersive::after{content:"";position:absolute;inset:-20% -10% 0 -10%;background:radial-gradient(45% 60% at calc(20%+var(--scroll-progress,0) * 30%) 30%,rgba(11,107,252,0.18),transparent 60%),radial-gradient(40% 55% at calc(80% - var(--scroll-progress,0) * 25%) 60%,rgba(168,85,247,0.18),transparent 60%);filter:blur(40px);z-index:0;pointer-events:none}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}[data-reveal]{opacity:1;transform:none;transition:none}.hero-kicker,.hero--immersive h1{transform:none}.site-header--scrolled{-webkit-backdrop-filter:none;backdrop-filter:none}.module-img{transition:none}.kinetic-strip__track{animation:none}.kinetic-word__inner{transform:none;opacity:1}}.hero-devices{position:relative;margin:2.5rem auto 0;max-width:720px;height:320px}@media (min-width:640px){.hero-devices{height:380px;max-width:820px}}.hero-device{position:absolute;border-radius:14px;overflow:hidden;box-shadow:0 30px 80px rgba(11,29,82,0.28)}.hero-device--desktop{left:0;top:0;width:72%;aspect-ratio:16/10;background:#1e2536;border-radius:12px;z-index:1}.hero-device--desktop .device-chrome{height:28px;background:#2a3248;display:flex;align-items:center;padding:0 10px;gap:5px;flex-shrink:0}.hero-device--desktop .device-chrome span{width:9px;height:9px;border-radius:50%;display:inline-block}.device-chrome span:nth-child(1){background:#ff5f57}.device-chrome span:nth-child(2){background:#ffbd2e}.device-chrome span:nth-child(3){background:#28c840}.hero-device--desktop .device-screen{flex:1;overflow:hidden}.hero-device--desktop .device-screen img,.hero-device--desktop .device-screen svg{width:100%;height:100%;object-fit:cover;object-position:top left;display:block}.hero-device--phone{right:0;bottom:0;width:26%;aspect-ratio:9/18;background:#1e2536;border-radius:24px;z-index:2;border:3px solid #2a3248}.hero-device--phone .device-notch{width:45%;height:20px;background:#2a3248;border-radius:0 0 12px 12px;margin:0 auto 0}.hero-device--phone .device-screen{flex:1;overflow:hidden;border-radius:0 0 22px 22px}.hero-device--phone .device-screen img,.hero-device--phone .device-screen svg{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.hero-devices-glow{position:absolute;inset:30% 10% -10%;background:radial-gradient(ellipse at 50% 100%,rgba(11,107,252,0.2) 0%,transparent 70%);pointer-events:none;z-index:0}.comparison-table-wrap{overflow-x:auto;margin:2rem 0 2.5rem;border-radius:12px;border:1px solid var(--border)}.comparison-table{width:100%;border-collapse:collapse;font-size:0.9rem;min-width:520px}.comparison-table th,.comparison-table td{padding:0.65rem 1rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}.comparison-table thead tr{background:#111827;color:white}.comparison-table thead th{font-weight:600}.comparison-table thead th:first-child{border-radius:11px 0 0 0}.comparison-table thead th:last-child{border-radius:0 11px 0 0}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table tbody tr:nth-child(odd){background:#f8faff}.comparison-table td.rytual-col{color:var(--primary);font-weight:600}.comparison-table td.rytual-col .badge{display:inline-block;background:#e0eaff;color:var(--primary);border-radius:5px;font-size:0.78rem;padding:0.1em 0.5em;margin-left:0.35rem;font-weight:700}.page-header--pricing{padding:1rem 1rem 0.75rem}.page-header--pricing h1{font-size:clamp(1.25rem,2.2vw,1.65rem);margin:0}.page-header__lead{margin:0.3rem 0 0;color:var(--text-muted);font-size:0.88rem}.section.section--pricing-cards{padding:0.75rem 0.5rem 2rem;max-width:100%;width:100%;margin:0}.pricing-cards-wrap{max-width:min(100%,1680px);width:100%;margin:0 auto;padding:0 0.25rem;box-sizing:border-box}.pricing-grid{display:grid;grid-template-columns:1fr;gap:0.85rem;width:100%}@media (min-width:640px) and (max-width:899px){.pricing-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}}@media (min-width:900px){.pricing-grid{grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:auto auto minmax(12.5rem,1fr) minmax(3.75rem,auto);column-gap:0.5rem;row-gap:0;align-items:stretch;width:100%;min-height:36rem}}.pricing-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:0.75rem 0.6rem;box-shadow:0 8px 24px rgba(15,23,42,0.05);display:flex;flex-direction:column;gap:0;min-height:0;min-width:0;width:100%}@media (min-width:900px){.pricing-card{padding:0.85rem 0.65rem 1rem;min-height:36rem;overflow:hidden;grid-row:span 4}}@supports (grid-template-rows:subgrid){@media (min-width:900px){.pricing-card{display:grid;grid-template-rows:subgrid}}}@supports not (grid-template-rows:subgrid){@media (min-width:900px){.pricing-card{display:grid;grid-template-rows:auto auto minmax(12.5rem,1fr) minmax(3.75rem,auto)}.pricing-card__top{min-height:5.5rem}}}.pricing-card--featured{border-color:rgba(37,99,235,0.25);box-shadow:0 16px 40px rgba(37,99,235,0.14)}.pricing-card__badge{display:inline-block;padding:0.15rem 0.55rem;border-radius:999px;font-size:0.62rem;font-weight:700;margin-bottom:0.35rem}.pricing-card__price{font-size:1.45rem;font-weight:800;color:#111827;margin:0 0 0.1rem;line-height:1.05}@media (min-width:900px){.pricing-card__price{font-size:1.25rem}}.pricing-card__price sub{font-size:0.65rem;font-weight:500;color:#6b7280;vertical-align:middle}.pricing-card__desc{font-size:0.72rem;color:#6b7280;margin:0;line-height:1.4}.pricing-card__top{flex-shrink:0;display:flex;flex-direction:column}@media (min-width:900px){.pricing-card__top{grid-row:1;align-self:start}}.pricing-card__top .pricing-card__desc{margin-bottom:0}.pricing-card__cta{flex-shrink:0;padding-top:0.5rem}@media (min-width:900px){.pricing-card__cta{grid-row:2;padding-top:0.45rem;align-self:start;width:100%}}.pricing-card__cta .btn{width:100%;justify-content:center;min-height:2.35rem;padding:0.45rem 0.5rem;font-size:0.78rem;line-height:1.2;white-space:nowrap}.pricing-card__bottom{flex-shrink:0;display:flex;flex-direction:column;margin-top:0.45rem;min-height:0}@media (min-width:900px){.pricing-card__bottom{grid-row:3;margin-top:0.4rem;overflow-y:auto;overscroll-behavior:contain;min-height:0;align-self:stretch}}@media (max-width:899px){.pricing-card__bottom--modules{max-height:9rem;overflow-y:auto}}.pricing-card__post-cta-slot{flex-shrink:0;margin-top:0.5rem;margin-bottom:0.25rem;width:100%;min-width:0;box-sizing:border-box}@media (min-width:900px){.pricing-card__post-cta-slot{grid-row:4;margin-top:0.5rem;margin-bottom:0.35rem;align-self:start;min-height:3.5rem;flex-shrink:0;padding-bottom:0.15rem}.pricing-card__post-cta-slot:empty{visibility:hidden;pointer-events:none}}.pricing-card__bottom>.pricing-card__features:first-child{margin-top:0}.pricing-card__features{margin-top:0}.pricing-card__features-label{font-size:0.65rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#9ca3af;margin:0 0 0.35rem}.pricing-card__features ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0.28rem}.pricing-card__features li,.pricing-module-list li{font-size:0.78rem;color:#4b5563;line-height:1.35}.pricing-card__features li{padding-left:1.1rem;position:relative}.pricing-module-list{list-style:none !important;margin:0;padding:0;display:flex;flex-direction:column;gap:0.28rem}.pricing-module-list li{padding-left:0 !important}.pricing-module-list li::before{content:none !important}.pricing-module-list label{display:flex;align-items:flex-start;gap:0.35rem;cursor:pointer;color:#4b5563;font-size:inherit}.pricing-module-list input[type="checkbox"]{margin-top:0.15rem;flex-shrink:0;width:0.9rem;height:0.9rem}.pricing-card__features li::before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700;font-size:0.75rem}.pricing-calc{background:#f0f6ff;border-radius:8px;padding:0.5rem 0.55rem;margin:0;flex-shrink:0;min-height:2.85rem;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.pricing-calc--inline{display:flex;align-items:center}.pricing-calc__row{display:grid;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:0.45rem 0.5rem;width:100%;min-width:0}.pricing-calc__users{font-size:0.8rem;font-weight:600;color:#4b5563;flex-shrink:0}.pricing-calc input[type="number"]{width:2.75rem;flex-shrink:0;text-align:center;border:1px solid #cbd5e1;border-radius:6px;padding:0.28rem 0.25rem;font-weight:700;color:#111827;font-size:0.9rem;font-variant-numeric:tabular-nums}.pricing-calc__total-group{justify-self:end;display:inline-flex;align-items:baseline;justify-content:flex-end;flex-wrap:wrap;gap:0.12rem 0.35rem;min-width:0;padding-left:0.25rem;text-align:right;font-variant-numeric:tabular-nums}.pricing-calc__total{font-size:1.1rem;font-weight:800;color:#111827}.pricing-calc__period{font-size:0.72rem;font-weight:600;color:#6b7280}@media (max-width:767px){.page-header{padding:1.5rem 1rem}.section{padding:2rem 1rem}.section-title{font-size:1.5rem}.hero--immersive{padding:2.5rem 1rem 3rem;min-height:0}.hero--immersive h1{font-size:1.85rem}.hero-devices{display:none}.kinetic-strip{padding:1.2rem 0}.kinetic-strip__track{font-size:1.1rem;gap:1.5rem}.header-ctas{display:none}.cta-strip{padding:2rem 1rem}}.page-header h1{font-size:clamp(1.5rem,5vw,2.25rem);margin:0.25rem 0 0}
