*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}:root{--primary-color: #1a1a2e;--secondary-color: #16213e;--accent-color: #0f3460;--text-color: #333;--text-light: #666;--bg-light: #f5f5f5;--white: #ffffff;--gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--icon-primary: #667eea;--icon-secondary: #764ba2}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;color:var(--text-color);line-height:1.6;overflow-x:hidden}#app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{position:fixed;top:0;left:0;right:0;background:rgba(26,26,46,.95);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease;padding:1rem 0}.navbar.scrolled{background:rgba(26,26,46,.98);box-shadow:0 2px 20px #0000001a}.nav-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:lighter;color:var(--white);letter-spacing:2px}.logo-img{height:36px;width:auto;display:block;object-fit:contain}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:var(--white);text-decoration:none;font-size:1rem;transition:color .3s ease;cursor:pointer}.nav-menu a:hover{color:#667eea}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background:var(--white);transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);z-index:999;opacity:0;visibility:hidden;transition:all .3s ease}.menu-overlay.active{opacity:1;visibility:visible}@media (min-width: 769px){.menu-overlay{display:none}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);overflow:hidden;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%)}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);z-index:0;object-fit:cover}.hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(26,26,46,.7) 0%,rgba(22,33,62,.6) 50%,rgba(15,52,96,.7) 100%);z-index:1}.hero-content{position:relative;z-index:2;max-width:1000px;padding:0 20px}.hero-title{font-size:3.1rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;animation:fadeInUp 1s ease}.hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem;opacity:.9;animation:fadeInUp 1s ease .2s both}.hero-buttons{display:flex;gap:1rem;justify-content:center;animation:fadeInUp 1s ease .4s both}.btn-primary,.btn-secondary{padding:1rem 2.5rem;font-size:1.1rem;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;font-weight:600}.btn-primary{background:var(--gradient);color:var(--white)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #667eea66}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-color)}section{padding:5rem 0}.section-title{font-size:2rem;text-align:center;margin-bottom:1rem;color:var(--primary-color);font-weight:normal}.section-description{text-align:center;font-size:1.1rem;color:var(--text-light);max-width:800px;margin:0 auto 3rem;line-height:1.8}.services{background:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.service-card{background:var(--white);padding:2.5rem;border-radius:15px;text-align:center;box-shadow:0 5px 30px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(102,126,234,.1),transparent);transition:left .5s ease}.service-card:hover:before{left:100%}.service-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 50px #667eea40;border-color:#667eea4d;background:linear-gradient(135deg,#ffffff 0%,#f8f9ff 100%)}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(102,126,234,.08) 0%,rgba(118,75,162,.08) 100%);border-radius:18px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.service-icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,rgba(118,75,162,.1) 100%);opacity:0;transition:opacity .3s ease}.service-icon svg{width:48px;height:48px;position:relative;z-index:1;transition:all .3s cubic-bezier(.4,0,.2,1)}.service-card:hover .service-icon{transform:translateY(-5px) scale(1.05);box-shadow:0 10px 25px #667eea33}.service-card:hover .service-icon:before{opacity:1}.service-card:hover .service-icon svg{transform:scale(1.05)}.service-card h3{font-size:1.5rem;margin-bottom:1rem;color:var(--primary-color)}.service-card p{color:var(--text-light);line-height:1.8;transition:color .3s ease}.service-card:hover p{color:var(--text-color)}.service-card:hover h3{color:var(--icon-primary);transform:scale(1.05);transition:all .3s ease}.about{background:var(--bg-light)}.about-content{max-width:900px;margin:0 auto}.about-text{padding:0}.about-text p{font-size:1.1rem;line-height:2;color:var(--text-light);text-align:justify;max-width:900px;margin:0 auto;transition:all .3s ease;padding:1rem;border-radius:10px}.about-text:hover p{color:var(--text-color);background:rgba(102,126,234,.03);transform:scale(1.01)}.features{background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 200%);padding:2.5rem;border-radius:15px;transition:all .4s cubic-bezier(.4,0,.2,1);border:0px solid transparent;position:relative;overflow:hidden}.feature-card:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 70%);opacity:0;transition:opacity .4s ease}.feature-card:hover:after{opacity:1}.feature-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 20px 50px #667eea4d;border-color:#667eea66;background:linear-gradient(135deg,#ffffff 0%,#e8ecf5 100%)}.feature-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.7);border-radius:18px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.feature-icon:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(102,126,234,.1) 0%,rgba(118,75,162,.1) 100%);opacity:0;transition:opacity .3s ease}.feature-icon svg{width:48px;height:48px;position:relative;z-index:1;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card:hover .feature-icon{background:rgba(255,255,255,.95);transform:translateY(-5px) scale(1.05);box-shadow:0 10px 25px #667eea33}.feature-card:hover .feature-icon:before{opacity:1}.feature-card:hover .feature-icon svg{transform:scale(1.05)}.feature-card h3{font-size:1.3rem;margin-bottom:1rem;color:var(--primary-color);text-align:center}.feature-card p{color:var(--text-light);line-height:1.8;transition:color .3s ease;position:relative;z-index:1}.feature-card:hover p{color:var(--text-color)}.feature-card:hover h3{color:var(--icon-primary);transform:scale(1.05);transition:all .3s ease;position:relative;z-index:1}.stats{color:var(--white);padding:4rem 0;position:relative;overflow:hidden}.stats:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');opacity:.5;z-index:0}.code-demo-container{position:relative;z-index:1;max-width:1200px;margin:0 auto}.code-editor{background:#1e1e1e;border-radius:12px;box-shadow:0 20px 60px #00000080;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.code-header{background:#252526;padding:.8rem 1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.code-dots{display:flex;gap:.5rem}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.code-title{color:#ccc;font-size:.9rem;font-family:"Monaco","Menlo","Ubuntu Mono",monospace}.code-content{padding:1.5rem;background:#1e1e1e;min-height:400px;max-height:500px;overflow-y:auto;font-family:"Monaco","Menlo","Ubuntu Mono","Consolas",monospace;font-size:14px;line-height:1.6}.code-line{display:flex;min-height:22px;color:#d4d4d4;white-space:pre}.line-number{color:#858585;width:40px;text-align:right;padding-right:1rem;user-select:none;flex-shrink:0}.code-text{flex:1;padding-left:1rem}.code-text .keyword{color:#569cd6}.code-text .module{color:#4ec9b0}.code-text .class{color:#4ec9b0}.code-text .function{color:#dcdcaa}.code-text .string{color:#ce9178}.code-text .comment{color:#6a9955;font-style:italic}.code-text .number{color:#b5cea8}.code-text .self{color:#569cd6}.code-text .param{color:#9cdcfe}.code-text .attr{color:#9cdcfe}.code-text .var{color:#9cdcfe}.cursor{display:inline-block;width:2px;height:18px;background:#d4d4d4;animation:blink 1s infinite;margin-left:2px;vertical-align:middle}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.code-content::-webkit-scrollbar{width:8px}.code-content::-webkit-scrollbar-track{background:#1e1e1e}.code-content::-webkit-scrollbar-thumb{background:#424242;border-radius:4px}.code-content::-webkit-scrollbar-thumb:hover{background:#4e4e4e}.stat-item:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:rgba(255,255,255,.1);transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.stat-item:hover:before{width:300px;height:300px}.stat-item:hover{transform:translateY(-8px) scale(1.05);background:rgba(255,255,255,.1);box-shadow:0 15px 40px #0003}.stat-item:hover .stat-number{transform:scale(1.1);text-shadow:0 0 20px rgba(255,255,255,.5);transition:all .3s ease}.stat-item:hover .stat-label{transform:translateY(-3px);transition:all .3s ease}.stat-number{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;transition:all .3s ease;position:relative;z-index:1}.stat-label{font-size:1.2rem;opacity:.9;transition:all .3s ease;position:relative;z-index:1}.contact{background:var(--bg-light)}.contact-content{margin-top:3rem;max-width:560px;margin-left:auto;margin-right:auto}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{background:var(--white);padding:2rem;border-radius:15px;box-shadow:0 5px 30px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent;position:relative;overflow:hidden}.contact-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--gradient);transform:scaleY(0);transition:transform .4s ease}.contact-item:hover:before{transform:scaleY(1)}.contact-item:hover{transform:translate(8px) translateY(-5px);box-shadow:0 15px 40px #667eea40;border-color:#667eea4d;background:linear-gradient(135deg,#ffffff 0%,#f8f9ff 100%)}.contact-item h3{font-size:1.3rem;margin-bottom:.5rem;color:var(--primary-color);transition:all .3s ease;position:relative;z-index:1}.contact-item:hover h3{color:var(--icon-primary);transform:translate(5px)}.contact-item p{color:var(--text-light);transition:all .3s ease;position:relative;z-index:1}.contact-item:hover p{color:var(--text-color)}.wechat-item{text-align:center}.wechat-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.qr-code-container{margin-top:.5rem}.qr-code-placeholder{width:150px;height:150px;margin:0 auto;background:var(--white);border:2px solid #e0e0e0;border-radius:8px;padding:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.qr-code-placeholder svg{width:100%;height:100%}.qr-code-image{width:100%;height:100%;object-fit:contain;display:block}.qr-code-fallback{display:none;width:100%;height:100%}.qr-code-image:not([src]),.qr-code-image[src=""],.qr-code-image[src=undefined]{display:none}.qr-code-image:not([src])~.qr-code-fallback,.qr-code-image[src=""]~.qr-code-fallback,.qr-code-image[src=undefined]~.qr-code-fallback{display:block}.wechat-item:hover .qr-code-placeholder{border-color:#667eea;box-shadow:0 4px 12px #667eea33;transform:scale(1.05)}.contact-form{background:var(--white);padding:2.5rem;border-radius:15px;box-shadow:0 5px 30px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.contact-form:hover{transform:translateY(-5px);box-shadow:0 15px 40px #667eea33;border-color:#667eea33}.contact-form h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--primary-color)}.contact-form form{display:flex;flex-direction:column;gap:1rem}.contact-form input,.contact-form textarea{padding:1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:var(--white)}.contact-form input:hover,.contact-form textarea:hover{border-color:#667eea80;box-shadow:0 2px 8px #667eea1a;transform:translateY(-2px)}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 4px 12px #667eea33;transform:translateY(-2px)}.footer{background:#120e3a;color:#ffffffeb;padding:3.5rem 0 2rem;position:relative;overflow:hidden}.footer-pattern{position:absolute;inset:0;opacity:.06;background-image:repeating-linear-gradient(-45deg,transparent,transparent 12px,rgba(255,255,255,.15) 12px,rgba(255,255,255,.15) 14px)}.footer .container{position:relative;z-index:1}.footer-contact-title{font-size:1.35rem;font-weight:600;margin:0 0 1.5rem;color:#fff;letter-spacing:.02em}.footer-contact-grid{display:grid;grid-template-columns:1fr auto;gap:2rem 3rem;align-items:start}.footer-label{display:block;font-size:.9rem;color:#ffffffb3;margin-bottom:.35rem}.footer-address p,.footer-block p{margin:0;font-size:.95rem;line-height:1.65;color:#ffffffeb}.footer-address p{max-width:420px}.footer-contact-right{display:flex;flex-direction:column;gap:1rem;text-align:right}.footer-wechat{display:flex;flex-direction:column;align-items:flex-end}.footer-wechat-qr{width:120px;height:120px;object-fit:contain;margin-top:.5rem;border-radius:8px;background:#fff;padding:6px;box-sizing:border-box}.footer-block p a{color:#ffffffeb;text-decoration:none;transition:color .2s ease}.footer-block p a:hover{color:#fff;text-decoration:underline}.footer-divider{height:1px;background:rgba(255,255,255,.18);margin:2rem 0 1.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-legal p,.footer-copyright p{margin:0;font-size:.85rem;color:#ffffffa6}.footer-legal p a{color:#ffffffa6;text-decoration:none;transition:color .2s ease}.footer-legal p a:hover{color:#ffffffe6}.footer-copyright{text-align:right}.footer-copyright p{color:#fffc}.scroll-item{opacity:0;transform:translateY(40px) scale(.95);filter:blur(4px);transition:all .8s cubic-bezier(.4,0,.2,1)}.scroll-item.in-view{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}.section-title.scroll-item.in-view{animation:titleFocus .8s ease forwards}@keyframes titleFocus{0%{opacity:0;transform:translateY(30px) scale(.9)}50%{transform:translateY(-5px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.service-card.scroll-item.in-view,.feature-card.scroll-item.in-view{animation:cardFocus .8s ease forwards}@keyframes cardFocus{0%{opacity:0;transform:translateY(40px) scale(.9);filter:blur(4px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}.stat-item.scroll-item.in-view{animation:statFocus .8s ease forwards}@keyframes statFocus{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.stat-item.scroll-item.in-view .stat-number{animation:numberCount 1s ease forwards}@keyframes numberCount{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.about-text.scroll-item.in-view{animation:textFocus .8s ease forwards}@keyframes textFocus{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contact-form.scroll-item.in-view{animation:formFocus .8s ease forwards}@keyframes formFocus{0%{opacity:0;transform:translate(30px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.contact-item.scroll-item.in-view{animation:contactItemFocus .8s ease forwards}@keyframes contactItemFocus{0%{opacity:0;transform:translate(-30px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.navbar{padding:.8rem 0}.nav-container{padding:0 15px}.logo{font-size:1.2rem}.hamburger{display:flex;z-index:1001;position:relative}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-menu{position:fixed;left:-100%;top:50px;flex-direction:column;background:rgba(26,26,46,.98);backdrop-filter:blur(20px);width:100%;text-align:center;transition:left .3s ease;box-shadow:0 10px 27px #0000001a;padding:2rem 0;max-height:calc(100vh - 60px);overflow-y:auto;z-index:1000}.nav-menu.active{left:0}.menu-overlay{display:block}.nav-menu li{margin:.5rem 0}.nav-menu a{font-size:1.1rem;padding:.8rem 0;display:block}.hero{min-height:100vh;padding:80px 0 40px}.hero-content{padding:0 15px}.hero-title{font-size:1.8rem;line-height:1.3;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem;padding:0 10px}.hero-buttons{flex-direction:column;align-items:stretch;gap:.8rem;padding:0 20px;width:100%;max-width:400px;margin:0 auto}.btn-primary,.btn-secondary{width:100%;padding:.9rem 1.5rem;font-size:1rem;border-radius:30px}.hero-video{width:100%;height:100%;object-fit:cover}section{padding:3rem 0}.container{padding:0 15px}.section-title{font-size:1.8rem;margin-bottom:1.5rem;padding:0 10px}.section-description{font-size:1rem;padding:0 10px;margin-bottom:2rem;line-height:1.7}.services-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.service-card{padding:2rem 1.5rem;border-radius:12px}.service-icon{width:70px;height:70px;margin-bottom:1.2rem}.service-icon svg{width:40px;height:40px}.service-card h3{font-size:1.3rem;margin-bottom:.8rem}.service-card p{font-size:.95rem;line-height:1.7}.about-text{padding:0 10px}.about-text p{font-size:1rem;line-height:1.8;text-align:left}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.feature-card{padding:2rem 1.5rem;border-radius:12px}.feature-icon{width:70px;height:70px;margin-bottom:1.2rem}.feature-icon svg{width:40px;height:40px}.feature-card h3{font-size:1.2rem;margin-bottom:.8rem}.feature-card p{font-size:.95rem;line-height:1.7}.stats{padding:3rem 0}.code-demo-container{padding:0 10px}.code-editor{border-radius:8px}.code-content{padding:1rem;font-size:12px;min-height:300px;max-height:400px}.line-number{width:30px;padding-right:.8rem}.code-text{padding-left:.8rem}.contact-content{grid-template-columns:1fr;gap:2rem;margin-top:2rem}.contact-item{padding:1.5rem;border-radius:12px}.contact-item h3{font-size:1.2rem;margin-bottom:.8rem}.contact-item p{font-size:.95rem;line-height:1.6}.contact-form{padding:2rem 1.5rem;border-radius:12px}.contact-form h3{font-size:1.3rem;margin-bottom:1.2rem}.contact-form input,.contact-form textarea{padding:.9rem;font-size:.95rem;border-radius:8px}.contact-form button{padding:.9rem;font-size:1rem}.footer{padding:2.5rem 0 1.5rem}.footer-contact-grid{grid-template-columns:1fr;gap:1.5rem}.footer-contact-right{text-align:left}.footer-wechat{align-items:flex-start}.footer-wechat-qr{width:100px;height:100px}.footer-bottom{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-copyright{text-align:left}.footer-legal p,.footer-copyright p{font-size:.8rem}.scroll-item{transform:translateY(30px) scale(.98);filter:blur(2px)}}@media (max-width: 480px){.hero-title{font-size:1.4rem;line-height:1.2}.hero-subtitle{font-size:.95rem}.section-title{font-size:1.6rem}.section-description{font-size:.95rem}.service-card,.feature-card{padding:1.5rem 1.2rem}.service-card h3,.feature-card h3{font-size:1.1rem}.service-card p,.feature-card p{font-size:.9rem}.code-content{font-size:11px;min-height:250px;max-height:350px}.code-header{padding:.6rem .8rem}.code-title{font-size:.8rem}.contact-item,.contact-form{padding:1.2rem}.contact-item h3{font-size:1.1rem}.contact-form h3{font-size:1.2rem}.service-icon,.feature-icon{width:60px;height:60px}.service-icon svg,.feature-icon svg{width:36px;height:36px}}@media (hover: none) and (pointer: coarse){.service-card:hover,.feature-card:hover,.contact-item:hover,.contact-form:hover{transform:none}.service-card:active,.feature-card:active{transform:scale(.98)}.btn-primary:active,.btn-secondary:active{transform:scale(.95)}}@media (max-width: 768px) and (orientation: landscape){.hero{min-height:auto;padding:60px 0 30px}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.95rem}section{padding:2.5rem 0}}
