@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary:#f8fafc;--secondary:#0f172a;--accent:#2563eb;--bg-primary:var(--primary);--bg-secondary:var(--secondary);--bg-accent:var(--accent);--bg-light:#f8fafc;--gradient-primary:linear-gradient(135deg,#2563eb,#60a5fa);--gradient-secondary:linear-gradient(135deg,#0f172a,#1e293b);--gradient-accent:linear-gradient(135deg,#2563eb,#60a5fa);--text-primary:#0f172a;--text-secondary:var(--primary);--text-accent:var(--accent);--text-medium:#475569;--border-light:#0f172a1a;--border-dark:#f8fafc1a;--shadow-color:#2563eb26;--shadow-sm:0 4px 6px #2563eb1a;--shadow-md:0 10px 25px #2563eb26;--shadow-lg:0 20px 35px #2563eb33;--transition-medium:0.3s ease;--transition-slow:0.5s ease;--radius-sm:6px;--radius-md:12px;--radius-lg:20px}body{background-color:#f8fafc;background-color:var(--bg-light);color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;overflow-x:hidden}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1;margin-top:70px}.container{padding:0 1.5rem;width:100%}img{height:auto;max-width:100%}a{color:inherit;text-decoration:none}.btn,button{background:none;border:none;cursor:pointer;font-family:inherit;outline:none;transition:var(--transition)}.btn-primary{align-items:center;background:linear-gradient(135deg,#2563eb,#60a5fa);background:var(--gradient-primary);border:none;border-radius:12px;border-radius:var(--radius-md);box-shadow:0 10px 25px #2563eb26;box-shadow:var(--shadow-md);color:#fff;display:inline-flex;font-weight:700;padding:.9rem 1.8rem;text-decoration:none;transition:all .3s ease;transition:all var(--transition-medium)}.btn-primary:hover{box-shadow:0 20px 35px #2563eb33;box-shadow:var(--shadow-lg);transform:translateY(-3px)}.btn-secondary{align-items:center;border:1px solid #0f172a1a;border:1px solid var(--border-light);border-radius:12px;box-shadow:0 4px 6px #2563eb1a;box-shadow:var(--shadow-sm);color:#0f172a;color:var(--text-primary);display:inline-flex;padding:.9rem 1.8rem;text-decoration:none;transition:all .3s ease;transition:all var(--transition-medium)}.btn-secondary:hover{border-color:#2563eb;border-color:var(--accent)}.btn-secondary:hover,.card{box-shadow:0 10px 25px #2563eb26;box-shadow:var(--shadow-md)}.card{background-color:#fff;border-radius:12px;border-radius:var(--radius-md);transition:var(--transition)}.card:hover{box-shadow:0 20px 35px #2563eb33;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.section{padding:5rem 0}.section-title{color:var(--text-dark);margin-bottom:1.5rem}.section-title:after{background:var(--gradient-primary);left:0;width:60px}.section-subtitle{font-size:1.25rem;margin-bottom:3rem}.text-center{text-align:center}.text-primary{color:#f8fafc;color:var(--primary)}.bg-primary{background-color:#f8fafc;background-color:var(--primary)}.text-gradient{background:linear-gradient(135deg,#2563eb,#60a5fa);display:inline-block}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:2rem}.mt-6{margin-top:3rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:2rem}.mb-6{margin-bottom:3rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:1rem;padding-top:1rem}.py-4{padding-bottom:1.5rem;padding-top:1.5rem}.py-5{padding-bottom:2rem;padding-top:2rem}.py-6{padding-bottom:3rem;padding-top:3rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:1rem;padding-right:1rem}.px-4{padding-left:1.5rem;padding-right:1.5rem}.px-5{padding-left:2rem;padding-right:2rem}.px-6{padding-left:3rem;padding-right:3rem}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.flex-col{flex-direction:column}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-5{gap:2rem}.gap-6{gap:3rem}html{scroll-behavior:smooth}.App,main{transition:opacity .3s ease}footer a,nav a{transition:color .2s ease}footer a:hover,nav a:hover{color:#2563eb}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0f172a1a;background:var(--border-light)}::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#475569;background:var(--text-medium)}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.blank-page{min-height:100vh;padding-top:110px}.accent-text{color:#2563eb;color:var(--accent)}.gradient-text{display:inline-block}.gradient-bg,.gradient-text{background-image:linear-gradient(135deg,#2563eb,#60a5fa);background-image:var(--gradient-accent)}.product-page{padding-top:80px}.page-header{background:linear-gradient(135deg,#0f172a,#1e293b);background:var(--gradient-secondary);color:#f8fafc;color:var(--text-secondary);margin-bottom:40px;padding:60px 0}.page-header h1{font-size:3rem;font-weight:700;margin:0}@media (max-width:768px){.product-page{padding-top:60px}.page-header{padding:40px 0}.page-header h1{font-size:2.25rem}}.animated-hover{transition:all .3s ease;transition:all var(--transition-medium)}.animated-hover:hover{transform:translateY(-3px)}.btn-large{font-size:1.2rem;font-weight:700;letter-spacing:.2px;padding:1rem 2.2rem}.card-hover{border:1px solid #2563eb12;box-shadow:0 4px 6px #2563eb1a;box-shadow:var(--shadow-sm);transition:all .3s ease;transition:all var(--transition-medium)}.card-hover:hover{border-color:#2563eb26;box-shadow:0 10px 25px #2563eb26;box-shadow:var(--shadow-md);transform:translateY(-5px)}button:focus,input:focus,select:focus,textarea:focus{box-shadow:0 0 0 3px #2563eb40;outline:none}@keyframes pulse-subtle{0%{box-shadow:0 0 0 0 #2563eb66}70%{box-shadow:0 0 0 10px #2563eb00}to{box-shadow:0 0 0 0 #2563eb00}}.pulse-effect{animation:pulse-subtle 2s infinite}.modal-overlay{background:#000000b3;padding:20px;z-index:10000}.modal-content,.modal-overlay{isolation:isolate;pointer-events:auto}.modal-content{border-radius:16px;box-shadow:0 25px 50px #00000040;max-height:85vh;max-width:480px;padding:24px}.modal-close{border-radius:6px;font-size:20px;padding:8px;right:16px;top:16px;transition:all .2s ease}.modal-header{margin-bottom:20px;padding-right:40px}.modal-header h3{font-size:24px;margin-bottom:8px}.modal-header p{font-size:14px}.modal-benefits{border-radius:12px;gap:12px;margin-bottom:20px;padding:16px}.modal-benefit{gap:12px}.modal-benefit svg{font-size:16px;margin-top:2px}.modal-benefit h4{font-size:14px;margin:0 0 4px}.modal-benefit p{font-size:13px}.modal-form{gap:16px}.modal-form .form-group{gap:6px}.modal-form label{font-size:14px}.modal-form input,.modal-form textarea{border-radius:8px;font-size:14px;padding:12px;transition:all .2s ease}.modal-submit-btn{border-radius:8px;font-size:16px;margin-top:8px;padding:14px 24px;transition:all .2s ease}.modal-submit-btn:hover{transform:translateY(-2px)}.modal-success{color:#2563eb;padding:32px}.modal-success svg{color:#2563eb;font-size:48px;margin-bottom:16px}.modal-success p{font-size:18px}@media (max-width:768px){.modal-content{margin:1rem;padding:1.5rem}.modal-header{padding-right:0}.modal-header h3{font-size:1.3rem}.modal-benefits{padding:.75rem}.modal-benefit{gap:.5rem}.modal-benefit h4{font-size:.9rem}.modal-benefit p{font-size:.8rem}}.header{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #fff3;box-shadow:0 4px 20px #0000000d;left:0;padding:0;position:fixed;right:0;top:0;transition:all .4s cubic-bezier(.4,0,.2,1);z-index:100}.header.scrolled{background-color:#fffffffa;border-bottom:1px solid var(--border-light);box-shadow:var(--shadow-md);padding:.4rem 0}.header-container{align-items:center;display:flex;justify-content:center}.header-wrapper{justify-content:space-between;max-width:1200px;width:100%}.header-wrapper,.logo{align-items:center;display:flex}.logo{color:var(--text-primary);font-size:1.5rem;font-weight:800;text-decoration:none}.logo-image{max-height:36px;transition:all .3s ease;width:auto}.header.scrolled .logo-image{max-height:30px}.logo-text{color:var(--text-primary);font-size:1.8rem;letter-spacing:-.5px}.logo-text,.logo-text .text-gradient{font-weight:800}.navbar{transition:all var(--transition-medium)}.navigation{justify-content:center}.nav-list,.navigation{align-items:center;display:flex}.nav-list{height:60px;list-style:none;margin:0;padding:0}.nav-item{align-items:center;display:flex;height:100%;margin:0 1.2rem;position:relative}.nav-item a,.nav-item button,.nav-item span{color:var(--text-medium);font-size:.95rem;font-weight:600;padding:.25rem .5rem;position:relative;text-decoration:none;transition:all var(--transition-medium)}.nav-item:not(.cta-button):not(.has-dropdown) a:after,.nav-item:not(.cta-button):not(.has-dropdown) span:after{background:var(--gradient-primary);border-radius:2px;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-item:not(.cta-button):not(.has-dropdown) a:hover:after,.nav-item:not(.cta-button):not(.has-dropdown) span:hover:after{width:100%}.nav-item a:hover,.nav-item span:hover{color:var(--accent)}.nav-item.cta-button{margin-left:1rem}.demo-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.demo-button:hover:before{left:100%}.has-dropdown{position:relative}.has-dropdown span{align-items:center;cursor:pointer;display:flex;padding:.5rem 0;position:relative}.has-dropdown svg{transition:transform var(--transition-medium)}.has-dropdown.active svg{transform:rotate(180deg)}@media (min-width:992px){.has-dropdown.active .dropdown-menu,.has-dropdown:hover .dropdown-menu{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);visibility:visible}.has-dropdown.active svg,.has-dropdown:hover svg{transform:rotate(180deg)}}@media (max-width:991px){.has-dropdown.active .dropdown-menu{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);visibility:visible}}.dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;left:50%;min-width:280px;opacity:0;padding:1rem;pointer-events:none;position:absolute;top:calc(100% + 1rem);transform:translateX(-50%) translateY(-10px);transition:all .3s ease;visibility:hidden;z-index:1000}.dropdown-item{background:none;border:none;border-bottom:none!important;border-radius:16px;box-shadow:none;color:var(--text-primary);display:block;margin-bottom:.5rem;padding:1.1rem 1.5rem;position:relative;text-decoration:none;text-decoration:none!important;transition:background .2s,color .2s;width:100%}.dropdown-item:last-child{margin-bottom:0}.dropdown-item.active,.dropdown-item:hover{background:#e8f0fe;color:var(--text-primary)}.dropdown-item span{display:block;padding:0;position:relative;text-align:left;z-index:2}.dropdown-item span,.dropdown-item span:first-child{border-bottom:none!important;text-decoration:none!important}.dropdown-item span:first-child{color:var(--text-primary);font-size:1.18rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.18rem}.dropdown-description{color:#5f6b7a;display:block;font-size:.98rem;font-weight:400;line-height:1.4;margin-top:.1rem;text-align:left}.dropdown-item,.dropdown-item *,.dropdown-item .dropdown-description,.dropdown-item a,.dropdown-item span,.dropdown-item span:first-child{border-bottom:none!important;box-shadow:none!important;outline:none!important;text-decoration:none!important}.mobile-menu-toggle{align-items:center;background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:20px;justify-content:center;width:30px;z-index:110}.mobile-menu-toggle span{background-color:var(--text-primary);border-radius:2px;display:block;height:2px;margin:2px 0;transition:all .3s ease;width:100%}.mobile-menu-toggle.open span:first-child{transform:translateY(6px) rotate(45deg)}.mobile-menu-toggle.open span:nth-child(2){opacity:0}.mobile-menu-toggle.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu{background:#fff;box-shadow:var(--shadow-xl);display:flex;flex-direction:column;height:100vh;max-width:400px;overflow-y:auto;padding:2rem;position:fixed;right:-100%;top:0;transition:right .4s ease;width:85%;z-index:100}.mobile-menu.open{right:0}.mobile-menu-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.mobile-menu-close{background:#0000;border:none;color:var(--text-primary);cursor:pointer;font-size:1.5rem}.mobile-nav-list{list-style:none;margin:0;padding:0}.mobile-nav-item{margin-bottom:1rem}.mobile-nav-link{border-bottom:1px solid var(--border-light);color:var(--text-primary);display:block;font-weight:600;padding:1rem 0;text-decoration:none;transition:all var(--transition-medium)}.mobile-nav-link:hover{color:var(--accent)}.mobile-dropdown-toggle{align-items:center;background:#0000;border:none;border-bottom:1px solid var(--border-light);color:var(--text-primary);cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:space-between;padding:1rem 0;transition:all var(--transition-medium);width:100%}.mobile-dropdown-toggle:hover{color:var(--accent)}.mobile-dropdown-toggle svg{transition:all var(--transition-medium)}.mobile-dropdown-toggle.open svg{transform:rotate(180deg)}.mobile-dropdown-menu{max-height:0;overflow:hidden;transition:all var(--transition-medium)}.mobile-dropdown-menu.open{max-height:200px}.mobile-dropdown-item{color:var(--text-primary);display:block;font-weight:500;padding:.75rem 1rem;text-decoration:none;transition:all var(--transition-medium)}.mobile-dropdown-item:hover{background:#f8fafc;color:var(--accent)}.mobile-cta{background:var(--gradient-primary);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-weight:700;margin-top:auto;padding:1rem 2rem;transition:all var(--transition-medium)}.mobile-cta:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.mobile-backdrop{background:#00000080;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .4s ease;visibility:hidden;width:100%;z-index:99}.mobile-backdrop.open{opacity:1;visibility:visible}@media (max-width:992px){.navigation{display:none}.mobile-menu-toggle{display:flex}.header-wrapper{justify-content:space-between}}@media (max-width:768px){.logo-text{font-size:1.5rem}.mobile-menu{width:100%}}@media (max-width:480px){.logo-text{font-size:1.3rem}}.demo-button{align-items:center;background:var(--gradient-primary);border:none;border-radius:var(--radius-md);box-shadow:var(--shadow-md);color:#fff;display:inline-flex;font-weight:700;overflow:hidden;padding:.9rem 1.8rem;position:relative;text-decoration:none;transition:all var(--transition-medium)}.demo-button:hover{box-shadow:0 8px 25px #2563eb66!important;color:#fff!important;transform:translateY(-3px) scale(1.05)}.alphaflow-logo{align-items:center;cursor:pointer;display:flex;transition:all var(--transition-medium)}.alphaflow-logo:hover{transform:translateY(-2px)}.alphaflow-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0ab1fe,#0287e7);background-clip:text;-webkit-background-clip:text;font-size:1.8rem;font-weight:800;letter-spacing:-.5px;margin-right:-.3rem;position:relative}.alphaflow-underline{background:var(--gradient-primary);bottom:-2px;height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.alphaflow-logo:hover .alphaflow-underline{width:100%}.footer-logo .alphaflow-underline,.logo .alphaflow-underline{display:none}.alphaflow-arrow{transition:all var(--transition-medium)}.alphaflow-logo:hover .alphaflow-arrow{transform:translateX(2px)}.hero-section{align-items:center;animation:backgroundShift 20s ease-in-out infinite;background:linear-gradient(135deg,#f0f8ff,#e0f2fe 50%,#dbeafe);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh;overflow:hidden;padding:4rem 0 6rem;position:relative}.hero-section:before{animation:gridMove 30s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='rgba(37,99,235,0.03)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.6;position:absolute;right:0;top:0}@keyframes backgroundShift{0%,to{background-image:linear-gradient(135deg,#f0f8ff,#e0f2fe)}50%{background-image:linear-gradient(135deg,#e0f2fe,#f0f8ff)}}.hero-bg-shapes{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.shape{box-shadow:0 0 50px #2563eb4d;filter:blur(35px);opacity:.6;transition:all .3s ease}.shape:hover{box-shadow:0 0 80px #2563eb80;filter:blur(20px);opacity:.9;transform:scale(1.2)}.shape-1{animation:float 8s ease-in-out infinite;background:linear-gradient(to bottom right,#60a5fa,#2563eb);box-shadow:0 0 100px #60a5fa66}.shape-2{animation:float 10s ease-in-out 1s infinite;background:linear-gradient(to top right,#2563eb,#60a5fa);box-shadow:0 0 80px #2563eb66;height:300px;width:300px}.shape-3{animation:float 9s ease-in-out 2s infinite;background:linear-gradient(to bottom left,#60a5fa,#3b82f6);box-shadow:0 0 60px #60a5fa66;height:200px;right:10%;width:200px}.shape-4{animation:float 11s ease-in-out 1.5s infinite;background:linear-gradient(to top left,#60a5fa,#2563eb);bottom:10%;box-shadow:0 0 90px #60a5fa4d;height:400px;opacity:.4;right:30%;width:400px}.hero-section .container{align-items:center;display:flex;gap:3rem;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem 0;position:relative;z-index:1}.hero-content{align-items:flex-start!important;display:flex;flex:1 1;flex-direction:column;max-width:600px;text-align:left!important}.hero-image{flex:1 1;max-width:550px;position:relative}.image-wrapper{align-items:center;display:flex;justify-content:center;position:relative}.hero-image img{animation:pulse 4s ease-in-out infinite;box-shadow:0 0 30px #2563eb4d;filter:drop-shadow(0 15px 25px rgba(37,99,235,.2));height:auto;max-width:100%;position:relative;transition:all .3s ease;z-index:2}.hero-image img:hover{box-shadow:0 0 40px #2563eb80;filter:drop-shadow(0 20px 35px rgba(37,99,235,.3));transform:scale(1.02)}.floating-element{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #2563eb33;border-radius:16px;box-shadow:0 15px 35px #2563eb4d;cursor:pointer;display:flex;gap:.8rem;overflow:hidden;padding:1rem 1.4rem;position:absolute;transform:scale(1.1);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:3}.floating-element:before{background:linear-gradient(90deg,#0000,#2563eb1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.floating-element:hover:before{left:100%}.floating-element:hover{background:#fffffffa;border-color:#2563eb66;box-shadow:0 25px 50px #2563eb66;transform:scale(1.15) translateY(-5px)}.floating-element i{color:#2563eb!important;filter:drop-shadow(0 2px 4px rgba(37,99,235,.3));font-size:1.6rem;transition:all .3s ease}.floating-element:hover i{color:#1d4ed8!important;filter:drop-shadow(0 4px 8px rgba(37,99,235,.5));transform:scale(1.1)}.floating-element span{color:#0f172a;font-size:1.15rem;font-weight:700;white-space:nowrap}.element-1{animation:float-element 6s ease-in-out infinite;left:-8%;top:10%}.element-2{animation:float-element 6s ease-in-out 1s infinite;right:-8%;top:35%}.element-3{animation:float-element 6s ease-in-out 2s infinite;bottom:15%;left:20%}@keyframes float-element{0%{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-8px) rotate(1deg)}50%{transform:translateY(-15px) rotate(0deg)}75%{transform:translateY(-8px) rotate(-1deg)}to{transform:translateY(0) rotate(0deg)}}.hero-section h1{color:var(--text-primary);font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-tagline{display:block;font-size:3.5rem}.hero-description{color:var(--text-medium);font-size:1.25rem;line-height:1.6;margin-bottom:2rem!important}.hero-features{align-items:flex-start!important;flex-direction:column;justify-content:flex-start!important;margin-left:0!important;padding-left:0!important}.hero-features,.hero-section .hero-features{gap:1rem!important;margin-bottom:2rem!important;margin-top:0!important}.hero-section .hero-description{margin-bottom:2rem!important}section#home .hero-content .hero-features{gap:1rem!important;margin-bottom:2rem!important;margin-top:0!important}section#home .hero-content .hero-description{margin-bottom:2rem!important}.feature-tag{align-items:center;background-color:#fff;border:1px solid #2563eb26;border-radius:var(--radius-md);box-shadow:0 8px 16px #2563eb26;cursor:pointer;display:flex;gap:.9rem;padding:.8rem 1.5rem;transition:all .3s ease;white-space:nowrap;width:380px}.feature-tag:hover{border-color:#2563eb4d;box-shadow:0 10px 20px #2563eb33;transform:translateY(-3px)}.feature-tag i{align-items:center;background:#2563eb1a;border-radius:50%;box-shadow:0 4px 10px #2563eb26;color:#2563eb;display:flex;font-size:1.5rem;height:2.8rem;justify-content:center;width:2.8rem}.feature-tag span{color:#0f172a;font-size:1.05rem;font-weight:700}.cta-buttons{justify-content:flex-start;width:100%}.cta-buttons .btn-primary{margin-right:auto}.cta-buttons .btn-primary i{margin-left:.5rem;transition:transform .3s ease}.cta-buttons .btn-primary:hover i{transform:translateX(3px)}.hero-scroll-indicator{animation:fade-in-up 2s ease-in-out 1s forwards;bottom:1rem;display:flex;justify-content:center;left:0;opacity:.7;position:absolute;right:0;z-index:10}.hero-scroll-indicator a{align-items:center;color:var(--text-medium);display:flex;flex-direction:column;gap:.5rem;transition:var(--transition)}.hero-scroll-indicator span{font-size:.9rem;font-weight:500}.hero-scroll-indicator i{animation:bounce 2s infinite;font-size:1rem}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:.7;transform:translateY(0)}}@media (max-width:1200px){.hero-section h1{font-size:3.5rem}.hero-tagline{font-size:3rem}}@media (max-width:992px){.hero-section{padding:8rem 0 5rem}.hero-section .container{flex-direction:column;text-align:left}.hero-content{align-items:flex-start;display:flex;flex-direction:column;max-width:100%}.hero-section h1{font-size:3rem}.hero-tagline{font-size:2.5rem}.hero-description{max-width:600px}.hero-features{justify-content:flex-start}.element-1{left:5%;top:5%}.element-2{bottom:15%;right:5%}.hero-cta{align-self:flex-start}}@media (max-width:768px){.hero-section{padding:7rem 0 4rem}.hero-section h1{font-size:2.5rem}.hero-tagline{font-size:2.2rem}.hero-description{font-size:1.1rem}.floating-element{display:none}}@media (max-width:576px){.hero-section h1{font-size:2.2rem}.hero-tagline{font-size:1.9rem}.cta-buttons{flex-direction:column;gap:1rem;width:100%}.cta-buttons a{width:100%}}.btn-large{font-size:1.1rem;font-weight:600;padding:.9rem 1.8rem}.hero-cta{align-items:center;align-self:flex-start!important;background:linear-gradient(135deg,#2563eb,#60a5fa);border:none;box-shadow:0 10px 20px #2563eb40;color:#fff;font-size:1.3rem;font-weight:700;gap:.5rem;justify-content:center;margin-bottom:1rem;margin-left:0!important;min-width:400px;padding:1.2rem 5rem;text-align:center;transition:all .3s ease}.hero-cta:hover{box-shadow:0 12px 30px #2563eb59;transform:translateY(-3px)}.hero-cta i{margin-left:.5rem;transition:transform .3s ease}.hero-cta:hover i{transform:translateX(3px)}.pillars-section{background-color:var(--bg-light);padding:6rem 2rem}.section-header.centered{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%}.section-header.centered .section-title{display:block;margin-left:auto;margin-right:auto;text-align:center;width:100%}.section-title{color:var(--text-primary);font-size:2.6rem}.text-gradient{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text}.section-subtitle{color:var(--text-medium);max-width:700px}.pillars-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.pillar-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;box-shadow:0 8px 32px #0000001a;cursor:pointer;display:flex;flex:1 1;flex-direction:column;height:100%;min-height:450px;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.pillar-card:before{background:linear-gradient(90deg,#0000,#2563eb4d,#0000);content:"";height:1px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.pillar-card:after{background:linear-gradient(90deg,#0000,#2563eb0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .8s ease;width:100%}.pillar-card:hover:before{opacity:1}.pillar-card:hover:after{left:100%}.pillar-card:hover{background:#fffffffa;border-color:#2563eb4d;box-shadow:0 20px 60px #00000026;transform:translateY(-12px) scale(1.02)}.pillar-icon{align-items:center;align-self:center;background:var(--gradient-primary);border-radius:50%;box-shadow:0 12px 40px #2563eb4d;display:flex;height:90px;justify-content:center;margin-bottom:1.5rem;min-width:90px;position:relative;transition:all .3s ease;width:90px}.pillar-icon:after{background:linear-gradient(135deg,#2563eb,#3b82f6,#60a5fa);border-radius:50%;bottom:-2px;content:"";left:-2px;opacity:0;position:absolute;right:-2px;top:-2px;transition:opacity .3s ease;z-index:-1}.pillar-icon i{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:2.2rem;transition:transform .3s ease}.pillar-card:hover .pillar-icon{box-shadow:0 16px 50px #2563eb66;transform:scale(1.1)}.pillar-card:hover .pillar-icon:after{opacity:1}.pillar-card:hover .pillar-icon i{transform:scale(1.1)}.pillar-content{display:flex;flex:1 1;flex-direction:column;text-align:center}.pillar-content h3{color:var(--text-primary);font-size:1.5rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.pillar-content p{font-size:1rem;line-height:1.6;margin-bottom:1rem}.pillar-content p,.pillar-note{color:var(--text-medium);max-width:none;width:100%}.pillar-note{background-color:#2563eb0d;border-left:3px solid var(--accent);border-radius:var(--radius-sm);font-size:.95rem;line-height:1.5;margin-top:1rem;padding:1rem}.pillars-cta{margin-top:4rem;text-align:center}.pillars-cta .btn-primary{align-items:center;display:inline-flex;gap:.5rem;padding:.9rem 2rem}.pillars-cta .btn-primary i{transition:transform .3s ease}.pillars-cta .btn-primary:hover i{transform:translateX(4px)}@media (max-width:1024px){.pillars-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.pillars-section{padding:4rem 1rem}.section-title{font-size:2rem}.pillars-grid{gap:2rem;grid-template-columns:1fr}.pillar-card{align-items:center;flex-direction:column;padding:1.75rem}.pillar-icon{height:60px;margin-bottom:1rem;min-width:60px;width:60px}.pillar-icon i{font-size:1.5rem}}@media (max-width:480px){.pillar-card{align-items:center;flex-direction:column;padding:1.5rem}.pillar-icon{margin-bottom:1rem}}.features-showcase{background:var(--bg-light);border:1px solid #2563eb12;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);flex-direction:row;margin-left:-160px;margin-right:-160px;margin-top:80px;padding-left:40px}.features-graphic,.features-showcase{align-items:center;display:flex;overflow:hidden}.features-graphic{background:var(--gradient-primary);border-radius:var(--radius-lg);flex:1 1;min-height:450px;padding:60px}.ai-automation-visual,.features-graphic{justify-content:center;position:relative}.ai-automation-visual{align-items:center;display:flex;height:400px;width:400px}.central-circle{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.circle-inner{align-items:center;animation:brainFloat 4s ease-in-out infinite,brainGlow 3s ease-in-out infinite;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:50%;box-shadow:0 0 30px #2563eb66;display:flex;height:80px;justify-content:center;margin-top:8px;position:relative;width:80px;z-index:3}.circle-inner i{animation:brainIconPulse 2s ease-in-out infinite;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:2rem}.circle-ring{animation:ringRotate 8s linear infinite,ringPulse 4s ease-in-out infinite;border:2px solid #ffffff4d;border-radius:50%;height:120px;left:50%;margin-left:-60px;margin-top:-60px;position:absolute;top:50%;transform:translate(-50%,-50%);width:120px}.circle-ring:before{animation:ringGlow 6s ease-in-out infinite;border:1px solid #fff3;border-radius:50%;bottom:-5px;content:"";left:-5px;position:absolute;right:-5px;top:-5px}.corner-elements{bottom:0;left:0;position:absolute;right:0;top:0;z-index:5}.corner-element{align-items:center;animation:cornerFloat 6s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;flex-direction:column;gap:8px;padding:12px;position:absolute;transition:all .3s ease}.corner-element:hover{background:#ffffff26;box-shadow:0 8px 25px #0000001a;transform:scale(1.05)}.element-icon{align-items:center;animation:iconGlow 3s ease-in-out infinite;background:#fffffff2;border-radius:8px;box-shadow:0 4px 15px #0000001a;display:flex;height:40px;justify-content:center;position:relative;width:40px}.element-icon:before{animation:iconBorder 4s ease-in-out infinite;background:linear-gradient(45deg,#0000,#2563eb4d,#0000);border-radius:10px;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px}.element-icon i{animation:iconSpin 8s linear infinite;color:#2563eb;font-size:1rem}.element-text{color:#ffffffe6;font-size:.7rem;font-weight:600;text-align:center;text-shadow:0 1px 3px #0000004d}.top-left{animation-delay:0s;left:10%;top:10%}.top-right{animation-delay:1.5s;right:10%;top:10%}.bottom-left{animation-delay:3s;bottom:10%;left:10%}.bottom-right{animation-delay:4.5s;bottom:10%;right:10%}.connecting-lines{bottom:0;left:0;position:absolute;right:0;top:0;z-index:2}.line{animation:lineFlow 3s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fff9,#0000);box-shadow:0 0 10px #ffffff4d;height:3px}.line,.line:before{border-radius:2px;position:absolute}.line:before{animation:dataFlow 2s linear infinite;background:linear-gradient(90deg,#0000,#ffffffe6,#0000);content:"";height:100%;left:0;top:0;width:100%}.line:after{animation:dataPacket 2s linear infinite;background:#fffc;border-radius:50%;content:"";height:7px;left:0;position:absolute;top:-2px;width:6px}.line-1{left:20%;top:20%;transform:rotate(-45deg);width:100px}.line-1,.line-1:before{animation-delay:0s}.line-1:after{animation-delay:.5s}.line-2{right:20%;top:20%;transform:rotate(45deg);width:100px}.line-2,.line-2:before{animation-delay:.75s}.line-2:after{animation-delay:1.25s}.line-3{bottom:20%;left:20%;transform:rotate(45deg);width:100px}.line-3,.line-3:before{animation-delay:1.5s}.line-3:after{animation-delay:2s}.line-4{bottom:20%;right:20%;transform:rotate(-45deg);width:100px}.line-4,.line-4:before{animation-delay:2.25s}.line-4:after{animation-delay:2.75s}.node{animation:float-node 6s ease-in-out infinite;background:#fff;border:1px solid #ffffff4d;box-shadow:0 8px 20px #0003;cursor:pointer;height:70px;transition:all .3s ease;width:70px}.node:hover{border-color:#fff9;box-shadow:0 12px 30px #0000004d;transform:scale(1.1)}.node i{color:var(--accent);filter:drop-shadow(0 2px 3px rgba(37,99,235,.2));font-size:1.7rem;transition:all .3s ease}.node:hover i{color:#1d4ed8;filter:drop-shadow(0 4px 6px rgba(37,99,235,.4));transform:scale(1.1)}.node1{animation-delay:0s;left:20%;top:15%}.node2{animation-delay:2s;right:20%;top:15%}.node3{animation-delay:4s;bottom:5%;left:50%;margin-left:-35px;position:absolute;transform:translateX(-50%)}.connection-line{background:#fff9;position:absolute;transform-origin:left center;z-index:1}.line1{animation:pulse 3s infinite;left:30%;transform:rotate(-30deg)}.line1,.line2{height:2px;top:22.5%;width:80px}.line2{animation:pulse 4s infinite;right:30%;transform:rotate(30deg)}.line3{animation:pulse 3.5s infinite;height:2px;left:50%;top:85%;transform:translateX(-50%);width:60px}.line4{animation:pulse 3.2s infinite;left:25%;transform:rotate(45deg)}.line4,.line5{height:2px;top:35%;width:70px}.line5{animation:pulse 3.8s infinite;right:25%;transform:rotate(-45deg)}.line6{animation:pulse 4.2s infinite;left:35%;transform:rotate(15deg)}.line6,.line7{height:2px;top:75%;width:50px}.line7{animation:pulse 3.6s infinite;right:35%;transform:rotate(-15deg)}.pulse-circle{animation:ripple 3s infinite;border:2px solid #fff3;border-radius:50%;height:300px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:300px;z-index:1}@keyframes float-node{0%{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-8px) rotate(2deg)}50%{transform:translateY(-12px) rotate(0deg)}75%{transform:translateY(-8px) rotate(-2deg)}to{transform:translateY(0) rotate(0deg)}}@keyframes ripple{0%{height:120px;opacity:.8;width:120px}to{height:300px;opacity:0;width:300px}}@keyframes corePulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.2)}}@keyframes ringRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes particleMove{0%{opacity:0;transform:translateY(-50px)}50%{opacity:1}to{opacity:0;transform:translateY(50px)}}@keyframes avatarFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes templateFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-5px) rotate(2deg)}}@keyframes linePulse{0%,to{opacity:.2}50%{opacity:.6}}@keyframes indicatorPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}@keyframes bgFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(180deg)}}@keyframes hubGlow{0%,to{opacity:.2;transform:translate(-50%,-50%) scale(1)}50%{opacity:.4;transform:translate(-50%,-50%) scale(1.2)}}@keyframes arrowPulse{0%,to{opacity:.5;transform:translateX(0)}50%{opacity:1;transform:translateX(3px)}}@keyframes connectionPulse{0%,to{opacity:.2}50%{opacity:.6}}@keyframes aiPulse{0%,to{box-shadow:0 0 30px #2563eb4d;transform:scale(1)}50%{box-shadow:0 0 40px #2563eb80;transform:scale(1.05)}}@keyframes brainFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes cornerFloat{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-6px) rotate(1deg)}50%{transform:translateY(-12px) rotate(0deg)}75%{transform:translateY(-6px) rotate(-1deg)}}@keyframes lineFlow{0%,to{opacity:.3;transform:scaleX(.8)}50%{opacity:.8;transform:scaleX(1.2)}}@keyframes dataFlow{0%{opacity:0;transform:translateX(-100%)}50%{opacity:1}to{opacity:0;transform:translateX(100%)}}@keyframes dataPacket{0%{opacity:0;transform:translateX(-100%)}20%{opacity:1}80%{opacity:1}to{opacity:0;transform:translateX(100%)}}.features-content{flex:1.5 1;padding:80px 60px}.features-title{color:var(--text-primary);font-size:2.5rem;font-weight:800;margin-bottom:20px}.features-title .text-gradient{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;font-weight:800}.features-description{color:var(--text-medium);font-size:1.1rem;line-height:1.6;margin-bottom:40px}.feature-item{align-items:center;display:flex;gap:20px;margin-bottom:30px;min-height:80px}.feature-icon{background:var(--gradient-primary);border-radius:10px;font-size:1.3rem;height:50px;margin-top:12px;min-width:50px;width:50px}.feature-text{flex:1 1}.feature-item h3{color:var(--text-primary);margin-bottom:4px;margin-left:-30px}.feature-item p{color:var(--text-medium);margin-top:-12px!important}@media (max-width:991px){.features-showcase{flex-direction:column}.features-content,.features-graphic{padding:30px;width:100%}.features-graphic{min-height:300px}}@media (max-width:768px){.features-title{font-size:1.75rem}.illustration-element{font-size:1.25rem;height:50px;width:50px}.illustration-element.central-hub{font-size:1.75rem;height:70px;width:70px}}@media (max-width:576px){.features-showcase{margin-top:60px}.features-graphic{min-height:250px}.saas-illustration{height:250px;width:250px}}.benefits-section{background:#fff;border:1px solid #2563eb12;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin-top:80px;padding:60px 20px;text-align:center}.benefits-title{color:var(--text-primary);display:inline-block;font-size:2.2rem;font-weight:800;margin-bottom:3rem;position:relative}.benefits-row{display:flex;flex-wrap:nowrap;gap:30px;justify-content:space-between;margin-top:2rem}.benefit-card{align-items:center;border:1px solid #2563eb1a;border-radius:var(--radius-md);box-shadow:0 4px 20px #0000000f;display:flex;flex:1 1;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.benefit-card:hover{border-color:#2563eb33;box-shadow:0 15px 30px #0000001f;transform:translateY(-8px)}.benefit-icon{background:var(--gradient-primary);border-radius:50%;box-shadow:0 8px 25px #2563eb40;margin-bottom:1.5rem}.benefit-icon i{filter:drop-shadow(0 2px 4px rgba(0,0,0,.15));font-size:2rem}.benefit-card h3{color:var(--text-primary);font-size:1.4rem}.benefit-card p{color:var(--text-medium);font-size:1.05rem}@media (max-width:991px){.benefits-row{flex-wrap:wrap;gap:20px}.benefit-card{flex-basis:calc(50% - 20px);flex-grow:0;flex-shrink:0;min-width:220px}}@media (max-width:768px){.benefits-section{margin-top:50px;padding:40px 20px}.benefits-title{font-size:1.8rem;margin-bottom:2rem}.benefit-icon{height:70px;width:70px}.benefit-icon i{font-size:1.8rem}.benefit-card h3{font-size:1.3rem}}@media (max-width:576px){.benefits-row{flex-direction:column}.benefit-card{width:100%}}.contact-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#cbd5e1);overflow:hidden;padding:5rem 2rem;position:relative}.contact-section:before{animation:dotsMove 20s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='10' cy='10' r='1' fill='rgba(0,0,0,0.03)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.6;position:absolute;right:0;top:0}@keyframes dotsMove{0%{transform:translate(0)}to{transform:translate(20px,20px)}}.contact-section .container{margin:0 auto;max-width:1200px;position:relative;z-index:2}.contact-header{margin-bottom:4rem;text-align:center}.contact-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#60a5fa);-webkit-background-clip:text;background-clip:text;color:#0f172a;font-size:3rem;font-weight:800;margin-bottom:1.5rem}.contact-header p{color:#475569;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.contact-content{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.contact-info{display:flex;flex-direction:column;gap:1.5rem;height:100%}.info-card{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffffe6;border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 40px #0000001a;display:flex;flex:1 1;flex-direction:row;overflow:hidden;padding:1.35rem;position:relative;transition:all .3s ease}.info-card:hover{background:#fffffff2;box-shadow:0 20px 60px #00000026;transform:translateY(-8px)}.info-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:16px;box-shadow:0 8px 25px #3b82f64d;height:88px;margin-bottom:0;margin-left:1rem;margin-right:3.5rem;transition:all .3s ease;width:88px}.info-content,.info-icon{display:flex;justify-content:center}.info-content{flex:1 1;flex-direction:column;padding-right:1rem}.info-card:hover .info-icon{box-shadow:0 12px 35px #3b82f666;transform:scale(1.1)}.info-icon i{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));font-size:2.4rem}.info-card h3{color:#0f172a;font-size:1.3rem;font-weight:700;margin-bottom:.75rem}.info-card p{color:#475569;font-size:1rem;line-height:1.6;margin:0}.contact-form-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 60px #0000001a;margin-top:-.5rem;padding:3rem;transition:all .3s ease}.contact-form-container:hover{box-shadow:0 25px 70px #00000026;transform:translateY(-5px)}.form-header{margin-bottom:2.5rem;text-align:center}.form-header h3{color:#0f172a;font-size:2rem;font-weight:700;margin-bottom:.5rem}.form-header p{color:#64748b;font-size:1rem;margin:0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.form-group label{font-size:.9rem;margin-bottom:.25rem}.form-group input,.form-group select,.form-group textarea{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border:2px solid #e5e7eb;border-radius:12px;color:#1f2937;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#fffffff2;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none;transform:translateY(-2px)}.form-group select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;cursor:pointer;padding-right:2.5rem}.form-group textarea{min-height:120px;resize:vertical}.submit-button{align-items:center;background:linear-gradient(135deg,#2563eb,#60a5fa);border:none;border-radius:16px;box-shadow:0 12px 30px #2563eb4d;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;justify-content:center;margin-top:1rem;overflow:hidden;padding:1.25rem 2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.submit-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.submit-button:hover:before{left:100%}.submit-button:hover{box-shadow:0 20px 50px #2563eb66;transform:translateY(-3px) scale(1.02)}.submit-button:disabled{cursor:not-allowed;opacity:.7;transform:none}.submit-button:disabled:hover{box-shadow:0 12px 30px #2563eb4d;transform:none}.submit-button i{transition:transform .3s ease}.submit-button:hover i{transform:translateX(3px)}.form-note{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem;justify-content:center;margin-top:1rem;text-align:center}.form-note i{color:#10b981}.success-message{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 60px #0000001a;padding:3rem 2rem;text-align:center}.success-icon{margin-bottom:1.5rem}.success-icon i{color:#10b981;filter:drop-shadow(0 4px 8px rgba(16,185,129,.3));font-size:4rem}.success-message h3{color:#0f172a;font-size:2rem;font-weight:700;margin-bottom:1rem}.success-message p{color:#475569;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.success-features{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:400px}.feature{align-items:center;background:#10b9811a;border:1px solid #10b98133;border-radius:12px;display:flex;gap:.75rem;padding:.75rem 1rem}.feature i{color:#10b981;font-size:1.1rem}.feature span{color:#065f46;font-size:.9rem;font-weight:500}.required-star{color:red;font-weight:700;margin-left:2px}@media (max-width:1024px){.contact-content{gap:3rem}.contact-header h2{font-size:2.5rem}.contact-form-container{padding:2.5rem}}@media (max-width:768px){.contact-section{padding:3rem 1.5rem}.contact-header h2{font-size:2rem}.contact-header p{font-size:1.1rem}.contact-content{gap:2.5rem;grid-template-columns:1fr}.contact-form-container{padding:2rem}.form-row{gap:1rem;grid-template-columns:1fr}.info-card{padding:1.5rem}.info-icon{height:50px;width:50px}.info-icon i{font-size:1.25rem}}@media (max-width:576px){.contact-section{padding:2rem 1rem}.contact-header h2{font-size:1.75rem}.contact-form-container{padding:1.5rem}.submit-button{font-size:1rem;padding:1rem 1.5rem}.success-message{padding:2rem 1.5rem}.success-icon i{font-size:3rem}}.footer{background:linear-gradient(135deg,#e2e8f0,#cbd5e1 50%,#94a3b8);border-top:1px solid var(--border-light);box-shadow:inset 0 2px 10px #0000000d;color:var(--text-primary);margin-top:4rem;overflow:hidden;padding:4rem 0 2rem;position:relative}.footer:after{animation:gridMove 35s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='25' height='25' patternUnits='userSpaceOnUse'%3E%3Cpath d='M25 0H0v25' fill='none' stroke='rgba(0,0,0,0.02)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;opacity:.8;right:0}.footer:after,.footer:before{content:"";left:0;position:absolute;top:0}.footer:before{background:var(--gradient-primary);box-shadow:0 0 10px var(--shadow-color);height:4px;width:100%}.footer-content{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:3rem;position:relative;z-index:2}.footer-left{flex:1 1;max-width:350px;min-width:200px}.footer-logo{margin-bottom:1.5rem;transform:translateY(0);transition:transform .3s ease}.footer-logo:hover{transform:translateY(-5px)}.footer-logo .alphaflow-logo{align-items:center;cursor:pointer;display:flex;transition:all var(--transition-medium)}.footer-logo .alphaflow-logo:hover{transform:translateY(-2px)}.footer-logo .alphaflow-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0ab1fe,#0287e7);background-clip:text;-webkit-background-clip:text;font-size:1.8rem;font-weight:800;letter-spacing:-.5px;margin-right:-.3rem;position:relative}.footer-logo .alphaflow-arrow{transition:all var(--transition-medium)}.footer-logo .alphaflow-logo:hover .alphaflow-arrow{transform:translateX(2px)}.footer-logo .alphaflow-underline{display:none}.footer-logo h2{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:2.2rem;font-weight:800;letter-spacing:-.5px;margin:0 0 .5rem;text-shadow:0 5px 15px var(--shadow-color)}.footer-logo p{color:var(--text-medium);font-size:1rem;margin:0}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.footer-social a{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:12px;box-shadow:0 4px 15px #0000001a;color:var(--text-primary);display:flex;height:48px;justify-content:center;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);width:48px}.footer-social a:before{background:var(--gradient-primary);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:-1}.footer-social a:hover{background:#fffffff2;box-shadow:0 12px 30px #0003;color:#fff;transform:translateY(-8px) scale(1.1)}.footer-social a:hover:before{opacity:1}.footer-links{display:flex;flex-wrap:wrap;gap:4rem}.footer-links-column{min-width:140px}.footer-links-column h3{color:var(--text-primary);font-size:1.2rem;font-weight:700;letter-spacing:.5px;margin:0 0 1.2rem;padding-bottom:.8rem;position:relative}.footer-links-column h3:after{background:var(--gradient-primary);border-radius:2px;bottom:0;box-shadow:0 1px 3px var(--shadow-color);content:"";height:3px;left:0;position:absolute;width:40px}.footer-links-column ul{list-style:none;margin:0;padding:0}.footer-links-column li{margin-bottom:.9rem;transform:translateX(0);transition:transform .3s ease}.footer-links-column li:hover{transform:translateX(5px)}.footer-links-column a{color:var(--text-medium);display:inline-block;font-size:1rem;font-weight:500;position:relative;text-decoration:none;transition:all .3s ease}.footer-links-column a:after{background:var(--gradient-primary);bottom:-2px;box-shadow:0 1px 3px var(--shadow-color);content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.footer-links-column a:hover{color:var(--accent)}.footer-links-column a:hover:after{width:100%}.footer-bottom{border-top:1px solid var(--border-light);padding-top:1.5rem}.footer-copyright{color:var(--text-medium);font-size:.95rem;text-align:center}.footer-copyright p{margin:0}@media (max-width:768px){.footer-content{flex-direction:column;gap:2.5rem}.footer-left{max-width:100%}.footer-links{gap:2rem;justify-content:space-between;width:100%}}.private-equity-section{background-color:#fff;padding:8rem 2rem 6rem}.private-equity-section .container{margin:0 auto;max-width:1000px}.page-header{margin-bottom:3rem;text-align:left}.page-header h1{color:#1a365d;font-size:2.8rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.page-header h2{color:#2d3748;font-size:1.8rem;font-weight:600;line-height:1.4;margin-bottom:1.5rem}.subheader-text{color:#4a5568;font-size:1.2rem;line-height:1.6;max-width:90%}.divider{background-color:#e2e8f0;height:1px;margin:3rem 0}.pain-points{margin-bottom:4rem}.pain-points h2,.use-cases h2{color:#1a365d;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.pain-points ul{padding-left:1.5rem}.pain-points li{color:#4a5568;font-size:1.1rem;line-height:1.5;margin-bottom:1rem;position:relative}.pain-points li:before{color:#4299e1;content:"•";display:inline-block;font-weight:700;margin-left:-1.5rem;width:1.5rem}.use-cases{margin-bottom:4rem}.use-case{background-color:#f8fafc;border-left:4px solid #4299e1;border-radius:8px;margin-bottom:2.5rem;padding:2rem}.use-case h3{color:#2d3748;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.use-case p{color:#4a5568;font-size:1.1rem;line-height:1.5;margin-bottom:1.2rem}.use-case ul{padding-left:1.5rem}.use-case li{color:#4a5568;font-size:1rem;line-height:1.5;margin-bottom:.8rem}.cta-container{margin:4rem 0 2rem}.cta-container .btn-primary{background-color:#4299e1;border-radius:4px;color:#fff;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.cta-container .btn-primary:hover{background-color:#3182ce;box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}@media (max-width:768px){.private-equity-section{padding:7rem 1.5rem 4rem}.page-header h1{font-size:2.2rem}.page-header h2{font-size:1.5rem}.subheader-text{font-size:1.1rem;max-width:100%}.pain-points h2,.use-cases h2{font-size:1.6rem}.use-case{padding:1.5rem}.use-case h3{font-size:1.3rem}}.private-equity-page{padding-top:70px}.pe-hero{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);display:flex;min-height:100vh;overflow:hidden;padding:0;position:relative}.pe-hero .hero-background{bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.pe-hero .hero-shapes{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.pe-hero .shape{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(60px);opacity:.4;position:absolute}.pe-hero .shape-1{animation-delay:0s;background:linear-gradient(135deg,#2563eb,#60a5fa);height:600px;right:-200px;top:-200px;width:600px}.pe-hero .shape-2{animation-delay:5s;background:linear-gradient(135deg,#1d4ed8,#2563eb);bottom:-100px;height:400px;left:-100px;width:400px}.pe-hero .shape-3{animation-delay:10s;background:linear-gradient(135deg,#1e40af,#60a5fa);height:300px;left:10%;top:30%;width:300px}.pe-hero .container{position:relative;z-index:2}.pe-hero-content{animation:fadeInUp 1s ease .3s both;margin:0 auto;max-width:1000px;text-align:center}.pe-hero h1{animation:fadeInUp 1s ease .5s both;color:#0f172a;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.pe-hero h1 .gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#0ea5e9);-webkit-background-clip:text;background-clip:text}.pe-hero h1 .black-text{-webkit-text-fill-color:#000;color:#000}.pe-subheadline{animation:fadeInUp 1s ease .7s both;color:#000!important;font-size:1.25rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.pe-cta-buttons{display:flex;gap:1rem}.btn-secondary{background:#fff;border:none;border-radius:var(--radius-md);box-shadow:var(--shadow-md);color:var(--accent);display:inline-block;font-weight:600;letter-spacing:.5px;overflow:hidden;padding:.9rem 2rem;position:relative;text-align:center;transition:var(--transition-medium);z-index:1}.btn-secondary:hover{background:#f8fafc;box-shadow:var(--shadow-lg);transform:translateY(-3px)}.pe-core-challenge{background-color:#f8fafc;padding:6rem 0;position:relative}.section-title:after{background:linear-gradient(135deg,#2563eb,#60a5fa)}.section-description{color:#64748b;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px;text-align:center}.pe-relationship-engines{background-color:#fff;padding:6rem 0;position:relative}.relationship-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:3rem}.relationship-card{align-items:center;animation:fadeInUp 1s ease both;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #0000;border-radius:50px;box-shadow:0 4px 15px #2563eb1a;cursor:pointer;display:flex;flex-direction:column;gap:1rem;max-width:320px;min-width:280px;padding:1.5rem 2rem;position:relative;transition:all .3s ease}.relationship-card:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#2563eb4d;box-shadow:0 12px 30px #2563eb33;transform:translateY(-4px)}.relationship-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 15px #2563eb33;color:#2563eb;display:flex;font-size:1.25rem;height:50px;justify-content:center;transition:all .3s ease;width:50px}.relationship-card:hover .relationship-icon{box-shadow:0 8px 25px #2563eb4d;transform:scale(1.1)}.relationship-icon i{color:#2563eb;font-size:1.25rem}.relationship-card h3{color:#0f172a;font-size:1.25rem;font-weight:700;margin:0;text-align:center}.relationship-benefits{margin:0;padding-left:1.5rem}.relationship-benefits li{color:var(--text-medium);line-height:1.6;margin-bottom:1rem}.pe-ai-capabilities{background-color:#f8fafc;padding:6rem 0;position:relative}.capabilities-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:3rem}.capability-item{align-items:center;animation:fadeInUp 1s ease both;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #0000;border-radius:50px;box-shadow:0 4px 15px #ef44441a;cursor:pointer;display:flex;flex-direction:column;gap:1rem;max-width:320px;min-width:280px;padding:1.5rem 2rem;position:relative;transition:all .3s ease}.capability-item:hover{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#ef44444d;box-shadow:0 12px 30px #ef444433;transform:translateY(-4px)}.capability-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 15px #ef444433;color:#ef4444;display:flex;font-size:1.25rem;height:50px;justify-content:center;transition:all .3s ease;width:50px}.capability-item:hover .capability-icon{box-shadow:0 8px 25px #ef44444d;transform:scale(1.1)}.capability-icon i{color:#ef4444;font-size:1.25rem}.capability-item h3{color:#0f172a;font-size:1.25rem;font-weight:700;margin:0;text-align:center}.capability-item p{color:#64748b;line-height:1.6;margin:0;text-align:center}.pe-workflow{background-color:#fff;padding:6rem 0;position:relative}.workflow-steps{margin:3rem auto 0;max-width:800px}.workflow-step{align-items:flex-start;display:flex;margin-bottom:3rem;position:relative}.workflow-step:not(:last-child):after{background:#2563eb;content:"";height:calc(100% + 3rem);left:25px;opacity:.2;position:absolute;top:60px;width:2px}.step-number{align-items:center;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:50%;box-shadow:0 4px 15px #2563eb4d;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin-right:2rem;position:relative;width:50px;z-index:2}.step-content h3{color:#0f172a;font-size:1.35rem;font-weight:700;margin-bottom:.75rem}.step-content p{color:#64748b;line-height:1.6}.pe-benefits{background-color:#f8fafc;padding:6rem 0;position:relative}.benefits-grid{align-items:stretch;flex-wrap:wrap;gap:1.5rem;margin-top:3rem}.benefit-item,.benefits-grid{display:flex;justify-content:center}.benefit-item{align-items:center;animation:fadeInUp 1s ease both;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #0000;border-radius:50px;box-shadow:0 4px 15px #2563eb1a;cursor:pointer;flex-direction:column;gap:1rem;max-width:320px;min-width:280px;padding:1.5rem 2rem;position:relative;text-align:center;transition:all .3s ease}.benefit-item:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#2563eb4d;box-shadow:0 12px 30px #2563eb33;transform:translateY(-4px)}.benefit-item i{align-items:center;color:#2563eb;display:flex;font-size:2rem;justify-content:center;margin:0 auto .5rem;width:100%}.benefit-item h3{color:#0f172a;font-size:1.25rem;font-weight:700;line-height:1.5;margin:0;text-align:center}.pe-cta-footer{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:6rem 0;position:relative;text-align:center}.pe-cta-footer h2{color:#fff;font-size:3rem;font-weight:800;margin-bottom:2rem}.cta-buttons{gap:4rem}.cta-buttons .cta-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.cta-buttons .cta-btn.primary{background:linear-gradient(135deg,#2563eb,#60a5fa);box-shadow:0 4px 15px #2563eb4d;color:#fff}.cta-buttons .cta-btn.primary:hover{box-shadow:0 8px 25px #2563eb66;transform:translateY(-2px)}.cta-buttons .cta-btn.secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;color:#fff}.cta-buttons .cta-btn.secondary:hover{background:#fff3;border-color:#ffffff4d;box-shadow:0 8px 25px #0ff3;transform:translateY(-2px)}@media (max-width:768px){.pe-hero h1{font-size:2.5rem}.pe-hero-eyebrow{font-size:1.1rem}.pe-subheadline{font-size:1.2rem}.cta-buttons,.pe-cta-buttons{align-items:center;flex-direction:column}.section-title{font-size:1.8rem}.section-description{font-size:1.1rem}.workflow-step{flex-direction:column}.step-number{margin-bottom:1rem}.workflow-step:not(:last-child):after{height:calc(100% + 1rem);left:25px;top:50px}}@media (max-width:480px){.pe-hero h1{font-size:2rem}.section-title{font-size:1.6rem}.capability-icon{height:60px;width:60px}}.pe-hero-bg{height:100%;opacity:.1;position:absolute;right:0;top:0;width:50%;z-index:1}.about-hero,.about-page{overflow:hidden;position:relative;width:100%}.about-hero{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;display:flex;justify-content:center;min-height:100vh;padding:0}.shape{opacity:.5}.shape-1{animation:float 15s ease-in-out infinite;height:500px;left:-100px;top:-150px;width:500px}.shape-2{animation:float 20s ease-in-out infinite reverse;right:-100px}.shape-3{animation:float 18s ease-in-out 2s infinite;right:15%}.about-hero .container{margin:0 auto;max-width:1200px;padding:0 30px;position:relative;text-align:center;z-index:2}.about-hero h1{font-size:5rem;font-weight:800;margin-bottom:1.5rem;text-shadow:0 2px 20px #0003}.gradient-text{background:linear-gradient(135deg,#60a5fa,#0ea5e9);color:#0000}.about-hero .subtitle{color:#ffffffe6;font-size:1.8rem;margin:0 auto 3rem;max-width:800px;text-shadow:0 2px 10px #0003}.hero-description{margin:0 auto 3rem;max-width:900px}.hero-description p{color:#ffffffe6;font-size:1.3rem;line-height:1.8;text-align:center;text-shadow:0 2px 10px #0003}.hero-features{display:flex;gap:3rem;justify-content:center;margin-top:2rem}.feature-highlight{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;gap:.8rem;padding:1rem 1.5rem;transition:transform .3s ease}.feature-highlight:hover{background:#ffffff26;transform:translateY(-3px)}.feature-highlight i{color:#60a5fa;font-size:1.2rem}.feature-highlight span{color:#ffffffe6;font-size:1rem;font-weight:500}.about-section{padding:120px 0;position:relative;width:100%}.about-section .container{margin:0 auto;max-width:1200px;padding:0 30px;width:100%}.about-section:nth-child(2n){background-color:#f8fafc}.section-header{margin-bottom:80px}.section-header h2{margin-bottom:1.5rem}.underline{background:linear-gradient(90deg,#2563eb,#38bdf8);border-radius:3px;height:5px;margin:0 auto;width:100px}.mission-section{background-color:#fff}.mission-content{align-items:center;display:flex;gap:80px;margin-top:2rem}.mission-text{flex:1 1}.mission-text h3{color:#0f172a;font-size:2.2rem;font-weight:700;margin-bottom:2rem}.mission-text p{color:#334155;font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.highlight-text{background:#2563eb0d;border-left:5px solid #2563eb;border-radius:12px;box-shadow:0 10px 25px #2563eb1a;color:#1e40af!important;font-size:1.4rem!important;font-weight:700;margin-top:3rem;padding:2rem}.mission-image{align-items:center;display:flex;flex:1 1;justify-content:center}.image-frame{background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:20px;box-shadow:0 25px 50px #2563eb33;height:350px;max-width:500px;overflow:hidden;position:relative;width:100%}.image-frame:before{background:linear-gradient(135deg,#2563eb4d,#0ea5e94d);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.values-section{background:linear-gradient(180deg,#fff,#f0f9ff)}.values-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.value-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 15px 30px #0000000f;padding:40px 30px;text-align:center;transition:transform .4s ease,box-shadow .4s ease}.value-card:hover{border-color:#2563eb1a;box-shadow:0 20px 40px #2563eb26;transform:translateY(-15px)}.icon-container{align-items:center;background:linear-gradient(135deg,#2563eb1a,#0ea5e91a);border-radius:20px;box-shadow:0 10px 20px #2563eb14;display:flex;height:90px;justify-content:center;margin:0 auto 25px;width:90px}.icon-container svg{color:#2563eb;font-size:40px}.value-card h3{color:#0f172a;font-size:1.6rem;font-weight:700;margin-bottom:20px}.value-card p{color:#475569;font-size:1.1rem;line-height:1.7}.team-section{background:linear-gradient(180deg,#f0f9ff,#fff)}.team-intro{color:#334155;font-size:1.3rem;line-height:1.8;margin:0 auto 60px;max-width:900px;text-align:center}.cta-container{margin-top:70px;text-align:center}.cta-button{align-items:center;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:4px;box-shadow:0 15px 30px #2563eb4d;color:#fff;display:inline-flex;font-size:1.2rem;font-weight:700;gap:12px;padding:16px 36px;text-decoration:none;transition:all .3s ease}.cta-button:hover{box-shadow:0 20px 40px #2563eb66;transform:translateY(-5px)}.cta-button svg{transition:transform .3s ease}.cta-button:hover svg{transform:translateX(8px)}.core-beliefs-row{display:flex;flex-wrap:nowrap;justify-content:space-between;margin-top:2rem;overflow-x:auto;padding-bottom:1rem}.belief-item{align-items:center;background:#fff;border:1px solid #e2e8f0b3;border-radius:12px;box-shadow:0 8px 30px #00000014;display:flex;flex-direction:column;margin:0 .5%;min-width:220px;padding:1.5rem;text-align:center;transition:all .4s ease;width:23%}.belief-item:hover{border-color:#2563eb33;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.about-dealmakers{align-items:center;display:flex;gap:3rem}.dealmakers-image{border-radius:8px;box-shadow:0 10px 30px #0000001a;height:auto;width:400px}.dealmakers-content{flex:1 1}@media (max-width:1200px){.container{padding:0 40px}}@media (max-width:991px){.about-hero h1{font-size:4rem}.about-hero .subtitle{font-size:1.5rem}.mission-content{flex-direction:column}.image-frame{margin-top:50px;max-width:100%}.section-header h2{font-size:2.5rem}}@media (max-width:768px){.about-section{padding:80px 0}.about-hero{min-height:50vh;padding:100px 0 60px}.about-hero h1{font-size:3rem}.about-hero .subtitle{font-size:1.2rem}.section-header h2{font-size:2.2rem}.values-grid{gap:30px;grid-template-columns:1fr}.value-card{margin:0 auto;max-width:450px;padding:30px 25px}.mission-text h3{font-size:1.8rem}.highlight-text{font-size:1.2rem!important;padding:1.5rem}.cta-button{font-size:1.1rem;padding:14px 28px}}@media (max-width:992px){.core-beliefs-row{flex-wrap:wrap;gap:2rem;justify-content:center}.belief-item{margin:0;width:45%}.about-dealmakers{flex-direction:column;gap:2rem}.dealmakers-image{max-width:400px;width:100%}}@media (max-width:768px){.belief-item{min-width:0;min-width:auto;width:100%}}.terms-section{background:var(--bg-light);overflow:hidden;padding:6rem 2rem;position:relative}.terms-section:before{filter:blur(80px);height:500px;opacity:.05;right:-200px;top:-200px;width:500px}.terms-section:after,.terms-section:before{background:var(--gradient-primary);border-radius:50%;content:"";position:absolute;z-index:0}.terms-section:after{bottom:-150px;filter:blur(60px);height:400px;left:-150px;opacity:.03;width:400px}.terms-section .container{margin:0 auto;max-width:900px;position:relative;z-index:1}.terms-section h1{-webkit-text-fill-color:#0000;background:var(--gradient-primary);-webkit-background-clip:text;background-clip:text;display:inline-block;font-size:2.5rem;font-weight:800;margin-bottom:2.5rem;position:relative}.terms-section h1:after{background:var(--gradient-primary);border-radius:2px;bottom:-10px;content:"";height:4px;left:0;position:absolute;width:60px}.terms-item{background:#fff;border:1px solid #2563eb14;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);margin-bottom:1.5rem;padding:2rem;transition:all var(--transition-medium)}.terms-item:hover{box-shadow:var(--shadow-md);transform:translateY(-3px)}.terms-item h2{color:var(--text-primary);font-size:1.5rem;font-weight:700;margin-bottom:1rem}.terms-item p{color:var(--text-medium);line-height:1.6}.terms-item a{color:var(--accent);display:inline-block;font-weight:600;position:relative;transition:var(--transition-medium)}.terms-item a:after{background:var(--gradient-primary);bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width var(--transition-medium);width:0}.terms-item a:hover{color:var(--accent)}.terms-item a:hover:after{width:100%}@media screen and (max-width:768px){.terms-section{padding:5rem 1rem}.terms-section h1{font-size:2rem}.terms-item{padding:1.5rem}.terms-item h2{font-size:1.25rem}}.integrations-page{overflow:hidden;width:100%}.integrations-hero{align-items:center;background:linear-gradient(135deg,#f8fafc,#e0f2fe 50%,#dbeafe);display:flex;min-height:100vh;overflow:hidden;padding:8rem 0 6rem;position:relative}.integrations-hero .container{position:relative;z-index:2}.integrations-hero-content{animation:fadeInUp 1s ease .3s both;max-width:900px}.hero-badge{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2563eb1a;border:1px solid #2563eb33;border-radius:50px;color:#2563eb;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem}.overline{color:#0f172a}.overline:before{background:#0f172a}.hero-badge svg{font-size:1rem}.integrations-hero h1{animation:fadeInUp 1s ease .5s both;color:#0f172a;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#0ea5e9);-webkit-background-clip:text;background-clip:text}.integrations-hero .hero-subtitle{animation:fadeInUp 1s ease .7s both;color:#000!important;font-size:1.25rem;line-height:1.6;margin-bottom:3rem;margin-left:0;max-width:600px;text-align:left!important}.hero-stats{animation:fadeInUp 1s ease .9s both;display:flex;gap:3rem;margin-top:3rem}.stat{align-items:center;display:flex;flex-direction:column;text-align:center}.stat-number{color:#2563eb;font-weight:800;line-height:1}.stat-label{letter-spacing:.5px}.section-header h2{display:inline-block;font-size:3rem;position:relative}.section-header h2:after{background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.section-header p{color:#64748b;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.integrations-overview{background-color:#fff;padding:6rem 0}.integrations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.integration-category{border:1px solid #2563eb14;border-radius:20px;overflow:hidden;position:relative;transition:all .3s ease}.integration-category:before{background:linear-gradient(135deg,#2563eb,#0ea5e9);content:"";height:4px;left:0;position:absolute;right:0;top:0}.integration-category:hover{border-color:#2563eb33;box-shadow:0 20px 40px #2563eb26;transform:translateY(-8px)}.category-header{flex-direction:column;margin-bottom:1.5rem}.category-header,.category-icon{align-items:center;display:flex;justify-content:center}.category-icon{background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:16px;box-shadow:0 8px 20px #2563eb4d;color:#fff;font-size:1.5rem;height:60px;position:relative;width:60px}.category-icon .svg-inline--fa,.category-icon svg{color:#fff!important;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.category-info h3{color:#0f172a;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.category-subtitle{color:#2563eb;font-size:.875rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.category-description{color:#64748b;line-height:1.6;margin-bottom:2rem}.integration-items{display:flex;flex-direction:column;gap:1rem}.integration-item{align-items:center;background:#f8fafc;border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.integration-item:hover{background:#eff6ff;transform:translateX(5px)}.item-icon{align-items:center;background:#fff;border-radius:10px;box-shadow:0 4px 12px #2563eb1a;color:#2563eb;display:flex;font-size:1.1rem;height:40px;justify-content:center;width:40px}.item-info{display:flex;flex-direction:column;gap:.25rem}.item-name{color:#0f172a;font-weight:600}.item-status{border-radius:6px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:.25rem .5rem;text-transform:uppercase}.item-status.available{background:#dcfce7;color:#166534}.item-status.coming-soon{background:#fef3c7;color:#92400e}.benefits-section{background:linear-gradient(135deg,#f8fafc,#e0f2fe);padding:6rem 0}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.benefit-card{background:#fff;border:1px solid #2563eb14;border-radius:16px;box-shadow:0 8px 30px #00000014;padding:2rem;text-align:center;transition:all .3s ease}.benefit-card:hover{box-shadow:0 20px 40px #2563eb26;transform:translateY(-5px)}.benefit-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:20px;box-shadow:0 12px 30px #2563eb4d;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 1.5rem;position:relative;width:80px}.benefit-icon svg{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.benefit-card h3{color:#0f172a;font-size:1.25rem;font-weight:700;margin-bottom:1rem}.benefit-card p{color:#64748b;line-height:1.6}.integrations-cta{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:6rem 0;text-align:center}.cta-content{animation:fadeInUp 1s ease both}.cta-header h2{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.cta-header p{color:#fffc;font-size:1.25rem;line-height:1.6;margin-bottom:3rem}.cta-features{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-feature:nth-child(2){justify-self:end;margin-right:-60px}.cta-feature:nth-child(3){grid-column:1/-1;justify-self:center;max-width:300px}.cta-feature{align-items:center;color:#ffffffe6;display:flex;font-weight:600;gap:.5rem}.cta-feature svg{color:#10b981;font-size:1.1rem}.cta-buttons{flex-wrap:wrap}.cta-buttons .btn-primary{align-items:center;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:12px;box-shadow:0 8px 25px #2563eb4d;color:#fff;display:flex;font-weight:600;gap:.75rem;padding:1rem 2rem;transition:all .3s ease}.cta-buttons .btn-primary:hover{box-shadow:0 15px 35px #2563eb66}.cta-buttons .btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.cta-buttons .btn-secondary:hover{background:#fff3;transform:translateY(-3px)}@media (max-width:768px){.integrations-hero h1{font-size:2.5rem}.hero-stats{flex-direction:column;gap:2rem}.section-header h2{font-size:2rem}.integrations-grid{grid-template-columns:1fr}.integration-category{padding:2rem}.benefits-grid{grid-template-columns:1fr}.cta-features{gap:1rem}.cta-buttons,.cta-features{align-items:center;flex-direction:column}.cta-header h2{font-size:2rem}}@media (max-width:480px){.integrations-hero{padding:6rem 0 4rem}.integrations-hero h1{font-size:2rem}.integrations-hero .hero-subtitle{color:#000!important;font-size:1.1rem;max-width:500px;text-align:left!important}.integration-category{padding:1.5rem}.category-header{flex-direction:column;text-align:center}}:root{--section-spacing:5rem;--card-radius:12px;--card-shadow:0 8px 30px #00000014;--transition-fast:0.2s ease;--transition-medium:0.4s ease;--transition-slow:0.6s ease}.product-overview-page{overflow:hidden;width:100%}.product-hero{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;display:flex;min-height:100vh;overflow:hidden;padding:8rem 0 6rem;position:relative}.product-hero-content{max-width:700px;position:relative;z-index:2}.overline{color:#38bdf8;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem;padding-left:2.5rem;position:relative;text-transform:uppercase}.overline:before{background:#38bdf8;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2rem}.product-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff 30%,#0ea5e9cc);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.product-hero .hero-subtitle{color:#fff!important;filter:brightness(1.2) contrast(1.1);font-size:1.4rem;font-weight:400;letter-spacing:.5px;line-height:1.6;margin-bottom:2.5rem;max-width:100%;opacity:1;text-align:left!important;text-shadow:0 6px 25px #000c,0 3px 15px #0009,0 0 0 1px #ffffff1a}.hero-cta{display:flex;gap:1rem;margin-bottom:2.5rem}.simple-cta{margin:2.5rem 0;padding-left:0}.blue-button,.simple-cta{display:flex;justify-content:center}.blue-button{align-items:center;background:#2563eb;border-radius:8px;box-shadow:0 4px 15px #2563eb4d;color:#fff;cursor:pointer;font-size:18px;font-weight:600;gap:12px;height:60px;max-width:800px;text-align:center;transition:all .3s ease;width:100%}.blue-button:hover{background:#1d4ed8;box-shadow:0 8px 25px #2563eb66;transform:translateY(-3px)}.blue-button:active{transform:translateY(-1px)}.blue-button span{font-weight:600}.blue-button svg{font-size:16px}.feature-tags{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.feature-tags span{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff14;border:1px solid #ffffff1a;border-radius:4px;box-shadow:0 2px 10px #0000001a;color:#ffffffe6;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease;transition:all var(--transition-fast)}.feature-tags span svg{color:#38bdf8}.feature-tags span:hover{background:#ffffff1f;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.background-shapes{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.shape{opacity:.2}.shape-1{animation:float 12s ease-in-out infinite;height:400px;right:-100px;top:20%;width:400px}.shape-2{animation:float 15s ease-in-out infinite reverse;bottom:-200px;height:600px;left:-200px;width:600px}.shape-3{animation:float 10s ease-in-out 1s infinite;background:linear-gradient(135deg,#2563eb,#0ea5e9);bottom:10%;height:250px;right:20%;width:250px}.product-section{padding:4rem 0;position:relative}.product-section:nth-child(2n){background-color:#f8fafc}.section-title{display:inline-block;font-size:2.5rem;left:50%;margin-bottom:2.5rem;text-align:center;transform:translateX(-50%)}.section-title:after{background:linear-gradient(90deg,#2563eb,#38bdf8)}.section-content{margin:0 auto;max-width:900px;text-align:center}.section-content p{color:#334155;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.problem-solution-container{align-items:stretch;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:3rem}.problem-box,.solution-box{background:#fff;border-radius:12px;border-radius:var(--card-radius);box-shadow:0 8px 30px #00000014;box-shadow:var(--card-shadow);display:flex;flex:1 1;flex-direction:column;min-width:300px;padding:2rem;transition:all .4s ease;transition:all var(--transition-medium)}.problem-box:hover,.solution-box:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.problem-icon,.solution-icon{align-items:center;background:linear-gradient(135deg,#2563eb1a,#2563eb0d);border-radius:50%;color:#2563eb;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.solution-icon{background:linear-gradient(135deg,#0ea5e91a,#0ea5e90d);color:#0ea5e9}.problem-box h3,.solution-box h3{color:#0f172a;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem}.problem-box p,.solution-box p{color:#334155;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.solution-list{list-style:none;margin:0;padding:0}.solution-list li{align-items:center;color:#334155;display:flex;font-size:1.05rem;gap:.8rem;margin-bottom:1rem}.solution-list li svg{color:#0ea5e9;font-size:1.1rem}.audience-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));margin-top:3rem}.audience-card{background:#fff;border:1px solid #e2e8f0b3;border-radius:12px;border-radius:var(--card-radius);box-shadow:0 8px 30px #00000014;box-shadow:var(--card-shadow);display:flex;flex-direction:column;justify-content:center;min-height:100px;padding:1.5rem;text-align:center;transition:all .4s ease;transition:all var(--transition-medium)}.audience-card:hover{border-color:#2563eb33;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.audience-card h3{color:#0f172a;font-size:1.2rem;font-weight:600;margin:0}.relationship-types{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));margin-top:3rem}.relationship-type{align-items:center;background:#fff;border:1px solid #e2e8f0b3;border-radius:12px;border-radius:var(--card-radius);box-shadow:0 8px 30px #00000014;box-shadow:var(--card-shadow);display:flex;flex-direction:column;gap:1rem;padding:1.5rem;text-align:center;transition:all .4s ease;transition:all var(--transition-medium)}.relationship-type:hover{border-color:#2563eb33;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.relationship-type svg{color:#2563eb;font-size:2rem}.relationship-type h3{color:#0f172a;font-size:1.1rem;font-weight:600;margin:0}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border:1px solid #2563eb14;border-radius:16px;box-shadow:0 8px 30px #00000014;padding:2rem}.feature-card:hover{box-shadow:0 20px 40px #2563eb26}.feature-icon{background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:20px;box-shadow:0 12px 30px #2563eb4d;font-size:2rem;height:80px;margin:0 auto 1.5rem;position:relative;width:80px}.feature-icon svg{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.feature-card h3{font-size:1.25rem;margin-bottom:1rem}.feature-card p{line-height:1.6}.feature-item h3{color:#0f172a;font-size:1.25rem;font-weight:700;margin-bottom:1rem;text-align:center}.feature-item p{color:#334155;font-size:1rem;line-height:1.6;margin:0}.feature-subtitle{color:#2563eb;font-size:1.1rem;font-weight:600;line-height:1.4;margin-bottom:1rem}.feature-description{color:#475569;font-size:1rem;line-height:1.7;margin:0;text-align:left}.principles-list{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:3rem}.principle-item{align-items:flex-start;background:#fff;border:1px solid #e2e8f0b3;border-radius:12px;border-radius:var(--card-radius);box-shadow:0 8px 30px #00000014;box-shadow:var(--card-shadow);display:flex;gap:1.5rem;padding:2rem;transition:all .4s ease;transition:all var(--transition-medium)}.principle-item:hover{border-color:#2563eb33;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.principle-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:4px;box-shadow:0 8px 20px #2563eb33;color:#fff;display:flex;font-size:1.3rem;height:50px;justify-content:center;min-width:50px;width:50px}.principle-content{flex:1 1}.principle-content h3{color:#0f172a;font-size:1.25rem;font-weight:700;margin-bottom:.8rem}.principle-content p{color:#334155;font-size:1rem;line-height:1.6;margin:0}.cta-section{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:5rem 0}.problems-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:2rem}.problem-card{background:#fff;border:1px solid #e2e8f0b3;border-radius:12px;border-radius:var(--card-radius);box-shadow:0 8px 30px #00000014;box-shadow:var(--card-shadow);display:flex;flex-direction:column;padding:2rem;transition:all .4s ease;transition:all var(--transition-medium)}.problem-card:hover{border-color:#2563eb33;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.problem-icon{align-items:center;background:linear-gradient(135deg,#2563eb1a,#2563eb0d);border-radius:50%;color:#2563eb;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.problem-content h3{color:#0f172a;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.problem-content p{color:#334155;font-size:1.05rem;line-height:1.6;margin-bottom:1.5rem}.solution{align-items:flex-start;background:#2563eb0d;border-left:4px solid #2563eb;border-radius:8px;display:flex;gap:.8rem;padding:1.2rem}.solution-check{color:#2563eb;font-size:1.1rem;margin-top:.25rem}.solution p{color:#0f172a;font-size:1rem;line-height:1.5;margin:0}.relationship-types-row{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-top:2rem}.relationship-types-row .relationship-type{align-items:center;background:#fff;border:1px solid #e2e8f0b3;border-radius:12px;border-radius:var(--card-radius);box-shadow:0 8px 30px #00000014;box-shadow:var(--card-shadow);display:flex;flex:0 1 150px;flex-direction:column;gap:.6rem;padding:1.1rem .8rem;text-align:center;transition:all .4s ease;transition:all var(--transition-medium)}.relationship-types-row .relationship-type:hover{border-color:#2563eb33;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.relationship-types-row .relationship-type svg{color:#2563eb;font-size:1.85rem}.relationship-types-row .relationship-type h3{color:#0f172a;font-size:1rem;font-weight:600;line-height:1.3;margin:0}.principles-row{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-top:3rem}.principles-row .principle-item{align-items:flex-start;background:#fff;border:1px solid #e2e8f0b3;border-radius:12px;border-radius:var(--card-radius);box-shadow:0 8px 30px #00000014;box-shadow:var(--card-shadow);display:flex;flex:1 1;gap:1.5rem;min-width:300px;padding:2rem;transition:all .4s ease;transition:all var(--transition-medium)}.principles-row .principle-item:hover{border-color:#2563eb33;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}@media (max-width:1200px){.relationship-types-row{justify-content:center}.relationship-types-row .relationship-type{flex:0 1 130px;max-width:140px;min-width:130px}.principles-row{justify-content:center}}@media (max-width:992px){.product-hero{padding:8rem 0 6rem}.product-hero h1{font-size:3rem}.problems-grid{grid-template-columns:1fr}.problem-solution-container{flex-direction:column}.audience-cards{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.principles-list{grid-template-columns:1fr}.principle-item{flex-direction:row}.features-grid{gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}}@media (max-width:768px){.product-hero h1{font-size:2.5rem}.product-hero .hero-subtitle{color:#fff!important;font-size:1.1rem;max-width:100%;text-align:left!important}.hero-cta{flex-direction:column}.section-title{font-size:2rem}.features-grid{gap:2rem;grid-template-columns:1fr}.feature-card{padding:1.5rem}.feature-icon{font-size:1.5rem;height:60px;width:60px}.feature-card h3{font-size:1.1rem}.feature-card p{font-size:.95rem}.relationship-types{grid-template-columns:1fr}.cta-content h2{font-size:2rem}.cta-buttons{flex-direction:column;gap:1rem}.relationship-types-row .relationship-type{min-width:140px;padding:1.2rem 1rem}}.principles-stack{display:flex;flex-direction:column;gap:1.5rem;margin:2rem auto 0;max-width:800px}.principles-stack .principle-item{align-items:flex-start;background:#fff;border:1px solid #e2e8f0b3;border-radius:12px;border-radius:var(--card-radius);box-shadow:0 8px 30px #00000014;box-shadow:var(--card-shadow);display:flex;gap:1.5rem;padding:2rem;transition:all .4s ease;transition:all var(--transition-medium);width:100%}.principles-stack .principle-item:hover{border-color:#2563eb33;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.principle-number{border-radius:4px;font-size:1.6rem;height:50px;min-width:50px;width:50px}.privacy-page{overflow:hidden;width:100%}.page-entrance{animation:pageEntrance .8s ease-out forwards;opacity:0;transform:translateY(30px)}@keyframes pageEntrance{to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeInUp .8s ease-out .2s forwards;opacity:0;transform:translateY(20px)}.privacy-hero{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;display:flex;min-height:100vh;overflow:hidden;padding:8rem 0 6rem;position:relative}.privacy-hero-content{max-width:700px;position:relative;z-index:2}.privacy-hero .overline{color:#38bdf8;display:inline-block;font-size:1rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem;padding-left:2.5rem;position:relative;text-transform:uppercase}.privacy-hero .overline:before{background:#38bdf8;content:"";height:2px;left:0;position:absolute;top:50%;transform:translateY(-50%);width:2rem}.privacy-hero h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff 30%,#0ea5e9cc);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.privacy-hero .hero-subtitle{font-size:1.25rem;line-height:1.6}.hero-subtitle,.privacy-hero .hero-subtitle{color:#fff!important;margin-bottom:2.5rem;max-width:100%;text-align:left;text-shadow:0 2px 10px #0003}.hero-navigation-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.nav-button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;text-shadow:0 1px 2px #0000001a;transition:all .3s ease}.nav-button:hover{background:#fff3;border-color:#fff6;box-shadow:0 8px 20px #0003;transform:translateY(-2px)}.nav-button{align-items:center;display:flex;gap:.5rem}.nav-icon{font-size:1rem;opacity:.9}.privacy-section{background-color:#fff;padding:5rem 0;position:relative}.privacy-section-alt{background-color:#f8fafc}.section-header{margin:0 auto 3rem;max-width:800px;text-align:center}.section-icon{color:#2563eb;display:block;font-size:2.5rem;margin:0 auto 1.5rem}.section-header h2{color:#0f172a;font-size:2.5rem;font-weight:800;margin-bottom:1rem}.section-subtitle{color:#475569;font-size:1.2rem}.security-features-row{display:flex;flex-wrap:nowrap;justify-content:space-between;margin-top:3rem;overflow-x:auto;padding-bottom:1rem}.security-feature{align-items:center;background:#fff;border:1px solid #e2e8f0b3;border-radius:12px;box-shadow:0 8px 30px #00000014;display:flex;flex-direction:column;margin:0 .5%;min-width:220px;padding:2rem;text-align:center;transition:all .4s ease;width:23%}.security-feature:hover{border-color:#2563eb33;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.feature-icon{background:linear-gradient(135deg,#2563eb,#38bdf8);box-shadow:0 8px 20px #2563eb33;color:#fff;font-size:1.8rem;height:70px;margin-bottom:1.5rem;width:70px}.security-feature h3{color:#0f172a;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.security-feature p{color:#475569;font-size:1.05rem;line-height:1.6}.ai-principles-row{display:flex;flex-direction:column;gap:1.5rem;margin:3rem auto 0;max-width:800px}.ai-principle{align-items:center;background:#fff;border:1px solid #e2e8f0b3;border-radius:12px;box-shadow:0 8px 30px #00000014;display:flex;flex-direction:row;gap:2rem;min-width:0;min-width:auto;padding:2rem;text-align:left;transition:all .4s ease;width:100%}.ai-principle:hover{border-color:#2563eb33;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.principle-number{align-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:8px;box-shadow:0 8px 20px #2563eb33;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin-bottom:0;min-width:60px;width:60px}.ai-principle .content-wrapper{flex:1 1}.ai-principle h3{color:#0f172a;font-size:1.3rem;font-weight:700;margin-bottom:.8rem;text-align:left}.ai-principle p{color:#475569;font-size:1.05rem;line-height:1.6;margin:0;text-align:left}.compliance-grid-row{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:3rem}.compliance-item{align-items:center;background:#fff;border:1px solid #e2e8f0b3;border-radius:12px;box-shadow:0 8px 30px #00000014;display:flex;flex-direction:column;min-width:300px;padding:2rem;text-align:center;transition:all .4s ease;width:calc(33.33% - 2rem)}.compliance-item:hover{border-color:#2563eb33;box-shadow:0 15px 30px #0000001a;transform:translateY(-5px)}.compliance-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:8px;box-shadow:0 8px 20px #2563eb33;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;min-width:60px;width:60px}.compliance-item h3{color:#0f172a;font-size:1.3rem;font-weight:700;margin-bottom:.8rem}.compliance-item p{color:#475569;font-size:1.05rem;line-height:1.6;margin:0}.privacy-cta{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:5rem 0}.cta-content{margin:0 auto;max-width:800px;text-align:center}.cta-content h2{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.cta-content p{color:#fffc;font-size:1.2rem;line-height:1.7;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;margin-top:2rem;text-align:center}.cta-buttons .btn-primary{background:linear-gradient(135deg,#2563eb,#38bdf8);border-radius:4px;box-shadow:0 10px 25px #2563eb4d}.cta-buttons .btn-primary:hover{box-shadow:0 15px 30px #2563eb66;transform:translateY(-3px)}.integration-category{background:#fff;border:1px solid #e2e8f0b3;border-radius:12px;box-shadow:0 8px 30px #00000014;margin-bottom:3rem;padding:2.5rem}.category-header{margin-bottom:2rem;text-align:center}.category-icon{color:#2563eb;display:block;font-size:2rem;margin:0 auto 1rem}.category-header h3{color:#0f172a;font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.category-header p{color:#475569;font-size:1.1rem;margin:0 auto;max-width:600px}.integration-logos{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin-top:2rem}.integration-logo-item{align-items:center;display:flex;flex-direction:column;width:150px}.logo-container{align-items:center;background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;display:flex;height:100px;justify-content:center;margin-bottom:1rem;padding:1rem;transition:all .3s ease;width:100px}.logo-container:hover{box-shadow:0 8px 20px #0000001a;transform:translateY(-5px)}.integration-logo{max-height:100%;max-width:100%;object-fit:contain}.integration-logo-item span{color:#334155;font-size:.95rem;font-weight:600}@media (max-width:1200px){.ai-principle,.compliance-item,.security-feature{width:calc(50% - 2rem)}}@media (max-width:992px){.privacy-hero{padding:8rem 0 6rem}.privacy-hero h1{font-size:3rem}.privacy-shield{display:none}.integration-logo-item{width:120px}.logo-container{height:80px;width:80px}.security-features-row{flex-wrap:wrap;gap:2rem;justify-content:center}.security-feature{margin:0;width:45%}}@media (max-width:768px){.privacy-hero h1{font-size:2.5rem}.hero-subtitle{font-size:1.1rem;max-width:100%;text-align:left}.section-header h2{font-size:2rem}.ai-principle,.compliance-item,.security-feature{min-width:0;min-width:auto;width:100%}.cta-content h2{font-size:2rem}.ai-principle,.cta-buttons{flex-direction:column;gap:1rem}.ai-principle{align-items:flex-start;text-align:center}.principle-number{margin-bottom:.5rem}.ai-principle h3,.ai-principle p{text-align:center}.integration-logos{gap:1.5rem}.integration-logo-item{width:100px}.logo-container{height:70px;width:70px}}.investment-banking-page{opacity:0;overflow:hidden;transform:translateY(20px);transition:all .8s ease;width:100%}.investment-banking-page.visible{opacity:1;transform:translateY(0)}.ib-hero{align-items:center;background:linear-gradient(135deg,#fff,#f8fafc);display:flex;min-height:100vh;overflow:hidden;padding:0;position:relative}.hero-background{z-index:1}.hero-background,.hero-shapes{bottom:0;left:0;position:absolute;right:0;top:0}.hero-shapes{overflow:hidden}.shape{animation:float 20s ease-in-out infinite;border-radius:50%;filter:blur(60px);opacity:.4;position:absolute}.shape-1{animation-delay:0s;background:linear-gradient(135deg,#2563eb,#60a5fa);height:600px;right:-200px;top:-200px;width:600px}.shape-2{animation-delay:5s;background:linear-gradient(135deg,#0ea5e9,#38bdf8);bottom:-100px;height:400px;left:-100px;width:400px}.shape-3{animation-delay:10s;background:linear-gradient(135deg,#3b82f6,#60a5fa);height:300px;left:10%;top:30%;width:300px}@keyframes float{0%,to{transform:translate(0) rotate(0deg) scale(1)}25%{transform:translate(20px,30px) rotate(5deg) scale(1.05)}50%{transform:translate(10px,-20px) rotate(10deg) scale(1.1)}75%{transform:translate(-15px,15px) rotate(5deg) scale(1.05)}}.ib-hero .container{position:relative;z-index:2}.ib-hero-content{animation:fadeInUp 1s ease .3s both;margin:0 auto;max-width:1000px;text-align:center}.hero-header{margin-bottom:2rem}.hero-title{animation:fadeInUp 1s ease .5s both;color:#0f172a;font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.hero-title .gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#0ea5e9);-webkit-background-clip:text;background-clip:text}.hero-title .black-text{-webkit-text-fill-color:#000;color:#000}.hero-subtitle{animation:fadeInUp 1s ease .7s both;color:#000!important;font-size:1.25rem;line-height:1.6;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.hero-cta{animation:fadeInUp 1s ease .9s both}.hero-automation-buttons{animation:fadeInUp 1s ease 1.1s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem}.automation-btn{align-items:center;border:none;border-radius:16px;cursor:pointer;display:flex;font-family:inherit;gap:1rem;min-width:280px;overflow:hidden;padding:1.25rem 1.75rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.automation-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.automation-btn:hover:before{left:100%}.automation-btn.primary{background:linear-gradient(135deg,#2563eb,#0ea5e9);box-shadow:0 8px 25px #2563eb4d;color:#fff}.automation-btn.primary:hover{box-shadow:0 16px 40px #2563eb66;transform:translateY(-4px)}.automation-btn.secondary{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:2px solid #2563eb1a;box-shadow:0 8px 25px #0000001a;color:#1e293b}.automation-btn.secondary:hover{border-color:#2563eb33;box-shadow:0 16px 40px #00000026;transform:translateY(-4px)}.btn-content{gap:.75rem;z-index:1}.btn-content,.btn-icon{align-items:center;display:flex}.btn-icon{border-radius:12px;font-size:1.1rem;height:40px;justify-content:center;transition:all .3s ease;width:40px}.automation-btn.primary .btn-icon{background:#fff3;color:#fff}.automation-btn.secondary .btn-icon{background:linear-gradient(135deg,#2563eb,#0ea5e9);color:#fff}.automation-btn:hover .btn-icon{transform:scale(1.1)}.btn-text{align-items:flex-start;display:flex;flex-direction:column;gap:.25rem}.btn-title{font-size:1rem;font-weight:700;line-height:1.2}.btn-subtitle{font-size:.85rem;font-weight:500;opacity:.8}.btn-arrow{font-size:1rem;margin-left:auto;transition:transform .3s ease;z-index:1}.automation-btn:hover .btn-arrow{transform:translateX(4px)}@media (max-width:768px){.hero-automation-buttons{align-items:center;flex-direction:column}.automation-btn{max-width:320px;min-width:260px;width:100%}}.automation-button{align-items:center;background:linear-gradient(135deg,#2563eb,#0ea5e9);border:none;border-radius:12px;box-shadow:0 8px 25px #2563eb4d;cursor:pointer;display:flex;gap:16px;overflow:hidden;padding:16px 32px;position:relative;transition:all .3s ease}.automation-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.automation-button:hover:before{left:100%}.automation-button:hover{box-shadow:0 12px 35px #2563eb66;transform:translateY(-2px)}.button-content{align-items:flex-start;display:flex;flex-direction:column;gap:4px}.button-text{color:#fff;font-size:1.1rem;font-weight:600;margin:0}.automation-indicator{align-items:center;color:#ffffffe6;display:flex;font-size:.8rem;gap:6px}.pulse-dot{animation:pulse 2s infinite;background:#4ade80;border-radius:50%;height:6px;width:6px}@keyframes pulse{0%{box-shadow:0 0 0 0 #4ade80b3}70%{box-shadow:0 0 0 10px #4ade8000}to{box-shadow:0 0 0 0 #4ade8000}}.button-arrow{color:#fff;font-size:1.2rem;font-weight:700;transition:transform .2s ease}.automation-button:hover .button-arrow{transform:translateX(4px)}.ib-hero .blue-button{align-items:center!important;background:#2563eb!important;border:none!important;border-radius:8px!important;box-shadow:0 2px 4px #2563eb33!important;color:#fff!important;cursor:pointer!important;display:inline-flex!important;font-size:16px!important;font-weight:500!important;gap:8px!important;padding:12px 24px!important;text-decoration:none!important;transition:all .2s ease!important}.ib-hero .blue-button:hover{background:#1d4ed8!important;box-shadow:0 4px 8px #2563eb4d!important;transform:translateY(-1px)!important}.ib-hero .blue-button:active{transform:translateY(0)!important}.ib-hero .blue-button span{font-weight:500!important}.ib-hero .blue-button svg{font-size:14px!important}.ib-section{padding:6rem 0;position:relative}.ib-section:nth-child(2n){background-color:#f8fafc}.section-header{animation:fadeInUp 1s ease both;margin-bottom:4rem;text-align:center!important}.section-title{color:#0f172a;display:block;font-size:3rem;font-weight:800;margin-bottom:1rem;position:relative;text-align:center!important;width:100%}.section-title:after{background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.section-subtitle{color:#64748b;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.pain-points-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:3rem}.pain-point-card{align-items:center;animation:fadeInUp 1s ease both;background:linear-gradient(135deg,#fef2f2,#fee2e2);border:2px solid #0000;border-radius:50px;box-shadow:0 4px 15px #ef44441a;cursor:pointer;display:flex;gap:1rem;max-width:320px;min-width:280px;padding:1.5rem 2rem;position:relative;transition:all .3s ease}.pain-point-card:hover{background:linear-gradient(135deg,#fee2e2,#fecaca);border-color:#ef44444d;box-shadow:0 12px 30px #ef444433;transform:translateY(-4px)}.pain-point-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px #ef444433;color:#ef4444;display:flex;flex-shrink:0;font-size:1.25rem;height:50px;justify-content:center;transition:all .3s ease;width:50px}.pain-point-card:hover .pain-point-icon{box-shadow:0 6px 20px #ef44444d;transform:scale(1.1)}.pain-point-content{flex:1 1}.pain-point-card h3{color:#0f172a;font-size:1.1rem;font-weight:700;margin-bottom:.25rem}.pain-point-card p{color:#64748b;font-size:.9rem;line-height:1.5;margin:0}.solutions-grid{display:flex;flex-wrap:nowrap;gap:2rem;justify-content:center;margin-top:3rem;overflow-x:auto}.solution-card{align-items:center;animation:fadeInUp 1s ease both;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #0000;border-radius:24px;box-shadow:0 6px 20px #2563eb1a;cursor:pointer;display:flex;flex-direction:column;max-width:400px;min-width:320px;padding:2.5rem 2rem;position:relative;text-align:center;transition:all .3s ease}.solution-card:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#2563eb4d;box-shadow:0 15px 35px #2563eb33;transform:translateY(-6px)}.solution-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 6px 18px #2563eb33;color:#2563eb;display:flex;font-size:1.75rem;height:70px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:70px}.solution-card:hover .solution-icon{box-shadow:0 8px 25px #2563eb4d;transform:scale(1.1) rotate(5deg)}.solution-card h3{color:#0f172a;font-size:1.3rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.solution-card p{color:#64748b;font-size:.95rem;line-height:1.6;margin:0}.contact-types{background:linear-gradient(135deg,#f8fafc,#fff);padding:6rem 0}.contact-types-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.contact-type-card{background:#fff;border:1px solid #2563eb1a;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2.5rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.contact-type-card:before{background:linear-gradient(135deg,#2563eb,#0ea5e9);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.contact-type-card:hover{border-color:#2563eb33;box-shadow:0 20px 40px #0000001f;transform:translateY(-8px)}.contact-type-card:hover:before{transform:scaleX(1)}.contact-type-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:16px;box-shadow:0 8px 25px #2563eb4d;color:#fff;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:60px}.contact-type-card:hover .contact-type-icon{box-shadow:0 12px 35px #2563eb66;transform:scale(1.1) rotate(5deg)}.contact-type-card h3{color:#1e293b;font-size:1.4rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.contact-type-card p{color:#64748b;font-size:.95rem;line-height:1.6;margin:0}.contact-types-footer{background:#2563eb0d;border:1px solid #2563eb1a;border-radius:16px;margin-top:3rem;padding:2rem;text-align:center}.contact-types-footer p{color:#475569;font-size:1.1rem;font-weight:500;line-height:1.6;margin:0}.ai-benefits{background:linear-gradient(135deg,#f8fafc,#fff);padding:6rem 0}.ai-benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.ai-benefit-item{background:#fff;border:1px solid #2563eb1a;border-radius:20px;box-shadow:0 4px 20px #00000014;overflow:hidden;padding:2.5rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.ai-benefit-item:before{background:linear-gradient(135deg,#2563eb,#0ea5e9);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.ai-benefit-item:hover{border-color:#2563eb33;box-shadow:0 20px 40px #0000001f;transform:translateY(-8px)}.ai-benefit-item:hover:before{transform:scaleX(1)}.ai-benefit-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#0ea5e9);border-radius:20px;box-shadow:0 8px 25px #2563eb4d;color:#fff;display:flex;font-size:1.75rem;height:70px;justify-content:center;margin:0 auto 1.5rem;transition:all .3s ease;width:70px}.ai-benefit-item:hover .ai-benefit-icon{box-shadow:0 12px 35px #2563eb66;transform:scale(1.1) rotate(5deg)}.ai-benefit-item h3{color:#1e293b;font-size:1.3rem;font-weight:700;line-height:1.4;margin:0 0 1rem}.ai-benefit-item p{color:#64748b;font-size:.95rem;line-height:1.6;margin:0}.features-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-top:3rem}.feature-card{align-items:center;animation:fadeInUp 1s ease both;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:2px solid #0000;border-radius:20px;box-shadow:0 4px 15px #2563eb1a;cursor:pointer;display:flex;flex-direction:column;max-width:350px;min-width:280px;padding:2rem 1.5rem;position:relative;text-align:center;transition:all .3s ease}.feature-card:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#2563eb4d;box-shadow:0 12px 30px #2563eb33;transform:translateY(-5px)}.feature-icon{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px #2563eb33;color:#2563eb;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1rem;transition:all .3s ease;width:60px}.feature-card:hover .feature-icon{box-shadow:0 6px 20px #2563eb4d;transform:scale(1.1)}.feature-card h3{color:#0f172a;font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.feature-card p{color:#64748b;font-size:.9rem;line-height:1.5;margin:0}.closing{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;text-align:center}.closing-content{animation:fadeInUp 1s ease both;margin:0 auto;max-width:700px}.closing-title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.closing-title .gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#38bdf8);-webkit-background-clip:text;background-clip:text}.closing-subtitle{color:#fffc;font-size:1.25rem;line-height:1.6;margin-bottom:3rem}.closing-cta{animation:fadeInUp 1s ease .3s both;display:flex;justify-content:center}.closing-cta button{align-items:center;background:linear-gradient(135deg,#2563eb,#0ea5e9);border:none;border-radius:8px;box-shadow:0 2px 4px #2563eb33;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:8px;padding:12px 24px;transition:all .2s ease}.closing-cta button:hover{background:#1d4ed8;box-shadow:0 4px 8px #2563eb4d;transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-overlay{align-items:center;animation:modalFadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;overflow:hidden;padding:2rem;position:fixed;right:0;top:0;z-index:9999}body.modal-open{overflow:hidden!important}.modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;position:relative;width:100%}.modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#64748b;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:all var(--transition-fast)}.modal-close:hover{background:#f1f5f9;color:#0f172a}.modal-header{margin-bottom:1.5rem;padding-right:2rem;text-align:center}.modal-header h3{color:#0f172a;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.modal-header p{color:#64748b;font-size:.95rem;line-height:1.5}.modal-benefits{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1rem}.modal-benefit{align-items:flex-start;display:flex;gap:.75rem}.modal-benefit svg{color:#2563eb;font-size:1.1rem;margin-top:.1rem}.modal-benefit h4{color:#0f172a;font-size:.95rem;font-weight:600;margin:0 0 .25rem}.modal-benefit p{color:#64748b;font-size:.85rem;line-height:1.4;margin:0}.modal-form{display:flex;flex-direction:column;gap:1rem}.modal-form .form-group{display:flex;flex-direction:column;gap:.5rem}.modal-form label{color:#374151;font-size:.9rem;font-weight:600}.modal-form input,.modal-form textarea{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;padding:.75rem;transition:all var(--transition-fast)}.modal-form input:focus,.modal-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.modal-form textarea{min-height:80px;resize:vertical}.modal-submit-btn{background:linear-gradient(135deg,#2563eb,#38bdf8);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.875rem 1.5rem;transition:all var(--transition-fast)}.modal-submit-btn:hover{box-shadow:0 8px 25px #2563eb4d;transform:translateY(-1px)}.modal-submit-btn:active{transform:translateY(0)}.modal-success{color:#059669;padding:2rem;text-align:center}.modal-success svg{color:#10b981;font-size:3rem;margin-bottom:1rem}.modal-success p{font-size:1.1rem;font-weight:600;margin:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:2rem}.closing-title{font-size:2.5rem}.ai-benefits-grid,.contact-types-grid,.features-grid,.pain-points-grid,.solutions-grid{grid-template-columns:1fr}.modal-content{margin:1rem;padding:2rem}.modal-benefits{grid-template-columns:1fr}}@media (max-width:480px){.ib-hero{padding:6rem 0 4rem}.hero-title{font-size:2rem}.section-title{font-size:1.75rem}.contact-type-card,.feature-card,.pain-point-card,.solution-card{padding:2rem 1.5rem}}*{box-sizing:border-box;margin:0;padding:0}.login-container{align-items:center;background:linear-gradient(135deg,#f0f8ff,#e0f2fe 50%,#dbeafe);display:flex;font-family:Inter,sans-serif;justify-content:center;min-height:100vh;overflow:hidden;padding:1rem;position:relative}.login-container:before{animation:gridMove 30s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='rgba(37,99,235,0.03)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.6;position:absolute;right:0;top:0}@keyframes gridMove{0%{transform:translate(0)}to{transform:translate(20px,20px)}}.login-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 25px 50px #2563eb26;max-width:420px;padding:2.5rem;position:relative;transition:all .3s ease;width:100%;z-index:1}.login-card:hover{box-shadow:0 35px 70px #2563eb33;transform:translateY(-5px)}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:.5rem}.login-header p{color:#64748b;font-size:.875rem;font-weight:500}.login-form{gap:1.5rem}.form-group,.login-form{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#374151;font-size:.875rem;font-weight:600}.form-group input{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f9fafbcc;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;padding:1rem 1.25rem;transition:all .3s ease}.form-group input:focus{background:#fff;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a;outline:none;transform:translateY(-1px)}.login-btn{background:linear-gradient(135deg,#2563eb,#60a5fa);border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;overflow:hidden;padding:1rem 1.5rem;position:relative;transition:all .3s ease}.login-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.login-btn:hover:before{left:100%}.login-btn:hover{box-shadow:0 15px 35px #2563eb4d;transform:translateY(-2px)}.login-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.error-message{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:12px;color:#dc2626}.error-message,.success-message{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);font-size:.875rem;margin-bottom:1rem;padding:1rem 1.25rem}.success-message{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-radius:12px;color:#16a34a}.loading-spinner{animation:spin 1s ease-in-out infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;display:inline-block;height:18px;margin-right:.5rem;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.admin-container{background:linear-gradient(135deg,#f0f8ff,#e0f2fe 50%,#dbeafe);color:#1e293b;font-family:Inter,sans-serif;line-height:1.6;min-height:100vh;overflow-x:hidden;position:relative}.admin-container:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M20 0H0v20' fill='none' stroke='rgba(37,99,235,0.02)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.4;position:fixed;right:0;top:0;z-index:-1}.container{margin:0 auto;max-width:1200px;padding:2rem;position:relative;z-index:1}.admin-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 30px #2563eb1a;display:flex;justify-content:space-between;margin-bottom:4rem;padding:2.5rem 2rem;transition:all .3s ease}.admin-header:hover{box-shadow:0 15px 40px #2563eb26;transform:translateY(-2px)}.header-left h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:.25rem}.header-left p{color:#64748b;font-size:.875rem;font-weight:500}.header-right{align-items:center;display:flex;gap:1.5rem}.logout-btn{background:linear-gradient(135deg,#dc2626,#ef4444);border:none;border-radius:12px;box-shadow:0 4px 15px #dc262633;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.logout-btn:hover{box-shadow:0 8px 25px #dc26264d;transform:translateY(-2px)}.user-info{color:#64748b;font-size:.875rem;font-weight:500}.user-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#60a5fa);-webkit-background-clip:text;background-clip:text;font-weight:600}.stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:3rem}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 30px #2563eb1a;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .3s ease}.stat-card:hover{box-shadow:0 20px 40px #2563eb26;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#2563eb,#60a5fa);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:.875rem;font-weight:600;letter-spacing:1px;text-transform:uppercase}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #fff3;border-radius:20px;box-shadow:0 10px 30px #2563eb1a;overflow:hidden;transition:all .3s ease}.card:hover{box-shadow:0 15px 40px #2563eb26;transform:translateY(-2px)}.card-header{align-items:center;background:linear-gradient(135deg,#2563eb,#60a5fa);color:#fff;display:flex;justify-content:space-between;overflow:hidden;padding:1.5rem 2rem;position:relative}.card-header:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.card-header:hover:before{left:100%}.card-header h2{font-size:1.5rem;font-weight:600;margin:0}.refresh-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:1px solid #ffffff4d;border-radius:12px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.25rem;transition:all .3s ease}.refresh-btn:hover{background:#ffffff4d;transform:translateY(-1px)}.submissions-table{border-collapse:collapse;margin:0;width:100%}.submissions-table th{background:#f8fafccc;border-bottom:2px solid #e2e8f0;color:#374151;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:1rem 1.5rem;text-align:left;text-transform:uppercase}.submissions-table td{border-bottom:1px solid #f1f5f9;color:#475569;font-size:.875rem;padding:1rem 1.5rem}.submissions-table tr:hover{background:#f8fafc80;transition:all .2s ease}.name{color:#1e293b;font-weight:600}.email{color:#2563eb;font-weight:500}.timestamp{color:#64748b;font-size:.8rem}.delete-btn{background:linear-gradient(135deg,#dc2626,#ef4444);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;padding:.5rem 1rem;transition:all .3s ease}.delete-btn:hover{box-shadow:0 4px 15px #dc26264d;transform:translateY(-1px)}.empty-state{color:#64748b;padding:3rem 2rem;text-align:center}.empty-state h3{color:#374151;font-size:1.25rem;margin-bottom:.5rem}.loading{color:#64748b;font-weight:500;padding:2rem;text-align:center}.error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-weight:500;margin:1rem;padding:1rem 1.5rem}.message-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.message-modal-content{animation:modalSlideIn .3s ease-out;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 25px 50px #2563eb33;max-height:80vh;max-width:600px;overflow-y:auto;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.message-modal-header{align-items:center;background:linear-gradient(135deg,#2563eb,#60a5fa);border-radius:20px 20px 0 0;color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem}.message-modal-header h3{font-size:1.25rem;font-weight:600;margin:0}.modal-close-btn{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;height:32px;justify-content:center;transition:all .3s ease;width:32px}.modal-close-btn:hover{background:#ffffff4d;transform:scale(1.1)}.message-modal-info{background:#f8fafc80;border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem}.modal-info-row{color:#475569;font-size:.875rem;margin-bottom:.75rem}.modal-info-row:last-child{margin-bottom:0}.modal-info-row strong{color:#1e293b;font-weight:600;margin-right:.5rem}.message-modal-body{padding:1.5rem 2rem}.message-modal-body strong{color:#1e293b;display:block;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:.75rem;text-transform:uppercase}.message-modal-body p{color:#475569;font-size:.875rem;line-height:1.6;margin:0}.message-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-cell.clickable{color:#2563eb;cursor:pointer;font-weight:500;text-decoration:underline;text-decoration-color:#0000;transition:all .2s ease}.message-cell.clickable:hover{text-decoration-color:#2563eb}.message-cell:hover{color:#1d4ed8}.message-cell:empty:before{color:#9ca3af;content:"-"}@media (max-width:768px){.container{padding:1rem}.admin-header{flex-direction:column;gap:1rem;text-align:center}.header-left h1{font-size:1.5rem}.stats{grid-template-columns:1fr}.stat-card{padding:1rem}.stat-number{font-size:2rem}.card-header{flex-direction:column;gap:1rem;text-align:center}.submissions-table{font-size:.75rem}.submissions-table td,.submissions-table th{padding:.75rem}.message-modal-content{margin:1rem;max-height:90vh}}@media (max-width:480px){.login-card{margin:1rem;padding:2rem}.admin-header,.card-header{padding:1rem}.submissions-table td,.submissions-table th{font-size:.7rem;padding:.5rem}}
/*# sourceMappingURL=main.97ebebdc.css.map*/