@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1rem;line-height:1.5;color:#333;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700;line-height:1.25;color:#333}h1{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.25rem;font-weight:700;line-height:1.25}@media(min-width:1024px){h1{font-size:3rem}}@media(min-width:1280px){h1{font-size:3.75rem}}h2{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25}@media(min-width:1024px){h2{font-size:2.25rem}}h3{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.25}@media(min-width:1024px){h3{font-size:1.875rem}}h4{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5}p{margin-bottom:1rem;color:#555}a{color:#fd8204;text-decoration:none;transition:color .15s cubic-bezier(.4,0,.2,1)}a:hover{color:#e57400}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1536px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.section{padding-top:5rem;padding-bottom:5rem}}.text-center{text-align:center}.text-white{color:#fff}.text-orange{color:#fd8204}.text-gray{color:#555}.bg-white{background-color:#fff}.bg-gray{background-color:#f5f5f5}.bg-dark{background-color:#333}.bg-black{background-color:#000}.bg-orange{background-color:#fd8204}.btn{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none}.btn:disabled{opacity:.6;cursor:not-allowed}.btn{padding:.75rem 1.5rem;font-size:1rem}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background-color:#fd8204;color:#fff;border:none}.btn-primary:hover:not(:disabled){background-color:#e57400;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background-color:transparent;color:#fd8204;border:2px solid #FD8204}.btn-secondary:hover:not(:disabled){background-color:#fd8204;color:#fff}.btn-dark{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none}.btn-dark:disabled{opacity:.6;cursor:not-allowed}.btn-dark{background-color:#333;color:#fff;border:none}.btn-dark:hover:not(:disabled){background-color:#000;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.btn-white{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;text-decoration:none}.btn-white:disabled{opacity:.6;cursor:not-allowed}.btn-white{background-color:#fff;color:#fd8204;border:none}.btn-white:hover:not(:disabled){background-color:#f5f5f5;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-input,.form-textarea,.form-select{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #E0E0E0;border-radius:.5rem;background-color:#fff;transition:border-color .15s cubic-bezier(.4,0,.2,1),box-shadow .15s cubic-bezier(.4,0,.2,1)}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#fd8204;box-shadow:0 0 0 3px #fd82041a}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#bdbdbd}.form-textarea{resize:vertical;min-height:120px}.section-title{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.875rem;font-weight:700;line-height:1.25}@media(min-width:1024px){.section-title{font-size:2.25rem}}.section-title{margin-bottom:1rem}.section-subtitle{font-size:1.125rem;color:#555;max-width:600px;margin-left:auto;margin-right:auto}@media(min-width:1024px){.section-subtitle{font-size:1.25rem}}.grid{display:grid;gap:1.5rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}@media(min-width:640px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-4{grid-template-columns:repeat(4,1fr)}}.divider{height:1px;background-color:#eee;margin:2rem 0}.badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.875rem;font-weight:500;border-radius:9999px;background-color:#fd8204;color:#fff}.badge-outline{background-color:transparent;border:1px solid #FD8204;color:#fd8204}.spinner{width:40px;height:40px;border:3px solid #EEEEEE;border-top-color:#fd8204;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.video-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}.video-container iframe,.video-container video{position:absolute;top:0;left:0;width:100%;height:100%}.hidden{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(min-width:768px){.hidden-md-up{display:none!important}}@media(max-width:767px){.hidden-md-down{display:none!important}}.navbar{position:fixed;top:0;left:0;right:0;z-index:300;padding:1rem 0;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar.scrolled{background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.navbar.scrolled .navbar-logo-text,.navbar.scrolled .navbar-link{color:#333}.navbar.scrolled .navbar-link:hover,.navbar.scrolled .navbar-link.active{color:#fd8204}.navbar.scrolled .mobile-menu-btn .hamburger-line{background-color:#333}.navbar.transparent{background-color:transparent}.navbar.transparent .navbar-logo-text,.navbar.transparent .navbar-link{color:#fff}.navbar.transparent .navbar-link:hover,.navbar.transparent .navbar-link.active{color:#fd8204}.navbar.transparent .mobile-menu-btn .hamburger-line{background-color:#fff}.navbar-container{width:100%;max-width:1536px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.navbar-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.navbar-container{padding-left:2rem;padding-right:2rem}}.navbar-container{display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;z-index:10}.navbar-logo{height:36px;width:auto;max-width:180px;object-fit:contain}@media(min-width:1024px){.navbar-logo{height:44px;max-width:220px}}.navbar-logo-text{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;transition:color .3s cubic-bezier(.4,0,.2,1)}@media(min-width:1024px){.navbar-logo-text{font-size:1.5rem}}.navbar-menu{display:none;align-items:center;gap:2rem}@media(min-width:1024px){.navbar-menu{display:flex}}.navbar-link{position:relative;font-size:1.125rem;font-weight:500;color:#fff;text-decoration:none;padding:.5rem 0;transition:color .15s cubic-bezier(.4,0,.2,1)}.navbar-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:#fd8204;transition:width .15s cubic-bezier(.4,0,.2,1)}.navbar-link:hover,.navbar-link.active{color:#fd8204}.navbar-link:hover:after,.navbar-link.active:after{width:100%}.navbar-cta{display:none}@media(min-width:1024px){.navbar-cta{display:flex}}.mobile-menu-btn{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer;z-index:510;-webkit-tap-highlight-color:transparent}@media(min-width:1024px){.mobile-menu-btn{display:none}}.mobile-menu-btn .hamburger-line{display:block;width:24px;height:2px;background-color:#fff;transition:all .3s ease;transform-origin:center}.mobile-menu-btn .hamburger-line:nth-child(1){margin-bottom:6px}.mobile-menu-btn .hamburger-line:nth-child(3){margin-top:6px}.mobile-menu-btn.active .hamburger-line:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-btn.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-btn.active .hamburger-line:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-overlay{position:fixed;inset:0;background-color:#00000080;opacity:0;visibility:hidden;transition:all .3s ease;z-index:500}.mobile-menu-overlay.active{opacity:1;visibility:visible}@media(min-width:1024px){.mobile-menu-overlay{display:none!important}}.mobile-menu{position:fixed;top:0;right:0;width:85%;max-width:320px;height:100%;background-color:#333;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);z-index:505;overflow-y:auto}.mobile-menu.active{transform:translate(0)}@media(min-width:1024px){.mobile-menu{display:none!important}}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-menu-logo img{height:32px;width:auto}.mobile-menu-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#ffffff1a;border:none;border-radius:9999px;color:#fff;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.mobile-menu-close:hover,.mobile-menu-close:active{background:#fff3}.mobile-menu-close svg{width:20px;height:20px}.mobile-menu-content{flex:1;display:flex;flex-direction:column;padding:1rem 0}.mobile-menu-link{display:block;font-size:1.125rem;font-weight:500;color:#fff;text-decoration:none;padding:1rem 1.25rem;transition:all .2s ease;border-left:3px solid transparent}.mobile-menu-link:hover,.mobile-menu-link:active{background:#ffffff0d;color:#fd8204}.mobile-menu-link.active{color:#fd8204;background:#fd82041a;border-left-color:#fd8204}.mobile-menu-cta{padding:1.25rem;border-top:1px solid rgba(255,255,255,.1)}.mobile-menu-cta .btn-block{display:block;width:100%;text-align:center}.navbar.orange-hero{background-color:transparent}.navbar.orange-hero .navbar-logo-text,.navbar.orange-hero .navbar-link{color:#fff}.navbar.orange-hero .navbar-link:after{background-color:#fff}.navbar.orange-hero .navbar-link:hover,.navbar.orange-hero .navbar-link.active{color:#fff}.navbar.orange-hero .navbar-link:hover:after,.navbar.orange-hero .navbar-link.active:after{width:100%}.navbar.orange-hero .mobile-menu-btn .hamburger-line{background-color:#fff}.navbar.orange-hero .navbar-cta .btn-primary{background-color:#fff;color:#fd8204}.navbar.orange-hero .navbar-cta .btn-primary:hover{background-color:#f5f5f5}.navbar.orange-hero.scrolled{background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.navbar.orange-hero.scrolled .navbar-logo-text,.navbar.orange-hero.scrolled .navbar-link{color:#333}.navbar.orange-hero.scrolled .navbar-link:after{background-color:#fd8204}.navbar.orange-hero.scrolled .navbar-link:hover,.navbar.orange-hero.scrolled .navbar-link.active{color:#fd8204}.navbar.orange-hero.scrolled .mobile-menu-btn .hamburger-line{background-color:#333}.navbar.orange-hero.scrolled .navbar-cta .btn-primary{background-color:#fd8204;color:#fff}.navbar.orange-hero.scrolled .navbar-cta .btn-primary:hover{background-color:#e57400}.footer{background-color:#333;color:#fff;padding-top:4rem;padding-bottom:2rem}.footer-container{width:100%;max-width:1536px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}@media(min-width:768px){.footer-container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.footer-container{padding-left:2rem;padding-right:2rem}}.footer-main{display:grid;gap:2rem;margin-bottom:3rem}@media(min-width:640px){.footer-main{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer-main{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}}.footer-brand{max-width:320px}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-img{height:44px;width:auto;max-width:200px;object-fit:contain}.footer-logo-text{font-family:PingFang SC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.5rem;font-weight:700;color:#fff}.footer-desc{color:#bdbdbd;font-size:.875rem;line-height:1.75;margin-bottom:1.5rem}.footer-social{display:flex;gap:.75rem}.footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.5rem;background-color:#ffffff1a;color:#fff;transition:all .15s cubic-bezier(.4,0,.2,1)}.footer-social-link:hover{background-color:#fd8204;transform:translateY(-2px)}.footer-social-link svg{width:20px;height:20px}.footer-column h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0}.footer-link{margin-bottom:.75rem}.footer-link a{color:#bdbdbd;font-size:.875rem;transition:color .15s cubic-bezier(.4,0,.2,1)}.footer-link a:hover{color:#fd8204}.footer-contact-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:#bdbdbd;font-size:.875rem}.footer-contact-item svg{flex-shrink:0;width:20px;height:20px;color:#fd8204;margin-top:2px}.footer-divider{height:1px;background-color:#ffffff1a;margin-bottom:2rem}.footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.footer-copyright{color:#9e9e9e;font-size:.875rem}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:.75rem 1.5rem}.footer-bottom-links a{color:#9e9e9e;font-size:.875rem;transition:color .15s cubic-bezier(.4,0,.2,1)}.footer-bottom-links a:hover{color:#fd8204}.floating-contact{position:fixed;bottom:1rem;right:1rem;z-index:300;display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.floating-contact{bottom:2rem;right:1.5rem}}@media(min-width:1024px){.floating-contact{bottom:2.5rem;right:2rem}}.floating-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:9999px;background-color:#fd8204;color:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none}@media(min-width:768px){.floating-btn{width:56px;height:56px}}.floating-btn:hover{background-color:#e57400;transform:scale(1.1);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.floating-btn svg{width:22px;height:22px}@media(min-width:768px){.floating-btn svg{width:24px;height:24px}}.floating-btn-secondary{background-color:#62c353}.floating-btn-secondary:hover{background-color:#4caa3f}.back-to-top{position:fixed;bottom:1rem;left:1rem;z-index:300;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background-color:#333c;color:#fff;opacity:0;visibility:hidden;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none}@media(min-width:768px){.back-to-top{bottom:2rem;left:1.5rem;width:48px;height:48px}}@media(min-width:1024px){.back-to-top{bottom:2.5rem;left:2rem}}.back-to-top.visible{opacity:1;visibility:visible}.back-to-top:hover{background-color:#fd8204;transform:translateY(-4px)}.back-to-top svg{width:18px;height:18px}@media(min-width:768px){.back-to-top svg{width:20px;height:20px}}.qr-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:500;display:flex;align-items:center;justify-content:center;pointer-events:none;opacity:0;visibility:hidden;transition:all .3s ease}.qr-modal.active{opacity:1;visibility:visible}.qr-modal-content{position:relative;background:#fd8204f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.75rem;padding:1.25rem;text-align:center;width:220px;pointer-events:auto;transform:scale(.9) translateY(10px);transition:transform .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 10px 30px #0003}.qr-modal.active .qr-modal-content{transform:scale(1) translateY(0)}.qr-modal-content:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid rgba(253,130,4,.95)}.qr-modal-close{position:absolute;top:.5rem;right:.5rem;width:24px;height:24px;border-radius:9999px;border:none;background:#fff3;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:16px;line-height:1}.qr-modal-close:hover{background:#ffffff4d}.qr-modal-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem}.qr-modal-header svg{width:22px;height:22px;color:#fff}.qr-modal-header span{font-size:.875rem;font-weight:600;color:#fff}.qr-modal-body{margin-bottom:.5rem;display:flex;justify-content:center}.qr-modal-body img{width:160px;height:160px;border-radius:.375rem;object-fit:contain;background:#fff;padding:.25rem;display:block}.qr-modal-tip{font-size:.75rem;color:#ffffffd9}.footer-social-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:.5rem;background-color:#ffffff1a;color:#fff;transition:all .15s cubic-bezier(.4,0,.2,1);border:none;cursor:pointer}.footer-social-btn:hover{background-color:#fd8204;transform:translateY(-2px)}.footer-social-btn svg{width:20px;height:20px}.hero{position:relative;height:100vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#000}@media(min-width:1024px){.hero{min-height:700px}}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0006,#0009,#000c);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:0 1rem;max-width:900px}.hero-logo{width:auto;height:60px;max-width:280px;margin:0 auto 1.5rem;object-fit:contain}@media(min-width:1024px){.hero-logo{height:80px;max-width:360px;margin-bottom:2rem}}.hero-title{color:#fff;margin-bottom:1rem;text-shadow:0 4px 20px rgba(0,0,0,.3)}.hero-title span{color:#fd8204}.hero-subtitle{color:#ffffffe6;font-size:1.25rem;margin-bottom:1rem;max-width:600px;margin-left:auto;margin-right:auto;font-weight:500}@media(min-width:1024px){.hero-subtitle{font-size:1.5rem}}.hero-tags{color:#ffffffb3;font-size:1rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media(min-width:1024px){.hero-tags{font-size:1.125rem}}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:700px;margin:0 auto 2.5rem}@media(min-width:768px){.hero-stats{gap:2.5rem}}.hero-stat{text-align:center}.hero-stat-number{display:block;font-size:1.875rem;font-weight:700;color:#fd8204;line-height:1;margin-bottom:.5rem}@media(min-width:1024px){.hero-stat-number{font-size:3rem}}.hero-stat-label{color:#ffffffb3;font-size:.875rem}@media(min-width:1024px){.hero-stat-label{font-size:1rem}}.hero-cta{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:640px){.hero-cta{flex-direction:row;justify-content:center}}.hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:2;animation:bounce 2s infinite}.hero-scroll svg{width:32px;height:32px;color:#fff;opacity:.7}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}.pain-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.pain-section{padding-top:5rem;padding-bottom:5rem}}.pain-section{background:#fff}.pain-header{text-align:center;max-width:700px;margin:0 auto 2.5rem}.pain-grid{display:grid;gap:1.5rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.pain-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.pain-grid{grid-template-columns:repeat(4,1fr)}}.pain-card{text-align:center;padding:2rem 1.5rem;background:#fafafa;border-radius:.75rem;border:2px solid #EEEEEE;transition:all .3s cubic-bezier(.4,0,.2,1)}.pain-card:hover{border-color:#fd8204;transform:translateY(-4px)}.pain-card.pain-card-highlight{background:linear-gradient(135deg,#fd82041a,#fd82040d);border-color:#fd8204}.pain-number{font-size:2.25rem;font-weight:700;color:#fd8204;line-height:1;margin-bottom:.75rem}@media(min-width:1024px){.pain-number{font-size:3rem}}.pain-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto .75rem;border-radius:9999px;background:#fd820433}.pain-icon svg{width:32px;height:32px;color:#fd8204}.pain-text{color:#333;font-size:1rem;line-height:1.75;margin-bottom:0}.stats-section{background:linear-gradient(135deg,#333,#000);padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.stats-section{padding-top:5rem;padding-bottom:5rem}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.stats-grid{grid-template-columns:repeat(5,1fr);gap:2rem}}.stat-card{text-align:center;padding:1.5rem;background:#ffffff0d;border-radius:.75rem;border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:hover{background:#ffffff1a;transform:translateY(-4px)}.stat-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1rem;border-radius:.5rem;background:linear-gradient(135deg,#fd8204,#e57400)}.stat-icon svg{width:32px;height:32px;color:#fff}.stat-number{font-size:1.875rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.5rem}@media(min-width:1024px){.stat-number{font-size:2.25rem}}.stat-number span{font-size:1.25rem;color:#fd8204}.stat-label{color:#bdbdbd;font-size:.875rem}.features-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.features-section{padding-top:5rem;padding-bottom:5rem}}.features-section{background-color:#fff}.features-header{text-align:center;max-width:700px;margin:0 auto 3rem}.features-grid{display:grid;gap:1.5rem}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.features-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.features-grid{grid-template-columns:repeat(6,1fr)}}.feature-card{text-align:center;padding:2rem 1.5rem;border-radius:.75rem;background:#fafafa;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-card:hover{background:#fff;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-8px)}.feature-card:hover .feature-icon{background:#fd8204}.feature-card:hover .feature-icon svg{color:#fff}.feature-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1.5rem;border-radius:9999px;background:#fd82041a;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-icon svg{width:40px;height:40px;color:#fd8204;transition:color .3s cubic-bezier(.4,0,.2,1)}.feature-title{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:#333}.feature-desc{color:#555;font-size:.875rem;line-height:1.75;margin-bottom:0}.products-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.products-section{padding-top:5rem;padding-bottom:5rem}}.products-section{background:#f5f5f5}.products-header{text-align:center;max-width:700px;margin:0 auto 3rem}.products-showcase{display:grid;gap:2rem;align-items:center}@media(min-width:1024px){.products-showcase{grid-template-columns:1fr 1fr;gap:3rem}}.products-image{position:relative;border-radius:1rem;overflow:hidden}.products-image img{width:100%;height:auto}.products-content{padding:1.5rem 0}@media(min-width:1024px){.products-content{padding:2rem}}.products-features{list-style:none;padding:0;margin:0 0 2rem}.product-feature{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid #EEEEEE}.product-feature:last-child{border-bottom:none}.product-feature-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:.5rem;background:#fd8204}.product-feature-icon svg{width:24px;height:24px;color:#fff}.product-feature-content h4{font-size:1.125rem;margin-bottom:.25rem;color:#333}.product-feature-content p{font-size:.875rem;color:#555;margin-bottom:0}.how-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.how-section{padding-top:5rem;padding-bottom:5rem}}.how-section{background:linear-gradient(135deg,#333,#000)}.how-header{text-align:center;max-width:700px;margin:0 auto 3rem}.how-header .section-title,.how-header .section-subtitle{color:#fff}.how-header .section-subtitle{color:#ffffffb3}.how-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:320px;margin:0 auto}.how-steps .how-step-arrow{display:none}@media(min-width:640px){.how-steps{max-width:360px;gap:1rem}}@media(min-width:768px){.how-steps{grid-template-columns:repeat(4,1fr);max-width:700px}}@media(min-width:1024px){.how-steps{display:flex;flex-wrap:nowrap;justify-content:center;max-width:1200px}.how-steps .how-step-arrow{display:flex}}.how-step{text-align:center;padding:1rem;background:#ffffff0d;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.how-step{padding:1.25rem;border-radius:.75rem}}@media(min-width:1024px){.how-step{flex:0 0 auto;width:200px;padding:1.5rem}}.how-step:hover{background:#ffffff1a}@media(min-width:1024px){.how-step:hover{transform:translateY(-4px)}}.how-step-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9999px;background:#fd8204;color:#fff;font-size:.875rem;font-weight:700;margin-bottom:.5rem}@media(min-width:768px){.how-step-number{width:32px;height:32px;margin-bottom:.75rem}}@media(min-width:1024px){.how-step-number{margin-bottom:1rem}}.how-step-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto .5rem;border-radius:.375rem;background:linear-gradient(135deg,#fd8204,#e57400)}@media(min-width:768px){.how-step-icon{width:56px;height:56px;margin-bottom:.75rem;border-radius:.5rem}}@media(min-width:1024px){.how-step-icon{width:64px;height:64px;margin-bottom:1rem}}.how-step-icon svg{width:24px;height:24px;color:#fff}@media(min-width:768px){.how-step-icon svg{width:28px;height:28px}}@media(min-width:1024px){.how-step-icon svg{width:32px;height:32px}}.how-step h4{color:#fff;font-size:.875rem;font-weight:600;margin-bottom:.25rem}@media(min-width:768px){.how-step h4{font-size:1rem;margin-bottom:.5rem}}@media(min-width:1024px){.how-step h4{font-size:1.125rem}}.how-step p{color:#ffffffb3;font-size:.75rem;margin-bottom:0;line-height:1.5}@media(min-width:768px){.how-step p{font-size:.875rem}}.how-step-arrow{align-items:center;padding:0 .5rem}.how-step-arrow svg{width:24px;height:24px;color:#ffffff4d}.timeline-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.timeline-section{padding-top:5rem;padding-bottom:5rem}}.timeline-section{background:#fff}.timeline-header{text-align:center;max-width:700px;margin:0 auto 3rem}.timeline{position:relative;max-width:1000px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#eee;transform:translate(-50%)}@media(max-width:767px){.timeline:before{left:20px}}.timeline-item{position:relative;display:flex;align-items:flex-start;margin-bottom:2rem}@media(max-width:767px){.timeline-item{padding-left:60px}}@media(min-width:768px){.timeline-item:nth-child(odd){flex-direction:row-reverse}.timeline-item:nth-child(odd) .timeline-content{text-align:right;padding-right:2.5rem;padding-left:0}.timeline-item:nth-child(2n) .timeline-content{padding-left:2.5rem}}.timeline-dot{position:absolute;left:50%;transform:translate(-50%);width:40px;height:40px;border-radius:9999px;background:#fd8204;display:flex;align-items:center;justify-content:center;z-index:1}@media(max-width:767px){.timeline-dot{left:20px}}.timeline-dot svg{width:20px;height:20px;color:#fff}.timeline-content{flex:1;max-width:calc(50% - 40px)}@media(max-width:767px){.timeline-content{max-width:100%}}.timeline-year{display:inline-block;padding:.25rem .75rem;background:#fd8204;color:#fff;font-size:.875rem;font-weight:600;border-radius:.25rem;margin-bottom:.5rem}.timeline-title{font-size:1.125rem;font-weight:600;color:#333;margin-bottom:.5rem}.timeline-desc{font-size:.875rem;color:#555;margin-bottom:0}.timeline-item-future .timeline-dot{background:linear-gradient(135deg,#bdbdbd,#9e9e9e);border:2px dashed #FD8204}.timeline-item-future .timeline-year{background:linear-gradient(135deg,#bdbdbd,#9e9e9e)}.timeline-item-future .timeline-title,.timeline-item-future .timeline-desc{opacity:.8}.awards-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.awards-section{padding-top:5rem;padding-bottom:5rem}}.awards-section{background:#f5f5f5;overflow:hidden}.awards-header{text-align:center;max-width:700px;margin:0 auto 2.5rem}.awards-slider{display:flex;gap:1.5rem;animation:scroll 30s linear infinite}.awards-slider:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.award-card{flex-shrink:0;width:200px;padding:1.5rem;background:#fff;border-radius:.75rem;text-align:center;box-shadow:0 1px 2px #0000000d}.award-card img{width:80px;height:80px;object-fit:contain;margin:0 auto 1rem}.award-card span{display:block;font-size:.875rem;color:#555}.home-contact-section{padding:3rem 0;background:#fff;border-top:1px solid #EEEEEE}.home-contact-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;gap:1rem}@media(min-width:768px){.home-contact-header{margin-bottom:2.5rem}}.home-contact-title-bar{width:4px;height:28px;background:#fd8204;border-radius:2px;flex-shrink:0}.home-contact-title{font-size:1.25rem;font-weight:700;color:#333;margin:0;flex:1}@media(min-width:768px){.home-contact-title{font-size:1.5rem}}.home-contact-logo{display:none}@media(min-width:768px){.home-contact-logo{display:block}}.home-contact-logo img{height:40px;width:auto;opacity:.6}.home-contact-grid{display:grid;gap:2rem}@media(min-width:640px){.home-contact-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.home-contact-grid{grid-template-columns:repeat(4,1fr)}}.home-contact-item h4{font-size:1rem;font-weight:600;color:#333;margin-bottom:.75rem}.home-contact-item a{display:flex;align-items:center;gap:.5rem;color:#555;font-size:.875rem;text-decoration:none;margin-bottom:.5rem;transition:color .15s cubic-bezier(.4,0,.2,1)}.home-contact-item a:hover{color:#fd8204}.home-contact-item a svg{width:16px;height:16px;flex-shrink:0}.home-contact-item a:last-child{margin-bottom:0}.cta-section{position:relative;padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.cta-section{padding-top:5rem;padding-bottom:5rem}}.cta-section{background:linear-gradient(135deg,#fd8204,#e57400);overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:url(/images/pattern.svg) no-repeat right center;background-size:cover;opacity:.1}.cta-content{position:relative;z-index:1;display:grid;gap:2.5rem;align-items:center}@media(min-width:1024px){.cta-content{grid-template-columns:1fr 400px}}.cta-text{color:#fff}.cta-text h2{color:#fff;margin-bottom:1rem}.cta-text p{color:#ffffffe6;font-size:1.125rem;margin-bottom:0}.cta-form{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.cta-form-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:#333}.cta-form-group{margin-bottom:1rem}.cta-form-input{width:100%;padding:1rem;font-size:1rem;border:2px solid #EEEEEE;border-radius:.5rem;transition:border-color .15s cubic-bezier(.4,0,.2,1)}.cta-form-input:focus{outline:none;border-color:#fd8204}.cta-form-btn{width:100%;padding:1rem;font-size:1.125rem;font-weight:600}.page-hero{position:relative;padding:calc(80px + 4rem) 0 4rem;background:linear-gradient(135deg,#333,#000);text-align:center;overflow:hidden}@media(min-width:1024px){.page-hero{padding:calc(80px + 5rem) 0 5rem}}.page-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(253,130,4,.1) 0%,transparent 50%);pointer-events:none}.page-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;padding:0 1rem}.page-hero-badge{display:inline-block;padding:.5rem 1rem;background:#fd820433;color:#fd8204;font-size:.875rem;font-weight:500;border-radius:9999px;margin-bottom:1rem}.page-hero-title{color:#fff;margin-bottom:1rem}.page-hero-desc{color:#bdbdbd;font-size:1.125rem;margin-bottom:0}.products-overview{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.products-overview{padding-top:5rem;padding-bottom:5rem}}.products-overview{background:#fff}.products-overview-header{text-align:center;max-width:700px;margin:0 auto 3rem}.products-family-image{text-align:center;margin-bottom:3rem}.products-family-image img{max-width:100%;height:auto;border-radius:.75rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.product-category{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.product-category{padding-top:5rem;padding-bottom:5rem}}.product-category:nth-child(2n){background:#fafafa}.product-category-header{text-align:center;max-width:700px;margin:0 auto 2.5rem}.product-category-title{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.product-category-title svg{width:40px;height:40px;color:#fd8204}.product-cards{display:grid;gap:2rem}@media(min-width:768px){.product-cards{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-cards{grid-template-columns:repeat(3,1fr)}}.product-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.product-card{display:flex;flex-direction:column}.product-card-image{position:relative;aspect-ratio:4/3;background:linear-gradient(135deg,#f5f5f5,#eee);overflow:hidden}.product-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card-image img{transform:scale(1.05)}.product-card-badge{position:absolute;top:1rem;left:1rem;padding:.25rem .75rem;background:#fd8204;color:#fff;font-size:.75rem;font-weight:600;border-radius:.25rem}.product-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.product-card-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.75rem}.product-card-desc{color:#555;font-size:.875rem;line-height:1.75;margin-bottom:1rem;flex:1}.product-card-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;padding-top:1rem;border-top:1px solid #EEEEEE}.product-spec{text-align:center;padding:.5rem;background:#fafafa;border-radius:.375rem}.product-spec-value{display:block;font-size:1.125rem;font-weight:700;color:#fd8204;line-height:1.2}.product-spec-label{font-size:.75rem;color:#555}.product-detail{display:grid;gap:2.5rem;align-items:center}@media(min-width:1024px){.product-detail{grid-template-columns:1fr 1fr;gap:4rem}}.product-detail-image{position:relative;border-radius:1rem;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#eee)}.product-detail-image img{width:100%;height:auto}.product-detail-content h3{font-size:1.875rem;margin-bottom:1rem}.product-detail-desc{font-size:1.125rem;color:#555;line-height:1.75;margin-bottom:2rem}.product-detail-features{list-style:none;padding:0;margin:0 0 2rem}.product-detail-feature{display:flex;align-items:center;gap:.75rem;padding:.75rem 0}.product-detail-feature svg{flex-shrink:0;width:24px;height:24px;color:#62c353}.product-detail-feature span{color:#333;font-size:1rem}.product-detail-specs{background:#fafafa;padding:1.5rem;border-radius:.75rem}.product-detail-specs-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem}.product-detail-specs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:640px){.product-detail-specs-grid{grid-template-columns:repeat(4,1fr)}}.product-detail-spec{text-align:center}.product-detail-spec .value{display:block;font-size:1.5rem;font-weight:700;color:#fd8204;line-height:1.2}.product-detail-spec .label{font-size:.875rem;color:#555}.coming-soon{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.coming-soon{padding-top:5rem;padding-bottom:5rem}}.coming-soon{background:linear-gradient(135deg,#333,#000);text-align:center}.coming-soon-content{max-width:600px;margin:0 auto}.coming-soon-icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;margin:0 auto 1.5rem;border-radius:9999px;background:#fd820433}.coming-soon-icon svg{width:50px;height:50px;color:#fd8204}.coming-soon h3{color:#fff;margin-bottom:1rem}.coming-soon p{color:#bdbdbd;font-size:1.125rem;margin-bottom:1.5rem}.coming-soon-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:9999px;color:#fff;font-size:.875rem;font-weight:500}.coming-soon-badge svg{width:16px;height:16px;animation:pulse 2s infinite}.product-comparison{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.product-comparison{padding-top:5rem;padding-bottom:5rem}}.product-comparison{background:#fff;overflow-x:auto}.comparison-table{width:100%;min-width:800px;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:1rem 1.5rem;text-align:center;border-bottom:1px solid #EEEEEE}.comparison-table th{background:#fafafa;font-weight:600;color:#333}.comparison-table th:first-child{text-align:left}.comparison-table td:first-child{text-align:left;font-weight:500;color:#333}.comparison-table tbody tr:hover{background:#fafafa}.comparison-table .check{color:#62c353}.comparison-table .cross{color:#bdbdbd}.product-category-highlight{background:linear-gradient(135deg,#fd82040d,#fd820405);border-top:3px solid #FD8204}.product-category-badge{display:inline-block;padding:.25rem 1rem;background:#fd8204;color:#fff;font-size:.875rem;font-weight:600;border-radius:9999px;margin-bottom:1rem}.product-detail-featured .product-detail-image{position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.product-detail-badge{position:absolute;top:1rem;left:1rem;padding:.5rem 1rem;background:#fd8204;color:#fff;font-size:.875rem;font-weight:600;border-radius:.375rem;z-index:1}.product-highlight-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}@media(min-width:768px){.product-highlight-grid{grid-template-columns:repeat(4,1fr)}}.product-highlight-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fafafa;border-radius:.5rem}.product-highlight-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:.375rem;background:#fd8204}.product-highlight-icon svg{width:24px;height:24px;color:#fff}.product-highlight-text strong{display:block;font-size:.875rem;font-weight:600;color:#333;margin-bottom:.25rem}.product-highlight-text span{font-size:.75rem;color:#555}.product-use-flow{background:#fafafa;padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem}.product-use-flow h4{font-size:1.125rem;font-weight:600;margin-bottom:1rem;text-align:center}.product-flow-steps{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem}.product-flow-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:.75rem}.step-num{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:9999px;background:#fd8204;color:#fff;font-size:.875rem;font-weight:700;margin-bottom:.5rem}.step-text{font-size:.875rem;color:#333}.product-flow-arrow{color:#bdbdbd;font-size:1.25rem}@media(max-width:639px){.product-flow-arrow{display:none}}.product-feature-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:1000px;margin:0 auto}@media(min-width:768px){.product-feature-highlights{grid-template-columns:repeat(4,1fr)}}.feature-highlight-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1)}.feature-highlight-item:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-4px)}.feature-highlight-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:1rem;border-radius:.5rem;background:linear-gradient(135deg,#fd8204,#e57400)}.feature-highlight-icon svg{width:32px;height:32px;color:#fff}.feature-highlight-content strong{display:block;font-size:1rem;font-weight:600;color:#333;margin-bottom:.5rem}.feature-highlight-content span{font-size:.75rem;color:#555;line-height:1.75}.product-main-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.product-main-section{padding-top:5rem;padding-bottom:5rem}}.product-main-section{background:#fff}.product-intro{text-align:center;max-width:800px;margin:0 auto 3rem}.product-intro-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:linear-gradient(135deg,#fd8204,#e57400);color:#fff;font-size:.875rem;font-weight:600;border-radius:9999px;margin-bottom:1rem}.product-intro-badge svg{width:18px;height:18px}.product-intro-title{font-size:2.25rem;font-weight:700;color:#333;margin-bottom:.5rem}@media(min-width:1024px){.product-intro-title{font-size:3rem}}.product-intro-subtitle{font-size:1.25rem;color:#fd8204;font-weight:500;margin-bottom:1.5rem}.product-intro-desc{font-size:1.125rem;color:#555;line-height:1.75;margin-bottom:0}.product-intro-desc strong{color:#333}.product-gallery{max-width:600px;margin:0 auto}.product-gallery-main{position:relative;background:linear-gradient(135deg,#fafafa,#f5f5f5);border-radius:1rem;overflow:hidden;margin-bottom:1rem;aspect-ratio:1}.product-gallery-main img{width:100%;height:100%;object-fit:contain;transition:transform .3s cubic-bezier(.4,0,.2,1)}.product-gallery-thumbs{display:flex;justify-content:center;gap:1rem}.product-thumb{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:.5rem;background:#fafafa;border:2px solid transparent;border-radius:.5rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.product-thumb:hover{background:#fff;border-color:#eee}.product-thumb.active{background:#fff;border-color:#fd8204}.product-thumb img{width:80px;height:80px;object-fit:contain;border-radius:.375rem}.product-thumb span{font-size:.75rem;color:#555;font-weight:500}.product-features-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.product-features-section{padding-top:5rem;padding-bottom:5rem}}.product-features-section{background:#fafafa}.product-features-header{text-align:center;max-width:700px;margin:0 auto 3rem}.product-features-grid{display:grid;gap:1.5rem}@media(min-width:640px){.product-features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.product-features-grid{grid-template-columns:repeat(3,1fr)}}.product-feature-card{text-align:center;padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-feature-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-8px)}.product-feature-card:hover .product-feature-icon{background:#fd8204}.product-feature-card:hover .product-feature-icon svg{color:#fff}.product-feature-card .product-feature-icon{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin:0 auto 1.25rem;border-radius:9999px;background:#fd82041a;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-feature-card .product-feature-icon svg{width:36px;height:36px;color:#fd8204;transition:color .3s cubic-bezier(.4,0,.2,1)}.product-feature-card h3{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.75rem}.product-feature-card p{font-size:.875rem;color:#555;line-height:1.75;margin-bottom:0}.product-specs-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.product-specs-section{padding-top:5rem;padding-bottom:5rem}}.product-specs-section{background:#fff}.product-specs-grid{display:grid;gap:2.5rem;align-items:start}@media(min-width:1024px){.product-specs-grid{grid-template-columns:1fr 1fr}}.product-specs-content h2{margin-bottom:2rem}.product-specs-list{display:flex;flex-direction:column;gap:1rem}.product-spec-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;background:#fafafa;border-radius:.5rem;border-left:3px solid #FD8204}.spec-label{font-weight:600;color:#333;flex-shrink:0;min-width:100px}.spec-value{color:#555;text-align:right}.product-specs-highlight{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}@media(min-width:1024px){.product-specs-highlight{gap:1.5rem}}.specs-highlight-card{text-align:center;padding:1.5rem;background:linear-gradient(135deg,#fd8204,#e57400);border-radius:.75rem;color:#fff}.specs-highlight-number{font-size:1.875rem;font-weight:700;line-height:1;margin-bottom:.5rem}@media(min-width:1024px){.specs-highlight-number{font-size:2.25rem}}.specs-highlight-number span{font-size:1.125rem;font-weight:500}.specs-highlight-label{font-size:.875rem;opacity:.9}.product-flow-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.product-flow-section{padding-top:5rem;padding-bottom:5rem}}.product-flow-section{background:linear-gradient(135deg,#333,#000)}.product-flow-header{text-align:center;max-width:700px;margin:0 auto 3rem}.product-flow-header h2,.product-flow-header p{color:#fff}.product-flow-header .section-subtitle{color:#ffffffb3}.product-flow-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:320px;margin:0 auto}.product-flow-grid .flow-step-arrow{display:none}@media(min-width:640px){.product-flow-grid{max-width:360px;gap:1rem}}@media(min-width:768px){.product-flow-grid{grid-template-columns:repeat(4,1fr);max-width:700px}}@media(min-width:1024px){.product-flow-grid{display:flex;flex-wrap:nowrap;justify-content:center;max-width:1200px}.product-flow-grid .flow-step-arrow{display:flex}}.flow-step-card{text-align:center;padding:1rem;background:#ffffff0d;border-radius:.5rem;border:1px solid rgba(255,255,255,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.flow-step-card{padding:1.5rem;border-radius:.75rem}}@media(min-width:1024px){.flow-step-card{flex:0 0 auto;width:200px;padding:2rem}}.flow-step-card:hover{background:#ffffff1a}@media(min-width:1024px){.flow-step-card:hover{transform:translateY(-4px)}}.flow-step-number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9999px;background:#fd8204;color:#fff;font-size:.875rem;font-weight:700;margin-bottom:.5rem}@media(min-width:768px){.flow-step-number{width:32px;height:32px;font-size:1rem;margin-bottom:.75rem}}@media(min-width:1024px){.flow-step-number{width:36px;height:36px;margin-bottom:1rem}}.flow-step-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto .5rem;border-radius:.375rem;background:linear-gradient(135deg,#fd8204,#e57400)}@media(min-width:768px){.flow-step-icon{width:56px;height:56px;margin-bottom:.75rem;border-radius:.5rem}}@media(min-width:1024px){.flow-step-icon{width:64px;height:64px;margin-bottom:1rem}}.flow-step-icon svg{width:24px;height:24px;color:#fff}@media(min-width:768px){.flow-step-icon svg{width:28px;height:28px}}@media(min-width:1024px){.flow-step-icon svg{width:32px;height:32px}}.flow-step-card h4{color:#fff;font-size:.875rem;font-weight:600;margin-bottom:.25rem}@media(min-width:768px){.flow-step-card h4{font-size:1rem;margin-bottom:.5rem}}@media(min-width:1024px){.flow-step-card h4{font-size:1.125rem}}.flow-step-card p{color:#ffffffb3;font-size:.75rem;margin-bottom:0;line-height:1.5}@media(min-width:768px){.flow-step-card p{font-size:.875rem}}.flow-step-arrow{align-items:center;padding:0 .5rem}.flow-step-arrow svg{width:24px;height:24px;color:#ffffff4d}.product-pricing-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.product-pricing-section{padding-top:5rem;padding-bottom:5rem}}.product-pricing-section{background:#fafafa}.product-pricing-header{text-align:center;max-width:700px;margin:0 auto 3rem}.product-pricing-grid{display:grid;gap:1.5rem;max-width:900px;margin:0 auto}@media(min-width:768px){.product-pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{position:relative;text-align:center;padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.pricing-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.pricing-card-featured{border:2px solid #FD8204;transform:scale(1.05)}.pricing-card-featured:hover{transform:scale(1.05) translateY(-4px)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.25rem 1rem;background:#fd8204;color:#fff;font-size:.75rem;font-weight:600;border-radius:9999px}.pricing-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1rem;border-radius:9999px;background:#fd82041a}.pricing-icon svg{width:32px;height:32px;color:#fd8204}.pricing-amount{font-size:2.25rem;font-weight:700;color:#333;line-height:1}.pricing-amount span{font-size:1.25rem;font-weight:500}.pricing-period{font-size:1rem;color:#555;margin-bottom:1rem}.pricing-desc{font-size:.875rem;color:#555;margin-bottom:0}.agent-hero{position:relative;padding:calc(80px + 3rem) 0 3rem;overflow:hidden;margin-top:-80px;padding-top:calc(80px + 3rem);min-height:100vh}@media(min-width:1024px){.agent-hero{padding:calc(80px + 5rem) 0 5rem;padding-top:calc(80px + 5rem);min-height:auto}}.agent-hero .agent-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center center;background-repeat:no-repeat;pointer-events:none;z-index:0}.agent-hero .agent-hero-bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#fd8204,#e57400);opacity:var(--hero-overlay-opacity, .65);transition:opacity .15s ease-out}.agent-hero .container{position:relative;z-index:1}.agent-hero-content{display:grid;gap:2.5rem;align-items:center}@media(min-width:1024px){.agent-hero-content{grid-template-columns:1fr 420px}}.agent-hero-text{position:relative;z-index:1}.agent-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff3;color:#fff;font-size:.875rem;font-weight:500;border-radius:9999px;margin-bottom:1rem}.agent-hero-badge svg{width:16px;height:16px}.agent-hero-title{color:#fff;font-size:2.25rem;margin-bottom:1rem}@media(min-width:1024px){.agent-hero-title{font-size:3rem}}.agent-hero-subtitle{color:#ffffffe6;font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem}@media(min-width:1024px){.agent-hero-subtitle{font-size:1.25rem}}.agent-hero-highlights{display:flex;flex-wrap:wrap;gap:1rem}.agent-highlight{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.875rem}.agent-highlight svg{width:20px;height:20px;color:#fff}.agent-form-card{background:#fff;padding:2rem;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040}.agent-form-title{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:.5rem}.agent-form-desc{color:#555;font-size:.875rem;margin-bottom:1.5rem}.agent-form-group{margin-bottom:1rem}.agent-form-label{display:block;font-size:.875rem;font-weight:500;color:#333;margin-bottom:.5rem}.agent-form-label span{color:#fd8204}.agent-form-input,.agent-form-select,.agent-form-textarea{width:100%;padding:.75rem 1rem;font-size:1rem;border:2px solid #EEEEEE;border-radius:.5rem;transition:border-color .15s cubic-bezier(.4,0,.2,1)}.agent-form-input:focus,.agent-form-select:focus,.agent-form-textarea:focus{outline:none;border-color:#fd8204}.agent-form-input::placeholder,.agent-form-select::placeholder,.agent-form-textarea::placeholder{color:#bdbdbd}.agent-form-textarea{min-height:100px;resize:vertical}.agent-form-radio-group{display:flex;gap:1rem;flex-wrap:wrap}.agent-form-radio{display:flex;align-items:center;gap:.5rem;cursor:pointer}.agent-form-radio input{width:18px;height:18px;accent-color:#FD8204}.agent-form-radio span{font-size:.875rem;color:#333}.agent-form-btn{width:100%;padding:1rem;font-size:1.125rem;font-weight:600}.agent-form-note{text-align:center;margin-top:1rem;font-size:.75rem;color:#555}.market-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.market-section{padding-top:5rem;padding-bottom:5rem}}.market-section{background:#fff}.market-header{text-align:center;max-width:700px;margin:0 auto 3rem}.market-stats{display:grid;gap:1.5rem}@media(min-width:768px){.market-stats{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.market-stats{grid-template-columns:repeat(4,1fr)}}.market-stat-card{text-align:center;padding:2rem;background:#fafafa;border-radius:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.market-stat-card:hover{background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-4px)}.market-stat-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1rem;border-radius:9999px;background:linear-gradient(135deg,#fd82041a,#fd820433)}.market-stat-icon svg{width:32px;height:32px;color:#fd8204}.market-stat-number{font-size:2.25rem;font-weight:700;color:#333;line-height:1;margin-bottom:.5rem}.market-stat-number span{font-size:1.25rem;color:#fd8204}.market-stat-label{font-size:.875rem;color:#555}.market-pain-points{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;margin-top:2.5rem;padding-top:2rem;border-top:1px solid #EEEEEE}.pain-point-item{display:flex;flex-direction:column;align-items:center;text-align:center}.pain-point-number{font-size:1.875rem;font-weight:700;color:#fd8204;line-height:1;margin-bottom:.5rem}.pain-point-text{font-size:.875rem;color:#555}.product-choice{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.product-choice{padding-top:5rem;padding-bottom:5rem}}.product-choice{background:#f5f5f5}.product-choice-header{text-align:center;max-width:700px;margin:0 auto 3rem}.product-choice-grid{display:grid;gap:2rem}@media(min-width:1024px){.product-choice-grid{grid-template-columns:repeat(2,1fr)}}.product-choice-card{position:relative;background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:all .3s cubic-bezier(.4,0,.2,1)}.product-choice-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.product-choice-card.featured{border:3px solid #FD8204}.product-choice-card.featured .product-choice-badge{display:block}.product-choice-badge{display:none;position:absolute;top:1rem;right:1rem;padding:.25rem .75rem;background:#fd8204;color:#fff;font-size:.75rem;font-weight:600;border-radius:.25rem}.product-choice-image{aspect-ratio:16/9;background:linear-gradient(135deg,#f5f5f5,#eee);overflow:hidden}.product-choice-image img{width:100%;height:100%;object-fit:cover}.product-choice-content{padding:2rem}.product-choice-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.product-choice-subtitle{color:#fd8204;font-size:.875rem;font-weight:500;margin-bottom:1rem}.product-choice-desc{color:#555;font-size:1rem;line-height:1.75;margin-bottom:1.5rem}.product-choice-features{list-style:none;padding:0;margin:0 0 1.5rem}.product-choice-feature{display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.product-choice-feature svg{flex-shrink:0;width:20px;height:20px;color:#62c353}.product-choice-feature span{font-size:.875rem;color:#333}.company-strength{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.company-strength{padding-top:5rem;padding-bottom:5rem}}.company-strength{background:#fff}.strength-header{text-align:center;max-width:700px;margin:0 auto 3rem}.strength-grid{display:grid;gap:1.5rem}@media(min-width:768px){.strength-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.strength-grid{grid-template-columns:repeat(3,1fr)}}.strength-card{padding:1.5rem;background:#fafafa;border-radius:.75rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.strength-card:hover{background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.strength-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1rem;border-radius:.5rem;background:#fd8204}.strength-icon svg{width:32px;height:32px;color:#fff}.strength-title{font-size:1.125rem;font-weight:600;color:#333;margin-bottom:.5rem}.strength-desc{font-size:.875rem;color:#555;margin-bottom:0}.case-video{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.case-video{padding-top:5rem;padding-bottom:5rem}}.case-video{background:#f5f5f5}.case-video-header{text-align:center;max-width:700px;margin:0 auto 2.5rem}.case-video-container{position:relative;max-width:900px;margin:0 auto;border-radius:.75rem;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.case-video-container:before{content:"";display:block;padding-top:56.25%}.case-video-container video,.case-video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}.case-video-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:#fd8204;border-radius:9999px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);z-index:1}.case-video-play:hover{background:#e57400;transform:translate(-50%,-50%) scale(1.1)}.case-video-play svg{width:32px;height:32px;color:#fff;margin-left:4px}.agent-cta{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.agent-cta{padding-top:5rem;padding-bottom:5rem}}.agent-cta{background:linear-gradient(135deg,#333,#000);text-align:center}.agent-cta-content{max-width:700px;margin:0 auto}.agent-cta-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fd8204;color:#fff;font-size:.875rem;font-weight:600;border-radius:9999px;margin-bottom:1.5rem}.agent-cta-badge svg{width:16px;height:16px;animation:pulse 2s infinite}.agent-cta h2{color:#fff;margin-bottom:1rem}.agent-cta p{color:#bdbdbd;font-size:1.125rem;margin-bottom:2rem}.agent-cta-phone{display:flex;align-items:center;justify-content:center;gap:.75rem;color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.agent-cta-phone svg{width:32px;height:32px;color:#fd8204}.agent-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.product-single-showcase{display:grid;gap:2.5rem;align-items:center}@media(min-width:1024px){.product-single-showcase{grid-template-columns:1fr 1.2fr;gap:4rem}}.product-showcase-image{background:linear-gradient(135deg,#fafafa,#f5f5f5);border-radius:1rem;overflow:hidden;aspect-ratio:1}.product-showcase-image img{width:100%;height:100%;object-fit:contain}.product-showcase-content{padding:1.5rem 0}.product-showcase-badge{display:inline-block;padding:.25rem 1rem;background:#fd8204;color:#fff;font-size:.75rem;font-weight:600;border-radius:9999px;margin-bottom:1rem}.product-showcase-title{font-size:1.875rem;font-weight:700;color:#333;margin-bottom:.5rem}@media(min-width:1024px){.product-showcase-title{font-size:2.25rem}}.product-showcase-subtitle{color:#fd8204;font-size:1.125rem;font-weight:500;margin-bottom:1rem}.product-showcase-desc{color:#555;font-size:1rem;line-height:1.75;margin-bottom:1.5rem}.product-showcase-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem;background:#fafafa;border-radius:.75rem;margin-bottom:1.5rem}.showcase-stat{text-align:center}.showcase-stat-value{display:block;font-size:1.5rem;font-weight:700;color:#fd8204;line-height:1.2;margin-bottom:.25rem}@media(min-width:1024px){.showcase-stat-value{font-size:1.875rem}}.showcase-stat-label{font-size:.75rem;color:#555}.product-showcase-profit{background:linear-gradient(135deg,#333,#000);padding:1.5rem;border-radius:.75rem;margin-bottom:1.5rem}.product-showcase-profit h4{color:#fff;font-size:1.125rem;margin-bottom:1rem}.profit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media(min-width:640px){.profit-grid{grid-template-columns:repeat(4,1fr)}}.profit-item{text-align:center;padding:.75rem;background:#ffffff0d;border-radius:.5rem}.profit-item.highlight{background:#fd8204}.profit-percent{display:block;font-size:1.25rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.25rem}.profit-label{font-size:.75rem;color:#ffffffb3}.product-showcase-features{list-style:none;padding:0;margin:0 0 2rem}.product-showcase-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #F5F5F5}.product-showcase-features li:last-child{border-bottom:none}.product-showcase-features li svg{flex-shrink:0;width:20px;height:20px;color:#62c353}.product-showcase-features li span{font-size:.875rem;color:#333}.product-features-card{background:#fd8204;border-radius:.75rem;padding:1.25rem;margin-bottom:2rem}.features-card-header{text-align:center;margin-bottom:1rem}.features-card-title{font-size:1.125rem;font-weight:700;color:#fff}.features-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(min-width:640px){.features-card-grid{grid-template-columns:repeat(3,1fr)}}.feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}.feature-icon-img{width:48px;height:48px;object-fit:contain}@media(min-width:768px){.feature-icon-img{width:56px;height:56px}}.feature-icon-svg{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:.5rem}@media(min-width:768px){.feature-icon-svg{width:56px;height:56px}}.feature-icon-svg svg{width:28px;height:28px;color:#fff}.feature-label{font-size:.75rem;color:#fff;font-weight:500}@media(min-width:768px){.feature-label{font-size:.875rem}}.agent-form-header{text-align:center;margin-bottom:1.5rem}.agent-form-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.25rem}.agent-form-title .text-orange{color:#fd8204}.agent-form-desc{color:#555;font-size:.875rem}.agent-form-input-icon{position:relative;display:flex;align-items:center}.agent-form-input-icon svg{position:absolute;left:1rem;width:20px;height:20px;color:#bdbdbd}.agent-form-input-icon input{padding-left:3rem}.agent-form-code-row{display:flex;gap:.75rem}.agent-form-code-row .agent-form-input-icon{flex:1}.agent-send-code-btn{flex-shrink:0;padding:.75rem 1rem;background:transparent;border:2px solid #EEEEEE;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#333;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1);white-space:nowrap}.agent-send-code-btn:hover:not(:disabled){border-color:#fd8204;color:#fd8204}.agent-send-code-btn:disabled{opacity:.6;cursor:not-allowed}.agent-form-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#555}.agent-form-checkbox input{width:18px;height:18px;accent-color:#FD8204}.agent-form-checkbox a{color:#fd8204;text-decoration:underline}.agent-form-checkbox a:hover{text-decoration:none}.agent-form-label-inline{display:inline-block;font-size:.875rem;color:#333;margin-right:.75rem}.agent-form-select{display:inline-block;width:auto;min-width:120px;padding:.5rem 2rem .5rem .75rem;font-size:.875rem;border:1px solid #EEEEEE;border-radius:9999px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") no-repeat right 8px center;background-size:16px;cursor:pointer;appearance:none}.agent-form-select:focus{outline:none;border-color:#fd8204}.agent-form-tags{display:inline-flex;gap:.5rem}.agent-form-tag{cursor:pointer}.agent-form-tag input{display:none}.agent-form-tag span{display:inline-block;padding:.5rem 1rem;font-size:.875rem;border:1px solid #EEEEEE;border-radius:9999px;transition:all .15s cubic-bezier(.4,0,.2,1)}.agent-form-tag input:checked+span{background:#fd8204;border-color:#fd8204;color:#fff}.agent-form-tag:hover span{border-color:#fd8204}.btn-success{background:linear-gradient(135deg,#62c353,#4caa3f);color:#fff}.btn-success:hover{background:linear-gradient(135deg,#4caa3f,#449738)}.news-hero{padding:calc(80px + 3rem) 0 3rem;background:linear-gradient(135deg,#333,#000);text-align:center}@media(min-width:1024px){.news-hero{padding:calc(80px + 4rem) 0 4rem}}.news-hero-title{color:#fff;margin-bottom:1rem}.news-hero-desc{color:#bdbdbd;font-size:1.125rem;max-width:500px;margin:0 auto}.news-categories{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.news-categories{padding-top:5rem;padding-bottom:5rem}}.news-categories{padding-bottom:0}.news-category-tabs{display:flex;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}.news-category-tab{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#555;background:#f5f5f5;border:none;border-radius:9999px;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.news-category-tab:hover{color:#fd8204;background:#fd82041a}.news-category-tab.active{color:#fff;background:#fd8204}.news-grid{display:grid;gap:1.5rem}@media(min-width:768px){.news-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.news-grid{grid-template-columns:repeat(3,1fr)}}.news-card{background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.news-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.news-card{display:flex;flex-direction:column}.news-card-image{position:relative;aspect-ratio:16/10;overflow:hidden}.news-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.news-card:hover .news-card-image img{transform:scale(1.05)}.news-card-category{position:absolute;top:.75rem;left:.75rem;padding:.25rem .75rem;background:#fd8204;color:#fff;font-size:.75rem;font-weight:600;border-radius:.25rem}.news-card-content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.news-card-date{display:flex;align-items:center;gap:.5rem;color:#888;font-size:.875rem;margin-bottom:.75rem}.news-card-date svg{width:16px;height:16px}.news-card-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s cubic-bezier(.4,0,.2,1)}.news-card:hover .news-card-title{color:#fd8204}.news-card-summary{font-size:.875rem;color:#555;line-height:1.75;margin-bottom:1rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.news-card-link{display:inline-flex;align-items:center;gap:.5rem;color:#fd8204;font-size:.875rem;font-weight:500;transition:gap .15s cubic-bezier(.4,0,.2,1)}.news-card:hover .news-card-link{gap:.75rem}.news-card-link svg{width:16px;height:16px;transition:transform .15s cubic-bezier(.4,0,.2,1)}.news-list{display:flex;flex-direction:column;gap:1.5rem}.news-list-item{display:grid;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.news-list-item{grid-template-columns:280px 1fr}}.news-list-item:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.news-list-item:hover .news-list-title{color:#fd8204}.news-list-image{aspect-ratio:16/10;border-radius:.5rem;overflow:hidden}.news-list-image img{width:100%;height:100%;object-fit:cover}.news-list-content{display:flex;flex-direction:column;justify-content:center}.news-list-meta{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.news-list-category{padding:.25rem .5rem;background:#fd82041a;color:#fd8204;font-size:.75rem;font-weight:500;border-radius:.25rem}.news-list-date{color:#888;font-size:.875rem}.news-list-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.75rem;transition:color .15s cubic-bezier(.4,0,.2,1)}.news-list-summary{font-size:.875rem;color:#555;line-height:1.75;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem}.pagination-btn{display:flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .75rem;background:#fff;border:1px solid #EEEEEE;border-radius:.375rem;color:#333;font-size:.875rem;cursor:pointer;transition:all .15s cubic-bezier(.4,0,.2,1)}.pagination-btn:hover:not(:disabled){border-color:#fd8204;color:#fd8204}.pagination-btn.active{background:#fd8204;border-color:#fd8204;color:#fff}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-btn svg{width:16px;height:16px}.pagination-ellipsis{padding:0 .5rem;color:#888}.news-detail{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.news-detail{padding-top:5rem;padding-bottom:5rem}}.news-detail-container{max-width:800px;margin:0 auto}.news-detail-header{margin-bottom:2rem}.news-detail-category{display:inline-block;padding:.25rem .75rem;background:#fd8204;color:#fff;font-size:.875rem;font-weight:500;border-radius:.25rem;margin-bottom:1rem}.news-detail-title{font-size:1.875rem;margin-bottom:1rem}@media(min-width:1024px){.news-detail-title{font-size:2.25rem}}.news-detail-meta{display:flex;align-items:center;gap:1.5rem;color:#555;font-size:.875rem}.news-detail-meta-item{display:flex;align-items:center;gap:.5rem}.news-detail-meta-item svg{width:16px;height:16px}.news-detail-cover{margin-bottom:2rem;border-radius:.75rem;overflow:hidden}.news-detail-cover img{width:100%;height:auto}.news-detail-content{font-size:1.125rem;line-height:1.75;color:#333}.news-detail-content p{margin-bottom:1.5rem}.news-detail-content h2,.news-detail-content h3,.news-detail-content h4{margin-top:2rem;margin-bottom:1rem}.news-detail-content img{max-width:100%;height:auto;border-radius:.5rem;margin:1.5rem 0}.news-detail-content ul,.news-detail-content ol{margin-bottom:1.5rem;padding-left:1.5rem}.news-detail-content li{margin-bottom:.5rem}.news-detail-content blockquote{margin:1.5rem 0;padding:1.5rem;background:#fafafa;border-left:4px solid #FD8204;border-radius:0 .5rem .5rem 0}.news-detail-content blockquote p:last-child{margin-bottom:0}.news-detail-footer{margin-top:2.5rem;padding-top:2rem;border-top:1px solid #EEEEEE}.news-detail-share{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.news-detail-share span{font-weight:500;color:#333}.news-share-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;background:#f5f5f5;color:#333;transition:all .15s cubic-bezier(.4,0,.2,1);cursor:pointer;border:none}.news-share-btn:hover{background:#fd8204;color:#fff}.news-share-btn svg{width:18px;height:18px}.related-news{margin-top:3rem}.related-news-title{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.related-news-grid{display:grid;gap:1.5rem}@media(min-width:768px){.related-news-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.related-news-grid{grid-template-columns:repeat(3,1fr)}}.news-empty{text-align:center;padding:4rem 1rem}.news-empty-icon{display:flex;align-items:center;justify-content:center;width:100px;height:100px;margin:0 auto 1.5rem;border-radius:9999px;background:#f5f5f5}.news-empty-icon svg{width:48px;height:48px;color:#bdbdbd}.news-empty h3{color:#333;margin-bottom:.5rem}.news-empty p{color:#555;margin-bottom:0}.about-hero{position:relative;padding:calc(80px + 4rem) 0 4rem;background:linear-gradient(135deg,#333,#000);overflow:hidden}@media(min-width:1024px){.about-hero{padding:calc(80px + 5rem) 0 5rem}}.about-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,rgba(253,130,4,.1) 0%,transparent 70%);pointer-events:none}.about-hero-content{position:relative;z-index:1;display:grid;gap:2.5rem;align-items:center}@media(min-width:1024px){.about-hero-content{grid-template-columns:1fr 1fr}}.about-hero-text{text-align:center}@media(min-width:1024px){.about-hero-text{text-align:left}}.about-hero-badge{display:inline-block;padding:.5rem 1rem;background:#fd820433;color:#fd8204;font-size:.875rem;font-weight:500;border-radius:9999px;margin-bottom:1rem}.about-hero-title{color:#fff;margin-bottom:1.5rem}.about-hero-title span{color:#fd8204}.about-hero-desc{color:#bdbdbd;font-size:1.125rem;line-height:1.75;margin-bottom:0}.about-hero-image{position:relative;width:100%;max-width:500px;margin:0 auto;margin-right:1rem;margin-bottom:1rem}@media(min-width:1024px){.about-hero-image{max-width:100%;margin-right:1.5rem;margin-bottom:1.5rem}}.about-hero-image img{position:relative;z-index:1;width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.about-hero-image:before{content:"";position:absolute;top:1rem;left:1rem;width:100%;height:100%;background:#fd8204;border-radius:1rem;z-index:0}@media(min-width:1024px){.about-hero-image:before{top:1.5rem;left:1.5rem}}.company-intro{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.company-intro{padding-top:5rem;padding-bottom:5rem}}.company-intro{background:#fff}.company-intro-grid{display:grid;gap:3rem}@media(min-width:1024px){.company-intro-grid{grid-template-columns:1fr 1fr;align-items:center}}.company-intro-content h2{margin-bottom:1.5rem}.company-intro-text{color:#555;font-size:1.125rem;line-height:1.75;margin-bottom:1.5rem}.company-intro-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;padding-top:1.5rem;border-top:1px solid #EEEEEE}.intro-stat{text-align:center}.intro-stat-number{font-size:1.875rem;font-weight:700;color:#fd8204;line-height:1;margin-bottom:.5rem}.intro-stat-label{font-size:.875rem;color:#555}.company-intro-image{position:relative;border-radius:.75rem;overflow:hidden}.company-intro-image img{width:100%;height:auto}.mission-vision{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.mission-vision{padding-top:5rem;padding-bottom:5rem}}.mission-vision{background:#f5f5f5}.mission-vision-grid{display:grid;gap:2rem}@media(min-width:768px){.mission-vision-grid{grid-template-columns:repeat(2,1fr)}}.mv-card{padding:2.5rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.mv-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.mv-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1.5rem;border-radius:9999px;background:linear-gradient(135deg,#fd8204,#e57400)}.mv-icon svg{width:40px;height:40px;color:#fff}.mv-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.mv-desc{color:#555;font-size:1rem;line-height:1.75;margin-bottom:0}.company-values{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.company-values{padding-top:5rem;padding-bottom:5rem}}.company-values{background:#fff}.values-header{text-align:center;max-width:700px;margin:0 auto 3rem}.values-grid{display:grid;gap:1.5rem}@media(min-width:640px){.values-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.values-grid{grid-template-columns:repeat(4,1fr)}}.value-card{padding:2rem 1.5rem;background:#fafafa;border-radius:.75rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.value-card:hover{background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.value-card:hover .value-icon{background:#fd8204}.value-card:hover .value-icon svg{color:#fff}.value-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1rem;border-radius:.5rem;background:#fd82041a;transition:all .3s cubic-bezier(.4,0,.2,1)}.value-icon svg{width:32px;height:32px;color:#fd8204;transition:color .3s cubic-bezier(.4,0,.2,1)}.value-title{font-size:1.125rem;font-weight:600;color:#333;margin-bottom:.5rem}.value-desc{font-size:.875rem;color:#555;margin-bottom:0}.history-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.history-section{padding-top:5rem;padding-bottom:5rem}}.history-section{background:linear-gradient(135deg,#333,#000)}.history-header{text-align:center;max-width:700px;margin:0 auto 3rem}.history-header h2,.history-header p{color:#fff}.history-header p{color:#bdbdbd}.history-timeline{position:relative;max-width:1000px;margin:0 auto;padding-left:2rem}@media(min-width:768px){.history-timeline{padding-left:0}}.history-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#fff3}@media(min-width:768px){.history-timeline:before{left:50%;transform:translate(-50%)}}.history-item{position:relative;padding-bottom:2.5rem}@media(min-width:768px){.history-item{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.history-item:nth-child(odd) .history-content{grid-column:1;text-align:right;padding-right:2.5rem}.history-item:nth-child(odd) .history-year-badge{grid-column:2;justify-self:start}.history-item:nth-child(2n) .history-content{grid-column:2;text-align:left;padding-left:2.5rem}.history-item:nth-child(2n) .history-year-badge{grid-column:1;grid-row:1;justify-self:end}}.history-dot{position:absolute;left:-7px;top:0;width:16px;height:16px;background:#fd8204;border-radius:9999px;border:3px solid #333333;z-index:1}@media(min-width:768px){.history-dot{left:50%;transform:translate(-50%)}}.history-year-badge{display:inline-block;padding:.5rem 1rem;background:#fd8204;color:#fff;font-size:1.125rem;font-weight:700;border-radius:.375rem;margin-bottom:.75rem}.history-content h4{color:#fff;font-size:1.25rem;margin-bottom:.5rem}.history-content p{color:#bdbdbd;font-size:.875rem;margin-bottom:0}.awards-section-about{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.awards-section-about{padding-top:5rem;padding-bottom:5rem}}.awards-section-about{background:#f5f5f5}.awards-header{text-align:center;max-width:700px;margin:0 auto 3rem}.awards-grid{display:grid;gap:1.5rem}@media(min-width:640px){.awards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.awards-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.awards-grid{grid-template-columns:repeat(4,1fr)}}.award-card-about{padding:1.5rem;background:#fff;border-radius:.75rem;text-align:center;box-shadow:0 1px 2px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1)}.award-card-about:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-4px)}.award-card-about img{width:80px;height:80px;object-fit:contain;margin:0 auto 1rem}.award-card-about h4{font-size:1rem;color:#333;margin-bottom:.25rem}.award-card-about span{font-size:.875rem;color:#555}.contact-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.contact-section{padding-top:5rem;padding-bottom:5rem}}.contact-section{background:#fff}.contact-header{text-align:center;max-width:700px;margin:0 auto 3rem}.contact-grid{display:grid;gap:2rem}@media(min-width:1024px){.contact-grid{grid-template-columns:1fr 1fr}}.contact-info{display:flex;flex-direction:column;gap:1.5rem}.contact-card{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#fafafa;border-radius:.75rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.contact-card:hover{background:#fff;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.contact-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:56px;height:56px;border-radius:.5rem;background:#fd8204}.contact-icon svg{width:28px;height:28px;color:#fff}.contact-content h4{font-size:1.125rem;color:#333;margin-bottom:.5rem}.contact-content p{color:#555;font-size:.875rem;margin-bottom:0;line-height:1.75}.contact-content a{color:#fd8204;font-weight:500}.contact-content a:hover{text-decoration:underline}.contact-map{border-radius:.75rem;overflow:hidden;height:400px;background:#eee}.contact-map iframe{width:100%;height:100%;border:none}.team-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.team-section{padding-top:5rem;padding-bottom:5rem}}.team-section{background:#f5f5f5}.team-header{text-align:center;max-width:700px;margin:0 auto 3rem}.team-grid{display:grid;gap:2rem}@media(min-width:640px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.team-grid{grid-template-columns:repeat(4,1fr)}}.team-card{text-align:center;padding:1.5rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1)}.team-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-4px)}.team-avatar{width:120px;height:120px;border-radius:9999px;margin:0 auto 1rem;overflow:hidden;background:#eee}.team-avatar img{width:100%;height:100%;object-fit:cover}.team-name{font-size:1.125rem;font-weight:600;color:#333;margin-bottom:.25rem}.team-position{font-size:.875rem;color:#fd8204;margin-bottom:.75rem}.team-bio{font-size:.875rem;color:#555;margin-bottom:0}.about-hero-slogan{color:#fd8204;font-size:1.25rem;font-weight:600;margin-bottom:1rem}@media(min-width:1024px){.about-hero-slogan{font-size:1.5rem}}.partner-section{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.partner-section{padding-top:5rem;padding-bottom:5rem}}.partner-section{background:#fafafa}.partner-header{text-align:center;max-width:700px;margin:0 auto 3rem}.partner-grid{display:grid;gap:2rem}@media(min-width:768px){.partner-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.partner-grid.partner-grid-3{grid-template-columns:repeat(3,1fr)}}.partner-card{padding:2rem;background:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.partner-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:translateY(-4px)}.partner-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1rem;border-radius:.5rem;background:linear-gradient(135deg,#fd8204,#e57400)}.partner-icon svg{width:40px;height:40px;color:#fff}.partner-card h3{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:.5rem}.partner-tag{display:inline-block;padding:.25rem .75rem;background:#fd82041a;color:#fd8204;font-size:.875rem;font-weight:500;border-radius:.25rem;margin-bottom:1rem}.partner-desc{color:#555;font-size:1rem;line-height:1.75;margin-bottom:0}.history-item-future .history-dot{background:linear-gradient(135deg,#bdbdbd,#9e9e9e);border:2px dashed #FD8204}.history-item-future .history-year-badge{background:linear-gradient(135deg,#9e9e9e,#757575)}.history-item-future .history-year-badge-future{background:linear-gradient(135deg,#9e9e9e,#757575);border:1px dashed rgba(255,255,255,.3)}.history-item-future .history-content h4,.history-item-future .history-content p{opacity:.8}.page-section{padding:5rem 0;min-height:calc(100vh - 400px);background:#fff}.page-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid #EEEEEE}.page-title{font-size:1.875rem;font-weight:700;color:#333}@media(min-width:768px){.page-title{font-size:2.25rem}}.page-content{max-width:800px}.page-content.prose h2{font-size:1.5rem;font-weight:600;color:#333;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #FD8204}.page-content.prose h2:first-child{margin-top:0}.page-content.prose h3{font-size:1.25rem;font-weight:600;color:#333;margin-top:1.5rem;margin-bottom:.75rem}.page-content.prose p{font-size:1rem;line-height:1.75;color:#757575;margin-bottom:1rem}.page-content.prose ul,.page-content.prose ol{margin-bottom:1rem;padding-left:1.5rem}.page-content.prose li{font-size:1rem;line-height:1.75;color:#757575;margin-bottom:.5rem}.page-content.prose ul li{list-style-type:disc}.page-content.prose ol li{list-style-type:decimal}.page-content.prose strong{font-weight:600;color:#333}.page-content.prose a{color:#fd8204;text-decoration:underline}.page-content.prose a:hover{color:#e57400}.page-content.prose blockquote{border-left:4px solid #FD8204;padding-left:1rem;margin:1.5rem 0;font-style:italic;color:#9e9e9e}.team-hero{padding:calc(80px + 2rem) 0 2rem;background:linear-gradient(135deg,#333,#474747);position:relative;overflow:hidden}@media(min-width:768px){.team-hero{padding:calc(80px + 4rem) 0 4rem}}@media(min-width:1024px){.team-hero{padding:6rem 0 4rem}}.team-hero:before{content:"";position:absolute;inset:0;background:url(/images/pattern.svg) repeat;opacity:.03}.team-hero-content{position:relative;text-align:center;max-width:800px;margin:0 auto;padding:0 .5rem}@media(min-width:768px){.team-hero-content{padding:0}}.team-hero-badge{display:inline-block;padding:.25rem .75rem;background:#fd820426;color:#fd8204;font-size:.75rem;font-weight:600;letter-spacing:1px;border-radius:9999px;margin-bottom:.75rem}@media(min-width:768px){.team-hero-badge{padding:.5rem 1rem;font-size:.875rem;letter-spacing:2px;margin-bottom:1rem}}.team-hero-title{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.75rem}@media(min-width:640px){.team-hero-title{font-size:1.875rem}}@media(min-width:768px){.team-hero-title{font-size:3rem;margin-bottom:1rem}}.team-hero-subtitle{font-size:.875rem;color:#bdbdbd;line-height:1.75}.team-hero-subtitle br{display:none}@media(min-width:768px){.team-hero-subtitle br{display:block}}@media(min-width:768px){.team-hero-subtitle{font-size:1.125rem}}.team-members{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.team-members{padding-top:5rem;padding-bottom:5rem}}.team-members{background:#fafafa}.team-member{display:grid;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #EEEEEE}@media(min-width:640px){.team-member{gap:1.5rem;margin-bottom:3rem;padding-bottom:3rem}}.team-member:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}@media(min-width:1024px){.team-member{grid-template-columns:350px 1fr;gap:3rem;margin-bottom:4rem;padding-bottom:4rem}}@media(min-width:1024px){.team-member.reverse{grid-template-columns:1fr 350px}.team-member.reverse .member-photo{order:2}.team-member.reverse .member-info{order:1}}.member-photo{position:relative;border-radius:.75rem;overflow:hidden;aspect-ratio:4/3;background:#eee;max-width:100%}@media(min-width:640px){.member-photo{aspect-ratio:16/9;border-radius:1rem}}@media(min-width:1024px){.member-photo{aspect-ratio:3/4}}.member-photo img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.member-photo:hover img{transform:scale(1.05)}.member-photo-overlay{position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,rgba(51,51,51,.6),transparent);pointer-events:none}.member-info{display:flex;flex-direction:column}.member-header{margin-bottom:1rem}@media(min-width:768px){.member-header{margin-bottom:1.5rem}}.member-name{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}@media(min-width:768px){.member-name{font-size:2.25rem}}.member-company{font-size:.875rem;color:#fd8204;font-weight:500;margin-bottom:.5rem}@media(min-width:768px){.member-company{font-size:1rem;margin-bottom:.75rem}}.member-tags{display:flex;flex-wrap:wrap;gap:.25rem}@media(min-width:768px){.member-tags{gap:.5rem}}.member-tag{display:inline-block;padding:2px .5rem;background:#fd8204;color:#fff;font-size:10px;font-weight:500;border-radius:9999px}@media(min-width:768px){.member-tag{padding:.25rem .75rem;font-size:.75rem}}.member-positions{margin-bottom:1rem;padding:.75rem;background:#fff;border-radius:.375rem;border-left:3px solid #FD8204}@media(min-width:768px){.member-positions{margin-bottom:1.5rem;padding:1rem;border-radius:.5rem;border-left-width:4px}}.position-item{padding:.25rem 0;font-size:.75rem;color:#757575}@media(min-width:768px){.position-item{padding:.5rem 0;font-size:.875rem}}.position-item:not(:last-child){border-bottom:1px dashed #EEEEEE}.member-highlight-box{margin-bottom:1rem;padding:1rem;background:linear-gradient(135deg,#fd8204,#e57400);border-radius:.5rem;color:#fff}@media(min-width:768px){.member-highlight-box{margin-bottom:1.5rem;padding:1.25rem;border-radius:.75rem}}.member-highlight-box p{font-size:.875rem;line-height:1.75;margin:0}@media(min-width:768px){.member-highlight-box p{font-size:1rem}}.member-highlight-box strong{color:#fff}.member-experiences{display:flex;flex-direction:column;gap:.75rem}@media(min-width:768px){.member-experiences{gap:1.25rem}}.experience-item{display:flex;gap:.75rem;padding:.75rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;transition:all .3s cubic-bezier(.4,0,.2,1)}@media(min-width:768px){.experience-item{gap:1rem;padding:1.25rem;border-radius:.75rem}}.experience-item:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media(min-width:768px){.experience-item:hover{transform:translateY(-2px)}}.experience-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fd82041a;border-radius:.375rem}@media(min-width:768px){.experience-icon{width:48px;height:48px;border-radius:.5rem}}.experience-icon svg{width:18px;height:18px;color:#fd8204}@media(min-width:768px){.experience-icon svg{width:24px;height:24px}}.experience-content{flex:1;min-width:0}.experience-content h4{font-size:.875rem;font-weight:600;color:#333;margin-bottom:.25rem}@media(min-width:768px){.experience-content h4{font-size:1rem;margin-bottom:.5rem}}.experience-content p{font-size:.75rem;color:#757575;line-height:1.75;margin:0}@media(min-width:768px){.experience-content p{font-size:.875rem}}.experience-content strong{color:#fd8204;font-weight:600}.strategic-partner{padding-top:2rem;padding-bottom:2rem;background:#fff}.strategic-partner>.container{padding-left:.75rem;padding-right:.75rem}@media(min-width:768px){.strategic-partner>.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.strategic-partner>.container{padding-left:2rem;padding-right:2rem}}@media(min-width:768px){.strategic-partner{padding-top:3rem;padding-bottom:3rem}}@media(min-width:768px)and (min-width:1024px){.strategic-partner{padding-top:5rem;padding-bottom:5rem}}.partner-header{text-align:center;margin-bottom:1.5rem}@media(min-width:768px){.partner-header{margin-bottom:3rem}}.partner-badge{display:inline-block;padding:.25rem .75rem;background:#fd82041a;color:#fd8204;font-size:.75rem;font-weight:600;letter-spacing:1px;border-radius:9999px;margin-bottom:.5rem}@media(min-width:768px){.partner-badge{padding:.5rem 1rem;font-size:.875rem;letter-spacing:2px;margin-bottom:1rem}}.partner-title{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:.25rem}@media(min-width:640px){.partner-title{font-size:1.5rem}}@media(min-width:768px){.partner-title{font-size:2.25rem;margin-bottom:.5rem}}.partner-subtitle{font-size:.875rem;color:#9e9e9e}@media(min-width:768px){.partner-subtitle{font-size:1.125rem}}.strategic-partner .partner-card{padding:0;background:#fafafa;border-radius:.5rem;overflow:hidden}@media(min-width:768px){.strategic-partner .partner-card{border-radius:1rem}}.partner-image{position:relative;aspect-ratio:16/9;overflow:hidden}@media(min-width:768px){.partner-image{aspect-ratio:21/9}}.partner-image img{width:100%;height:100%;object-fit:cover}.partner-image-overlay{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(51,51,51,.9),transparent)}@media(min-width:768px){.partner-image-overlay{padding:2rem 1.5rem}}.partner-logo-area{display:flex;flex-direction:column;gap:.25rem}.partner-name{font-size:1.125rem;font-weight:700;color:#fff}@media(min-width:640px){.partner-name{font-size:1.25rem}}@media(min-width:768px){.partner-name{font-size:1.875rem}}.partner-role{font-size:.75rem;color:#fffc}@media(min-width:768px){.partner-role{font-size:.875rem}}.partner-content{padding:.75rem}@media(min-width:640px){.partner-content{padding:1rem}}@media(min-width:768px){.partner-content{padding:2rem}}@media(min-width:1024px){.partner-content{padding:2.5rem}}.partner-intro{padding:1rem;background:linear-gradient(135deg,#fd8204,#e57400);border-radius:.5rem;margin-bottom:1rem}@media(min-width:768px){.partner-intro{padding:1.25rem;border-radius:.75rem;margin-bottom:2rem}}.partner-intro p{font-size:.875rem;color:#fff;line-height:1.75;margin:0}@media(min-width:768px){.partner-intro p{font-size:1.125rem}}.partner-intro strong{color:#fff}.partner-highlights{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}@media(min-width:768px){.partner-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}}.highlight-item{display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;padding:1rem;background:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d}@media(min-width:768px){.highlight-item{flex-direction:column;gap:.75rem;padding:1.25rem;border-radius:.75rem}}.highlight-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;background:#fd82041a;border-radius:.375rem}@media(min-width:768px){.highlight-icon{width:48px;height:48px;border-radius:.5rem}}.highlight-icon svg{width:20px;height:20px;color:#fd8204}@media(min-width:768px){.highlight-icon svg{width:24px;height:24px}}.highlight-content{flex:1;min-width:0}.highlight-content h4{font-size:.875rem;font-weight:600;color:#333;margin-bottom:.25rem}@media(min-width:768px){.highlight-content h4{font-size:1rem;margin-bottom:.5rem}}.highlight-content p{font-size:.75rem;color:#757575;line-height:1.75;margin:0}@media(min-width:768px){.highlight-content p{font-size:.875rem}}.highlight-content strong{color:#fd8204;font-weight:600}.partner-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}@media(min-width:768px){.partner-stats{gap:1rem}}.partner-stat{text-align:center;padding:.75rem;background:#fff;border-radius:.375rem}@media(min-width:768px){.partner-stat{padding:1rem;border-radius:.5rem}}.partner-stat .stat-value{display:block;font-size:1rem;font-weight:700;color:#fd8204;line-height:1;margin-bottom:2px}@media(min-width:768px){.partner-stat .stat-value{font-size:1.875rem;margin-bottom:.25rem}}.partner-stat .stat-label{font-size:10px;color:#9e9e9e}@media(min-width:768px){.partner-stat .stat-label{font-size:.75rem}}.team-stats{padding:2rem 0;background:#333}@media(min-width:768px){.team-stats{padding:4rem 0}}.team-stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}@media(min-width:640px){.team-stats-grid{gap:1rem}}@media(min-width:768px){.team-stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.team-stat-item{text-align:center;padding:.75rem}@media(min-width:768px){.team-stat-item{padding:1.5rem}}.team-stat-number{display:block;font-size:1.5rem;font-weight:700;color:#fd8204;line-height:1;margin-bottom:.25rem}@media(min-width:640px){.team-stat-number{font-size:1.875rem}}@media(min-width:768px){.team-stat-number{font-size:3rem;margin-bottom:.5rem}}.team-stat-label{font-size:.75rem;color:#bdbdbd}@media(min-width:768px){.team-stat-label{font-size:.875rem}}.team-cta{padding-top:3rem;padding-bottom:3rem}@media(min-width:1024px){.team-cta{padding-top:5rem;padding-bottom:5rem}}.team-cta{background:linear-gradient(135deg,#fd8204,#e57400);text-align:center}.team-cta-content{max-width:600px;margin:0 auto}.team-cta-content h2{font-size:1.875rem;font-weight:700;color:#fff;margin-bottom:1rem}@media(min-width:768px){.team-cta-content h2{font-size:2.25rem}}.team-cta-content p{font-size:1.125rem;color:#ffffffe6;margin-bottom:2rem}.team-cta-content .btn{background:#fff;color:#fd8204}.team-cta-content .btn:hover{background:#f5f5f5}
