:root{--gray-1: rgba(51, 51, 51, 1);--gray-3: rgba(130, 130, 130, 1);--primary: #D4AF37;--primary-light: #fbbf24;--primary-dark: #b8941f;--dark-blue: #1a365d;--gradient-primary: linear-gradient(90deg, rgba(198, 151, 48, 1) 0%, rgba(230, 173, 42, 1) 100%);--fs-sm: clamp(.85rem, 1vw, 1rem);--fs-md: clamp(1rem, 1.2vw, 1.125rem);--fs-lg: clamp(1.25rem, 2vw, 1.5rem);--fs-xl: clamp(1.8rem, 3vw, 2.5rem);--fs-xxl: clamp(2.5rem, 5vw, 4rem);--space-xs: clamp(.5rem, 1vw, .75rem);--space-sm: clamp(.75rem, 1.2vw, 1rem);--space-md: clamp(1rem, 2vw, 1.5rem);--space-lg: clamp(1.5rem, 3vw, 2rem);--space-xl: clamp(2rem, 5vw, 3rem);color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Instrument Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden;font-size:var(--fs-md)}#root{width:100%;margin:0;padding:0;text-align:left}img{max-width:100%;height:auto}*{margin:0;padding:0;box-sizing:border-box}body.lang-en,body.lang-en *{font-family:Instrument Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}body.lang-vi,body.lang-vi *{font-family:Inter,Instrument Sans,Segoe UI,Tahoma,Geneva,Verdana,sans-serif!important}.app{min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-sm)}@media (max-width: 768px){.container{padding:0 var(--space-md)}}.header{position:absolute;top:0;left:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;padding:var(--space-sm) 0;box-shadow:0 2px 20px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 var(--space-sm);gap:var(--space-sm)}.logo img{height:auto;max-width:clamp(120px,15vw,180px);transition:transform .3s ease}.language-selector{display:flex;flex-wrap:wrap;gap:var(--space-xs)}.lang-btn{background:none;border:#aaaa solid 1px;padding:.5rem 1rem;cursor:pointer;font-size:.9rem;border-radius:20px;transition:all .3s ease;color:#aaa;font-weight:600;white-space:nowrap}.lang-btn.active{border:none;background:var(--primary);color:#fff}.lang-btn:hover{background:var(--primary);color:#fff}@media (max-width: 768px){.header{padding:.75rem 0}.header-content{padding:0 2rem;gap:1rem}.logo img{width:140px}.language-selector{gap:.25rem}.lang-btn{padding:.4rem .8rem;font-size:.8rem}}@media (max-width: 480px){.header-content{flex-direction:column;gap:.75rem;padding:0 .5rem}.logo img{width:120px}.language-selector{justify-content:center}}.hero{height:100vh;display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;color:#fff;position:relative;padding:var(--space-md);overflow:hidden}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#3a372f36,#c69730b3);z-index:2}.hero-content{position:relative;z-index:3;max-width:1200px;width:100%;padding:0 var(--space-sm);margin-bottom:var(--space-sm)}.hero-title{font-size:var(--fs-xxl);font-weight:800;margin-bottom:var(--space-md);text-shadow:2px 2px 4px rgba(0,0,0,.5);letter-spacing:1px;line-height:1.3;text-align:right}.hero-buttons{display:flex;justify-content:center;gap:var(--space-sm);flex-wrap:wrap;padding:0 var(--space-sm);margin:0 auto}.hero-btn{background:#ffffff1a;border:1px solid var(--primary);color:var(--primary);padding:var(--space-sm) var(--space-md);border-radius:.9rem;cursor:pointer;font-size:var(--fs-lg);font-weight:600;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;min-width:fit-content}.hero-btn.active,.hero-btn:hover{background:var(--gradient-primary);color:#fff;transform:translateY(-2px);box-shadow:0 4px 15px #d4af374d}@media (max-width: 768px){.hero{background-attachment:scroll;min-height:90vh;padding:2rem}.hero-content{margin-bottom:2rem}.hero-title{font-size:clamp(2rem,6vw,3rem)}.hero-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;max-width:500px}.hero-btn{width:100%;padding:.9rem 1rem;font-size:1rem}}@media (max-width: 480px){.hero-title{font-size:clamp(1.8rem,7vw,2.5rem)}.hero-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;max-width:400px}.hero-btn{padding:.8rem;font-size:.9rem}}.section-title{font-size:var(--fs-xl);color:var(--dark-blue);text-align:center;margin-bottom:var(--space-lg);font-weight:700;letter-spacing:.5px}.about-section{padding:3rem 0;background:#c697301a;color:#000;text-align:center}.scroll-section{scroll-margin-top:100px}.about-subtitle{font-size:1.5rem;color:#c69730;margin-bottom:2rem;font-weight:700;letter-spacing:.5px}.about-text{font-size:clamp(1.2rem,3vw,1.8rem);max-width:860px;margin:0 auto;line-height:1.5;font-weight:600;padding:0 1rem}.intro-section{padding:2rem}.history-section,.vision-section,.services-section,.csr-section{padding:4rem 0;background:#fff}.intro-text,.history-text{font-size:1.125rem;max-width:900px;margin:0 auto;color:#444}.services-metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}@media (max-width: 1200px){.services-metrics-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.service-content p{height:fit-content!important}}@media (max-width: 1024px){.services-metrics-grid{grid-template-columns:1fr;gap:2rem;max-width:800px}}@media (max-width: 768px){.services-metrics-grid{max-width:600px}}@media (max-width: 480px){.services-metrics-grid{gap:1.5rem;max-width:100%;padding:1rem}}.service-metric-pair{display:flex;flex-direction:column;gap:1.5rem;transition:all .3s ease}@media (max-width: 1024px) and (min-width: 769px){.service-metric-pair{flex-direction:row;gap:1.5rem;align-items:stretch}.service-card{flex:1}.metric-card{flex:1;min-width:280px}}.service-metric-pair:hover .service-card{transform:scale(1.02);box-shadow:0 20px 40px #00000026}.service-metric-pair:hover .metric-card{transform:scale(1.05);box-shadow:0 20px 40px #00000026}.service-card{position:relative;background:#000;border-radius:1rem;overflow:hidden;min-height:345px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 20px 40px #00000026}.service-image{position:absolute;inset:0;width:100%;height:100%;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transform:scale(1.02);transition:transform .4s ease}.service-card:hover .service-image img{transform:scale(1.03)}.service-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0006,#000000b3)}.service-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:space-between;padding:.8rem;color:#fff}.service-logo{width:120px;height:auto}.service-content h3{color:#fff;font-size:1.1rem;font-weight:700;letter-spacing:.5px}.service-content p{color:#ffffffe6;line-height:1.5;font-weight:400;font-size:.9rem;flex:1;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;transition:margin-bottom .4s ease;height:170px}.service-btn{align-self:flex-start;background:var(--primary);color:#fff;border:none;padding:.6rem 1rem;border-radius:999px;font-weight:600;opacity:0;max-height:0;overflow:hidden;transform:translateY(10px);transition:opacity .4s ease,max-height .4s ease,transform .4s ease,background .2s ease,color .2s ease}.service-card:hover .service-btn{opacity:1;max-height:40px;transform:translateY(0);margin-top:1rem}.service-btn:hover{background:#b8941f;color:#fff}.metric-card{background:#fff;padding:2rem;border-radius:2rem;text-align:center;box-shadow:0 0 0 1px #0000000f,0 10px 36px #00000029;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:1.3rem;min-height:320px}.metric-card:hover{box-shadow:0 20px 40px #00000026}.metric-icon-wrapper{width:80px;height:80px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:50%;background:linear-gradient(180deg,#efbc2e,#d99e26)}.metric-icon{width:32px;height:32px}.metric-number{-webkit-background-clip:text;-webkit-text-fill-color:transparent;background:linear-gradient(180deg,#e1a828,#efa22b);background-clip:text;font-size:2.5rem;font-weight:700}.metric-card h3{color:var(--dark-blue);font-size:1.1rem;line-height:1.4;font-weight:700}@keyframes pulse-ring{0%{transform:scale(.8);opacity:1}to{transform:scale(1.5);opacity:0}}.metric-card .animate-ping{animation:pulse-ring 2s cubic-bezier(0,0,.2,1) infinite}.service-metric-pair:hover .metric-card .metric-icon-wrapper{transform:rotate(12deg) scale(1.15)}.service-metric-pair:hover .metric-card .metric-number{transform:scale(1.1)}.metric-icon-container{position:relative;width:80px;height:80px;display:flex;justify-content:center;align-items:center}.metric-icon-wrapper{position:relative;z-index:2;width:80px;height:80px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:linear-gradient(180deg,#efbc2e,#d99e26);transition:transform .7s ease,box-shadow .7s ease;box-shadow:0 0 20px #facc1599}.metric-icon{width:36px;height:36px;color:#fff;transition:transform .5s ease}.metric-icon-glow{position:absolute;inset:-6px;border-radius:50%;background:linear-gradient(90deg,#facc15,#f59e0b,#f97316,#facc15);background-size:300% 300%;filter:blur(14px);opacity:0;transition:opacity .5s ease;z-index:1;animation:glow-rotate 3s linear infinite}.metric-icon-container:hover .metric-icon-glow{opacity:.85}.metric-icon-ring{position:absolute;inset:-4px;border-radius:50%;border:5px solid rgba(250,204,21,.5);z-index:0}@keyframes glow-rotate{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.news-section{padding:2rem 0 4rem;background:#fff}.news-header{text-align:center;margin-bottom:3rem}.news-header h2{font-size:2.25rem;color:#000;margin-bottom:1rem;font-weight:700;letter-spacing:.5px}.news-header p{font-size:1.2rem;color:#aaa;max-width:800px;margin:0 auto;font-weight:500}.news-header span{color:var(--primary)}.news-carousel{position:relative;max-width:860px;margin:0 auto;padding:0 1rem}.news-card{display:flex;align-items:stretch;background:#fff;border-radius:1.25rem;position:relative;box-shadow:0 10px 50px #0000001a;overflow:hidden;width:100%}.news-image{flex:0 0 45%;align-self:stretch;overflow:hidden;min-height:250px}.news-image img{width:100%;height:100%;object-fit:cover;display:block}.news-content{flex:1 0 55%;padding:2rem;display:flex;flex-direction:column;justify-content:space-between}@media (max-width: 768px){.news-carousel{max-width:600px;padding:0 1.5rem}.news-card{flex-direction:column;max-width:100%}.news-image{flex:none;height:auto;min-height:280px}.news-content{flex:none;padding:1.5rem}.news-header h2{font-size:2rem}.news-header p{font-size:1.1rem}}@media (max-width: 480px){.news-section{padding:1rem 0 4rem}.news-carousel{max-width:100%;padding:0;margin:0}.news-card{margin:0;border-radius:1.25rem;width:100%}.news-image{height:auto;min-height:180px}.news-content{padding:1.25rem}.news-content h3{font-size:1.2rem;line-height:1.4}.news-excerpt{font-size:.9rem}.read-more-btn{padding:.7rem 1.2rem;font-size:.9rem}.news-header h2{font-size:1.8rem}.news-header p{font-size:1rem}}.news-content h3{color:#1a365d;font-size:1.4rem;margin-bottom:1rem;line-height:1.3;font-weight:700;letter-spacing:.5px}.news-date{color:#d4af37;font-weight:600}.news-excerpt{color:#666;line-height:1.6;margin-bottom:1.5rem;font-weight:400;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.read-more-btn{background:#d4af37;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:25px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:all .3s ease;width:fit-content}.read-more-btn:hover{background:#b8941f;transform:translateY(-2px)}.news-dots{display:flex;justify-content:center;gap:.5rem;margin-top:2rem}.news-dot{width:12px;height:12px;border-radius:50%;border:none;background:#ddd;cursor:pointer;transition:all .3s ease}.news-dot.active{width:30px;background:#d4af37;border-radius:12px}.news-content a{color:#0073e6;text-decoration:underline}.news-content a:hover{text-decoration:none}.footer{background:linear-gradient(135deg,#1a2330,#1f2936);color:#fff;padding:3rem 0}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.footer-section h3{color:#f9c337;margin-bottom:1rem;font-size:1.5rem;font-weight:700;letter-spacing:.5px}.contact-item{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;color:#fff;font-weight:500}.contact-item a{text-decoration:none;color:#fff}.contact-item:hover .email-icon{animation:bounce .6s;color:#d4af37}@keyframes bounce{0%,to{transform:translateY(0)}30%{transform:translateY(-8px)}60%{transform:translateY(4px)}}.company-list{list-style:none}.company-list li{margin-bottom:.5rem;color:#fff;transition:color .3s ease;font-weight:500;cursor:pointer}.company-list li:hover{color:#d4af37}@media (max-width: 768px){.hero-title{font-size:2.8rem;letter-spacing:1px}.hero-buttons{flex-direction:column;align-items:center}.hero-btn{width:100%;max-width:300px}.about-text{font-size:1.2rem}.services-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,1fr)}.news-section{padding:0rem 1rem 2rem}.news-card{flex-direction:column}.footer-content{grid-template-columns:1fr;text-align:center}.contact-item{justify-content:center}}@media (max-width: 480px){.header-content{flex-direction:column;gap:1rem}.language-selector{gap:.5rem}.hero-title{font-size:2.2rem;letter-spacing:.5px}.metrics-grid{grid-template-columns:1fr}.news-content{padding:1.5rem}.news-content h3{font-size:1.1rem}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#d4af37;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b8941f}@media (max-width: 768px){.services-metrics-grid{grid-template-columns:1fr;gap:1.5rem}.service-metric-pair{gap:1rem}.service-card{min-height:300px}.service-content{padding:1rem}.service-logo{width:100px}.service-content h3{font-size:1.1rem}.service-content p{font-size:.85rem;height:fit-content}.metric-card{padding:1.25rem;gap:1rem;min-height:240px}.metric-icon-wrapper{width:60px;height:60px}.metric-icon{width:24px;height:24px}.metric-number{font-size:1.8rem}.metric-card h3{font-size:1rem;line-height:1.3}}@media (max-width: 480px){.services-metrics-grid{gap:1rem}.service-card{min-height:260px}.service-content{padding:.875rem}.service-logo{width:80px}.service-content h3{font-size:1rem}.service-content p{font-size:.8rem;height:fit-content}.metric-card{padding:1rem;gap:.75rem;min-height:200px}.metric-icon-wrapper{width:45px;height:45px}.metric-icon{width:18px;height:18px}.metric-number{font-size:1.5rem}.metric-card h3{font-size:.85rem;line-height:1.2}}.news-detail{padding:3rem 1rem;background:#fff}.news-container{display:flex;gap:2rem;max-width:1200px;margin:auto;flex-wrap:wrap}.news-main{flex:1 1 65%}.news-hero img{width:100%;border-radius:12px;margin-top:1.5rem}.news-title{font-size:2rem;font-weight:700;color:var(--dark-blue);margin-bottom:.5rem;text-transform:uppercase}.news-meta{font-size:.9rem;color:#777;display:flex;align-items:center;gap:.5rem;padding-bottom:1rem;border-bottom:#eaeaea 1px dashed}.news-content p{margin-bottom:1rem;line-height:1.7;color:#555}.news-content blockquote{background:#f7f7f7;padding:1rem;border-left:4px solid var(--accent-color, orange);margin:1.5rem 0;font-style:italic}.news-sidebar{flex:1 1 30%}.sidebar-title{font-size:1.2rem;font-weight:700;margin:1rem 0 .5rem;color:var(--dark-blue)}.sidebar-list{list-style:none;padding:0;margin:0 0 2rem}.sidebar-list li{margin-bottom:1rem;box-shadow:#0000001a 0 4px 12px;padding:1rem;border-radius:.6rem}.sidebar-list li a{color:var(--dark-blue);text-decoration:none;font-weight:500}.sidebar-card{display:flex;align-items:flex-start;width:fit-content;gap:.5rem;font-weight:600}.sidebar-card img{width:80px;height:auto;object-fit:cover;border-radius:6px;flex-shrink:0}.sidebar-info{display:flex;align-items:flex-start;flex-direction:column;gap:.25rem}.sidebar-list li:hover{transform:scale(1.02);transition:transform .4s ease}.sidebar-date{display:flex;font-size:.8rem;color:#999;align-items:center;justify-content:center;gap:.3rem}.sidebar-tag{background-color:var(--primary-dark);padding:.2rem 1rem;width:fit-content;font-size:.8rem;border-radius:1rem;color:#fff;font-weight:600}@media (max-width: 900px){.news-container{flex-direction:column}.news-detail{padding:1rem 2rem}}.breadcrumb{font-size:1rem;margin-bottom:20px;display:flex;flex-wrap:wrap;align-items:center}.breadcrumb a{color:var(--dark-blue);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb-separator{margin:0 8px;color:#888}.breadcrumb-current{color:var(--primary-dark);font-weight:700}.csr-section{padding:2rem;background:linear-gradient(180deg,#fff 40%,#f9f9f9)}.csr-container{max-width:1024px;margin:0 auto}.csr-heading{text-align:center;font-size:1.6rem;font-weight:600;color:#333;margin-bottom:12px}.csr-intro{text-align:center;max-width:900px;margin:0 auto 50px;color:#555;line-height:1.8;font-size:1.05rem;padding-top:.5rem}.csr-block{background:#fff;border-radius:16px;padding:40px 30px;box-shadow:#0000001a -4px 9px 25px -6px;margin-bottom:50px;transition:transform .25s ease,box-shadow .25s ease}.csr-block:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}.csr-subtitle{font-size:1.8rem;font-weight:700;margin-bottom:20px;color:var(--primary-dark)}.csr-text{color:#444;line-height:1.7;font-size:1rem;margin-top:20px}.csr-gallery{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem}.csr-image{object-fit:cover;border-radius:8px;transition:transform .3s ease;height:230px;box-shadow:#0000003d 0 3px 8px}.csr-image:hover{transform:scale(1.05)}@media (max-width: 842px){.csr-section{padding:1rem}.csr-heading{font-size:1.3rem}.csr-subtitle{font-size:1.5rem}.csr-block{padding:25px 20px}.csr-image{width:80%;height:auto}}@media (max-width: 480px){.csr-container{padding:1rem}.csr-heading{font-size:1.1rem}.csr-image{width:100%}}.section-vision-mission{padding:4rem 2rem;position:relative;overflow:hidden}.section-vision-mission:before{content:"";position:absolute;bottom:-100px;left:-100px;transform:rotate(12deg);width:600px;height:400px;background:url(/assets/mapbase-B55l2F0a.png) no-repeat center;background-size:contain;opacity:.8;z-index:1;pointer-events:none}.section-vision-mission:after{content:"";position:absolute;top:60px;left:10%;width:120px;height:160px;background-image:radial-gradient(#e2e2e2 1px,transparent 1.5px);background-size:10px 10px;opacity:.8;z-index:0}.decor-dot{position:absolute;bottom:30px;left:40%;width:100px;height:140px;background-image:radial-gradient(#e2e2e2 1px,transparent 1px);background-size:8px 8px;opacity:.9;z-index:0}.decor-dot-top{position:absolute;top:200px;right:400px;width:120px;height:160px;background-image:radial-gradient(#e2e2e2 1px,transparent 1px);background-size:8px 8px;opacity:.8;z-index:0}@media (max-width: 768px){.section-vision-mission:after{top:6%;left:0;opacity:.4}.decor-dot-top{right:0%;bottom:0%;opacity:.6}}.vision-mission-wrapper{position:relative;display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;gap:0rem;margin:auto;max-width:1024px;z-index:1}.vision-mission-image{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;margin-top:2rem;padding:1rem 0}.core-value-item{display:flex;justify-content:center;align-items:center;transition:transform .3s ease,box-shadow .3s ease}.core-value-item:hover{transform:translateY(-8px) scale(1.05)}.core-value-item img{width:100%;max-width:250px;height:auto;border-radius:16px;box-shadow:0 8px 25px #00000026;transition:all .3s ease}.core-value-item:hover img{box-shadow:0 15px 40px #00000040}@media (max-width: 768px){.vision-mission-image{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}.core-value-item img{max-width:140px}}@media (max-width: 480px){.vision-mission-image{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1rem}.core-value-item img{max-width:120px;border-radius:12px}.core-value-item:hover{transform:translateY(-4px) scale(1.02)}}.vision-mission-content{flex:1 1 500px}.content-title{font-size:1.5rem;font-weight:700;color:var(--dark-blue);margin-top:1.5rem}.vision-mission-content p{color:#555;line-height:1.7;margin-top:.5rem}@media (max-width: 768px){.vision-mission-wrapper{flex-direction:column;align-items:center;text-align:center}.vision-mission-image img{max-width:360px}.content-title{margin-top:2rem}}.about-container{display:flex;align-items:flex-start;gap:8rem;max-width:1024px;margin:0 auto;flex-wrap:wrap;padding:2rem}.about-image-wrapper{position:relative;width:340px;flex-shrink:0}.about-image{width:100%;border-radius:.25rem;box-shadow:0 4px 20px #0000001a}.experience-badge{position:absolute;top:20%;left:90%;transform:translate(-50%);background:#f8b400;padding:1rem 2.3rem;font-family:sans-serif;font-weight:700;box-shadow:0 4px 10px #00000026;text-align:center;z-index:2}.experience-badge .years{font-size:1.8rem;display:block}.experience-badge .label{font-size:1rem;font-weight:700;white-space:nowrap}.decor-line{position:absolute;border:1.5px solid #f8b400;z-index:1}.decor-line.top-left{top:-20px;left:-20px;width:200px;height:200px;border-right:none;border-bottom:none}.decor-line.bottom-right{bottom:-20px;right:-20px;width:200px;height:200px;border-left:none;border-top:none}.decor-dots{position:absolute;bottom:-40px;left:-40px;width:60px;height:60px;background-image:radial-gradient(#f8b400 1.5px,transparent 1.5px);background-size:8px 8px;z-index:0}.about-content{flex:1;min-width:280px}.about-content h2{font-size:1.75rem;font-weight:700;color:#2d3e5f;margin-bottom:1rem;max-width:440px}.about-content p{color:#555;line-height:1.6;margin-bottom:1rem}.about-services{display:grid;grid-template-columns:repeat(1,auto);gap:.5rem 2rem;list-style:none;padding:0 1rem;margin:0}.about-services li{position:relative;padding-left:1rem;line-height:1.3;font-weight:600;color:#333;margin-bottom:1rem}.about-services li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);color:#f8b400;font-size:1.4rem;width:.5rem;height:.5rem;background-color:currentColor;border-radius:50%}@media (max-width: 900px){.about-container{flex-direction:column;align-items:center;gap:4rem;text-align:center}.about-image-wrapper{width:100%;max-width:400px;align-self:center}.experience-badge{left:50%;transform:translate(-50%)}.about-content{text-align:left;max-width:600px}.about-services{grid-template-columns:1fr;gap:.5rem 1rem;justify-items:start}}@media (max-width: 600px){.about-container{gap:3rem;padding:1rem 0rem}.about-image-wrapper{max-width:320px}.about-content h2{font-size:1.5rem;text-align:center}.about-content p{font-size:1rem}.about-services{grid-template-columns:1fr;text-align:center;justify-items:flex-start}.experience-badge{padding:.8rem 1.8rem}.experience-badge .years{font-size:1.5rem}.experience-badge .label{font-size:.9rem}.decor-line.top-left,.decor-line.bottom-right{width:150px;height:150px}}@media (max-width: 480px){.about-container{gap:2rem}.about-image-wrapper{max-width:280px}.about-content h2{font-size:1.4rem}.about-content p{font-size:.95rem}.experience-badge{padding:.7rem 1.5rem}.experience-badge .years{font-size:1.3rem}.experience-badge .label{font-size:.8rem}.decor-line.top-left,.decor-line.bottom-right{width:120px;height:120px}.decor-dots{width:40px;height:40px;background-size:6px 6px}}.video-sound-toggle{position:absolute;top:6rem;right:1rem;z-index:100000;display:flex;align-items:center;gap:.5rem;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.2);padding:.75rem 1rem;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.video-sound-toggle:hover{background:#000c;border-color:#ffffff4d;box-shadow:0 6px 20px #0000004d}.video-sound-toggle span{white-space:nowrap}@media (max-width: 768px){.video-sound-toggle{top:5rem;right:1rem;padding:.6rem .8rem}.video-sound-toggle span{display:none}}@media (max-width: 480px){.video-sound-toggle{top:7.5rem}}
