[data-v-03ea29c6]:root{--bim-accent: #006c9c;--bim-accent-light: #0088c4;--bim-accent-dark: #005580}.container[data-v-03ea29c6]{max-width:1280px;margin:0 auto;padding:0 1.5rem}.module-hero[data-v-03ea29c6]{min-height:100vh;display:flex;align-items:center;position:relative;padding-top:80px;overflow:hidden;background:var(--bg-dark)}.module-hero-bg[data-v-03ea29c6]{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 70% 30%,rgba(0,108,156,.2) 0%,transparent 50%),radial-gradient(ellipse 50% 50% at 20% 80%,rgba(0,112,102,.15) 0%,transparent 50%)}.bim-visual[data-v-03ea29c6]{position:absolute;top:0;right:-5%;width:60%;height:100%;z-index:1;display:flex;align-items:center;justify-content:center}.model-container[data-v-03ea29c6]{position:relative;width:500px;height:500px;transform-style:preserve-3d;animation:modelRotate-03ea29c6 30s linear infinite}@keyframes modelRotate-03ea29c6{0%{transform:rotateY(0)}to{transform:rotateY(360deg)}}.building-3d[data-v-03ea29c6]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:280px;height:380px;transform-style:preserve-3d}.building-face[data-v-03ea29c6]{position:absolute;background:linear-gradient(180deg,#006c9c26,#006c9c0d);border:1px solid rgba(0,108,156,.3);backdrop-filter:blur(2px)}.building-front[data-v-03ea29c6]{width:200px;height:320px;transform:translateZ(60px);left:40px;top:30px}.building-left[data-v-03ea29c6]{width:120px;height:320px;transform:rotateY(-90deg) translateZ(40px);left:0;top:30px}.building-top[data-v-03ea29c6]{width:200px;height:120px;transform:rotateX(90deg) translateZ(-30px);left:40px;top:0;background:linear-gradient(180deg,#006c9c40,#006c9c1a)}.window-grid[data-v-03ea29c6]{position:absolute;inset:10px;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(8,1fr);gap:6px}.window-cell[data-v-03ea29c6]{background:#006c9c1a;border:1px solid rgba(0,108,156,.2);border-radius:2px}.window-cell.highlight[data-v-03ea29c6]{background:#10b9814d;border-color:var(--success);animation:windowPulse-03ea29c6 2s ease-in-out infinite}.window-cell.clash[data-v-03ea29c6]{background:#ef44444d;border-color:var(--danger);animation:windowPulse-03ea29c6 2s ease-in-out infinite .5s}@keyframes windowPulse-03ea29c6{0%,to{opacity:1}50%{opacity:.5}}.issue-marker[data-v-03ea29c6]{position:absolute;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#fff;box-shadow:0 4px 15px #0000004d;animation:markerBounce-03ea29c6 3s ease-in-out infinite;z-index:10}.issue-marker.clash[data-v-03ea29c6]{background:var(--danger)}.issue-marker.info[data-v-03ea29c6]{background:var(--primary)}.issue-marker.resolved[data-v-03ea29c6]{background:var(--success)}.issue-marker[data-v-03ea29c6]:nth-child(1){top:20%;right:30%;animation-delay:0s}.issue-marker[data-v-03ea29c6]:nth-child(2){top:50%;right:15%;animation-delay:.5s}.issue-marker[data-v-03ea29c6]:nth-child(3){top:70%;right:40%;animation-delay:1s}@keyframes markerBounce-03ea29c6{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.module-hero-content[data-v-03ea29c6]{position:relative;z-index:2;max-width:550px}.module-badge[data-v-03ea29c6]{display:inline-flex;align-items:center;gap:.75rem;background:#006c9c26;border:1px solid rgba(0,108,156,.3);padding:.5rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;color:var(--primary-light);margin-bottom:1.5rem}.module-badge svg[data-v-03ea29c6]{width:20px;height:20px;fill:var(--primary-light)}.module-hero h1[data-v-03ea29c6]{font-family:var(--font-display);font-size:clamp(2.5rem,5vw,3.75rem);font-weight:700;line-height:1.1;color:#fff;margin-bottom:1.5rem}.module-hero h1 span[data-v-03ea29c6]{background:linear-gradient(135deg,var(--primary-light) 0%,var(--secondary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.module-hero-description[data-v-03ea29c6]{font-size:1.25rem;color:var(--gray-300);margin-bottom:2rem;line-height:1.7}.module-hero-cta[data-v-03ea29c6]{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.hero-features[data-v-03ea29c6]{display:flex;flex-wrap:wrap;gap:1.5rem}.hero-feature[data-v-03ea29c6]{display:flex;align-items:center;gap:.5rem;color:var(--gray-400);font-size:.9rem}.hero-feature svg[data-v-03ea29c6]{width:18px;height:18px;color:var(--success)}.btn[data-v-03ea29c6]{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-family:var(--font-body)}.btn-primary[data-v-03ea29c6]{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;box-shadow:0 4px 14px #006c9c59}.btn-primary[data-v-03ea29c6]:hover{transform:translateY(-2px);box-shadow:0 6px 20px #006c9c73}.btn-outline-white[data-v-03ea29c6]{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}.btn-outline-white[data-v-03ea29c6]:hover{background:#ffffff1a;border-color:#fff}.btn-large[data-v-03ea29c6]{padding:1rem 2rem;font-size:1.05rem}.btn-white[data-v-03ea29c6]{background:#fff;color:var(--primary);box-shadow:0 4px 14px #00000026}.btn-white[data-v-03ea29c6]:hover{transform:translateY(-2px)}.stats-bar[data-v-03ea29c6]{background:var(--card-dark);border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05);padding:3rem 0}.stats-grid[data-v-03ea29c6]{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-value[data-v-03ea29c6]{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:var(--primary-light);line-height:1;margin-bottom:.5rem}.stat-label[data-v-03ea29c6]{color:var(--gray-400);font-size:.9rem}.section-header[data-v-03ea29c6]{text-align:center;max-width:700px;margin:0 auto 4rem}.section-eyebrow[data-v-03ea29c6]{display:inline-flex;font-size:.875rem;font-weight:600;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.section-title[data-v-03ea29c6]{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--gray-900);margin-bottom:1rem}.section-description[data-v-03ea29c6]{font-size:1.125rem;color:var(--gray-600)}.problem-section[data-v-03ea29c6]{padding:var(--section-padding) 0;background:#fff}.problem-grid[data-v-03ea29c6]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.problem-card[data-v-03ea29c6]{text-align:center;padding:2rem}.problem-icon[data-v-03ea29c6]{width:72px;height:72px;border-radius:20px;background:linear-gradient(135deg,#ef44441a,#f59e0b1a);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--danger)}.problem-icon svg[data-v-03ea29c6]{width:32px;height:32px}.problem-card h3[data-v-03ea29c6]{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-bottom:.75rem}.problem-card p[data-v-03ea29c6]{color:var(--gray-600);font-size:.95rem}.features-section[data-v-03ea29c6]{padding:var(--section-padding) 0;background:var(--bg-light)}.feature-showcase[data-v-03ea29c6]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:6rem}.feature-showcase[data-v-03ea29c6]:nth-child(2n){direction:rtl}.feature-showcase[data-v-03ea29c6]:nth-child(2n)>*{direction:ltr}.feature-showcase[data-v-03ea29c6]:last-child{margin-bottom:0}.feature-content h3[data-v-03ea29c6]{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--gray-900);margin-bottom:1rem}.feature-content>p[data-v-03ea29c6]{color:var(--gray-600);font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.feature-list[data-v-03ea29c6]{list-style:none;padding:0;margin:0}.feature-list li[data-v-03ea29c6]{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0;border-bottom:1px solid var(--gray-200)}.feature-list li[data-v-03ea29c6]:last-child{border-bottom:none}.feature-check[data-v-03ea29c6]{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);display:flex;align-items:center;justify-content:center;flex-shrink:0}.feature-check svg[data-v-03ea29c6]{width:14px;height:14px;stroke:#fff;stroke-width:3}.feature-list li strong[data-v-03ea29c6]{display:block;color:var(--gray-900);margin-bottom:.25rem}.feature-list li span[data-v-03ea29c6]{color:var(--gray-600);font-size:.9rem}.feature-visual[data-v-03ea29c6]{position:relative}.browser-mockup[data-v-03ea29c6]{background:var(--bg-dark);border-radius:16px;overflow:hidden;box-shadow:0 30px 60px #00000040}.browser-header[data-v-03ea29c6]{display:flex;align-items:center;gap:8px;padding:14px 18px;background:var(--card-dark);border-bottom:1px solid rgba(255,255,255,.05)}.browser-dot[data-v-03ea29c6]{width:12px;height:12px;border-radius:50%}.browser-dot.red[data-v-03ea29c6]{background:#ff5f57}.browser-dot.yellow[data-v-03ea29c6]{background:#febc2e}.browser-dot.green[data-v-03ea29c6]{background:#28c840}.browser-address[data-v-03ea29c6]{flex:1;margin-left:12px;background:#ffffff14;border-radius:6px;padding:6px 12px;font-size:.75rem;color:var(--gray-400)}.browser-content[data-v-03ea29c6]{padding:0;min-height:380px;position:relative}.model-viewer[data-v-03ea29c6]{display:grid;grid-template-columns:1fr 280px;height:380px}.model-canvas[data-v-03ea29c6]{background:linear-gradient(135deg,#12131a,#1a1b23);position:relative;overflow:hidden}.model-canvas-grid[data-v-03ea29c6]{position:absolute;inset:0;background-image:linear-gradient(rgba(0,108,156,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(0,108,156,.05) 1px,transparent 1px);background-size:30px 30px}.mini-building[data-v-03ea29c6]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:180px;height:240px}.mini-building-base[data-v-03ea29c6]{width:100%;height:100%;background:linear-gradient(135deg,#006c9c33,#006c9c1a);border:2px solid rgba(0,108,156,.4);border-radius:4px;position:relative}.mini-floor[data-v-03ea29c6]{position:absolute;left:0;right:0;height:1px;background:#006c9c4d}.mini-floor[data-v-03ea29c6]:nth-child(1){top:25%}.mini-floor[data-v-03ea29c6]:nth-child(2){top:50%}.mini-floor[data-v-03ea29c6]:nth-child(3){top:75%}.clash-point[data-v-03ea29c6]{position:absolute;width:20px;height:20px;border-radius:50%;background:var(--danger);border:2px solid white;display:flex;align-items:center;justify-content:center;animation:clashPulse-03ea29c6 1.5s ease-in-out infinite;cursor:pointer}.clash-point[data-v-03ea29c6]:after{content:"!";color:#fff;font-size:.7rem;font-weight:700}.clash-point[data-v-03ea29c6]:nth-child(4){top:30%;left:40%}.clash-point[data-v-03ea29c6]:nth-child(5){top:60%;left:70%;animation-delay:.5s}@keyframes clashPulse-03ea29c6{0%,to{box-shadow:0 0 #ef444480}50%{box-shadow:0 0 0 8px #ef444400}}.model-toolbar[data-v-03ea29c6]{position:absolute;bottom:16px;left:16px;display:flex;gap:8px}.toolbar-btn[data-v-03ea29c6]{width:36px;height:36px;border-radius:8px;background:#ffffff1a;backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease}.toolbar-btn[data-v-03ea29c6]:hover{background:var(--primary)}.toolbar-btn svg[data-v-03ea29c6]{width:18px;height:18px}.model-sidebar[data-v-03ea29c6]{background:var(--card-dark);border-left:1px solid rgba(255,255,255,.05);padding:1rem;overflow-y:auto}.sidebar-section[data-v-03ea29c6]{margin-bottom:1.5rem}.sidebar-title[data-v-03ea29c6]{color:var(--gray-400);font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.tree-item[data-v-03ea29c6]{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;margin-bottom:4px;cursor:pointer;transition:background .2s ease}.tree-item[data-v-03ea29c6]:hover{background:#ffffff0d}.tree-item.active[data-v-03ea29c6]{background:#006c9c33}.tree-icon[data-v-03ea29c6]{width:16px;height:16px;color:var(--primary-light)}.tree-label[data-v-03ea29c6]{color:var(--gray-300);font-size:.8rem;flex:1}.tree-toggle[data-v-03ea29c6]{width:16px;height:16px;color:var(--gray-500)}.tree-item.active .tree-label[data-v-03ea29c6]{color:#fff;font-weight:500}.clash-list[data-v-03ea29c6]{display:flex;flex-direction:column;gap:8px}.clash-item[data-v-03ea29c6]{display:flex;align-items:flex-start;gap:10px;padding:10px;background:#ef44441a;border-radius:8px;border-left:3px solid var(--danger)}.clash-icon[data-v-03ea29c6]{width:24px;height:24px;border-radius:6px;background:#ef444433;display:flex;align-items:center;justify-content:center;color:var(--danger);flex-shrink:0}.clash-icon svg[data-v-03ea29c6]{width:14px;height:14px}.clash-info[data-v-03ea29c6]{flex:1;min-width:0}.clash-title[data-v-03ea29c6]{color:#fff;font-size:.8rem;font-weight:500;margin-bottom:2px}.clash-meta[data-v-03ea29c6]{color:var(--gray-500);font-size:.7rem}.clash-content[data-v-03ea29c6]{padding:1.5rem}.clash-header[data-v-03ea29c6]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.clash-header-title[data-v-03ea29c6]{color:#fff;font-family:var(--font-display);font-size:1.1rem;font-weight:600}.clash-header-meta[data-v-03ea29c6]{color:var(--gray-400);font-size:.85rem}.clash-run-btn[data-v-03ea29c6]{background:var(--primary);color:#fff;padding:8px 14px;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer}.clash-stats[data-v-03ea29c6]{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.clash-stat[data-v-03ea29c6]{border-radius:12px;padding:1.25rem;text-align:center;border:1px solid}.clash-stat.critical[data-v-03ea29c6]{background:#ef44441a;border-color:#ef444433}.clash-stat.medium[data-v-03ea29c6]{background:#f59e0b1a;border-color:#f59e0b33}.clash-stat.resolved[data-v-03ea29c6]{background:#10b9811a;border-color:#10b98133}.clash-stat-value[data-v-03ea29c6]{font-family:var(--font-display);font-size:2rem;font-weight:700}.clash-stat.critical .clash-stat-value[data-v-03ea29c6]{color:var(--danger)}.clash-stat.medium .clash-stat-value[data-v-03ea29c6]{color:var(--warning)}.clash-stat.resolved .clash-stat-value[data-v-03ea29c6]{color:var(--success)}.clash-stat-label[data-v-03ea29c6]{color:var(--gray-400);font-size:.8rem}.clash-recent-title[data-v-03ea29c6]{color:var(--gray-400);font-size:.75rem;text-transform:uppercase;margin-bottom:.75rem}.clash-recent-list[data-v-03ea29c6]{display:flex;flex-direction:column;gap:.75rem}.clash-recent-item[data-v-03ea29c6]{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff08;border-radius:10px;border-left:3px solid}.clash-recent-item.critical[data-v-03ea29c6]{border-left-color:var(--danger)}.clash-recent-item.medium[data-v-03ea29c6]{border-left-color:var(--warning)}.clash-recent-icon[data-v-03ea29c6]{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center}.clash-recent-icon.critical[data-v-03ea29c6]{background:#ef444433;color:var(--danger)}.clash-recent-icon.medium[data-v-03ea29c6]{background:#f59e0b33;color:var(--warning)}.clash-recent-info[data-v-03ea29c6]{flex:1}.clash-recent-name[data-v-03ea29c6]{color:#fff;font-size:.9rem;font-weight:500}.clash-recent-meta[data-v-03ea29c6]{color:var(--gray-500);font-size:.75rem}.clash-recent-badge[data-v-03ea29c6]{padding:4px 10px;border-radius:12px;font-size:.7rem;font-weight:600}.clash-recent-badge.critical[data-v-03ea29c6]{background:#ef444426;color:var(--danger)}.clash-recent-badge.medium[data-v-03ea29c6]{background:#f59e0b26;color:var(--warning)}.feature-float[data-v-03ea29c6]{position:absolute;background:#fff;border-radius:12px;padding:1rem;box-shadow:0 15px 40px #00000026;animation:featureFloat-03ea29c6 5s ease-in-out infinite}@keyframes featureFloat-03ea29c6{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.feature-float-1[data-v-03ea29c6]{top:-20px;right:-30px}.feature-float-2[data-v-03ea29c6]{bottom:40px;left:-40px;animation-delay:1.5s}.float-content[data-v-03ea29c6]{display:flex;align-items:center;gap:.75rem}.float-icon[data-v-03ea29c6]{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.float-icon.bim[data-v-03ea29c6]{background:#006c9c1a;color:var(--primary)}.float-icon.danger[data-v-03ea29c6]{background:#ef44441a;color:var(--danger)}.float-icon svg[data-v-03ea29c6]{width:20px;height:20px}.float-text[data-v-03ea29c6]{font-size:.8rem}.float-title[data-v-03ea29c6]{font-weight:600;color:var(--gray-900)}.float-subtitle[data-v-03ea29c6]{color:var(--gray-500);font-size:.7rem}.modules-section[data-v-03ea29c6]{padding:var(--section-padding) 0;background:var(--bg-light)}.modules-grid[data-v-03ea29c6]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.module-card[data-v-03ea29c6]{background:#fff;border-radius:16px;padding:1.75rem;transition:all .3s ease;border:2px solid transparent;text-decoration:none}.module-card[data-v-03ea29c6]:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 15px 30px #006c9c1a}.module-icon[data-v-03ea29c6]{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.module-icon svg[data-v-03ea29c6]{width:24px;height:24px;fill:#fff}.module-card h4[data-v-03ea29c6]{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:.5rem}.module-card p[data-v-03ea29c6]{color:var(--gray-500);font-size:.85rem}.cta-section[data-v-03ea29c6]{padding:var(--section-padding) 0;background:linear-gradient(90deg,var(--primary) 0%,var(--secondary) 100%);position:relative;overflow:hidden}.cta-bg[data-v-03ea29c6]{position:absolute;inset:0;background:radial-gradient(ellipse 60% 60% at 10% 10%,rgba(255,255,255,.1) 0%,transparent 50%)}.cta-content[data-v-03ea29c6]{position:relative;z-index:1;text-align:center;max-width:700px;margin:0 auto}.cta-title[data-v-03ea29c6]{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:#fff;margin-bottom:1rem}.cta-description[data-v-03ea29c6]{font-size:1.25rem;color:#ffffffd9;margin-bottom:2rem}.cta-buttons[data-v-03ea29c6]{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}@media (max-width: 1024px){.bim-visual[data-v-03ea29c6]{display:none}.feature-showcase[data-v-03ea29c6]{grid-template-columns:1fr}.feature-showcase[data-v-03ea29c6]:nth-child(2n){direction:ltr}.model-viewer[data-v-03ea29c6]{grid-template-columns:1fr}.model-sidebar[data-v-03ea29c6]{display:none}.modules-grid[data-v-03ea29c6],.stats-grid[data-v-03ea29c6]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.problem-grid[data-v-03ea29c6],.modules-grid[data-v-03ea29c6]{grid-template-columns:1fr}.stats-grid[data-v-03ea29c6]{grid-template-columns:1fr 1fr;gap:1.5rem}.feature-float[data-v-03ea29c6]{display:none}.clash-stats[data-v-03ea29c6]{grid-template-columns:1fr}}
