.navbar{position:fixed;top:0;width:100%;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;z-index:1000;padding:1.5rem 0;border-bottom:none;transition:all .3s ease}.navbar-scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;border-bottom:1px solid rgba(62,75,91,.1)}.nav-container{max-width:2400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 6rem}.nav-right{display:flex;align-items:center;gap:1.5rem}.logo a{display:flex;align-items:center;text-decoration:none;height:100%}.logo-image{height:60px;width:auto;object-fit:contain;transition:opacity .3s;display:block;opacity:1}.navbar:not(.navbar-scrolled) .logo-image{opacity:1;filter:brightness(0) invert(1)}.logo-text{font-size:1.5rem;font-weight:700;color:#506d8a;transition:color .3s}.navbar:not(.navbar-scrolled) .logo-text{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.nav-menu{display:flex;list-style:none;gap:2.5rem;align-items:center;position:relative}.nav-menu>li{position:relative}.nav-menu a{text-decoration:none;color:#506d8a;font-weight:500;font-size:1.1rem;transition:color .3s;position:relative;display:flex;align-items:center;gap:.3rem}.navbar:not(.navbar-scrolled) .nav-menu a{color:#fff;text-shadow:1px 1px 3px rgba(0,0,0,.3)}.navbar:not(.navbar-scrolled) .logo-text{color:#fff}.navbar:not(.navbar-scrolled) .lang-toggle{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.navbar:not(.navbar-scrolled) .lang-toggle:hover{background:#ffffff4d}.nav-menu a:hover,.nav-menu a.active{color:#2d3844;opacity:.8}.navbar:not(.navbar-scrolled) .nav-menu a:hover,.navbar:not(.navbar-scrolled) .nav-menu a.active{color:#fff;opacity:1;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.nav-menu a.active:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:#506d8a}.dropdown-arrow{font-size:.7rem;transition:transform .3s}.nav-item-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:0;margin-top:1rem;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.1);border-radius:10px;padding:.5rem 0;min-width:180px;box-shadow:0 10px 40px #0003;list-style:none}.dropdown-menu li{margin:0}.dropdown-item{width:100%;padding:.75rem 1.5rem;background:transparent;border:none;color:#333;text-align:left;cursor:pointer;transition:all .3s;font-size:.95rem;font-weight:400}.dropdown-item:hover{background:#3e4b5b1a;color:#506d8a;padding-left:2rem}.lang-toggle{background:#506d8a;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:5px;cursor:pointer;font-weight:600;font-size:1rem;transition:background .3s}.lang-toggle:hover{background:#2d3844}.nav-hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;background:transparent;border:none;cursor:pointer;z-index:1002;position:relative}.nav-hamburger-line{display:block;width:22px;height:2px;background:#506d8a;border-radius:1px;transition:transform .3s ease,opacity .3s ease}.navbar:not(.navbar-scrolled) .nav-hamburger-line{background:#fff}.nav-hamburger.open .nav-hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-hamburger.open .nav-hamburger-line:nth-child(2){opacity:0}.nav-hamburger.open .nav-hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:1000}.nav-mobile-panel{display:none;position:fixed;top:0;left:0;right:0;padding:80px 1.5rem 2rem;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 40px #00000026;z-index:1001;max-height:calc(100vh - 80px);overflow-y:auto}.nav-mobile-menu{list-style:none;margin:0;padding:0}.nav-mobile-item{margin:0;border-bottom:1px solid rgba(80,109,138,.12)}.nav-mobile-item:last-child{border-bottom:none}.nav-mobile-link,.nav-mobile-sub-link,.nav-mobile-lang{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;background:none;border:none;color:#333;font-size:1.05rem;font-weight:500;text-align:left;cursor:pointer;text-decoration:none;transition:color .2s}.nav-mobile-link:hover,.nav-mobile-sub-link:hover{color:#506d8a}.nav-mobile-arrow{font-size:.7rem;color:#506d8a}.nav-mobile-sub{list-style:none;margin:0 0 .5rem;padding:0 0 0 1rem;border-left:2px solid rgba(80,109,138,.3)}.nav-mobile-sub li{margin:0}.nav-mobile-sub-link{padding:.6rem 0!important;font-size:.95rem!important;font-weight:400!important}.nav-mobile-lang{justify-content:center;background:#506d8a;color:#fff;border-radius:8px;margin-top:.5rem;padding:.85rem 1rem!important}.nav-mobile-lang:hover{background:#2d3844;color:#fff}@media(max-width:1024px){.nav-container{padding:0 3rem}}@media(max-width:768px){.nav-container{padding:0 1.25rem}.nav-hamburger{display:flex}.nav-desktop{display:none!important}.nav-mobile-overlay,.nav-mobile-panel{display:block}}.footer{background-color:#506d8a;color:#fff;padding:3rem 0 1.5rem;margin-top:4rem;position:relative;z-index:100}.footer-container{max-width:1600px!important;margin:0 auto;padding:0 6rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{font-size:1.8rem;font-weight:700;color:#fff;margin:0}.footer-website{font-size:1rem;color:#fffc;margin:0}.footer-title{font-size:1.2rem;font-weight:600;color:#fff;margin:0 0 1rem;border-bottom:2px solid rgba(255,255,255,.2);padding-bottom:.5rem}.footer-contact p{margin:.5rem 0;color:#ffffffe6;font-size:.95rem;line-height:1.6}.footer-social{display:flex;flex-direction:column;gap:.75rem}.social-item{display:inline-block;padding:0;background:transparent;border:none;border-radius:0;transition:all .6s ease;text-decoration:none;color:#ffffffe6;font-size:.95rem}.social-item:hover{background:transparent;border:none;color:#fff;padding-left:1rem}.social-icon-small{font-size:1.2rem;display:inline-block}.social-text{font-size:.9rem;white-space:nowrap}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-links li{margin:0}.footer-links a{color:#ffffffe6;text-decoration:none;font-size:.95rem;transition:all .3s;display:inline-block}.footer-links a:hover{color:#fff;padding-left:.5rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:1.5rem;text-align:center}.footer-bottom p{margin:0;color:#fffc;font-size:.9rem}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer{padding:2rem 0 1rem}}.hero{position:relative;height:100vh;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;margin-top:0;padding-top:0}.hero-background{position:absolute;inset:0;width:100%;height:100%;z-index:1;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;image-rendering:auto}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000001a;z-index:2}.hero-content{position:relative;z-index:3;text-align:left;padding:2rem;max-width:1600px;width:100%;margin-left:6rem}.hero-title{font-size:5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;letter-spacing:2px;line-height:1.3;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.8rem;color:#fff;font-weight:400;letter-spacing:1px;text-shadow:1px 1px 6px rgba(0,0,0,.3);max-width:900px;margin:0}@media(max-width:1024px){.hero-content{margin-left:3rem}}@media(max-width:768px){.hero-content{margin-left:2rem;padding:1rem}.hero-title{font-size:3rem}.hero-subtitle{font-size:1.3rem}}.company-intro-section{padding:120px 0;background:#fff;min-height:60vh;position:relative;overflow:hidden}.company-intro-section .container{max-width:1600px!important;margin:0 auto;padding:0 4rem;display:flex;flex-direction:column;gap:4rem;position:relative;z-index:1;width:100%}.intro-text-section{position:relative;z-index:1;width:100%}.company-description{font-size:1.6rem;line-height:2.2;color:#000;text-align:center;margin:0 auto;font-weight:400;max-width:90%;padding:0 2rem;white-space:pre-line}.logo-stock-section{display:flex;align-items:center;justify-content:center;position:relative;z-index:1;padding:2rem 0}.logo-stock-image{max-width:600px;width:100%;height:auto;display:block;margin:0 auto;object-fit:contain}.logo-stock-placeholder{display:flex;align-items:center;justify-content:center;padding:2rem;background:#f5f5f5;border:2px dashed #ddd;border-radius:8px;color:#999;text-align:center;min-height:150px}.divider-line{width:60%;height:2px;background:#506d8a;margin:2rem auto}.core-values{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;position:relative;z-index:1;padding:3rem 0;width:100%;gap:0}.value-item{display:flex;flex-direction:row;align-items:flex-start;gap:0;padding:0;background:transparent;border-radius:0;box-shadow:none;transition:all .3s;flex:1;position:relative;justify-content:center}.value-text{width:100%;display:flex;flex-direction:column;align-items:center;gap:0;position:relative;z-index:2;justify-content:center}.value-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.5rem;flex:1;position:relative;z-index:2}.value-first-letter{color:#999;font-weight:700;font-size:5rem;line-height:1;flex-shrink:0;margin:0;letter-spacing:0;position:relative;z-index:2}.value-en{font-size:1.1rem;color:#999;margin:0;font-weight:400;line-height:1.4;letter-spacing:.5px;text-transform:uppercase;text-align:center}.value-zh{font-size:1.3rem;color:#000;margin:0;line-height:1.4;font-weight:500;text-align:center}.value-divider{width:1px;height:80px;background:#e0e0e0;margin:0 2rem;flex-shrink:0}@media(max-width:1024px){.company-intro-section .container{padding:0 3rem;gap:3rem}.logo-stock-image{max-width:500px}.core-values{flex-direction:column;gap:2rem}.value-divider{display:none}.company-description{font-size:1.2rem;line-height:2.2}.value-first-letter{font-size:4rem}.value-zh{font-size:1.2rem}.value-en{font-size:1rem}.value-text{gap:1.5rem}}@media(max-width:768px){.company-intro-section .container{padding:0 2rem;gap:2rem}.logo-stock-section{flex-direction:column;gap:1.5rem}.logo-hexagon{width:60px;height:60px}.logo-hmt{font-size:1.4rem}.logo-name-zh{font-size:2rem}.logo-name-en{font-size:.9rem}.stock-info-container{padding-left:0;border-left:none;border-top:1px solid #e0e0e0;padding-top:1.5rem;align-items:center}.company-description{font-size:1.1rem;line-height:2}.value-first-letter{font-size:3.5rem}.value-zh{font-size:1.1rem}.value-en{font-size:.95rem}.value-text{gap:1.2rem}.core-values{flex-direction:column;gap:2rem;align-items:center}.value-item{width:100%;max-width:400px}.value-divider{display:none}}.business-intro-section{padding:100px 0!important;background:#f5f5f5!important;position:relative;overflow:hidden}.business-intro-section .container{max-width:2000px!important;margin:0 auto;padding:0 6rem;position:relative;z-index:1;width:100%}.section-header{text-align:center;margin-bottom:1rem}.business-intro-section .section-title{font-size:2.5rem;color:#506d8a;font-weight:700;margin-bottom:.5rem;position:relative;display:inline-block;border-bottom:none!important;text-decoration:none!important}.business-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem;margin-top:0;align-items:stretch;width:100%}.business-intro-section .business-card{background:#fff!important;border-radius:12px!important;padding:0!important;box-shadow:0 2px 8px #00000014!important;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%}.business-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.card-content{flex:1;display:flex;flex-direction:column;gap:1.2rem;text-align:left;padding:3rem 3.5rem 2rem}.business-intro-section .card-title{font-size:2.2rem!important;color:#506d8a!important;font-weight:700;margin:0 0 1.2rem;text-align:left;line-height:1.3}.card-intro{font-size:1.15rem!important;line-height:1.4;color:#000!important;margin:0 0 .5rem;padding:0;font-weight:400!important}.card-points{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.card-point{font-size:1.15rem!important;line-height:1.4;color:#000!important;margin:0;text-align:left;position:relative;padding-left:1.5rem;font-weight:400!important}.card-point:before{content:"•";position:absolute;left:0;color:#506d8a;font-weight:700;font-size:1.2rem}.card-image-container{width:100%;height:320px;overflow:hidden;position:relative;background:#f5f5f5}.card-image-link{display:flex;flex-direction:column;width:100%;text-decoration:none;color:inherit}.card-image-wrapper{width:100%;height:320px;overflow:hidden;position:relative;background:#f5f5f5}.card-image{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.business-card:hover .card-image{transform:scale(1.05)}.card-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f5f5f5;color:#999;font-size:1rem}.card-link-text{width:100%;padding:1.2rem 0;text-align:center;background:#f9fafb;color:#506d8a;font-size:1rem;font-weight:600;transition:all .3s ease;border-top:1px solid #e5e7eb}.business-card:hover .card-link-text{background:#506d8a;color:#fff}@media(max-width:1024px){.business-cards{grid-template-columns:1fr;gap:2.5rem}.business-intro-section .container{padding:0 3rem}.card-content{padding:3rem 3rem 2rem}.business-intro-section .card-title{font-size:2rem!important}.card-point{font-size:1.1rem!important}.card-image-wrapper{height:280px}.card-image-container{height:auto}}@media(max-width:768px){.business-intro-section{padding:80px 0}.business-intro-section .container{padding:0 2rem}.business-intro-section .section-title{font-size:2rem}.card-content{padding:2.5rem 2.5rem 1.5rem}.business-intro-section .card-title{font-size:1.8rem!important;margin-bottom:1.5rem}.card-point{font-size:1rem!important;gap:1rem}.card-image-wrapper{height:250px}.card-image-container{height:auto}}.chairman-message-section{padding:100px 0;background:#fff}.chairman-message-container{max-width:1200px;margin:0 auto;padding:0 6rem}.chairman-message-title{font-size:2.5rem;color:#506d8a;font-weight:700;margin:0 0 2.5rem;text-align:center}.chairman-message-layout{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.chairman-message-text{text-align:left}.chairman-message-content{font-size:1.15rem;line-height:1.9;color:#333;margin:0}.chairman-message-photo-wrap{display:flex;flex-direction:column;align-items:center;gap:1rem}.chairman-photo-box{width:100%;max-width:400px;aspect-ratio:3/4;border:1px solid #ddd;border-radius:8px;overflow:hidden;background:#f8f8f8}.chairman-photo{width:100%;height:100%;object-fit:cover;display:block}.chairman-photo-caption{font-size:1rem;color:#506d8a;font-weight:600;margin:0;text-align:center}@media(max-width:1024px){.chairman-message-container{padding:0 3rem}.chairman-message-layout{gap:2rem}}@media(max-width:768px){.chairman-message-container{padding:0 2rem}.chairman-message-title{font-size:1.85rem}.chairman-message-layout{grid-template-columns:1fr;gap:2rem}.chairman-message-photo-wrap{order:-1}.chairman-photo-box{max-width:280px;margin:0 auto}.chairman-message-content{font-size:1rem}}.timeline-section{padding:120px 0;background:#fff;color:#333;position:relative;overflow:visible}.timeline-container{max-width:1600px!important;margin:0 auto;padding:0 6rem;position:relative;z-index:1;overflow:visible}.timeline-header{text-align:center;margin-bottom:4rem}.timeline-header h2{font-size:2.5rem;font-weight:700;color:#506d8a}.timeline-wrapper{position:relative;padding:3rem 0;margin-bottom:3rem;padding-bottom:0}.timeline-items-container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem;width:100%;position:relative;overflow:visible}.timeline-item{flex:1 1 calc(11% - 2rem);min-width:120px;max-width:180px;position:relative;align-self:flex-start;padding-bottom:0}.timeline-content{text-align:left;padding:0;background:transparent;border-radius:0;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.5rem;position:relative;z-index:1}.timeline-item:hover .timeline-content{transform:translateY(-2px)}.timeline-year{font-size:.85rem;font-weight:700;color:#506d8a;white-space:nowrap;margin-bottom:.3rem}.timeline-title-wrapper{width:100%;display:flex;flex-direction:column;gap:.2rem}.timeline-title{font-size:.8rem;color:#000;margin:0;font-weight:500;line-height:1.3;word-break:break-word}.timeline-description{font-size:.7rem;color:#666;line-height:1.3;margin:0;margin-bottom:.5rem;word-break:break-word;white-space:pre-line}.timeline-vertical-line{position:absolute;width:2px;top:100%;left:0;background:#506d8a;margin-top:.8rem;opacity:.7;flex-shrink:0;height:calc(3rem + 300px);z-index:0}.timeline-image-container{width:100%;max-width:1800px;margin:0 auto;position:relative;display:flex;justify-content:center;align-items:center;z-index:10}.timeline-image{width:100%;max-width:100%;height:auto;display:block;border-radius:0;box-shadow:none;position:relative;z-index:10}.timeline-image-placeholder{width:100%;min-height:300px;background:#f5f5f5;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.2rem}@media(max-width:1400px){.timeline-item{flex:1 1 calc(20% - 2rem);min-width:180px;max-width:220px}}@media(max-width:1024px){.timeline-container{padding:0 3rem}.timeline-items-container{gap:1.5rem}.timeline-item{flex:1 1 calc(33.333% - 1.5rem);min-width:140px;max-width:220px}.timeline-year{font-size:.8rem;min-width:65px}.timeline-title{font-size:.75rem}.timeline-description{font-size:.65rem}}@media(max-width:768px){.timeline-container{padding:0 2rem}.timeline-header h2{font-size:2rem}.timeline-wrapper{padding:2rem 0;margin-bottom:2rem}.timeline-items-container{flex-direction:column;align-items:stretch;gap:0;position:relative;padding-left:1.5rem;border-left:3px solid #506d8a}.timeline-item{flex:none;width:100%;min-width:100%;max-width:100%;margin-top:0!important;padding-bottom:2rem;position:relative}.timeline-item:before{content:"";position:absolute;left:-1.5rem;top:.4rem;width:12px;height:12px;border-radius:50%;background:#506d8a;transform:translate(-50%);margin-left:-1.5px;box-sizing:border-box}.timeline-item:last-child{padding-bottom:0}.timeline-content{padding:0 0 0 .5rem;flex-direction:column;gap:.35rem}.timeline-item:hover .timeline-content{transform:none}.timeline-vertical-line{display:none}.timeline-year{font-size:.95rem;font-weight:700;color:#506d8a;white-space:normal}.timeline-title{font-size:.95rem;line-height:1.4}.timeline-description{font-size:.85rem;line-height:1.5}.timeline-image-container{max-width:100%;margin-top:1rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.global-section{padding:100px 0;background:#fff;min-height:60vh}.global-container{max-width:1600px!important;margin:0 auto;padding:0 6rem}.global-content{display:flex;flex-direction:column;gap:3rem;align-items:center;text-align:center}.global-text{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center;max-width:800px}.global-text h2{font-size:2.5rem;color:#506d8a;margin:0;font-weight:700}.global-text p{font-size:1.2rem;color:#000;line-height:1.8;margin:0}.global-map-container{position:relative;width:100%;max-width:1200px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.global-map-leaflet{width:100%;height:500px;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px #0000001a;background:#e8e8e8}.global-map-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-top:1rem;font-size:.9rem;color:#333}.global-legend-item{display:inline-flex;align-items:center;gap:.4rem}.global-legend-dot{width:10px;height:10px;border-radius:50%;border:2px solid white;box-shadow:0 0 3px #00000040;flex-shrink:0}.global-legend-dot-purple{background-color:#7a6c96}.global-legend-dot-blue{background-color:#506d8a}.global-map-leaflet .global-map-marker-tooltip{margin-left:4px!important;padding:4px 10px!important;font-size:13px!important;font-weight:600!important;color:#fff!important;background-color:#506d8a!important;border:none!important;border-radius:4px!important;box-shadow:0 2px 8px #506d8a66!important;white-space:nowrap}.global-map-leaflet .global-map-marker-tooltip:before{border-right-color:#506d8a!important}.api-status-display{width:100%;max-width:1200px;padding:.75rem 1rem;background:#506d8a1a;border-radius:6px;display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;font-family:Courier New,monospace}.status-loading{color:#506d8a;font-weight:500}.status-code{font-weight:600;padding:.25rem .5rem;border-radius:4px;display:inline-block}.status-code.status-success{color:#28a745;background:#28a7451a}.status-code.status-error{color:#dc3545;background:#dc35451a}.status-error{color:#dc3545;font-weight:500}.global-map-image{width:100%;height:auto;border-radius:0;box-shadow:none}.global-map-video{width:100%;height:auto;border-radius:0;box-shadow:none;display:block}.global-map-image{width:100%;height:auto;max-width:1200px;border-radius:8px;box-shadow:0 4px 20px #0000001a;display:block;object-fit:contain}.global-map-placeholder{width:100%;min-height:400px;background:linear-gradient(135deg,#3e4b5b0d,#3e4b5b1a);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#666;font-size:1.2rem}.global-map-retry-btn{padding:.75rem 1.5rem;background-color:#506d8a;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .3s}.global-map-retry-btn:hover{background-color:#3d5a7a}@media(max-width:1024px){.global-container{padding:0 3rem}.global-content{flex-direction:column;gap:3rem}.global-text{text-align:left}.global-text h2{font-size:2.5rem}.global-text p{font-size:1.1rem}}@media(max-width:768px){.global-text h2{font-size:2rem}.global-text p{font-size:1rem}.global-map-container{padding:0}.global-map-leaflet{height:360px}}.subsidiaries-section{padding:100px 0;background:#f5f5f5}.subsidiaries-container{max-width:900px;margin:0 auto;padding:0 6rem}.subsidiaries-title{font-size:2.5rem;color:#506d8a;font-weight:700;margin:0 0 2.5rem;text-align:center}.subsidiaries-content{display:flex;flex-direction:column;gap:2.5rem}.subsidiaries-block{background:#fff;border-radius:12px;padding:2rem 2.5rem;box-shadow:0 2px 12px #0000000f}.subsidiaries-subtitle{font-size:1.35rem;color:#506d8a;font-weight:600;margin:0 0 1rem}.subsidiaries-list{margin:0;padding:0;list-style:none}.subsidiaries-list-dots li{position:relative;padding-left:1.4rem;margin-bottom:.6rem;font-size:1.05rem;line-height:1.5;color:#333}.subsidiaries-list-dots li:before{content:"●";position:absolute;left:0;color:#506d8a;font-size:.75rem;top:.2em}.subsidiaries-list-plain li{padding:.35rem 0;font-size:1.05rem;line-height:1.5;color:#333}@media(max-width:768px){.subsidiaries-container{padding:0 2rem}.subsidiaries-title{font-size:1.85rem}.subsidiaries-block{padding:1.5rem}}.honors-section{padding:100px 0;background:#fff;min-height:60vh}.honors-header{text-align:center;margin-bottom:4rem;max-width:1600px!important;margin-left:auto;margin-right:auto;padding:0 6rem}.honors-header h2{font-size:2.5rem;color:#506d8a;margin-bottom:1rem}.honors-header p{font-size:1.2rem;color:#000}.honors-carousel-container{max-width:1600px!important;margin:0 auto;padding:0 6rem;overflow:hidden;position:relative}.honor-image-item{display:flex;justify-content:center;align-items:center;flex-shrink:0;height:180px;margin-right:0!important;margin-left:0!important;padding:0!important;box-sizing:border-box;position:relative;overflow:visible}.honor-image-item img{width:100%;height:100%;object-fit:contain;display:block;transform:none;transform-origin:center center;pointer-events:none}#infinite-carousel{position:relative;overflow:hidden;-webkit-user-select:none;user-select:none}.honors-carousel{display:flex;will-change:transform;width:max-content;position:relative;flex-wrap:nowrap}.honor-image-item{display:flex;justify-content:center;align-items:center;flex-shrink:0;height:180px;margin-right:24px!important;margin-left:0!important;padding:0!important;box-sizing:border-box;position:relative;overflow:hidden}.honor-image-item img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;transform:scale(1.15);transform-origin:center center;pointer-events:none}@media(max-width:1400px){.honor-card{flex:0 0 calc(20% - 1.6rem)}.honor-image{width:100px;height:100px}}@media(max-width:1024px){.honors-header,.honors-carousel-container{padding:0 3rem}.honor-image-item{height:150px}}@media(max-width:768px){.honors-header,.honors-carousel-container{padding:0 2rem}.honors-header h2{font-size:2rem}.honor-image-item{height:120px}}.home-page{padding-top:0;display:flex;flex-direction:column;position:relative;overflow-x:hidden}.home-page>section{scroll-margin-top:0;position:relative;will-change:transform}.home-page>section:not(:first-child){scroll-margin-top:80px}.business-page{padding-top:0;min-height:100vh;background:#fff}.business-hero{text-align:center;padding:80px 0 0;background:#506d8a;color:#fff;position:relative;min-height:400px;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0}.business-hero-background{position:absolute;inset:0;width:100%;height:100%;z-index:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.business-hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;z-index:1;-webkit-backface-visibility:hidden;backface-visibility:hidden;will-change:transform;image-rendering:auto}.business-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;z-index:2}.business-hero>*:not(.business-hero-background){position:relative;z-index:3;padding:120px 2rem 60px;width:100%}.business-hero h1,.business-hero p{text-shadow:2px 2px 10px rgba(0,0,0,.3)}.business-hero h1{font-size:3.5rem;margin-bottom:1rem}.business-hero p{font-size:1.3rem;opacity:.9}.learn-more-link{display:inline-block;margin-top:2rem;padding:1rem 2.5rem;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.5);border-radius:50px;color:#fff;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.learn-more-link:hover{background:#ffffff4d;border-color:#fffc;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.container{max-width:1600px!important;margin:0 auto;padding:4rem 6rem;display:flex;flex-direction:column;align-items:center}.business-grid{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:1600px!important}.business-overview{text-align:center;margin-bottom:3rem}.overview-text{font-size:1.3rem;color:#000;line-height:2;max-width:800px;margin:0 auto 3rem;font-weight:300}.business-card{background:#fff;padding:0;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:all .3s;cursor:pointer;-webkit-user-select:none;user-select:none;width:100%;max-width:100%;display:flex;flex-direction:row;align-items:stretch;gap:0;overflow:hidden;min-height:450px}.business-card:hover{box-shadow:0 20px 40px #3e4b5b4d;transform:translateY(-5px)}.business-card:hover .card-icon{transform:scale(1.05);transition:transform .3s}.business-card:active{transform:translateY(-2px)}.card-icon{width:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f9fafb;height:450px}.card-icon img{width:100%;height:100%;object-fit:cover}.business-card-content{width:50%;flex-shrink:0;display:flex;flex-direction:column;justify-content:center;padding:4rem;height:450px}.business-card h3{font-size:2.5rem;color:#506d8a;margin-bottom:2rem;text-align:left;line-height:1.3}.business-card p{font-size:1.4rem;color:#000;line-height:2;text-align:left;margin:0}.business-detail{max-width:1600px!important;margin:0 auto;width:100%;padding:0 6rem}.business-detail-card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000001a;margin-bottom:2rem;width:100%}.breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.95rem;color:#000}.breadcrumb-link{background:none;border:none;color:#506d8a;cursor:pointer;text-decoration:underline;font-size:.95rem;padding:0;transition:color .3s}.breadcrumb-link:hover{color:#2d3844}.breadcrumb-separator{color:#999}.business-detail-card h2{font-size:3rem;color:#506d8a;margin-bottom:1.5rem;font-weight:700}.detail-description{font-size:1.3rem;color:#000;line-height:2;margin-bottom:2rem}.subcategories-section{margin-top:3rem}.subcategories-section h3{font-size:1.8rem;color:#506d8a;margin-bottom:1.5rem;font-weight:600}.subcategories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;justify-items:center}.subcategory-card{background:#f9fafb;padding:2rem;border-radius:15px;border:2px solid transparent;transition:all .3s;cursor:pointer;width:100%;max-width:350px}.subcategory-card:hover{border-color:#506d8a;box-shadow:0 10px 30px #3e4b5b1a}.subcategory-card h4{font-size:1.5rem;color:#506d8a;margin-bottom:1rem;font-weight:600}.subcategory-card p{font-size:1rem;color:#000;line-height:1.6;margin-bottom:1rem}.view-more{display:inline-block;color:#506d8a;font-weight:600;font-size:.95rem;transition:transform .3s}.subcategory-card:hover .view-more{transform:translate(5px)}.detail-content{color:#333;margin-top:2rem}.detail-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.detail-section:last-child{border-bottom:none}.detail-section h3{font-size:1.8rem;color:#506d8a;margin-bottom:1rem;font-weight:600}.detail-section p{font-size:1.1rem;line-height:1.8;color:#000;margin:0}.loading{text-align:center;padding:4rem;font-size:1.5rem;color:#000}@media(max-width:1024px){.container{padding:4rem 3rem}.business-detail{padding:0 3rem}}@media(max-width:768px){.container{padding:4rem 2rem}.business-detail{padding:0 2rem}.business-hero h1{font-size:2.5rem}.business-card{flex-direction:column;gap:0;min-height:auto}.card-icon{width:100%;height:300px}.business-card-content{width:100%;height:auto;padding:2.5rem;min-height:auto}.business-card h3{margin-bottom:1rem}.business-card h3,.business-card p{text-align:left}.subcategories-grid{grid-template-columns:1fr}.business-detail-card{padding:2rem}.business-detail-card h2{font-size:2rem}}.airbag-market-section{background:#f8f9fa;padding:4rem 6rem;margin:0}.market-share-content{width:100%;text-align:center}.market-share-text{font-size:1.5rem;color:#000;margin-bottom:3rem;font-weight:400}.market-share-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:nowrap;width:100%;max-width:1400px;margin:0 auto}.market-stat-card{background:#fff;padding:4rem 5rem;border-radius:12px;box-shadow:none;text-align:center;flex:1;min-width:300px;max-width:500px}.stat-percentage{font-size:4rem;font-weight:700;color:#506d8a;margin-bottom:1rem;line-height:1}.stat-label{font-size:1.1rem;color:#000}.airbag-timeline-section{padding:4rem 6rem 0;background:#fff}.timeline-header{text-align:center;margin-bottom:3rem;max-width:1600px;margin-left:auto;margin-right:auto;padding:0 6rem}.timeline-header h2{font-size:2.5rem;color:#506d8a;margin-bottom:0;font-weight:700}.airbag-timeline-image-container{width:100%;margin:0;padding:0;overflow:hidden}.airbag-timeline-image{width:100%;height:auto;display:block;object-fit:cover}.timeline-image-placeholder{width:100%;min-height:500px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.2rem}.airbag-products-section{padding:4rem 6rem 0;background:transparent}.airbag-products-section.container{padding-top:4rem!important;padding-left:6rem!important;padding-right:6rem!important;padding-bottom:0!important;max-width:1600px!important;display:block!important;align-items:normal!important;gap:0!important}.airbag-products-section>*{margin-bottom:0!important;margin-top:0!important}.airbag-products-section>h2{margin-bottom:0!important;margin-top:0!important}.airbag-products-section>div{margin-top:0!important;margin-bottom:0!important}.airbag-products-section .products-image-container{margin-top:0!important;margin-bottom:0!important;padding-top:0!important}.products-title{font-size:1.8rem;color:#333;text-align:center;margin:0!important;padding:0!important;font-weight:600;line-height:1!important;display:block;height:auto}.airbag-products-section .products-title{color:#506d8a!important;margin-bottom:4rem!important;margin-top:1.5rem!important;padding-bottom:0!important;padding-top:0!important;line-height:1.2!important}.products-image-container{position:relative;width:100%;min-height:0;background:transparent;border-radius:0;padding:0!important;margin-top:0!important;margin-bottom:0!important;display:block}.airbag-products-section .products-image-container{margin-top:0!important;margin-bottom:0!important;padding-top:0!important;padding-bottom:0!important}.products-image{width:100%;height:auto;border-radius:0;margin:0!important;padding:0!important;display:block;vertical-align:top}.product-icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.product-icon{position:absolute;display:flex;align-items:center;gap:.5rem;pointer-events:none}.product-icon.top-left{top:10%;left:10%}.product-icon.top-center{top:15%;left:50%;transform:translate(-50%)}.product-icon.center-left{top:45%;left:5%}.product-icon.center-right{top:45%;right:5%}.product-icon.bottom-left{bottom:20%;left:15%}.product-icon.bottom-center{bottom:15%;left:50%;transform:translate(-50%)}.product-icon.bottom-right-1{bottom:25%;right:15%}.product-icon.bottom-right-2{bottom:10%;right:20%}.product-icon.middle-bottom{bottom:30%;left:50%;transform:translate(-50%)}.product-icon.middle-top{top:30%;left:50%;transform:translate(-50%)}.products-bottom-image-container{width:100%;margin-top:3rem;overflow:hidden}.products-bottom-image{width:100%;height:auto;display:block;object-fit:cover}.products-bottom-image-placeholder{width:100%;min-height:400px;background:#f5f5f5;display:flex;align-items:center;justify-content:center;color:#999;font-size:2rem}.icon-circle{width:20px;height:20px;border-radius:50%;background:#506d8a;border:2px solid white;box-shadow:0 2px 4px #0003}.icon-label{font-size:.9rem;color:#333;background:#ffffffe6;padding:.3rem .6rem;border-radius:4px;white-space:nowrap}.airbag-opw-section{padding:4rem 6rem;background:#fff}.opw-content{max-width:900px;margin:0 auto;text-align:center}.opw-content h2{font-size:2.5rem;color:#506d8a;margin-bottom:2rem;font-weight:700}.opw-content p{font-size:1.2rem;color:#000;line-height:2;margin-bottom:1.5rem}.opw-patent{font-size:1.5rem!important;color:#000;line-height:1.8;margin-bottom:2rem;white-space:pre-line;font-weight:500}.opw-definition{font-size:1rem;color:#666;line-height:1.8;white-space:pre-line;margin-top:1.5rem}.airbag-specific-products-section{padding:4rem 2rem;background:#f8f9fa;max-width:2000px;margin:0 auto}.airbag-specific-products-section .container{max-width:2000px!important;padding:0 2rem!important}.airbag-specific-products-section h2{font-size:2.5rem;color:#506d8a;text-align:center;margin-bottom:3rem;font-weight:700}.specific-products-grid{display:flex;flex-direction:column;gap:3rem;width:100%}.specific-product-item{display:flex;align-items:center;gap:3rem;width:100%}.specific-product-item.image-left{flex-direction:row}.specific-product-item.image-right{flex-direction:row-reverse}.product-image-wrapper{flex:1;min-width:0}.product-image-placeholder{width:100%;height:400px;background:transparent;border-radius:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border:none}.product-image{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.product-text-wrapper{flex:1;min-width:0;background:transparent;padding:2rem;border-radius:0;border:none}.product-title{font-size:1.8rem;color:#506d8a;margin-bottom:1rem;font-weight:700}.product-material{font-size:1rem;color:#000;margin-bottom:.5rem;line-height:1.6}.product-features{font-size:1rem;color:#000;margin-bottom:1rem;line-height:1.6}.product-description{font-size:1rem;color:#333;line-height:1.8;margin:0;white-space:pre-line}@media(max-width:1024px){.airbag-market-section,.airbag-products-section,.airbag-opw-section{padding:3rem}.airbag-specific-products-section{padding:3rem 1.5rem}.airbag-specific-products-section .container{padding:0 1.5rem!important}.airbag-timeline-section{padding:3rem 0 0}.timeline-header{padding:0 3rem}.market-share-stats{gap:3rem;justify-content:space-between}.market-stat-card{padding:3rem 4rem}.stat-percentage{font-size:3rem}.specific-product-item{flex-direction:column!important;gap:1.5rem}.specific-product-item.image-right{flex-direction:column!important}.product-text-wrapper{padding:1.5rem}.product-image-placeholder{height:300px}.product-title{font-size:1.5rem}}@media(max-width:768px){.airbag-market-section,.airbag-products-section,.airbag-opw-section{padding:2rem}.airbag-specific-products-section{padding:2rem 1rem}.airbag-specific-products-section .container{padding:0 1rem!important}.airbag-timeline-section{padding:2rem 0 0}.timeline-header{padding:0 2rem}.timeline-header h2{font-size:2rem}.market-share-stats{flex-direction:column;align-items:center;gap:2rem}.market-stat-card{width:100%;max-width:100%;padding:2.5rem 3rem}.stat-percentage{font-size:2.5rem}.timeline-item{flex-direction:column;align-items:flex-start;gap:1rem}.products-title{font-size:1.4rem}}.investor-page{padding-top:0;min-height:100vh;background:#fff}.investor-hero{text-align:center;padding:80px 0 0;background:#506d8a;color:#fff;position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0}.investor-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--hero-bg-image, url(/images/investor-hero.png));background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.3;z-index:0}.investor-hero>*{position:relative;z-index:1;padding:120px 2rem 60px;width:100%}.investor-hero h1,.investor-hero p{text-shadow:2px 2px 10px rgba(0,0,0,.3)}.investor-hero h1{font-size:3.5rem}.container{max-width:1600px!important;margin:0 auto;padding:4rem 6rem;display:flex;flex-direction:column;align-items:center;gap:4rem}.stock-card{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000001a;width:100%;max-width:1600px!important}.stock-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.stock-header h2{font-size:1.5rem;color:#333}.stock-change{font-size:1.2rem;font-weight:700;padding:.5rem 1rem;border-radius:5px}.stock-change.positive{color:#10b981;background:#10b98133;border:1px solid rgba(16,185,129,.3)}.stock-change.negative{color:#ef4444;background:#ef444433;border:1px solid rgba(239,68,68,.3)}.stock-price{text-align:center;margin:3rem 0 1rem}.stock-time{text-align:center;margin-bottom:2rem;color:#666;font-size:.9rem}.currency{font-size:5rem;color:#506d8a;vertical-align:baseline;font-weight:700}.price{font-size:5rem;font-weight:700;color:#506d8a;margin-left:.5rem}.stock-info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2rem 0;padding:2rem;background:#f9fafb;border-radius:10px}.stock-loading,.stock-error{text-align:center;padding:3rem;color:#666;font-size:1.2rem}.stock-error{color:#ef4444}.info-item{display:flex;flex-direction:column;gap:.5rem}.label{font-size:.9rem;color:#000}.value{font-size:1.5rem;font-weight:700;color:#000}.stock-chart{margin-top:2rem;padding:2rem;background:#f9fafb;border-radius:10px;min-height:300px}.chart-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:1.2rem}.annual-reports-section{width:100%;max-width:1200px}.section-title{font-size:2rem;color:#506d8a;margin-bottom:2rem;text-align:center}.reports-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:2rem}.report-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;cursor:pointer;transition:all .3s ease}.report-card:hover{box-shadow:0 8px 30px #00000026}.report-image{width:100%;height:200px;overflow:hidden;background:#f0f0f0}.report-image img{width:100%;height:100%;object-fit:cover}.report-content{padding:1.5rem}.report-content h3{font-size:1.2rem;color:#000;margin-bottom:.5rem;line-height:1.4}.report-year{color:#000;font-size:.9rem;margin:0}.no-reports{grid-column:1 / -1;text-align:center;color:#999;padding:3rem;font-size:1.1rem}.report-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.report-modal{background:#fff;border-radius:20px;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.modal-close{position:absolute;top:1rem;right:1rem;background:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .3s ease}.modal-close:hover{background:#000000b3}.modal-content{padding:2rem}.modal-image{width:100%;max-height:400px;overflow:hidden;border-radius:12px;margin-bottom:1.5rem}.modal-image img{width:100%;height:100%;object-fit:cover}.modal-content h2{font-size:2rem;color:#506d8a;margin-bottom:.5rem}.modal-year{color:#666;font-size:1.1rem;margin-bottom:1.5rem}.modal-description{margin-top:1.5rem;line-height:1.8;color:#000}.modal-description p{margin:0;font-size:1rem;color:#000}.download-link{display:inline-block;margin-top:2rem;padding:.8rem 2rem;background:#506d8a;color:#fff;text-decoration:none;border-radius:8px;transition:background .3s ease}.download-link:hover{background:#2a3640}@media(max-width:768px){.container{padding:4rem 2rem}.investor-hero h1{font-size:2.5rem}.stock-header{flex-direction:column;gap:1rem;align-items:flex-start}.price{font-size:3rem}.stock-info-grid{grid-template-columns:1fr}.reports-grid{grid-template-columns:1fr;gap:1.5rem}.report-modal{margin:1rem;max-height:95vh}.modal-content{padding:1.5rem}.modal-content h2{font-size:1.5rem}}.contact-page{padding-top:0;min-height:100vh;background:#fff}.contact-hero{text-align:center;padding:80px 0 0;background:#506d8a;color:#fff;position:relative;min-height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-top:0}.contact-hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:var(--contact-hero-bg, url(/images/contact-hero.png));background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.3;z-index:0}.contact-hero>*{position:relative;z-index:1;padding:120px 2rem 60px;width:100%}.contact-hero h1,.contact-hero p{text-shadow:2px 2px 10px rgba(0,0,0,.3)}.contact-hero h1{font-size:3.5rem}.container{max-width:1600px!important;margin:0 auto;padding:4rem 6rem;display:flex;justify-content:center;align-items:center}.business-contact-section{width:100%;max-width:1600px!important;margin:3rem auto 4rem;padding:3rem 0;border-bottom:1px solid #e0e0e0}.section-title{font-size:2rem;color:#506d8a;margin-bottom:4rem;text-align:center;font-weight:600}.business-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;margin-top:1rem}.business-contact-item{display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.business-label{font-size:1.1rem;color:#000;font-weight:500;margin-bottom:.5rem;text-align:center}.business-email{font-size:1.2rem;color:#506d8a;font-weight:600;text-align:center}.social-media-section-inner{margin:2rem 0 0;padding:0}.social-media-grid{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;max-width:1200px;margin:0 auto}.social-media-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-top:1rem}.social-media-label{font-size:1.1rem;color:#000;font-weight:500;text-align:center;margin-bottom:.5rem;padding-top:1rem;margin-top:.5rem}.qr-code-container{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center}.qr-code-image{width:100%;height:100%;object-fit:contain;border-radius:4px}.qr-code-placeholder{width:200px;height:200px;border:1px solid #ddd;background:#f5f5f5;display:flex;align-items:center;justify-content:center;border-radius:4px;padding:1rem;text-align:center;color:#999;font-size:.9rem}.about-section{width:100%;max-width:1200px;margin:4rem auto 0;padding:3rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a}.about-section h2{font-size:2rem;color:#506d8a;margin-bottom:2rem;text-align:center;font-weight:600}.news-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column}.news-card:hover{box-shadow:0 8px 30px #3e4b5b33;transform:translateY(-5px)}.news-card-image{width:100%;height:250px;overflow:hidden;background:#f0f0f0}.news-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.news-card:hover .news-card-image img{transform:scale(1.05)}.news-card-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.news-card-date{font-size:.85rem;color:#999;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.news-card-title{font-size:1.3rem;color:#000;margin:0;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.news-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.news-modal{background:#fff;border-radius:20px;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 20px 60px #0000004d}.news-modal-close{position:absolute;top:1rem;right:1rem;background:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .3s ease}.news-modal-close:hover{background:#000000b3}.news-modal-content{padding:2rem}.news-modal-image{width:100%;max-height:400px;overflow:hidden;border-radius:12px;margin-bottom:1.5rem}.news-modal-image img{width:100%;height:100%;object-fit:cover}.news-modal-date{font-size:.9rem;color:#999;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.news-modal-title{font-size:2rem;color:#000;margin-bottom:1.5rem;line-height:1.3}.news-modal-text{line-height:1.8;color:#000;font-size:1.1rem}.news-modal-text p{margin:0;white-space:pre-wrap}.loading,.no-news{text-align:center;padding:3rem;color:#666;font-size:1.2rem}.join-us-section{width:100%;max-width:1200px;margin:4rem auto 0;padding:3rem;background:linear-gradient(135deg,#3e4b5b0d,#3e4b5b1a);border-radius:15px;box-shadow:0 10px 30px #0000001a}.join-us-section h2{font-size:2rem;color:#506d8a;margin-bottom:2rem;text-align:center;font-weight:600}.join-us-content{text-align:center}.join-us-text{font-size:1.2rem;color:#000;line-height:2;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.join-us-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.highlight-item{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;background:#fff;border-radius:10px;box-shadow:0 5px 15px #0000001a;transition:all .3s}.highlight-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #3e4b5b33}.highlight-icon{font-size:2rem}.highlight-item span:last-child{font-size:1.1rem;color:#000;font-weight:500}@media(max-width:1024px){.container{padding:4rem 3rem}}@media(max-width:768px){.container{padding:4rem 2rem}.contact-hero h1{font-size:2.5rem}.business-contact-grid,.social-media-grid{grid-template-columns:1fr;gap:2rem}.qr-code-placeholder{width:180px;height:180px}.about-section,.join-us-section{padding:2rem;margin-top:2rem}.join-us-highlights{grid-template-columns:1fr}.news-grid{grid-template-columns:1fr;gap:1.5rem}.news-card-image{height:200px}.news-modal{margin:1rem;max-height:95vh}.news-modal-content{padding:1.5rem}.news-modal-title{font-size:1.5rem}}.admin-page{padding-top:80px;min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.login-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 80px)}.login-box{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000001a;width:100%;max-width:400px}.login-box h2{text-align:center;color:#667eea;margin-bottom:2rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600}.form-group input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.login-box button{width:100%;padding:.75rem;background:#667eea;color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .3s}.login-box button:hover{background:#5568d3}.login-hint{margin-top:1rem;text-align:center;color:#999;font-size:.9rem}.admin-container{max-width:1200px;margin:0 auto;padding:2rem}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.admin-header h1{color:#667eea}.admin-header button{padding:.5rem 1rem;background:#ef4444;color:#fff;border:none;border-radius:5px;cursor:pointer}.admin-content{background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.section-header h2{color:#667eea}.section-header button{padding:.5rem 1rem;background:#667eea;color:#fff;border:none;border-radius:5px;cursor:pointer}.form-modal{background:#f9fafb;padding:2rem;border-radius:10px;margin-bottom:2rem}.form-modal h3{color:#667eea;margin-bottom:1.5rem}.form-modal textarea{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:5px;font-size:1rem;min-height:100px;resize:vertical;font-family:inherit}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.form-actions button{flex:1;padding:.75rem;border:none;border-radius:5px;cursor:pointer;font-weight:600}.form-actions button[type=submit]{background:#667eea;color:#fff}.form-actions button[type=button]{background:#e0e0e0;color:#333}.business-list{display:flex;flex-direction:column;gap:1rem}.business-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#f9fafb;border-radius:10px;border:1px solid #e0e0e0}.business-info h3{color:#333;margin-bottom:.5rem}.business-info p{color:#666}.business-actions{display:flex;gap:1rem}.business-actions button{padding:.5rem 1rem;border:none;border-radius:5px;cursor:pointer;font-weight:600}.business-actions button:first-child{background:#667eea;color:#fff}.business-actions button:last-child{background:#ef4444;color:#fff}.admin-login-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:linear-gradient(135deg,#3e4b5b1a,#3e4b5b33);padding:2rem 2rem 3rem;position:relative}.admin-login-page:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/images/contact-hero.png);background-size:cover;background-position:center;background-repeat:no-repeat;opacity:.15;z-index:0}.login-container{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3.5rem 4rem;border-radius:20px;box-shadow:0 20px 60px #3e4b5b4d;width:100%;max-width:480px;position:relative;z-index:1;border:1px solid rgba(62,75,91,.1);display:flex;flex-direction:column;align-items:stretch}.login-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(62,75,91,.1);order:1}.login-header h1{font-size:2.8rem;color:#506d8a;margin-bottom:.8rem;font-weight:700;letter-spacing:1px}.login-subtitle{font-size:1.1rem;color:#666;margin:0;font-weight:400}.login-form{display:flex;flex-direction:column;gap:1.5rem;order:2}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;font-size:.9rem;text-align:center}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.9rem;color:#333;font-weight:600}.form-group input{padding:.875rem 1.25rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s;background:#f9fafb}.form-group input:focus{outline:none;border-color:#506d8a;background:#fff;box-shadow:0 0 0 3px #3e4b5b1a}.login-button{width:100%;padding:.875rem;background:#506d8a;color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s;margin-top:.5rem;box-shadow:0 4px 15px #3e4b5b33}.login-button:hover{background:#2d3844;transform:translateY(-2px);box-shadow:0 6px 20px #3e4b5b4d}.login-button:active{transform:translateY(0)}.login-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0;text-align:center;font-size:.9rem;color:#666}.login-footer p{margin:.3rem 0;line-height:1.8}.login-footer strong{color:#506d8a;font-weight:600;margin-right:.3rem}@media(max-width:768px){.login-container{padding:2rem}.login-header h1{font-size:2rem}}.App{min-height:100vh;background:#fff;color:#333}@font-face{font-family:AlibabaPuHuiTi;src:url(/fonts/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff2) format("woff2"),url(/fonts/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.woff) format("woff"),url(/fonts/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.ttf) format("truetype"),url(/fonts/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.otf) format("opentype"),url(/fonts/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular/AlibabaPuHuiTi-2-55-Regular.eot) format("embedded-opentype");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;box-sizing:border-box}body{font-family:AlibabaPuHuiTi,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}html{scroll-behavior:smooth;overflow-x:hidden}
