:root{--hiw-dark-bg: #0a0a12;--hiw-dark-surface: #12121a;--hiw-dark-border: rgba(255, 255, 255, .08);--hiw-dark-text: #ffffff;--hiw-dark-text-muted: rgba(255, 255, 255, .6);--hiw-light-bg: #fafbff;--hiw-light-surface: #ffffff;--hiw-light-surface-2: #f3f4f8;--hiw-light-border: rgba(0, 0, 0, .08);--hiw-light-text: #0f0f1a;--hiw-light-text-muted: rgba(15, 15, 26, .6);--hiw-accent-1: #6366f1;--hiw-accent-2: #8b5cf6;--hiw-accent-3: #a855f7;--hiw-accent-gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 35%, #a855f7 65%, #ec4899 100%);--hiw-success: #22c55e}.how-it-works-page{background:var(--hiw-dark-bg);color:var(--hiw-dark-text);font-family:Inter,-apple-system,sans-serif;overflow-x:hidden}.hiw-cursor{pointer-events:none;position:fixed;z-index:10000}.hiw-cursor-dot{position:fixed;width:8px;height:8px;background:var(--hiw-accent-1);border-radius:50%;transform:translate(-50%,-50%);z-index:10001}.hiw-cursor-ring{position:fixed;width:40px;height:40px;border:2px solid var(--hiw-accent-1);border-radius:50%;transform:translate(-50%,-50%);opacity:.5;z-index:10000;transition:all .15s ease-out}.hiw-bg-effects{position:fixed;inset:0;z-index:0;pointer-events:none}.hiw-aurora{position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 20% 20%,rgba(99,102,241,.15) 0%,transparent 50%),radial-gradient(ellipse 60% 40% at 80% 80%,rgba(168,85,247,.12) 0%,transparent 50%);animation:auroraShift 20s ease-in-out infinite}@keyframes auroraShift{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.hiw-grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(99,102,241,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.03) 1px,transparent 1px);background-size:60px 60px}.hiw-header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:0 2rem;background:#0a0a12cc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--hiw-dark-border)}.hiw-nav-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:72px}.hiw-nav-left{display:flex;align-items:center;gap:1.5rem}.hiw-logo img{height:32px}.hiw-header .language-toggle{background:var(--hiw-dark-surface);border-radius:9999px;padding:4px;display:flex;gap:2px;border:1px solid var(--hiw-dark-border)}.hiw-header .lang-btn{padding:6px 12px;font-size:12px;font-weight:500;border:none;background:transparent;color:var(--hiw-dark-text-muted);border-radius:9999px;cursor:pointer}.hiw-header .lang-btn.active{background:var(--hiw-accent-gradient);color:#fff}.hiw-nav-links{display:flex;gap:2rem}.hiw-nav-links a{font-size:.9rem;font-weight:500;color:var(--hiw-dark-text-muted);text-decoration:none;transition:color .2s}.hiw-nav-links a:hover,.hiw-nav-links a.active{color:var(--hiw-dark-text)}.hiw-header .nav-buttons{display:flex;align-items:center;gap:.75rem}.hiw-header .nav-login{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--hiw-dark-text-muted);text-decoration:none;border:1px solid var(--hiw-dark-border);border-radius:10px;background:transparent}.hiw-header .nav-login svg{width:16px;height:16px}.hiw-header .nav-login:hover{color:var(--hiw-dark-text);border-color:var(--hiw-accent-1)}.hiw-header .nav-cta{display:inline-flex;align-items:center;padding:.65rem 1.5rem;font-size:.875rem;font-weight:600;color:#fff;text-decoration:none;background:var(--hiw-accent-gradient);border-radius:10px;box-shadow:0 4px 20px #6366f166}.hiw-header .nav-cta:hover{transform:translateY(-2px)}.hiw-hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 2rem 80px;overflow:hidden}.hiw-hero-orbs{position:absolute;inset:0;z-index:0}.hiw-orb{position:absolute;border-radius:50%;filter:blur(80px);animation:orbFloat 20s ease-in-out infinite}.hiw-orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(99,102,241,.4) 0%,transparent 70%);top:10%;left:-10%}.hiw-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(168,85,247,.3) 0%,transparent 70%);top:60%;right:-5%;animation-delay:-7s}.hiw-orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(236,72,153,.25) 0%,transparent 70%);bottom:10%;left:30%;animation-delay:-14s}@keyframes orbFloat{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,20px) scale(.95)}}.hiw-hero-lines{position:absolute;inset:0;z-index:1;opacity:.3}.hiw-hero-svg{width:100%;height:100%}.hiw-line-path{fill:none;stroke:url(#lineGradient);stroke-width:2;stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawLine 3s ease forwards}@keyframes drawLine{to{stroke-dashoffset:0}}.hiw-hero-content{position:relative;z-index:2;text-align:center;max-width:900px}.hiw-hero-badge{position:relative;display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#6366f11a;border:1px solid rgba(99,102,241,.3);border-radius:9999px;margin-bottom:2rem;overflow:hidden}.hiw-badge-glow{position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(99,102,241,.3),transparent);animation:glowSweep 3s linear infinite}@keyframes glowSweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.hiw-hero-badge svg{width:20px;height:20px;color:var(--hiw-accent-1);position:relative;z-index:1}.hiw-hero-badge span{font-size:.9rem;font-weight:600;color:var(--hiw-accent-1);position:relative;z-index:1}.hiw-hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.05;margin-bottom:1.5rem}.hiw-title-word{display:inline-block;opacity:0;transform:translateY(40px);animation:wordReveal .8s cubic-bezier(.16,1,.3,1) forwards}.hiw-title-word:nth-child(1){animation-delay:.2s}.hiw-title-word:nth-child(2){animation-delay:.35s}.hiw-title-word:nth-child(3){animation-delay:.5s}.hiw-title-word:nth-child(4){animation-delay:.65s}@keyframes wordReveal{to{opacity:1;transform:translateY(0)}}.hiw-title-gradient{background:var(--hiw-accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hiw-hero-subtitle{font-size:1.25rem;color:var(--hiw-dark-text-muted);line-height:1.7;max-width:700px;margin:0 auto 2.5rem;opacity:0;animation:fadeUp .8s ease forwards .8s}.hiw-highlight{color:var(--hiw-accent-1);font-weight:600}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}0%{opacity:0;transform:translateY(20px)}}.hiw-hero-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2.5rem;opacity:0;animation:fadeUp .8s ease forwards 1s}.hiw-hero-feature{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#ffffff08;border:1px solid var(--hiw-dark-border);border-radius:12px;transition:all .3s}.hiw-hero-feature:hover{background:#6366f11a;border-color:var(--hiw-accent-1);transform:translateY(-2px)}.hiw-feature-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--hiw-accent-gradient);border-radius:10px}.hiw-feature-icon svg{width:20px;height:20px;color:#fff}.hiw-hero-feature span{font-size:.9rem;font-weight:500}.hiw-hero-cta{opacity:0;animation:fadeUp .8s ease forwards 1.2s}.hiw-cta-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--hiw-accent-gradient);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:14px;box-shadow:0 8px 30px #6366f166;transition:all .3s;position:relative;overflow:hidden}.hiw-cta-primary:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transform:translate(-100%);transition:transform .5s}.hiw-cta-primary:hover:before{transform:translate(100%)}.hiw-cta-primary:hover{transform:translateY(-3px);box-shadow:0 12px 40px #6366f180}.hiw-cta-primary svg{width:18px;height:18px;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.hiw-scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;opacity:0;animation:fadeUp .8s ease forwards 1.5s}.hiw-scroll-mouse{width:26px;height:40px;border:2px solid var(--hiw-dark-text-muted);border-radius:13px;position:relative}.hiw-scroll-wheel{position:absolute;top:8px;left:50%;transform:translate(-50%);width:4px;height:8px;background:var(--hiw-accent-1);border-radius:2px;animation:scrollWheel 1.5s ease-in-out infinite}@keyframes scrollWheel{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(12px)}}.hiw-scroll-indicator span{font-size:.7rem;color:var(--hiw-dark-text-muted);text-transform:uppercase;letter-spacing:1px}.hiw-process-section{position:relative;background:var(--hiw-light-bg);color:var(--hiw-light-text);padding:8rem 2rem;overflow:hidden}.hiw-process-bg{position:absolute;inset:0;z-index:0}.hiw-light-rays{position:absolute;inset:0;background:radial-gradient(ellipse 100% 50% at 50% 0%,rgba(99,102,241,.08) 0%,transparent 60%)}.hiw-process-container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.hiw-process-header{text-align:center;margin-bottom:4rem}.hiw-section-label{display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:2px;color:var(--hiw-accent-1);text-transform:uppercase;margin-bottom:1rem}.hiw-process-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:var(--hiw-light-text);margin-bottom:1rem}.hiw-gradient-text{background:var(--hiw-accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hiw-process-subtitle{font-size:1.15rem;color:var(--hiw-light-text-muted);max-width:700px;margin:0 auto;line-height:1.7}.hiw-progress-track{position:relative;max-width:900px;margin:0 auto 5rem;height:4px;background:#6366f11a;border-radius:2px;padding-bottom:2rem}.hiw-progress-fill{position:absolute;left:0;top:0;height:100%;width:0;background:var(--hiw-accent-gradient);border-radius:2px;transition:width .5s cubic-bezier(.16,1,.3,1)}.hiw-progress-nodes{position:absolute;top:50%;left:0;right:0;display:flex;justify-content:space-between;transform:translateY(-50%)}.hiw-progress-node{position:relative;width:36px;height:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--hiw-light-surface);border:3px solid rgba(99,102,241,.2);border-radius:50%;cursor:pointer;transition:all .3s}.hiw-node-number{font-size:.8rem;font-weight:700;color:var(--hiw-light-text-muted);transition:color .3s}.hiw-node-label{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:.5rem;font-size:.7rem;font-weight:600;color:var(--hiw-light-text-muted);white-space:nowrap;opacity:0;transform:translate(-50%) translateY(-5px);transition:all .3s ease;pointer-events:none}.hiw-progress-node.active .hiw-node-label,.hiw-progress-node.completed .hiw-node-label{opacity:1;transform:translate(-50%) translateY(0)}.hiw-progress-node.active{border-color:var(--hiw-accent-1);box-shadow:0 0 0 6px #6366f126}.hiw-progress-node.active .hiw-node-number{color:var(--hiw-accent-1)}.hiw-progress-node.active .hiw-node-label{color:var(--hiw-accent-1);font-weight:700}.hiw-progress-node.completed{background:var(--hiw-accent-gradient);border-color:transparent}.hiw-progress-node.completed .hiw-node-number{color:#fff}.hiw-progress-node.completed .hiw-node-label{color:var(--hiw-accent-2)}.hiw-progress-node:hover .hiw-node-label{opacity:1;transform:translate(-50%) translateY(0)}.hiw-nav-hint{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding:1rem 1.5rem;background:linear-gradient(135deg,#6366f114,#a855f714);border:1px solid rgba(99,102,241,.15);border-radius:12px;animation:hintPulse 3s ease-in-out infinite}@keyframes hintPulse{0%,to{box-shadow:0 0 #6366f100}50%{box-shadow:0 0 0 8px #6366f11a}}.hiw-hint-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--hiw-accent-gradient);border-radius:8px;animation:iconBounce 2s ease-in-out infinite}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.hiw-hint-icon svg{width:18px;height:18px;color:#fff}.hiw-nav-hint>span{font-size:.9rem;font-weight:500;color:var(--hiw-light-text)}.hiw-hint-keys{display:flex;align-items:center;gap:.5rem;margin-left:.5rem}.hiw-key{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--hiw-light-surface);border:1px solid var(--hiw-light-border);border-radius:6px;font-size:.8rem;font-weight:600;color:var(--hiw-accent-1);box-shadow:0 2px #0000001a}.hiw-hint-text{font-size:.8rem;color:var(--hiw-light-text-muted)}.hiw-step-card{display:none;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;padding:3rem;background:var(--hiw-light-surface);border-radius:24px;border:1px solid var(--hiw-light-border);box-shadow:0 20px 60px #0000000d;opacity:0;transform:translateY(30px);transition:all .5s cubic-bezier(.16,1,.3,1)}.hiw-step-card.active{display:grid;opacity:1;transform:translateY(0)}.hiw-step-mockup{background:var(--hiw-light-surface-2);border-radius:16px;border:1px solid var(--hiw-light-border);overflow:hidden;box-shadow:0 10px 40px #00000014}.hiw-step-mockup.dark{background:var(--hiw-dark-surface);border-color:var(--hiw-dark-border)}.hiw-mockup-header{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#00000008;border-bottom:1px solid var(--hiw-light-border)}.hiw-step-mockup.dark .hiw-mockup-header{background:#ffffff08;border-color:var(--hiw-dark-border)}.hiw-mockup-dots{display:flex;gap:6px}.hiw-mockup-dots span{width:10px;height:10px;border-radius:50%}.hiw-mockup-dots span:nth-child(1){background:#ef4444}.hiw-mockup-dots span:nth-child(2){background:#eab308}.hiw-mockup-dots span:nth-child(3){background:#22c55e}.hiw-mockup-header>span{font-size:.8rem;font-weight:500;color:var(--hiw-light-text-muted)}.hiw-step-mockup.dark .hiw-mockup-header>span{color:var(--hiw-dark-text-muted)}.hiw-mockup-content{padding:1.5rem}.hiw-upload-zone{display:flex;flex-direction:column;align-items:center;padding:2rem;border:2px dashed rgba(99,102,241,.3);border-radius:12px;background:#6366f105;margin-bottom:1rem}.hiw-upload-zone:hover{border-color:var(--hiw-accent-1);background:#6366f10d}.hiw-upload-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--hiw-accent-gradient);border-radius:12px;margin-bottom:1rem}.hiw-upload-icon svg{width:24px;height:24px;color:#fff}.hiw-upload-zone p{font-size:.9rem;color:var(--hiw-light-text-muted);margin-bottom:.75rem}.hiw-file-types{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.hiw-file-badge{font-size:.7rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}.hiw-file-badge.pdf{background:#fee2e2;color:#dc2626}.hiw-file-badge.excel{background:#dcfce7;color:#16a34a}.hiw-file-badge.word{background:#dbeafe;color:#2563eb}.hiw-file-badge.csv{background:#fef3c7;color:#d97706}.hiw-file-badge.img{background:#f3e8ff;color:#9333ea}.hiw-ai-assistant{display:flex;gap:.75rem;align-items:flex-start;padding:1rem;background:#6366f10d;border-radius:12px;border:1px solid rgba(99,102,241,.1)}.hiw-ai-avatar{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--hiw-accent-gradient);border-radius:50%;flex-shrink:0}.hiw-ai-avatar svg{width:18px;height:18px;color:#fff}.hiw-ai-bubble{font-size:.85rem;color:var(--hiw-light-text);line-height:1.5}.hiw-ai-typing{display:inline-block;width:8px;height:8px;background:var(--hiw-accent-1);border-radius:50%;margin-right:.5rem;animation:typingPulse 1s ease-in-out infinite}@keyframes typingPulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}.hiw-ai-chat{display:flex;flex-direction:column;gap:1rem}.hiw-chat-message.user{align-self:flex-end;max-width:90%}.hiw-chat-message.user p{background:var(--hiw-accent-gradient);color:#fff;padding:.75rem 1rem;border-radius:12px 12px 0;font-size:.85rem}.hiw-chat-message.ai{display:flex;gap:.75rem;align-items:flex-start}.hiw-ai-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;flex-shrink:0}.hiw-ai-icon svg{width:16px;height:16px;color:#fff}.hiw-ai-response{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:0 12px 12px;padding:1rem}.hiw-ai-response p{font-size:.85rem;color:#fffc;margin-bottom:.75rem}.hiw-rate-preview{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.hiw-rate-item{display:flex;justify-content:space-between;font-size:.8rem;padding:.5rem;background:#ffffff08;border-radius:6px}.hiw-rate-item span{color:#ffffffb3}.hiw-rate-value{color:#22c55e!important;font-weight:600}.hiw-ai-generating{font-size:.75rem;color:var(--hiw-accent-1);display:flex;align-items:center;gap:.5rem}.hiw-ai-generating:before{content:"";width:6px;height:6px;background:var(--hiw-accent-1);border-radius:50%;animation:pulse 1s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.hiw-rule-builder{display:flex;flex-direction:column;gap:.5rem}.hiw-rule-block{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:8px;background:#00000005;border:1px solid var(--hiw-light-border)}.hiw-rule-label{font-size:.7rem;font-weight:700;padding:.25rem .5rem;border-radius:4px;text-transform:uppercase}.hiw-rule-block.if .hiw-rule-label{background:#dbeafe;color:#2563eb}.hiw-rule-block.and .hiw-rule-label{background:#fef3c7;color:#d97706}.hiw-rule-block.then .hiw-rule-label{background:#dcfce7;color:#16a34a}.hiw-rule-condition{display:flex;align-items:center;gap:.5rem}.hiw-rule-field,.hiw-rule-value{padding:.35rem .75rem;background:var(--hiw-light-surface);border-radius:6px;font-size:.85rem;font-weight:500}.hiw-rule-operator{color:var(--hiw-accent-1);font-weight:700}.hiw-rule-actions{display:flex;gap:.5rem}.hiw-action-tag{font-size:.8rem;padding:.35rem .75rem;background:var(--hiw-accent-gradient);color:#fff;border-radius:6px;font-weight:500}.hiw-rule-connector{width:2px;height:16px;background:var(--hiw-light-border);margin-left:2rem}.hiw-step-number{font-size:4rem;font-weight:800;background:linear-gradient(135deg,#6366f11a,#a855f71a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:.5rem}.hiw-step-title{font-size:1.75rem;font-weight:700;color:var(--hiw-light-text);margin-bottom:1rem}.hiw-step-desc{font-size:1.05rem;color:var(--hiw-light-text-muted);line-height:1.7;margin-bottom:1.5rem}.hiw-step-details h4{font-size:.9rem;font-weight:600;color:var(--hiw-light-text);margin-bottom:.75rem}.hiw-detail-list{list-style:none;padding:0;margin:0 0 1.5rem}.hiw-detail-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0;font-size:.95rem;color:var(--hiw-light-text-muted)}.hiw-detail-list li svg{width:18px;height:18px;color:var(--hiw-success);flex-shrink:0;margin-top:2px}.hiw-upload-info h4{font-size:.9rem;font-weight:600;color:var(--hiw-light-text);margin-bottom:1rem}.hiw-doc-types{display:grid;grid-template-columns:repeat(5,1fr);gap:.75rem}.hiw-doc-type{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1rem .5rem;background:var(--hiw-light-surface-2);border-radius:12px;border:1px solid var(--hiw-light-border);transition:all .3s}.hiw-doc-type:hover{transform:translateY(-4px);border-color:var(--hiw-accent-1);box-shadow:0 8px 20px #6366f11a}.hiw-doc-icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;margin-bottom:.5rem}.hiw-doc-icon svg{width:20px;height:20px;color:#fff}.hiw-doc-icon.pdf{background:#ef4444}.hiw-doc-icon.excel{background:#22c55e}.hiw-doc-icon.csv{background:#f59e0b}.hiw-doc-icon.word{background:#3b82f6}.hiw-doc-icon.img{background:#a855f7}.hiw-doc-type span{font-size:.85rem;font-weight:600;color:var(--hiw-light-text)}.hiw-doc-type small{font-size:.7rem;color:var(--hiw-light-text-muted);margin-top:.25rem}.hiw-ai-highlight{background:linear-gradient(135deg,#6366f11a,#a855f71a);border:1px solid rgba(99,102,241,.2);border-radius:12px;padding:1.25rem}.hiw-ai-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:700;color:var(--hiw-accent-1);margin-bottom:.5rem}.hiw-ai-badge svg{width:16px;height:16px}.hiw-ai-highlight p{font-size:.9rem;color:var(--hiw-light-text-muted);line-height:1.6}.hiw-ai-highlight em{background:#6366f126;padding:.15rem .4rem;border-radius:4px;font-style:normal;color:var(--hiw-accent-1)}.hiw-rule-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.hiw-rule-cat{padding:1rem;background:var(--hiw-light-surface-2);border-radius:12px;border:1px solid var(--hiw-light-border)}.hiw-rule-cat h5{font-size:.85rem;font-weight:600;color:var(--hiw-accent-1);margin-bottom:.75rem}.hiw-rule-cat ul{list-style:none;padding:0;margin:0}.hiw-rule-cat li{font-size:.85rem;color:var(--hiw-light-text-muted);padding:.35rem 0;border-bottom:1px dashed var(--hiw-light-border)}.hiw-rule-cat li:last-child{border:none}.hiw-compliance-globe{position:relative;width:300px;height:300px;margin:0 auto}.hiw-globe-ring{position:absolute;inset:0;border:2px dashed rgba(99,102,241,.3);border-radius:50%;animation:ringRotate 20s linear infinite}.hiw-globe-ring.delay-1{animation-delay:-7s}.hiw-globe-ring.delay-2{animation-delay:-14s;inset:20px}@keyframes ringRotate{to{transform:rotate(360deg)}}.hiw-globe-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--hiw-accent-gradient);border-radius:50%;box-shadow:0 0 40px #6366f166}.hiw-globe-center svg{width:40px;height:40px;color:#fff}.hiw-compliance-badges{position:absolute;inset:0}.hiw-badge-item{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(var(--angle)) translate(130px) rotate(calc(-1 * var(--angle)));background:var(--hiw-light-surface);padding:.5rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:600;box-shadow:0 4px 15px #00000014;border:1px solid var(--hiw-light-border);white-space:nowrap}.hiw-users-visual{position:relative;width:300px;height:300px;margin:0 auto}.hiw-user-orb{position:absolute;display:flex;flex-direction:column;align-items:center;gap:.5rem;animation:float 4s ease-in-out infinite}.hiw-user-orb svg{width:48px;height:48px;padding:12px;border-radius:50%;color:#fff}.hiw-user-orb span{font-size:.75rem;font-weight:600;color:var(--hiw-light-text)}.hiw-user-orb.admin{top:0;left:50%;transform:translate(-50%)}.hiw-user-orb.admin svg{background:linear-gradient(135deg,#ef4444,#f97316)}.hiw-user-orb.uw{top:30%;right:0}.hiw-user-orb.uw svg{background:linear-gradient(135deg,#6366f1,#8b5cf6)}.hiw-user-orb.claims{bottom:0;right:15%}.hiw-user-orb.claims svg{background:linear-gradient(135deg,#f59e0b,#eab308)}.hiw-user-orb.finance{bottom:0;left:15%}.hiw-user-orb.finance svg{background:linear-gradient(135deg,#22c55e,#10b981)}.hiw-user-orb.broker{top:30%;left:0}.hiw-user-orb.broker svg{background:linear-gradient(135deg,#3b82f6,#0ea5e9)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.hiw-permission-lines{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px}.hiw-perm-line{stroke:var(--hiw-accent-1);stroke-width:1;opacity:.3;stroke-dasharray:4 4;animation:dashMove 10s linear infinite}@keyframes dashMove{to{stroke-dashoffset:100}}.hiw-launch-visual{position:relative;height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center}.hiw-rocket{position:relative;z-index:2;animation:rocketFloat 3s ease-in-out infinite}.hiw-rocket svg{width:80px;height:80px;color:var(--hiw-accent-1)}@keyframes rocketFloat{0%,to{transform:translateY(0) rotate(-45deg)}50%{transform:translateY(-15px) rotate(-45deg)}}.hiw-launch-trail{position:absolute;bottom:50%;left:50%;width:4px;height:100px;background:linear-gradient(to top,transparent,var(--hiw-accent-1),var(--hiw-accent-2));transform:translate(-50%) rotate(45deg);transform-origin:center top;opacity:.6;animation:trailPulse 2s ease-in-out infinite}@keyframes trailPulse{0%,to{opacity:.6;height:100px}50%{opacity:.3;height:80px}}.hiw-launch-stars span{position:absolute;width:4px;height:4px;background:var(--hiw-accent-1);border-radius:50%;left:var(--x);top:var(--y);animation:starTwinkle 2s ease-in-out infinite;animation-delay:var(--delay)}@keyframes starTwinkle{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.hiw-launch-metrics{position:absolute;bottom:0;display:flex;gap:2rem}.hiw-metric{text-align:center}.hiw-metric-value{display:block;font-size:1.5rem;font-weight:800;background:var(--hiw-accent-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hiw-metric-label{font-size:.75rem;color:var(--hiw-light-text-muted)}.hiw-cta-inline{margin-top:2rem}.hiw-btn-primary{display:inline-flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--hiw-accent-gradient);color:#fff;font-size:1rem;font-weight:600;text-decoration:none;border-radius:12px;box-shadow:0 8px 30px #6366f14d;transition:all .3s}.hiw-btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #6366f166}.hiw-btn-primary svg{width:18px;height:18px}.hiw-ifrs-section{position:relative;background:var(--hiw-dark-bg);color:var(--hiw-dark-text);padding:8rem 2rem;overflow:hidden}.hiw-ifrs-bg{position:absolute;inset:0;z-index:0}.hiw-data-streams{position:absolute;inset:0}.hiw-stream{position:absolute;width:2px;height:100%;background:linear-gradient(to bottom,transparent,var(--hiw-accent-1),transparent);opacity:.2;animation:streamFlow 8s linear infinite}.hiw-stream:nth-child(1){left:20%}.hiw-stream:nth-child(2){left:50%;animation-delay:-3s}.hiw-stream:nth-child(3){left:80%;animation-delay:-6s}@keyframes streamFlow{0%{transform:translateY(-100%)}to{transform:translateY(100%)}}.hiw-ifrs-container{position:relative;z-index:1;max-width:1100px;margin:0 auto}.hiw-ifrs-header{text-align:center;margin-bottom:4rem}.hiw-ifrs-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--hiw-dark-text);margin-bottom:1rem}.hiw-ifrs-subtitle{font-size:1.1rem;color:var(--hiw-dark-text-muted);max-width:700px;margin:0 auto;line-height:1.7}.hiw-ifrs-flow{display:grid;grid-template-columns:1fr auto 1fr;gap:2rem;align-items:center}.hiw-flow-source,.hiw-flow-output{background:var(--hiw-dark-surface);border:1px solid var(--hiw-dark-border);border-radius:16px;padding:2rem}.hiw-flow-source h4,.hiw-flow-output h4{font-size:1rem;font-weight:600;color:var(--hiw-dark-text);margin-bottom:1.5rem;text-align:center}.hiw-source-items,.hiw-output-items{display:flex;flex-direction:column;gap:1rem}.hiw-source-item{display:flex;align-items:center;gap:1rem;padding:.75rem;background:#ffffff08;border-radius:10px;border:1px solid var(--hiw-dark-border);transition:all .3s}.hiw-source-item:hover{background:#6366f11a;border-color:var(--hiw-accent-1)}.hiw-source-icon{font-size:1.5rem}.hiw-source-item span{font-size:.9rem;font-weight:500}.hiw-output-item{display:flex;flex-direction:column;padding:1rem;background:linear-gradient(135deg,#6366f11a,#a855f71a);border-radius:10px;border:1px solid rgba(99,102,241,.2)}.hiw-output-item span{font-size:.9rem;font-weight:600;color:var(--hiw-dark-text)}.hiw-output-item small{font-size:.75rem;color:var(--hiw-dark-text-muted)}.hiw-flow-engine{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hiw-engine-core{position:relative;width:160px;height:160px}.hiw-engine-ring{position:absolute;inset:0;border:2px solid transparent;border-radius:50%}.hiw-engine-ring.r1{border-top-color:var(--hiw-accent-1);animation:ringRotate 4s linear infinite}.hiw-engine-ring.r2{inset:15px;border-right-color:var(--hiw-accent-2);animation:ringRotate 6s linear infinite reverse}.hiw-engine-ring.r3{inset:30px;border-bottom-color:var(--hiw-accent-3);animation:ringRotate 8s linear infinite}.hiw-engine-center{position:absolute;inset:45px;display:flex;align-items:center;justify-content:center;background:var(--hiw-accent-gradient);border-radius:50%;box-shadow:0 0 50px #6366f180}.hiw-engine-center svg{width:40px;height:40px;color:#fff}.hiw-engine-labels{display:flex;flex-direction:column;gap:.5rem;text-align:center}.hiw-engine-labels span{font-size:.75rem;color:var(--hiw-accent-1);background:#6366f11a;padding:.35rem .75rem;border-radius:6px}.hiw-cta-section{position:relative;padding:8rem 2rem;overflow:hidden}.hiw-cta-bg{position:absolute;inset:0;z-index:0}.hiw-cta-gradient{position:absolute;inset:0;background:var(--hiw-accent-gradient)}.hiw-cta-particles{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.1) 1px,transparent 1px);background-size:30px 30px}.hiw-cta-container{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.hiw-cta-content h2{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;margin-bottom:1rem}.hiw-cta-content p{font-size:1.15rem;color:#ffffffe6;margin-bottom:2rem}.hiw-cta-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.hiw-btn-primary.large{padding:1.25rem 2.5rem;font-size:1.1rem;background:#fff;color:var(--hiw-accent-1)}.hiw-btn-secondary{display:inline-flex;align-items:center;padding:1.25rem 2.5rem;font-size:1.1rem;font-weight:600;color:#fff;text-decoration:none;border:2px solid rgba(255,255,255,.5);border-radius:14px;transition:all .3s}.hiw-btn-secondary:hover{background:#ffffff1a;border-color:#fff}.hiw-cta-stats{display:flex;justify-content:center;gap:4rem}.hiw-cta-stat{text-align:center}.hiw-stat-value{display:block;font-size:3rem;font-weight:800;color:#fff}.hiw-stat-label{font-size:.9rem;color:#fffc}.hiw-footer{background:#06060a;color:#fff;padding:4rem 2rem 2rem}.hiw-footer-container{max-width:1200px;margin:0 auto}.hiw-footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.hiw-footer-brand img{height:36px;margin-bottom:1rem}.hiw-footer-brand p{font-size:.9rem;color:#fff9;margin-bottom:1.5rem}.hiw-footer-contact{display:flex;flex-direction:column;gap:.5rem}.hiw-footer-contact a,.hiw-footer-contact span{font-size:.85rem;color:#fff9;text-decoration:none}.hiw-footer-contact a:hover{color:var(--hiw-accent-1)}.hiw-footer-links h4{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:1rem}.hiw-footer-links a{display:block;font-size:.85rem;color:#fff9;text-decoration:none;padding:.35rem 0;transition:color .2s}.hiw-footer-links a:hover{color:#fff}.hiw-footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.hiw-footer-bottom p{font-size:.8rem;color:#ffffff80}@media (max-width: 1024px){.hiw-step-card.active{grid-template-columns:1fr;gap:2rem}.hiw-step-visual{order:-1}.hiw-doc-types{grid-template-columns:repeat(3,1fr)}.hiw-rule-categories,.hiw-ifrs-flow{grid-template-columns:1fr}.hiw-footer-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.hiw-cursor,.hiw-nav-links{display:none}.hiw-hero-features{flex-direction:column;align-items:center}.hiw-progress-track,.hiw-progress-nodes{display:none}.hiw-step-card{display:block!important;opacity:1!important;transform:none!important;margin-bottom:2rem}.hiw-doc-types{grid-template-columns:repeat(2,1fr)}.hiw-compliance-globe{width:250px;height:250px}.hiw-badge-item{transform:translate(-50%,-50%) rotate(var(--angle)) translate(100px) rotate(calc(-1 * var(--angle)));font-size:.7rem;padding:.35rem .75rem}.hiw-cta-buttons{flex-direction:column}.hiw-cta-stats{flex-direction:column;gap:2rem}.hiw-footer-grid{grid-template-columns:1fr;text-align:center}}@media (max-width: 480px){.hiw-doc-types{grid-template-columns:1fr}.hiw-hero-title{font-size:2.5rem}.hiw-step-card{padding:1.5rem}}
