:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0b1e3f;background-color:#f5f7fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top left,#e4edff 0,#f5f7fb 45%,#fff);color:#0b1e3f}a{font-weight:500;color:#0f5edc;text-decoration:none}a:hover{color:#0a3f92}#root{min-height:100vh}.app{min-height:100vh;background:linear-gradient(135deg,#071633,#0b2047 35%,#0f5edc);color:#fff}.app-inner{max-width:1120px;margin:0 auto;padding:1.5rem 1.5rem 4rem}.nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-radius:999px;background:#05112ebf;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:sticky;top:1.25rem;z-index:100}.nav-left{display:flex;align-items:center;gap:.75rem}.nav-logo-button{background:none;border:none;padding:0;cursor:pointer;color:inherit;font:inherit}.logo-mark{width:32px;height:32px;border-radius:9px;background:radial-gradient(circle at 20% 0,#4fb3ff,#0f5edc 55%,#06132b);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem}.logo-image{width:32px;height:32px;display:block;flex-shrink:0}.footer-logo-image{width:32px;height:32px;display:block;margin-bottom:.75rem}.footer-logo-row{display:flex;align-items:center;gap:.75rem}.footer-logo-row .footer-logo-image{margin-bottom:0}.footer-logo-text{font-size:.95rem;color:#fff}.logo-text{font-weight:700;letter-spacing:.06em;font-size:.95rem;text-transform:uppercase}.nav-links{display:flex;align-items:center;gap:1.5rem;font-size:.82rem;text-transform:uppercase;letter-spacing:.12em}.nav-mobile-toggle{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;align-items:center;justify-content:center;position:relative;z-index:100001}.nav-cta-desktop{display:block}.nav-cta-mobile{display:none}.nav-link{color:#dde7ff;opacity:.9;font:inherit}.nav-link:hover{color:#fff}.nav-link-button{background:none;border:none;padding:0;cursor:pointer;position:relative}.nav-link-active{color:#fff;opacity:1}.nav-link-active:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;border-radius:999px;background:linear-gradient(90deg,#4ade80,#22c55e);opacity:.85}.reveal{opacity:0;transform:translateY(12px);filter:blur(.8px);transition:opacity .52s cubic-bezier(.2,.8,.2,1),transform .52s cubic-bezier(.2,.8,.2,1),filter .52s cubic-bezier(.2,.8,.2,1);transition-delay:var(--delay, 0ms);will-change:opacity,transform,filter}.reveal-visible{opacity:1;transform:translateY(0);filter:blur(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;filter:none;transition:none}}.nav-right{display:flex;align-items:center;gap:.75rem}.nav-cta{padding:.55rem 1.2rem;border-radius:999px;border:1px solid rgba(74,222,128,.3);font-size:.8rem;font-weight:600;background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #22c55e4d}.nav-cta:hover{background:linear-gradient(135deg,#5ee684,#2dd671);box-shadow:0 6px 16px #22c55e66;transform:translateY(-1px)}.nav-cta-outline{padding:.55rem 1.1rem;border-radius:999px;border:1px solid rgba(74,222,128,.5);font-size:.8rem;font-weight:500;background:transparent;color:#e4ecff;cursor:pointer;transition:all .3s ease}.nav-cta-outline:hover{background:#4ade8026;border-color:#4ade80cc;color:#fff}.nav-cta:hover{background:#e4ecff}.nav-cta-outline:hover{background:#0d3887b3}.hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:3.5rem;padding:4rem 0 3.5rem;align-items:center}.hero-kicker{display:inline-flex;align-items:center;gap:.5rem;padding:.2rem .7rem .2rem .25rem;border-radius:999px;background:#071633d9;border:1px solid rgba(140,188,255,.45);margin-bottom:1.3rem}.hero-kicker-pill{padding:.15rem .6rem;border-radius:999px;background:#0f5edc;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em}.hero-kicker-text{font-size:.78rem;color:#d6e3ff}.hero-kicker-link{background:none;border:none;padding:0;cursor:pointer;font:inherit;color:inherit;text-decoration:none;transition:color .3s ease}.hero-kicker-link:hover{color:#4ade80;text-decoration:underline}.hero-title{font-size:3rem;line-height:1.05;letter-spacing:-.03em;margin:0 0 1.2rem}.hero-title span{background:linear-gradient(135deg,#4ade80,#22c55e,#8bb7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1rem;line-height:1.7;color:#c8d6ff;max-width:30rem;margin-bottom:1.8rem}.hero-actions{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.btn-primary{padding:.9rem 1.8rem;border-radius:999px;border:none;background:linear-gradient(135deg,#4ade80,#22c55e 40%,#16a34a);color:#fff;font-weight:600;font-size:.95rem;cursor:pointer;box-shadow:0 16px 40px #22c55e66;transition:all .3s ease}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#5ee684,#2dd671 40%,#22c55e);box-shadow:0 20px 50px #22c55e80;transform:translateY(-1px)}.btn-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.btn-secondary{padding:.85rem 1.4rem;border-radius:999px;border:1px solid rgba(74,222,128,.5);background:transparent;color:#d9e4ff;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{border-color:#4ade80cc;background:#4ade801a;color:#fff}.hero-footnote{font-size:.78rem;color:#9fb4ff}.hero-right{position:relative}.hero-card{border-radius:26px;padding:1.8rem 1.7rem;background:radial-gradient(circle at 0 0,#355da8 0,#06142b 45%,#030915);border:1px solid rgba(137,182,255,.4);box-shadow:0 20px 60px #000000a6}.hero-card-header{display:flex;justify-content:space-between;margin-bottom:1.4rem;font-size:.82rem;color:#d6e3ff}.hero-card-title{font-weight:600}.hero-card-chip{padding:.25rem .65rem;border-radius:999px;background:#237cff40;border:1px solid rgba(164,205,255,.3);font-size:.7rem;text-transform:uppercase;letter-spacing:.16em}.hero-card-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.3rem}.hero-metric{padding:.8rem .9rem;border-radius:18px;background:#03102ce6;border:1px solid rgba(124,175,255,.25)}.hero-metric-label{font-size:.7rem;color:#8fa5dc;margin-bottom:.3rem}.hero-metric-value{font-size:1.4rem;font-weight:700}.hero-metric-tag{margin-top:.2rem;font-size:.7rem;color:#7bd3ff}.hero-card-footer{margin-top:1.5rem;display:flex;justify-content:space-between;align-items:center;font-size:.72rem;color:#a8c0ff}.hero-card-dots{display:flex;align-items:center;gap:.35rem}.hero-dot{width:6px;height:6px;border-radius:50%;background:#3b7dff}.hero-dot.dim{opacity:.4}.section{margin-top:3.5rem}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem}.section-title{font-size:1.7rem;margin:0;position:relative;padding-bottom:.5rem;display:inline-block}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background:linear-gradient(90deg,#4ade80,#22c55e);border-radius:2px}.section-kicker{font-size:.8rem;text-transform:uppercase;letter-spacing:.18em;color:#4ade80;margin-bottom:.4rem;font-weight:600}.section-subtitle{font-size:.9rem;color:#c6d6ff;max-width:22rem}.section-link{font-size:.85rem;color:#c6d6ff}.section-link span{margin-left:.2rem}.products-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.1rem}.product-card{padding:1.8rem 1.6rem 2rem;border-radius:20px;background:linear-gradient(135deg,#061333fa,#08183af2);border:1px solid rgba(143,180,255,.2);color:#e5edff;transition:all .3s ease;box-shadow:0 4px 20px #0000004d,inset 0 1px #ffffff08;position:relative;overflow:hidden}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,rgba(74,222,128,.5),transparent);opacity:0;transition:opacity .3s ease}.product-card:hover:before{opacity:1}.product-card:hover{border-color:#4ade8080;transform:translateY(-4px);box-shadow:0 12px 32px #22c55e40,0 4px 16px #0006}.product-tag{font-size:.7rem;text-transform:uppercase;letter-spacing:.18em;color:#4ade80;margin-bottom:.9rem;font-weight:700;display:inline-block;padding:.35rem .85rem;background:#4ade801a;border:1px solid rgba(74,222,128,.3);border-radius:6px}.product-title{font-size:1.15rem;font-weight:700;margin-bottom:.65rem;line-height:1.4;color:#fff}.product-desc{font-size:.88rem;color:#c6d6ff;line-height:1.65}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem}.stat-card{padding:1.2rem 1.1rem;border-radius:20px;background:linear-gradient(135deg,#061333fa,#08183af2);border:1px solid rgba(143,180,255,.2);transition:all .3s ease;box-shadow:0 4px 20px #0000004d,inset 0 1px #ffffff08}.stat-card:hover{border-color:#4ade8066;transform:translateY(-2px);box-shadow:0 8px 24px #22c55e33}.stat-label{font-size:.75rem;color:#4ade80;margin-bottom:.45rem;font-weight:600}.stat-value{font-size:1.9rem;font-weight:700;margin-bottom:.2rem}.stat-caption{font-size:.75rem;color:#cad8ff}.logos-row{display:flex;flex-wrap:wrap;gap:1.75rem;align-items:center;margin-top:1.3rem}.logo-pill{padding:.6rem 1.1rem;border-radius:999px;border:1px solid rgba(161,192,255,.5);font-size:.78rem;color:#d9e4ff;background:#061333f5}.resources-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.resource-card{padding:1.2rem 1.1rem 1.3rem;border-radius:18px;background:#f5f8fffa;color:#071633;transition:all .3s ease;border:1px solid rgba(74,222,128,.2)}.resource-card:hover{border-color:#4ade8080;transform:translateY(-2px);box-shadow:0 8px 24px #22c55e26}.resource-tag{font-size:.68rem;text-transform:uppercase;letter-spacing:.16em;color:#22c55e;margin-bottom:.5rem;font-weight:600}.resource-title{font-size:.98rem;font-weight:600;margin-bottom:.35rem}.resource-link{margin-top:.8rem;font-size:.8rem;color:#22c55e;font-weight:600;transition:color .3s ease}.resource-link:hover{color:#4ade80}.why-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}.partner-form{margin-top:1.5rem;padding:1.5rem 1.4rem 1.7rem;border-radius:20px;background:#061333f5;border:1px solid rgba(143,180,255,.35)}.partner-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem;margin-bottom:1rem}.partner-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1rem}.partner-field label{font-size:.8rem;color:#c6d6ff}.partner-field input,.partner-field textarea{border-radius:12px;border:1px solid rgba(150,182,240,.6);padding:.55rem .7rem;background:#040f27e6;color:#fff;font:inherit}.partner-field input::placeholder,.partner-field textarea::placeholder{color:#7f95c7}.partner-field textarea{resize:vertical;min-height:120px}.partner-consent{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:#c6d6ff;margin-bottom:1.3rem}.verification-checkbox{display:flex;align-items:center;gap:.6rem;margin:1.5rem 0;padding:1rem;border-radius:12px;background:#06133380;border:1px solid rgba(143,180,255,.3);transition:all .3s ease}.verification-checkbox:hover{border-color:#4fb3ff80;background:#08183a99}.verification-checkbox input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#4fb3ff;border-radius:4px}.verification-checkbox label{font-size:.9rem;color:#e4ecff;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:500;margin:0}.partner-consent input{margin-top:.1rem}.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}.field-hint-inline{font-size:.75rem;color:#9bb5ff;font-weight:500}.career-form{margin-top:1.2rem;padding:1.6rem 1.4rem 1.8rem;border-radius:20px;background:#061333f5;border:1px solid rgba(143,180,255,.35)}.contact-overlay{position:fixed;inset:0;background:#030a1aa6;display:flex;align-items:center;justify-content:center;z-index:200}.contact-modal{width:100%;max-width:520px;background:#061333fa;border-radius:24px;z-index:201;position:relative;padding:1.8rem 1.6rem 1.7rem;border:1px solid rgba(143,180,255,.45);box-shadow:0 24px 60px #000000b3}.contact-title{margin:0 0 .4rem;font-size:1.4rem}.contact-subtitle{margin:0 0 1.3rem;font-size:.85rem;color:#c6d6ff}.contact-form{margin-top:.2rem}.contact-actions{display:flex;justify-content:flex-end;gap:.7rem;margin-top:.5rem}.contact-cancel{border-color:#adc9ffb3}.news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem}.news-card{background:linear-gradient(135deg,#061333fa,#08183af2);border:1px solid rgba(143,180,255,.2);border-radius:18px;overflow:hidden;color:#e5edff;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:0 4px 20px #0000004d,inset 0 1px #ffffff08;cursor:pointer}.news-card:hover{border-color:#4ade8066;transform:translateY(-2px);box-shadow:0 8px 24px #22c55e33}.news-image{height:120px;background:linear-gradient(135deg,#0f5edc,#071633);width:100%;display:block}.news-image img,.news-image-custom{width:100%;height:120px;object-fit:cover;display:block;border-radius:18px 18px 0 0}.news-image-custom{background:none}.news-image-1{background:linear-gradient(135deg,#1c85ff,#0a3f92)}.news-image-2{background:linear-gradient(135deg,#3b7dff,#0b2047)}.news-meta{display:flex;justify-content:space-between;padding:.9rem 1rem .4rem;font-size:.75rem;color:#9bb5ff}.news-title{padding:0 1rem;font-weight:600;font-size:1rem;margin-bottom:.4rem}.news-link{padding:0 1rem 1rem;font-size:.85rem;color:#4ade80;margin-top:auto;font-weight:600;transition:color .3s ease}.news-link:hover{color:#5ee684}.news-tag{text-transform:uppercase;letter-spacing:.12em;color:#4ade80;font-weight:600}.news-date{color:#c6d6ff}.footer{margin-top:3.5rem;padding-top:2.5rem;border-top:1px solid rgba(151,180,238,.35);font-size:.76rem}.footer-top{display:grid;grid-template-columns:2fr repeat(3,minmax(0,1fr));gap:2.4rem;margin-bottom:2rem}.footer-column-title{font-weight:600;margin-bottom:.7rem}.footer-link{display:block;color:#d1defc;margin-bottom:.35rem;transition:color .2s ease}.footer-link:hover{color:#4ade80}.footer-link-button{background:none;border:none;padding:0;cursor:pointer;text-align:left;font:inherit}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:1.2rem;color:#9cb2f2;flex-wrap:wrap}.company-about{margin-bottom:1.4rem}.company-about-title{margin:0 0 .5rem;font-size:1rem}.company-about-text{margin:0 0 .6rem;font-size:.86rem;color:#d1defc}.company-map-section{margin-top:1.5rem}.company-panel{margin-top:1.2rem;padding:2rem 2rem 2.1rem;border-radius:24px;background:radial-gradient(circle at top left,#264a8ca6,#061333f5);border:1px solid rgba(143,180,255,.35);box-shadow:0 24px 60px #02091abf;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1.3fr);gap:2rem;align-items:stretch}.company-panel-left{display:flex;flex-direction:column;justify-content:space-between}.company-panel-right{display:flex}.company-map-container{border-radius:18px;overflow:hidden;border:1px solid rgba(143,180,255,.55);min-height:260px;width:100%}.company-map-container iframe{width:100%;height:100%;border:0}.footer-meta{display:flex;gap:1rem;flex-wrap:wrap}.mobile-apps-hero{text-align:center;max-width:800px;margin:0 auto 4rem;padding:2rem 0}.mobile-apps-hero-title{font-size:2.8rem;font-weight:700;line-height:1.1;letter-spacing:-.02em;margin:0 0 1.2rem;color:#fff}.mobile-apps-hero-subtitle{font-size:1.1rem;line-height:1.6;color:#c8d6ff;max-width:700px;margin:0 auto}.mobile-apps-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;max-width:1200px;margin:0 auto}.mobile-apps-card{padding:2.5rem 2rem;border-radius:24px;background:linear-gradient(135deg,#061333fa,#08183af2);border:1px solid rgba(143,180,255,.25);box-shadow:0 4px 24px #0000004d,inset 0 1px #ffffff08;transition:all .3s ease;display:flex;flex-direction:column;color:#e5edff;position:relative;overflow:hidden}.mobile-apps-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4ade80,#22c55e);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.mobile-apps-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #22c55e4d;border-color:#4ade8080;background:linear-gradient(135deg,#08183afa,#0a1e41f2)}.mobile-apps-card:hover:before{transform:scaleX(1)}.mobile-apps-card-header{margin-bottom:1rem}.mobile-apps-card-title{font-size:1.6rem;font-weight:700;margin:0;color:#fff;line-height:1.3}.mobile-apps-card-desc{font-size:1rem;line-height:1.6;color:#c6d6ff;margin:0 0 1.8rem}.mobile-apps-features{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:.9rem;flex:1}.mobile-apps-feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.92rem;color:#d1defc;line-height:1.5}.mobile-apps-icon{flex-shrink:0;width:20px;height:20px;margin-top:.1rem;color:#4ade80}.mobile-apps-card-button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.8rem;border-radius:12px;background:linear-gradient(135deg,#4ade80,#22c55e 40%,#16a34a);color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #22c55e4d;margin-top:auto;width:fit-content;border:none;font-family:inherit}.mobile-apps-card-button:hover{background:linear-gradient(135deg,#5ee684,#2dd671 40%,#22c55e);box-shadow:0 6px 20px #22c55e73;transform:translateY(-1px)}@media(max-width:960px){.app-inner{padding:1.2rem 1.2rem 3rem}.hero{grid-template-columns:minmax(0,1fr);gap:2.5rem;padding:3rem 0 2.5rem}.hero-right{order:-1}.hero-title{font-size:2.6rem}.hero-subtitle{font-size:1rem}.hero-card{padding:1.5rem 1.3rem}.hero-card-body{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hero-metric{padding:.7rem .8rem}.hero-metric-value{font-size:1.3rem}.section{margin-top:2.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:.7rem}.section-title{font-size:1.9rem}.products-grid,.stats-grid,.resources-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.2rem}.news-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.footer-top{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1rem}.privacy-hero{padding:2.5rem 1.5rem}.mobile-apps-grid{grid-template-columns:minmax(0,1fr);gap:1.5rem}.mobile-apps-hero{padding:1.5rem 0;margin-bottom:3rem}.mobile-apps-hero-title{font-size:2.4rem}.mobile-apps-hero-subtitle{font-size:1.05rem}.company-panel{grid-template-columns:minmax(0,1fr);gap:1.5rem}.partner-form-row{grid-template-columns:minmax(0,1fr)}.contact-modal{max-width:90%;padding:1.8rem 1.4rem}}@media(max-width:768px){.mobile-apps-grid{grid-template-columns:minmax(0,1fr)}.products-grid,.stats-grid,.resources-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.app-inner{padding:1rem 1rem 3rem}.nav{padding-inline:.85rem;z-index:50}.nav-links{position:fixed;inset:0;width:100vw;height:100vh;background:linear-gradient(180deg,#030a1afa,#030a1af5 55%,#030a1afa);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:5rem 1.1rem 2rem;gap:.55rem;z-index:1000;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;margin:0;box-sizing:border-box}.nav-links:before{content:"";position:absolute;top:-45%;right:-30%;width:420px;height:420px;background:radial-gradient(circle,rgba(74,222,128,.14),transparent 70%);border-radius:50%;pointer-events:none}.nav-links-mobile-open{transform:translate(0);z-index:1000!important}.nav-mobile-menu-open{z-index:50}.nav-links .nav-link{width:100%;padding:.95rem 1rem;font-size:1rem;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#ffffff0a;text-align:left;letter-spacing:.02em;transition:background .18s ease,border-color .18s ease,transform .18s ease}.nav-links .nav-link:hover{background:#ffffff0f;border-color:#4ade802e;transform:translateY(-1px)}.nav-links .nav-link-active{background:#4ade801f;border-color:#4ade8042;color:#e5fff0fa}.nav-links .nav-link-active:after{display:none}.nav-links .nav-link-active:before{content:"";position:absolute;left:.6rem;top:.7rem;bottom:.7rem;width:3px;border-radius:999px;background:linear-gradient(180deg,#4ade80f2,#22c55ed9)}.nav-cta-desktop{display:none}.nav-cta-mobile{display:block;width:100%;margin-top:1rem;padding:1rem;text-align:center;border-radius:999px}.nav-mobile-toggle{display:flex}.hero{padding-top:2.8rem}.hero-title{font-size:2.4rem}.hero-actions{flex-direction:column;align-items:flex-start}.products-grid,.stats-grid,.resources-grid,.footer-top,.news-grid{grid-template-columns:minmax(0,1fr)}.company-panel{grid-template-columns:minmax(0,1fr);padding:1.6rem 1.4rem 1.7rem}.why-grid,.partner-form-row{grid-template-columns:minmax(0,1fr)}.mobile-apps-hero-title{font-size:2.2rem}.mobile-apps-hero-subtitle{font-size:1rem}.mobile-apps-grid{grid-template-columns:minmax(0,1fr);gap:1.5rem}.mobile-apps-card{padding:2rem 1.5rem}.mobile-apps-card-title{font-size:1.4rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:.95rem}.hero-kicker{font-size:.75rem;margin-bottom:1rem}.hero-kicker-text{font-size:.72rem}.hero-card{padding:1.3rem 1.1rem}.hero-card-body{grid-template-columns:minmax(0,1fr);gap:.9rem}.hero-metric{padding:.6rem .7rem}.hero-metric-value{font-size:1.2rem}.hero-metric-label,.hero-metric-tag{font-size:.65rem}.hero-card-footer{flex-direction:column;align-items:flex-start;gap:.5rem;font-size:.68rem}.section-title{font-size:1.8rem}.section-subtitle{font-size:.95rem}.stat-card{padding:1rem .9rem}.stat-value{font-size:1.6rem}.product-card{padding:1.5rem 1.2rem 1.6rem}.product-title{font-size:.95rem}.product-desc{font-size:.75rem}.btn-primary{padding:.8rem 1.5rem;font-size:.9rem}.privacy-hero{padding:2rem 1.2rem;margin-bottom:3rem}.privacy-title{font-size:1.8rem;padding-bottom:.8rem}.privacy-section{padding:1.5rem 1.2rem;margin-bottom:1.8rem}.privacy-section-title{font-size:1.3rem;margin-bottom:1rem}.privacy-subsection-title{font-size:1.1rem;margin-bottom:.6rem}.contact-modal{width:95%;max-width:95%;padding:2rem 1.5rem;margin:1rem}.partner-form,.career-form{padding:1.3rem 1.1rem 1.5rem}.partner-field input,.partner-field textarea{font-size:.9rem;padding:.65rem .8rem}.section-kicker{font-size:.75rem}.section-subtitle{font-size:.88rem}.logos-row{gap:1rem;flex-wrap:wrap}.logo-pill{padding:.5rem .9rem;font-size:.72rem}.contact-title{font-size:1.8rem}.contact-subtitle{font-size:.95rem}}.product-detail-page{max-width:1000px;margin:0 auto}.product-back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;margin-bottom:2rem;border-radius:8px;border:1px solid rgba(143,180,255,.3);background:#06133399;color:#c6d6ff;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.product-back-button:hover{background:#061333e6;border-color:#8fb4ff80;color:#fff}.product-hero{text-align:center;margin-bottom:5rem;padding:5rem 2rem;border-radius:32px;background:linear-gradient(135deg,#061333fa,#081c41f2,#061333fa);border:2px solid rgba(143,180,255,.15);box-shadow:0 20px 60px #0006,inset 0 1px #ffffff0d;position:relative;overflow:hidden}.product-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 20%,rgba(79,179,255,.15),transparent 50%);pointer-events:none}.product-hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;margin:0 0 1.2rem;color:#fff;position:relative;z-index:1;background:linear-gradient(135deg,#4fb3ff,#0f5edc,#8bb7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.product-hero-subtitle{font-size:1.4rem;line-height:1.5;color:#e4ecff;margin:0 0 1.2rem;font-weight:500;position:relative;z-index:1}.product-hero-description{font-size:1.1rem;line-height:1.7;color:#c8d6ff;max-width:750px;margin:0 auto;position:relative;z-index:1}.product-section{margin-bottom:4rem}.product-section-title{font-size:2rem;font-weight:700;margin:0 0 1.5rem;color:#fff;position:relative;padding-bottom:.75rem}.product-section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:3px;background:linear-gradient(90deg,#4fb3ff,#0f5edc);border-radius:2px}.product-section-text{font-size:1rem;line-height:1.7;color:#c6d6ff;margin:0 0 1.2rem}.product-section-text:last-child{margin-bottom:0}.product-features-list{list-style:none;padding:0;margin:1rem 0 1.2rem;display:flex;flex-direction:column;gap:.6rem}.product-features-list li{position:relative;padding-left:1.5rem;font-size:1rem;line-height:1.6;color:#c6d6ff}.product-features-list li:before{content:"•";position:absolute;left:0;color:#4fb3ff;font-weight:700;font-size:1.2rem}.product-capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.product-capability-card{padding:2.2rem 2rem;border-radius:20px;background:linear-gradient(135deg,#061333fa,#08183af2);border:1px solid rgba(143,180,255,.2);box-shadow:0 4px 20px #0000004d,inset 0 1px #ffffff08;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-capability-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4fb3ff,#0f5edc);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.product-capability-card:hover{border-color:#4fb3ff99;transform:translateY(-4px);box-shadow:0 8px 32px #0f5edc40;background:#08183afa}.product-capability-card:hover:before{transform:scaleX(1)}.product-capability-icon{font-size:2.8rem;margin-bottom:1.2rem;display:inline-block;transition:transform .3s ease}.product-capability-card:hover .product-capability-icon{transform:scale(1.1)}.product-capability-title{font-size:1.1rem;font-weight:600;margin:0 0 .6rem;color:#fff}.product-capability-desc{font-size:.9rem;line-height:1.6;color:#c6d6ff;margin:0}.product-benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.product-benefit-card{padding:2.2rem 2rem;border-radius:20px;background:linear-gradient(135deg,#061333fa,#08183af2);border:1px solid rgba(143,180,255,.2);box-shadow:0 4px 20px #0000004d,inset 0 1px #ffffff08;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.product-benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4fb3ff,#0f5edc);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.product-benefit-card:hover{border-color:#4fb3ff99;transform:translateY(-4px);box-shadow:0 8px 32px #0f5edc40;background:#08183afa}.product-benefit-card:hover:before{transform:scaleX(1)}.product-benefit-icon{font-size:2.5rem;margin-bottom:1rem;display:inline-block;transition:transform .3s ease}.product-benefit-card:hover .product-benefit-icon{transform:scale(1.1)}.product-benefit-title{font-size:1.15rem;font-weight:600;margin:0 0 .6rem;color:#fff}.product-benefit-desc{font-size:.95rem;line-height:1.6;color:#c6d6ff;margin:0}.product-how-it-works{display:flex;flex-direction:column;gap:2rem;margin-top:1.5rem}.product-step{display:flex;gap:1.5rem;align-items:flex-start}.product-step-number{flex-shrink:0;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#4fb3ff,#0f5edc,#0b2047);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;box-shadow:0 6px 20px #0f5edc66;transition:all .3s ease}.product-step:hover .product-step-number{transform:scale(1.1);box-shadow:0 8px 24px #0f5edc80}.product-step-content{flex:1;padding-top:.5rem}.product-step-title{font-size:1.2rem;font-weight:600;margin:0 0 .5rem;color:#fff}.product-step-desc{font-size:.95rem;line-height:1.6;color:#c6d6ff;margin:0}.product-cta-section{text-align:center;padding:4.5rem 2rem;border-radius:28px;background:linear-gradient(135deg,#061333fa,#081c41f2,#061333fa);border:2px solid rgba(74,222,128,.2);box-shadow:0 20px 60px #0006,0 0 0 1px #4ade801a;margin-top:5rem;position:relative;overflow:hidden}.product-cta-section:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(79,179,255,.15),transparent 70%);border-radius:50%;pointer-events:none}.product-cta-section:after{content:"";position:absolute;bottom:-30%;left:-10%;width:300px;height:300px;background:radial-gradient(circle,rgba(15,94,220,.2),transparent 70%);border-radius:50%;pointer-events:none}.product-cta-title{font-size:2.4rem;font-weight:700;margin:0 0 .8rem;color:#fff;position:relative;z-index:1}.product-cta-subtitle{font-size:1.15rem;line-height:1.6;color:#c6d6ff;margin:0 0 2rem;max-width:600px;margin-left:auto;margin-right:auto;margin-bottom:2.5rem;position:relative;z-index:1}.product-cta-button{font-size:1.05rem;padding:1.1rem 2.4rem;position:relative;z-index:1;background:linear-gradient(135deg,#4ade80,#22c55e 40%,#16a34a)!important;box-shadow:0 4px 16px #22c55e4d!important}.product-cta-button:hover{background:linear-gradient(135deg,#5ee684,#2dd671 40%,#22c55e)!important;box-shadow:0 6px 20px #22c55e73!important}@media(max-width:960px){.product-hero{padding:3rem 1.5rem}.product-hero-title{font-size:2.6rem}.product-hero-subtitle{font-size:1.2rem}.product-hero-description{font-size:.98rem}.product-section-title{font-size:1.7rem}.product-capabilities-grid,.product-benefits-grid{grid-template-columns:minmax(0,1fr)}.product-step{flex-direction:column;gap:1rem}.product-step-number{width:48px;height:48px;font-size:1.3rem}.product-cta-section{padding:3rem 1.5rem}.product-cta-title{font-size:2rem}.product-cta-subtitle{font-size:1rem}}.privacy-policy-page{max-width:900px;margin:0 auto}.privacy-container{padding:2rem 0}.privacy-hero{text-align:center;margin-bottom:4rem;padding:3rem 2rem;border-radius:28px;background:linear-gradient(135deg,#061333fa,#081c41f2,#061333fa);border:2px solid rgba(74,222,128,.2);box-shadow:0 20px 60px #0006,inset 0 1px #ffffff0d;position:relative;overflow:hidden}.privacy-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:400px;height:400px;background:radial-gradient(circle,rgba(74,222,128,.1),transparent 70%);border-radius:50%;pointer-events:none}.privacy-title{font-size:3.2rem;font-weight:800;margin:0 0 .8rem;color:#fff;line-height:1.2;position:relative;padding-bottom:1.2rem;z-index:1}.privacy-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#4ade80,#22c55e);border-radius:2px}.privacy-updated{font-size:.95rem;color:#4ade80;margin:0 0 1rem;font-weight:500;position:relative;z-index:1}.privacy-hero-description{font-size:1.1rem;line-height:1.7;color:#c8d6ff;max-width:700px;margin:0 auto;position:relative;z-index:1}.privacy-content{color:#e5edff}.privacy-section{margin-bottom:3.5rem;padding:2rem 2rem 2.2rem;border-radius:20px;background:linear-gradient(135deg,#061333f2,#08183aeb);border:1px solid rgba(143,180,255,.15);box-shadow:0 4px 20px #0000004d,inset 0 1px #ffffff08;transition:all .3s ease}.privacy-section:hover{border-color:#4ade804d;box-shadow:0 8px 32px #0006}.privacy-section-title{font-size:1.9rem;font-weight:700;margin:0 0 1.2rem;color:#fff;padding-bottom:.75rem;border-bottom:2px solid rgba(74,222,128,.4);position:relative}.privacy-section-title:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(90deg,#4ade80,#22c55e)}.privacy-subsection-title{font-size:1.35rem;font-weight:600;margin:1.8rem 0 1rem;color:#e4ecff;position:relative;padding-left:1rem}.privacy-subsection-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:20px;background:linear-gradient(180deg,#4ade80,#22c55e);border-radius:2px}.privacy-text{font-size:1.05rem;line-height:1.85;color:#c6d6ff;margin:0 0 1.2rem}.privacy-list{margin:1.2rem 0 1.8rem;padding-left:0;color:#c6d6ff;list-style:none}.privacy-list li{margin-bottom:1rem;line-height:1.8;font-size:1.05rem;padding-left:1.8rem;position:relative}.privacy-list li:before{content:"•";position:absolute;left:0;color:#4ade80;font-weight:700;font-size:1.5rem;line-height:1.2}.privacy-list li strong{color:#fff;font-weight:600}.privacy-contact{background:linear-gradient(135deg,#061333fa,#08183af2);border:2px solid rgba(74,222,128,.3);border-radius:16px;padding:2rem 1.8rem;margin:1.8rem 0;box-shadow:0 4px 20px #0000004d,inset 0 1px #ffffff08;position:relative;overflow:hidden}.privacy-contact:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4ade80,#22c55e)}.privacy-contact p{margin:.6rem 0}.privacy-contact p:first-child{font-size:1.2rem;color:#fff;margin-bottom:1rem}.consent-policy-link{background:none;border:none;padding:0;color:#4ade80;text-decoration:underline;cursor:pointer;font-size:inherit;font-family:inherit;transition:color .2s ease;font-weight:600}.consent-policy-link:hover{color:#5ee684}@media(max-width:960px){.privacy-title{font-size:2.4rem}.privacy-section-title{font-size:1.6rem}.privacy-subsection-title{font-size:1.2rem}}@media(max-width:640px){.privacy-container{padding:1rem 0}.privacy-title{font-size:2rem}.privacy-section-title{font-size:1.4rem}.privacy-text,.privacy-list li{font-size:.95rem}}.news-detail-page{max-width:900px;margin:0 auto}.news-detail-hero{margin-bottom:3rem}.news-detail-image{width:100%;height:400px;border-radius:24px;margin-bottom:2rem;object-fit:cover;box-shadow:0 20px 60px #00000080;display:block}.news-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.news-detail-tag{display:inline-block;padding:.4rem 1rem;border-radius:999px;background:#4ade8026;border:1px solid rgba(74,222,128,.4);color:#4ade80;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em}.news-detail-date{color:#9bb5ff;font-size:.9rem;font-weight:500}.news-detail-title{font-size:2.8rem;font-weight:800;line-height:1.2;color:#fff;margin:0;letter-spacing:-.02em}.news-detail-content{padding:2rem 0;color:#e5edff}.news-detail-intro{font-size:1.25rem;line-height:1.7;color:#d9e4ff;margin:0 0 3rem;padding:2rem;border-radius:16px;background:linear-gradient(135deg,#061333f2,#08183aeb);border:1px solid rgba(74,222,128,.2);border-left:4px solid #4ade80}.news-detail-heading{font-size:1.8rem;font-weight:700;color:#fff;margin:3rem 0 1.2rem;padding-bottom:.75rem;border-bottom:2px solid rgba(74,222,128,.3);position:relative}.news-detail-heading:after{content:"";position:absolute;bottom:-2px;left:0;width:60px;height:2px;background:linear-gradient(90deg,#4ade80,#22c55e)}.news-detail-text{font-size:1.05rem;line-height:1.85;color:#c6d6ff;margin:0 0 1.5rem}.news-detail-list{margin:1.5rem 0 2rem;padding-left:0;list-style:none;color:#c6d6ff}.news-detail-list li{margin-bottom:1rem;line-height:1.8;font-size:1.05rem;padding-left:1.8rem;position:relative}.news-detail-list li:before{content:"•";position:absolute;left:0;color:#4ade80;font-weight:700;font-size:1.5rem;line-height:1.2}.news-card,.news-card:hover{cursor:pointer}@media(max-width:960px){.news-detail-title{font-size:2.2rem}.news-detail-image{height:300px}.news-detail-heading{font-size:1.6rem}.news-detail-intro{font-size:1.1rem;padding:1.5rem}}@media(max-width:640px){.news-detail-page{max-width:100%}.product-back-button{width:100%;justify-content:center;border-radius:14px;border-color:#ffffff1f;background:#ffffff0a;margin-bottom:1.2rem}.news-detail-hero{margin-bottom:1.35rem;padding:1.1rem 1.05rem 1.15rem;border-radius:18px;background:linear-gradient(135deg,#061333e6,#081c41d1);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 55px #00000052}.news-detail-image{height:210px;border-radius:14px;margin-bottom:1.05rem;box-shadow:0 14px 40px #00000059}.news-detail-header{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:.55rem;margin-bottom:.85rem}.news-detail-tag{padding:.35rem .8rem;font-size:.7rem;border-color:#4ade8047;background:#4ade801f}.news-detail-date{font-size:.82rem;padding:.35rem .8rem;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#dde7ffe0}.news-detail-title{font-size:1.75rem;line-height:1.25;letter-spacing:-.02em}.news-detail-content{padding:.5rem 0 0}.news-detail-intro{font-size:1rem;line-height:1.75;padding:1.1rem 1.05rem;margin-bottom:1.7rem;border-radius:16px}.news-detail-heading{font-size:1.35rem;margin:2rem 0 .9rem;padding-bottom:.65rem}.news-detail-text,.news-detail-list li{font-size:1rem;line-height:1.85}.news-detail-list{margin:1rem 0 1.65rem}}.scroll-to-top-button{position:fixed;bottom:2rem;right:2rem;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#4ade80,#22c55e 40%,#16a34a);border:2px solid rgba(74,222,128,.3);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #22c55e66,0 0 #22c55e1a;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:100;opacity:0;transform:translateY(20px);animation:fadeInUp .3s ease forwards}.scroll-to-top-button:hover{background:linear-gradient(135deg,#5ee684,#2dd671 40%,#22c55e);transform:translateY(-2px);box-shadow:0 6px 20px #22c55e80,0 0 0 4px #22c55e1a}.scroll-to-top-button:active{transform:translateY(0)}.scroll-to-top-button svg{width:20px;height:20px}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.scroll-to-top-button{bottom:1.5rem;right:1.5rem;width:44px;height:44px}.scroll-to-top-button svg{width:18px;height:18px}}@media(max-width:640px){.product-hero{padding:2.5rem 1.2rem;margin-bottom:3rem}.product-hero-title{font-size:2.2rem}.product-hero-subtitle{font-size:1.1rem}.product-hero-description{font-size:.95rem}.product-section{margin-bottom:3rem}.product-section-title{font-size:1.5rem}.product-capability-card,.product-benefit-card{padding:1.5rem 1.2rem}.product-cta-section{padding:2.5rem 1.2rem;margin-top:3rem}.product-cta-title{font-size:1.8rem}.product-cta-subtitle{font-size:.95rem}.product-capability-title,.product-benefit-title{font-size:1.05rem}.product-capability-desc,.product-benefit-desc{font-size:.85rem}.product-step-title{font-size:1.1rem}.product-step-desc{font-size:.9rem}.product-back-button{font-size:.85rem;padding:.5rem 1rem;margin-bottom:1.5rem}.company-panel{padding:1.6rem 1.3rem}.partner-form{padding:1.5rem 1.2rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.8rem;font-size:.72rem}.product-capabilities-grid,.product-benefits-grid{gap:1.2rem}.product-step{gap:1rem}.product-step-number{width:44px;height:44px;font-size:1.2rem}}@media(max-width:480px){.hero-title{font-size:1.8rem}.hero-subtitle{font-size:.9rem}.section-title{font-size:1.6rem}.mobile-apps-hero-title,.product-hero-title{font-size:1.9rem}.product-section-title{font-size:1.3rem}.btn-primary{padding:.75rem 1.3rem;font-size:.85rem}.nav{padding:.65rem .75rem}.logo-text{font-size:.85rem}.logo-mark{width:28px;height:28px;font-size:1rem}}.solutions-page{--solutions-accent: #4ade80;--solutions-accent-2: #22c55e;padding:3.25rem 0 1.5rem}.solutions-hero{max-width:52rem;margin:0 auto 2rem;text-align:left;padding:1.6rem 1.5rem;border-radius:20px;background:linear-gradient(135deg,#061333eb,#081c41db 55%,#061333eb);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 55px #00000059;position:relative;overflow:hidden}.solutions-hero:before{content:"";position:absolute;top:-55%;right:-20%;width:420px;height:420px;background:radial-gradient(circle,rgba(74,222,128,.18),transparent 70%);border-radius:50%;pointer-events:none}.solutions-hero:after{content:"";position:absolute;bottom:-40%;left:-15%;width:360px;height:360px;background:radial-gradient(circle,rgba(15,94,220,.22),transparent 70%);border-radius:50%;pointer-events:none}.solutions-kicker{display:flex;align-items:center;gap:.6rem;margin-bottom:.9rem;position:relative;z-index:1}.solutions-pill{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;background:#4ade801f;border:1px solid rgba(74,222,128,.28);color:#e5fff0f5;font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;white-space:nowrap}.solutions-pill-outline{background:#05112e59;border-color:#ffffff24;color:#dde7ffe6}.solutions-title{font-size:2.3rem;line-height:1.1;letter-spacing:-.02em;margin:0 0 .75rem;position:relative;z-index:1}.solutions-title span{color:#4ade80;background:none;-webkit-text-fill-color:#4ade80}.solutions-subtitle{margin:0;color:#dde7ffeb;font-size:1.02rem;line-height:1.55;position:relative;z-index:1}.solutions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.solution-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;padding:1.25rem 1.25rem 1.15rem;border-radius:18px;background:linear-gradient(180deg,#05112ec7,#05112e8f);border:1px solid rgba(255,255,255,.09);box-shadow:0 14px 40px #00000052;text-decoration:none;color:inherit;transition:transform .17s ease,border-color .17s ease,background .17s ease,box-shadow .17s ease;overflow:hidden}.solution-card-accent{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4ade80f2,#22c55ed9,#0f5edc99);opacity:.55}.solution-card-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;position:relative;z-index:1}.solution-card-tag{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:#dde7ffc7}.solution-card-arrow{color:#dde7ffdb;width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.solution-card:hover{transform:translateY(-2px);border-color:#4ade8057;box-shadow:0 18px 55px #0006,0 0 0 1px #4ade8014}.solution-card:focus-visible{outline:3px solid rgba(74,222,128,.35);outline-offset:2px}.solution-card-content{position:relative;z-index:1}.solution-card-title{font-weight:750;font-size:1.08rem;letter-spacing:-.01em;margin:0 0 .55rem}.solution-card-excerpt{margin:0;color:#dde7ffdb;font-size:.95rem;line-height:1.55}.solution-card-cta{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;width:fit-content;padding:.55rem .85rem;border-radius:999px;background:#4ade801f;border:1px solid rgba(74,222,128,.28);color:#e5fff0f5;font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;transition:background .17s ease,border-color .17s ease,transform .17s ease}.solution-card:hover .solution-card-cta{background:#4ade802e;border-color:#4ade8061;transform:translateY(-1px)}.solution-detail{padding:2.75rem 0 1.5rem;max-width:72rem;margin:0 auto}.solution-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;grid-template-areas:"main toc";gap:1.25rem;align-items:start}.solution-detail-main{grid-area:main;min-width:0}.solution-toc{grid-area:toc;position:sticky;top:6.2rem;align-self:start;border-radius:16px;background:#05112ea6;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 38px #00000047;padding:1.05rem 1rem}.solution-toc-title{font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:#dde7ffc7;margin-bottom:.8rem}.solution-toc-links{display:flex;flex-direction:column;gap:.45rem}.solution-toc-link{appearance:none;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);color:#dde7ffeb;text-align:left;padding:.65rem .75rem;border-radius:12px;cursor:pointer;font:inherit;font-size:.86rem;line-height:1.3;transition:background .17s ease,border-color .17s ease,transform .17s ease}.solution-toc-link:hover{background:#ffffff0f;border-color:#4ade8038;transform:translateY(-1px)}.solution-toc-link:focus-visible{outline:3px solid rgba(74,222,128,.35);outline-offset:2px}.solution-toc-link-active{background:#4ade801f;border-color:#4ade804d;color:#e5fff0fa;position:relative}.solution-toc-link-active:before{content:"";position:absolute;left:.4rem;top:.55rem;bottom:.55rem;width:3px;border-radius:999px;background:linear-gradient(180deg,#4ade80f2,#22c55ed9)}.solution-back-link{display:inline-block;margin-bottom:1rem;text-decoration:none;color:#dde7ffeb;font-size:.9rem}.solution-back-link:hover{color:#fff}.solution-detail-hero{margin-bottom:1.75rem;padding:1.6rem 1.5rem;border-radius:20px;background:linear-gradient(135deg,#061333eb,#081c41db 55%,#061333eb);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 55px #00000059;position:relative;overflow:hidden}.solution-detail-hero:before{content:"";position:absolute;top:-55%;right:-18%;width:420px;height:420px;background:radial-gradient(circle,rgba(74,222,128,.16),transparent 72%);border-radius:50%;pointer-events:none}.solution-detail-hero:after{content:"";position:absolute;bottom:-40%;left:-15%;width:360px;height:360px;background:radial-gradient(circle,rgba(15,94,220,.22),transparent 70%);border-radius:50%;pointer-events:none}.solution-detail-kicker{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.9rem;position:relative;z-index:1}.solution-metrics{margin-top:1.15rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;position:relative;z-index:1}.solution-metric-card{border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:.95rem;box-shadow:0 10px 28px #00000038}.solution-metric-label{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:#dde7ffc7;margin-bottom:.55rem}.solution-metric-value{font-size:1.65rem;font-weight:760;letter-spacing:-.02em;background:linear-gradient(135deg,#4ade80,#22c55e 55%,#8bb7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.solution-title{margin:0 0 .65rem;font-size:2.15rem;line-height:1.15;letter-spacing:-.02em;position:relative;z-index:1}.solution-title span{background:linear-gradient(135deg,var(--solutions-accent) 0%,var(--solutions-accent-2) 55%,#8bb7ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.solution-lead{margin:0;color:#dde7ffe6;line-height:1.6;position:relative;z-index:1}.solution-section{margin-top:1.6rem;padding:1.2rem;border-radius:16px;background:linear-gradient(180deg,#05112e9e,#05112e7a);border:1px solid rgba(255,255,255,.07);box-shadow:0 10px 34px #00000047;position:relative;overflow:hidden;scroll-margin-top:110px}.solution-section:before{content:"";position:absolute;left:0;top:.9rem;bottom:.9rem;width:3px;border-radius:999px;background:linear-gradient(180deg,#4ade80e6,#0f5edc99);opacity:.6}.solution-section-title{margin:0 0 .9rem;font-size:1.2rem;letter-spacing:-.01em;position:relative;padding-left:.45rem}.solution-paragraph{margin:.75rem 0 0;color:#dde7ffe6;line-height:1.65}.solution-paragraph:first-of-type{margin-top:0}.solution-list{margin:0;padding-left:0;list-style:none;color:#dde7ffe6;line-height:1.6}.solution-list-item{margin:.45rem 0;position:relative;padding-left:1.15rem}.solution-list-item:before{content:"";position:absolute;left:0;top:.55rem;width:.42rem;height:.42rem;border-radius:999px;background:linear-gradient(135deg,#4ade80f2,#22c55ed9);box-shadow:0 6px 18px #22c55e47}.solution-industries{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.solution-industry-card{padding:1rem;border-radius:14px;background:#05112eb3;border:1px solid rgba(255,255,255,.08);box-shadow:0 10px 32px #00000047}.solution-industry-title{display:flex;align-items:center;gap:.55rem;font-weight:700;margin-bottom:.85rem}.solution-industry-icon{font-size:1.1rem}.solution-industry-label{font-size:.75rem;letter-spacing:.12em;text-transform:uppercase;color:#dde7ffc7;margin:.85rem 0 .55rem}.solution-industry-outcome{margin:.85rem 0 0;color:#dde7ffeb;line-height:1.6}@media(max-width:980px){.solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.solution-detail-layout{grid-template-columns:1fr;grid-template-areas:"toc" "main"}.solution-toc{position:relative;top:auto}}@media(max-width:640px){.solutions-grid,.solution-industries{grid-template-columns:1fr}.solutions-title{font-size:2rem}.solution-title{font-size:1.85rem}.solution-metrics{grid-template-columns:1fr}.solution-toc-links{position:relative;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.55rem;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:rgba(74,222,128,.75) rgba(255,255,255,.08)}.solution-toc-link{white-space:nowrap;flex:0 0 auto;scroll-snap-align:start}.solution-toc{overflow-x:hidden;position:relative;padding-bottom:.95rem}.solution-toc-links::-webkit-scrollbar{height:8px}.solution-toc-links::-webkit-scrollbar-track{background:#ffffff14;border-radius:999px;border:1px solid rgba(255,255,255,.08)}.solution-toc-links::-webkit-scrollbar-thumb{background:linear-gradient(90deg,#4ade80f2,#22c55ee6,#0f5edcb3);border-radius:999px;border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 18px #22c55e29}.solution-toc-links::-webkit-scrollbar-button{width:0;height:0;display:none}.solution-toc:before,.solution-toc:after{content:"";position:absolute;top:2.55rem;bottom:.85rem;width:22px;pointer-events:none;z-index:2}.solution-toc:before{left:.75rem;background:linear-gradient(90deg,#05112ef2,#05112e00)}.solution-toc:after{right:.75rem;background:linear-gradient(270deg,#05112ef2,#05112e00)}}
