:root{--primary-blue:#0066CC;--secondary-blue:#004499;--accent-orange:#FF6B35;--light-blue:#E6F2FF;--accent-green:#00A86B;--text-dark:#1A1A1A;--text-gray:#666666;--light-gray:#F5F5F5;--border-gray:#E0E0E0;--white:#FFFFFF;--gradient-primary:linear-gradient(135deg,#0066CC,#004499);--gradient-accent:linear-gradient(135deg,#FF6B35,#FF8C61)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-dark);line-height:1.6}body,header{background:var(--white)}header{box-shadow:0 2px 10px rgba(0,0,0,.08);position:fixed;width:100%;top:0;z-index:1000}nav{max-width:1200px;margin:0 auto;padding:1rem 2rem;justify-content:space-between}.logo,nav{display:flex;align-items:center}.logo{gap:.75rem;font-size:1.5rem;font-weight:700;color:var(--primary-blue);text-decoration:none!important}a.logo,a.logo:active,a.logo:focus,a.logo:hover,a.logo:link,a.logo:visited{text-decoration:none!important;border-bottom:0!important;outline:none}.logo *,header a.logo,header a.logo .logo-text,header a.logo:active,header a.logo:focus,header a.logo:hover,header a.logo:link,header a.logo:visited{text-decoration:none!important;border-bottom:0!important}header a.logo:focus-visible{outline:2px solid var(--primary-blue);outline-offset:3px;text-decoration:none!important}header a,header a:active,header a:focus,header a:hover,header a:link,header a:visited,nav a,nav a:active,nav a:focus,nav a:hover,nav a:link,nav a:visited{text-decoration:none!important;border-bottom:0!important}.logo-icon{width:40px;height:40px;position:relative}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s}.nav-links a:hover{color:var(--primary-blue)}.cta-button{background:var(--gradient-primary);color:var(--white);padding:.75rem 1.5rem;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,102,204,.3)}.hamburger{display:none;width:40px;height:40px;background:transparent;border:none;padding:0;margin-left:1rem;cursor:pointer}.hamburger span{display:block;width:24px;height:2px;background:var(--text-dark);margin:6px auto;transition:all .2s}.mobile-nav{display:none;background:var(--white);box-shadow:0 10px 30px rgba(0,0,0,.1)}.mobile-nav.open{display:block}.mobile-nav ul{list-style:none;padding:.5rem 1rem 1rem}.mobile-nav li{border-top:1px solid var(--border-gray)}.mobile-nav a{display:block;padding:.75rem 0;color:var(--text-dark);text-decoration:none}.accent-button{background:var(--gradient-accent);color:var(--white);padding:.75rem 1.5rem;border:none;border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.accent-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(255,107,53,.3)}.hero{margin-top:80px;padding:4rem 2rem 5rem;background:linear-gradient(135deg,#F5F8FF,#EBF4FF);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(circle,rgba(0,102,204,.05) 0,transparent 70%);animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(10deg)}}.hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;position:relative;z-index:1}.hero-text h1{font-size:3rem;font-weight:700;color:var(--text-dark);line-height:1.2;margin-bottom:1.5rem}.hero-text h1 span{background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-highlight{color:var(--accent-orange)}.hero-text p{font-size:1.25rem;color:var(--text-gray);margin-bottom:2rem;line-height:1.8}.hero-buttons{display:flex;gap:1rem;margin-bottom:3rem}.hero-stats{display:flex;gap:2rem;padding-top:2rem;border-top:1px solid var(--border-gray)}.stat-item{flex:1 1}.stat-value{font-size:1.75rem;font-weight:700;color:var(--primary-blue)}.stat-label{color:var(--text-gray);font-size:.9rem}.secondary-button{background:transparent;color:var(--primary-blue);padding:.75rem 1.5rem;border:2px solid var(--primary-blue);border-radius:5px;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;display:inline-block}.secondary-button:hover{background:var(--primary-blue);color:var(--white)}.hero-visual{position:relative;height:500px;display:flex;align-items:center;justify-content:center}.visual-container{position:relative;width:100%;height:100%}.ai-network{position:absolute;width:100%;height:100%}.node{position:absolute;width:80px;height:80px;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:2rem;background:var(--white);box-shadow:0 10px 30px rgba(0,0,0,.1);animation:pulse 3s ease-in-out infinite}.node.central{top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;background:var(--gradient-primary);color:var(--white);z-index:3}.node-1{top:10%;left:20%;animation-delay:.5s}.node-2{top:10%;right:20%;animation-delay:1s}.node-3{bottom:10%;left:20%;animation-delay:1.5s}.node-4{bottom:10%;right:20%;animation-delay:2s}.node-5{top:30%;left:5%;animation-delay:2.5s}.node-6{bottom:30%;right:5%;animation-delay:.8s}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.connection{position:absolute;background:linear-gradient(90deg,transparent,var(--primary-blue),transparent);height:2px;transform-origin:left center;animation:flow 3s linear infinite}@keyframes flow{0%{opacity:.3}50%{opacity:1}to{opacity:.3}}.transformation-section{padding:5rem 2rem;background:var(--white)}.transformation-header{text-align:center;max-width:900px;margin:0 auto 4rem}.transformation-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.transform-card{padding:2rem;border-radius:10px;background:var(--white);border:1px solid var(--border-gray);transition:all .3s;position:relative;overflow:hidden}.transform-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:var(--gradient-primary);transform:scaleX(0);transition:transform .3s}.transform-card:hover{box-shadow:0 10px 30px rgba(0,0,0,.1);transform:translateY(-5px)}.transform-card:hover:before{transform:scaleX(1)}.transform-icon{width:60px;height:60px;background:var(--light-blue);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.5rem}.transform-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.transform-description{color:var(--text-gray);line-height:1.6;margin-bottom:1rem}.transform-link{color:var(--primary-blue);text-decoration:none;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;transition:gap .3s}.transform-link:hover{gap:1rem}.voice-ai-section{padding:5rem 2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);color:var(--white)}.voice-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.voice-text h2{font-size:2.5rem;margin-bottom:1.5rem}.voice-text h2 span{color:#63b3ed}.voice-features{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.voice-feature{display:flex;gap:1rem;align-items:start}.voice-feature-icon{width:40px;height:40px;background:rgba(99,179,237,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.voice-feature-text h3{font-size:1.1rem;margin-bottom:.5rem;color:#63b3ed}.voice-feature-text p{color:rgba(255,255,255,.8);font-size:.95rem;line-height:1.6}.voice-visual{display:flex;justify-content:center;align-items:center}.section{padding:5rem 2rem}.section-alt{background:var(--light-gray)}.container{max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.section-subtitle{font-size:1.25rem;color:var(--text-gray);max-width:700px;margin:0 auto}.roi-cta{background:var(--gradient-accent);padding:3rem 2rem;border-radius:15px;text-align:center;color:var(--white);margin:3rem 0}.roi-cta h3{font-size:2rem;margin-bottom:1rem}.roi-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}.roi-button{background:var(--white);color:var(--accent-orange);padding:1rem 2rem;border-radius:5px;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s}.roi-button:hover{transform:translateY(-3px);box-shadow:0 10px 30px rgba(0,0,0,.2)}.process-section{padding:5rem 2rem;background:var(--white)}.process-timeline{max-width:1000px;margin:0 auto;position:relative}.timeline-item{display:grid;grid-template-columns:1fr 80px 1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem;align-items:center}.timeline-content{padding:2rem;background:var(--white);border-radius:10px;box-shadow:0 5px 20px rgba(0,0,0,.08)}.timeline-content.left{text-align:right}.timeline-content.right{text-align:left}.timeline-node{width:80px;height:80px;background:var(--gradient-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:2rem;font-weight:700;position:relative}.timeline-node:after{content:"";position:absolute;top:100%;left:50%;transform:translateX(-50%);width:2px;height:100px;background:var(--border-gray)}.timeline-item:last-child .timeline-node:after{display:none}footer{background:var(--text-dark);color:var(--white);padding:3rem 2rem 1.5rem}.footer-content{max-width:1200px;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:3rem;gap:3rem;margin:0 auto 2rem}.footer-section h3{margin-bottom:1rem;color:var(--white)}.footer-section li,.footer-section p{color:rgba(255,255,255,.8);line-height:1.8}.footer-section ul{list-style:none}.footer-section a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .3s}.footer-section a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;color:rgba(255,255,255,.6)}@media (max-width:768px){.nav-links{display:none}.hamburger{display:inline-block}nav{padding:.75rem 1rem}.hero-content{grid-template-columns:1fr;text-align:center}.hero-text h1{font-size:2rem}.hero-buttons{flex-direction:column;align-items:center}.voice-content{grid-template-columns:1fr}.timeline-item{grid-template-columns:80px 1fr}.timeline-content.left{display:none}.transformation-grid{grid-template-columns:1fr}.hero-visual{height:300px}.node{width:60px;height:60px;font-size:1.5rem}.node.central{width:90px;height:90px}}html{scroll-behavior:smooth}section[id]{scroll-margin-top:90px}