@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--navy: #162c4d;--navy-dark: #0d1e36;--orange: #f5a52b;--orange-dark:#e09420;--white: #ffffff;--light-bg: #f2f2f2;--gray: #6b7280;--gray-light: #e5e7eb;--text-dark: #1a1a2e;--radius: 8px;--radius-lg: 16px;--shadow: 0 4px 20px rgba(0,0,0,.08);--shadow-lg: 0 8px 40px rgba(0,0,0,.12);--max-width: 1200px;--nav-height: 80px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:hidden}body{overflow-x:hidden;font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:var(--text-dark);background:var(--white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5{font-weight:700;line-height:1.2;color:var(--navy)}h1{font-size:clamp(2rem,4vw,3.2rem)}h2{font-size:clamp(1.6rem,3vw,2.4rem)}h3{font-size:clamp(1.2rem,2vw,1.6rem)}h4{font-size:1.1rem}p{color:var(--gray);line-height:1.7}.container{max-width:var(--max-width);margin:0 auto;padding:0 24px}.section{padding:80px 0}.section-sm{padding:48px 0}.site-nav{position:sticky;top:0;z-index:1000;background:var(--white);border-bottom:1px solid #e7e7e7;height:80px;display:flex;align-items:center}.nav-inner{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 24px;display:flex;align-items:center;gap:8px}.nav-logo img{height:40px;width:auto}.nav-links{display:flex;align-items:center;justify-content:center;gap:0;flex:1}.nav-links a{padding:8px 15px;font-size:1rem;font-weight:500;color:#2d2d2d;transition:color .2s;white-space:nowrap}.nav-links a:hover{color:var(--orange)}.nav-links a.active{color:var(--navy);font-weight:600}.nav-dropdown{position:relative}.nav-dropdown-toggle{display:flex;align-items:center;gap:4px;padding:8px 15px;font-size:1rem;font-weight:500;color:#2d2d2d;transition:color .2s;cursor:pointer;background:none;border:none}.nav-dropdown-toggle:hover{color:var(--orange)}.nav-dropdown-toggle svg{transition:transform .2s}.nav-dropdown:hover .nav-dropdown-toggle svg{transform:rotate(180deg)}.nav-dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background:var(--white);border:1px solid #e7e7e7;border-top:2px solid var(--orange);border-radius:0 0 8px 8px;box-shadow:0 8px 24px #0000001a;padding:20px 30px;width:564px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(5,auto);grid-auto-flow:column;gap:2px;z-index:100;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s,visibility .15s}.nav-dropdown-menu:before{content:"";position:absolute;top:-12px;left:0;right:0;height:12px}.nav-dropdown:hover .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto}.nav-dropdown-menu a{display:block;padding:9px 12px;font-size:.88rem;font-weight:500;color:#2d2d2d;border-radius:4px;transition:color .2s,background .15s}.nav-dropdown-menu a:hover{color:var(--orange);background:#faf8f6}.nav-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.btn-nav-meeting{padding:8px 16px;font-size:.95rem;font-weight:500;color:var(--navy);transition:color .2s;white-space:nowrap}.btn-nav-meeting:hover{color:var(--orange)}.btn-signup{padding:8px 18px;font-size:.95rem;font-weight:600;color:var(--navy);border:1.5px solid var(--navy);border-radius:4px;transition:background .2s,color .2s;white-space:nowrap}.btn-signup:hover{background:var(--navy);color:var(--white)}.btn-login{padding:8px 18px;font-size:.95rem;font-weight:600;color:var(--white);background:var(--navy);border:1.5px solid var(--navy);border-radius:4px;transition:background .2s;white-space:nowrap}.btn-login:hover{background:var(--navy-dark)}.nav-hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px;margin-left:auto;cursor:pointer}.nav-hamburger span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:all .3s}.mobile-menu{display:none;position:fixed;top:var(--nav-height);left:0;right:0;bottom:0;background:var(--white);z-index:999;overflow-y:auto;padding:24px}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:14px 0;font-size:1.1rem;font-weight:600;color:var(--navy);border-bottom:1px solid var(--gray-light)}.mobile-menu .mobile-sub a{padding:10px 0 10px 16px;font-size:.95rem;font-weight:500;color:var(--gray)}.mobile-menu-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;border-radius:var(--radius);border:2px solid transparent;transition:all .2s;cursor:pointer;white-space:nowrap}.btn-outline{background:transparent;border-color:var(--navy);color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-outline-white{background:transparent;border-color:var(--white);color:var(--white)}.btn-outline-white:hover{background:var(--white);color:var(--navy)}.btn-primary{background:var(--orange);border-color:var(--orange);color:var(--white);box-shadow:#0003 -7px 7px}.btn-primary:hover{background:var(--orange-dark);border-color:var(--orange-dark)}.btn-navy{background:var(--navy);border-color:var(--navy);color:var(--white);box-shadow:#0003 -7px 7px}.btn-navy:hover{background:var(--navy-dark);border-color:var(--navy-dark)}.btn-lg{padding:16px 34px;font-size:1.05rem}.btn-sm{padding:10px 20px;font-size:.9rem}.btn svg{width:16px;height:16px;flex-shrink:0}.page-hero{background:var(--orange);position:relative;overflow:hidden;padding:60px 0 80px;text-align:center}.page-hero:before,.page-hero:after{content:"";position:absolute;bottom:0;width:180px;height:220px;background-repeat:no-repeat;background-size:contain;opacity:.85}.page-hero:before{left:0;background-image:url(/images/left-water02.png);background-position:bottom left}.page-hero:after{right:0;background-image:url(/images/right-water.png);background-position:bottom right}.page-hero-waves{position:absolute;bottom:0;left:0;right:0;line-height:0}.page-hero-waves svg{width:100%}.page-hero .breadcrumb{font-size:.9rem;color:#fffc;margin-bottom:12px}.page-hero .breadcrumb a{color:#fffc}.page-hero .breadcrumb a:hover{color:var(--white)}.page-hero h1{color:var(--navy);font-size:clamp(2rem,4vw,3rem)}.page-hero p{color:var(--navy);opacity:.85;margin-top:12px;font-size:1.1rem}.wave-separator{line-height:0;overflow:hidden}.wave-separator svg{display:block;width:100%}.home-hero{background-color:#f5f5f9;background-image:url(/images/bg-grain-150x150.jpg);background-repeat:repeat;padding:80px 0 100px;position:relative;overflow:hidden}.home-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.home-hero-text h1{margin-bottom:24px}.home-hero-text h1 .highlight{color:var(--orange)}.home-hero-text p{font-size:1.1rem;margin-bottom:36px;max-width:480px}.hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.home-hero-image img{mix-blend-mode:multiply;box-shadow:none;border-radius:0;width:110%;max-width:110%}.home-middle{background-color:#f5f5f9;background-image:url(/images/hero-bg04.jpg);background-repeat:repeat;background-size:auto;padding:80px 0}.home-middle-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;max-width:var(--max-width);margin:0 auto;padding:0 24px}.home-middle .features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:0}.home-middle-text h2{font-size:clamp(1.8rem,3vw,2.6rem);color:var(--navy);margin-bottom:16px;line-height:1.2}.home-middle-text h2 .highlight{color:var(--orange)}.home-middle-text p{font-size:1rem;color:var(--gray);margin-bottom:28px;line-height:1.7}.stats-section{background-color:#193050;background-image:url(/images/blue-bg.jpg);background-repeat:repeat;background-size:auto;padding:80px 0;position:relative}.stats-section .section-title{text-align:center;margin-bottom:8px;background:linear-gradient(90deg,#fff,#f5a52b 60%,#e09420);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-section .section-title .highlight{color:inherit;-webkit-text-fill-color:inherit}.stats-section .section-subtitle{color:#ffffffb3;text-align:center;margin-bottom:40px;font-size:1.05rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}.stat-card{background:var(--white);border:none;border-radius:var(--radius-lg);padding:36px 24px;text-align:center;transition:box-shadow .2s}.stat-card:hover{box-shadow:var(--shadow-lg)}.stat-number{font-size:3rem;font-weight:900;color:var(--orange);line-height:1;margin-bottom:8px}.stat-number sup{font-size:1.5rem}.stat-number sub{font-size:1.2rem;vertical-align:baseline}.stat-label{color:var(--navy);font-weight:600;font-size:.95rem;margin-bottom:4px}.stat-link{color:var(--orange);font-size:.85rem;font-weight:500}.stat-link:hover{text-decoration:underline}.features-section{background:var(--light-bg);padding:80px 0}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:48px}.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:36px 32px;box-shadow:var(--shadow);transition:box-shadow .2s,transform .2s}.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.feature-card.dark{background:var(--navy)}.feature-card.dark h3,.feature-card.dark p{color:var(--white)}.feature-card.dark p{opacity:.8}.feature-card.dark .btn-link{color:var(--orange)}.feature-card h3{margin-bottom:12px}.feature-card p{margin-bottom:20px}.btn-link{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:.95rem;color:var(--navy);transition:gap .2s}.btn-link:hover{gap:10px}.btn-link svg{width:16px;height:16px}.everything-section{background:var(--light-bg);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='120' viewBox='0 0 1440 120'%3E%3Cpath fill='%23e8e8e8' d='M0,60 C240,100 480,20 720,60 C960,100 1200,20 1440,60 L1440,120 L0,120 Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:bottom;padding:80px 0 120px}.everything-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:40px}.everything-header{max-width:760px}.everything-header h2{margin-bottom:16px;font-size:clamp(1.8rem,3vw,2.6rem)}.everything-header h2 .highlight{color:var(--orange)}.everything-header p{font-size:1.1rem;color:var(--gray);line-height:1.7;margin-bottom:40px}.everything-header .btn{margin-top:8px}.everything-image{width:100%;max-width:1000px}.realtime-section{background-color:#d98905;background-image:url(/images/wavy-lines-bg-orange-03.jpg);background-repeat:repeat;background-size:auto;padding:80px 0 0;position:relative;overflow:hidden;text-align:center}.realtime-section:before{display:none}.realtime-section h2{color:var(--navy);margin-bottom:16px;font-size:clamp(1.8rem,3.5vw,2.8rem)}.realtime-section h2 .highlight{color:var(--white)}.realtime-section p{color:#ffffffe0;font-size:1.05rem;margin-bottom:36px;max-width:560px;margin-left:auto;margin-right:auto}.realtime-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.realtime-phones{margin-top:56px;display:flex;justify-content:center;overflow:hidden}.realtime-phones img{max-width:971px;width:100%;display:block;margin:0 auto}.lifecycle-section{background-color:#193050;background-image:url(/images/blue-bg.jpg);background-repeat:repeat;background-size:auto;padding:80px 0;text-align:center}.lifecycle-section h2{color:var(--white);margin-bottom:16px}.lifecycle-section h2 .highlight{color:var(--orange)}.lifecycle-section>.container>p{color:#ffffffbf;margin-bottom:36px;font-size:1.05rem;max-width:560px;margin-left:auto;margin-right:auto}.lifecycle-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-bottom:56px}.workflow-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;text-align:center}.workflow-card{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:24px 16px;transition:background .2s;text-decoration:none}.workflow-card:hover{background:#ffffff1f}.workflow-card h4{color:var(--white);margin-bottom:8px;font-size:.95rem}.workflow-card p{color:#ffffffa6;font-size:.85rem}.highperf-section{background-color:#f5f5f5;background-image:url(/images/bg-grain-002.jpg);background-repeat:repeat;background-size:auto;padding:80px 0}.highperf-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.highperf-text h2{margin-bottom:16px;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.2}.highperf-text h2 .highlight{color:var(--orange)}.highperf-text p{margin-bottom:32px;font-size:1.05rem}.industry-cards{display:flex;flex-direction:column;gap:16px}.industry-card{border-radius:var(--radius-lg);padding:24px 28px;display:flex;flex-direction:row;align-items:center;gap:20px}.industry-card.navy-card{background:var(--navy)}.industry-card.navy-card h3,.industry-card.navy-card .btn-link{color:var(--white)}.industry-card.orange-card{background:var(--orange)}.industry-card.orange-card h3,.industry-card.orange-card .btn-link{color:var(--white)}.industry-card.white-card{background:var(--white);box-shadow:var(--shadow)}.industry-card-icon{font-size:2rem;flex-shrink:0}.industry-card-body{flex:1}.industry-card-body h3{margin-bottom:8px;font-size:1.1rem}.cta-bottom{background-color:#ff9301;background-image:url(/images/orange-bg-03.jpg);background-repeat:repeat;background-size:auto;padding:0;position:relative;overflow:visible}.cta-wave-top{line-height:0;overflow:hidden}.cta-wave-top svg{width:100%;display:block}.cta-bottom-content{padding:60px 0 80px}.cta-bottom-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.cta-bottom-text h2{color:var(--navy);margin-bottom:16px;font-size:clamp(1.8rem,3vw,2.6rem);line-height:1.2}.cta-bottom-text h2 .highlight{color:var(--white)}.cta-bottom-text p{color:var(--navy);opacity:.85;margin-bottom:32px;font-size:1rem}.cta-buttons{display:flex;gap:16px;flex-wrap:wrap}.cta-bottom-image img{width:100%;max-width:480px;border-radius:0;box-shadow:none}.video-section{background-color:#f5f5f5;padding:80px 0 140px;text-align:center;position:relative;z-index:1}.video-section h2{margin-bottom:12px}.video-section h2 .highlight{color:var(--orange)}.video-section p{font-size:1.05rem;margin-bottom:36px}.video-section .section-buttons{display:flex;gap:16px;justify-content:center;margin-bottom:48px;flex-wrap:wrap}.video-thumbnail{position:relative;max-width:760px;margin:0 auto;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);cursor:pointer}.video-thumbnail img{width:100%;display:block}.video-play-btn{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#162c4d66;transition:background .2s}.video-play-btn:hover{background:#162c4d99}.video-play-btn svg{width:72px;height:72px;color:var(--white);filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.pricing-intro{text-align:center;padding:60px 0 0}.pricing-intro h2{margin-bottom:12px}.pricing-intro h2 .highlight{color:var(--orange)}.pricing-intro p{font-size:1.05rem;max-width:600px;margin:0 auto}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:48px}.pricing-card{background:var(--white);border:2px solid var(--gray-light);border-radius:var(--radius-lg);padding:36px 28px;display:flex;flex-direction:column;gap:16px;transition:border-color .2s,box-shadow .2s}.pricing-card:hover{border-color:var(--orange);box-shadow:var(--shadow-lg)}.pricing-card.featured{border-color:var(--orange);position:relative}.pricing-card.featured{box-shadow:0 8px 32px #f5a52b2e}.pricing-card.coming-soon{opacity:.85}.pricing-shark img{width:120px;height:auto;margin:0 auto}.pricing-tier{font-size:.8rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--orange)}.pricing-amount{display:flex;align-items:baseline;gap:2px}.pricing-dollar{font-size:1.5rem;font-weight:700;color:var(--navy)}.pricing-num{font-size:3.5rem;font-weight:900;color:var(--navy);line-height:1}.pricing-per{font-size:1rem;color:var(--gray)}.pricing-note{font-size:.8rem;color:var(--gray)}.pricing-divider{border:none;border-top:1px solid var(--gray-light)}.pricing-features{display:flex;flex-direction:column;gap:10px;flex:1}.pricing-feature{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:var(--text-dark)}.pricing-feature svg{width:16px;height:16px;color:var(--orange);flex-shrink:0;margin-top:2px}.pricing-btn{margin-top:8px}.pricing-btn .btn{width:100%;justify-content:center}.coming-soon-badge{display:block;text-align:center;padding:12px;border:2px solid var(--gray-light);border-radius:var(--radius);font-weight:600;color:var(--gray);font-size:.95rem}.pricing-faq{padding:80px 0}.pricing-faq h2{text-align:center;margin-bottom:12px}.pricing-faq .faq-subtitle{text-align:center;color:var(--gray);margin-bottom:48px}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.faq-item{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--radius-lg);padding:28px 24px}.faq-item h4{margin-bottom:10px;font-size:1rem}.faq-item p{font-size:.95rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:80px 0}.contact-form-wrap h2{margin-bottom:8px}.contact-form-wrap p{margin-bottom:32px}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;font-size:.9rem;color:var(--navy);margin-bottom:6px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 16px;font-size:.95rem;font-family:inherit;border:1px solid var(--gray-light);border-radius:var(--radius);background:var(--white);color:var(--text-dark);transition:border-color .2s,box-shadow .2s;outline:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #f5a52b26}.form-group textarea{min-height:140px;resize:vertical}.form-submit .btn{width:100%;justify-content:center}.contact-info-wrap{display:flex;flex-direction:column;gap:20px}.contact-info-wrap .contact-map{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);height:200px}.contact-info-wrap .contact-map iframe{width:100%;height:100%;border:none}.contact-info-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-info-card{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--radius-lg);padding:20px;display:flex;flex-direction:column;gap:8px}.contact-info-icon{width:44px;height:44px;background:#f5a52b1f;border-radius:var(--radius);display:flex;align-items:center;justify-content:center}.contact-info-icon svg{width:22px;height:22px;color:var(--orange)}.contact-info-card h4{font-size:.95rem;margin:0}.contact-info-card p{font-size:.9rem;margin:0}.contact-support{background:var(--navy);padding:80px 0;text-align:center;position:relative;overflow:hidden}.contact-support h2{color:var(--white);margin-bottom:16px}.contact-support h2 .highlight{color:var(--orange)}.contact-support p{color:#ffffffbf;margin-bottom:36px;font-size:1.05rem}.contact-support-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.contact-support-shark{position:absolute;right:40px;bottom:0;width:240px;opacity:.9;pointer-events:none}.features-overview-grid{display:flex;flex-direction:column;gap:80px;padding:80px 0}.feature-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature-row.reverse{direction:rtl}.feature-row.reverse>*{direction:ltr}.feature-row-text h2{margin-bottom:16px}.feature-row-text h2 .highlight{color:var(--orange)}.feature-row-text p{margin-bottom:24px;font-size:1.05rem}.feature-row-text ul{display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.feature-row-text ul li{display:flex;align-items:center;gap:10px;font-size:.95rem;font-weight:500;color:var(--navy)}.feature-row-text ul li:before{content:"";width:8px;height:8px;background:var(--orange);border-radius:50%;flex-shrink:0}.feature-row-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%}.challenges-section{padding:80px 0}.challenges-section h2{text-align:center;margin-bottom:12px}.challenges-section .subtitle{text-align:center;color:var(--gray);margin-bottom:48px;font-size:1.05rem}.challenges-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.challenge-card{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--radius-lg);padding:28px 24px}.challenge-card h4{color:var(--orange);margin-bottom:8px}.solution-features{padding:80px 0;background:var(--light-bg)}.solution-features h2{text-align:center;margin-bottom:8px}.solution-features .subtitle{text-align:center;color:var(--gray);margin-bottom:48px;font-size:1.05rem}.solution-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.solution-card{background:var(--white);border-radius:var(--radius-lg);padding:32px 28px;box-shadow:var(--shadow)}.solution-card h3{margin-bottom:12px}.solution-card ul{display:flex;flex-direction:column;gap:8px;margin-top:16px}.solution-card ul li{display:flex;align-items:center;gap:8px;font-size:.9rem;color:var(--gray)}.solution-card ul li:before{content:"✓";color:var(--orange);font-weight:700;flex-shrink:0}.testimonial-section{background:var(--navy);padding:80px 0;text-align:center}.testimonial-quote{max-width:700px;margin:0 auto 24px;font-size:1.3rem;font-style:italic;color:var(--white);line-height:1.6}.testimonial-quote:before{content:"“";color:var(--orange)}.testimonial-quote:after{content:"”";color:var(--orange)}.testimonial-author{color:#ffffffb3;font-size:.95rem}.testimonial-author strong{color:var(--white)}.industry-cta-section{background:var(--light-bg);padding:80px 0;text-align:center}.industry-cta-section h2{margin-bottom:16px}.industry-cta-section p{font-size:1.05rem;margin-bottom:12px;max-width:600px;margin-left:auto;margin-right:auto}.industry-cta-list{display:flex;flex-direction:column;gap:8px;align-items:center;margin-bottom:36px}.industry-cta-list li{display:flex;align-items:center;gap:8px;font-size:.95rem;color:var(--navy);font-weight:500}.industry-cta-list li:before{content:"✓";color:var(--orange);font-weight:700}.industry-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.feature-detail-hero{background:var(--light-bg);padding:80px 0}.feature-detail-hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.feature-detail-hero .breadcrumb{color:var(--gray);font-size:.9rem;margin-bottom:16px}.feature-detail-hero .breadcrumb a{color:var(--orange)}.feature-detail-hero h1{margin-bottom:20px}.feature-detail-hero p{font-size:1.1rem;margin-bottom:32px}.feature-detail-hero-image img{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}.capabilities-section{padding:80px 0}.capabilities-section h2{text-align:center;margin-bottom:48px}.capabilities-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.capability-card{background:var(--white);border:1px solid var(--gray-light);border-radius:var(--radius-lg);padding:28px 24px;transition:border-color .2s,box-shadow .2s}.capability-card:hover{border-color:var(--orange);box-shadow:var(--shadow)}.capability-icon{width:48px;height:48px;background:#f5a52b1f;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.capability-icon svg{width:24px;height:24px;color:var(--orange)}.capability-card h4{margin-bottom:8px}.capability-card p{font-size:.9rem}.site-footer{background:#f5f5f5;position:relative;z-index:5}.footer-main-wrap{background-color:transparent;background-image:url(/images/footer-tile-04.png);background-repeat:repeat;background-size:auto;margin-top:-60px;position:relative;overflow:visible}.footer-inner{display:grid;grid-template-columns:225px 407px 126px 156px 255px;gap:10px;padding:70px 0 60px;align-items:start}.footer-brand{display:flex;flex-direction:column;gap:5px;padding-right:20px}.footer-brand img{width:205px;height:auto;display:block;margin-bottom:0}.footer-tagline{color:var(--white);font-size:16px;font-weight:600;line-height:28px;margin:0}.footer-desc{color:var(--white);font-size:16px;font-weight:400;line-height:28px;margin:0}.footer-social{display:flex;gap:10px;margin-top:6px}.footer-social a{width:38px;height:38px;background:#2d5996;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--white);transition:background .2s}.footer-social a:hover{background:var(--orange)}.footer-social svg{width:20px;height:20px;color:var(--white)}.footer-col{display:flex;flex-direction:column;gap:20px;padding:10px}.footer-col h4{color:var(--white);font-size:21px;font-weight:600;line-height:1.3;margin:0;text-transform:none;letter-spacing:normal}.footer-col h4:after,.footer-newsletter h4:after{content:"";display:block;width:40px;height:4px;background:var(--orange);margin-top:8px}.footer-col ul{display:flex;flex-direction:column;gap:10px;list-style:none;padding:0;margin:0}.footer-col ul li a{color:#ffffffbf;font-size:15px;line-height:24px;transition:color .2s;text-decoration:none}.footer-col ul li a:hover{color:var(--orange)}.footer-col-features{padding:10px}.footer-features-grid{display:grid!important;grid-template-columns:170px 170px!important;flex-direction:unset!important;gap:20px!important;padding:10px 15px 10px 10px;list-style:none;margin:0}.footer-newsletter{display:flex;flex-direction:column;gap:20px;padding:10px}.footer-newsletter h4{color:var(--white);font-size:21px;font-weight:600;line-height:1.3;margin:0}.footer-newsletter>p{color:var(--white);font-size:15px;line-height:26.25px;margin:0}.footer-no-spam{color:#ffffffbf!important;font-size:15px!important;line-height:26.25px!important;margin:0!important}.footer-form{display:flex;flex-direction:column;gap:8px}.footer-form input{width:100%;padding:6px 20px;font-size:16px;font-family:inherit;border:none;border-radius:6px;background:#ffffff1a;color:var(--white);outline:none;box-sizing:border-box}.footer-form input::placeholder{color:#ffffff80}.footer-form button{padding:10px 25px;background:var(--orange);color:var(--white);font-weight:600;font-size:14px;border:none;border-radius:7px;cursor:pointer;transition:background .2s;white-space:nowrap;align-self:flex-start}.footer-form button:hover{background:var(--orange-dark)}.footer-shark-wrap{position:absolute;top:-230px;right:-42px;width:480px;pointer-events:none;z-index:10}.footer-shark-wrap img{width:480px;height:auto;display:block}.footer-bottom{background:#193050;padding:14px 0;text-align:center}.footer-bottom p{color:#ffffff80;font-size:.875rem;margin:0}.section-header{text-align:center;margin-bottom:48px}.section-header h2{margin-bottom:12px}.section-header p{font-size:1.05rem;max-width:640px;margin:0 auto}.section-header .highlight{color:var(--orange)}.text-center{text-align:center}.text-orange{color:var(--orange)}.text-navy{color:var(--navy)}.text-white{color:var(--white)}.mt-4{margin-top:16px}.mt-8{margin-top:32px}.mb-4{margin-bottom:16px}.flex-center{display:flex;align-items:center;justify-content:center;gap:16px}.flex-wrap{flex-wrap:wrap}@media(max-width:1024px){.stats-grid,.workflow-grid{grid-template-columns:repeat(2,1fr)}.footer-inner{grid-template-columns:1fr 1fr;gap:20px}.footer-features-grid{grid-template-columns:1fr 1fr!important}.footer-col,.footer-col-features,.footer-newsletter{padding:8px}.pricing-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}}@media(max-width:768px){:root{--nav-height: 64px}.nav-links,.nav-actions{display:none}.nav-hamburger{display:flex}.home-hero-inner,.realtime-inner,.cta-bottom-inner,.contact-grid,.feature-row,.highperf-inner,.feature-detail-hero-inner,.challenges-grid,.solution-grid{grid-template-columns:1fr}.feature-row.reverse{direction:ltr}.footer-inner{grid-template-columns:1fr;gap:12px}.footer-features-grid{grid-template-columns:1fr 1fr!important}.footer-shark-wrap{width:224px;top:-104px;right:-20px}.footer-brand{padding-right:0}.faq-grid,.capabilities-grid,.workflow-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.contact-info-cards{grid-template-columns:1fr}.cta-bottom-image,.contact-support-shark{display:none}.features-grid{grid-template-columns:1fr}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr 1fr}.btn{padding:12px 20px;font-size:.9rem}h1{font-size:1.8rem}h2{font-size:1.5rem}.hero-buttons,.realtime-buttons,.lifecycle-buttons,.cta-buttons,.industry-cta-buttons,.section-buttons{flex-direction:column;align-items:flex-start}.flex-center{flex-direction:column}}
