*{margin:0;padding:0;box-sizing:border-box}:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}#root{width:100%;min-height:100vh}.menu-overlay{display:none;position:fixed;inset:0;background-color:#00000080;z-index:999}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 0;box-shadow:0 2px 10px #0000001a;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header .header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 2rem}.header .logo{text-decoration:none;display:inline-block}.header .logo img{height:40px;width:auto;display:block}.header .menu-toggle{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.header .menu-toggle span{width:100%;height:2px;background-color:#9c9ea0;border-radius:2px;transition:all .3s ease;transform-origin:center}.header .menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.header .menu-toggle.active span:nth-child(2){opacity:0}.header .menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.header .nav{display:flex;gap:2rem;align-items:center}.header .nav .nav-link{color:#9c9ea0;text-decoration:none;font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:1px;transition:color .3s}.header .nav .nav-link:hover,.header .nav .nav-link.active{color:sienna}@media(max-width:968px){.menu-overlay{display:block}.header{padding:.75rem 0}.header .header-container{padding:0 1rem;position:relative}.header .logo img{height:32px}.header .menu-toggle{display:flex}.header .nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:80px 2rem 2rem;gap:0;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:1000;overflow-y:auto}.header .nav.open{right:0}.header .nav .nav-link{width:100%;padding:1rem 0;font-size:14px;letter-spacing:1px;border-bottom:1px solid rgba(0,0,0,.05);display:block}.header .nav .nav-link:last-child{border-bottom:none}.header .nav .nav-link:hover{color:sienna;padding-left:.5rem}.header .nav .nav-link.active{color:sienna;font-weight:600}}@media(max-width:480px){.header .header-container{padding:0 1rem}.header .nav{width:100%;right:-100%}.header .nav.open{right:0}}.footer{background-color:#bd504b;padding:3rem 0;color:#fff}.footer .footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;gap:3rem}.footer .footer-logo{display:flex;align-items:center;justify-content:center}.footer .footer-logo .logo-text{font-size:2.5rem;font-weight:700;color:#fff;padding:.75rem 1.5rem;white-space:nowrap;letter-spacing:1px;font-style:italic}.footer .footer-divider{width:1px;height:100px;background:transparent;border-left:1px dashed rgba(255,255,255,.5)}@media(max-width:968px){.footer{padding:2rem 0}.footer .footer-container{flex-direction:column;gap:2rem;padding:0 1rem}.footer .footer-divider{width:100%;height:1px;border-left:none;border-top:1px dashed rgba(255,255,255,.5)}.footer .footer-logo .logo-text{font-size:1.2rem;padding:.5rem 1rem}.footer .footer-contact{text-align:center}.footer .footer-contact .footer-title{font-size:1.2rem}.footer .footer-contact .footer-address,.footer .footer-contact .footer-email{font-size:.85rem}}.home-page{width:100%;min-height:100vh}.hero-section{position:relative;width:100%;height:600px;margin-top:72px;display:flex;align-items:center;overflow:hidden}.hero-section .hero-bg img{width:100%;height:100%;object-fit:cover;display:block}.hero-section .hero-content{position:relative;z-index:2;max-width:1200px;width:100%;margin:0 auto;padding:0 2rem}.hero-section .hero-content .hero-title{font-size:4rem;font-weight:700;color:#fff;margin:0;line-height:1.2;text-transform:uppercase;letter-spacing:2px;position:relative;display:inline-block}.hero-section .hero-content .hero-divider{width:120px;height:2px;background:repeating-linear-gradient(to right,#FFFFFF 0px,#FFFFFF 8px,transparent 8px,transparent 16px);position:absolute;left:0;bottom:-1.5rem;opacity:.7}.about-section{padding:6vw 0;position:relative;min-height:500px;display:flex;justify-content:center;align-items:center}.about-section .about-bg{width:75%;height:36vw;position:absolute;top:50%;left:0;transform:translateY(-50%);overflow:hidden;display:flex;justify-content:center;align-items:center}.about-section .about-bg img{width:100%;height:100%;object-fit:cover}.about-section .about-container{margin:0 auto;padding:0 2rem;position:relative}.about-section .about-title{position:absolute;top:2rem;right:2rem;font-size:5rem;font-weight:700;color:#fff;margin:0;text-transform:uppercase;letter-spacing:3px;opacity:.2;z-index:1}.about-section .about-content{display:flex;gap:4rem;align-items:flex-end;position:relative;z-index:2}.about-section .about-text{flex:1;color:#fff;padding-bottom:2%}.about-section .about-text .about-description{font-size:1rem;line-height:1.8;margin-bottom:1.2rem;opacity:.9}.about-section .about-text .read-more-btn{background-color:#fff;color:#bd504b;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:background-color .3s;text-decoration:none}.about-section .about-text .read-more-btn .arrow-icon{height:12px}.about-section .about-image{position:relative;color:#fff}.about-section .about-image .about-company{position:absolute;left:-10rem;top:0;font-size:2rem;font-weight:600}.about-section .about-image img{height:30vw;border-radius:8px;display:block;transition:transform .3s ease}.about-section .about-image img:hover{transform:scale(1.02)}.projects-section{padding:2rem 0 5rem;background-color:#fff;position:relative}.projects-section .projects-title{position:absolute;top:1rem;left:50%;transform:translate(-50%);text-align:center;font-size:2rem;font-weight:700;color:#bd504b;margin:0 0 4rem;letter-spacing:2px}.projects-section .projects-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.projects-section .project-card{display:flex;flex-direction:column;align-items:center}.projects-section .project-card .project-image{width:100%;margin-bottom:1.5rem;overflow:hidden;border-radius:8px;position:relative}.projects-section .project-card .project-image img{width:100%;height:auto;display:block;transition:transform .3s}.projects-section .project-card .project-image img:hover{transform:scale(1.05)}.projects-section .project-card .project-image .project-desc{position:absolute;bottom:8%;left:50%;transform:translate(-50%);font-size:1rem;font-weight:500;color:#fff;margin-top:1rem;text-align:center}.projects-section .project-card:nth-child(2){position:relative;top:15%}.contact-section{background-color:#fff;padding-top:2rem}.contact-section .contact-container{overflow:hidden;margin:0 auto;display:flex;align-items:center}.contact-section .contact-image{max-height:36rem;flex:1}.contact-section .contact-image img{width:100%;display:block}.contact-section .contact-content{flex:1;padding:0 4vw;box-sizing:border-box}.contact-section .contact-content .contact-title{font-size:2rem;font-weight:700;color:#bd504b;margin:0 0 2rem;letter-spacing:2px}.contact-section .contact-content .contact-form{display:flex;flex-direction:column;gap:1rem}.contact-section .contact-content .contact-form .form-input,.contact-section .contact-content .contact-form .form-textarea{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit;transition:border-color .3s}.contact-section .contact-content .contact-form .form-input:focus,.contact-section .contact-content .contact-form .form-textarea:focus{outline:none;border-color:#bd504b}.contact-section .contact-content .contact-form .form-textarea{resize:vertical}.contact-section .contact-content .contact-form .send-btn{background-color:#bd504b;color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;width:fit-content;transition:background-color .3s}.contact-section .contact-content .contact-form .send-btn:hover{background-color:#bd504b}.contact-section .contact-content .contact-form .send-btn .arrow-icon{height:12px}.contact-section .footer-contact{flex:1}.contact-section .footer-contact .footer-title{font-size:1.5rem;font-weight:600;margin:0 0 1rem}.contact-section .footer-contact .footer-address,.contact-section .footer-contact .footer-email{font-size:.9rem;line-height:1.6;margin:.5rem 0;opacity:.95}@media(max-width:968px){.hero-section{height:500px;margin-top:60px}.hero-section .hero-content{padding:0 1rem}.hero-section .hero-content .hero-title{font-size:2.5rem;letter-spacing:1px}.hero-section .hero-content .hero-divider{width:80px;margin-top:1rem}.about-section{padding:4rem 0;min-height:auto}.about-section .about-bg{width:100%;top:4rem;left:0;transform:none}.about-section .about-container{padding:8vw 8vw 0}.about-section .about-content{flex-direction:column;gap:2rem;align-items:flex-start}.about-section .about-title{position:static;text-align:center;margin-bottom:2rem;font-size:3rem;opacity:.3}.about-section .about-text{color:#333;padding-bottom:0;width:100%;order:2}.about-section .about-text .about-description{font-size:.9rem;margin-bottom:1.5rem}.about-section .about-text .read-more-btn{background-color:#bd504b;color:#fff;width:100%;justify-content:center}.about-section .about-image{width:100%;position:relative;padding-left:0;order:1}.about-section .about-image .about-company{position:static;left:auto;top:auto;font-size:1.8rem;margin-bottom:1rem;text-align:left}.about-section .about-image img{width:100%;height:unset}.projects-section{padding:unset}.projects-section .projects-title{position:unset;transform:unset;font-size:2.5rem;margin-bottom:2rem}.projects-section .projects-container{grid-template-columns:1fr;gap:2rem;padding:0 8vw}.projects-section .project-desc{font-size:6vw!important}.projects-section .project-card:nth-child(2){position:unset;top:unset}.contact-section{padding:4rem 0 0}.contact-section .contact-container{flex-direction:column-reverse;gap:2rem;padding:unset}.contact-section .contact-title{font-size:2rem}.contact-section .contact-image{display:flex;justify-content:center;align-items:center;overflow:hidden}.contact-section .contact-content{padding:0 8vw;width:100%;box-sizing:border-box}}@media(max-width:480px){.header .nav{gap:.5rem}.header .nav .nav-link{font-size:10px}.hero-section .hero-content .hero-title{font-size:1.8rem}.about-section{padding:3rem 0}.about-section:before{height:40vh}.about-section .about-title{font-size:2rem;margin-bottom:1.5rem}.about-section .about-content{gap:1.5rem}.about-section .about-text .about-description{font-size:.85rem;margin-bottom:1rem}.about-section .about-text .read-more-btn{padding:.6rem 1.5rem;font-size:.9rem}.about-section .about-image .about-company{font-size:1.5rem;margin-bottom:.75rem}.projects-section .projects-title{font-size:2rem}.contact-section .contact-title{font-size:1.5rem}}.about-us-page{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden;box-sizing:border-box}.who-we-are-section{background-color:#fff;padding:6rem 0;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.who-we-are-section .who-we-are-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}.who-we-are-section .who-we-are-content{display:flex;flex-direction:column;gap:3rem;width:100%;box-sizing:border-box}.who-we-are-section .who-we-are-text{width:100%;box-sizing:border-box;display:flex;align-items:flex-start;gap:4vw}.who-we-are-section .who-we-are-text .section-title{font-size:2rem;font-weight:700;color:#333;margin:0 0 2rem;line-height:1.2;word-wrap:break-word}.who-we-are-section .who-we-are-text .description-content{flex:1;width:100%;box-sizing:border-box}.who-we-are-section .who-we-are-text .description-content p{font-size:1rem;line-height:1.8;color:#666;margin:0 0 1.5rem;word-wrap:break-word}.who-we-are-section .who-we-are-text .description-content p:last-child{margin-bottom:0}.who-we-are-section .who-we-are-image{width:100%;max-width:100%;box-sizing:border-box}.who-we-are-section .who-we-are-image img{width:100%;max-width:100%;height:auto;display:block;border-radius:8px}.corporate-culture-section{background-color:#f8f9fa;padding:6rem 0;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.corporate-culture-section .culture-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}.corporate-culture-section .culture-title{font-size:3.5rem;font-weight:700;color:#333;text-align:center;margin:0 0 1rem;word-wrap:break-word}.corporate-culture-section .culture-subtitle{font-size:1.2rem;color:#666;text-align:center;margin:0 0 4rem;word-wrap:break-word}.corporate-culture-section .culture-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;box-sizing:border-box}.corporate-culture-section .culture-card{position:relative;border-radius:12px;overflow:hidden;min-height:400px;display:flex;flex-direction:column;align-items:flex-end;width:100%;max-width:100%;box-sizing:border-box}.corporate-culture-section .culture-card .card-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.corporate-culture-section .culture-card .card-bg:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(to bottom,#0000,#000c);z-index:1}.corporate-culture-section .culture-card .card-bg img{width:100%;max-width:100%;height:100%;object-fit:cover;display:block}.corporate-culture-section .culture-card .card-content{position:relative;z-index:2;padding:2.5rem;flex:1;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;width:100%;box-sizing:border-box}.corporate-culture-section .culture-card .card-content .card-icon{margin-bottom:1.5rem;width:48px;height:48px;flex-shrink:0}.corporate-culture-section .culture-card .card-content .card-title{font-size:1.5rem;font-weight:600;margin:0 0 1rem;word-wrap:break-word;white-space:nowrap;display:flex;align-items:center;gap:10px}.corporate-culture-section .culture-card .card-content .card-title img{width:24px;height:24px;max-width:100%;display:block}.corporate-culture-section .culture-card .card-content .card-title .icon-iteration{display:inline-block;width:24px;height:24px;display:flex;flex-direction:column;justify-content:space-between;gap:10px;position:relative;margin-right:10px}.corporate-culture-section .culture-card .card-content .card-title .icon-iteration span{width:100%;height:3px;background-color:#fff;border-radius:2px;position:relative}.corporate-culture-section .culture-card .card-content .card-title .icon-iteration span:after{content:"";position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid #FFFFFF;border-top:4px solid transparent;border-bottom:4px solid transparent}.corporate-culture-section .culture-card .card-content .card-title .icon-iteration span:first-child:after{right:auto;left:-10px;border-left:none;border-right:6px solid #FFFFFF}.corporate-culture-section .culture-card .card-content .card-title .icon-iteration span:last-child:after{right:-10px;left:auto;border-left:6px solid #FFFFFF;border-right:none}.corporate-culture-section .culture-card .card-content .card-description{font-size:.95rem;line-height:1.6;margin:0;opacity:.95;word-wrap:break-word}@media(max-width:968px){.hero-section{height:300px;margin-top:60px;max-width:100vw}.hero-section .hero-content{padding:0 1rem;max-width:100%}.hero-section .hero-content .hero-title{font-size:2.5rem}.hero-section .hero-content .hero-subtitle{font-size:1.2rem}.who-we-are-section{padding:4rem 0}.who-we-are-section .who-we-are-container{padding:0 1rem;max-width:100%}.who-we-are-section .who-we-are-text{flex-direction:column;align-items:center;justify-content:center;gap:2rem}.who-we-are-section .who-we-are-text .section-title{font-size:2.5rem}.who-we-are-section .who-we-are-text .description-content p{font-size:.9rem}.corporate-culture-section{padding:4rem 0}.corporate-culture-section .culture-container{padding:0 1rem;max-width:100%}.corporate-culture-section .culture-cards{grid-template-columns:1fr;gap:2rem;width:100%}.corporate-culture-section .culture-title{font-size:2.5rem}.corporate-culture-section .culture-subtitle{font-size:1rem;margin-bottom:3rem}.corporate-culture-section .culture-cards{grid-template-columns:1fr;gap:2rem}.corporate-culture-section .culture-card{min-height:350px}.corporate-culture-section .culture-card .card-content{padding:2rem}}@media(max-width:480px){.hero-section{height:250px;max-width:100vw}.hero-section .hero-content{padding:0 1rem;max-width:100%}.hero-section .hero-content .hero-title{font-size:2rem}.hero-section .hero-content .hero-subtitle{font-size:1rem}.who-we-are-section{padding:3rem 0}.who-we-are-section .who-we-are-text .section-title{font-size:2rem}.corporate-culture-section{padding:3rem 0}.corporate-culture-section .culture-title{font-size:2rem}.corporate-culture-section .culture-card{min-height:300px}.corporate-culture-section .culture-card .card-content{padding:1.5rem}}.products-page{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden;box-sizing:border-box}.hero-section .hero-bg img{width:100%;max-width:100%;height:100%;object-fit:cover;filter:brightness(.6);display:block}.hero-section .hero-content .hero-subtitle{font-size:1.5rem;font-weight:400;margin:0;opacity:.9;word-wrap:break-word}.product-section{background-color:#fff;padding:6rem 0;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden;margin:0 auto}.product-section .product-container{margin:0 auto;width:100%}.product-section .product-container .product-visual{margin:0 auto}.product-section .product-header{margin-bottom:3rem}.product-section .product-header .product-title{font-size:3.5rem;font-weight:700;color:#333;margin:0 0 1rem;word-wrap:break-word}.product-section .product-header .product-subtitle{font-size:1.2rem;color:#666;margin:0;word-wrap:break-word}.product-section .product-visual{width:100%;max-width:100%;box-sizing:border-box}.product-section .product-visual img{width:100%;max-width:100%;height:auto;display:block;border-radius:8px}.ai-image-section{max-width:1400px}.ai-image-section .product-header{text-align:center}.ai-image-section .product-header .product-title{font-size:4rem}.ai-face-section{background-color:#f9f9f9}.ai-face-section .product-header{text-align:left;padding-left:12vw}.ai-face-section .product-container{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.ai-face-section .product-visual{order:2}.ai-face-section .product-header{order:1}.ai-video-section{max-width:1400px;position:relative;overflow:visible}.ai-video-section .product-header{text-align:right}.ai-video-section .product-container{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.ai-video-section .product-visual{order:1;position:relative;z-index:2}.ai-video-section .product-header{order:2;position:relative;z-index:2}.ai-video-section:after{content:"";position:absolute;left:5%;top:50%;transform:translateY(-50%);width:400px;height:400px;background:radial-gradient(circle,#BD504B 0%,rgba(204,71,70,.5) 40%,transparent 70%);opacity:.4;border-radius:50%;z-index:1;pointer-events:none}@media(max-width:968px){.hero-section{height:300px;margin-top:60px;max-width:100vw}.hero-section .hero-content{padding:0 1rem;max-width:100%}.hero-section .hero-content .hero-title{font-size:2.5rem}.hero-section .hero-content .hero-subtitle{font-size:1.2rem}.product-section{padding:4rem 0}.product-section .product-container{padding:0 1rem;max-width:100%}.product-section .product-header{margin-bottom:2rem}.product-section .product-header .product-title{font-size:2.5rem}.product-section .product-header .product-subtitle{font-size:1rem}.ai-image-section .product-header .product-title{font-size:3rem}.ai-face-section .product-container{grid-template-columns:1fr;gap:2rem}.ai-face-section .product-visual{order:2}.ai-face-section .product-header{order:1;text-align:center;padding-left:0}.ai-video-section .product-container{grid-template-columns:1fr;gap:2rem}.ai-video-section .product-visual{order:2}.ai-video-section .product-header{order:1;text-align:center}.ai-video-section:after{width:300px;height:300px;right:50%;transform:translate(50%,-50%)}}@media(max-width:480px){.hero-section{height:250px;max-width:100vw}.hero-section .hero-content{padding:0 1rem;max-width:100%}.hero-section .hero-content .hero-title{font-size:2rem}.hero-section .hero-content .hero-subtitle{font-size:1rem}.product-section{padding:3rem 0}.product-section .product-header .product-title{font-size:2rem}.product-section .product-header .product-subtitle{font-size:.9rem}.ai-image-section .product-header .product-title{font-size:2.5rem}.ai-video-section:after{width:200px;height:200px}}.footer-links{display:flex;flex-direction:column;gap:2rem;align-items:flex-start;text-align:left}.footer-link-item{display:flex;flex-direction:column;gap:.5rem;text-align:left}.footer-link-item .footer-link-title{font-size:1.2rem;font-weight:700;margin:0;color:#fff;text-transform:capitalize}.footer-link-item .footer-link-url{font-size:.9rem;color:#fff;text-decoration:none;opacity:.95;transition:opacity .3s}.footer-link-item .footer-link-url:hover{opacity:1;text-decoration:underline}@media(max-width:968px){.products-footer{padding:2rem 0}.products-footer .products-footer-container{padding:0 1rem;justify-content:center}.products-footer .products-footer-links{align-items:center;text-align:center}.products-footer .footer-link-item{text-align:center}.products-footer .footer-link-item .footer-link-title{font-size:1rem}.products-footer .footer-link-item .footer-link-url{font-size:.85rem}}.news-page{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden;box-sizing:border-box}.news-articles-section{background-color:#fff;padding:6rem 0;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.news-articles-section .news-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}.news-articles-section .news-item{display:flex;gap:3rem;margin-bottom:4rem;align-items:flex-start;width:100%;box-sizing:border-box}.news-articles-section .news-item:last-child{margin-bottom:0}.news-articles-section .news-item .news-image{flex-shrink:0;width:300px;height:180px;border-radius:8px;overflow:hidden;box-sizing:border-box}.news-articles-section .news-item .news-image img{width:100%;height:100%;object-fit:cover;display:block}.news-articles-section .news-item .news-content{flex:1;display:flex;flex-direction:column;justify-content:flex-start;box-sizing:border-box}.news-articles-section .news-item .news-content .news-title{font-size:1.8rem;font-weight:600;color:#333;margin:0 0 1.5rem;line-height:1.3;word-wrap:break-word}.news-articles-section .news-item .news-content .news-description{font-size:1rem;line-height:1.8;color:#666;margin:0;word-wrap:break-word}@media(max-width:968px){.hero-section{height:300px;margin-top:60px;max-width:100vw}.hero-section .hero-content{padding:0 1rem;max-width:100%}.hero-section .hero-content .hero-title{font-size:2.5rem}.hero-section .hero-content .hero-subtitle{font-size:1rem}.news-articles-section{padding:4rem 0}.news-articles-section .news-container{padding:0 1rem;max-width:100%}.news-articles-section .news-item{flex-direction:column-reverse;gap:2rem;margin-bottom:3rem}.news-articles-section .news-item .news-image{width:100%;height:250px}.news-articles-section .news-item .news-content .news-title{font-size:1.5rem;margin-bottom:1rem}.news-articles-section .news-item .news-content .news-description{font-size:.9rem}}@media(max-width:480px){.hero-section{height:250px;max-width:100vw}.hero-section .hero-content{padding:0 1rem;max-width:100%}.hero-section .hero-content .hero-title{font-size:2rem}.hero-section .hero-content .hero-subtitle{font-size:.9rem}.news-articles-section{padding:3rem 0}.news-articles-section .news-item{margin-bottom:2.5rem}.news-articles-section .news-item .news-image{height:200px}.news-articles-section .news-item .news-content .news-title{font-size:1.3rem}.news-articles-section .news-item .news-content .news-description{font-size:.85rem}}.join-us-page{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden;box-sizing:border-box}.job-positions-section{background-color:#fff;padding:6rem 0;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.job-positions-section .job-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box}.job-positions-section .job-table-wrapper{width:100%;overflow-x:auto;margin-bottom:4rem;box-sizing:border-box}.job-positions-section .job-table{width:100%;border-collapse:collapse;background-color:#fff;box-shadow:0 2px 8px #0000001a;border-radius:8px;overflow:hidden}.job-positions-section .job-table thead{background-color:sienna;color:#fff}.job-positions-section .job-table thead th{padding:1.2rem 1rem;text-align:left;font-weight:600;font-size:1rem;text-transform:uppercase;letter-spacing:.5px}.job-positions-section .job-table tbody tr{border-bottom:1px solid #e0e0e0;transition:background-color .3s}.job-positions-section .job-table tbody tr:hover{background-color:#f8f9fa}.job-positions-section .job-table tbody tr:last-child{border-bottom:none}.job-positions-section .job-table tbody tr td{padding:1.2rem 1rem;font-size:1rem;color:#333;word-wrap:break-word}.job-positions-section .job-descriptions{display:flex;flex-direction:column;gap:3rem;width:100%;box-sizing:border-box}.job-positions-section .job-detail{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2.5rem;box-sizing:border-box;width:100%}.job-positions-section .job-detail .job-detail-title{font-size:2rem;font-weight:700;color:sienna;margin:0 0 2rem;padding-bottom:1rem;border-bottom:2px solid #A0522D;word-wrap:break-word}.job-positions-section .job-detail .job-section{margin-bottom:2rem}.job-positions-section .job-detail .job-section:last-of-type{margin-bottom:0}.job-positions-section .job-detail .job-section .job-section-title{font-size:1.3rem;font-weight:600;color:#333;margin:0 0 1rem;word-wrap:break-word}.job-positions-section .job-detail .job-section .job-list{margin:0;padding-left:1.5rem;color:#666;line-height:1.8}.job-positions-section .job-detail .job-section .job-list li{margin-bottom:.8rem;word-wrap:break-word}.job-positions-section .job-detail .job-section .job-list li:last-child{margin-bottom:0}.job-positions-section .job-detail .job-apply{margin-top:2rem;padding-top:2rem;border-top:1px solid #e0e0e0}.job-positions-section .job-detail .job-apply .apply-text{font-size:1rem;color:#333;margin:0;line-height:1.6;word-wrap:break-word}.job-positions-section .job-detail .job-apply .apply-text strong{color:sienna}.job-positions-section .job-detail .job-apply .apply-text a{color:sienna;text-decoration:none;transition:color .3s}.job-positions-section .job-detail .job-apply .apply-text a:hover{color:#be2d39;text-decoration:underline}@media(max-width:968px){.hero-section{height:300px;margin-top:60px;max-width:100vw}.hero-section .hero-content{padding:0 1rem;max-width:100%}.hero-section .hero-content .hero-title{font-size:2.5rem}.hero-section .hero-content .hero-subtitle{font-size:1rem}.job-positions-section{padding:4rem 0}.job-positions-section .job-container{padding:0 1rem;max-width:100%}.job-positions-section .job-table-wrapper{margin-bottom:3rem}.job-positions-section .job-table thead th,.job-positions-section .job-table tbody td{padding:1rem .75rem;font-size:.9rem}.job-positions-section .job-detail{padding:2rem 1.5rem}.job-positions-section .job-detail .job-detail-title{font-size:1.8rem}.job-positions-section .job-detail .job-section .job-section-title{font-size:1.2rem}.job-positions-section .job-detail .job-section .job-list{font-size:.95rem}}@media(max-width:480px){.hero-section{height:250px;max-width:100vw}.hero-section .hero-content{padding:0 1rem;max-width:100%}.hero-section .hero-content .hero-title{font-size:2rem}.hero-section .hero-content .hero-subtitle{font-size:.9rem}.job-positions-section{padding:3rem 0}.job-positions-section .job-container{padding:0 1rem}.job-positions-section .job-table thead th{padding:.75rem .5rem;font-size:.8rem}.job-positions-section .job-table tbody td{padding:.75rem .5rem;font-size:.85rem}.job-positions-section .job-detail{padding:1.5rem 1rem}.job-positions-section .job-detail .job-detail-title{font-size:1.5rem}.job-positions-section .job-detail .job-section{margin-bottom:1.5rem}.job-positions-section .job-detail .job-section .job-section-title{font-size:1.1rem}.job-positions-section .job-detail .job-section .job-list{font-size:.9rem;padding-left:1.2rem}.job-positions-section .job-detail .job-apply{margin-top:1.5rem;padding-top:1.5rem}.job-positions-section .job-detail .job-apply .apply-text{font-size:.9rem}}.contact-us-page{width:100%;max-width:100vw;min-height:100vh;overflow-x:hidden;box-sizing:border-box}.hero-section{position:relative;width:100%;max-width:100vw;height:400px;margin-top:72px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}.hero-section .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-section .hero-bg img{width:100%;max-width:100%;height:100%;object-fit:cover;filter:brightness(.7);display:block}.hero-section .hero-content{position:relative;z-index:2;text-align:center;color:#fff;padding:0 1rem;box-sizing:border-box;max-width:100%}.hero-section .hero-content .hero-title{font-size:4rem;font-weight:700;margin:0 0 1rem;text-transform:uppercase;letter-spacing:2px;word-wrap:break-word}.hero-section .hero-content .hero-subtitle{font-size:1.2rem;font-weight:400;margin:0;opacity:.9;word-wrap:break-word}.contact-content-section{background-color:#fff;padding:6rem 0;width:100%;max-width:100vw;box-sizing:border-box;overflow-x:hidden}.contact-content-section .contact-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%;box-sizing:border-box;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.contact-content-section .contact-info-panel{background-color:#cc4746;padding:3rem;border-radius:8px;color:#fff;box-sizing:border-box;width:100%;height:100%}.contact-content-section .contact-info-panel .company-name{margin-bottom:3rem}.contact-content-section .contact-info-panel .company-name h2{font-size:1.8rem;font-weight:600;margin:0 0 .5rem;word-wrap:break-word}.contact-content-section .contact-info-panel .company-name .underline{width:60px;height:2px;background-color:#fff;margin-top:.5rem}.contact-content-section .contact-info-panel .info-item{display:flex;gap:1.5rem;margin-bottom:2.5rem;align-items:flex-start}.contact-content-section .contact-info-panel .info-item:last-child{margin-bottom:0}.contact-content-section .contact-info-panel .info-item .info-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.contact-content-section .contact-info-panel .info-item .info-icon img{width:100%;height:100%;object-fit:contain;display:block}.contact-content-section .contact-info-panel .info-item .info-content{flex:1}.contact-content-section .contact-info-panel .info-item .info-content .info-label{font-size:1rem;font-weight:500;margin:0 0 .5rem;word-wrap:break-word}.contact-content-section .contact-info-panel .info-item .info-content .info-text{font-size:.95rem;line-height:1.6;margin:0;opacity:.95;word-wrap:break-word}.contact-content-section .contact-info-panel .info-item .info-content .info-text a{color:#fff;text-decoration:none;transition:opacity .3s}.contact-content-section .contact-info-panel .info-item .info-content .info-text a:hover{opacity:.8;text-decoration:underline}.contact-content-section .contact-form-panel{background-color:#fff;padding:3rem;border-radius:8px;box-sizing:border-box;width:100%}.contact-content-section .contact-form-panel .form-title{margin-bottom:2.5rem}.contact-content-section .contact-form-panel .form-title h2{font-size:1.8rem;font-weight:600;color:#cc4746;margin:0 0 .5rem;word-wrap:break-word}.contact-content-section .contact-form-panel .form-title .underline{width:60px;height:2px;background-color:#cc4746;margin-top:.5rem}.contact-content-section .contact-form-panel .contact-form{display:flex;flex-direction:column;gap:1.5rem;width:100%;box-sizing:border-box}.contact-content-section .contact-form-panel .contact-form .form-group{width:100%;box-sizing:border-box}.contact-content-section .contact-form-panel .contact-form .form-input,.contact-content-section .contact-form-panel .contact-form .form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #e0e0e0;border-radius:4px;font-size:1rem;font-family:inherit;color:#333;background-color:#fff;box-sizing:border-box;transition:border-color .3s}.contact-content-section .contact-form-panel .contact-form .form-input::placeholder,.contact-content-section .contact-form-panel .contact-form .form-textarea::placeholder{color:#666;opacity:.7}.contact-content-section .contact-form-panel .contact-form .form-input:focus,.contact-content-section .contact-form-panel .contact-form .form-textarea:focus{outline:none;border-color:#cc4746}.contact-content-section .contact-form-panel .contact-form .form-textarea{resize:vertical;min-height:120px}.contact-content-section .contact-form-panel .contact-form .submit-btn{background-color:#cc4746;color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;width:fit-content;border-radius:4px;transition:background-color .3s}.contact-content-section .contact-form-panel .contact-form .submit-btn:hover{background-color:#be2d39}.contact-content-section .contact-form-panel .contact-form .submit-btn .arrow-icon{height:10px;display:block}@media(max-width:968px){.hero-section{height:300px;margin-top:60px;max-width:100vw}.hero-section .hero-content{padding:0 1rem;max-width:100%}.hero-section .hero-content .hero-title{font-size:2.5rem}.hero-section .hero-content .hero-subtitle{font-size:1rem}.contact-content-section{padding:4rem 0}.contact-content-section .contact-container{padding:0 1rem;max-width:100%;grid-template-columns:1fr;gap:3rem}.contact-content-section .contact-info-panel{padding:2.5rem}.contact-content-section .contact-info-panel .company-name{margin-bottom:2rem}.contact-content-section .contact-info-panel .company-name h2{font-size:1.6rem}.contact-content-section .contact-info-panel .info-item{margin-bottom:2rem}.contact-content-section .contact-form-panel{padding:2.5rem}.contact-content-section .contact-form-panel .form-title{margin-bottom:2rem}.contact-content-section .contact-form-panel .form-title h2{font-size:1.6rem}}@media(max-width:480px){.hero-section{height:250px;max-width:100vw}.hero-section .hero-content{padding:0 1rem;max-width:100%}.hero-section .hero-content .hero-title{font-size:2rem}.hero-section .hero-content .hero-subtitle{font-size:.9rem}.contact-content-section{padding:3rem 0}.contact-content-section .contact-container{padding:0 1rem;gap:2rem}.contact-content-section .contact-info-panel{padding:2rem}.contact-content-section .contact-info-panel .company-name h2{font-size:1.4rem}.contact-content-section .contact-info-panel .info-item{flex-direction:column;gap:1rem}.contact-content-section .contact-info-panel .info-item .info-icon{width:20px;height:20px}.contact-content-section .contact-form-panel{padding:2rem}.contact-content-section .contact-form-panel .form-title h2{font-size:1.4rem}.contact-content-section .contact-form-panel .contact-form .submit-btn{width:100%;justify-content:center}}
