:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #10b981;--text-dark: #0f172a;--text-gray: #64748b;--text-light: #94a3b8;--bg-white: #ffffff;--bg-gray: #f8fafc;--bg-light: #f1f5f9;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background:var(--bg-white);overflow-x:hidden;line-height:1.6}.app{min-height:100vh}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border-color);transition:all .3s ease}.nav-container{display:flex;align-items:center;justify-content:space-between;height:70px}.logo{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.5rem;color:var(--text-dark);text-decoration:none}.logo-icon{width:36px;height:36px;object-fit:contain}.logo-text{font-size:1.5rem;font-weight:800;color:var(--text-dark)}.nav-links{display:flex;align-items:center;gap:2.5rem}.nav-links a{color:var(--text-gray);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s ease;letter-spacing:-.01em}.nav-links a:hover{color:var(--text-dark)}.nav-cta{background:var(--text-dark)!important;color:#fff!important;padding:.625rem 1.25rem;border-radius:6px;font-weight:600;transition:all .2s ease}.nav-cta:hover{background:var(--primary-color)!important;transform:translateY(-1px)}.mobile-menu-button{display:none;background:none;border:none;cursor:pointer;padding:.5rem}.hero-new{padding:140px 0 80px;background:var(--bg-gray)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-content-left{max-width:600px}.hero-title-new{font-size:3.5rem;font-weight:800;line-height:1.1;color:var(--text-dark);margin-bottom:1.5rem;letter-spacing:-.03em}.hero-title-emphasis{display:block;margin-top:.25rem}.hero-description-new{font-size:1.125rem;color:var(--text-gray);line-height:1.7;margin-bottom:2rem}.hero-cta-new{display:flex;gap:1rem;align-items:center}.btn-primary-new{background:var(--text-dark);color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem;display:inline-block}.btn-primary-new:hover{background:var(--primary-color);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary-new{padding:1rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem;color:var(--text-dark);border:2px solid var(--border-color);background:#fff;display:inline-block}.btn-secondary-new:hover{border-color:var(--text-dark)}.hero-image-container{position:relative}.hero-main-image{width:100%;height:auto;border-radius:12px;box-shadow:var(--shadow-xl);border:1px solid var(--border-color)}.stats-section{padding:80px 0;background:#fff}.stats-header{text-align:center;margin-bottom:3rem}.stats-header h2{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.02em}.stats-header p{font-size:1.125rem;color:var(--text-gray)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1000px;margin:0 auto}.stat-card{background:var(--bg-gray);padding:2.5rem 2rem;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid var(--border-color)}.stat-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.stat-value{font-size:3.5rem;font-weight:900;color:var(--text-dark);margin-bottom:.5rem;letter-spacing:-.03em}.stat-label{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:1rem;text-transform:capitalize}.stat-description{font-size:.95rem;color:var(--text-gray);line-height:1.6}.results-section{padding:80px 0;background:var(--bg-gray)}.results-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.results-title{font-size:3rem;font-weight:800;color:var(--text-dark);line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em}.results-subtitle{font-size:1.125rem;color:var(--text-gray);margin-bottom:2.5rem}.result-highlight{background:#fff;padding:2.5rem;border-radius:12px;border:1px solid var(--border-color);margin-bottom:2rem}.result-text{font-size:1.125rem;color:var(--text-dark);line-height:1.8;margin-bottom:2rem}.highlight-text{font-weight:700;color:var(--primary-color);text-decoration:underline;text-decoration-color:var(--secondary-color);text-decoration-thickness:3px;text-underline-offset:3px}.result-chart{margin-top:2rem}.efficiency-chart{width:100%;max-width:400px;height:auto}.trusted-logos{padding:1.5rem;background:var(--bg-light);border-radius:8px;text-align:center}.trusted-logos p{color:var(--text-gray);font-size:.95rem;font-weight:500}.results-image{position:relative}.results-image img{width:100%;height:auto;border-radius:12px;box-shadow:var(--shadow-xl);border:1px solid var(--border-color)}.features-new{padding:80px 0;background:#fff}.features-header{text-align:center;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.features-header h2{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.02em}.features-header p{font-size:1.125rem;color:var(--text-gray)}.features-grid-new{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.feature-card-new{background:var(--bg-gray);padding:2rem;border-radius:12px;border:1px solid var(--border-color);transition:all .3s ease}.feature-card-new:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-icon-wrapper{width:48px;height:48px;background:var(--text-dark);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff}.feature-icon-wrapper svg{width:24px;height:24px}.feature-title-new{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.feature-description-new{font-size:.95rem;color:var(--text-gray);line-height:1.6}.integrations-section{padding:80px 0;background:var(--bg-gray)}.integrations-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.integrations-content h2{font-size:3rem;font-weight:800;color:var(--text-dark);line-height:1.1;margin-bottom:2.5rem;letter-spacing:-.02em}.integration-features{display:flex;flex-direction:column;gap:2rem}.integration-item{display:flex;gap:1rem;align-items:start}.integration-icon{width:40px;height:40px;background:var(--secondary-color);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.integration-item h4{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.integration-item p{font-size:.95rem;color:var(--text-gray);line-height:1.6}.integrations-image{position:relative;display:flex;justify-content:center}.integrations-image img{max-width:350px;height:auto;border-radius:12px;box-shadow:var(--shadow-xl);border:1px solid var(--border-color)}.clients-section-new{padding:80px 0;background:#fff;text-align:center}.clients-title{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.02em}.clients-subtitle{font-size:1.125rem;color:var(--text-gray);margin-bottom:3rem}.clients-grid-new{display:flex;justify-content:center;align-items:center;gap:3rem;flex-wrap:wrap;max-width:900px;margin:0 auto}.client-item{padding:1.5rem 2.5rem;background:var(--bg-gray);border-radius:10px;border:1px solid var(--border-color);transition:all .3s ease}.client-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.client-item h4{font-size:1.125rem;font-weight:700;color:var(--text-dark);margin-bottom:.25rem}.client-item p{font-size:.875rem;color:var(--text-gray)}.pricing-new{padding:80px 0;background:var(--bg-gray)}.pricing-title{font-size:2.5rem;font-weight:800;color:var(--text-dark);text-align:center;margin-bottom:1rem;letter-spacing:-.02em}.pricing-subtitle{font-size:1.125rem;color:var(--text-gray);text-align:center;margin-bottom:3rem}.pricing-grid-new{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto}.pricing-card-new{background:#fff;padding:2.5rem;border-radius:12px;border:2px solid var(--border-color);position:relative;transition:all .3s ease}.pricing-card-new:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.pricing-card-new.popular{border-color:var(--primary-color);box-shadow:var(--shadow-lg)}.popular-badge{position:absolute;top:-12px;right:20px;background:var(--primary-color);color:#fff;padding:.375rem 1rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.plan-name{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.plan-price{margin-bottom:2rem}.price-amount{font-size:3rem;font-weight:900;color:var(--text-dark);letter-spacing:-.03em}.price-period{font-size:1rem;color:var(--text-gray);margin-left:.5rem}.plan-features{list-style:none;margin-bottom:2rem}.plan-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:var(--text-gray);font-size:.95rem}.plan-features li svg{color:var(--secondary-color);flex-shrink:0}.plan-cta{display:block;width:100%;padding:1rem;background:var(--text-dark);color:#fff;text-align:center;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.plan-cta:hover{background:var(--primary-color);transform:translateY(-2px)}.contact-new{padding:80px 0;background:#fff}.contact-grid{max-width:900px;margin:0 auto}.contact-content h2{font-size:2.5rem;font-weight:800;color:var(--text-dark);margin-bottom:1rem;letter-spacing:-.02em}.contact-content>p{font-size:1.125rem;color:var(--text-gray);margin-bottom:3rem}.contact-methods-new{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:3rem}.contact-method-new{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--bg-gray);border-radius:12px;border:1px solid var(--border-color);text-decoration:none;transition:all .3s ease}.contact-method-new:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--primary-color)}.contact-method-new svg{color:var(--primary-color);flex-shrink:0}.contact-method-new .label{display:block;font-size:.875rem;color:var(--text-gray);font-weight:500}.contact-method-new .value{display:block;font-size:1.125rem;color:var(--text-dark);font-weight:700}.demo-box{background:var(--bg-gray);padding:2.5rem;border-radius:12px;border:1px solid var(--border-color)}.demo-box h3{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.demo-box>p{font-size:1rem;color:var(--text-gray);margin-bottom:1.5rem}.demo-credentials-compact{background:#fff;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem;font-family:Monaco,Courier New,monospace}.demo-credentials-compact div{padding:.5rem 0;font-size:.95rem;color:var(--text-dark)}.demo-credentials-compact strong{color:var(--text-gray);margin-right:.5rem;font-weight:600}.btn-demo{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--text-dark);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .3s ease}.btn-demo:hover{background:var(--primary-color);transform:translateY(-2px)}.footer-new{background:var(--text-dark);color:#fff;padding:4rem 0 2rem}.footer-grid{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:3rem}.footer-brand .logo{margin-bottom:1rem;color:#fff}.footer-brand p{color:var(--text-light);margin-bottom:1.5rem;font-size:.95rem}.footer-powered{display:flex;align-items:center;gap:.75rem;color:var(--text-light);font-size:.875rem}.pro26-logo-footer{height:24px;width:auto}.footer-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-column h4{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-column a{display:block;color:var(--text-light);text-decoration:none;margin-bottom:.75rem;font-size:.95rem;transition:color .2s ease}.footer-column a:hover{color:#fff}.footer-column a.social-link{display:flex;align-items:center;gap:.5rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.footer-bottom p{color:var(--text-light);font-size:.875rem}.w-4{width:1rem;height:1rem}.w-5{width:1.25rem;height:1.25rem}.w-6{width:1.5rem;height:1.5rem}@media (max-width: 1024px){.hero-grid,.results-grid,.integrations-grid{grid-template-columns:1fr;gap:3rem}.hero-title-new{font-size:2.75rem}.results-title,.integrations-content h2{font-size:2.5rem}.features-grid-new{grid-template-columns:repeat(2,1fr)}.pricing-grid-new{grid-template-columns:1fr;max-width:500px}.integrations-image img{max-width:280px}}@media (max-width: 768px){.container{padding:0 1.5rem}.nav-links{position:fixed;top:70px;left:0;right:0;background:#fff;flex-direction:column;padding:2rem;box-shadow:var(--shadow-lg);transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .3s ease;gap:1rem}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:all}.mobile-menu-button{display:block}.hero-new{padding:100px 0 60px}.hero-title-new{font-size:2.25rem}.hero-description-new{font-size:1rem}.hero-cta-new{flex-direction:column;align-items:stretch}.hero-cta-new a{text-align:center}.stats-grid,.features-grid-new,.contact-methods-new{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-links-grid{grid-template-columns:repeat(2,1fr)}.clients-grid-new{flex-direction:column;align-items:stretch}}@media (max-width: 480px){.hero-title-new{font-size:1.875rem}.stats-header h2,.pricing-title,.clients-title,.results-title,.integrations-content h2,.contact-content h2{font-size:2rem}.stat-value{font-size:2.5rem}.footer-links-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}
