:root{--bg-page:linear-gradient(180deg,#fafafa 0%,#f0f0f0 100%);--bg-card:#fff;--bg-muted:#f9fafb;--text-primary:#111827;--text-secondary:#374151;--text-muted:#6b7280;--text-light:#9ca3af;--accent:#10b981;--accent-light:#d1fae5;--accent-dark:#059669;--border-light:#e5e7eb;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 1px 2px #0000000a,0 4px 16px #0000000f;--shadow-lg:0 4px 24px #00000014;--shadow-xl:0 8px 40px #0000001f}.hiw-page{background:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif}.hiw-nav{z-index:100;background:#fff;border-bottom:1px solid #0000000a;justify-content:space-between;align-items:center;padding:20px 48px;display:flex;position:fixed;top:0;left:0;right:0}.hiw-logo{z-index:210;align-items:center;gap:12px;text-decoration:none;display:flex;position:relative}.hiw-logo-icon{border-radius:12px;width:40px;height:40px;overflow:hidden}.hiw-logo-icon img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.hiw-logo-text{color:var(--text-primary);letter-spacing:-.02em;font-family:Outfit,sans-serif;font-size:22px;font-weight:600}.hiw-nav-links{align-items:center;gap:32px;display:flex}.hiw-nav-link{color:var(--text-muted);font-size:14px;font-weight:500;text-decoration:none;transition:color .2s}.hiw-nav-link:hover,.hiw-nav-link-active{color:var(--text-primary)}.hiw-nav-link-active{font-weight:600}.hiw-nav-cta{background:var(--text-primary);color:#fff;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s}.hiw-nav-cta:hover{background:#000;transform:translateY(-1px)}.hiw-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--text-light);margin-bottom:12px;font-size:12px;font-weight:600}.hiw-section-title{letter-spacing:-.025em;color:var(--text-primary);margin-bottom:16px;font-family:Outfit,sans-serif;font-size:40px;font-weight:600;line-height:1.15}.hiw-section-desc{color:var(--text-muted);max-width:640px;font-size:18px;line-height:1.65}.hiw-section-header{margin-bottom:48px}.hiw-section-header-center{text-align:center;flex-direction:column;align-items:center;display:flex}.hiw-hero{padding:160px 48px 100px;position:relative;overflow:hidden}.hiw-hero-bg{pointer-events:none;background-image:radial-gradient(circle at 30% 20%,#10b9810f 0%,#0000 50%),radial-gradient(circle at 70% 80%,#10b9810a 0%,#0000 40%);position:absolute;inset:0}.hiw-hero-content{text-align:center;max-width:900px;margin:0 auto;position:relative}.hiw-hero-badge{color:var(--accent-dark);background:#10b98114;border:1px solid #10b98126;border-radius:100px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;font-size:14px;font-weight:600;display:inline-flex}.hiw-hero-badge-icon{justify-content:center;align-items:center;display:flex}.hiw-hero-badge-icon svg{width:18px;height:18px;stroke:var(--accent-dark)}.hiw-hero-title{letter-spacing:-.035em;color:var(--text-primary);margin-bottom:24px;font-family:Outfit,sans-serif;font-size:56px;font-weight:600;line-height:1.1}.hiw-hero-accent{background:linear-gradient(135deg,var(--accent)0%,#34d399 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hiw-hero-subtitle{color:var(--text-muted);max-width:720px;margin:0 auto;font-size:20px;line-height:1.65}.hiw-problem{background:#fff;padding:100px 48px}.hiw-problem-content{max-width:1200px;margin:0 auto}.hiw-problem-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.hiw-problem-card{background:var(--bg-muted);border:1px solid var(--border-light);border-radius:20px;padding:32px;transition:transform .4s,box-shadow .4s,border-color .4s;position:relative;overflow:hidden}.hiw-problem-card:before{content:"";background:radial-gradient(500px circle at var(--mouse-x,50%)var(--mouse-y,50%),#10b9811f 0%,#34d3990f 25%,transparent 50%);opacity:0;pointer-events:none;z-index:0;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.hiw-problem-card:hover:before{opacity:1}.hiw-problem-card:hover{border-color:#10b9814d;transform:translateY(-5px);box-shadow:0 4px 24px #10b9811f,0 0 0 1px #10b9811a,0 8px 40px #0000000f}.hiw-problem-icon{background:var(--accent-light);z-index:1;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:20px;transition:box-shadow .4s;display:flex;position:relative}.hiw-problem-card:hover .hiw-problem-icon{box-shadow:0 0 16px #10b9814d}.hiw-problem-icon svg{width:28px;height:28px;stroke:var(--accent-dark)}.hiw-problem-card h3{color:var(--text-primary);z-index:1;margin-bottom:12px;font-size:20px;font-weight:600;position:relative}.hiw-problem-card p{color:var(--text-muted);z-index:1;font-size:15px;line-height:1.6;position:relative}.hiw-solution{background:linear-gradient(#fff 0%,#f8f9fb 100%);padding:100px 48px 60px}.hiw-solution-content{max-width:1200px;margin:0 auto}.hiw-steps{background:#f8f9fb;padding:40px 48px 120px}.hiw-steps-content{max-width:1200px;margin:0 auto}.hiw-steps-list{flex-direction:column;gap:80px;display:flex}.hiw-step{grid-template-columns:1fr 1fr;align-items:center;gap:64px;display:grid}.hiw-step-reverse{direction:rtl}.hiw-step-reverse>*{direction:ltr}.hiw-step-visual{position:relative}.hiw-screenshot-placeholder{aspect-ratio:4/3;background:linear-gradient(145deg,#e8eaed 0%,#d1d5db 100%);border:2px dashed #9ca3af;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex;position:relative;overflow:hidden}.hiw-screenshot-placeholder:before{content:"";pointer-events:none;background:linear-gradient(135deg,#10b9810d 0%,#0000 50%);position:absolute;inset:0}.hiw-screenshot-icon{width:64px;height:64px;box-shadow:var(--shadow-sm);background:#fffc;border-radius:16px;justify-content:center;align-items:center;margin-bottom:12px;display:flex}.hiw-screenshot-icon svg{width:32px;height:32px;stroke:var(--accent)}.hiw-screenshot-label{color:var(--text-secondary);font-size:16px;font-weight:600}.hiw-screenshot-hint{color:var(--text-muted);text-align:center;max-width:200px;font-size:13px}.hiw-step-content{flex-direction:column;gap:16px;display:flex}.hiw-step-number{color:var(--accent);letter-spacing:.05em;font-family:Outfit,sans-serif;font-size:14px;font-weight:700}.hiw-step-content h3{color:var(--text-primary);letter-spacing:-.02em;font-family:Outfit,sans-serif;font-size:32px;font-weight:600}.hiw-step-content>p{color:var(--text-muted);font-size:17px;line-height:1.7}.hiw-step-features{flex-direction:column;gap:12px;margin-top:8px;list-style:none;display:flex}.hiw-step-features li{color:var(--text-secondary);align-items:center;gap:12px;font-size:15px;display:flex}.hiw-step-features svg{color:var(--accent);flex-shrink:0}.hiw-features{background:#fff;padding:120px 48px}.hiw-features-content{max-width:1200px;margin:0 auto}.hiw-features-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.hiw-feature-card{background:var(--bg-card);box-shadow:var(--shadow-sm);border:1px solid #0000000a;border-radius:20px;padding:28px;transition:transform .4s,box-shadow .4s,border-color .4s;position:relative;overflow:hidden}.hiw-feature-card:before{content:"";background:radial-gradient(500px circle at var(--mouse-x,50%)var(--mouse-y,50%),#10b9811f 0%,#34d3990f 25%,transparent 50%);opacity:0;pointer-events:none;z-index:0;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.hiw-feature-card:hover:before{opacity:1}.hiw-feature-card:hover{border-color:#10b9814d;transform:translateY(-5px);box-shadow:0 4px 24px #10b9811f,0 0 0 1px #10b9811a,0 8px 40px #0000000f}.hiw-feature-icon-wrap{z-index:1;margin-bottom:16px;position:relative}.hiw-feature-icon{background:var(--accent-light);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;transition:box-shadow .4s;display:inline-flex}.hiw-feature-card:hover .hiw-feature-icon{box-shadow:0 0 16px #10b9814d}.hiw-feature-icon svg{width:24px;height:24px;stroke:var(--accent-dark)}.hiw-feature-card h3{color:var(--text-primary);z-index:1;margin-bottom:10px;font-size:18px;font-weight:600;position:relative}.hiw-feature-card p{color:var(--text-muted);z-index:1;font-size:14px;line-height:1.6;position:relative}.hiw-analytics{background:linear-gradient(#f8f9fb 0%,#f0f2f5 100%);padding:120px 48px}.hiw-analytics-content{grid-template-columns:1fr 1.2fr;align-items:center;gap:64px;max-width:1200px;margin:0 auto;display:grid}.hiw-analytics-text{flex-direction:column;display:flex}.hiw-analytics-desc{color:var(--text-muted);margin-bottom:32px;font-size:17px;line-height:1.7}.hiw-analytics-points{flex-direction:column;gap:24px;display:flex}.hiw-analytics-point{align-items:flex-start;gap:16px;display:flex}.hiw-analytics-point-icon{width:48px;height:48px;box-shadow:var(--shadow-sm);background:#fff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.hiw-analytics-point-icon svg{width:24px;height:24px;stroke:var(--accent)}.hiw-analytics-point h4{color:var(--text-primary);margin-bottom:4px;font-size:16px;font-weight:600}.hiw-analytics-point p{color:var(--text-muted);font-size:14px;line-height:1.6}.hiw-analytics-visual{position:relative}.hiw-screenshot-large{aspect-ratio:16/12}.hiw-screenshot-img{width:100%;height:auto;box-shadow:var(--shadow-lg);aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border:1px solid #0000000f;border-radius:24px}.hiw-screenshot-img.hiw-screenshot-large{aspect-ratio:16/12;box-shadow:var(--shadow-xl);border-radius:24px}.hiw-screenshot-card-img{width:100%;height:auto;box-shadow:none;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border:none;border-radius:0;margin-bottom:0}.hiw-value{background:#fff;padding:120px 48px}.hiw-value-content{max-width:1200px;margin:0 auto}.hiw-value-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.hiw-value-card{background:var(--bg-muted);border:1px solid var(--border-light);text-align:center;border-radius:20px;padding:32px;transition:transform .4s,box-shadow .4s,border-color .4s;position:relative;overflow:hidden}.hiw-value-card:before{content:"";background:radial-gradient(500px circle at var(--mouse-x,50%)var(--mouse-y,50%),#10b9811f 0%,#34d3990f 25%,transparent 50%);opacity:0;pointer-events:none;z-index:0;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.hiw-value-card:hover:before{opacity:1}.hiw-value-card:hover{border-color:#10b9814d;transform:translateY(-5px);box-shadow:0 4px 24px #10b9811f,0 0 0 1px #10b9811a,0 8px 40px #0000000f}.hiw-value-icon{background:var(--accent-light);z-index:1;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 20px;transition:box-shadow .4s;display:flex;position:relative}.hiw-value-card:hover .hiw-value-icon{box-shadow:0 0 16px #10b9814d}.hiw-value-icon svg{width:28px;height:28px;stroke:var(--accent-dark)}.hiw-value-card h3{color:var(--text-primary);z-index:1;margin-bottom:10px;font-size:18px;font-weight:600;position:relative}.hiw-value-card p{color:var(--text-muted);z-index:1;font-size:14px;line-height:1.6;position:relative}.hiw-screenshots{background:linear-gradient(#f0f2f5 0%,#e8eaed 100%);padding:120px 48px}.hiw-screenshots-content{max-width:1300px;margin:0 auto}.hiw-screenshots-grid{grid-template-columns:repeat(6,1fr);gap:24px;display:grid}.hiw-screenshot-card{text-align:center}.hiw-screenshot-phone{aspect-ratio:9/16;border-radius:20px}.hiw-screenshot-phone .hiw-screenshot-icon{border-radius:12px;width:48px;height:48px;margin-bottom:8px}.hiw-screenshot-phone .hiw-screenshot-icon svg{width:24px;height:24px}.hiw-screenshot-phone .hiw-screenshot-label{font-size:13px}.hiw-screenshot-card h4{color:var(--text-primary);margin-top:16px;margin-bottom:6px;font-size:15px;font-weight:600}.hiw-screenshot-card p{color:var(--text-muted);font-size:13px;line-height:1.5}.hiw-cta{text-align:center;background:#fff;padding:120px 48px}.hiw-cta-content{max-width:700px;margin:0 auto}.hiw-cta h2{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:16px;font-family:Outfit,sans-serif;font-size:40px;font-weight:600}.hiw-cta p{color:var(--text-muted);margin-bottom:40px;font-size:18px;line-height:1.65}.hiw-cta-buttons{justify-content:center;align-items:center;gap:16px;display:flex}.hiw-cta-primary{background:linear-gradient(135deg,var(--accent)0%,var(--accent-dark)100%);color:#fff;border-radius:14px;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 20px #10b98159,0 2px 4px #10b98133}.hiw-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #10b98166,0 4px 8px #10b98140}.hiw-cta-primary svg{transition:transform .2s}.hiw-cta-primary:hover svg{transform:translate(3px)}.hiw-cta-secondary{background:var(--bg-card);color:var(--text-secondary);border:1px solid var(--border-light);border-radius:14px;align-items:center;gap:8px;padding:16px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.hiw-cta-secondary:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.hiw-footer{text-align:center;color:var(--text-muted);background:#f8f9fb;padding:32px 48px;font-size:12px}.hiw-anim{opacity:0;transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1);transform:translateY(28px)}.hiw-anim.hiw-anim-visible{opacity:1;transform:translateY(0)}.hiw-anim .hiw-problem-card,.hiw-anim .hiw-feature-card,.hiw-anim .hiw-value-card,.hiw-anim .hiw-screenshot-card{opacity:0;transition:opacity .6s cubic-bezier(.16,1,.3,1),transform .6s cubic-bezier(.16,1,.3,1),box-shadow .3s;transition-delay:var(--hiw-delay,0s);transform:translateY(24px)}.hiw-anim.hiw-anim-visible .hiw-problem-card,.hiw-anim.hiw-anim-visible .hiw-feature-card,.hiw-anim.hiw-anim-visible .hiw-value-card,.hiw-anim.hiw-anim-visible .hiw-screenshot-card{opacity:1;transform:translateY(0)}@media (max-width:1200px){.hiw-screenshots-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px){.hiw-hero-title{font-size:44px}.hiw-section-title{font-size:34px}.hiw-problem-grid,.hiw-features-grid,.hiw-value-grid{grid-template-columns:repeat(2,1fr)}.hiw-step{grid-template-columns:1fr;gap:32px}.hiw-step-reverse{direction:ltr}.hiw-analytics-content{grid-template-columns:1fr}.hiw-analytics-visual{order:-1}}.mobile-menu-checkbox{display:none}.mobile-menu-button{cursor:pointer;z-index:200;justify-content:center;align-items:center;width:44px;height:44px;display:none;position:relative}.mobile-menu-icon{background:var(--text-primary);border-radius:2px;width:22px;height:2px;transition:all .3s;position:relative}.mobile-menu-icon:before,.mobile-menu-icon:after{content:"";background:var(--text-primary);border-radius:2px;width:22px;height:2px;transition:all .3s;position:absolute;left:0}.mobile-menu-icon:before{top:-7px}.mobile-menu-icon:after{bottom:-7px}.mobile-menu-checkbox:checked+.mobile-menu-button .mobile-menu-icon{background:0 0}.mobile-menu-checkbox:checked+.mobile-menu-button .mobile-menu-icon:before{top:0;transform:rotate(45deg)}.mobile-menu-checkbox:checked+.mobile-menu-button .mobile-menu-icon:after{bottom:0;transform:rotate(-45deg)}.mobile-menu{width:100%;height:100%;min-height:100vh;z-index:105;opacity:0;visibility:hidden;pointer-events:none;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:-webkit-fill-available;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0}.mobile-menu-checkbox:checked~.mobile-menu{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu-link{color:var(--text-primary);padding:12px 24px;font-size:24px;font-weight:600;text-decoration:none;transition:color .2s}.mobile-menu-link:hover{color:var(--accent)}.mobile-menu-cta{background:var(--text-primary);border-radius:12px;margin-top:16px;padding:16px 32px;color:#fff!important}@media (max-width:768px){.hiw-nav{z-index:200;padding:16px 24px}.hiw-nav-links{display:none}.mobile-menu-button{display:flex}.hiw-hero{padding:120px 24px 80px}.hiw-hero-title{font-size:36px}.hiw-hero-subtitle{font-size:17px}.hiw-problem,.hiw-solution,.hiw-steps,.hiw-features,.hiw-analytics,.hiw-value,.hiw-screenshots,.hiw-cta{padding:80px 24px}.hiw-section-title{font-size:28px}.hiw-problem-grid,.hiw-features-grid,.hiw-value-grid{grid-template-columns:1fr}.hiw-screenshots-grid{grid-template-columns:repeat(2,1fr);gap:16px}.hiw-step-content h3{font-size:26px}.hiw-cta h2{font-size:28px}.hiw-cta-buttons{flex-direction:column;width:100%}.hiw-cta-primary,.hiw-cta-secondary{justify-content:center;width:100%}}@media (max-width:480px){.hiw-screenshots-grid{grid-template-columns:1fr;max-width:280px;margin:0 auto}}.hiw-image-clickable{cursor:pointer;display:block;position:relative}.hiw-image-clickable img{transition:transform .2s,box-shadow .2s}.hiw-image-clickable:hover img{box-shadow:var(--shadow-xl);transform:scale(1.01)}.hiw-image-enlarge-hint{-webkit-backdrop-filter:blur(8px);color:#fff;opacity:0;pointer-events:none;background:#000000b3;border-radius:20px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:500;transition:opacity .2s,transform .2s;display:flex;position:absolute;bottom:16px;right:16px;transform:translateY(8px)}.hiw-image-clickable:hover .hiw-image-enlarge-hint{opacity:1;transform:translateY(0)}.hiw-lightbox-overlay{z-index:9999;cursor:zoom-out;background:#000000f2;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out hiwFadeIn;display:flex;position:fixed;inset:0}@keyframes hiwFadeIn{0%{opacity:0}to{opacity:1}}.hiw-lightbox-close{color:#fff;cursor:pointer;z-index:1;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s,transform .2s;display:flex;position:absolute;top:20px;right:20px}.hiw-lightbox-close:hover{background:#fff3;transform:scale(1.05)}.hiw-lightbox-image{-o-object-fit:contain;object-fit:contain;border-radius:12px;width:auto;max-width:95vw;height:auto;max-height:90vh;box-shadow:0 20px 60px #00000080}@media (max-width:768px){.hiw-image-enlarge-hint{padding:6px 10px;font-size:11px;bottom:10px;right:10px}.hiw-lightbox-close{width:40px;height:40px;top:12px;right:12px}}@media (prefers-color-scheme:dark){:root{--bg-page:linear-gradient(180deg,#121212 0%,#0e0e0e 100%);--bg-card:#1c1c1e;--bg-muted:#1c1c1e;--text-primary:#f0f0f0;--text-secondary:#a0a0a0;--text-muted:#707070;--text-light:#585858;--accent-light:#10b98126;--accent-dark:#34d399;--border-light:#2c2c2e;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 1px 2px #0000004d,0 4px 16px #0006;--shadow-lg:0 4px 24px #00000080;--shadow-xl:0 8px 40px #0009}.hiw-nav{background:#121212;border-bottom-color:#ffffff0f}.hiw-nav-cta{color:#121212;background:#f0f0f0}.hiw-nav-cta:hover{background:#fff}.hiw-problem{background:#1a1a1a}.hiw-problem-card{border-color:#ffffff0f}.hiw-problem-card:before,.hiw-feature-card:before,.hiw-value-card:before{background:radial-gradient(500px circle at var(--mouse-x,50%)var(--mouse-y,50%),#10b9812e 0%,#34d39914 25%,transparent 50%)}.hiw-problem-card:hover,.hiw-feature-card:hover,.hiw-value-card:hover{border-color:#10b98166;box-shadow:0 4px 30px #10b98133,0 0 0 1px #10b98126,0 8px 40px #0000004d}.hiw-solution{background:linear-gradient(#1a1a1a 0%,#161616 100%)}.hiw-steps{background:#161616}.hiw-features{background:#1a1a1a}.hiw-feature-card{border-color:#ffffff0f}.hiw-analytics{background:linear-gradient(#161616 0%,#131313 100%)}.hiw-analytics-point-icon{background:#1c1c1e}.hiw-value{background:#1a1a1a}.hiw-value-card{border-color:#ffffff0f}.hiw-screenshots{background:linear-gradient(#131313 0%,#0e0e0e 100%)}.hiw-screenshot-placeholder{background:linear-gradient(145deg,#2c2c2e 0%,#1c1c1e 100%);border-color:#585858}.hiw-screenshot-icon{background:#1c1c1ecc}.hiw-cta{background:#1a1a1a}.hiw-footer{background:#161616}.mobile-menu{background:#121212}.mobile-menu-cta{background:#f0f0f0;color:#121212!important}}
