.rhino-marketing a{text-decoration:none;color:inherit}.rhino-marketing ul{list-style:none}.rhino-marketing img{display:block;max-width:100%}.rhino-marketing h1 .accent,.rhino-marketing h2 .accent,.rhino-marketing h3 .accent,.rhino-marketing h4 .accent{color:var(--color-green);display:inline-block;transform-origin:center center;transition:transform .35s ease;cursor:default}.rhino-marketing h1 .accent:hover,.rhino-marketing h2 .accent:hover,.rhino-marketing h3 .accent:hover,.rhino-marketing h4 .accent:hover{transform:scale(1.06)}.rhino-marketing .rhino-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);background:rgba(14,40,64,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);display:flex;align-items:center;padding:0 var(--page-padding);gap:32px}.rhino-marketing .rhino-nav-logo img{height:36px}.rhino-marketing .rhino-nav-links{display:flex;align-items:center;gap:4px;flex:1}.rhino-marketing .rhino-nav-item{position:relative}.rhino-marketing .rhino-nav-link{font-size:14px;font-weight:600;color:hsla(0,0%,100%,.75);padding:8px 12px;border-radius:var(--radius-md);border:none;background:none;cursor:pointer;display:flex;align-items:center;gap:5px;transition:color .15s,background .15s}.rhino-marketing .rhino-nav-link:hover{color:#fff;background:hsla(0,0%,100%,.07)}.rhino-marketing .rhino-nav-item:hover .rhino-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.rhino-marketing .rhino-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;background:#0d2236;border:1px solid var(--color-border-mid);border-radius:var(--radius-lg);padding:8px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .15s,transform .15s,visibility .15s;box-shadow:0 16px 40px rgba(0,0,0,.4)}.rhino-marketing .rhino-dropdown--wide{min-width:260px}.rhino-marketing .rhino-dropdown-group-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-dim);padding:10px 12px 4px;margin-top:4px;border-top:1px solid var(--color-border)}.rhino-marketing .rhino-dropdown-group-label:first-child{margin-top:0}.rhino-marketing .rhino-dropdown-item{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--color-text-muted);padding:9px 12px;border-radius:var(--radius-md);transition:background .15s,color .15s}.rhino-marketing .rhino-dropdown-item:hover{background:hsla(0,0%,100%,.07);color:#fff}.rhino-marketing .rhino-dropdown-item-dot{width:5px;height:5px;border-radius:50%;background:var(--color-green);opacity:.6;flex-shrink:0}.rhino-marketing .rhino-dropdown-item:hover .rhino-dropdown-item-dot{opacity:1}.rhino-marketing .rhino-nav-right{display:flex;align-items:center;gap:12px;margin-left:auto}.rhino-marketing .rhino-lang{position:relative}.rhino-marketing .rhino-lang-btn{font-family:var(--font);font-size:13px;font-weight:700;color:hsla(0,0%,100%,.55);background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:4px;padding:4px 8px}.rhino-marketing .rhino-lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:80px;background:#0d2236;border:1px solid var(--color-border-mid);border-radius:var(--radius-md);padding:6px;display:none}.rhino-marketing .rhino-lang:hover .rhino-lang-dropdown{display:block}.rhino-marketing .rhino-lang-option{font-size:13px;font-weight:600;color:var(--color-text-muted);padding:6px 10px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.rhino-marketing .rhino-lang-option:hover{background:hsla(0,0%,100%,.07);color:#fff}.rhino-marketing .rhino-lang-option--active{color:#fff}.rhino-marketing .rhino-lang-option-check{color:var(--color-green);font-size:11px}.rhino-marketing .rhino-nav-login{font-size:13px;font-weight:600;color:hsla(0,0%,100%,.6);padding:6px 12px;border-radius:var(--radius-md);transition:color .15s}.rhino-marketing .rhino-nav-login:hover{color:#fff}.rhino-marketing .btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font);font-weight:700;border-radius:var(--radius-md);cursor:pointer;border:none;transition:all .2s;text-decoration:none}.rhino-marketing .btn-primary{background:var(--color-green);color:#0e2840;font-size:15px;padding:14px 28px}.rhino-marketing .btn-primary:hover{background:#00e86a;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,207,96,.35)}.rhino-marketing .btn-primary-sm{background:var(--color-green);color:#0e2840;font-size:13px;padding:10px 20px}.rhino-marketing .btn-primary-sm:hover{background:#00e86a}.rhino-marketing .btn-ghost{font-size:14px;font-weight:600;color:hsla(0,0%,100%,.65);background:transparent;border-radius:0;border-bottom:1px solid hsla(0,0%,100%,.25);padding:0 0 2px}.rhino-marketing .btn-ghost:hover{color:#fff;border-color:hsla(0,0%,100%,.7)}.rhino-marketing .rhino-nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.rhino-marketing .rhino-nav-hamburger span{display:block;width:22px;height:2px;background:hsla(0,0%,100%,.75);border-radius:2px;transition:all .25s}.rhino-marketing .rhino-mobile-nav{display:none;position:fixed;top:var(--nav-height);left:0;right:0;z-index:99;background:#0d2236;border-bottom:1px solid var(--color-border-mid);padding:12px 24px 24px;max-height:calc(100vh - var(--nav-height));overflow-y:auto}.rhino-marketing .rhino-mobile-nav.open{display:flex;flex-direction:column;gap:2px}.rhino-marketing .rhino-mobile-nav-item{font-size:15px;font-weight:700;color:hsla(0,0%,100%,.8);padding:12px 8px;border-radius:var(--radius-md);cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background .15s}.rhino-marketing .rhino-mobile-nav-item:hover{background:hsla(0,0%,100%,.05)}.rhino-marketing .rhino-mobile-submenu{display:none;flex-direction:column;gap:2px;padding:4px 0 8px 16px}.rhino-marketing .rhino-mobile-submenu.open{display:flex}.rhino-marketing .rhino-mobile-submenu-item{font-size:14px;font-weight:600;color:var(--color-text-muted);padding:9px 12px;border-radius:var(--radius-md)}.rhino-marketing .rhino-mobile-submenu-item:hover{background:hsla(0,0%,100%,.05);color:#fff}.rhino-marketing .rhino-mobile-divider{height:1px;background:var(--color-border);margin:8px 0}.rhino-marketing .rhino-mobile-submenu-label{display:flex;align-items:center;padding:12px 24px 6px;margin-top:6px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-green);opacity:.75;border-top:1px solid hsla(0,0%,100%,.08);text-decoration:none}.rhino-marketing .rhino-mobile-submenu-label:hover{opacity:1}.rhino-marketing .rhino-mobile-lang{display:flex;gap:8px;padding:8px}.rhino-marketing .rhino-mobile-lang-btn{font-family:var(--font);font-size:13px;font-weight:700;color:var(--color-text-muted);background:none;border:1px solid var(--color-border);border-radius:var(--radius-sm);padding:6px 14px;cursor:pointer}.rhino-marketing .rhino-mobile-lang-btn.active{color:#fff;border-color:var(--color-green)}.rhino-marketing .rhino-mobile-cta-wrap{padding:12px 0 4px}.rhino-marketing .rhino-mobile-cta-wrap .btn-primary{width:100%;font-size:15px;padding:15px}.rhino-marketing .page-section{width:100%}.rhino-marketing .page-section--default{background:var(--color-bg)}.rhino-marketing .page-section--surface{background:#0a1628}.rhino-marketing .page-section-inner{max-width:var(--max-width);margin:0 auto;padding:96px var(--page-padding)}.rhino-marketing .section-header-row{margin-bottom:56px}.rhino-marketing .eyebrow{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--color-green);margin-bottom:16px;display:flex;align-items:center;gap:10px}.rhino-marketing .eyebrow:before{content:"";display:block;width:28px;height:2px;background:var(--color-green);flex-shrink:0}.rhino-marketing .eyebrow-line{font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--color-green);margin-bottom:16px;width:auto;height:auto;background:none;line-height:1.4}.rhino-marketing .rhino-hero{min-height:100vh;background:var(--color-bg);display:flex;align-items:flex-start;padding-top:var(--nav-height)}.rhino-marketing .rhino-hero-inner{max-width:var(--max-width);margin:0 auto;padding:48px var(--page-padding) 96px;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;width:100%}.rhino-marketing .rhino-hero .eyebrow{margin-bottom:16px}.rhino-marketing .rhino-hero-content h1{font-size:clamp(40px,4.8vw,62px);font-weight:800;line-height:1.08;letter-spacing:-.03em;margin-bottom:24px}.rhino-marketing .rhino-hero-content p{font-size:18px;color:var(--color-text-secondary);line-height:1.65;margin-bottom:36px;max-width:480px}.rhino-marketing .rhino-hero-cta{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.rhino-marketing .rhino-hero-visual{position:relative}.rhino-marketing .rhino-hero-visual:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:80%;height:80%;background:radial-gradient(ellipse,rgba(0,207,96,.17) 0,rgba(0,207,96,.05) 45%,transparent 70%);pointer-events:none;z-index:0}.rhino-marketing .uda-hero-topo{position:relative;z-index:1;display:flex;flex-direction:column;align-items:stretch;gap:0;transform:perspective(1400px) rotateY(-6deg) rotateX(3deg);transform-origin:center center;transition:transform .4s ease}.rhino-marketing .uda-hero-topo:hover{transform:perspective(1400px) rotateY(-3deg) rotateX(1deg)}.rhino-marketing .uda-topo-card{background:#eef4fa;border:1.5px solid rgba(180,210,235,.8);border-radius:14px;padding:20px 24px;position:relative;overflow:hidden}.rhino-marketing .uda-topo-api:before,.rhino-marketing .uda-topo-card:before,.rhino-marketing .uda-topo-cloud:before{content:"";position:absolute;inset:0;border-radius:inherit;background-image:linear-gradient(rgba(14,40,64,.045) 1px,transparent 0),linear-gradient(90deg,rgba(14,40,64,.045) 1px,transparent 0);background-size:48px 48px;mask-image:radial-gradient(ellipse 85% 85% at 50% 50%,#000 0,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 85% 85% at 50% 50%,#000 0,transparent 100%);pointer-events:none}.rhino-marketing .uda-topo-eyebrow{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:rgba(14,40,64,.4);margin-bottom:4px}.rhino-marketing .uda-topo-title{font-size:15px;font-weight:800;color:#0e2840;line-height:1.2;margin-bottom:6px}.rhino-marketing .uda-topo-sub{font-size:12px;font-weight:500;color:rgba(14,40,64,.58);line-height:1.55}.rhino-marketing .uda-topo-connector{display:flex;flex-direction:column;align-items:center;padding:4px 0}.rhino-marketing .uda-topo-connector-line{width:2px;height:24px;background:linear-gradient(180deg,rgba(0,207,96,.3),rgba(0,207,96,.8));border-radius:2px}.rhino-marketing .uda-topo-connector-arrow{width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:9px solid rgba(0,207,96,.8)}.rhino-marketing .uda-topo-cloud{background:#eef4fa;border:2px solid rgba(0,207,96,.55);border-radius:14px;padding:20px 24px;position:relative;overflow:hidden;box-shadow:0 0 0 4px rgba(0,207,96,.08),0 8px 32px rgba(0,207,96,.14)}.rhino-marketing .uda-topo-cloud-inner{position:relative;z-index:1;display:flex;align-items:center;gap:14px}.rhino-marketing .uda-topo-cloud-icon{width:40px;height:40px;border-radius:10px;background:rgba(0,207,96,.1);border:1px solid rgba(0,207,96,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0}.rhino-marketing .uda-topo-cloud-title{font-size:14px;font-weight:800;color:#0e2840}.rhino-marketing .uda-topo-cloud-sub{font-size:11px;color:rgba(14,40,64,.55);margin-top:2px}.rhino-marketing .uda-topo-cloud-dots{display:flex;gap:10px;margin-top:12px;position:relative;z-index:1;flex-wrap:wrap}.rhino-marketing .uda-topo-cloud-dot{display:flex;align-items:center;gap:5px;font-size:10px;font-weight:600;color:rgba(14,40,64,.45)}.rhino-marketing .uda-topo-cloud-dot:before{content:"";width:4px;height:4px;border-radius:50%;background:#00cf60;opacity:.8;flex-shrink:0}.rhino-marketing .uda-topo-api{background:#eef4fa;border:2px solid rgba(0,207,96,.55);border-radius:14px;padding:20px 24px;position:relative;overflow:hidden;box-shadow:0 0 0 4px rgba(0,207,96,.08),0 8px 32px rgba(0,207,96,.14)}.rhino-marketing .uda-topo-api-badge{display:inline-flex;align-items:center;gap:5px;background:rgba(0,207,96,.12);border:1px solid rgba(0,207,96,.32);border-radius:20px;padding:3px 10px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.8px;color:#00965a;margin-bottom:10px}.rhino-marketing .uda-topo-api-badge:before{content:"";width:5px;height:5px;border-radius:50%;background:#00cf60}.rhino-marketing .uda-topo-api-title{font-size:16px;font-weight:800;color:#0e2840;margin-bottom:6px;line-height:1.2;position:relative;z-index:1}.rhino-marketing .uda-topo-api-desc{font-size:12px;font-weight:500;color:rgba(14,40,64,.58);line-height:1.55;margin-bottom:14px;position:relative;z-index:1}.rhino-marketing .uda-topo-exit-row{display:flex;gap:6px;flex-wrap:wrap;padding-top:12px;border-top:1px solid rgba(14,40,64,.08);position:relative;z-index:1}.rhino-marketing .uda-topo-exit-chip{background:#fff;border:1px solid rgba(14,40,64,.1);border-radius:6px;padding:5px 10px;font-size:10px;font-weight:700;color:rgba(14,40,64,.6);height:30px;display:flex;align-items:center}.rhino-marketing .uda-topo-dest{background:#eef4fa;border:1.5px solid rgba(180,210,235,.8);border-radius:14px;padding:20px 24px;position:relative;overflow:hidden}.rhino-marketing .uda-topo-dest:before{content:"";position:absolute;inset:0;border-radius:inherit;background-image:linear-gradient(rgba(14,40,64,.045) 1px,transparent 0),linear-gradient(90deg,rgba(14,40,64,.045) 1px,transparent 0);background-size:48px 48px;mask-image:radial-gradient(ellipse 85% 85% at 50% 50%,#000 0,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 85% 85% at 50% 50%,#000 0,transparent 100%);pointer-events:none}.rhino-marketing .uda-topo-dest-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:12px;position:relative;z-index:1}.rhino-marketing .uda-topo-dest-item{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:rgba(14,40,64,.6);padding:6px 8px;background:rgba(14,40,64,.04);border-radius:6px;border:1px solid rgba(14,40,64,.08)}.rhino-marketing .uda-topo-dest-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.rhino-marketing .api-spec-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px}.rhino-marketing .api-spec-tile{background:hsla(0,0%,100%,.04);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:28px 24px}.rhino-marketing .api-spec-tile-icon{color:var(--color-green);margin-bottom:14px}.rhino-marketing .api-spec-tile-value{font-size:22px;font-weight:800;color:#fff;letter-spacing:-.02em;margin-bottom:6px}.rhino-marketing .api-spec-tile-label{font-size:13px;color:var(--color-text-muted);line-height:1.5}.rhino-marketing .use-case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rhino-marketing .use-case-card{background:var(--color-surface-dim);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:36px 32px;display:flex;flex-direction:column;gap:16px;transition:border-color .2s,transform .2s}.rhino-marketing .use-case-card:hover{border-color:rgba(0,207,96,.3);transform:translateY(-3px)}.rhino-marketing .use-case-card-icon{width:44px;height:44px;border-radius:var(--radius-md);background:var(--color-green-muted);border:1px solid var(--color-green-border);display:flex;align-items:center;justify-content:center}.rhino-marketing .use-case-card h3{font-size:17px;font-weight:700;color:#fff;line-height:1.3}.rhino-marketing .use-case-card p{font-size:14px;color:var(--color-text-muted);line-height:1.65;flex:1}.rhino-marketing .use-case-card-link{font-size:13px;font-weight:700;color:var(--color-green);display:flex;align-items:center;gap:5px;margin-top:auto}.rhino-marketing .use-case-card-link:hover{color:#fff}.rhino-marketing .raster-container{border-radius:var(--radius-lg);overflow:hidden}.rhino-marketing .logo-item{display:flex;align-items:center;justify-content:center;padding:28px 20px;height:96px;cursor:default;transition:background .2s;border-right:1px solid var(--color-border);border-bottom:1px solid var(--color-border);position:relative}.rhino-marketing .logo-item:hover{background:#fff}.rhino-marketing .logo-img-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.rhino-marketing .logo-img-default{filter:brightness(0) invert(1);opacity:.38;transition:filter .2s,opacity .2s}.rhino-marketing .logo-img-color,.rhino-marketing .logo-img-default{max-width:100%;max-height:44px;-o-object-fit:contain;object-fit:contain}.rhino-marketing .logo-img-color{position:absolute;opacity:0;transition:opacity .2s}.rhino-marketing .logo-item:hover .logo-img-default{opacity:0}.rhino-marketing .logo-item:hover .logo-img-color{opacity:1}.rhino-marketing .api-logo-grid .logo-item:nth-child(-n+4){border-top:1px solid var(--color-border)}.rhino-marketing .api-logo-grid .logo-item:nth-child(4n+1){border-left:1px solid var(--color-border)}.rhino-marketing .api-logo-grid .logo-item:nth-child(4n){border-right:none}.rhino-marketing .api-logo-grid .logo-item:nth-last-child(-n+2){border-bottom:none}.rhino-marketing .api-logo-grid>:last-child{border-radius:0 0 var(--radius-lg) 0}@media (max-width:900px){.rhino-marketing .api-logo-grid .logo-item:nth-child(4n){border-right:1px solid var(--color-border)}.rhino-marketing .api-logo-grid .logo-item:nth-child(3n){border-right:none}.rhino-marketing .api-logo-grid .logo-item:nth-last-child(-n+2){border-bottom:1px solid var(--color-border)}.rhino-marketing .api-logo-grid .logo-item:nth-last-child(-n+3){border-bottom:none}}@media (max-width:768px){.rhino-marketing .api-logo-grid .logo-item:nth-child(3n){border-right:1px solid var(--color-border)}.rhino-marketing .api-logo-grid .logo-item:nth-child(2n){border-right:none}.rhino-marketing .api-logo-grid .logo-item:nth-last-child(-n+3){border-bottom:1px solid var(--color-border)}.rhino-marketing .api-logo-grid .logo-item:nth-last-child(-n+2){border-bottom:none}}.rhino-marketing .potential-tile--wide{grid-column:1/-1}.rhino-marketing .api-all-grid .logo-item:nth-child(-n+4){border-top:1px solid var(--color-border)}.rhino-marketing .api-all-grid .logo-item:nth-child(4n+1){border-left:1px solid var(--color-border)}.rhino-marketing .api-all-grid .logo-item:nth-child(4n){border-right:none}.rhino-marketing .api-all-grid .logo-item:nth-last-child(-n+2){border-bottom:none}.rhino-marketing .api-all-grid>:last-child{border-radius:0 0 var(--radius-lg) 0}@media (max-width:900px){.rhino-marketing .api-all-grid .logo-item:nth-child(4n){border-right:1px solid var(--color-border)}.rhino-marketing .api-all-grid .logo-item:nth-last-child(-n+2){border-bottom:1px solid var(--color-border)}.rhino-marketing .api-all-grid .logo-item:nth-child(3n){border-right:none}.rhino-marketing .api-all-grid .logo-item:nth-last-child(-n+1){border-bottom:none}}@media (max-width:768px){.rhino-marketing .api-all-grid .logo-item:nth-child(3n){border-right:1px solid var(--color-border)}.rhino-marketing .api-all-grid .logo-item:nth-last-child(-n+1){border-bottom:1px solid var(--color-border)}.rhino-marketing .api-all-grid .logo-item:nth-child(2n){border-right:none}.rhino-marketing .api-all-grid .logo-item:nth-last-child(-n+2){border-bottom:none}}.rhino-marketing .logo-item--contact{flex-direction:column;gap:8px;background:rgba(0,207,96,.04);cursor:pointer;text-decoration:none}.rhino-marketing .logo-item--contact:hover{background:rgba(0,207,96,.1)}.rhino-marketing .logo-contact-label{font-size:13px;font-weight:700;color:#fff;line-height:1.4;text-align:center}.rhino-marketing .logo-contact-cta{font-size:11px;font-weight:700;color:var(--color-green);text-align:center}.rhino-marketing .potential-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-top:48px;background:var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.rhino-marketing .potential-tile{background:var(--color-bg);padding:32px 28px}.rhino-marketing .potential-tile h4{font-size:15px;font-weight:700;color:#fff;margin-bottom:10px}.rhino-marketing .potential-tile p{font-size:13px;color:var(--color-text-muted);line-height:1.65}.rhino-marketing .rhino-faq{display:flex;flex-direction:column;gap:0}.rhino-marketing .rhino-faq-item{border-bottom:1px solid hsla(0,0%,100%,.08)}.rhino-marketing .rhino-faq-item:first-child{border-top:1px solid hsla(0,0%,100%,.08)}.rhino-marketing .rhino-faq-question{width:100%;background:none;border:none;text-align:left;cursor:pointer;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:24px;font-family:var(--font);font-size:1.05rem;font-weight:600;color:#fff;transition:color .15s}.rhino-marketing .rhino-faq-question:hover{color:var(--color-green)}.rhino-marketing .rhino-faq-icon{flex-shrink:0;width:20px;height:20px;position:relative}.rhino-marketing .rhino-faq-icon:after,.rhino-marketing .rhino-faq-icon:before{content:"";position:absolute;background:currentColor;border-radius:2px;transition:transform .25s ease,opacity .25s ease}.rhino-marketing .rhino-faq-icon:before{width:14px;height:2px;top:50%;left:50%;transform:translate(-50%,-50%)}.rhino-marketing .rhino-faq-icon:after{width:2px;height:14px;top:50%;left:50%;transform:translate(-50%,-50%)}.rhino-marketing .rhino-faq-item.open .rhino-faq-icon:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}.rhino-marketing .rhino-faq-answer{max-height:0;overflow:hidden;transition:max-height .35s ease,padding-bottom .25s ease}.rhino-marketing .rhino-faq-item.open .rhino-faq-answer{max-height:400px;padding-bottom:22px}.rhino-marketing .rhino-faq-answer p{font-size:.97rem;line-height:1.75;color:var(--color-text-muted)}.rhino-marketing .rhino-cta-block{background:var(--color-bg);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.rhino-marketing .rhino-cta-block-inner{max-width:var(--max-width);margin:0 auto;padding:80px var(--page-padding);display:flex;align-items:center;justify-content:space-between;gap:48px}.rhino-marketing .rhino-cta-block-copy h2{font-size:clamp(26px,3vw,36px);font-weight:800;letter-spacing:-.02em;margin-bottom:12px}.rhino-marketing .rhino-cta-block-copy p{font-size:16px;color:var(--color-text-secondary);max-width:480px;line-height:1.6}.rhino-marketing .rhino-cta-block-actions{display:flex;gap:14px;flex-shrink:0}.rhino-marketing .rhino-footer{background:#09182a;border-top:1px solid var(--color-border)}.rhino-marketing .rhino-footer-cta-bar{border-bottom:1px solid var(--color-border);padding:24px 0}.rhino-marketing .rhino-footer-cta-bar-inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--page-padding);display:flex;align-items:center;justify-content:space-between;gap:24px}.rhino-marketing .rhino-footer-cta-bar p{font-size:15px;font-weight:600;color:hsla(0,0%,100%,.65)}.rhino-marketing .rhino-footer-main{max-width:var(--max-width);margin:0 auto;padding:72px var(--page-padding) 48px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:40px}.rhino-marketing .rhino-footer-logo img{height:40px}.rhino-marketing .rhino-footer-tagline{font-size:13px;color:hsla(0,0%,100%,.45);line-height:1.7;margin-top:16px;max-width:280px}.rhino-marketing .rhino-footer-social{display:flex;gap:10px;margin-top:20px}.rhino-marketing .rhino-footer-social-btn{width:36px;height:36px;border-radius:var(--radius-md);background:hsla(0,0%,100%,.07);display:flex;align-items:center;justify-content:center;color:hsla(0,0%,100%,.5);transition:background .15s,color .15s}.rhino-marketing .rhino-footer-social-btn:hover{background:hsla(0,0%,100%,.12);color:#fff}.rhino-marketing .rhino-footer-col-title{font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:hsla(0,0%,100%,.35);margin-bottom:16px}.rhino-marketing .rhino-footer-col ul{display:flex;flex-direction:column;gap:10px}.rhino-marketing .rhino-footer-col ul li a{font-size:14px;color:hsla(0,0%,100%,.55);transition:color .15s}.rhino-marketing .rhino-footer-col ul li a:hover{color:#fff}.rhino-marketing .rhino-footer-newsletter{border-top:1px solid var(--color-border)}.rhino-marketing .rhino-footer-newsletter-inner{max-width:var(--max-width);margin:0 auto;padding:32px var(--page-padding);display:flex;align-items:center;gap:32px;flex-wrap:wrap}.rhino-marketing .rhino-footer-newsletter-label{font-size:14px;color:hsla(0,0%,100%,.55);flex:1;min-width:200px}.rhino-marketing .rhino-footer-newsletter-form{display:flex;gap:8px}.rhino-marketing .rhino-footer-newsletter-input{font-family:var(--font);font-size:14px;background:hsla(0,0%,100%,.06);border:1px solid var(--color-border-mid);border-radius:var(--radius-md);padding:10px 16px;color:#fff;width:260px}.rhino-marketing .rhino-footer-newsletter-input::-moz-placeholder{color:hsla(0,0%,100%,.3)}.rhino-marketing .rhino-footer-newsletter-input::placeholder{color:hsla(0,0%,100%,.3)}.rhino-marketing .rhino-footer-bottom{border-top:1px solid var(--color-border)}.rhino-marketing .rhino-footer-bottom-inner{max-width:var(--max-width);margin:0 auto;padding:20px var(--page-padding);display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}.rhino-marketing .rhino-footer-copyright{font-size:12px;color:hsla(0,0%,100%,.3)}.rhino-marketing .rhino-footer-entity{font-size:11px;color:hsla(0,0%,100%,.22);line-height:1.6;margin-top:6px;display:block}.rhino-marketing .rhino-footer-bottom-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.rhino-marketing .rhino-footer-bottom-links{display:flex;gap:16px}.rhino-marketing .rhino-footer-bottom-links a{font-size:12px;color:hsla(0,0%,100%,.35);transition:color .15s}.rhino-marketing .rhino-footer-bottom-links a:hover{color:#fff}.rhino-marketing .rhino-footer-lang-links{display:flex;align-items:center;gap:10px}.rhino-marketing .rhino-footer-lang-links a{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.3);transition:color .15s}.rhino-marketing .rhino-footer-lang-links a.active,.rhino-marketing .rhino-footer-lang-links a:hover{color:#fff}.rhino-marketing .rhino-footer-lang-sep{width:1px;height:10px;background:hsla(0,0%,100%,.15)}@media (max-width:1024px){.rhino-marketing .rhino-hero-inner{grid-template-columns:1fr;padding:60px var(--page-padding) 96px}.rhino-marketing .hero-visual-wrap{padding-bottom:60px}.rhino-marketing .hero-browser,.rhino-marketing .hero-floating-card{transform:none!important}.rhino-marketing .hero-floating-card--flowchart{bottom:-48px;left:-8px}.rhino-marketing .hero-floating-card--data{bottom:-36px;right:-8px}.rhino-marketing .api-spec-grid{grid-template-columns:repeat(2,1fr)}.rhino-marketing .use-case-grid{grid-template-columns:1fr}.rhino-marketing .potential-grid{grid-template-columns:repeat(2,1fr)}.rhino-marketing .rhino-footer-main{grid-template-columns:1fr 1fr;gap:32px}.rhino-marketing .rhino-cta-block-inner{flex-direction:column;align-items:flex-start}}@media (max-width:768px){.rhino-marketing .rhino-nav-links,.rhino-marketing .rhino-nav-right>:not(.rhino-nav-hamburger){display:none}.rhino-marketing .rhino-nav-hamburger{display:flex}.rhino-marketing .api-spec-grid{grid-template-columns:1fr 1fr}.rhino-marketing .potential-grid,.rhino-marketing .rhino-footer-main{grid-template-columns:1fr}}.rhino-marketing .section-micro-cta{text-align:center;margin-top:48px;padding-top:20px;border-top:1px solid hsla(0,0%,100%,.05)}.rhino-marketing .section-micro-cta a{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.38);letter-spacing:.05em;text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .2s}.rhino-marketing .section-micro-cta a:hover{color:hsla(0,0%,100%,.65)}.rhino-marketing .rhino-related-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rhino-marketing .rhino-related-post{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden;display:flex;flex-direction:column;transition:border-color .2s,transform .2s}.rhino-marketing .rhino-related-post:hover{border-color:var(--color-border-mid);transform:translateY(-2px)}.rhino-marketing .rhino-related-post-visual{width:100%;height:180px;overflow:hidden;background:#0a1f30;flex-shrink:0}.rhino-marketing .rhino-related-post-visual img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;opacity:.85;transition:opacity .25s ease,transform .35s ease}.rhino-marketing .rhino-related-post:hover .rhino-related-post-visual img{opacity:1;transform:scale(1.04)}.rhino-marketing .rhino-related-post-body{padding:24px 28px 28px;display:flex;flex-direction:column;gap:12px;flex:1}.rhino-marketing .rhino-related-post-category{font-size:10px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--color-green)}.rhino-marketing .rhino-related-post-title{font-size:17px;font-weight:700;color:#fff;letter-spacing:-.005em;line-height:1.35}.rhino-marketing .rhino-related-post-excerpt{font-size:13px;color:var(--color-text-tertiary);line-height:1.6;flex:1}.rhino-marketing .rhino-related-post-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--color-green);margin-top:auto;transition:gap .2s}.rhino-marketing .rhino-related-post-link:hover{gap:10px}@media (max-width:1024px){.rhino-marketing .rhino-related-posts{grid-template-columns:1fr 1fr}}@media (max-width:768px){.rhino-marketing .rhino-related-posts{grid-template-columns:1fr}}