:root{--background:#fafafa;--card-bg:#ffffff;--text-dark:#0f172a;--text-light:#64748b;--muted:#94a3b8;--border:#e2e8f0;--primary:#0F766E;--blue-50:#f0fdfa;--blue-100:#ccfbf1;--blue-400:#14b8a6;--blue-600:#0d9488;--success:#22c55e;--green-50:#f0fdf4;--purple-500:#8B5CF6;--purple-50:#faf5ff;--yellow:#ffc107;--error:#ef4444;--dark-bg:var(--background);--dark-card:var(--card-bg);--dark-card-hover:var(--card-bg);--glass-bg:var(--card-bg);--text-primary:var(--text-dark);--text-secondary:var(--text-light);--border-color:var(--border);--font-heading:"Geist","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-body:"Geist","Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-extrabold:800;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2.5rem;--spacing-xxl:4rem;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-pill:9999px;--shadow-sm:0 2px 8px rgba(15,23,42,0.04);--shadow-md:0 8px 24px -6px rgba(15,23,42,0.06);--shadow-lg:0 16px 36px -8px rgba(15,23,42,0.09);--shadow-card:0 10px 30px -10px rgba(15,23,42,0.05),0 2px 8px rgba(15,23,42,0.02);--shadow-card-hover:0 20px 40px -12px rgba(15,118,110,0.12),0 4px 12px rgba(15,23,42,0.04);--transition-fast:all 0.2s cubic-bezier(0.4,0,0.2,1);--transition-normal:all 0.3s cubic-bezier(0.4,0,0.2,1);--transition-slow:all 0.5s cubic-bezier(0.4,0,0.2,1);--z-back:-1;--z-normal:1;--z-tooltip:10;--z-fixed:100;--z-navbar:1000;--z-modal:2000}*,:after,:before{box-sizing:border-box;margin:0;padding:0;font-family:Geist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}html{scroll-behavior:smooth;font-size:16px}body,html{font-family:Geist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;overflow-x:hidden;width:100%}body{background-color:var(--background);color:var(--text-dark);position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:1.5rem;padding-left:1.5rem;margin-right:auto;margin-left:auto;box-sizing:border-box}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}:focus-visible{outline:2px solid var(--primary)!important;outline-offset:2px!important}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--primary)!important;outline-offset:2px!important}a,button,h1,h2,h3,h4,h5,h6,input,p,select,span,textarea{font-family:Geist,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important}h1,h2{font-weight:var(--fw-bold);line-height:1.2}h1,h2,h3,h4,h5,h6{color:var(--text-dark)}h3,h4,h5,h6{font-weight:var(--fw-semibold);line-height:1.3}a{color:var(--primary);text-decoration:none;transition:var(--transition-fast)}a:hover{color:var(--blue-600)}p{color:var(--text-light)}.navbar-logo{height:42px;max-height:48px;transition:var(--transition-normal)}.footer-logo{height:44px;max-height:48px;width:auto;object-fit:contain;display:block}.text-primary-accent{color:var(--primary)!important}.text-dark-headline{color:var(--text-dark)!important}.bg-blueprint{background-color:var(--background);background-image:linear-gradient(90deg,rgba(226,232,240,.6) 1px,transparent 0),linear-gradient(180deg,rgba(226,232,240,.6) 1px,transparent 0);background-size:32px 32px}.bg-dark-card,.bg-glass,.card-light,.faq-item,.hotspot-city-item,.journey-card,.platform-card,.pn-download-modal-card,.pn-download-qr-card,.pn-feature-card,.security-card,.showcase-card,.testimonial-card,.trusted-card,.who-built-for-card{background-color:var(--card-bg);border-radius:5px;box-shadow:var(--shadow-card)!important;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1),border-color .3s ease!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.bg-dark-card:hover,.bg-glass:hover,.card-light:hover,.faq-item:hover,.hotspot-city-item:hover,.journey-card:hover,.platform-card:hover,.pn-download-modal-card:hover,.pn-download-qr-card:hover,.pn-feature-card:hover,.security-card:hover,.showcase-card:hover,.testimonial-card:hover,.trusted-card:hover,.who-built-for-card:hover{border-color:var(--blue-400)!important}.badge-trust{background-color:var(--blue-100)!important;color:var(--primary)!important;font-weight:var(--fw-semibold);border-radius:var(--radius-pill);border:1px solid rgba(15,118,110,.2);display:inline-flex;align-items:center;gap:.35rem}.badge-trust .bi-patch-check-fill,.badge-trust i{color:var(--success)!important}.badge-warning,.badge-yellow{background-color:var(--yellow)!important;color:var(--text-dark)!important;font-weight:var(--fw-semibold)}.badge-purple{background-color:var(--purple-50)!important;color:var(--purple-500)!important;border:1px solid rgba(139,92,246,.2);font-weight:var(--fw-semibold)}.btn-primary-custom{background:var(--primary)!important;color:#FFFFFF!important;font-weight:var(--fw-semibold);padding:.75rem 1.75rem;border-radius:var(--radius-pill);border:none;box-shadow:0 4px 12px rgba(15,118,110,.25);transition:var(--transition-normal);display:inline-flex;align-items:center;gap:.5rem}.btn-primary-custom:hover{background:var(--blue-600)!important;color:#FFFFFF!important;box-shadow:0 6px 16px rgba(15,118,110,.35);transform:translateY(-1px)}.btn-outline-custom{background:transparent!important;color:var(--text-dark)!important;font-weight:var(--fw-semibold);padding:.75rem 1.75rem;border-radius:var(--radius-pill);border:1px solid var(--border)!important;transition:var(--transition-normal);display:inline-flex;align-items:center;gap:.5rem}.btn-outline-custom:hover{background:var(--blue-50)!important;border-color:var(--blue-400)!important;color:var(--primary)!important;transform:translateY(-1px)}#navbar-placeholder{display:block;position:relative;width:100%;min-height:80px;z-index:1050}.header-architecture{position:fixed;top:0;left:0;right:0;width:100%;z-index:1050}#main-nav.navbar{height:80px;min-height:80px;background:transparent!important;border-bottom:1px solid transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;transition:height .28s ease,min-height .28s ease,background-color .28s ease,backdrop-filter .28s ease,-webkit-backdrop-filter .28s ease,border-color .28s ease,box-shadow .28s ease;padding:0!important;display:flex;align-items:center}#main-nav.navbar.navbar-scrolled{height:72px!important;min-height:72px!important;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;border-bottom:1px solid rgba(15,23,42,.06)!important;box-shadow:0 8px 30px rgba(15,23,42,.06)!important}@media (max-width:991.98px){#main-nav.navbar,#navbar-placeholder{min-height:64px!important}#main-nav.navbar{height:64px!important}#main-nav.navbar.navbar-scrolled{height:60px!important;min-height:60px!important}.navbar-logo{height:34px!important;max-height:34px!important}#main-nav .navbar-collapse{display:none!important}}.mobile-sidebar-backdrop,.mobile-sidebar-drawer{display:none}@media (max-width:991.98px){.mobile-sidebar-backdrop{display:block;position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100dvh;background:rgba(15,23,42,.6);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1080;opacity:0;pointer-events:none;transition:opacity .32s cubic-bezier(.16,1,.3,1)}.mobile-sidebar-backdrop.active{opacity:1;pointer-events:auto}.mobile-sidebar-drawer{display:flex!important;flex-direction:column!important;justify-content:space-between!important;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;max-width:100vw!important;height:100dvh!important;background:#FFFFFF!important;border-radius:0!important;border:none!important;box-shadow:none!important;z-index:1090!important;padding:0!important;box-sizing:border-box!important;transform:translateX(100%);transition:transform .32s cubic-bezier(.16,1,.3,1);overflow:hidden!important}.mobile-sidebar-drawer.active{transform:translateX(0)}.mobile-sidebar-header{justify-content:space-between!important;width:100%!important;padding:1.15rem 1.5rem!important;border-bottom:1px solid #f1f5f9!important;flex-shrink:0!important;background:#FFFFFF!important}.mobile-sidebar-brand,.mobile-sidebar-header{display:flex!important;align-items:center!important}.mobile-sidebar-brand{text-decoration:none!important}.mobile-sidebar-logo{height:36px!important;width:auto!important;object-fit:contain!important}.mobile-sidebar-close{width:40px!important;height:40px!important;border-radius:12px!important;background:#F1F5F9!important;border:1px solid #e2e8f0!important;color:#0F172A!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;transition:all .2s ease!important;outline:none!important}.mobile-sidebar-close:active,.mobile-sidebar-close:hover{background:#0F766E!important;color:#FFFFFF!important;border-color:#0F766E!important;transform:scale(1.04)!important}.mobile-sidebar-content{flex:1 1!important;justify-content:flex-start!important;padding:1rem 1.5rem!important;background:#FFFFFF!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}.mobile-sidebar-content,.mobile-sidebar-nav{display:flex!important;flex-direction:column!important}.mobile-sidebar-nav{width:100%!important}.mobile-nav-item{display:flex!important;align-items:center!important;justify-content:space-between!important;min-height:46px!important;padding:.85rem 0!important;border-bottom:1px dashed #e2e8f0!important;font-family:var(--font-body,"Inter",sans-serif)!important;font-size:1.02rem!important;font-weight:700!important;color:#1E293B!important;text-decoration:none!important;transition:all .2s ease!important;background:transparent!important}.mobile-nav-item:last-child{border-bottom:none!important}.mobile-nav-chevron{flex-shrink:0!important;transition:transform .2s ease,color .2s ease!important}.mobile-nav-chevron,.mobile-nav-item:active,.mobile-nav-item:hover{color:#0F766E!important}.mobile-nav-item:hover .mobile-nav-chevron{transform:translateX(3px)!important;color:#0F766E!important}.mobile-nav-item.active{color:#0F766E!important;font-weight:800!important}.mobile-nav-item.active .mobile-nav-chevron{color:#0F766E!important}.mobile-sidebar-footer{width:100%!important;margin-top:auto!important;padding:1.15rem 1.5rem 1.5rem!important;border-top:1px solid #f1f5f9!important;flex-shrink:0!important;background:#FFFFFF!important}.mobile-sidebar-actions{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:.75rem!important;gap:.75rem!important;width:100%!important}.mobile-btn-primary{height:48px!important;border-radius:12px!important;background:linear-gradient(135deg,#0F766E,#14B8A6 40%,#3B82F6)!important;color:#FFFFFF!important;font-family:var(--font-body,"Inter",sans-serif)!important;font-size:.92rem!important;font-weight:700!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;border:none!important;box-shadow:0 4px 14px rgba(15,118,110,.22)!important;transition:all .2s ease!important;text-align:center!important;white-space:nowrap!important}.mobile-btn-primary:active,.mobile-btn-primary:hover{transform:translateY(-1px)!important;box-shadow:0 6px 18px rgba(15,118,110,.32)!important;color:#FFFFFF!important}.mobile-btn-secondary{height:48px!important;border-radius:12px!important;background:#FFFFFF!important;border:1.5px solid #818cf8!important;color:#4F46E5!important;font-family:var(--font-body,"Inter",sans-serif)!important;font-size:.92rem!important;font-weight:700!important;display:flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;transition:all .2s ease!important;text-align:center!important;white-space:nowrap!important}.mobile-btn-secondary:active,.mobile-btn-secondary:hover{background:#EEF2FF!important;border-color:#6366F1!important;color:#4338CA!important}}.reading-progress-bar{position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,#0F766E,#14B8A6,#3B82F6,#8B5CF6);transform-origin:left center;transform:scaleX(0);transition:transform .08s linear;pointer-events:none;z-index:1051}#main-nav .container{justify-content:space-between!important;height:100%}#main-nav .container,.navbar-brand{display:flex!important;align-items:center!important}.navbar-brand{padding:0!important;margin:0!important;flex-shrink:0!important}.navbar-logo{height:40px;max-height:40px;width:auto;object-fit:contain;transition:opacity .2s ease}.navbar-brand:hover .navbar-logo{opacity:.92}@media (min-width:992px){#propNetworkNavbar.navbar-collapse{justify-content:space-between!important;flex-grow:1!important;margin:0!important;padding-left:3.5rem!important}#propNetworkNavbar.navbar-collapse,.navbar-nav{display:flex!important;align-items:center!important}.navbar-nav{justify-content:center!important;gap:52px!important;margin:0 auto!important;padding:0!important}}.navbar-nav .nav-item{display:flex!important;height:100%;padding:0!important}.navbar-nav .nav-item,.navbar-nav .nav-link{align-items:center!important;margin:0!important}.navbar-nav .nav-link{font-family:Geist,Inter,system-ui,-apple-system,sans-serif!important;font-size:16px!important;font-weight:500!important;letter-spacing:-.02em!important;color:#334155!important;padding:.25rem 0!important;position:relative;transition:color .25s ease;white-space:nowrap;display:inline-flex!important}.navbar-nav .nav-link:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translateX(-50%) scaleX(0);width:100%;height:2.5px;border-radius:99px;background:linear-gradient(90deg,#0F766E,#3B82F6 50%,#8B5CF6);transition:transform .25s cubic-bezier(.16,1,.3,1),opacity .25s ease;opacity:0}.navbar-nav .nav-link.active,.navbar-nav .nav-link:hover{color:#0F766E!important}.navbar-nav .nav-link.active:after,.navbar-nav .nav-link:hover:after{transform:translateX(-50%) scaleX(1);opacity:1}.btn-download-app{height:50px;min-height:50px;padding:0 1.75rem;border-radius:25px;font-family:Geist,Inter,system-ui,-apple-system,sans-serif!important;font-size:.95rem;font-weight:600;letter-spacing:-.01em;color:#0F172A!important;background:linear-gradient(#FFFFFF,#FFFFFF) padding-box,linear-gradient(90deg,#0F766E,#14B8A6 40%,#3B82F6 70%,#8B5CF6) border-box;background-size:100% 100%,200% 100%;border:1.5px solid transparent;display:inline-flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 14px rgba(15,23,42,.04);transition:all .25s cubic-bezier(.16,1,.3,1);text-decoration:none;flex-shrink:0!important}.btn-download-app:hover{transform:translateY(-1.5px);box-shadow:0 8px 24px rgba(15,118,110,.16);color:#0F766E!important}.btn-download-app i,.btn-download-app svg{transition:transform .25s ease;display:inline-block}.btn-download-app:hover i,.btn-download-app:hover svg{transform:translateX(4px)}.section-padding{padding:6rem 0}.page-hero{padding:8rem 0 5rem;position:relative;background-color:var(--background);overflow:hidden}.hero-ribbon-wrapper{position:absolute;top:0;right:0;bottom:0;width:62vw;max-width:900px;height:100%;pointer-events:none;z-index:1;overflow:hidden}.hero-ribbon-svg{width:100%;height:100%;object-fit:cover;object-position:right center}.ribbon-wave-group{transform-origin:85% 50%;animation:ribbonWaveFlow 14s ease-in-out infinite alternate}.ribbon-fold-main{animation:ribbonFoldMorph 12s ease-in-out infinite alternate}.ribbon-fold-shine{animation:ribbonShineShift 8s ease-in-out infinite alternate}.ribbon-fold-front{animation:ribbonFrontRipple 16s ease-in-out infinite alternate}@keyframes ribbonWaveFlow{0%{transform:translateY(0) rotate(0deg) scale(1)}50%{transform:translateY(-16px) rotate(1.2deg) scale(1.02)}to{transform:translateY(-28px) rotate(-.8deg) scale(1.035)}}@keyframes ribbonFoldMorph{0%{opacity:.92}50%{opacity:1}to{opacity:.88}}@keyframes ribbonShineShift{0%{transform:translate(0) scale(1);opacity:.7}50%{transform:translate(-12px,-18px) scale(1.03);opacity:.95}to{transform:translate(8px,-28px) scale(1.05);opacity:.65}}@keyframes ribbonFrontRipple{0%{transform:translateY(0)}to{transform:translateY(-20px) scale(1.03)}}@media (max-width:991.98px){.hero-ribbon-wrapper{width:70vw;opacity:.65}}@media (max-width:767.98px){.hero-ribbon-wrapper{display:none!important}}@media (prefers-reduced-motion:reduce){.ribbon-fold-front,.ribbon-fold-main,.ribbon-fold-shine,.ribbon-wave-group{animation:none!important;transform:none!important}}#footer-placeholder{min-height:300px}.editorial-intro-section{position:relative;margin-top:50px;margin-bottom:50px;padding:0;z-index:2}.editorial-left-border-line{position:absolute;top:-50px;bottom:-50px;left:.75rem;width:1px;background-color:rgba(226,232,240,.85);z-index:2}.editorial-intro-content{max-width:760px;text-align:left;padding-left:2.25rem}.editorial-intro-title{font-family:var(--font-body,"Inter",sans-serif);font-weight:800;font-size:clamp(32px,3.5vw,52px);line-height:1.12;letter-spacing:-.035em;color:#0f172a;margin-bottom:1.15rem}.editorial-intro-body{font-size:clamp(1.05rem,1.25vw,1.2rem);font-weight:500;line-height:1.6;color:#475569;margin:0}.text-gradient{background:linear-gradient(90deg,var(--primary),var(--blue-400),var(--purple-500));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width:991.98px){.editorial-intro-section{margin-top:2.5rem;margin-bottom:2.5rem;padding:0 .5rem}.editorial-left-border-line{display:none}.editorial-intro-content{padding-left:0;padding-right:0;max-width:100%;width:100%}.editorial-intro-body{font-size:clamp(.95rem,3.8vw,1.1rem);line-height:1.65;word-wrap:break-word;overflow-wrap:break-word}}@media (min-width:992px){.eco-section,.hotspots-section,.opportunity-journey-section,.platform-showcase-section,.pn-community-section,.pn-why-section,.testimonials-section,.trusted-connections-section,section{padding-top:50px!important;padding-bottom:50px!important}}.site-footer-wrapper{position:relative!important;background-color:#060C17!important;color:#94A3B8!important;overflow:hidden!important;font-family:var(--font-body,"Inter",sans-serif)!important;z-index:10!important;width:100%!important}.site-footer-wrapper:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background-image:url(/assets/images/backgrounds/footer-blueprint.png)!important;background-repeat:no-repeat!important;background-position:100%!important;background-size:cover!important;opacity:.06!important;pointer-events:none!important;z-index:0!important}.site-footer-accent-bar{width:100%!important;height:3px!important;background:linear-gradient(90deg,var(--primary) 0,var(--blue-400) 100%)!important;position:relative!important;z-index:2!important}.site-footer-container{z-index:1!important}.site-footer-top-grid{display:flex!important;align-items:flex-start!important;padding-top:4.5rem!important;padding-bottom:3.5rem!important;gap:3.5rem!important}.site-footer-brand-col{max-width:310px!important;flex-shrink:0!important}.site-footer-brand-link{text-decoration:none!important;display:inline-block!important}.site-footer-logo-img{height:42px!important;max-height:42px!important;width:auto!important;object-fit:contain!important;display:block!important;filter:brightness(0) invert(1)!important;margin-bottom:.4rem!important}.site-footer-logo-text{font-family:var(--font-body,"Inter",sans-serif)!important;font-size:2.1rem!important;font-weight:800!important;color:#FFFFFF!important;letter-spacing:-.035em!important;line-height:1.1!important;display:block!important}.site-footer-logo-accent,.site-footer-tagline{color:var(--blue-400)!important}.site-footer-tagline{display:block!important;font-family:var(--font-body,"Inter",sans-serif)!important;font-size:.95rem!important;font-weight:600!important;letter-spacing:.02em!important;margin-top:.4rem!important;margin-bottom:1.35rem!important}.site-footer-description{font-size:.95rem!important;line-height:1.65!important;color:#94A3B8!important;margin:0!important;font-weight:400!important}.site-footer-v-divider{width:1px!important;align-self:stretch!important;background:rgba(226,232,240,.12)!important;flex-shrink:0!important}.site-footer-nav-columns{display:grid!important;grid-template-columns:repeat(4,1fr)!important;grid-gap:2.5rem!important;gap:2.5rem!important;flex-grow:1!important}.site-footer-nav-title{font-family:var(--font-body,"Inter",sans-serif)!important;font-size:1.05rem!important;font-weight:700!important;color:#FFFFFF!important;margin-bottom:1.5rem!important;letter-spacing:-.01em!important}.site-footer-nav-list{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:.85rem!important}.site-footer-nav-list a{color:#94A3B8!important;font-size:.95rem!important;font-weight:400!important;text-decoration:none!important;transition:all .2s ease!important;display:inline-block!important}.site-footer-nav-list a:hover{color:var(--blue-400)!important;transform:translateX(3px)!important}.site-footer-h-divider{width:100%!important;height:1px!important;background:rgba(226,232,240,.1)!important}.site-footer-middle-strip{justify-content:space-between!important;padding:2.25rem 0!important;gap:1.5rem!important}.site-footer-location,.site-footer-middle-strip{display:flex!important;align-items:center!important}.site-footer-location{gap:.6rem!important;color:#CBD5E1!important;font-size:.95rem!important;font-weight:500!important}.site-footer-location-icon{color:var(--blue-400)!important;flex-shrink:0!important}.site-footer-badges-social{display:flex!important;align-items:center!important;gap:1.25rem!important}.site-footer-store-btn-group{display:flex!important;align-items:center!important;gap:.85rem!important}.site-footer-store-btn{display:inline-flex!important;align-items:center!important;gap:.75rem!important;background:rgba(15,23,42,.6)!important;border:1px solid rgba(226,232,240,.18)!important;border-radius:10px!important;padding:.5rem 1.15rem!important;color:#FFFFFF!important;text-decoration:none!important;transition:all .2s ease!important}.site-footer-store-btn:hover{background:rgba(15,23,42,.9)!important;border-color:var(--blue-400)!important;color:#FFFFFF!important;transform:translateY(-1px)!important;box-shadow:0 4px 14px rgba(0,0,0,.25)!important}.site-footer-btn-text{display:flex!important;flex-direction:column!important;line-height:1.2!important}.site-footer-btn-sub{font-size:.68rem!important;text-transform:uppercase!important;letter-spacing:.05em!important;color:#94A3B8!important;font-weight:500!important}.site-footer-btn-main{font-size:.92rem!important;font-weight:700!important;color:#FFFFFF!important}.site-footer-social-icons{gap:.85rem!important;margin-left:.5rem!important}.site-footer-social-icons,.site-footer-social-link{display:flex!important;align-items:center!important}.site-footer-social-link{width:38px!important;height:38px!important;border-radius:50%!important;background:rgba(255,255,255,.05)!important;border:1px solid rgba(226,232,240,.12)!important;color:#CBD5E1!important;justify-content:center!important;font-size:1.05rem!important;text-decoration:none!important;transition:all .2s ease!important}.site-footer-social-link:hover{background:var(--primary)!important;border-color:var(--primary)!important;color:#FFFFFF!important;transform:translateY(-2px)!important}.site-footer-bottom-strip{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;padding:2.25rem 0 3rem!important;gap:1.5rem!important;text-align:left!important}.site-footer-left-info{display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:center!important;gap:.35rem!important}.site-footer-copyright,.site-footer-credit{color:#64748B!important;font-size:.88rem!important;margin:0!important;text-align:left!important;white-space:nowrap!important}.site-footer-credit a{color:var(--blue-400)!important;text-decoration:none!important}.site-footer-credit a:hover{text-decoration:underline!important}.site-footer-legal-links{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:.75rem!important;font-size:.9rem!important;text-align:right!important;flex-wrap:wrap!important}.site-footer-legal-links a{color:#94A3B8!important;text-decoration:none!important;transition:color .2s ease!important;white-space:nowrap!important}.site-footer-legal-links a:hover{color:var(--blue-400)!important}.site-footer-legal-sep{color:rgba(226,232,240,.2)!important;font-size:.85rem!important}@media (max-width:991.98px){.site-footer-wrapper:before{opacity:.04!important;background-position:100% 100%!important;background-size:contain!important}.site-footer-top-grid{flex-direction:column!important;gap:2.25rem!important;padding-top:2.75rem!important;padding-bottom:2.25rem!important}.site-footer-brand-col{max-width:100%!important;text-align:left!important}.site-footer-logo-text{font-size:1.85rem!important}.site-footer-tagline{font-size:.9rem!important;margin-bottom:.85rem!important}.site-footer-description{font-size:.9rem!important;line-height:1.6!important}.site-footer-v-divider{display:none!important}.site-footer-nav-columns{grid-template-columns:repeat(2,1fr)!important;gap:1.75rem 1.25rem!important;width:100%!important}.site-footer-nav-title{font-size:.98rem!important;margin-bottom:.85rem!important}.site-footer-nav-list{gap:.65rem!important}.site-footer-nav-list a{font-size:.88rem!important}.site-footer-middle-strip{flex-direction:column!important;align-items:center!important;text-align:center!important;padding:1.75rem 0!important;gap:1.25rem!important}.site-footer-location{font-size:.9rem!important;justify-content:center!important}.site-footer-badges-social{flex-direction:column!important;align-items:center!important;width:100%!important;gap:1.25rem!important}.site-footer-store-btn-group{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:.75rem!important;gap:.75rem!important;width:100%!important;max-width:420px!important}.site-footer-store-btn{width:100%!important;justify-content:center!important;padding:.5rem .75rem!important}.site-footer-btn-sub{font-size:.62rem!important}.site-footer-btn-main{font-size:.85rem!important}.site-footer-social-icons{margin-left:0!important;margin-top:.25rem!important;justify-content:center!important}.site-footer-social-link{width:36px!important;height:36px!important;font-size:1rem!important}.site-footer-bottom-strip{flex-direction:column!important;justify-content:center!important;padding:1.75rem 0 2.5rem!important;gap:.85rem!important}.site-footer-bottom-strip,.site-footer-left-info{align-items:center!important;text-align:center!important}.site-footer-left-info{gap:.35rem!important}.site-footer-copyright,.site-footer-credit{text-align:center!important;white-space:normal!important;font-size:.82rem!important}.site-footer-legal-links{justify-content:center!important;text-align:center!important;flex-wrap:wrap!important;gap:.6rem .85rem!important;font-size:.85rem!important}}@media (max-width:479.98px){.site-footer-store-btn-group{grid-template-columns:1fr!important;gap:.6rem!important}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.reveal-up{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1)}.reveal-up.active{opacity:1;transform:translateY(0)}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.animate-float{animation:float 6s ease-in-out infinite}@keyframes pulseGlow{0%{box-shadow:0 4px 12px rgba(15,118,110,.1)}50%{box-shadow:0 8px 24px rgba(15,118,110,.2)}to{box-shadow:0 4px 12px rgba(15,118,110,.1)}}.pulse-glow{animation:pulseGlow 4s ease-in-out infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer-text{color:var(--primary);font-weight:var(--fw-semibold)}@keyframes connectorDashFlow{to{stroke-dashoffset:-24}}.phone-connectors-svg path[stroke-dasharray]{animation:connectorDashFlow 3s linear infinite}@media (prefers-reduced-motion:reduce){.animate-float,.phone-connectors-svg path[stroke-dasharray],.pulse-glow{animation:none!important}}@media (min-width:1400px){.container{max-width:1320px}}@media (max-width:1199.98px){.section-padding{padding:5rem 0}}@media (max-width:991.98px){.section-padding{padding:4rem 0}.page-hero{padding:6rem 0 3rem;text-align:center}.navbar-collapse{background:var(--card-bg);padding:1.5rem;border-radius:var(--radius-md);margin-top:.75rem;border:1px solid var(--border);box-shadow:var(--shadow-md)}}@media (max-width:767.98px){.section-padding{padding:2.5rem 0!important}h1{font-size:2rem!important}h2{font-size:1.6rem!important}.btn-outline-custom,.btn-primary-custom{width:100%;justify-content:center;margin-bottom:.5rem}#main-content .container{padding-left:14px!important;padding-right:14px!important}#main-content .reveal-up h1{font-size:1.75rem!important;line-height:1.3!important}#main-content .badge-trust{font-size:.78rem!important;padding:.35rem .75rem!important}#main-content .card-light{padding:1.25rem 1rem!important;border-radius:8px!important}#main-content .card-light h3.h4{font-size:1.15rem!important;margin-top:1.25rem!important;margin-bottom:.65rem!important}#main-content .card-light li,#main-content .card-light p{font-size:.935rem!important;line-height:1.6!important;word-wrap:break-word;overflow-wrap:break-word}#main-content .card-light ol,#main-content .card-light ul{padding-left:1.15rem!important;margin-bottom:1.25rem!important}#main-content .card-light li{margin-bottom:.4rem!important}#main-content .card-light .bg-light,#main-content .card-light .bg-warning-subtle{padding:1rem!important;border-radius:6px!important}#main-content .card-light a{word-break:break-word;overflow-wrap:break-word}.site-footer-legal-links{font-size:.8rem!important;gap:.4rem .6rem!important;justify-content:center!important;text-align:center!important}.site-footer-legal-links a{font-size:.8rem!important;line-height:1.4!important}.site-footer-legal-sep{font-size:.75rem!important;opacity:.4!important}.site-footer-middle-strip{flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:1.75rem 0!important;gap:1.25rem!important}.site-footer-location{font-size:.9rem!important;justify-content:center!important;width:100%!important}.site-footer-badges-social{gap:1.25rem!important}.site-footer-badges-social,.site-footer-store-btn-group{flex-direction:column!important;align-items:center!important;width:100%!important}.site-footer-store-btn-group{display:flex!important;gap:.75rem!important;max-width:360px!important}.site-footer-store-btn{width:100%!important;justify-content:center!important;padding:.65rem 1rem!important;border-radius:8px!important}.site-footer-social-icons{margin-left:0!important;margin-top:.25rem!important;justify-content:center!important;gap:.85rem!important}.site-footer-social-link{width:38px!important;height:38px!important;font-size:1rem!important}}@media (max-width:576px){#main-content .container{padding-left:10px!important;padding-right:10px!important}#main-content .card-light{padding:1.1rem .85rem!important}#main-content .reveal-up h1{font-size:1.55rem!important}.site-footer-legal-links{gap:.35rem .5rem!important}.site-footer-legal-links,.site-footer-legal-links a{font-size:.76rem!important}}.hero-section{position:relative;min-height:calc(100vh - 80px);padding:2.25rem 0 2.5rem;display:flex;align-items:center;overflow:hidden;background-color:var(--background,#fafafa);z-index:1}.hero-section:before{content:"";position:absolute;top:5%;right:2%;width:55%;height:90%;background:radial-gradient(circle at 50% 45%,rgba(15,118,110,.04) 0,rgba(20,184,166,.018) 50%,transparent 80%);pointer-events:none;z-index:0}.hero-container{position:relative;z-index:2}.hero-left-border-line{position:absolute;top:-2.5rem;bottom:-2.5rem;left:.75rem;width:1px;background-color:rgba(226,232,240,.85);z-index:2}.hero-border-dot{position:absolute;top:4.2rem;left:-4px;width:9px;height:9px;border-radius:50%;background-color:var(--primary,#0F766E);box-shadow:0 0 0 3px rgba(15,118,110,.18)}.hero-content{position:relative;z-index:3;padding-left:2.25rem;max-width:580px}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:9999px;background-color:var(--blue-50,#f0fdfa);border:1px solid rgba(15,118,110,.18);color:var(--primary,#0F766E);font-size:.84rem;font-weight:600;letter-spacing:.01em;margin-bottom:1.25rem;box-shadow:0 2px 8px rgba(15,118,110,.06);transition:transform .2s ease,border-color .2s ease}.hero-badge:hover{border-color:rgba(15,118,110,.35);transform:translateY(-1px)}.hero-badge-pulse{width:8px;height:8px;border-radius:50%;background-color:var(--blue-400,#14b8a6);position:relative}.hero-badge-pulse:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:50%;background-color:rgba(20,184,166,.4);animation:heroPulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes heroPulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.8);opacity:0}}.hero-title{font-family:var(--font-body,"Inter",sans-serif);font-size:clamp(2.5rem,4.4vw,3.6rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:var(--text-dark,#0f172a);margin-bottom:1.15rem}.hero-title .highlight-teal{color:#0F766E!important;background:none!important;-webkit-text-fill-color:#0F766E!important}.hero-title .highlight-blue-gradient{background:linear-gradient(90deg,#3B82F6,#6366F1 50%,#8B5CF6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:clamp(1rem,1.2vw,1.15rem);line-height:1.55;color:var(--text-light,#64748b);margin-bottom:2rem;max-width:520px}.hero-cta-group{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.btn-hero-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.825rem 1.65rem;font-size:.98rem;font-weight:600;color:#ffffff;background-color:var(--primary,#0F766E);border:1px solid transparent;border-radius:var(--radius-md,12px);box-shadow:0 4px 14px rgba(15,118,110,.25);text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-hero-primary:hover{background-color:var(--blue-600,#0d9488);color:#ffffff;transform:translateY(-2px);box-shadow:0 6px 20px rgba(15,118,110,.35)}.btn-hero-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.825rem 1.65rem;font-size:.98rem;font-weight:600;color:var(--text-dark,#0f172a);background-color:#ffffff;border:1px solid var(--border,#e2e8f0);border-radius:var(--radius-md,12px);box-shadow:0 2px 6px rgba(15,23,42,.04);text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-hero-secondary:hover{background-color:var(--blue-50,#f0fdfa);border-color:rgba(15,118,110,.3);color:var(--primary,#0F766E);transform:translateY(-2px);box-shadow:0 4px 12px rgba(15,23,42,.08)}.hero-grid-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr);grid-gap:clamp(1.5rem,3vw,3rem);gap:clamp(1.5rem,3vw,3rem);align-items:center;width:100%}.hero-phone-showcase-wrapper{position:relative;display:flex;justify-content:center;align-items:center;padding:0;width:100%}.hero-phone-showcase-wrapper .iphone-16-chassis,.iphone-device-chassis{position:relative;width:clamp(280px,22.5vw,330px);height:clamp(560px,45vw,660px);background:#090d16;border-radius:48px;padding:10px;box-shadow:0 30px 70px rgba(15,23,42,.22),0 10px 25px rgba(15,118,110,.15);border:3.5px solid #1a2234;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1);z-index:1}.hero-phone-showcase-wrapper .iphone-16-chassis:before,.iphone-device-chassis:before{content:"";position:absolute;top:105px;left:-5px;width:4px;height:28px;background:#1a2234;border-radius:3px 0 0 3px;box-shadow:0 45px 0 #1a2234,0 90px 0 #1a2234}.hero-phone-showcase-wrapper .iphone-16-chassis:after,.iphone-device-chassis:after{content:"";position:absolute;top:145px;right:-5px;width:4px;height:56px;background:#1a2234;border-radius:0 3px 3px 0}.hero-phone-showcase-wrapper .iphone-16-chassis:hover,.iphone-device-chassis:hover{transform:translateY(-4px);box-shadow:0 34px 75px rgba(15,23,42,.28),0 14px 32px rgba(15,118,110,.22)}.iphone-dynamic-island{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:clamp(72px,5.8vw,84px);height:21px;background:#000000;border-radius:20px;z-index:35;box-shadow:0 1px 3px rgba(0,0,0,.5)}.iphone-dynamic-island:after{content:"";position:absolute;top:50%;right:8px;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#1a1a1a;box-shadow:inset 0 0 2px rgba(255,255,255,.25)}.iphone-screen-viewport{background:#f8fafc;border-radius:clamp(28px,2.4vw,36px);z-index:10;border:1px solid rgba(226,232,240,.6)}.phone-ui-header-title{font-size:clamp(.78rem,.88vw,.86rem);font-weight:700;color:#0f172a;text-align:center;margin-top:.5rem;margin-bottom:clamp(6px,1vw,12px);letter-spacing:-.015em;z-index:15}.phone-workflow-canvas{position:relative;flex:1 1;width:100%;display:flex;flex-direction:column;align-items:center;padding:0 2px}.phone-connectors-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:12}.workflow-card{position:absolute;background:#ffffff;border:1px solid rgba(226,232,240,.95);border-radius:clamp(8px,.8vw,11px);padding:clamp(.32rem,.42vw,.45rem) clamp(.4rem,.5vw,.52rem);display:flex;align-items:center;gap:.35rem;box-shadow:0 3px 12px rgba(15,23,42,.08);transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s ease;z-index:15;box-sizing:border-box}.workflow-card:hover{border-color:rgba(15,118,110,.35);box-shadow:0 6px 18px rgba(15,118,110,.16)}.workflow-card-icon{width:clamp(22px,1.8vw,26px);height:clamp(22px,1.8vw,26px);border-radius:clamp(5px,.5vw,7px);background-color:var(--blue-50,#f0fdfa);color:var(--primary,#0F766E);display:flex;align-items:center;justify-content:center;flex-shrink:0}.workflow-card-icon svg{width:clamp(12px,1vw,15px);height:clamp(12px,1vw,15px)}.workflow-card-body{display:flex;flex-direction:column;min-width:0;overflow:hidden}.workflow-card-title{font-size:clamp(.64rem,.7vw,.7rem);font-weight:700;color:#0f172a}.workflow-card-subtitle,.workflow-card-title{line-height:1.15;white-space:normal;word-break:break-word}.workflow-card-subtitle{font-size:clamp(.52rem,.58vw,.58rem);font-weight:400;color:#64748b;margin-top:1px}.workflow-card--top{top:1%;left:50%;transform:translateX(-50%);width:78%;z-index:18}.workflow-card--left{top:27%;left:1px;width:48.5%;z-index:22}.workflow-card--right{top:27%;right:1px;width:48.5%;z-index:22}.workflow-card--center{top:51.5%}.workflow-card--bottom,.workflow-card--center{left:50%;transform:translateX(-50%);width:80%;z-index:18}.workflow-card--bottom{top:70%}.phone-bottom-nav{position:absolute;bottom:0;left:0;right:0;background:#ffffff;border-top:1px solid rgba(226,232,240,.9);padding:8px 0 12px;display:flex;justify-content:space-around;align-items:center;z-index:28}.phone-nav-item{display:flex;flex-direction:column;align-items:center;gap:3px;color:#64748b;text-decoration:none;font-size:.65rem;font-weight:500;position:relative;transition:color .2s ease;cursor:pointer}.phone-nav-item svg{width:18px;height:18px}.phone-nav-item .nav-active-bar{position:absolute;top:-8px;width:24px;height:3px;background-color:var(--primary,#0F766E);border-radius:2px;display:none}.phone-nav-item.active{color:var(--primary,#0F766E);font-weight:700}.phone-nav-item.active .nav-active-bar{display:block}@media (max-width:991.98px){.hero-grid-layout{grid-template-columns:1fr;gap:0}.hero-section{padding:1.75rem 0 3.5rem;min-height:auto}.hero-content{max-width:100%;text-align:left;display:flex;flex-direction:column;align-items:flex-start;padding-left:0}.hero-left-border-line{display:none}.hero-badge{margin-left:0;margin-bottom:.85rem;padding:.35rem .8rem;font-size:.8rem}.hero-title{text-align:left!important;font-size:clamp(2rem,6.5vw,2.6rem);line-height:1.15;margin-bottom:.85rem}.hero-description{text-align:left;max-width:100%;font-size:clamp(.95rem,3vw,1.05rem);line-height:1.5;margin-bottom:1.15rem}.hero-cta-group{width:100%;display:flex;flex-direction:row;align-items:center;gap:.65rem}.btn-hero-primary,.btn-hero-secondary{flex:1 1;width:50%;padding:.725rem .5rem;font-size:clamp(.82rem,3.2vw,.9rem);white-space:nowrap;justify-content:center}.btn-hero-primary svg,.btn-hero-secondary svg{width:16px;height:16px;flex-shrink:0}.hero-phone-showcase-wrapper{margin-top:24px;width:100%;display:flex;justify-content:center}.iphone-device-chassis{width:100%;max-width:340px;height:auto;aspect-ratio:276/575;margin:0 auto}.phone-ui-header-title{margin-top:38px!important;margin-bottom:8px!important;font-size:.82rem!important;position:relative;z-index:40}.workflow-card{padding:.38rem .48rem}.workflow-card-title{font-size:.68rem}.workflow-card-subtitle{font-size:.58rem}.workflow-card--top{top:8%}.workflow-card--left{top:27%;left:1px;width:48.5%}.workflow-card--right{top:27%;right:1px;width:48.5%}.workflow-card--center{top:51.5%}.workflow-card--bottom{top:70%}}@media (max-width:575.98px){.hero-section{padding:1.5rem 0 3rem}.hero-badge{font-size:.76rem;margin-bottom:.75rem}.hero-title{font-size:clamp(1.8rem,7vw,2.2rem)!important;line-height:1.16!important;letter-spacing:-.03em!important;text-align:left!important;margin-bottom:.75rem}.hero-description{font-size:.92rem;line-height:1.48;margin-bottom:1rem}.hero-cta-group{width:100%;display:flex;flex-direction:row;align-items:center;gap:.5rem}.btn-hero-primary,.btn-hero-secondary{flex:1 1;width:50%;padding:.68rem .38rem;font-size:clamp(.76rem,3.3vw,.85rem);white-space:nowrap;justify-content:center}.btn-hero-primary svg,.btn-hero-secondary svg{width:14px;height:14px}.hero-phone-showcase-wrapper{margin-top:22px}.iphone-device-chassis{width:100%;max-width:320px;height:auto;aspect-ratio:276/575;margin:0 auto}.phone-ui-header-title{margin-top:36px!important;margin-bottom:6px!important;font-size:.78rem!important}.workflow-card{padding:.35rem .45rem}.workflow-card--top{top:8%}.workflow-card--left{top:27%;left:1px;width:48.5%}.workflow-card--right{top:27%;right:1px;width:48.5%}.workflow-card--center{top:51.5%}.workflow-card--bottom{top:70%}.workflow-card-title{font-size:.64rem}.workflow-card-subtitle{font-size:.55rem}}@media (prefers-reduced-motion:reduce){.hero-badge-pulse:after,.iphone-device-chassis,.workflow-card{animation:none!important;transition:none!important}}.pn-why-section{position:relative;padding:50px 0 130px;background-color:#f9fafb;overflow:hidden;z-index:2}.pn-why-section:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(15,118,110,.03) 1.2px,transparent 0);background-size:28px 28px;pointer-events:none;z-index:0}.pn-why-container{position:relative;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:2rem;padding-right:2rem;z-index:2}.pn-why-header{position:relative;max-width:820px;margin-bottom:60px;padding-left:1.5rem}.pn-why-header-line{position:absolute;top:0;bottom:0;left:0;width:3px;background:linear-gradient(180deg,#14B8A6,#6366F1 50%,#8B5CF6);border-radius:3px}.pn-why-eyebrow{font-size:.82rem;color:var(--blue-400);letter-spacing:.13em;text-transform:uppercase;margin-bottom:.75rem}.pn-why-eyebrow,.pn-why-headline{font-family:var(--font-body);font-weight:800}.pn-why-headline{font-size:clamp(2.1rem,3.4vw,2.85rem);line-height:1.15;letter-spacing:-.03em;color:var(--text-dark);margin-bottom:1.1rem}.pn-why-headline-accent{background:linear-gradient(90deg,var(--primary) 0,var(--blue-400) 60%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pn-why-desc{font-family:var(--font-body);font-size:clamp(.97rem,1.1vw,1.05rem);font-weight:400;line-height:1.72;color:var(--text-light);margin:0;max-width:680px}.pn-why-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--spacing-xl);gap:var(--spacing-xl)}.pn-feature-card{position:relative;background:transparent;padding:.25rem .5rem;display:flex;flex-direction:column;cursor:default;transition:background .22s ease;border-right:1px solid var(--border)}.pn-feature-card:last-child{border-right:none}.pn-feature-card:first-child{border-right-color:rgba(226,232,240,.45)}.pn-feature-card:nth-child(2){border-right-color:rgba(226,232,240,.75)}.pn-feature-card:nth-child(3){border-right-color:rgba(226,232,240,.45)}.pn-feature-card:hover{background:transparent}.pn-feature-card-meta{display:flex;align-items:center;gap:.875rem;margin-bottom:1.6rem}.pn-feature-card-num{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;line-height:1;color:var(--text-light);opacity:.32;letter-spacing:-.03em;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0}.pn-feature-card-icon{width:38px;height:38px;border-radius:10px;background:transparent;border:1px solid rgba(15,118,110,.22);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:1.35rem;transition:background .22s ease,border-color .22s ease}.pn-feature-card:hover .pn-feature-card-icon{background:var(--blue-50);border-color:rgba(15,118,110,.45)}.pn-feature-card-icon svg{width:18px;height:18px;stroke:var(--primary);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.pn-feature-card-title{font-family:var(--font-heading);font-size:1.08rem;font-weight:700;color:var(--text-dark);line-height:1.3;letter-spacing:-.01em;margin-bottom:.9rem}.pn-feature-card-desc{font-family:var(--font-body);font-size:.91rem;font-weight:400;color:var(--text-light);line-height:1.57;margin-bottom:1.75rem;flex-grow:1}.pn-feature-card-divider{width:30px;height:2.5px;background:var(--blue-400);border-radius:2px;margin-bottom:1.6rem;flex-shrink:0;transition:width .35s cubic-bezier(.4,0,.2,1)}.pn-feature-card:hover .pn-feature-card-divider{width:100%}.pn-feature-card-link{position:relative;display:inline-flex;align-items:center;gap:.38rem;font-family:var(--font-body);font-size:.9rem;font-weight:700;color:var(--primary);text-decoration:none;letter-spacing:.01em;transition:gap .22s ease,color .22s ease;margin-top:auto}.pn-feature-card-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--primary);border-radius:1px;transition:width .28s cubic-bezier(.4,0,.2,1)}.pn-feature-card-link:hover{gap:.58rem;color:var(--blue-600)}.pn-feature-card-link:hover:after{width:calc(100% - 22px)}.pn-feature-card-link svg{width:15px;height:15px;stroke:currentColor;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;transition:transform .22s ease;flex-shrink:0}.pn-feature-card-link:hover svg{transform:translateX(4px)}.pn-feature-card[data-delay="0"]{transition-delay:0s}.pn-feature-card[data-delay="1"]{transition-delay:80ms}.pn-feature-card[data-delay="2"]{transition-delay:.16s}.pn-feature-card[data-delay="3"]{transition-delay:.24s}@media (max-width:991.98px){.pn-why-section{padding:40px 0 50px}.pn-why-container{padding-left:1.25rem;padding-right:1.25rem}.pn-why-header{margin-bottom:28px;padding-left:1rem;max-width:100%}.pn-why-eyebrow{font-size:.78rem;letter-spacing:.1em;margin-bottom:.4rem}.pn-why-headline{font-size:clamp(1.85rem,6.8vw,2.3rem);line-height:1.18;margin-bottom:.75rem}.pn-why-desc{font-size:.92rem;line-height:1.5}.pn-why-grid{grid-template-columns:1fr;gap:1.15rem}.pn-feature-card{background:#ffffff;border:1px solid rgba(226,232,240,.9);border-radius:14px;padding:1.25rem 1.15rem;box-shadow:0 4px 14px rgba(15,23,42,.03);border-right:none!important}.pn-feature-card-icon{margin-bottom:.85rem;width:36px;height:36px;border-radius:9px}.pn-feature-card-title{font-size:1.05rem;margin-bottom:.45rem}.pn-feature-card-desc{font-size:.88rem;line-height:1.5;margin-bottom:1rem}.pn-feature-card-divider{margin-bottom:0}.pn-feature-card[data-delay="1"],.pn-feature-card[data-delay="2"],.pn-feature-card[data-delay="3"]{transition-delay:0s}}@media (max-width:575.98px){.pn-why-section{padding:32px 0 42px}.pn-why-header{margin-bottom:22px;padding-left:.85rem}.pn-why-headline{font-size:clamp(1.75rem,7vw,2.15rem)}.pn-why-desc{font-size:.9rem}.pn-feature-card{padding:1.15rem 1rem}}@media (prefers-reduced-motion:reduce){.pn-feature-card,.pn-feature-card-divider,.pn-feature-card-icon,.pn-feature-card-link svg{transition:none!important}}.who-built-for-section{position:relative;padding:5.5rem 0 8.5rem;background:linear-gradient(180deg,#063A36,#08433F 35%,#0A4F4B 70%,#0F766E);overflow:hidden;color:#ffffff;z-index:1}.who-built-for-section:before{content:"";top:15%;right:5%;width:55%;height:70%;background:radial-gradient(circle at 60% 50%,rgba(255,255,255,.05) 0,transparent 65%)}.bg-wave-lines,.who-built-for-section:before{position:absolute;pointer-events:none;z-index:0}.bg-wave-lines{opacity:.18}.bg-wave-lines--left{bottom:10%;left:-2%;width:320px;height:320px}.bg-wave-lines--right{top:15%;right:-2%;width:360px;height:360px}.bg-stars-accent{position:absolute;pointer-events:none;z-index:1}.bg-stars-accent--top-left{top:3.5rem;left:clamp(2rem,6vw,6rem)}.bg-stars-accent--top-right{top:3.5rem;right:clamp(2rem,6vw,6rem)}.bg-stars-accent--bottom-right{bottom:8rem;right:clamp(2rem,5vw,5rem)}.who-built-for-header{text-align:center;position:relative;z-index:2;margin-bottom:3.5rem}.who-built-for-title{font-family:var(--font-body,"Inter",sans-serif);font-size:clamp(2.1rem,3.2vw,2.85rem);font-weight:800;color:#ffffff;margin-bottom:.4rem;letter-spacing:-.025em}.who-built-for-header-accent{width:32px;height:3px;background-color:#14B8A6;border-radius:2px;margin:.5rem auto 1.15rem}.who-built-for-subtitle{font-size:clamp(1rem,1.15vw,1.15rem);font-weight:400;color:rgba(255,255,255,.84);max-width:500px;margin:0 auto;line-height:1.5}.who-built-for-grid{display:grid;grid-template-columns:minmax(0,320px) minmax(0,1fr);grid-gap:clamp(2rem,4vw,4rem);gap:clamp(2rem,4vw,4rem);align-items:center;position:relative;z-index:2}.who-built-for-menu{display:flex;flex-direction:column;gap:0;width:100%}.role-menu-item{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 1.25rem;color:rgba(255,255,255,.85);font-size:1.05rem;font-weight:600;text-decoration:none;border-radius:14px;position:relative;cursor:pointer;transition:background-color .2s ease,color .2s ease}.role-menu-item,.role-menu-item:last-child{border-bottom:1px solid rgba(255,255,255,.12)}.role-menu-item-left{display:flex;align-items:center;gap:1rem}.role-menu-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.85);flex-shrink:0;transition:color .2s ease}.role-menu-item:hover{color:#ffffff;background-color:rgba(255,255,255,.06)}.role-menu-item:hover .role-menu-icon{color:#ffffff}.role-menu-item.active{background-color:rgba(15,118,110,.48);color:#ffffff;border-bottom-color:transparent;box-shadow:inset 0 0 0 1px rgba(20,184,166,.28)}.role-menu-item.active .role-menu-icon{color:#ffffff}.role-menu-indicator{position:absolute;left:0;top:15%;bottom:15%;width:4px;background-color:#14B8A6;border-radius:0 4px 4px 0;display:none}.role-menu-item.active .role-menu-indicator{display:block}.role-menu-chevron{width:18px;height:18px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease,transform .2s ease}.role-menu-item.active .role-menu-chevron{opacity:1}.who-built-for-card{background:#ffffff;border-radius:10px;padding:clamp(1.4rem,2.2vw,2rem);box-shadow:0 20px 50px rgba(6,58,54,.22);position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;transition:opacity .22s ease-in-out,transform .22s ease-in-out}.who-built-for-card.fade-out{opacity:0;transform:translateY(6px)}.card-role-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.card-role-icon-badge{width:52px;height:52px;border-radius:14px;background-color:#E6F7F5;color:#0F766E;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-role-icon-badge svg{width:26px;height:26px}.card-role-title{font-family:var(--font-body,"Inter",sans-serif);font-size:clamp(1.45rem,1.8vw,1.8rem);font-weight:800;color:#0F766E;margin:0;letter-spacing:-.02em}.card-role-description{font-size:1rem;color:#334155;line-height:1.55;margin-bottom:1.15rem;max-width:620px}.card-role-accent-bar{width:32px;height:3px;background-color:#14B8A6;border-radius:2px;margin-bottom:1.25rem}.card-role-divider{width:100%;height:1px;background-color:#e2e8f0;margin:1.25rem 0}.card-checklist-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem 1.5rem;gap:.75rem 1.5rem;margin-bottom:1.5rem}.card-checklist-item{display:flex;align-items:center;gap:.55rem;font-size:1rem;font-weight:600;color:#1e293b}.card-checklist-icon{width:18px;height:18px;color:#0F766E;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-role-cta{display:inline-flex;align-items:center;gap:.5rem;color:#0F766E;font-size:.98rem;font-weight:700;text-decoration:none;position:relative;padding-bottom:3px;transition:color .2s ease}.card-role-cta:after{content:"";position:absolute;bottom:0;left:0;width:32px;height:2.5px;background-color:#14B8A6;border-radius:2px;transition:width .25s ease}.card-role-cta:hover{color:#0d9488}.card-role-cta:hover:after{width:100%}.card-role-cta svg{transition:transform .2s ease}.card-role-cta:hover svg{transform:translateX(4px)}.who-built-for-bottom-divider{position:absolute;bottom:-1px;left:0;width:100%;overflow:hidden;line-height:0;z-index:3;pointer-events:none}.who-built-for-bottom-divider svg{position:relative;display:block;width:calc(100% + 1.3px);height:clamp(45px,5.5vw,85px)}.who-built-for-bottom-divider path{fill:#fafafa}@media (max-width:991.98px){.bg-stars-accent--top-left{top:.75rem;left:.5rem;width:90px;height:65px;opacity:.35}.bg-stars-accent--top-right{top:.75rem;right:.5rem;width:90px;height:65px;opacity:.35}.who-built-for-header{margin-bottom:2rem}.who-built-for-title{font-size:clamp(1.85rem,6.8vw,2.3rem);line-height:1.16}.who-built-for-subtitle{font-size:.92rem;line-height:1.48;padding:0 .5rem}.who-built-for-grid{grid-template-columns:1fr;gap:1.75rem}.who-built-for-menu{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.45rem;gap:.45rem}.role-menu-item{border-bottom:none;background-color:rgba(255,255,255,.06);padding:.65rem .5rem;font-size:.85rem;justify-content:flex-start;border-radius:10px}.role-menu-item-left{justify-content:flex-start;gap:.45rem;min-width:0}.role-menu-icon{flex-shrink:0}.role-menu-icon,.role-menu-icon svg{width:18px;height:18px}.role-menu-item-left span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-menu-chevron{display:none}.role-menu-indicator{position:absolute;left:0;top:15%;bottom:15%;width:4px;height:auto;right:auto;background-color:#14B8A6;border-radius:0 4px 4px 0}.who-built-for-card{padding:1.5rem 1.25rem;border-radius:16px}.card-role-header{margin-bottom:.75rem;gap:.75rem}.card-role-icon-badge{width:46px;height:46px;border-radius:11px}.card-role-icon-badge svg{width:22px;height:22px}.card-role-title{font-size:1.4rem}.card-role-description{font-size:.92rem;line-height:1.5;margin-bottom:.85rem}.card-checklist-grid{grid-template-columns:1fr;gap:.65rem}.card-checklist-item{font-size:.88rem;gap:.45rem}}@media (max-width:640px){.who-built-for-section{padding:3rem 0 5rem}.who-built-for-menu{grid-template-columns:repeat(2,1fr);gap:.45rem}.role-menu-item{padding:.62rem .45rem;font-size:.82rem}.role-menu-icon,.role-menu-icon svg{width:16px;height:16px}.who-built-for-card{padding:1.25rem 1.1rem;border-radius:16px}.card-role-icon-badge{width:42px;height:42px;border-radius:10px}.card-role-icon-badge svg{width:20px;height:20px}}.trusted-connections-section{position:relative;width:100%;min-height:400px;background-image:url(/assets/images/handshake-bg.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;overflow:hidden;color:#ffffff}.trusted-banner-container{position:relative;z-index:2;width:100%;padding-top:2.5rem;padding-bottom:2.5rem}.trusted-banner-content{max-width:580px}.trusted-banner-title{font-family:var(--font-body,"Inter",sans-serif);font-size:clamp(2.4rem,4vw,3.5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#ffffff;margin-bottom:.75rem}.trusted-text-gradient{background:linear-gradient(90deg,#00D1C7,#16A8FF 50%,#5B7FFF);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.trusted-banner-accent-bar{width:42px;height:3px;background:linear-gradient(90deg,#00D1C7,#16A8FF);border-radius:2px;margin-bottom:1.25rem}.trusted-banner-subtitle{font-size:clamp(1.02rem,1.15vw,1.15rem);font-weight:400;line-height:1.6;color:#D5D7DB;margin-bottom:2rem;max-width:520px}.trusted-banner-btn{display:inline-flex;align-items:center;gap:.65rem;padding:.9rem 2.1rem;border-radius:9999px;background:linear-gradient(90deg,#00D1C7,#16A8FF);color:#ffffff;font-size:1.05rem;font-weight:700;text-decoration:none;box-shadow:0 10px 25px rgba(0,209,199,.35);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)}.trusted-banner-btn:hover{color:#ffffff;transform:translateY(-2px);box-shadow:0 14px 32px rgba(0,209,199,.5)}.trusted-banner-btn svg{transition:transform .25s ease}.trusted-banner-btn:hover svg{transform:translateX(4px)}.trusted-banner-branding{position:absolute;bottom:2.25rem;right:clamp(2rem,5vw,4rem);z-index:2}.branding-logo-group{display:flex;align-items:center;gap:.75rem;background:#ffffff;padding:.65rem 1.25rem;border-radius:16px;border:1px solid #ffffff;box-shadow:0 10px 30px rgba(0,0,0,.28),0 2px 8px rgba(0,0,0,.12)}.trusted-banner-logo-img{height:40px;width:auto;object-fit:contain}.branding-text-group{display:flex;flex-direction:column}.branding-title{font-family:var(--font-body,"Inter",sans-serif);font-size:1.15rem;font-weight:800;color:#ffffff;line-height:1.1}.branding-title-accent{color:#00D1C7}.branding-tagline{font-size:.75rem;font-weight:500;color:#94A3B8;letter-spacing:.02em}@media (max-width:767.98px){.trusted-connections-section{min-height:480px}.trusted-banner-content{max-width:100%}.trusted-banner-branding{bottom:1.25rem;right:1.25rem}}.platform-showcase-section{position:relative;padding:6rem 0 7rem;background-color:#FAFAFA;overflow:hidden;color:#0F172A;z-index:1}.platform-showcase-section:before{content:"";position:absolute;top:10%;right:5%;width:50%;height:80%;background:radial-gradient(circle at 60% 50%,rgba(20,184,166,.08) 0,rgba(139,92,246,.03) 45%,transparent 70%);pointer-events:none;z-index:0}.platform-showcase-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(rgba(15,118,110,.06) 1.2px,transparent 0);background-size:28px 28px;pointer-events:none;z-index:0}.platform-section-header{position:relative;max-width:860px;margin-bottom:3.5rem;padding-left:1.5rem;z-index:2}.platform-header-line{position:absolute;top:0;bottom:0;left:0;width:3px;background:linear-gradient(180deg,#14B8A6,#6366F1 50%,#8B5CF6);border-radius:3px}.platform-category-label{font-size:.85rem;font-weight:800;color:#14B8A6;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.platform-header-title{font-family:var(--font-body,"Inter",sans-serif);font-size:clamp(2.1rem,3.4vw,2.85rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#0F172A;margin-bottom:1.25rem}.platform-text-gradient{background:linear-gradient(90deg,#0F766E,#14B8A6 35%,#6366F1 75%,#8B5CF6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}.platform-header-desc{font-size:clamp(1rem,1.15vw,1.12rem);font-weight:500;line-height:1.65;color:#475569;margin:0}.platform-showcase-grid{display:grid;grid-template-columns:260px 1fr 420px;grid-gap:clamp(2rem,3.5vw,3.5rem);gap:clamp(2rem,3.5vw,3.5rem);align-items:center;position:relative;z-index:2}.platform-vert-nav{display:flex;flex-direction:column;gap:.65rem;position:relative;padding-left:.25rem}.platform-vert-nav:before{content:"";position:absolute;top:1.25rem;bottom:1.25rem;left:1.65rem;width:1px;border-left:1.5px dashed #cbd5e1;z-index:0}.platform-nav-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .9rem;border-radius:15px;color:#64748B;font-size:.92rem;font-weight:600;text-decoration:none;position:relative;z-index:1;background:transparent;border:1px solid transparent;transition:all .22s ease-in-out;cursor:pointer}.platform-nav-number{font-size:.78rem;font-weight:700;color:#94A3B8;width:22px;text-align:center;flex-shrink:0}.platform-nav-icon{width:32px;height:32px;border-radius:50%;background:#F1F5F9;color:#64748B;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .22s ease-in-out}.platform-nav-icon svg{width:16px;height:16px}.platform-nav-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.platform-nav-item:hover{color:#0F766E}.platform-nav-item:hover .platform-nav-icon{background:#E6F7F5;color:#0F766E}.platform-nav-item.active{background:#FFFFFF;color:#0F766E;border-color:#E2E8F0;box-shadow:0 4px 16px rgba(15,23,42,.06)}.platform-nav-item.active .platform-nav-number{color:#0F766E}.platform-nav-item.active .platform-nav-icon{background:#0F766E;color:#FFFFFF}.platform-feature-detail{display:flex;flex-direction:column;justify-content:center;transition:opacity .22s ease-in-out,transform .22s ease-in-out}.platform-feature-detail.fade-out{opacity:0;transform:translateY(6px)}.platform-feature-badge-group{display:flex;align-items:center;gap:.6rem;margin-bottom:1.15rem}.feature-number-badge{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#E6F7F5;color:#0F766E;font-size:.82rem;font-weight:700}.feature-label-badge{font-size:.82rem;font-weight:700;color:#64748B;letter-spacing:.08em;text-transform:uppercase}.platform-feature-title{font-family:var(--font-body,"Inter",sans-serif);font-size:clamp(2.2rem,3.4vw,3.2rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:#0F172A;margin-bottom:1.25rem}.platform-feature-title span{color:#0F766E;display:block}.platform-feature-desc{font-size:1.05rem;font-weight:400;line-height:1.6;color:#475569;margin-bottom:1.5rem;max-width:500px}.platform-feature-accent-bar{width:36px;height:3px;background-color:#14B8A6;border-radius:2px;margin-bottom:2rem}.platform-checklist{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2.25rem}.platform-checklist-item{display:flex;align-items:flex-start;gap:1rem}.platform-checklist-icon-badge{width:44px;height:44px;border-radius:12px;background-color:#E6F7F5;color:#0F766E;display:flex;align-items:center;justify-content:center;flex-shrink:0}.platform-checklist-icon-badge svg{width:22px;height:22px}.platform-checklist-text{display:flex;flex-direction:column}.platform-checklist-title{font-size:1.02rem;font-weight:700;color:#0F172A;margin-bottom:.15rem}.platform-checklist-subtext{font-size:.92rem;color:#64748B;line-height:1.45}.platform-download-btn{display:inline-flex;align-items:center;gap:.65rem;padding:.9rem 2.1rem;border-radius:15px;background-color:#0F766E;color:#FFFFFF;font-size:1.05rem;font-weight:700;text-decoration:none;width:-moz-fit-content;width:fit-content;box-shadow:0 10px 25px rgba(15,118,110,.28);transition:all .25s cubic-bezier(.16,1,.3,1)}.platform-download-btn:hover{background-color:#14B8A6;color:#FFFFFF;transform:translateY(-2px);box-shadow:0 14px 32px rgba(20,184,166,.4)}.platform-download-btn svg{transition:transform .25s ease}.platform-download-btn:hover svg{transform:translateY(2px)}.platform-phone-wrapper{position:relative;display:flex;justify-content:center;align-items:center}.platform-phone-glow{position:absolute;width:320px;height:520px;background:radial-gradient(circle,rgba(20,184,166,.22) 0,rgba(139,92,246,.08) 50%,transparent 70%);filter:blur(40px);z-index:0;pointer-events:none}.iphone-16-chassis{position:relative;width:330px;height:660px;background:#090d16;border-radius:48px;padding:10px;box-shadow:0 30px 70px rgba(15,23,42,.22),0 10px 25px rgba(15,118,110,.15);border:3.5px solid #1a2234;z-index:1}.iphone-16-chassis:before{top:105px;left:-5px;height:28px;border-radius:3px 0 0 3px;box-shadow:0 45px 0 #1a2234,0 90px 0 #1a2234}.iphone-16-chassis:after,.iphone-16-chassis:before{content:"";position:absolute;width:4px;background:#1a2234}.iphone-16-chassis:after{top:145px;right:-5px;height:56px;border-radius:0 3px 3px 0}.iphone-screen-viewport{width:100%;height:100%;border-radius:38px;overflow:hidden;flex-direction:column}.iphone-screen-viewport,.iphone-status-bar{position:relative;background:#FFFFFF;display:flex}.iphone-status-bar{align-items:center;justify-content:space-between;padding:12px 24px 6px;font-size:.82rem;font-weight:700;color:#0F172A;z-index:10}.dynamic-island-pill{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:88px;height:19px;background:#000000;border-radius:20px;display:flex;align-items:center;justify-content:flex-end;padding-right:8px;z-index:35;box-shadow:0 1px 3px rgba(0,0,0,.4)}.island-camera-dot{width:9px;height:9px;border-radius:50%;background:#1a1a1a;box-shadow:inset 0 0 2px rgba(255,255,255,.25)}.app-screen-content{flex:1 1;width:100%;height:100%;overflow:hidden;display:flex;flex-direction:column;position:relative;background-color:#F8FAFC;transition:opacity .22s ease-in-out}.app-screen-content.fade-out{opacity:0}.platform-app-screenshot{width:100%;height:100%;object-fit:cover;object-position:top center;display:block;border-radius:0 0 38px 38px}.app-screen-header{padding:.75rem 1.25rem .5rem;background:#FFFFFF}.app-header-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.app-screen-title{font-size:1.4rem;font-weight:800;color:#0F172A;margin:0}.app-header-actions{display:flex;align-items:center;gap:.5rem}.app-action-btn{width:32px;height:32px;border-radius:50%;color:#0F766E;justify-content:center}.app-action-btn,.app-search-box{background:#F1F5F9;display:flex;align-items:center}.app-search-box{gap:.5rem;border-radius:12px;padding:.55rem .85rem;font-size:.82rem;color:#94A3B8;margin-bottom:.75rem}.app-category-pills{display:flex;gap:.4rem;overflow-x:auto;padding-bottom:.25rem}.app-pill{padding:.35rem .75rem;border-radius:20px;font-size:.75rem;font-weight:600;background:#F1F5F9;color:#64748B;white-space:nowrap}.app-pill.active{background:#0F766E;color:#FFFFFF}.app-feed-scroll{flex:1 1;padding:.85rem 1rem;overflow-y:auto;display:flex;flex-direction:column;gap:.85rem}.app-property-card{background:#FFFFFF;border-radius:16px;overflow:hidden;border:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(15,23,42,.04)}.app-card-media{position:relative;height:120px;background-size:cover;background-position:50%}.app-card-badge{left:8px;background:#0F766E;font-size:.62rem;font-weight:800;padding:2px 7px;border-radius:6px;letter-spacing:.05em}.app-card-badge,.app-card-like-btn{position:absolute;top:8px;color:#FFFFFF}.app-card-like-btn{right:8px;width:26px;height:26px;border-radius:50%;background:rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center}.app-card-body{padding:.75rem}.app-card-title{font-size:.88rem;font-weight:700;color:#0F172A;margin-bottom:.15rem}.app-card-subtitle{font-size:.72rem;color:#64748B;margin-bottom:.35rem}.app-card-footer{display:flex;align-items:center;justify-content:space-between;font-size:.72rem}.app-card-location{color:#94A3B8;display:flex;align-items:center;gap:2px}.app-card-price{font-weight:800;color:#0F766E;font-size:.85rem}.iphone-bottom-nav{height:54px;background:#FFFFFF;border-top:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-around;padding:0 .5rem}.iphone-nav-tab{display:flex;flex-direction:column;align-items:center;gap:2px;color:#94A3B8;font-size:.65rem;font-weight:600;text-decoration:none}.iphone-nav-tab.active{color:#0F766E}.iphone-nav-center-btn{width:34px;height:34px;border-radius:50%;background:#0F766E;color:#FFFFFF;display:flex;align-items:center;justify-content:center}.iphone-home-bar{width:110px;height:4px;background:#000000;border-radius:2px;margin:4px auto 6px}@media (max-width:1199.98px){.platform-showcase-grid{grid-template-columns:220px 1fr 340px;gap:1.5rem}}@media (max-width:991.98px){.platform-showcase-section{padding:40px 0 50px}.platform-section-header{margin-bottom:24px;padding-left:.85rem;max-width:100%}.platform-category-label{font-size:.78rem;letter-spacing:.1em;margin-bottom:.4rem}.platform-header-desc{font-size:clamp(.95rem,3.6vw,1.08rem);line-height:1.55}.platform-showcase-grid{grid-template-columns:1fr;gap:2rem}.platform-vert-nav{display:flex;flex-direction:row;overflow-x:auto;flex-wrap:nowrap;gap:.5rem;padding-bottom:.5rem;margin-bottom:.5rem;-webkit-overflow-scrolling:touch;scrollbar-width:none}.platform-vert-nav::-webkit-scrollbar{display:none}.platform-vert-nav:before{display:none}.platform-nav-item{flex-shrink:0;padding:.55rem .85rem;font-size:.82rem;white-space:nowrap;border-radius:12px;border:1px solid rgba(226,232,240,.9);background:#ffffff}.platform-nav-number{font-size:.75rem;width:auto}.platform-nav-icon{width:24px;height:24px}.platform-nav-icon svg{width:13px;height:13px}.platform-nav-label{display:inline-block;font-size:.82rem;font-weight:600;white-space:nowrap}.platform-feature-title{font-size:clamp(1.85rem,6.5vw,2.3rem);line-height:1.15;margin-bottom:.85rem}.platform-feature-desc{font-size:.92rem;line-height:1.5;margin-bottom:1.15rem;max-width:100%}.platform-feature-accent-bar{margin-bottom:1.25rem}.platform-checklist{gap:.85rem;margin-bottom:1.5rem}.platform-checklist-icon-badge{width:38px;height:38px;border-radius:10px}.platform-checklist-icon-badge svg{width:18px;height:18px}.platform-checklist-title{font-size:.95rem}.platform-checklist-subtext{font-size:.85rem;line-height:1.45}.platform-download-btn{width:100%;justify-content:center;padding:.75rem 1.25rem;font-size:.95rem;margin-bottom:1.5rem}.platform-phone-wrapper{margin-top:1rem;width:100%;display:flex;justify-content:center}.iphone-16-chassis{width:100%;max-width:320px;height:auto;aspect-ratio:330/660;margin:0 auto}}@media (max-width:640px){.platform-showcase-section{padding:32px 0 42px}.platform-section-header{margin-bottom:18px;padding-left:.75rem}.iphone-16-chassis{width:100%;max-width:300px;height:auto;aspect-ratio:330/660;margin:0 auto}}.opportunity-journey-section{position:relative;padding:50px 0!important;background-color:#FAFAFA;overflow:hidden;color:#0F172A;z-index:1}.journey-section-header-wrap{display:flex;align-items:center;justify-content:space-between;gap:2.5rem;margin-bottom:3.5rem;position:relative;z-index:2}.journey-section-header-wrap .journey-section-header{flex:1 1;max-width:620px;margin-bottom:0}.journey-header-graphic{flex:1 1;max-width:500px;display:flex;align-items:center;justify-content:flex-end;pointer-events:none;position:relative}.journey-header-graphic svg{width:100%;height:auto;max-height:170px;overflow:visible}.journey-section-header{position:relative;max-width:860px;margin-bottom:3.5rem;padding-left:1.5rem;z-index:2}.journey-header-line{position:absolute;top:0;bottom:0;left:0;width:3px;background:linear-gradient(180deg,#14B8A6,#6366F1 50%,#8B5CF6);border-radius:3px}.journey-category-label{font-size:.85rem;font-weight:800;color:#14B8A6;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.journey-header-title{font-family:var(--font-body,"Inter",sans-serif);font-size:clamp(2.1rem,3.4vw,2.85rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#0F172A;margin-bottom:1.25rem}.journey-text-gradient{background:linear-gradient(90deg,#0F766E,#14B8A6 35%,#6366F1 75%,#8B5CF6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}.journey-header-desc{font-size:clamp(1rem,1.15vw,1.12rem);font-weight:500;line-height:1.65;color:#475569;margin:0}.journey-concept-toolbar{display:flex;align-items:center;gap:.5rem;overflow-x:auto;padding-bottom:.75rem;margin-bottom:3rem;position:relative;z-index:2}.concept-btn{padding:.45rem .95rem;border-radius:20px;font-size:.8rem;font-weight:700;background:#FFFFFF;color:#64748B;border:1px solid #e2e8f0;cursor:pointer;white-space:nowrap;transition:all .2s ease}.concept-btn:hover{border-color:#14B8A6;color:#0F766E}.concept-btn.active{background:#0F766E;color:#FFFFFF;border-color:#0F766E;box-shadow:0 4px 12px rgba(15,118,110,.25)}.journey-flow-wrapper{position:relative;z-index:2;margin-top:1rem}.journey-timeline-track{position:absolute;top:1.25rem;left:10%;right:10%;height:2px;background:#0F766E;z-index:1;transform:translateY(-50%)}.journey-timeline-progress{height:100%;width:100%;background:linear-gradient(90deg,#0F766E,#14B8A6 60%,#8B5CF6);border-radius:2px;transition:width .4s ease}.journey-cards-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:1.25rem;gap:1.25rem;position:relative;z-index:2;padding-top:2.5rem}.journey-card{background:#FFFFFF;border-radius:8px;border:1px solid #e2e8f0;padding:1.75rem 1.25rem;text-align:center;box-shadow:0 10px 30px rgba(15,23,42,.04);position:relative;display:flex;flex-direction:column;align-items:center;transition:all .3s cubic-bezier(.16,1,.3,1)}.journey-card:hover{transform:translateY(-6px);border-color:#14B8A6;box-shadow:0 20px 40px rgba(15,118,110,.12)}.journey-node-dot{top:-1.25rem;width:16px;height:16px;border-radius:50%;background:#FAFAFA;border:2.5px solid #0f766e;z-index:3;transition:all .3s ease}.journey-node-dot,.journey-node-dot:after{position:absolute;left:50%;transform:translate(-50%,-50%)}.journey-node-dot:after{content:"";top:50%;width:5px;height:5px;border-radius:50%;background:#0F766E}.journey-card:hover .journey-node-dot{background:#14B8A6;border-color:#DFF7F3;box-shadow:0 0 12px rgba(20,184,166,.6)}.journey-card-media{width:100%;height:50px;display:flex;align-items:center;justify-content:center;margin-bottom:1.75rem}.journey-card-media svg{width:32px;height:32px;max-width:32px;max-height:32px;stroke:#0F766E;stroke-width:2.2px;fill:none;display:block;margin:0 auto;transition:transform .3s ease}.journey-card-media img{max-width:100%;max-height:105px;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.journey-card:hover .journey-card-media img,.journey-card:hover .journey-card-media svg{transform:scale(1.08)}.journey-role-title{font-family:var(--font-body,"Inter",sans-serif);font-size:1.2rem;font-weight:800;color:#0F172A;margin-bottom:.25rem}.journey-role-subtitle{font-size:.88rem;font-weight:700;color:#0F766E;margin-bottom:.85rem}.journey-role-desc{font-size:.88rem;font-weight:400;line-height:1.55;color:#64748B;margin:0}.concept-1 .journey-timeline-track{height:0;border-top:2.5px dashed #14b8a6;background:transparent}.concept-2 .journey-node-dot{width:24px;height:24px;border-color:#14B8A6;box-shadow:0 0 16px rgba(20,184,166,.8);animation:pulseNode 2s ease-in-out infinite}@keyframes pulseNode{0%,to{transform:translateX(-50%) scale(1);opacity:1}50%{transform:translateX(-50%) scale(1.2);opacity:.7}}.concept-3 .journey-timeline-track{background:transparent;height:20px;top:-10px}.concept-4 .journey-node-dot{border-radius:6px;width:24px;height:24px;top:-2.8rem}.concept-5 .journey-timeline-track{background:linear-gradient(90deg,#0F766E,#14B8A6 40%,#6366F1 70%,#8B5CF6);height:4px}.concept-6 .journey-timeline-track{height:2px;background:#0F766E;top:1.25rem;left:10%;right:10%;transform:translateY(-50%)}.concept-6 .journey-node-dot{top:-1.25rem;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;border:2.5px solid #0f766e;background:#FAFAFA}.concept-7 .journey-node-dot{width:28px;height:28px;top:-2.9rem;border-width:4px}.concept-8 .journey-timeline-track{height:6px;border-radius:3px;top:-1.7rem}.concept-10 .journey-card{background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.journey-mobile-nav-controls{display:none}@media (max-width:1199.98px){.journey-cards-grid{gap:.85rem}.journey-card{padding:1.5rem .85rem}}@media (max-width:991.98px){.opportunity-journey-section{padding:40px 0 50px!important}.journey-section-header-wrap{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.journey-section-header-wrap .journey-section-header{max-width:100%;padding-left:.85rem;margin-bottom:0}.journey-category-label{font-size:.78rem;letter-spacing:.1em;margin-bottom:.4rem;position:relative;z-index:2}.journey-header-title{font-size:clamp(1.85rem,6.8vw,2.3rem);line-height:1.18;margin-bottom:.75rem;position:relative;z-index:2}.journey-header-desc{font-size:.92rem;line-height:1.5;position:relative;z-index:2}.journey-header-graphic{display:none!important}#opportunities .journey-flow-wrapper{margin-top:.5rem;position:relative;padding-left:2.25rem!important}#resources .journey-flow-wrapper{padding-left:0!important}#opportunities .journey-timeline-track,#opportunities[class*=concept-] .journey-timeline-track{display:block!important;position:absolute!important;top:1.25rem!important;bottom:1.25rem!important;left:.72rem!important;right:auto!important;width:2.5px!important;height:auto!important;background:linear-gradient(180deg,#0F766E,#14B8A6 45%,#6366F1 80%,#8B5CF6)!important;border-radius:3px!important;z-index:1!important;transform:none!important;border:none!important}#opportunities .journey-timeline-progress,#opportunities[class*=concept-] .journey-timeline-progress{display:none!important}#opportunities .journey-cards-grid,#opportunities[class*=concept-] .journey-cards-grid{display:flex!important;flex-direction:column!important;gap:1.15rem!important;position:relative!important;z-index:2!important;padding-top:0!important;padding-bottom:0!important;width:100%!important;overflow:visible!important}#opportunities .journey-card,#opportunities[class*=concept-] .journey-card{display:grid!important;grid-template-columns:52px 1fr auto!important;grid-template-rows:auto auto auto!important;grid-template-areas:"icon title arrow" "icon subtitle arrow" "icon desc desc"!important;grid-column-gap:1rem!important;column-gap:1rem!important;grid-row-gap:.15rem!important;row-gap:.15rem!important;align-items:start!important;text-align:left!important;background:#FFFFFF!important;border-radius:16px!important;border:1px solid #e2e8f0!important;padding:1.25rem 1.15rem!important;box-shadow:0 4px 16px rgba(15,23,42,.04)!important;position:relative!important;transition:all .25s ease!important;width:100%!important;box-sizing:border-box!important;transform:none!important}#opportunities .journey-card:hover{transform:translateY(-2px)!important;border-color:#14B8A6!important;box-shadow:0 12px 28px rgba(15,118,110,.1)!important}#opportunities .journey-node-dot,#opportunities[class*=concept-] .journey-node-dot{display:block!important;position:absolute!important;top:2.875rem!important;left:-1.45rem!important;transform:translate(-50%,-50%)!important;width:16px!important;height:16px!important;border-radius:50%!important;background:#FFFFFF!important;border:2.5px solid #0f766e!important;z-index:3!important;box-shadow:0 0 0 3px #FAFAFA!important;animation:none!important}#opportunities .journey-node-dot:after,#opportunities[class*=concept-] .journey-node-dot:after{content:""!important;display:block!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:5px!important;height:5px!important;border-radius:50%!important;background:#0F766E!important}#opportunities .journey-card-media,#opportunities[class*=concept-] .journey-card-media{grid-area:icon!important;width:52px!important;height:52px!important;border-radius:14px!important;background:#E6F7F5!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:0!important;flex-shrink:0!important}#opportunities .journey-card-media svg{width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important;stroke:#0F766E!important;stroke-width:2.2px!important;fill:none!important;margin:0!important;transform:none!important}#opportunities .journey-role-title{grid-area:title!important;font-family:var(--font-body,"Inter",sans-serif)!important;font-size:1.08rem!important;font-weight:800!important;color:#0F172A!important;margin-bottom:0!important;line-height:1.25!important}#opportunities .journey-role-subtitle{grid-area:subtitle!important;font-size:.84rem!important;font-weight:700!important;color:#0F766E!important;margin-bottom:.35rem!important}#opportunities .journey-role-desc{grid-area:desc!important;font-size:.85rem!important;font-weight:400!important;line-height:1.52!important;color:#475569!important;margin-top:.2rem!important;margin-bottom:0!important}#opportunities .journey-card:after{content:""!important;grid-area:arrow!important;width:9px!important;height:9px!important;border-top:2.2px solid #0f766e!important;border-right:2.2px solid #0f766e!important;transform:rotate(45deg)!important;justify-self:end!important;align-self:start!important;margin-top:6px!important;opacity:.9!important}.journey-mobile-nav-controls{display:none!important}}@media (max-width:575.98px){.opportunity-journey-section{padding:32px 0 42px!important}.journey-section-header-wrap .journey-section-header{padding-left:.75rem}.journey-header-title{font-size:clamp(1.75rem,7vw,2.15rem)}#opportunities .journey-flow-wrapper{padding-left:2rem!important}#resources .journey-flow-wrapper{padding-left:0!important}#opportunities .journey-timeline-track,#opportunities[class*=concept-] .journey-timeline-track{left:.6rem!important}#opportunities .journey-node-dot,#opportunities[class*=concept-] .journey-node-dot{left:-1.4rem!important;top:2.6rem!important}#opportunities .journey-card,#opportunities[class*=concept-] .journey-card{padding:1.1rem .95rem!important;column-gap:.85rem!important;grid-template-columns:46px 1fr auto!important}#opportunities .journey-card-media,#opportunities[class*=concept-] .journey-card-media{width:46px!important;height:46px!important;border-radius:12px!important}#opportunities .journey-card-media svg{width:22px!important;height:22px!important}#opportunities .journey-role-title{font-size:1.02rem!important}#opportunities .journey-role-subtitle{font-size:.82rem!important}#opportunities .journey-role-desc{font-size:.83rem!important}}.cat-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;position:relative;z-index:2;padding-top:1rem}.cat-card{background:#FFFFFF;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:0 8px 24px rgba(15,23,42,.05);transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease;position:relative;display:flex;flex-direction:column}.cat-card:hover{transform:translateY(-6px);border-color:#14B8A6;box-shadow:0 20px 40px rgba(15,118,110,.12)}.cat-card-top{position:relative;width:100%;height:140px;overflow:hidden;background:#F1F5F9}.cat-card-img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.cat-card:hover .cat-card-img{transform:scale(1.06)}.cat-card-wave{position:absolute;bottom:-1px;left:0;width:100%;height:28px;fill:#FFFFFF;pointer-events:none}.cat-card-icon-wrap{position:relative;width:44px;height:44px;border-radius:12px;background:#FFFFFF;border:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(15,23,42,.08);display:flex;align-items:center;justify-content:center;margin:-22px auto .85rem;z-index:3;transition:transform .3s ease,border-color .3s ease}.cat-card:hover .cat-card-icon-wrap{transform:scale(1.08);border-color:#14B8A6}.cat-card-body{padding:0 1.15rem 1.6rem;text-align:center;display:flex;flex-direction:column;align-items:center;flex:1 1}.cat-card-title{font-family:var(--font-body,"Inter",sans-serif);font-size:1.1rem;font-weight:800;color:#0F172A;margin-bottom:.35rem}.cat-card-subtitle{font-size:.82rem;font-weight:500;line-height:1.45;color:#64748B;margin:0}@media (max-width:1199.98px){.cat-cards-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:575.98px){.cat-cards-grid{grid-template-columns:1fr;gap:1.25rem}}.hotspots-section{position:relative;padding:5rem 0 6rem;background-color:#FAFAFA;overflow:hidden;z-index:2}.hotspots-section-header{position:relative;max-width:860px;margin-bottom:0;padding-left:1.5rem;z-index:2}.hotspots-header-line{position:absolute;top:0;bottom:0;left:0;width:3px;background:linear-gradient(180deg,#14B8A6,#6366F1 50%,#8B5CF6);border-radius:3px}.hotspots-category-label{font-size:.85rem;font-weight:800;color:#14B8A6;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.hotspots-header-title{font-family:var(--font-body,"Inter",sans-serif);font-size:clamp(2.1rem,3.4vw,2.85rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#0F172A;margin-bottom:1.25rem}.hotspots-text-gradient{background:linear-gradient(90deg,#0F766E,#14B8A6 35%,#6366F1 75%,#8B5CF6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}.hotspots-header-desc{font-size:clamp(1rem,1.15vw,1.12rem);font-weight:500;line-height:1.65;color:#475569;margin:0}.hotspots-editorial-strip{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.85rem 1.25rem;gap:.85rem 1.25rem;margin-top:1.75rem;margin-bottom:2.25rem;padding:1.25rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;width:100%}.editorial-strip-item{display:flex;align-items:center;gap:.55rem;color:#475569;font-size:.86rem;font-weight:600;letter-spacing:-.01em;transition:color .2s ease;cursor:default}.editorial-strip-item:hover{color:#0F766E}.editorial-check-icon{width:12px;height:12px;color:#0F766E;flex-shrink:0;transition:transform .2s ease,color .2s ease}.editorial-strip-item:hover .editorial-check-icon{color:#14B8A6;transform:scale(1.2)}.editorial-strip-divider{width:1px;height:14px;background-color:#E2E8F0;margin-right:1.1rem;flex-shrink:0;transition:background-color .2s ease,box-shadow .2s ease}.editorial-strip-item:hover+.editorial-strip-divider{background-color:#14B8A6;box-shadow:0 0 6px rgba(20,184,166,.4)}.hotspots-card-container{background:transparent;border-radius:0;border:none;box-shadow:none;display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center;position:relative;transition:all .3s ease}.hotspots-left-panel{padding:1rem 1rem 1rem 0;background:transparent;display:flex;flex-direction:column;position:relative;z-index:2}.hotspots-title{font-family:var(--font-heading);font-size:clamp(2.4rem,3.2vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:#0F172A;margin-bottom:1.25rem}.hotspots-title-accent{color:#0F172A;display:block}.hotspots-accent-bar{display:flex;align-items:center;gap:6px;margin-bottom:1.5rem}.hotspots-accent-bar .accent-line{width:34px;height:4px;background:#0F766E;border-radius:2px}.hotspots-accent-bar .accent-dot{width:6px;height:4px;background:#14B8A6;border-radius:2px}.hotspots-subtitle{font-size:.95rem;font-weight:500;line-height:1.6;color:#64748B;margin-bottom:2.5rem}.hotspots-city-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem;margin-top:auto;padding-top:.5rem}.hotspot-city-item{background:transparent;border:none;box-shadow:none;padding:.5rem .2rem;text-align:center;cursor:pointer;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .3s ease;position:relative;display:flex;flex-direction:column;align-items:center}.hotspot-city-item.active,.hotspot-city-item:hover{transform:translateY(-4px)}.city-icon-badge{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.65rem;transition:transform .3s ease,box-shadow .3s ease}.hotspot-city-item.active .city-icon-badge,.hotspot-city-item:hover .city-icon-badge{transform:scale(1.12)}.badge-orange{background:#FFF7ED;color:#F97316;border:1px solid #ffedd5}.badge-purple{background:#F3E8FF;color:#8B5CF6;border:1px solid #e9d5ff}.badge-green{background:#DCFCE7;color:#16A34A;border:1px solid #bbf7d0}.badge-teal{background:#CCFBF1;color:#0F766E;border:1px solid #99f6e4}.hotspot-city-item .city-name{font-family:var(--font-body,"Inter",sans-serif);font-size:.88rem;font-weight:800;color:#0F172A;margin-bottom:.15rem;white-space:nowrap}.hotspot-city-item .city-listings{font-size:.74rem;font-weight:600;color:#64748B;white-space:nowrap}.hotspot-city-item .city-underline{width:20px;height:3px;border-radius:2px;margin-top:.5rem;transition:width .3s ease}.hotspot-city-item.active .city-underline,.hotspot-city-item:hover .city-underline{width:32px}.bar-orange{background:#F97316}.bar-purple{background:#8B5CF6}.bar-green{background:#16A34A}.bar-teal{background:#0F766E}.hotspots-right-panel{background:transparent;padding:1rem 0;overflow:hidden}.hotspots-right-panel,.map-viewport-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-start}.map-viewport-wrapper{width:100%;max-width:760px;margin:0;border-radius:24px;padding:.25rem;background-image:linear-gradient(rgba(241,245,249,.8) 1px,transparent 0),linear-gradient(90deg,rgba(241,245,249,.8) 1px,transparent 0);background-size:32px 32px}.india-map-image{width:100%;max-height:640px;height:auto;display:block;object-fit:contain;filter:drop-shadow(0 15px 32px rgba(15,23,42,.06));-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.map-pin{position:absolute;transform:translate(-50%,-100%);cursor:pointer;z-index:10;transition:transform .3s cubic-bezier(.16,1,.3,1)}.map-pin.active,.map-pin:hover{transform:translate(-50%,-105%) scale(1.22);z-index:50}.map-pin .pin-marker{animation:floatPin 3.5s ease-in-out infinite}@keyframes floatPin{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.pin-marker{display:flex;align-items:center;justify-content:center;position:relative;z-index:2;transition:filter .3s ease}.pin-marker svg{display:block;width:30px;height:32px;transition:transform .3s ease}.pin-orange .pin-marker svg{color:#F97316;filter:drop-shadow(0 10px 22px rgba(249,115,22,.5))}.pin-purple .pin-marker svg{color:#8B5CF6;filter:drop-shadow(0 10px 22px rgba(139,92,246,.5))}.pin-teal .pin-marker svg{color:#0F766E;filter:drop-shadow(0 10px 22px rgba(15,118,110,.5))}.pin-green .pin-marker svg{color:#16A34A;filter:drop-shadow(0 10px 22px rgba(22,163,74,.5))}.pin-pulse-ring{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);width:32px;height:32px;border-radius:50%;pointer-events:none;z-index:1;animation:pulseBeacon 2.2s ease-out infinite}.pin-orange .pin-pulse-ring{background:rgba(249,115,22,.38)}.pin-purple .pin-pulse-ring{background:rgba(139,92,246,.38)}.pin-teal .pin-pulse-ring{background:rgba(15,118,110,.38)}.pin-green .pin-pulse-ring{background:rgba(22,163,74,.38)}@keyframes pulseBeacon{0%{transform:translate(-50%,-50%) scale(.6);opacity:.85}to{transform:translate(-50%,-50%) scale(2.4);opacity:0}}.hotspot-tooltip{position:absolute;bottom:100%;left:50%;transform:translateX(-50%) translateY(6px) scale(.94);opacity:0;pointer-events:none;margin-bottom:8px;background:rgba(255,255,255,.98);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(203,213,225,.8);box-shadow:0 8px 20px -3px rgba(15,23,42,.1),0 3px 8px -2px rgba(15,23,42,.04);border-radius:8px;padding:.45rem .65rem;min-width:125px;white-space:nowrap;transition:opacity .2s ease,transform .2s cubic-bezier(.16,1,.3,1);z-index:100}.hotspot-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:rgba(255,255,255,.98)}.map-pin.active .hotspot-tooltip,.map-pin:hover .hotspot-tooltip{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0) scale(1)}.tooltip-city{font-family:var(--font-body,"Inter",sans-serif);font-size:.82rem;font-weight:700;color:#0F172A;margin-bottom:.2rem;line-height:1.25;letter-spacing:-.01em}.tooltip-stats{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.25rem}.tooltip-count{font-size:.76rem;font-weight:700;color:#0F172A;letter-spacing:-.01em}.tooltip-growth{font-size:.72rem;font-weight:600;color:#16A34A}.tooltip-footer{font-size:.68rem;font-weight:500;color:#64748B;border-top:1px solid #f1f5f9;padding-top:.25rem;margin-top:.1rem}.mobile-only-city-row{display:none!important}@media (max-width:991.98px){.hotspots-section{padding:3rem 0 4rem!important}.desktop-only-city-row{display:none!important}.mobile-only-city-row{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-gap:.65rem!important;gap:.65rem!important;margin-top:1rem!important;width:100%!important}.hotspots-left-panel{padding:0!important}.hotspots-section-header{padding-left:.85rem!important}.hotspots-category-label{font-size:.78rem!important;letter-spacing:.1em!important;margin-bottom:.4rem!important}.hotspots-header-title{font-size:clamp(1.85rem,6.8vw,2.3rem)!important;line-height:1.18!important;margin-bottom:.75rem!important}.hotspots-header-desc{font-size:.92rem!important;line-height:1.5!important}.hotspots-editorial-strip{display:grid!important;grid-template-columns:repeat(2,1fr)!important;grid-gap:.75rem .85rem!important;gap:.75rem .85rem!important;margin-top:1.5rem!important;margin-bottom:1.75rem!important;border-top:none!important;border-bottom:none!important;padding:0!important}.editorial-strip-item{font-size:.84rem!important;font-weight:600!important;align-items:flex-start!important;gap:.45rem!important}.editorial-check-icon{width:13px!important;height:13px!important;margin-top:2px!important}.hotspots-right-panel{background:#FAFAFA!important;border:1px solid #e2e8f0!important;border-radius:20px!important;box-shadow:0 8px 24px rgba(15,23,42,.04)!important;padding:1rem .85rem!important;display:flex!important;flex-direction:column!important;width:100%!important;margin-top:.5rem!important}.map-viewport-wrapper{background:#FFFFFF!important;border:1px solid #f1f5f9!important;border-radius:16px!important;padding:.75rem .5rem!important;width:100%!important}.mobile-only-city-row .hotspot-city-item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;background:#FFFFFF!important;border:1px solid #e2e8f0!important;border-radius:14px!important;padding:.85rem .5rem .9rem!important;box-shadow:0 2px 8px rgba(15,23,42,.03)!important;width:100%!important;box-sizing:border-box!important;text-align:center!important;position:relative!important;transition:all .2s ease!important;cursor:pointer!important}.mobile-only-city-row .hotspot-city-item.active,.mobile-only-city-row .hotspot-city-item:hover{border-color:#14B8A6!important;box-shadow:0 8px 20px rgba(15,118,110,.12)!important;transform:translateY(-2px)!important}.mobile-only-city-row .city-icon-badge{width:38px!important;height:38px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;margin:0 auto .45rem!important;border:none!important}.mobile-only-city-row .city-icon-badge svg{width:18px!important;height:18px!important}.mobile-only-city-row .badge-orange{background:#FFF2E8!important;color:#F97316!important}.mobile-only-city-row .badge-purple{background:#F3E8FF!important;color:#8B5CF6!important}.mobile-only-city-row .badge-green{background:#E6F9F0!important;color:#16A34A!important}.mobile-only-city-row .badge-teal{background:#E6F7F5!important;color:#0F766E!important}.mobile-only-city-row .city-text-wrap{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;width:100%!important}.mobile-only-city-row .city-name{font-family:var(--font-body,"Inter",sans-serif)!important;font-size:.92rem!important;font-weight:800!important;color:#0F172A!important;margin-bottom:.1rem!important;line-height:1.2!important}.mobile-only-city-row .city-listings{font-size:.76rem!important;font-weight:600!important;color:#64748B!important;line-height:1.2!important}.mobile-only-city-row .hotspot-city-item:after{content:""!important;position:absolute!important;bottom:8px!important;right:10px!important;width:6.5px!important;height:6.5px!important;border-top:1.8px solid #0f766e!important;border-right:1.8px solid #0f766e!important;transform:rotate(45deg)!important;margin-left:0!important;opacity:.85!important;flex-shrink:0!important}}@media (max-width:575.98px){.hotspots-editorial-strip{grid-template-columns:repeat(2,1fr)!important;gap:.65rem .5rem!important}.editorial-strip-item{font-size:.8rem!important}.pin-marker svg{width:30px;height:38px}}.security-section{position:relative;padding:5.5rem 0 6.5rem;background-color:#FAFAFA;overflow:hidden;color:#0F172A;z-index:2}.security-section:before{top:15%;left:5%;width:50%;height:70%;background:radial-gradient(circle at 40% 50%,rgba(20,184,166,.05) 0,rgba(139,92,246,.02) 50%,transparent 70%)}.security-section:after,.security-section:before{content:"";position:absolute;pointer-events:none;z-index:0}.security-section:after{top:0;left:0;right:0;bottom:0;background-image:radial-gradient(rgba(15,118,110,.04) 1.2px,transparent 0);background-size:28px 28px}.security-section-header{position:relative;max-width:860px;margin-bottom:3rem;padding-left:1.5rem;z-index:2}.security-header-line{position:absolute;top:0;bottom:0;left:0;width:3px;background:linear-gradient(180deg,#14B8A6,#6366F1 50%,#8B5CF6);border-radius:3px}.security-category-label{font-size:.85rem;font-weight:800;color:#14B8A6;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.security-header-title{font-family:var(--font-body,"Inter",sans-serif);font-size:clamp(2.1rem,3.4vw,2.85rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#0F172A;margin-bottom:1.25rem}.security-text-gradient{background:linear-gradient(90deg,#0F766E,#14B8A6 35%,#6366F1 75%,#8B5CF6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}.security-header-desc{font-size:clamp(1rem,1.15vw,1.12rem);font-weight:500;line-height:1.65;color:#475569;margin:0}.security-grid-wrapper{display:grid;grid-template-columns:1.8fr 1fr;grid-gap:1.75rem;gap:1.75rem;align-items:stretch;position:relative;z-index:2}.security-left-card{background:#FFFFFF;border-radius:20px;border:1px solid rgba(226,232,240,.75);padding:2.25rem;box-shadow:0 16px 36px -12px rgba(15,23,42,.04),0 2px 6px rgba(0,0,0,.01);display:flex;flex-direction:column;justify-content:center;position:relative}.security-left-top{display:grid;grid-template-columns:220px 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:center}.security-shield-viewport{position:relative;width:100%;height:250px;display:flex;align-items:center;justify-content:center}.security-shield-viewport:before{content:"";width:200px;height:200px;background:radial-gradient(circle,rgba(20,184,166,.15) 0,rgba(139,92,246,.04) 50%,transparent 70%);filter:blur(20px)}.security-shield-viewport:before,.shield-orbit-ring{position:absolute;border-radius:50%;pointer-events:none}.shield-orbit-ring{width:210px;height:210px;border:1px dashed rgba(20,184,166,.2);animation:orbitRotate 30s linear infinite}@keyframes orbitRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.orbit-dot{position:absolute;width:6px;height:6px;border-radius:50%;background:#14B8A6;box-shadow:0 0 8px rgba(20,184,166,.7)}.orbit-dot-1{top:18%;left:15%}.orbit-dot-2{bottom:22%;right:18%;background:#8B5CF6;box-shadow:0 0 8px rgba(139,92,246,.7)}.shield-podium-group{position:absolute;bottom:8px;width:180px;height:48px}.shield-podium-bottom{bottom:0;width:170px;height:24px;background:linear-gradient(180deg,#E2E8F0,#CBD5E1);border-radius:50%;box-shadow:0 6px 16px rgba(15,23,42,.06)}.shield-podium-bottom,.shield-podium-top{position:absolute;left:50%;transform:translateX(-50%)}.shield-podium-top{bottom:10px;width:140px;height:20px;background:linear-gradient(180deg,#FFFFFF,#F8FAFC);border:1px solid rgba(226,232,240,.9);border-radius:50%}.shield-glass-wrapper{position:relative;width:122px;height:148px;z-index:3;animation:floatShield 5s ease-in-out infinite}@keyframes floatShield{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.shield-outer-glass{position:absolute;inset:0;background:rgba(255,255,255,.8);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1.5px solid rgba(20,184,166,.35);border-radius:24px 24px 64px 64px;box-shadow:0 16px 36px rgba(15,118,110,.14),inset 0 0 12px rgba(255,255,255,.95)}.shield-inner-core,.shield-outer-glass{display:flex;align-items:center;justify-content:center}.shield-inner-core{width:80px;height:100px;background:linear-gradient(145deg,#0F766E,#14B8A6);border-radius:16px 16px 48px 48px;color:#FFFFFF;box-shadow:0 10px 22px rgba(15,118,110,.35)}.shield-inner-core svg{width:38px;height:38px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.15))}.security-overview-content{display:flex;flex-direction:column}.security-features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem 2rem;gap:1.5rem 2rem;position:relative;padding:.5rem 0}.security-features-grid:after{content:"";position:absolute;top:10px;bottom:10px;left:50%;width:1px;background:#E2E8F0;transform:translateX(-50%)}.security-feature-item{display:flex;align-items:flex-start;gap:1rem;padding:.5rem 0;position:relative;transition:transform .22s ease}.security-feature-item:first-child,.security-feature-item:nth-child(2),.security-feature-item:nth-child(3),.security-feature-item:nth-child(4){border-bottom:1px solid #f1f5f9;padding-bottom:1.25rem}.security-feature-item:nth-child(odd){padding-right:1.25rem}.security-feature-item:nth-child(2n){padding-left:1.25rem}.security-feature-item:hover{transform:translateX(4px)}.feature-icon-badge{width:44px;height:44px;border-radius:12px;background:#E6F7F5;color:#0F766E;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .22s ease}.feature-icon-badge svg{width:20px;height:20px}.security-feature-item:hover .feature-icon-badge{background:#0F766E;color:#FFFFFF;transform:scale(1.06)}.feature-item-text{display:flex;flex-direction:column}.feature-item-title{font-family:var(--font-body,"Inter",sans-serif);font-size:.95rem;font-weight:800;color:#0F172A;margin-bottom:.25rem;line-height:1.25;letter-spacing:-.01em}.feature-item-desc{font-size:.82rem;font-weight:400;line-height:1.45;color:#64748B;margin:0}.security-timeline-card{background:#FFFFFF;border-radius:20px;border:1px solid rgba(226,232,240,.7);padding:1.75rem 1.5rem;box-shadow:0 16px 36px -12px rgba(15,23,42,.04),0 2px 6px rgba(0,0,0,.01);justify-content:center}.security-timeline-card,.security-timeline-list{display:flex;flex-direction:column;position:relative}.security-timeline-list{gap:1.05rem}.security-timeline-list:before{content:"";position:absolute;top:1.25rem;bottom:1.25rem;left:19px;width:1.5px;background:#E2E8F0;z-index:0}.timeline-step-item{display:flex;align-items:center;justify-content:space-between;gap:.85rem;position:relative;z-index:1;padding:.15rem 0}.step-left-group{display:flex;align-items:center;gap:.95rem}.step-icon-badge{position:relative;width:40px;height:40px;border-radius:50%;background:#FFFFFF;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(15,23,42,.03);color:#0F766E;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .22s ease;z-index:2}.step-icon-badge svg{width:16px;height:16px}.timeline-step-item:hover .step-icon-badge{border-color:#14B8A6;color:#14B8A6;transform:scale(1.05);box-shadow:0 6px 14px rgba(20,184,166,.12)}.step-text-group{display:flex;flex-direction:column}.step-title{font-family:var(--font-body,"Inter",sans-serif);font-size:.9rem;font-weight:700;color:#0F172A;margin-bottom:.12rem;letter-spacing:-.01em}.step-desc{font-size:.78rem;font-weight:400;line-height:1.4;color:#64748B;margin:0}.step-check-badge{width:22px;height:22px;border-radius:50%;background:#DCFCE7;border:1px solid #bbf7d0;color:#16A34A;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .22s ease}.step-check-badge svg{width:12px;height:12px}.timeline-step-item:hover .step-check-badge{transform:scale(1.12);background:#16A34A;color:#FFFFFF}@media (max-width:1199.98px){.security-grid-wrapper,.security-left-top{grid-template-columns:1fr;gap:1.75rem}.security-features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767.98px){.security-features-grid{grid-template-columns:1fr;gap:1.25rem}.security-features-grid:after{display:none}.security-feature-item:nth-child(2n),.security-feature-item:nth-child(odd){padding-left:0;padding-right:0}}@media (max-width:575.98px){.security-left-card,.security-timeline-card{padding:1.35rem 1.1rem}.step-desc{font-size:.74rem}}.testimonials-section{position:relative;padding:5.5rem 0 6.5rem;background-color:#FAFAFA;overflow:hidden;color:#0F172A;z-index:2}.testimonials-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;position:relative;margin-bottom:3.5rem;padding-left:1.5rem;z-index:2}.header-left-content{position:relative;max-width:780px}.testimonials-header-line{position:absolute;top:0;bottom:0;left:-1.5rem;width:3px;background:linear-gradient(180deg,#14B8A6,#6366F1 50%,#8B5CF6);border-radius:3px}.testimonials-category-label{font-size:.85rem;font-weight:800;color:#14B8A6;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.testimonials-header-title{font-family:var(--font-body,"Inter",sans-serif);font-size:clamp(2.1rem,3.4vw,2.85rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#0F172A;margin-bottom:1.25rem}.testimonials-text-gradient{background:linear-gradient(90deg,#0F766E,#14B8A6 35%,#6366F1 75%,#8B5CF6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}.testimonials-header-desc{font-size:clamp(1rem,1.15vw,1.12rem);font-weight:500;line-height:1.65;color:#475569;margin:0}.testimonials-nav-controls{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.testimonials-nav-controls .nav-btn{width:44px;height:44px;border-radius:50%;background:#FFFFFF;border:1px solid #cbd5e1;color:#0F766E;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px rgba(15,23,42,.03);transition:all .25s cubic-bezier(.16,1,.3,1)}.testimonials-nav-controls .nav-btn:hover{background:#0F766E;border-color:#0F766E;color:#FFFFFF;box-shadow:0 8px 18px rgba(15,118,110,.2);transform:translateY(-2px)}.testimonials-nav-controls .nav-btn:active{transform:scale(.95)}.testimonials-carousel-wrapper{position:relative;width:auto;margin-right:calc(-1 * (100vw - 100%) / 2);overflow:hidden;padding:1rem 0 2.5rem}.testimonials-track{display:flex;gap:2rem;scroll-behavior:smooth;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:2.2rem calc((100vw - 1320px) / 2 + 5rem) 2.5rem .5rem;cursor:-webkit-grab;cursor:grab}.testimonials-track::-webkit-scrollbar{display:none}.testimonials-track:active{cursor:-webkit-grabbing;cursor:grabbing}.testimonial-card{flex:0 0 380px;width:380px;min-width:380px;min-height:410px;background:#FFFFFF;border:1px solid #cbd5e1;border-radius:20px;padding:2.25rem 2rem 1.75rem;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 10px 30px -10px rgba(15,23,42,.04),0 2px 6px rgba(0,0,0,.01);position:relative;transition:all .35s cubic-bezier(.16,1,.3,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:2}.testimonial-card:nth-child(3n+1){transform:rotate(0deg)}.testimonial-card:nth-child(3n+2){transform:rotate(-2.4deg) translateY(-6px)}.testimonial-card:nth-child(3n+3){transform:rotate(.8deg)}.testimonial-card:hover{transform:translateY(-8px) rotate(0deg) scale(1.02);border-color:rgba(20,184,166,.5);box-shadow:0 22px 44px -12px rgba(15,118,110,.14);z-index:5}.card-top-group{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem}.card-number{font-family:var(--font-body,"Inter",sans-serif);font-size:1.15rem;font-weight:800;color:#0F766E;letter-spacing:-.01em}.quote-mark-icon{color:#0F766E;display:flex;align-items:center}.quote-mark-icon svg{width:34px;height:34px}.testimonial-quote{font-family:var(--font-body,"Inter",sans-serif);font-size:.95rem;font-weight:450;line-height:1.62;color:#1E293B;margin-bottom:2rem;flex-grow:1}.card-divider{width:100%;height:1px;background-color:#E2E8F0;margin-bottom:1.25rem}.card-author-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.author-info-group{display:flex;align-items:center;gap:.85rem}.author-avatar-badge{width:44px;height:44px;border-radius:50%;background:#0F766E;color:#FFFFFF;font-size:.9rem;font-weight:800;display:flex;align-items:center;justify-content:center;letter-spacing:.02em;flex-shrink:0}.author-details{display:flex;flex-direction:column}.author-name{font-family:var(--font-body,"Inter",sans-serif);font-size:.94rem;font-weight:800;color:#0F172A;margin-bottom:.1rem;line-height:1.2}.author-role{font-weight:400;color:#64748B}.author-company,.author-role{font-size:.76rem;line-height:1.25}.author-company{font-weight:700;color:#0F766E}.author-rating-stars{display:flex;align-items:center;gap:3px;color:#0F766E;font-size:.82rem;flex-shrink:0}.testimonial-card-wrapper{position:relative;display:flex}.hand-drawn-arrow{position:absolute;pointer-events:none;z-index:10}.arrow-top-left{top:-24px;right:-32px;width:75px;height:40px}.arrow-bottom-right{bottom:-22px;right:-32px;width:75px;height:40px}@media (max-width:991.98px){.testimonials-section{padding:2.5rem 0 3.25rem!important}.testimonials-section-header{flex-direction:row!important;align-items:flex-end!important;justify-content:space-between!important;gap:1rem!important;margin-bottom:1.5rem!important;padding-left:.85rem!important}.header-left-content{max-width:100%!important}.testimonials-header-line{left:-.85rem!important}.testimonials-category-label{font-size:.78rem!important;letter-spacing:.1em!important;margin-bottom:.35rem!important}.testimonials-header-title{font-size:clamp(1.75rem,6.5vw,2.15rem)!important;line-height:1.18!important;margin-bottom:.6rem!important}.testimonials-header-desc{font-size:.9rem!important;line-height:1.5!important}.testimonials-nav-controls{align-self:flex-end!important;gap:.5rem!important}.testimonials-nav-controls .nav-btn{width:38px!important;height:38px!important}.testimonials-nav-controls .nav-btn svg{width:17px!important;height:17px!important}.hand-drawn-arrow{display:none!important}.testimonials-carousel-wrapper{margin-right:-1rem!important;padding:.25rem 0 1rem!important}.testimonials-track{padding:.75rem 3.5rem .75rem .25rem!important;gap:1rem!important}.testimonial-card,.testimonial-card:nth-child(3n+1),.testimonial-card:nth-child(3n+2),.testimonial-card:nth-child(3n+3){flex:0 0 310px!important;width:310px!important;min-width:310px!important;max-width:85vw!important;min-height:auto!important;height:auto!important;padding:1.25rem 1.15rem!important;border-radius:16px!important;transform:none!important}.testimonial-card:hover{transform:translateY(-3px)!important}.card-top-group{margin-bottom:.85rem!important;gap:.35rem!important}.card-number{font-size:1rem!important}.quote-mark-icon svg{width:26px!important;height:26px!important}.testimonial-quote{font-size:.88rem!important;line-height:1.52!important;margin-bottom:1.15rem!important}.card-divider{margin-bottom:.85rem!important}.card-author-row{gap:.5rem!important}.author-info-group{gap:.65rem!important}.author-avatar-badge{width:38px!important;height:38px!important;font-size:.82rem!important}.author-name{font-size:.88rem!important;margin-bottom:.05rem!important}.author-company,.author-role{font-size:.72rem!important}.author-rating-stars{font-size:.76rem!important;gap:2px!important}}@media (max-width:575.98px){.testimonials-section{padding:2.25rem 0 2.75rem!important}.testimonials-section-header{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.testimonials-nav-controls{align-self:flex-end!important}.testimonial-card,.testimonial-card:nth-child(3n+1),.testimonial-card:nth-child(3n+2),.testimonial-card:nth-child(3n+3){flex:0 0 280px!important;width:280px!important;min-width:280px!important;padding:1.15rem 1rem!important}.testimonial-quote{font-size:.85rem!important}}.faq-section{position:relative;padding:5.5rem 0 6.5rem;background-color:var(--background);overflow:hidden;color:var(--text-dark);z-index:2}.faq-section:before{content:"";position:absolute;top:15%;right:5%;width:45%;height:60%;background:radial-gradient(circle at 50% 50%,var(--blue-50) 0,transparent 70%);pointer-events:none;z-index:0}.faq-section-header{position:relative;max-width:860px;margin-bottom:3rem;padding-left:1.5rem;z-index:2}.faq-header-line{position:absolute;top:0;bottom:0;left:0;width:3px;background:linear-gradient(180deg,var(--blue-400) 0,#6366F1 50%,var(--purple-500) 100%);border-radius:3px}.faq-category-label{font-size:.85rem;font-weight:var(--fw-extrabold);color:var(--blue-400);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}.faq-header-title{font-family:var(--font-body,"Inter",sans-serif);font-size:clamp(2.1rem,3.4vw,2.85rem);font-weight:var(--fw-extrabold,800);line-height:1.15;letter-spacing:-.03em;color:var(--text-dark);margin-bottom:1.25rem}.faq-text-gradient{background:linear-gradient(90deg,var(--primary) 0,var(--blue-400) 35%,#6366F1 75%,var(--purple-500) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline}.faq-header-desc{font-family:var(--font-body);font-size:clamp(1rem,1.15vw,1.12rem);font-weight:var(--fw-medium);line-height:1.65;color:var(--text-light);margin:0}.faq-grid{position:relative;z-index:2}@media (min-width:768px){.faq-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--spacing-md);gap:var(--spacing-md);align-items:start}.faq-column{display:flex;flex-direction:column;gap:var(--spacing-md)}.faq-item{order:0!important}}@media (max-width:991.98px){.faq-section{padding:2.5rem 0 3.25rem!important}.faq-section-header{margin-bottom:1.5rem!important;padding-left:.85rem!important}.faq-header-line{left:0!important;width:3px!important}.faq-category-label{font-size:.78rem!important;letter-spacing:.1em!important;margin-bottom:.35rem!important}.faq-header-title{font-size:clamp(1.75rem,6.5vw,2.15rem)!important;line-height:1.18!important;margin-bottom:.6rem!important}.faq-header-desc{font-size:.9rem!important;line-height:1.5!important}.faq-grid{display:flex!important;flex-direction:column!important;gap:.65rem!important}.faq-column{display:contents!important}.faq-col-left .faq-item:first-child{order:1}.faq-col-right .faq-item:first-child{order:2}.faq-col-left .faq-item:nth-child(2){order:3}.faq-col-right .faq-item:nth-child(2){order:4}.faq-col-left .faq-item:nth-child(3){order:5}.faq-col-right .faq-item:nth-child(3){order:6}.faq-col-left .faq-item:nth-child(4){order:7}.faq-col-right .faq-item:nth-child(4){order:8}.faq-col-left .faq-item:nth-child(5){order:9}.faq-col-right .faq-item:nth-child(5){order:10}.faq-item{border-radius:12px!important;border:1px solid var(--border,#e2e8f0)!important;box-shadow:0 2px 8px rgba(15,23,42,.03)!important}.faq-question-btn{padding:.85rem .95rem!important;gap:.6rem!important}.faq-question-left{gap:.55rem!important}.faq-number{font-size:.92rem!important;font-weight:800!important}.faq-divider{height:1rem!important}.faq-question-text{font-size:.92rem!important;font-weight:700!important;line-height:1.35!important}.faq-chevron-icon{width:28px!important;height:28px!important;border-radius:50%!important;background:rgba(15,118,110,.08)!important;color:#0F766E!important;transition:transform .25s ease,background .25s ease,color .25s ease!important}.faq-chevron-icon svg{width:16px!important;height:16px!important}.faq-item-open .faq-chevron-icon{background:#0F766E!important;color:#FFFFFF!important;transform:rotate(180deg)!important}.faq-answer-content{padding:0 .95rem .85rem!important}.faq-answer-text{font-size:.86rem!important;line-height:1.52!important;padding-top:.6rem!important;color:#475569!important}}@media (max-width:575.98px){.faq-section{padding:2.25rem 0 2.75rem!important}.faq-question-btn{padding:.8rem .85rem!important}.faq-question-text{font-size:.88rem!important}}.faq-item{background-color:var(--card-bg);border:1px solid var(--border);border-radius:6px;box-shadow:var(--shadow-sm);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);overflow:hidden}.faq-item:hover{border-color:var(--blue-400)}.faq-question-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:1.25rem 1.5rem;background:transparent;border:none;text-align:left;cursor:pointer;outline:none;transition:var(--transition-normal)}.faq-question-btn:focus-visible{outline:2px solid var(--primary);outline-offset:-2px;border-radius:var(--radius-lg)}.faq-question-left{display:flex;align-items:center;gap:var(--spacing-md);flex:1 1}.faq-number{font-family:var(--font-body);font-size:1.1rem;font-weight:var(--fw-bold);color:var(--primary);line-height:1;flex-shrink:0}.faq-divider{width:1px;height:1.25rem;background-color:var(--border);flex-shrink:0}.faq-question-text{font-family:var(--font-heading);font-size:1.05rem;font-weight:var(--fw-semibold);color:var(--text-dark);line-height:1.35;letter-spacing:-.01em}.faq-chevron-icon{color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform var(--transition-normal)}.faq-item-open .faq-chevron-icon{transform:rotate(180deg)}.faq-answer-wrapper{max-height:0;opacity:0;overflow:hidden;transition:max-height var(--transition-normal),opacity var(--transition-normal)}.faq-item-open .faq-answer-wrapper{opacity:1}.faq-answer-content{padding:0 1.5rem 1.5rem}.faq-answer-text{font-family:var(--font-body);font-size:.95rem;font-weight:var(--fw-regular);line-height:1.65;color:var(--text-light);margin:0;padding-top:1rem;border-top:1px dashed var(--border)}@media (prefers-reduced-motion:reduce){.faq-answer-wrapper,.faq-chevron-icon,.faq-item{transition:none!important;animation:none!important}}.cta-banner-section{position:relative;width:100%;overflow:hidden;background-color:#0b1f2e}.cta-banner-bg{width:100%;height:100%;object-fit:cover;object-position:center right;display:block;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:0}.cta-banner-bg,.cta-banner-overlay{position:absolute;inset:0;pointer-events:none}.cta-banner-overlay{background:linear-gradient(90deg,rgba(11,31,46,.82),rgba(11,31,46,.62) 55%,rgba(11,31,46,.1));z-index:1}.cta-banner-inner{position:relative;z-index:2;padding:2.5rem 0;max-width:620px}.cta-banner-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-size:.82rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-400);margin-bottom:1.25rem}.cta-banner-eyebrow:before{content:"";display:inline-block;width:22px;height:2px;background:var(--blue-400);border-radius:2px}.cta-banner-headline{font-family:var(--font-body);font-size:clamp(2rem,3.5vw,2.85rem);font-weight:800;line-height:1.15;letter-spacing:-.02em;color:#ffffff;margin-bottom:1.1rem}.cta-banner-headline span{color:var(--blue-400)}.cta-banner-desc{font-family:var(--font-body);font-size:clamp(.97rem,1.1vw,1.08rem);font-weight:400;line-height:1.65;color:rgba(255,255,255,.72);margin-bottom:2.25rem;max-width:480px}.cta-banner-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.cta-banner-btn-primary{display:inline-flex;align-items:center;gap:.55rem;padding:.8rem 1.75rem;border-radius:6px;border:1.5px solid #ffffff;background:transparent;color:#ffffff;font-family:var(--font-body);font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease;white-space:nowrap}.cta-banner-btn-primary:hover{background:#ffffff;color:#0b1f2e;border-color:#ffffff;transform:translateY(-2px)}.cta-banner-btn-primary svg{transition:transform .18s ease}.cta-banner-btn-primary:hover svg{transform:translateX(4px)}.cta-banner-btn-secondary{display:inline-flex;align-items:center;gap:.55rem;padding:.8rem 1.75rem;border-radius:6px;border:1.5px solid rgba(255,255,255,.35);background:transparent;color:rgba(255,255,255,.85);font-family:var(--font-body);font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:border-color .22s ease,color .22s ease,background .22s ease,transform .22s ease;white-space:nowrap}.cta-banner-btn-secondary:hover{border-color:var(--blue-400);color:var(--blue-400);background:rgba(20,184,166,.08);transform:translateY(-2px)}@media (max-width:767.98px){.cta-banner-inner{padding:3.75rem 0;max-width:100%}.cta-banner-headline{font-size:clamp(1.7rem,6vw,2.2rem)}.cta-banner-actions{flex-direction:column;align-items:flex-start;gap:.85rem}.cta-banner-btn-primary,.cta-banner-btn-secondary{width:100%;justify-content:center}.cta-banner-overlay{background:linear-gradient(90deg,rgba(11,31,46,.92),rgba(11,31,46,.78))}}@media (prefers-reduced-motion:reduce){.cta-banner-btn-primary,.cta-banner-btn-secondary{transition:none!important}}body.pn-download-modal-open{overflow:hidden!important;touch-action:none}.pn-download-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:rgba(15,23,42,.65);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem;opacity:0;visibility:hidden;transition:opacity .28s cubic-bezier(.16,1,.3,1),visibility .28s cubic-bezier(.16,1,.3,1)}.pn-download-modal-overlay.is-visible{opacity:1;visibility:visible}.pn-download-modal-card{position:relative;background:#ffffff;border:1px solid rgba(226,232,240,.85);border-radius:24px;width:100%;max-width:580px;padding:2.25rem;box-shadow:0 25px 50px -12px rgba(15,23,42,.25),0 0 0 1px rgba(15,23,42,.05);transform:scale(.94) translateY(12px);transition:transform .28s cubic-bezier(.16,1,.3,1);overflow:hidden}.pn-download-modal-overlay.is-visible .pn-download-modal-card{transform:scale(1) translateY(0)}.pn-download-modal-close{position:absolute;top:1.25rem;right:1.25rem;width:36px;height:36px;border-radius:50%;background:#f1f5f9;border:none;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease;z-index:10}.pn-download-modal-close:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.pn-download-modal-close:focus-visible{outline:2px solid #0F766E!important;outline-offset:2px!important}.pn-download-modal-header{text-align:center;margin-bottom:1.75rem}.pn-download-modal-logo{height:38px;width:auto;margin-bottom:1rem;object-fit:contain}.pn-download-modal-title{font-family:Geist,Inter,system-ui,-apple-system,sans-serif;font-size:1.6rem;font-weight:800;color:#0f172a;letter-spacing:-.025em;line-height:1.2;margin-bottom:.5rem}.pn-download-modal-desc{font-size:.95rem;color:#64748b;margin:0}.pn-download-qr-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem;margin-bottom:1.75rem}.pn-download-qr-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.pn-download-qr-card:hover{border-color:#0F766E;transform:translateY(-2px);box-shadow:0 8px 20px rgba(15,118,110,.08)}.pn-download-qr-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700;color:#0f172a;margin-bottom:.85rem}.pn-download-qr-img-wrapper{width:140px;height:140px;background:#ffffff;border:1px solid #e2e8f0;border-radius:12px;padding:8px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 4px rgba(0,0,0,.02)}.pn-download-qr-img{width:100%;height:100%;object-fit:contain;border-radius:6px}.pn-download-btn-store{width:100%;padding:.65rem .85rem;border-radius:10px;font-size:.85rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;gap:.4rem;text-decoration:none;transition:all .2s ease}.pn-download-btn-android{background:#0F766E;color:#ffffff!important}.pn-download-btn-android:hover{background:#0d9488;color:#ffffff!important;box-shadow:0 4px 12px rgba(15,118,110,.25)}.pn-download-btn-ios{background:#0f172a;color:#ffffff!important}.pn-download-btn-ios:hover{background:#1e293b;color:#ffffff!important;box-shadow:0 4px 12px rgba(15,23,42,.25)}.pn-download-modal-footer{text-align:center;padding-top:1rem;border-top:1px solid #f1f5f9}.pn-download-footer-note{font-size:.82rem;color:#94a3b8;display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0}@media (max-width:575.98px){.pn-download-modal-overlay{align-items:center}.pn-download-modal-card,.pn-download-modal-overlay{padding:1.25rem 1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.pn-download-modal-card{max-height:calc(100dvh - 2.5rem);max-height:calc(100vh - 2.5rem);margin:auto 0}.pn-download-modal-header{margin-bottom:1.25rem}.pn-download-modal-logo{height:32px;margin-bottom:.5rem}.pn-download-modal-title{font-size:1.35rem;margin-bottom:.35rem}.pn-download-modal-desc{font-size:.85rem}.pn-download-qr-grid{grid-template-columns:1fr;gap:.85rem;margin-bottom:1.25rem}.pn-download-qr-card{padding:.85rem}.pn-download-qr-badge{margin-bottom:.5rem;font-size:.8rem}.pn-download-qr-img-wrapper{width:105px;height:105px;margin-bottom:.65rem;padding:6px}.pn-download-btn-store{padding:.55rem .75rem;font-size:.8rem}.pn-download-modal-footer{padding-top:.75rem}}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#f8fafc;color:#0f172a;line-height:1.6}.wrap{max-width:760px;margin:0 auto;padding:40px 20px 60px}.wrap-wide{max-width:920px}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px 24px}.nav{font-size:14px;margin:0 0 20px}.nav a{color:#0f766e;text-decoration:none}.nav a:hover{text-decoration:underline}h1{margin:0 0 8px;font-size:28px;line-height:1.2}h2{font-size:20px;margin:0 0 10px}.intro,.meta{color:#64748b;font-size:15px;margin:0 0 24px}h3{margin:28px 0 10px;font-size:18px}li,p{color:#334155;font-size:15px}ol,ul{padding-left:20px}li{margin-bottom:8px}a{color:#0f766e}.footer{margin-top:28px;padding-top:20px;border-top:1px solid #e2e8f0;font-size:14px;color:#64748b}.warn{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;padding:16px;margin-bottom:28px}.warn h3{margin:0 0 8px;font-size:16px;color:#92400e}.warn p{margin:0;font-size:14px;color:#b45309}.badge{display:inline-block;background:#ccfbf1;font-size:13px;font-weight:600;padding:6px 12px;border-radius:999px;margin-bottom:16px}.badge,.code{color:#0f766e}.code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:28px;letter-spacing:.18em;font-weight:700;margin:8px 0 16px}.btn{display:inline-block;background:#0f766e;color:#fff!important;text-decoration:none;padding:12px 20px;border-radius:999px;font-weight:600;font-size:15px;border:0;cursor:pointer}.btn:hover{background:#0d9488}.btn-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:16px 0}.muted{color:#64748b;font-size:13px}.grid{display:grid;grid-gap:16px;gap:16px}@media (min-width:700px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:1fr 1fr 1fr}}.tile{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px}.hidden{display:none}.center{text-align:center}